summaryrefslogtreecommitdiffstats
path: root/base/message_loop.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix the final gcc warnings in base and net. Provide some macros to selective...mmentovai@google.com2008-08-211-1/+2
* TrackedObjects assumes you can use a "TLS slot" of -1 to indicate uninitializ...evanm@google.com2008-08-201-3/+5
* Revert. Failing unit tests.evanm@google.com2008-08-201-5/+3
* TrackedObjects assumes you can use a "TLS slot" of -1 to indicate uninitializ...evanm@google.com2008-08-201-3/+5
* Disable warning 4355 on Windows builds: "'this' : used in base member initial...maruel@google.com2008-08-201-1/+0
* reland r1075 w/ tweak to fix test failuresdarin@google.com2008-08-201-6/+6
* rollback r1075 to see if it helps resolve test failuresdarin@google.com2008-08-201-6/+6
* Eliminate TimerManager::GetCurrentDelay in favor of always referring to the f...darin@google.com2008-08-201-6/+6
* ThreadLocalStorage::Set should take care of validating its inputs. No need todarin@google.com2008-08-191-1/+0
* Define MessagePumpDefault and use it to implement MessageLoop on non-Windowsdarin@google.com2008-08-191-2/+6
* Take 2 at the new MessageLoop implementation.darin@google.com2008-08-161-571/+120
* rollback portions of r928 to test to see if it impacts perfdarin@google.com2008-08-151-133/+562
* Try only re-scheduling work when HandleWorkMessage is called.darin@google.com2008-08-151-0/+3
* Introduce MessagePump to represent the native message pump used to drive adarin@google.com2008-08-151-562/+130
* git-svn-id: svn://svn.chromium.org/chrome/trunk/src@760 0039d316-1c4b-4281-b9...darin@google.com2008-08-121-15/+63
* git-svn-id: svn://svn.chromium.org/chrome/trunk/src@739 0039d316-1c4b-4281-b9...darin@google.com2008-08-121-63/+15
* Make timer.cc portable by factoring its Windows bits into MessageLoop.darin@google.com2008-08-121-15/+63
* Fix bug 1317458: Busy wait in IPC::SyncChannel::Send in some casesmpcomplete@google.com2008-08-091-6/+7
* Apparently, our WndProc can get called for other HWNDs :(darin@google.com2008-08-061-15/+17
* just some hopefully non-contentious stuff to get out of the way before doing ...darin@google.com2008-08-061-22/+12
* ObjectWatcher needs to know when the current thread's MessageLoop is being de...darin@google.com2008-08-051-0/+18
* Rollback message loop testjar@google.com2008-08-031-13/+11
* This is a test, and will rollback asap after a build/test cycle starts.jar@google.com2008-08-031-11/+13
* Call ResetBirthTime before dispatching the user's Task. Also, remove PostSig...darin@google.com2008-08-021-9/+0
* A new (private) interface is supplied that allows the object watcher (coding injar@google.com2008-08-011-0/+10
* Support RanAllPending() rather than RunOnce(), and integrated into ipc_sync_c...jar@google.com2008-07-311-11/+11
* (Re-landing of) Support RunOnce() in message loop.jar@google.com2008-07-301-36/+39
* Rollback 109jar@google.com2008-07-301-36/+36
* M base/message_loop.hjar@google.com2008-07-301-36/+36
* Add base to the repository.initial.commit2008-07-261-0/+969