summaryrefslogtreecommitdiffstats
path: root/base/message_pump.h
Commit message (Expand)AuthorAgeFilesLines
* Move Time, TimeDelta and TimeTicks into namespace base.dsh@google.com2008-10-271-3/+2
* Switch SharedTimerWin over to using PostDelayedTask. I made some tweaks to thedarin@google.com2008-08-301-10/+8
* 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-8/+9
* rollback r1075 to see if it helps resolve test failuresdarin@google.com2008-08-201-9/+8
* Eliminate TimerManager::GetCurrentDelay in favor of always referring to the f...darin@google.com2008-08-201-8/+9
* Define MessagePumpDefault and use it to implement MessageLoop on non-Windowsdarin@google.com2008-08-191-0/+2
* Take 2 at the new MessageLoop implementation.darin@google.com2008-08-161-2/+5
* Introduce MessagePump to represent the native message pump used to drive adarin@google.com2008-08-151-0/+143