index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
base
/
time
Commit message (
Expand
)
Author
Age
Files
Lines
*
base: Remove the remaining usage of GG_(U)INTn_C macros.
tfarina
2015-05-18
4
-5
/
+7
*
[RELAND] Fixit: Factor out common base::Time* math operator overloads.
miu
2015-05-10
3
-219
/
+171
*
Revert of Revert of Revert of Fixit: Factor out common base::Time* math opera...
gcasto
2015-05-07
3
-171
/
+219
*
Revert of Revert of Fixit: Factor out common base::Time* math operator overlo...
miu
2015-05-07
3
-219
/
+171
*
Revert of Fixit: Factor out common base::Time* math operator overloads. (patc...
ksakamoto
2015-05-07
3
-171
/
+219
*
Fixit: Factor out common base::Time* math operator overloads.
miu
2015-05-07
3
-219
/
+171
*
Removed obsolete float_util.h as VS2013 supports standards well enough.
mateuszs
2015-04-24
1
-2
/
+2
*
Clamp TimeDelta operations that overflow.
rvargas
2015-03-21
3
-18
/
+137
*
Move time constants to base::Time
qiankun.miao
2015-03-17
1
-1
/
+4
*
base: Fix/add header #ifndef guards.
danakj
2015-03-10
4
-12
/
+12
*
base: Use more specific CHECK macros for comparisons.
danakj
2015-03-09
1
-2
/
+2
*
Revert of base: Fix/add header #ifndef guards. (patchset #2 id:20001 of https...
bnc
2015-03-09
4
-12
/
+12
*
base: Fix/add header #ifndef guards.
danakj
2015-03-09
4
-12
/
+12
*
base::Time multiplicative operator overloading
michaeln
2015-02-23
2
-20
/
+82
*
[DOMStorage] Rate limiting writes to disk.
michaeln
2015-02-20
2
-0
/
+17
*
Add a base::TimeTicks::SnappedToNextTick method
brianderson
2015-02-13
3
-0
/
+78
*
Replaces instances of the deprecated TimeTicks::HighResNow() with TimeTicks::...
charliea
2015-01-26
6
-25
/
+16
*
[Windows] One TimeTicks clock: efficient/reliable high-res, with low-res fall...
miu
2015-01-14
6
-256
/
+266
*
Clean-up: Remove base::TimeTicks::UnprotectedNow().
miu
2015-01-06
2
-11
/
+0
*
Standardize usage of virtual/override/final specifiers in base/.
dcheng
2014-12-23
2
-2
/
+2
*
Use higher precision to store the login database's date_created field.
erikchen
2014-11-12
1
-4
/
+4
*
Add logging support for base::Time* types.
ricea
2014-10-29
3
-3
/
+148
*
Standardize usage of virtual/override/final in base/
dcheng
2014-10-21
2
-4
/
+4
*
replace OVERRIDE and FINAL with override and final in base/
mostynb
2014-10-07
4
-4
/
+4
*
Fix more disabled MSVC warnings, base/ edition.
pkasting
2014-10-01
3
-16
/
+13
*
Avoid 64-bit divide when sampling timestamp
brianderson
2014-09-29
1
-1
/
+1
*
Reland: Issue 446203002: Initialize the now_function to the HighResNowWrapper...
Fadi Meawad
2014-09-05
2
-38
/
+29
*
fix for high resolution timer on windows.
cpu
2014-09-05
1
-6
/
+9
*
Revert of Initialize the now_funciton to the HighResNowWrapper in case High R...
fmeawad
2014-08-28
2
-20
/
+38
*
Fix logic on high Windows resolution timer and have
cpu
2014-08-27
2
-49
/
+47
*
We have noticed a clock shift when QPC was deployed. It shows as a regression...
fmeawad
2014-08-26
2
-38
/
+20
*
This change preents a race on the 'TZ' environ global variable in libc.
bengr@chromium.org
2014-08-09
1
-0
/
+14
*
Make QPCValueToMicroseconds faster in case the value is less than 44 bits
fmeawad@chromium.org
2014-08-06
3
-5
/
+45
*
Disable all the tests that are flaking more than 5% on Windows builders.
jam@chromium.org
2014-07-23
1
-1
/
+2
*
clang/win: Fix a Wenum-compare warning and a few Wwritable-strings warnings.
thakis@chromium.org
2014-07-21
1
-1
/
+1
*
Fixes for re-enabling more MSVC level 4 warnings: base/ edition
pkasting@chromium.org
2014-07-03
1
-1
/
+1
*
Do not define OS_CHROMEOS for untrusted NaCl code
hamaji@chromium.org
2014-06-13
1
-9
/
+4
*
Reland: Non-SFI NaCl: Allow CLOCK_SYSTEM_TRACE on Chrome OS
hamaji@chromium.org
2014-06-06
2
-9
/
+18
*
Revert "Non-SFI NaCl: Allow CLOCK_SYSTEM_TRACE on Chrome OS"
dconnelly@chromium.org
2014-06-04
2
-18
/
+9
*
Non-SFI NaCl: Allow CLOCK_SYSTEM_TRACE on Chrome OS
hamaji@chromium.org
2014-06-04
2
-9
/
+18
*
Make HighResNowSingleton a leaky LazyInstance
darin@chromium.org
2014-05-30
1
-23
/
+22
*
Rewrite ScopedMachPort in terms of ScopedGeneric, making its usage more expli...
rsesek@chromium.org
2014-05-28
1
-2
/
+2
*
Removed LOG_GETLASTERROR and LOG_ERRNO macros.
vitalybuka@chromium.org
2014-05-21
1
-1
/
+1
*
Extend PR_ParseTimeString() to accept some ISO 8601 formats to fix timezone p...
tnagel@chromium.org
2014-05-15
1
-11
/
+134
*
Document more explicitly that Time lives in UTC.
tnagel@chromium.org
2014-05-13
1
-5
/
+5
*
Use the new ScopedMachVM class and the MACH_LOG family of logging macros
mark@chromium.org
2014-05-12
1
-2
/
+3
*
Back out r269483 and the line of fixes that followed it.
mark@chromium.org
2014-05-10
1
-3
/
+2
*
Use the new ScopedMachVM class and the MACH_LOG family of logging macros
mark@chromium.org
2014-05-10
1
-2
/
+3
*
[Android]: Avoid time_t special case on 64bit Android devices.
rmcilroy@chromium.org
2014-04-23
1
-3
/
+3
*
Added support to convert double to timedelta's without loss of data during ty...
behara.ms@samsung.com
2014-04-22
2
-0
/
+32
[next]