summaryrefslogtreecommitdiffstats
path: root/base/message_loop.h
Commit message (Expand)AuthorAgeFilesLines
* Fix style mistakes in r75477.ajwong@chromium.org2011-02-251-6/+14
* Run event executor on the ui thread to remove the need to explicitly XFlush()...ajwong@chromium.org2011-02-191-0/+5
* Add MessageLoop::AssertIdle(). Use in ChromeOS audio threads.willchan@chromium.org2011-01-261-2/+5
* 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-15/+3
* Start sorting methods in class declarations.erg@google.com2011-01-071-63/+63
* Switch to using TimeTicks rather than Time in message loopsjar@chromium.org2010-11-061-6/+6
* Try to improve message_loop efficiency when backloggedjar@chromium.org2010-11-041-0/+3
* Added task to Observer methodsdavemoore@chromium.org2010-10-261-2/+2
* touchui: Directly process key and mouse events.rjkroege@google.com2010-10-261-0/+7
* Revert "Revert "Const-ify RefCountedThreadSafe::AddRef and Release.""mpcomplete@chromium.org2010-10-221-2/+3
* Revert "Const-ify RefCountedThreadSafe::AddRef and Release."levin@chromium.org2010-10-221-3/+2
* Const-ify RefCountedThreadSafe::AddRef and Release.mpcomplete@chromium.org2010-10-221-2/+3
* Revert 63332 - Test of performance value of reducing calls to Now().jar@chromium.org2010-10-211-5/+0
* Test of performance value of reducing calls to Now().jar@chromium.org2010-10-211-0/+5
* Move Stats, histograms, and field trial into a metrics subdirectory of base andbrettw@chromium.org2010-10-141-1/+3
* Fixes bad URLRequest leak detection. nss_ocsp creates asky@chromium.org2010-09-151-1/+3
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Move implementation from header to source.erg@chromium.org2010-07-151-3/+3
* Attempt four at landing the "histogram.h removed from message_loop.h" patch.erg@chromium.org2010-07-151-5/+3
* Revert everything related to the relanding.erg@chromium.org2010-07-141-3/+5
* Reland r52336.erg@chromium.org2010-07-141-5/+3
* Revert 52336 - More header cleanup:erg@chromium.org2010-07-141-3/+5
* More header cleanup:erg@chromium.org2010-07-141-5/+3
* Change chrome from statically enabling high resolution timers on windowsmbelshe@chromium.org2010-06-291-0/+18
* Reland r49188.willchan@chromium.org2010-06-091-18/+60
* Rebaseline tests whose expectations were changed by r55714.hamaji@chromium.org2010-06-091-60/+18
* Jankometer: Generalize the code more. Add better support for monitoring IO t...willchan@chromium.org2010-06-081-18/+60
* Add MessageLoop::QuitNow and use it to terminate a sync IPC.darin@chromium.org2010-02-231-0/+4
* Changes to base/ from a combination of FreeBSD and OpenBSD patches.evan@chromium.org2009-12-291-6/+6
* [Mac] Pump nestable tasks while web popups are visible.shess@chromium.org2009-12-161-0/+17
* Use factory to create histograms, and refcounts to track lifetimesjar@chromium.org2009-12-061-1/+1
* Move creation of SEH frame into a separate funcion.For any function that uses...stoyan@google.com2009-10-261-1/+5
* Make swapping the incoming queue with the work queue constant time.darin@chromium.org2009-09-021-1/+7
* This CL adds accelerators to the Linux toolkit views.jcampan@chromium.org2009-07-311-18/+17
* Adds time-out to browser-tests to prevent a hanging test from hanging the ent...jcampan@chromium.org2009-07-011-0/+3
* Consistently use int64 for integers holding number of milliseconds.phajdan.jr@chromium.org2009-06-171-3/+3
* Reduce header dependencies in base/phajdan.jr@chromium.org2009-06-031-3/+0
* Promotes Add/RemoveObserver to MessageLoop for linux. Becausesky@chromium.org2009-05-181-1/+14
* Removed unneeded includes of base/scoped_ptr.h. Reduce usage from ~800 files ...thestig@chromium.org2009-03-131-0/+1
* Reverting 7125.ericroman@google.com2008-12-171-12/+1
* Temp experiment to confirm theory in crbug.com/5555.ericroman@google.com2008-12-171-1/+12
* message_pump_libevent refactor:jeremy@chromium.org2008-12-151-8/+15
* Reverting 6911.ojan@google.com2008-12-121-15/+8
* message_pump_libevent refactor:jeremy@chromium.org2008-12-121-8/+15
* Add FD watching support to message_pump_libevent.jeremy@chromium.org2008-12-081-0/+3
* Switch MessagePumpForIO to use completion ports on Windows.rvargas@google.com2008-11-071-4/+3
* Move Time, TimeDelta and TimeTicks into namespace base.dsh@google.com2008-10-271-5/+5
* Lint message loop code (added explicit to a class definition)jar@google.com2008-10-271-6/+6
* Add a way to register for completion-ports based async operations to be handledrvargas@google.com2008-10-091-0/+3