summaryrefslogtreecommitdiffstats
path: root/base/message_pump_win.h
Commit message (Expand)AuthorAgeFilesLines
* Switch MessagePumpForIO to use completion ports on Windows.rvargas@google.com2008-11-071-99/+191
* Move Time, TimeDelta and TimeTicks into namespace base.dsh@google.com2008-10-271-1/+0
* Add a way to register for completion-ports based async operations to be handledrvargas@google.com2008-10-091-0/+34
* As an intermediate step towards having a message pump handling IO through com...rvargas@google.com2008-09-251-24/+50
* 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-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
* Introduce MessagePump to represent the native message pump used to drive adarin@google.com2008-08-151-0/+216