| Commit message (Expand) | Author | Age | Files | Lines |
* | NO CODE CHANGE (except one global std::wstring changed to const wchar_t* cons... | maruel@chromium.org | 2009-03-03 | 1 | -2/+2 |
* | Move Time, TimeDelta and TimeTicks into namespace base. | dsh@google.com | 2008-10-27 | 1 | -3/+2 |
* | Switch SharedTimerWin over to using PostDelayedTask. I made some tweaks to the | darin@google.com | 2008-08-30 | 1 | -10/+8 |
* | 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 | -8/+9 |
* | rollback r1075 to see if it helps resolve test failures | darin@google.com | 2008-08-20 | 1 | -9/+8 |
* | Eliminate TimerManager::GetCurrentDelay in favor of always referring to the f... | darin@google.com | 2008-08-20 | 1 | -8/+9 |
* | Define MessagePumpDefault and use it to implement MessageLoop on non-Windows | darin@google.com | 2008-08-19 | 1 | -0/+2 |
* | Take 2 at the new MessageLoop implementation. | darin@google.com | 2008-08-16 | 1 | -2/+5 |
* | Introduce MessagePump to represent the native message pump used to drive a | darin@google.com | 2008-08-15 | 1 | -0/+143 |