| Commit message (Expand) | Author | Age | Files | Lines |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 1 | -1/+1 |
* | Base: A few more files using BASE_API (for base.dll) | rvargas@google.com | 2011-03-25 | 1 | -3/+4 |
* | MessagePump implementations should call DoWork and DoDelayedWork at equal | mark@chromium.org | 2011-02-17 | 1 | -5/+7 |
* | Switch to using TimeTicks rather than Time in message loops | jar@chromium.org | 2010-11-06 | 1 | -3/+3 |
* | FBTF: Moves code to the headers. | erg@google.com | 2010-09-28 | 1 | -1/+2 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | 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 |