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
/
metrics
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix typo in BUILD.gn file
mdempsky
2015-04-01
1
-1
/
+1
*
De-duplicate BASE_IMPLEMENTATION define in the GN build.
brettw
2015-03-16
1
-1
/
+1
*
Fix GN NaCl Debug build of base.
ncbray
2015-03-10
1
-0
/
+49
*
Add UMA_SCOPED_HISTOGRAM_LONG_TIMER macro.
rkaplow
2015-02-17
2
-8
/
+21
*
Moved scoped_histogram_timer to the main histogram_macros.h since this is bro...
rkaplow
2015-02-13
2
-0
/
+37
*
removing all the code related to chrome://stats
cpu
2015-02-12
5
-1561
/
+0
*
Pass FROM_HERE to ObserverListThreadSafe::Notify to improve profile.
reillyg
2015-02-09
1
-3
/
+2
*
Add missing .Pass() on return of SampleVector
scottmg
2015-01-27
1
-1
/
+1
*
Fix Histogram shadowing warning on vs2015
scottmg
2015-01-27
1
-3
/
+3
*
Send all field trials from the browser.
georgesak
2015-01-14
3
-0
/
+169
*
MultiProcessTest: Update SpawnChild* to return a Process.
rvargas
2015-01-12
1
-5
/
+5
*
base: Change DCHECK_IS_ON to a macro DCHECK_IS_ON().
danakj
2015-01-08
1
-16
/
+16
*
Standardize usage of virtual/override/final specifiers in base/.
dcheng
2014-12-23
5
-16
/
+8
*
Enable MSVC warning for unused locals.
Peter Kasting
2014-11-20
1
-2
/
+1
*
Split macros from base/metrics/histogram.h to histogram_macros.h.
asvitkine
2014-11-15
2
-228
/
+241
*
Cleanup: small comment fix after LOCAL_HISTOGRAM rename
jeremy
2014-11-11
1
-1
/
+1
*
Added a marker for field trials passed on the command line to force their act...
georgesak
2014-11-05
3
-6
/
+47
*
Change dont_embed_build_metadata default to 1 except for Official build and f...
sebmarchand
2014-10-31
1
-4
/
+5
*
Add a death test to check field trial creation before FieldTrialList.
asvitkine
2014-10-23
2
-2
/
+16
*
Standardize usage of virtual/override/final in base/
dcheng
2014-10-21
10
-100
/
+94
*
Cleanup: Better constify some strings in base.
thestig
2014-10-21
1
-2
/
+2
*
Convert ARRAYSIZE_UNSAFE -> arraysize in base/.
viettrungluu
2014-10-16
1
-1
/
+1
*
Use scoped_ptr::Pass instead of scoped_ptr::PassAs<T>.
dcheng
2014-10-15
2
-3
/
+3
*
replace OVERRIDE and FINAL with override and final in base/
mostynb
2014-10-07
10
-62
/
+62
*
Add Read/WriteSizeT() functions to the pickle layer, plus one consumer.
pkasting
2014-10-02
1
-7
/
+7
*
Fix more disabled MSVC warnings, base/ edition.
pkasting
2014-10-01
3
-11
/
+15
*
Disable TLS destructor tests on Win x64 incremental
scottmg
2014-09-19
1
-1
/
+5
*
CreateTrailsFromString function accepts values for trails_string argument wit...
gayane
2014-09-16
2
-4
/
+14
*
Use precisely sized integer types in histograms code.
isherman
2014-08-28
1
-6
/
+8
*
Remove implicit conversions from scoped_refptr to T* in base/
dcheng
2014-08-27
1
-42
/
+52
*
Add LOCAL_ prefix to non-UMA histogram macros.
asvitkine
2014-08-26
7
-169
/
+37
*
Fixes for re-enabling more MSVC level 4 warnings: base/ edition
pkasting@chromium.org
2014-07-03
1
-1
/
+3
*
[UMA] Fix a crash on logging user actions posted from a non-UI thread.
isherman@chromium.org
2014-04-10
2
-15
/
+46
*
Pass the shared memory handle in to StatsTable rather than consulting the Glo...
brettw@chromium.org
2014-04-08
3
-71
/
+68
*
[UMA] Update documentation for running the extract_actions.py script.
isherman@chromium.org
2014-03-25
1
-3
/
+4
*
Revert 258395 "Add a death test to check field trial creation be..."
benwells@chromium.org
2014-03-21
1
-11
/
+0
*
Add a death test to check field trial creation before FieldTrialList.
asvitkine@chromium.org
2014-03-20
1
-0
/
+11
*
Change DCHECK_IS_ON() to DCHECK_IS_ON
wangxianzhu@chromium.org
2014-03-14
1
-1
/
+1
*
Return a NULL histogram pointer on construction error
elijahtaylor@chromium.org
2014-03-13
2
-2
/
+46
*
Add Alexei as an OWNER for //base/metrics
isherman@chromium.org
2014-03-12
1
-7
/
+2
*
[Metrics] Don't require clients of StatisticsDeltaReader to call StatisticsRe...
isherman@chromium.org
2014-03-12
1
-2
/
+1
*
Get rid of multiprocess_test's debug_on_start arguments.
viettrungluu@chromium.org
2014-03-09
1
-1
/
+1
*
Deprecate named base::SharedMemory.
viettrungluu@chromium.org
2014-03-05
1
-1
/
+1
*
Deprecate base::SharedMemory's lock functionality.
viettrungluu@chromium.org
2014-02-24
1
-2
/
+3
*
Make code generated for histogram macros more compact.
asvitkine@chromium.org
2014-02-15
3
-6
/
+16
*
Make some field trials unforceable via command-line in the official build.
gab@chromium.org
2014-02-13
3
-16
/
+77
*
Let MetricsService know about some Android Activities
kkimlabs@chromium.org
2014-02-11
7
-19
/
+148
*
Change the operations touching counts_[] and redundant_count_ to be atomic.
glider@chromium.org
2014-01-21
5
-18
/
+34
*
Refactor base/safe_numerics.h
jschuh@chromium.org
2014-01-17
1
-2
/
+2
*
Move the guts of user_metrics to a new static lib in //base/metrics.
ben@chromium.org
2014-01-13
3
-0
/
+130
[next]