summaryrefslogtreecommitdiffstats
path: root/base/timer_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Add missing, and remove unnecessary, 'explicit' from constructors. (base/)hans@chromium.org2013-01-151-1/+1
* base: Update the calls from MessageLoop::Quit() to QuitWhenIdle().tfarina@chromium.org2013-01-101-5/+5
* Change explicit usage of each type of message loop in TimerTest to instead lo...leng@chromium.org2012-07-171-27/+38
* Revert 129018 - Revert 128993 - Refactor BaseTimer to avoid spamming the Mess...jbates@chromium.org2012-03-271-0/+123
* Revert 128993 - Refactor BaseTimer to avoid spamming the MessageLoop with orp...aa@chromium.org2012-03-261-123/+0
* Refactor BaseTimer to avoid spamming the MessageLoop with orphaned tasks.jbates@chromium.org2012-03-261-0/+123
* Revert "Refactor BaseTimer to avoid spamming the MessageLoop with orphaned ta...rnk@chromium.org2012-03-231-123/+0
* Refactor BaseTimer to avoid spamming the MessageLoop with orphaned tasks.jbates@chromium.org2012-03-231-0/+123
* Flakiness cleanup: disable flaky tests under base/evan@chromium.org2012-02-141-2/+2
* Remove task.h and finish base::Bind() migration.ajwong@chromium.org2012-01-061-1/+0
* Change code in base (primarily unit tests) to use Sleep(TimeDelta).tedvessenes@gmail.com2011-12-311-1/+1
* Update base/timer.h code to pass through Location from call sites. (reland) o...jbates@chromium.org2011-09-021-9/+9
* Revert "Currently, base/timer.cc calls PostTask with FROM_HERE as the Location,mattm@chromium.org2011-09-021-9/+9
* Currently, base/timer.cc calls PostTask with FROM_HERE as the Location, so th...jbates@chromium.org2011-09-021-9/+9
* Remove Purify and Quantify.Doing so will reduce substantially the size of the...jeanluc@chromium.org2011-08-171-2/+2
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* Move platform_thread to base/threading and put in the base namespace. I left abrettw@chromium.org2010-12-311-2/+2
* Revert 67662 - FBTF: Remove unneeded headers from base/ (part 10)thestig@chromium.org2010-11-301-0/+1
* FBTF: Remove unneeded headers from base/ (part 10)thestig@chromium.org2010-11-301-1/+0
* clang/mac: Fix most problems in unittest targets in webkit.gypthakis@chromium.org2010-10-031-1/+1
* Style cleanup in preparation for auto-linting base/.erg@google.com2010-01-261-2/+4
* Mark some disabled tests as flaky to increase test coverage.phajdan.jr@chromium.org2009-10-161-3/+2
* Disable flaky TimerTest.DelayTimer_Reset test.phajdan.jr@chromium.org2009-03-091-1/+3
* NO CODE CHANGE (except one global std::wstring changed to const wchar_t* cons...maruel@chromium.org2009-03-031-1/+1
* Add a test to DelayTimer ensure that the callback is neveragl@chromium.org2009-02-261-0/+31
* Build fixagl@chromium.org2009-02-201-1/+1
* Bitmap transportagl@chromium.org2009-02-201-3/+115
* Fix a memory error when a timer task deleles itshuanr@chromium.org2009-02-071-0/+41
* Redo fix from yesterday.mbelshe@google.com2008-12-021-0/+21
* Revert the timer code again because even after relandingnsylvain@chromium.org2008-12-021-21/+0
* Reland 6190 now that the tree is green to see ifnsylvain@chromium.org2008-12-021-0/+21
* Revert 6190 to see if it's the cause of the 100+ new regressionsnsylvain@chromium.org2008-12-021-21/+0
* Found a bug in the BaseTimer (used by OneShotTimer).mbelshe@google.com2008-12-021-0/+21
* Move Time, TimeDelta and TimeTicks into namespace base.dsh@google.com2008-10-271-0/+2
* Eliminate the TimerManager by pulling its priority queue into MessageLoop. T...darin@google.com2008-09-071-356/+0
* Revert r1648 in timer_unittest.cc, this was for testing and should have nevermmentovai@google.com2008-09-041-24/+0
* Minor cleanup to OneShotTimer and RepeatingTimer: moves more of the member v...darin@google.com2008-09-031-5/+6
* Set svn:eol-style = LF on files in base from which it is missingmmentovai@google.com2008-09-021-0/+24
* Simplify OneShotTimer and RepeatingTimer. Fix up all consumers.darin@google.com2008-08-281-0/+135
* fix broken test that assumed it could cache MessageLoop::current() in a stati...darin@google.com2008-08-261-2/+1
* Allow consumers of MessageLoop to specify the type of MessageLoop they want.darin@google.com2008-08-261-9/+64
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* Enable -Werror on the Mac. Fix two more warnings just added to our build. N...mmentovai@google.com2008-08-221-3/+3
* Add a trailing EOL to source files. This eliminates warnings in GCC.deanm@google.com2008-08-141-1/+1
* git-svn-id: svn://svn.chromium.org/chrome/trunk/src@760 0039d316-1c4b-4281-b9...darin@google.com2008-08-121-0/+3
* git-svn-id: svn://svn.chromium.org/chrome/trunk/src@739 0039d316-1c4b-4281-b9...darin@google.com2008-08-121-3/+0
* Make timer.cc portable by factoring its Windows bits into MessageLoop.darin@google.com2008-08-121-0/+3
* Add base to the repository.initial.commit2008-07-261-0/+332