| Commit message (Expand) | Author | Age | Files | Lines |
* | Update base/timer.h code to pass through Location from call sites. (reland) o... | jbates@chromium.org | 2011-09-02 | 1 | -1/+1 |
* | Revert "Currently, base/timer.cc calls PostTask with FROM_HERE as the Location, | mattm@chromium.org | 2011-09-02 | 1 | -1/+1 |
* | Currently, base/timer.cc calls PostTask with FROM_HERE as the Location, so th... | jbates@chromium.org | 2011-09-02 | 1 | -1/+1 |
* | This is a second attempt at submitting this changelist. The original one was | markus@chromium.org | 2009-10-13 | 1 | -1/+1 |
* | Roll back Markus's CL ( http://codereview.chromium.org/196053) | jshin@chromium.org | 2009-09-25 | 1 | -1/+1 |
* | When converting between units of time or data types of different precision, | markus@chromium.org | 2009-09-24 | 1 | -1/+1 |
* | NO CODE CHANGE (except one global std::wstring changed to const wchar_t* cons... | maruel@chromium.org | 2009-03-03 | 1 | -3/+0 |
* | Eliminate the TimerManager by pulling its priority queue into MessageLoop. T... | darin@google.com | 2008-09-07 | 1 | -207/+0 |
* | Minor cleanup to OneShotTimer and RepeatingTimer: moves more of the member v... | darin@google.com | 2008-09-03 | 1 | -1/+2 |
* | Add a LinkerInitialized constructor to AtomicSequenceNumber. | deanm@google.com | 2008-09-02 | 1 | -1/+1 |
* | fix ui tests | darin@google.com | 2008-08-30 | 1 | -1/+0 |
* | Remove assertion in Timer() because it was too aggressive. Instead, we need to | darin@google.com | 2008-08-30 | 1 | -2/+5 |
* | fix mac build | darin@google.com | 2008-08-30 | 1 | -2/+2 |
* | Switch SharedTimerWin over to using PostDelayedTask. I made some tweaks to the | darin@google.com | 2008-08-30 | 1 | -1/+14 |
* | Simplify OneShotTimer and RepeatingTimer. Fix up all consumers. | darin@google.com | 2008-08-28 | 1 | -28/+16 |
* | 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 | -15/+5 |
* | rollback r1075 to see if it helps resolve test failures | darin@google.com | 2008-08-20 | 1 | -5/+15 |
* | Eliminate TimerManager::GetCurrentDelay in favor of always referring to the f... | darin@google.com | 2008-08-20 | 1 | -15/+5 |
* | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@760 0039d316-1c4b-4281-b9... | darin@google.com | 2008-08-12 | 1 | -116/+37 |
* | fix initialization order warning | pinkerton@google.com | 2008-08-12 | 1 | -2/+2 |
* | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@739 0039d316-1c4b-4281-b9... | darin@google.com | 2008-08-12 | 1 | -37/+116 |
* | Make timer.cc portable by factoring its Windows bits into MessageLoop. | darin@google.com | 2008-08-12 | 1 | -116/+37 |
* | just some hopefully non-contentious stuff to get out of the way before doing ... | darin@google.com | 2008-08-06 | 1 | -2/+2 |
* | Move base/timer from deprecated atomic interface to AtomicSequenceNumber. | deanm@google.com | 2008-08-06 | 1 | -4/+5 |
* | Add base to the repository. | initial.commit | 2008-07-26 | 1 | -0/+346 |