summaryrefslogtreecommitdiffstats
path: root/base/message_loop.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix the GCC build.darin@chromium.org2008-09-101-2/+2
* Put back r1891 with some task deletion disabled to maintain backwards compat ...darin@chromium.org2008-09-101-36/+56
* Revert the timeBeginPeriod changes in event_recorder. It's doing it's own ti...deanm@google.com2008-09-091-4/+0
* Reapply r1633 (which was reverted by r1635), with some additional modificatio...deanm@google.com2008-09-091-18/+0
* rollback r1891darin@google.com2008-09-091-36/+28
* Delete pending tasks that have not run. To do this properly, I found that I ...darin@google.com2008-09-091-28/+36
* Fix purify MLK errors resulting from my previous check-in. The TimerManager ...darin@google.com2008-09-071-0/+7
* Eliminate the TimerManager by pulling its priority queue into MessageLoop. T...darin@google.com2008-09-071-200/+140
* Switch SharedTimerWin over to using PostDelayedTask. I made some tweaks to thedarin@google.com2008-08-301-13/+28
* rollback r1427 to attempt to fix test failuresdarin@google.com2008-08-271-0/+2
* Re-enable DeletePendingTasks. We need this to plug memory leaks in the unitdarin@google.com2008-08-271-2/+0
* revert to using MessagePumpWin on all threadsdarin@google.com2008-08-261-12/+3
* Allow consumers of MessageLoop to specify the type of MessageLoop they want.darin@google.com2008-08-261-14/+58
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* 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