| Commit message (Expand) | Author | Age | Files | Lines |
* | Re-land rollback (which was not causing UI test regression) | jar@google.com | 2008-12-13 | 1 | -5/+11 |
* | Revert to repair UI test bustage | jar@google.com | 2008-12-12 | 1 | -11/+5 |
* | Make sure sub-pump is running (if needed) before handling a windows task | jar@google.com | 2008-12-12 | 1 | -5/+11 |
* | Switch MessagePumpForIO to use completion ports on Windows. | rvargas@google.com | 2008-11-07 | 1 | -407/+259 |
* | Move Time, TimeDelta and TimeTicks into namespace base. | dsh@google.com | 2008-10-27 | 1 | -0/+2 |
* | Add a way to register for completion-ports based async operations to be handled | rvargas@google.com | 2008-10-09 | 1 | -0/+69 |
* | This fixes http://code.google.com/p/chromium/issues/detail?id=772, | iyengar@google.com | 2008-10-01 | 1 | -3/+30 |
* | As an intermediate step towards having a message pump handling IO through com... | rvargas@google.com | 2008-09-25 | 1 | -117/+197 |
* | Fix crash that can occur if PumpOutPendingPaintMessages is called outside the... | darin@chromium.org | 2008-09-19 | 1 | -0/+5 |
* | A better fix for the hang observed while running net_unittests on vista. This | darin@google.com | 2008-08-30 | 1 | -8/+10 |
* | Switch SharedTimerWin over to using PostDelayedTask. I made some tweaks to the | darin@google.com | 2008-08-30 | 1 | -4/+1 |
* | Fix net_unittests hang observed on Vista. It turns out that a subpump was | darin@google.com | 2008-08-29 | 1 | -5/+6 |
* | Use a more compact license header in source files. | license.bot | 2008-08-24 | 1 | -28/+4 |
* | reland r1075 w/ tweak to fix test failures | darin@google.com | 2008-08-20 | 1 | -12/+25 |
* | rollback r1075 to see if it helps resolve test failures | darin@google.com | 2008-08-20 | 1 | -25/+12 |
* | Eliminate TimerManager::GetCurrentDelay in favor of always referring to the f... | darin@google.com | 2008-08-20 | 1 | -12/+25 |
* | Take 2 at the new MessageLoop implementation. | darin@google.com | 2008-08-16 | 1 | -2/+14 |
* | Just like HandleWorkMessage, we have to be concerned with HandleTimerMessage | darin@google.com | 2008-08-15 | 1 | -0/+6 |
* | Try only re-scheduling work when HandleWorkMessage is called. | darin@google.com | 2008-08-15 | 1 | -1/+2 |
* | remove some testing code that i didn't mean to checkin | darin@google.com | 2008-08-15 | 1 | -16/+0 |
* | Introduce MessagePump to represent the native message pump used to drive a | darin@google.com | 2008-08-15 | 1 | -0/+523 |