summaryrefslogtreecommitdiffstats
path: root/base/timer
Commit message (Expand)AuthorAgeFilesLines
* Switch to standard integer types in base/.avi2015-12-265-2/+8
* Revert of Use SequenceChecker to allow Timer to run in SequencedWorkerPool (p...jsbell2015-12-173-255/+40
* Use SequenceChecker to allow Timer to run in SequencedWorkerPooljsbell2015-12-163-40/+255
* base: Use std::move() instead of Pass() for real movable types.danakj2015-11-251-1/+3
* base: Template methods on Timer classes instead of the classes themselves.danakj2015-09-242-43/+48
* base: Fix/add header #ifndef guards.danakj2015-03-101-1/+1
* Revert of base: Fix/add header #ifndef guards. (patchset #2 id:20001 of https...bnc2015-03-091-1/+1
* base: Fix/add header #ifndef guards.danakj2015-03-091-1/+1
* base: Make sure a timer's task runner belongs to the correct threadskyostil2015-02-272-2/+5
* c++11: Allow in-class member initializationhashimoto2015-01-221-5/+1
* Remove virtuals from base::ElapsedTimerhashimoto2015-01-071-3/+2
* Fixes for Clang plugin checks in base/dmichael2014-12-181-1/+1
* Add support to base::Timer for custom task runners.petrcermak2014-11-063-4/+61
* components: Introduce AlarmTimer class and use it for GCM heartbeatchirantan2014-10-241-0/+6
* Standardize usage of virtual/override/final in base/dcheng2014-10-212-10/+10
* replace OVERRIDE and FINAL with override and final in base/mostynb2014-10-072-6/+6
* Fix logic on high Windows resolution timer and havecpu2014-08-271-15/+12
* Password bubble: Ensure that the bubble stays open for at least 1 second.mkwst@chromium.org2014-06-201-1/+2
* Make Textfield scroll continuously when dragging beyond edges.msw@chromium.org2014-05-231-5/+5
* Revert of Attempting to resolve a race condition with PowerMonitor (https://c...scottmg@chromium.org2014-04-052-6/+7
* Attempting to resolve a race condition with PowerMonitor.bajones@chromium.org2014-04-052-7/+6
* base: add MockTimerellyjones@chromium.org2014-03-135-10/+203
* Removes MessageLoop::TYPE_XXX where possiblesky@chromium.org2014-01-151-8/+8
* Adding tests for repeating timers with 0 delay.qsr@chromium.org2013-12-061-11/+30
* Refactor base::Timer to not call TimeTicks::Now for task with 0 delay.qsr@chromium.org2013-12-042-8/+19
* base: Move PerfTimer out of test/ directory.tfarina@chromium.org2013-09-292-0/+47
* test IWYU fixups for basemostynb@opera.com2013-09-032-1/+4
* Created multi-process-friendly PowerMonitor interface.bajones@chromium.org2013-08-022-2/+7
* Use a direct include of the message_loop header in base/.avi@chromium.org2013-07-182-2/+2
* Use a direct include of time headers in base/, part 2.avi@chromium.org2013-06-282-2/+2
* Move timing files into base/time and base/timer, install forwarding headers.avi@chromium.org2013-06-277-0/+1075