summaryrefslogtreecommitdiffstats
path: root/base/message_loop.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Reland r52336.erg@chromium.org2010-07-141-39/+40
* Revert 52336 - More header cleanup:erg@chromium.org2010-07-141-40/+39
* More header cleanup:erg@chromium.org2010-07-141-39/+40
* Change chrome from statically enabling high resolution timers on windowsmbelshe@chromium.org2010-06-291-0/+26
* Removing message loop instrumentation.dhollowa@chromium.org2010-06-291-4/+0
* Log the value of RUNNING_ON_VALGRIND in message_loop.ccglider@chromium.org2010-06-221-0/+4
* Reland r49188.willchan@chromium.org2010-06-091-7/+13
* Rebaseline tests whose expectations were changed by r55714.hamaji@chromium.org2010-06-091-13/+7
* Jankometer: Generalize the code more. Add better support for monitoring IO t...willchan@chromium.org2010-06-081-7/+13
* Make MessageLoop::MessageLoop easier to read.thestig@chromium.org2010-04-151-17/+16
* Add MessageLoop::QuitNow and use it to terminate a sync IPC.darin@chromium.org2010-02-231-0/+9
* Style cleanup in preparation for auto-linting base/.erg@google.com2010-01-261-1/+1
* Changes to base/ from a combination of FreeBSD and OpenBSD patches.evan@chromium.org2009-12-291-7/+7
* Cleanup histogram classes mixing SetFlags into FactoryGet argumentsjar@chromium.org2009-12-281-8/+5
* Use factory to create histograms, and refcounts to track lifetimesjar@chromium.org2009-12-061-3/+4
* Move creation of SEH frame into a separate funcion.For any function that uses...stoyan@google.com2009-10-261-6/+12
* Make swapping the incoming queue with the work queue constant time.darin@chromium.org2009-09-021-1/+1
* This CL adds accelerators to the Linux toolkit views.jcampan@chromium.org2009-07-311-21/+19
* Reapply r21429 - Cleanup pending tasks under Valgrind as well.kuchhal@chromium.org2009-07-231-9/+10
* Revert "Cleanup pending tasks under Valgrind as well." (r21429)kuchhal@chromium.org2009-07-231-10/+6
* Cleanup pending tasks under Valgrind as well.kuchhal@chromium.org2009-07-231-6/+10
* Adds time-out to browser-tests to prevent a hanging test from hanging the ent...jcampan@chromium.org2009-07-011-0/+4
* Consistently use int64 for integers holding number of milliseconds.phajdan.jr@chromium.org2009-06-171-3/+3
* Promotes Add/RemoveObserver to MessageLoop for linux. Becausesky@chromium.org2009-05-181-8/+12
* During shutdown delete any pending tasks if running under Valgrind.kuchhal@chromium.org2009-05-141-1/+8
* More linux ifdef tweaks. This reverts my earlier change (13503).sky@chromium.org2009-04-271-5/+1
* Adds some ifdefs so that test_shell can be compiled on linuxsky@chromium.org2009-04-101-2/+6
* (purify bustage) Correct purify (only) reference to variablejar@chromium.org2009-03-111-1/+1
* Fix tree bustagejar@chromium.org2009-03-111-2/+4
* Avoid leaks at shutdown when running purifyjar@chromium.org2009-03-111-4/+10
* Use string for Histogram names since these are all ASCII anyway.dsh@google.com2009-02-241-5/+5