summaryrefslogtreecommitdiffstats
path: root/base/message_pump_win.cc
Commit message (Expand)AuthorAgeFilesLines
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* reland r1075 w/ tweak to fix test failuresdarin@google.com2008-08-201-12/+25
* rollback r1075 to see if it helps resolve test failuresdarin@google.com2008-08-201-25/+12
* Eliminate TimerManager::GetCurrentDelay in favor of always referring to the f...darin@google.com2008-08-201-12/+25
* Take 2 at the new MessageLoop implementation.darin@google.com2008-08-161-2/+14
* Just like HandleWorkMessage, we have to be concerned with HandleTimerMessagedarin@google.com2008-08-151-0/+6
* Try only re-scheduling work when HandleWorkMessage is called.darin@google.com2008-08-151-1/+2
* remove some testing code that i didn't mean to checkindarin@google.com2008-08-151-16/+0
* Introduce MessagePump to represent the native message pump used to drive adarin@google.com2008-08-151-0/+523