| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove old Sleep and PostDelayedTask interfaces that use int ms instead of Ti... | tedvessenes@gmail.com | 2012-06-21 | 1 | -9/+1 |
* | Revert 140102 - Remove old PostDelayedTask interfaces that use int ms instead... | asanka@chromium.org | 2012-06-01 | 1 | -1/+9 |
* | Remove old PostDelayedTask interfaces that use int ms instead of TimeDelta. | tedvessenes@gmail.com | 2012-06-01 | 1 | -9/+1 |
* | aura/cros: Rename MessagePump{X => AuraX11}. | erg@chromium.org | 2012-05-29 | 1 | -1/+1 |
* | Add base::ThreadTaskRunnerHandler class. | sergeyu@chromium.org | 2012-05-09 | 1 | -1/+3 |
* | Consolidate win/x dispatchers | oshima@chromium.org | 2012-04-09 | 1 | -4/+2 |
* | Remove WAYLAND port | oshima@chromium.org | 2012-04-07 | 1 | -3/+1 |
* | Added non-NULL DCHECK to MessageLoopForUI::current. | jamiewalch@chromium.org | 2012-03-30 | 1 | -0/+1 |
* | base: Remove should_leak_tasks_ from MessageLoop | satorux@chromium.org | 2012-03-29 | 1 | -4/+0 |
* | Make new TaskRunner, SequencedTaskRunner, and SingleThreadTaskRunner interfaces | akalin@chromium.org | 2012-02-15 | 1 | -3/+3 |
* | Prefer ScopedNestableTaskAllower over manual save/restore | dhollowa@chromium.org | 2012-02-14 | 1 | -5/+10 |
* | Remove task.h and finish base::Bind() migration. | ajwong@chromium.org | 2012-01-06 | 1 | -1/+0 |
* | base::Bind: Remove Task. | jhawkins@chromium.org | 2012-01-05 | 1 | -31/+1 |
* | Convert various ReleaseSoon methods to use base::Bind() | dcheng@chromium.org | 2011-12-30 | 1 | -1/+7 |
* | Replace MessageLoop::DeleteSoon implementation with one that uses base::Bind. | dcheng@chromium.org | 2011-12-30 | 1 | -1/+9 |
* | Add function support for Sleep with TimeDelta input. | tedvessenes@gmail.com | 2011-12-30 | 1 | -0/+20 |
* | Revert 115997 - Replace MessageLoop::DeleteSoon implementation with one that ... | dcheng@chromium.org | 2011-12-29 | 1 | -9/+1 |
* | Replace MessageLoop::DeleteSoon implementation with one that uses base::Bind. | dcheng@chromium.org | 2011-12-29 | 1 | -1/+9 |
* | Remove MessageLoop::QuitTask. | dcheng@chromium.org | 2011-12-10 | 1 | -14/+4 |
* | callback_forward.h forward-declares base::Callback and base::Closure. | erikwright@chromium.org | 2011-11-28 | 1 | -1/+1 |
* | Remove obsolete usage of TOUCH_UI. | saintlou@chromium.org | 2011-11-23 | 1 | -1/+1 |
* | ChromeFrame: Convert TaskMarshallerThroughMessageQueue to new Callback system. | jhawkins@chromium.org | 2011-11-17 | 1 | -4/+1 |
* | Add OVERRIDE to base/. | avi@chromium.org | 2011-11-16 | 1 | -4/+4 |
* | base: Refactor PendingTask out of MessageLoop. | jhawkins@chromium.org | 2011-11-15 | 1 | -44/+15 |
* | Cleanup: Remove unneeded forward declarations in base, dbug, gpu, ipc, jingle... | thestig@chromium.org | 2011-11-15 | 1 | -6/+2 |
* | Add CHECK to catch places where BrowserProcessImpl's refcount goes to 0. | willchan@chromium.org | 2011-11-01 | 1 | -0/+3 |
* | Enable tracking of objects by default | jar@chromium.org | 2011-10-31 | 1 | -14/+2 |
* | Revert 107895 - Fully enable about:tracking by default | joth@chromium.org | 2011-10-31 | 1 | -2/+14 |
* | Fully enable about:tracking by default | jar@chromium.org | 2011-10-30 | 1 | -14/+2 |
* | Revert 107793 - Fully enable about:tracking by default | jar@chromium.org | 2011-10-28 | 1 | -17/+14 |
* | Fully enable about:tracking by default | jar@chromium.org | 2011-10-28 | 1 | -14/+17 |
* | rename Run in MessageLoopForUI to RunWithDispatcher | oshima@google.com | 2011-10-24 | 1 | -1/+1 |
* | base::Bind: Cleanup in automation. | jhawkins@chromium.org | 2011-10-17 | 1 | -5/+9 |
* | Add RunAllPendingWithDispatcher | oshima@google.com | 2011-10-06 | 1 | -0/+1 |
* | Consolidate message observer API for MessagePumpX and MessagePumWin | oshima@google.com | 2011-10-04 | 1 | -1/+1 |
* | Add trace code to track all posted tasks in message_loop and WorkerThreads (n... | jbates@chromium.org | 2011-10-03 | 1 | -3/+3 |
* | Upstream ProcessUtilTest, and make a few other files compile on Android. | jingzhao@chromium.org | 2011-09-29 | 1 | -2/+2 |
* | Delete Tracked, and move Location to its own file. | ajwong@chromium.org | 2011-09-21 | 1 | -1/+1 |
* | aura: A few changes to have aura_demo compile and run on linux. | sadrul@chromium.org | 2011-09-07 | 1 | -1/+1 |
* | Implementation of PostTaskAndReply() in MessageLoopProxy and BrowserThread. | ajwong@chromium.org | 2011-08-18 | 1 | -1/+1 |
* | Add MessageLoopProxy::current | nduca@chromium.org | 2011-08-15 | 1 | -0/+9 |
* | Adding Wayland message loop and gyp build deps | dnicoara@chromium.org | 2011-08-11 | 1 | -1/+5 |
* | Rename BASE_API to BASE_EXPORT. | darin@chromium.org | 2011-08-05 | 1 | -7/+7 |
* | Android's paths and message loop implementation with JNI | michaelbai@google.com | 2011-08-02 | 1 | -2/+20 |
* | re-landing r93629 | oshima@google.com | 2011-07-22 | 1 | -13/+0 |
* | Revert 93629 - Linux build failure: http://build.chromium.org/p/chromium/buil... | leandrogracia@chromium.org | 2011-07-22 | 1 | -0/+13 |
* | Consolidate access to X Display | oshima@google.com | 2011-07-22 | 1 | -13/+0 |
* | Refactor the glib message-pump, and use it as the base for a gtk message pump... | sadrul@chromium.org | 2011-06-24 | 1 | -9/+7 |
* | Virtual destructors should have virtual keyword. | hans@chromium.org | 2011-05-25 | 1 | -1/+1 |
* | Tag all tracked objects, including Tasks, with the program counter at the sit... | apatrick@chromium.org | 2011-05-19 | 1 | -0/+3 |