summaryrefslogtreecommitdiffstats
path: root/base/time
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove prtypes.h and prcpucfg*.h from base/third_party/nspr.wtc@chromium.org2014-03-251-1/+0
* Disable TimeTicks.ThreadNow on Androidscheib@chromium.org2014-03-141-1/+8
* Reland "Add base::TimeDelta::Max()" again.gavinp@chromium.org2014-03-053-6/+115
* Revert of Reland "Add base::TimeDelta::Max()" (https://codereview.chromium.or...apavlov@chromium.org2014-03-043-115/+6
* Reland "Add base::TimeDelta::Max()"gavinp@chromium.org2014-03-043-6/+115
* Revert 253502 "Add base::TimeDelta::Max()."waffles@chromium.org2014-02-273-115/+6
* Add base::TimeDelta::Max().gavinp@chromium.org2014-02-263-6/+115
* Use numeric_limits<double>::infinity() for conversions of Time::Max().gavinp@chromium.org2014-02-263-12/+17
* fixed issue 324522: KERNEL Handle leak from TimeTicks.WinRollover - add Close...zhaoqin@google.com2014-02-251-0/+3
* Enable Time::ThreadNow() on Androidfmeawad@chromium.org2013-11-122-2/+3
* mac: Prepare for -Wunused-functions.thakis@chromium.org2013-11-071-1/+1
* Implement thread-specific CPU time on Mac OS Xfmeawad@chromium.org2013-11-073-4/+38
* Change to calculate the real NTP in TimeTicks.pwestin@google.com2013-10-312-0/+32
* android: fix base::Time::FromLocalExploded() crash.digit@chromium.org2013-10-192-7/+68
* base: Add base::TimeTicks::IsHighResNowFastAndReliablebrianderson@chromium.org2013-10-154-0/+17
* Clean up unused constant globalshans@chromium.org2013-10-031-2/+0
* Clean up a few unused globals.thakis@chromium.org2013-09-251-2/+0
* Added method to convert base::Time to a Java timestamp.apiccion@chromium.org2013-09-232-0/+17
* Enable high resolution time for TimeTicks::Now on Windows Canarysimonjam@chromium.org2013-09-102-4/+55
* test IWYU fixups for basemostynb@opera.com2013-09-033-3/+8
* Revert 217172 "Enable high resolution time for TimeTicks::Now on..."nhiroki@chromium.org2013-08-132-55/+4
* Enable high resolution time for TimeTicks::Now on Windows Canarysimonjam@chromium.org2013-08-132-4/+55
* Remove unnecesary work from ThreadNow() unittest.elijahtaylor@chromium.org2013-07-311-8/+0
* base: Added thread-specific CPU-time clockernstm@chromium.org2013-07-315-23/+90
* Replace AudioSilenceDetector with an AudioPowerMonitor.miu@chromium.org2013-07-231-11/+2
* Move timing files into base/time and base/timer, install forwarding headers.avi@chromium.org2013-06-2710-6/+2954
* Add a Clock and TickClock interface for mocking out timeakalin@chromium.org2013-02-218-0/+182