summaryrefslogtreecommitdiffstats
path: root/base/time/time_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Fixit: Fork base::TimeTicks --> TimeTicks + ThreadTicks + TraceTicksmiu2015-05-291-7/+8
* base: Remove the remaining usage of GG_(U)INTn_C macros.tfarina2015-05-181-2/+2
* [RELAND] Fixit: Factor out common base::Time* math operator overloads.miu2015-05-101-2/+2
* Revert of Revert of Revert of Fixit: Factor out common base::Time* math opera...gcasto2015-05-071-2/+2
* Revert of Revert of Fixit: Factor out common base::Time* math operator overlo...miu2015-05-071-2/+2
* Revert of Fixit: Factor out common base::Time* math operator overloads. (patc...ksakamoto2015-05-071-2/+2
* Fixit: Factor out common base::Time* math operator overloads.miu2015-05-071-2/+2
* Clamp TimeDelta operations that overflow.rvargas2015-03-211-0/+71
* base::Time multiplicative operator overloadingmichaeln2015-02-231-3/+69
* [DOMStorage] Rate limiting writes to disk.michaeln2015-02-201-0/+9
* Add a base::TimeTicks::SnappedToNextTick methodbrianderson2015-02-131-0/+56
* Replaces instances of the deprecated TimeTicks::HighResNow() with TimeTicks::...charliea2015-01-261-5/+5
* [Windows] One TimeTicks clock: efficient/reliable high-res, with low-res fall...miu2015-01-141-3/+22
* Standardize usage of virtual/override/final specifiers in base/.dcheng2014-12-231-1/+1
* Add logging support for base::Time* types.ricea2014-10-291-3/+102
* replace OVERRIDE and FINAL with override and final in base/mostynb2014-10-071-1/+1
* Added support to convert double to timedelta's without loss of data during ty...behara.ms@samsung.com2014-04-221-0/+14
* Disable TimeTicks.ThreadNow on Androidscheib@chromium.org2014-03-141-1/+8
* Reland "Add base::TimeDelta::Max()" again.gavinp@chromium.org2014-03-051-0/+40
* Revert of Reland "Add base::TimeDelta::Max()" (https://codereview.chromium.or...apavlov@chromium.org2014-03-041-40/+0
* Reland "Add base::TimeDelta::Max()"gavinp@chromium.org2014-03-041-0/+40
* Revert 253502 "Add base::TimeDelta::Max()."waffles@chromium.org2014-02-271-40/+0
* Add base::TimeDelta::Max().gavinp@chromium.org2014-02-261-0/+40
* Use numeric_limits<double>::infinity() for conversions of Time::Max().gavinp@chromium.org2014-02-261-6/+7
* Implement thread-specific CPU time on Mac OS Xfmeawad@chromium.org2013-11-071-1/+6
* android: fix base::Time::FromLocalExploded() crash.digit@chromium.org2013-10-191-0/+24
* Remove unnecesary work from ThreadNow() unittest.elijahtaylor@chromium.org2013-07-311-8/+0
* base: Added thread-specific CPU-time clockernstm@chromium.org2013-07-311-0/+23
* Move timing files into base/time and base/timer, install forwarding headers.avi@chromium.org2013-06-271-0/+676