summaryrefslogtreecommitdiffstats
path: root/base/timer.h
Commit message (Expand)AuthorAgeFilesLines
* Redo fix from yesterday.mbelshe@google.com2008-12-021-6/+35
* Revert the timer code again because even after relandingnsylvain@chromium.org2008-12-021-27/+6
* Reland 6190 now that the tree is green to see ifnsylvain@chromium.org2008-12-021-6/+27
* Revert 6190 to see if it's the cause of the 100+ new regressionsnsylvain@chromium.org2008-12-021-27/+6
* Found a bug in the BaseTimer (used by OneShotTimer).mbelshe@google.com2008-12-021-6/+27
* Stop spamming delayed tasks on each input event.darin@chromium.org2008-09-251-0/+7
* Eliminate the TimerManager by pulling its priority queue into MessageLoop. T...darin@google.com2008-09-071-197/+0
* Minor cleanup to OneShotTimer and RepeatingTimer: moves more of the member v...darin@google.com2008-09-031-33/+26
* Switch SharedTimerWin over to using PostDelayedTask. I made some tweaks to thedarin@google.com2008-08-301-0/+3
* fix base_unittets bustage observed on mac/linuxdarin@google.com2008-08-291-2/+4
* fix purify errordarin@google.com2008-08-281-0/+1
* Simplify OneShotTimer and RepeatingTimer. Fix up all consumers.darin@google.com2008-08-281-61/+145
* 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-6/+4
* rollback r1075 to see if it helps resolve test failuresdarin@google.com2008-08-201-4/+6
* Eliminate TimerManager::GetCurrentDelay in favor of always referring to the f...darin@google.com2008-08-201-6/+4
* git-svn-id: svn://svn.chromium.org/chrome/trunk/src@760 0039d316-1c4b-4281-b9...darin@google.com2008-08-121-66/+48
* git-svn-id: svn://svn.chromium.org/chrome/trunk/src@739 0039d316-1c4b-4281-b9...darin@google.com2008-08-121-48/+66
* Make timer.cc portable by factoring its Windows bits into MessageLoop.darin@google.com2008-08-121-66/+48
* just some hopefully non-contentious stuff to get out of the way before doing ...darin@google.com2008-08-061-4/+9
* Move base/timer from deprecated atomic interface to AtomicSequenceNumber.deanm@google.com2008-08-061-4/+0
* Add base to the repository.initial.commit2008-07-261-0/+320