summaryrefslogtreecommitdiffstats
path: root/base/message_loop.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Convert some DCHECKs to DCHECK_EQ.thestig@chromium.org2010-11-101-6/+6
* Switch to using TimeTicks rather than Time in message loopsjar@chromium.org2010-11-061-9/+11
* Try to improve message_loop efficiency when backloggedjar@chromium.org2010-11-041-4/+14
* Do not use the new message pump for TOUCH_UI yet.bryeung@google.com2010-11-031-1/+2
* Revert 62695 - Revert 62644 - During shutdown delete any pending tasks if run...thestig@chromium.org2010-10-271-2/+2
* Added task to Observer methodsdavemoore@chromium.org2010-10-261-2/+2
* Add a message pump for touchui=1rjkroege@google.com2010-10-221-2/+8
* Revert 63397 - Add a message pump for touchui=1rjkroege@google.com2010-10-211-8/+2
* Add a message pump for touchui=1rjkroege@google.com2010-10-211-2/+8
* Revert 63332 - Test of performance value of reducing calls to Now().jar@chromium.org2010-10-211-39/+8
* Test of performance value of reducing calls to Now().jar@chromium.org2010-10-211-8/+39
* Revert 63191 - 2nd try:phajdan.jr@chromium.org2010-10-201-14/+3
* 2nd try:mbelshe@chromium.org2010-10-201-3/+14
* Revert 63176 - Fix regression where high resolution timers could be activated...mbelshe@chromium.org2010-10-201-14/+3
* Fix regression where high resolution timers could be activated even undermbelshe@chromium.org2010-10-201-3/+14
* Revert 62644 - During shutdown delete any pending tasks if running under Heap...thestig@chromium.org2010-10-151-2/+2
* During shutdown delete any pending tasks if running under Heapchecker.thestig@chromium.org2010-10-141-2/+2
* Move Stats, histograms, and field trial into a metrics subdirectory of base andbrettw@chromium.org2010-10-141-4/+5
* Fixes bad URLRequest leak detection. nss_ocsp creates asky@chromium.org2010-09-151-8/+10
* Header cleanup in base.brettw@chromium.org2010-08-171-1/+0
* Revert 54584 - Delete tasks unconditionally in MessageLoop::DeletePendingTask...akalin@chromium.org2010-08-031-2/+21
* Delete tasks unconditionally in MessageLoop::DeletePendingTasks().akalin@chromium.org2010-08-021-21/+2
* Move implementation from header to source.erg@chromium.org2010-07-151-0/+11
* Attempt four at landing the "histogram.h removed from message_loop.h" patch.erg@chromium.org2010-07-151-39/+40
* Revert everything related to the relanding.erg@chromium.org2010-07-141-40/+39