| Commit message (Expand) | Author | Age | Files | Lines |
* | base::Bind: Cleanup in automation. | jhawkins@chromium.org | 2011-10-17 | 1 | -4/+10 |
* | Update task tracking to not depend on message_loop_ singleton | jar@chromium.org | 2011-10-15 | 1 | -6/+8 |
* | Add RunAllPendingWithDispatcher | oshima@google.com | 2011-10-06 | 1 | -0/+8 |
* | Add trace code to track all posted tasks in message_loop and WorkerThreads (n... | jbates@chromium.org | 2011-10-03 | 1 | -3/+8 |
* | Reland 102005 and 102009: aura: Explicitly disable GTK. | sadrul@chromium.org | 2011-09-21 | 1 | -1/+1 |
* | Revert 102005 - aura: Explicitly disable GTK. | sky@chromium.org | 2011-09-20 | 1 | -1/+1 |
* | aura: Explicitly disable GTK. | sadrul@chromium.org | 2011-09-20 | 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 |
* | Remove Purify and Quantify.Doing so will reduce substantially the size of the... | jeanluc@chromium.org | 2011-08-17 | 1 | -3/+2 |
* | Add MessageLoopProxy::current | nduca@chromium.org | 2011-08-15 | 1 | -0/+8 |
* | Adding Wayland message loop and gyp build deps | dnicoara@chromium.org | 2011-08-11 | 1 | -5/+3 |
* | Android's paths and message loop implementation with JNI | michaelbai@google.com | 2011-08-02 | 1 | -7/+30 |
* | Support Closure in ALL the loops! | ajwong@chromium.org | 2011-07-26 | 1 | -55/+16 |
* | re-landing r93629 | oshima@google.com | 2011-07-22 | 1 | -9/+0 |
* | Revert 93629 - Linux build failure: http://build.chromium.org/p/chromium/buil... | leandrogracia@chromium.org | 2011-07-22 | 1 | -0/+9 |
* | Consolidate access to X Display | oshima@google.com | 2011-07-22 | 1 | -9/+0 |
* | Do a LBYL when getting an X display from GTK. | backer@chromium.org | 2011-07-18 | 1 | -1/+4 |
* | Misc fixes to tracked objects | joth@chromium.org | 2011-07-15 | 1 | -3/+1 |
* | Refactor the glib message-pump, and use it as the base for a gtk message pump... | sadrul@chromium.org | 2011-06-24 | 1 | -6/+8 |
* | Cleanup: base/scoped_ptr.h -> base/memory/scoped_ptr.h. (part 2) | thestig@chromium.org | 2011-06-15 | 1 | -1/+1 |
* | Tag all tracked objects, including Tasks, with the program counter at the sit... | apatrick@chromium.org | 2011-05-19 | 1 | -1/+11 |
* | Reland old fix that was reverted incorrectly. | mbelshe@chromium.org | 2011-05-15 | 1 | -3/+15 |
* | Added CHECK for tasks passed to PostTask being null. | apatrick@chromium.org | 2011-05-10 | 1 | -4/+8 |
* | Add support for base::Closure in the MessageLoop, and reimplement the whole s... | ajwong@chromium.org | 2011-04-20 | 1 | -54/+174 |
* | Use lock-free lazy initialization for static histogram references | jar@chromium.org | 2011-04-05 | 1 | -3/+4 |
* | When we process the tickler message in our windows message pump, we should no... | ananta@chromium.org | 2011-03-24 | 1 | -0/+3 |
* | Fix style mistakes in r75477. | ajwong@chromium.org | 2011-02-25 | 1 | -4/+3 |
* | Run event executor on the ui thread to remove the need to explicitly XFlush()... | ajwong@chromium.org | 2011-02-19 | 1 | -0/+12 |
* | Add MessageLoop::AssertIdle(). Use in ChromeOS audio threads. | willchan@chromium.org | 2011-01-26 | 1 | -0/+6 |
* | 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 |
* | Make the order of methods in the cc files match the headers in base/. | erg@google.com | 2011-01-07 | 1 | -170/+164 |
* | MessageLoop: use dynamic_annotations.h & RunningOnValgrind instead of valgrin... | timurrrr@chromium.org | 2011-01-04 | 1 | -5/+5 |
* | Move thread local stuff from base to base/threading and consistently use the | brettw@chromium.org | 2010-12-30 | 1 | -1/+1 |
* | Properly lock access to static variables. | mad@chromium.org | 2010-12-23 | 1 | -1/+1 |
* | touchui: build fix for the buildbot. | sadrul@chromium.org | 2010-12-20 | 1 | -4/+3 |
* | touchui: turn on the new message pump. | sadrul@chromium.org | 2010-12-16 | 1 | -2/+1 |
* | Help make Base compile under NaCl | abarth@chromium.org | 2010-12-01 | 1 | -3/+8 |
* | Moved the calls to the MessageLoop destruction observers to after the pending... | sanjeevr@chromium.org | 2010-11-30 | 1 | -4/+4 |
* | Convert some DCHECKs to DCHECK_EQ. | thestig@chromium.org | 2010-11-10 | 1 | -6/+6 |
* | Switch to using TimeTicks rather than Time in message loops | jar@chromium.org | 2010-11-06 | 1 | -9/+11 |
* | Try to improve message_loop efficiency when backlogged | jar@chromium.org | 2010-11-04 | 1 | -4/+14 |
* | Do not use the new message pump for TOUCH_UI yet. | bryeung@google.com | 2010-11-03 | 1 | -1/+2 |
* | Revert 62695 - Revert 62644 - During shutdown delete any pending tasks if run... | thestig@chromium.org | 2010-10-27 | 1 | -2/+2 |
* | Added task to Observer methods | davemoore@chromium.org | 2010-10-26 | 1 | -2/+2 |
* | Add a message pump for touchui=1 | rjkroege@google.com | 2010-10-22 | 1 | -2/+8 |
* | Revert 63397 - Add a message pump for touchui=1 | rjkroege@google.com | 2010-10-21 | 1 | -8/+2 |
* | Add a message pump for touchui=1 | rjkroege@google.com | 2010-10-21 | 1 | -2/+8 |
* | Revert 63332 - Test of performance value of reducing calls to Now(). | jar@chromium.org | 2010-10-21 | 1 | -39/+8 |
* | Test of performance value of reducing calls to Now(). | jar@chromium.org | 2010-10-21 | 1 | -8/+39 |
* | Revert 63191 - 2nd try: | phajdan.jr@chromium.org | 2010-10-20 | 1 | -14/+3 |