summaryrefslogtreecommitdiffstats
path: root/base/time
Commit message (Expand)AuthorAgeFilesLines
* base: Remove the remaining usage of GG_(U)INTn_C macros.tfarina2015-05-184-5/+7
* [RELAND] Fixit: Factor out common base::Time* math operator overloads.miu2015-05-103-219/+171
* Revert of Revert of Revert of Fixit: Factor out common base::Time* math opera...gcasto2015-05-073-171/+219
* Revert of Revert of Fixit: Factor out common base::Time* math operator overlo...miu2015-05-073-219/+171
* Revert of Fixit: Factor out common base::Time* math operator overloads. (patc...ksakamoto2015-05-073-171/+219
* Fixit: Factor out common base::Time* math operator overloads.miu2015-05-073-219/+171
* Removed obsolete float_util.h as VS2013 supports standards well enough.mateuszs2015-04-241-2/+2
* Clamp TimeDelta operations that overflow.rvargas2015-03-213-18/+137
* Move time constants to base::Timeqiankun.miao2015-03-171-1/+4
* base: Fix/add header #ifndef guards.danakj2015-03-104-12/+12
* base: Use more specific CHECK macros for comparisons.danakj2015-03-091-2/+2
* Revert of base: Fix/add header #ifndef guards. (patchset #2 id:20001 of https...bnc2015-03-094-12/+12
* base: Fix/add header #ifndef guards.danakj2015-03-094-12/+12
* base::Time multiplicative operator overloadingmichaeln2015-02-232-20/+82
* [DOMStorage] Rate limiting writes to disk.michaeln2015-02-202-0/+17
* Add a base::TimeTicks::SnappedToNextTick methodbrianderson2015-02-133-0/+78
* Replaces instances of the deprecated TimeTicks::HighResNow() with TimeTicks::...charliea2015-01-266-25/+16
* [Windows] One TimeTicks clock: efficient/reliable high-res, with low-res fall...miu2015-01-146-256/+266
* Clean-up: Remove base::TimeTicks::UnprotectedNow().miu2015-01-062-11/+0
* Standardize usage of virtual/override/final specifiers in base/.dcheng2014-12-232-2/+2
* Use higher precision to store the login database's date_created field.erikchen2014-11-121-4/+4
* Add logging support for base::Time* types.ricea2014-10-293-3/+148
* Standardize usage of virtual/override/final in base/dcheng2014-10-212-4/+4
* replace OVERRIDE and FINAL with override and final in base/mostynb2014-10-074-4/+4
* Fix more disabled MSVC warnings, base/ edition.pkasting2014-10-013-16/+13
* Avoid 64-bit divide when sampling timestampbrianderson2014-09-291-1/+1
* Reland: Issue 446203002: Initialize the now_function to the HighResNowWrapper...Fadi Meawad2014-09-052-38/+29
* fix for high resolution timer on windows.cpu2014-09-051-6/+9
* Revert of Initialize the now_funciton to the HighResNowWrapper in case High R...fmeawad2014-08-282-20/+38
* Fix logic on high Windows resolution timer and havecpu2014-08-272-49/+47
* We have noticed a clock shift when QPC was deployed. It shows as a regression...fmeawad2014-08-262-38/+20
* This change preents a race on the 'TZ' environ global variable in libc.bengr@chromium.org2014-08-091-0/+14
* Make QPCValueToMicroseconds faster in case the value is less than 44 bitsfmeawad@chromium.org2014-08-063-5/+45
* Disable all the tests that are flaking more than 5% on Windows builders.jam@chromium.org2014-07-231-1/+2
* clang/win: Fix a Wenum-compare warning and a few Wwritable-strings warnings.thakis@chromium.org2014-07-211-1/+1
* Fixes for re-enabling more MSVC level 4 warnings: base/ editionpkasting@chromium.org2014-07-031-1/+1
* Do not define OS_CHROMEOS for untrusted NaCl codehamaji@chromium.org2014-06-131-9/+4
* Reland: Non-SFI NaCl: Allow CLOCK_SYSTEM_TRACE on Chrome OShamaji@chromium.org2014-06-062-9/+18
* Revert "Non-SFI NaCl: Allow CLOCK_SYSTEM_TRACE on Chrome OS"dconnelly@chromium.org2014-06-042-18/+9
* Non-SFI NaCl: Allow CLOCK_SYSTEM_TRACE on Chrome OShamaji@chromium.org2014-06-042-9/+18
* Make HighResNowSingleton a leaky LazyInstancedarin@chromium.org2014-05-301-23/+22
* Rewrite ScopedMachPort in terms of ScopedGeneric, making its usage more expli...rsesek@chromium.org2014-05-281-2/+2
* Removed LOG_GETLASTERROR and LOG_ERRNO macros.vitalybuka@chromium.org2014-05-211-1/+1
* Extend PR_ParseTimeString() to accept some ISO 8601 formats to fix timezone p...tnagel@chromium.org2014-05-151-11/+134
* Document more explicitly that Time lives in UTC.tnagel@chromium.org2014-05-131-5/+5
* Use the new ScopedMachVM class and the MACH_LOG family of logging macrosmark@chromium.org2014-05-121-2/+3
* Back out r269483 and the line of fixes that followed it.mark@chromium.org2014-05-101-3/+2
* Use the new ScopedMachVM class and the MACH_LOG family of logging macrosmark@chromium.org2014-05-101-2/+3
* [Android]: Avoid time_t special case on 64bit Android devices.rmcilroy@chromium.org2014-04-231-3/+3
* Added support to convert double to timedelta's without loss of data during ty...behara.ms@samsung.com2014-04-222-0/+32