summaryrefslogtreecommitdiffstats
path: root/base/timer.cc
Commit message (Expand)AuthorAgeFilesLines
* This is a second attempt at submitting this changelist. The original one wasmarkus@chromium.org2009-10-131-1/+1
* Roll back Markus's CL ( http://codereview.chromium.org/196053)jshin@chromium.org2009-09-251-1/+1
* When converting between units of time or data types of different precision,markus@chromium.org2009-09-241-1/+1
* NO CODE CHANGE (except one global std::wstring changed to const wchar_t* cons...maruel@chromium.org2009-03-031-3/+0
* Eliminate the TimerManager by pulling its priority queue into MessageLoop. T...darin@google.com2008-09-071-207/+0
* Minor cleanup to OneShotTimer and RepeatingTimer: moves more of the member v...darin@google.com2008-09-031-1/+2
* Add a LinkerInitialized constructor to AtomicSequenceNumber.deanm@google.com2008-09-021-1/+1
* fix ui testsdarin@google.com2008-08-301-1/+0
* Remove assertion in Timer() because it was too aggressive. Instead, we need todarin@google.com2008-08-301-2/+5
* fix mac builddarin@google.com2008-08-301-2/+2
* Switch SharedTimerWin over to using PostDelayedTask. I made some tweaks to thedarin@google.com2008-08-301-1/+14
* Simplify OneShotTimer and RepeatingTimer. Fix up all consumers.darin@google.com2008-08-281-28/+16
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* reland r1075 w/ tweak to fix test failuresdarin@google.com2008-08-201-15/+5
* rollback r1075 to see if it helps resolve test failuresdarin@google.com2008-08-201-5/+15
* Eliminate TimerManager::GetCurrentDelay in favor of always referring to the f...darin@google.com2008-08-201-15/+5
* git-svn-id: svn://svn.chromium.org/chrome/trunk/src@760 0039d316-1c4b-4281-b9...darin@google.com2008-08-121-116/+37
* fix initialization order warningpinkerton@google.com2008-08-121-2/+2
* git-svn-id: svn://svn.chromium.org/chrome/trunk/src@739 0039d316-1c4b-4281-b9...darin@google.com2008-08-121-37/+116
* Make timer.cc portable by factoring its Windows bits into MessageLoop.darin@google.com2008-08-121-116/+37
* just some hopefully non-contentious stuff to get out of the way before doing ...darin@google.com2008-08-061-2/+2
* Move base/timer from deprecated atomic interface to AtomicSequenceNumber.deanm@google.com2008-08-061-4/+5
* Add base to the repository.initial.commit2008-07-261-0/+346