summaryrefslogtreecommitdiffstats
path: root/base/message_loop.cc
Commit message (Expand)AuthorAgeFilesLines
* Add CHECK to catch places where BrowserProcessImpl's refcount goes to 0.willchan@chromium.org2011-11-011-0/+5
* Enable tracking of objects by defaultjar@chromium.org2011-10-311-14/+6
* Revert 107895 - Fully enable about:tracking by defaultjoth@chromium.org2011-10-311-6/+14
* Fully enable about:tracking by defaultjar@chromium.org2011-10-301-14/+6
* Revert 107793 - Fully enable about:tracking by defaultjar@chromium.org2011-10-281-20/+15
* Fully enable about:tracking by defaultjar@chromium.org2011-10-281-15/+20
* Replace most LOG/CHECK statements with DLOG/DCHECK statements in base.brettw@chromium.org2011-10-261-8/+8
* Revert 107042 - Replace most LOG/CHECK statements with DLOG/DCHECK statements...brettw@chromium.org2011-10-251-8/+8
* Replace most LOG/CHECK statements with DLOG/DCHECK statements in base.brettw@chromium.org2011-10-251-8/+8
* Support JSON encoding of data for about:tracking informationjar@chromium.org2011-10-241-1/+2
* rename Run in MessageLoopForUI to RunWithDispatcheroshima@google.com2011-10-241-1/+1
* Make MessageLoop::QuitClosure call Quit of the current MessageLoop at call ti...kalman@chromium.org2011-10-211-2/+5
* base::Bind: Cleanup in automation.jhawkins@chromium.org2011-10-171-4/+10
* Update task tracking to not depend on message_loop_ singletonjar@chromium.org2011-10-151-6/+8
* Add RunAllPendingWithDispatcheroshima@google.com2011-10-061-0/+8
* Add trace code to track all posted tasks in message_loop and WorkerThreads (n...jbates@chromium.org2011-10-031-3/+8
* Reland 102005 and 102009: aura: Explicitly disable GTK.sadrul@chromium.org2011-09-211-1/+1
* Revert 102005 - aura: Explicitly disable GTK.sky@chromium.org2011-09-201-1/+1
* aura: Explicitly disable GTK.sadrul@chromium.org2011-09-201-1/+1
* aura: A few changes to have aura_demo compile and run on linux.sadrul@chromium.org2011-09-071-1/+1
* Remove Purify and Quantify.Doing so will reduce substantially the size of the...jeanluc@chromium.org2011-08-171-3/+2
* Add MessageLoopProxy::currentnduca@chromium.org2011-08-151-0/+8
* Adding Wayland message loop and gyp build depsdnicoara@chromium.org2011-08-111-5/+3
* Android's paths and message loop implementation with JNImichaelbai@google.com2011-08-021-7/+30
* Support Closure in ALL the loops!ajwong@chromium.org2011-07-261-55/+16
* re-landing r93629oshima@google.com2011-07-221-9/+0
* Revert 93629 - Linux build failure: http://build.chromium.org/p/chromium/buil...leandrogracia@chromium.org2011-07-221-0/+9
* Consolidate access to X Displayoshima@google.com2011-07-221-9/+0
* Do a LBYL when getting an X display from GTK.backer@chromium.org2011-07-181-1/+4
* Misc fixes to tracked objectsjoth@chromium.org2011-07-151-3/+1
* Refactor the glib message-pump, and use it as the base for a gtk message pump...sadrul@chromium.org2011-06-241-6/+8
* Cleanup: base/scoped_ptr.h -> base/memory/scoped_ptr.h. (part 2)thestig@chromium.org2011-06-151-1/+1
* Tag all tracked objects, including Tasks, with the program counter at the sit...apatrick@chromium.org2011-05-191-1/+11
* Reland old fix that was reverted incorrectly.mbelshe@chromium.org2011-05-151-3/+15
* Added CHECK for tasks passed to PostTask being null.apatrick@chromium.org2011-05-101-4/+8
* Add support for base::Closure in the MessageLoop, and reimplement the whole s...ajwong@chromium.org2011-04-201-54/+174
* Use lock-free lazy initialization for static histogram referencesjar@chromium.org2011-04-051-3/+4
* When we process the tickler message in our windows message pump, we should no...ananta@chromium.org2011-03-241-0/+3
* Fix style mistakes in r75477.ajwong@chromium.org2011-02-251-4/+3
* Run event executor on the ui thread to remove the need to explicitly XFlush()...ajwong@chromium.org2011-02-191-0/+12
* Add MessageLoop::AssertIdle(). Use in ChromeOS audio threads.willchan@chromium.org2011-01-261-0/+6
* Remove obsolete base/lock.h and fix up callers to use the new header file andbrettw@chromium.org2011-01-211-2/+2
* Make the order of methods in the cc files match the headers in base/.erg@google.com2011-01-071-170/+164
* MessageLoop: use dynamic_annotations.h & RunningOnValgrind instead of valgrin...timurrrr@chromium.org2011-01-041-5/+5
* Move thread local stuff from base to base/threading and consistently use thebrettw@chromium.org2010-12-301-1/+1
* Properly lock access to static variables.mad@chromium.org2010-12-231-1/+1
* touchui: build fix for the buildbot.sadrul@chromium.org2010-12-201-4/+3
* touchui: turn on the new message pump.sadrul@chromium.org2010-12-161-2/+1
* Help make Base compile under NaClabarth@chromium.org2010-12-011-3/+8
* Moved the calls to the MessageLoop destruction observers to after the pending...sanjeevr@chromium.org2010-11-301-4/+4