| Commit message (Expand) | Author | Age | Files | Lines |
* | Create a new base/message_loop directory and move the message_loop_proxy. | brettw@chromium.org | 2013-03-29 | 1 | -62/+0 |
* | Remove the rest of #pragma once in one big CL. | ajwong@chromium.org | 2012-07-11 | 1 | -1/+0 |
* | Remove old Sleep and PostDelayedTask interfaces that use int ms instead of Ti... | tedvessenes@gmail.com | 2012-06-21 | 1 | -7/+0 |
* | Revert 140102 - Remove old PostDelayedTask interfaces that use int ms instead... | asanka@chromium.org | 2012-06-01 | 1 | -0/+7 |
* | Remove old PostDelayedTask interfaces that use int ms instead of TimeDelta. | tedvessenes@gmail.com | 2012-06-01 | 1 | -7/+0 |
* | Objects that derive from RefCounted/RefCountedThreadSafe should not have publ... | rsleevi@chromium.org | 2012-04-06 | 1 | -7/+7 |
* | Add functions to expand PostDelayedTask interface. | tedvessenes@gmail.com | 2012-02-26 | 1 | -1/+8 |
* | Make new TaskRunner, SequencedTaskRunner, and SingleThreadTaskRunner interfaces | akalin@chromium.org | 2012-02-15 | 1 | -5/+1 |
* | base::Bind: Remove Task. | jhawkins@chromium.org | 2012-01-05 | 1 | -17/+1 |
* | Add OVERRIDE to base/. | avi@chromium.org | 2011-11-16 | 1 | -10/+10 |
* | Add MessageLoopProxy::current | nduca@chromium.org | 2011-08-15 | 1 | -10/+11 |
* | Rename BASE_API to BASE_EXPORT. | darin@chromium.org | 2011-08-05 | 1 | -3/+4 |
* | Support Closure in ALL the loops! | ajwong@chromium.org | 2011-07-26 | 1 | -3/+21 |
* | Base: A few more files using BASE_API (for base.dll) | rvargas@google.com | 2011-03-25 | 1 | -3/+4 |
* | Remove obsolete base/lock.h and fix up callers to use the new header file and | brettw@chromium.org | 2011-01-21 | 1 | -2/+2 |
* | Add the "virtual" keyword on method overrides that are missing it. | erg@google.com | 2010-12-08 | 1 | -2/+2 |
* | A quick fix for Bug 64463. | hbono@chromium.org | 2010-12-02 | 1 | -1/+1 |
* | Revert "Revert "Const-ify RefCountedThreadSafe::AddRef and Release."" | mpcomplete@chromium.org | 2010-10-22 | 1 | -2/+2 |
* | Revert "Const-ify RefCountedThreadSafe::AddRef and Release." | levin@chromium.org | 2010-10-22 | 1 | -2/+2 |
* | Const-ify RefCountedThreadSafe::AddRef and Release. | mpcomplete@chromium.org | 2010-10-22 | 1 | -2/+2 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Created a stock implementation of the MessageLoopProxy interface than can be ... | sanjeevr@chromium.org | 2010-05-06 | 1 | -0/+61 |