summaryrefslogtreecommitdiffstats
path: root/base/message_loop.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* As an intermediate step towards having a message pump handling IO through com...rvargas@google.com2008-09-251-2/+14
* Miscellaneous cleanup.wtc@google.com2008-09-231-1/+0
* Use libevent, second try. Changes this time:dkegel@google.com2008-09-181-0/+15
* Revert "Make tcp_client_socket_unittest pass on Linux."evanm@google.com2008-09-181-15/+0
* Make tcp_client_socket_unittest pass on Linux.dkegel@google.com2008-09-181-0/+15
* Move a bunch of code from the old to new TLS interface.deanm@chromium.org2008-09-101-9/+1
* Put back r1891 with some task deletion disabled to maintain backwards compat ...darin@chromium.org2008-09-101-2/+7
* rollback r1891darin@google.com2008-09-091-4/+2
* Delete pending tasks that have not run. To do this properly, I found that I ...darin@google.com2008-09-091-2/+4
* Eliminate the TimerManager by pulling its priority queue into MessageLoop. T...darin@google.com2008-09-071-115/+57
* Minor cleanup to OneShotTimer and RepeatingTimer: moves more of the member v...darin@google.com2008-09-031-2/+3
* Simplify OneShotTimer and RepeatingTimer. Fix up all consumers.darin@google.com2008-08-281-3/+3
* Disable this DCHECK since too many consumers expect to be able todarin@google.com2008-08-261-1/+3
* Allow consumers of MessageLoop to specify the type of MessageLoop they want.darin@google.com2008-08-261-34/+102
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* TrackedObjects assumes you can use a "TLS slot" of -1 to indicate uninitializ...evanm@google.com2008-08-201-1/+1
* Revert. Failing unit tests.evanm@google.com2008-08-201-1/+1
* TrackedObjects assumes you can use a "TLS slot" of -1 to indicate uninitializ...evanm@google.com2008-08-201-1/+1
* reland r1075 w/ tweak to fix test failuresdarin@google.com2008-08-201-1/+1
* rollback r1075 to see if it helps resolve test failuresdarin@google.com2008-08-201-1/+1
* Eliminate TimerManager::GetCurrentDelay in favor of always referring to the f...darin@google.com2008-08-201-1/+1
* Take 2 at the new MessageLoop implementation.darin@google.com2008-08-161-303/+119
* rollback portions of r928 to test to see if it impacts perfdarin@google.com2008-08-151-118/+296
* Introduce MessagePump to represent the native message pump used to drive adarin@google.com2008-08-151-295/+118
* git-svn-id: svn://svn.chromium.org/chrome/trunk/src@760 0039d316-1c4b-4281-b9...darin@google.com2008-08-121-0/+5
* git-svn-id: svn://svn.chromium.org/chrome/trunk/src@739 0039d316-1c4b-4281-b9...darin@google.com2008-08-121-5/+0
* Make timer.cc portable by factoring its Windows bits into MessageLoop.darin@google.com2008-08-121-0/+5
* I came across this when looking at MessageLoop recently.sky@google.com2008-08-111-6/+0
* just some hopefully non-contentious stuff to get out of the way before doing ...darin@google.com2008-08-061-40/+55
* ObjectWatcher needs to know when the current thread's MessageLoop is being de...darin@google.com2008-08-051-3/+26
* Rollback message loop testjar@google.com2008-08-031-5/+4
* This is a test, and will rollback asap after a build/test cycle starts.jar@google.com2008-08-031-4/+5
* Call ResetBirthTime before dispatching the user's Task. Also, remove PostSig...darin@google.com2008-08-021-4/+0
* A new (private) interface is supplied that allows the object watcher (coding injar@google.com2008-08-011-0/+4
* Support RanAllPending() rather than RunOnce(), and integrated into ipc_sync_c...jar@google.com2008-07-311-5/+8
* (Re-landing of) Support RunOnce() in message loop.jar@google.com2008-07-301-8/+21
* Rollback 109jar@google.com2008-07-301-21/+8
* M base/message_loop.hjar@google.com2008-07-301-8/+21
* Do not use RecycleOrDelete since it is not ready for prime-time.darin@google.com2008-07-301-4/+0
* Fix some issues when building with Visual Studio 2008.maruel@google.com2008-07-281-1/+0