summaryrefslogtreecommitdiffstats
path: root/base/message_loop.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add base to the repository.initial.commit2008-07-261-0/+611