summaryrefslogtreecommitdiffstats
path: root/base/message_loop_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Switch MessagePumpForIO to use completion ports on Windows.rvargas@google.com2008-11-071-99/+87
* Move Time, TimeDelta and TimeTicks into namespace base.dsh@google.com2008-10-271-0/+2
* Add a way to register for completion-ports based async operations to be handledrvargas@google.com2008-10-091-7/+108
* fix oopsdarin@chromium.org2008-09-231-4/+4
* Always use the topmost delayed task as the basis for our WM_TIMER.darin@chromium.org2008-09-231-0/+112
* disable tests that are not ready to be enabled yetdarin@chromium.org2008-09-101-0/+3
* Put back r1891 with some task deletion disabled to maintain backwards compat ...darin@chromium.org2008-09-101-0/+58
* rollback r1891darin@google.com2008-09-091-58/+0
* Delete pending tasks that have not run. To do this properly, I found that I ...darin@google.com2008-09-091-0/+58
* Eliminate the TimerManager by pulling its priority queue into MessageLoop. T...darin@google.com2008-09-071-6/+186
* Allow consumers of MessageLoop to specify the type of MessageLoop they want.darin@google.com2008-08-261-75/+149
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* Define MessagePumpDefault and use it to implement MessageLoop on non-Windowsdarin@google.com2008-08-191-9/+27
* Introduce MessagePump to represent the native message pump used to drive adarin@google.com2008-08-151-4/+25
* I removed a questionable use of Quit() on a message loopjar@google.com2008-08-141-3/+3
* Rollback message loop testjar@google.com2008-08-031-3/+3
* This is a test, and will rollback asap after a build/test cycle starts.jar@google.com2008-08-031-3/+3
* Fix most issues when building base as a x64 target.maruel@google.com2008-07-301-0/+23
* Add base to the repository.initial.commit2008-07-261-0/+827