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
*
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
*
Add a StatisticsDeltaReader class and use cases
lpromero@chromium.org
2014-01-07
1
-3
/
+4
*
Revert 242121 "Reland "Add a HistogramRecorder class and use cas..."
groby@chromium.org
2013-12-20
1
-3
/
+3
*
Rename base::FieldTrialList::RegistrationList --> RegistrationMap.
gavinp@chromium.org
2013-12-20
2
-5
/
+5
*
Reland "Add a HistogramRecorder class and use cases."
lpromero@chromium.org
2013-12-20
1
-3
/
+3
*
Stop doing unnecessary UTF-8 to UTF-16 conversions in JSONWriter.
rsesek@chromium.org
2013-12-11
1
-1
/
+1
*
Revert of https://codereview.chromium.org/100823007/
antrim@chromium.org
2013-12-11
1
-1
/
+1
*
Stop doing unnecessary UTF-8 to UTF-16 conversions in JSONWriter.
rsesek@chromium.org
2013-12-10
1
-1
/
+1
*
Move std::string instance inside of loop.
grt@chromium.org
2013-11-21
1
-2
/
+1
*
Fix multiples typos while reading histogram.
etienneb@chromium.org
2013-11-20
1
-5
/
+5
*
Add a switch to emit browser histograms.
grt@chromium.org
2013-11-14
3
-3
/
+102
*
Update order of FieldTrial functions.
asvitkine@chromium.org
2013-10-30
2
-29
/
+29
*
Add static FieldTrial::CreateSimulatedFieldTrial function.
asvitkine@chromium.org
2013-10-29
3
-4
/
+91
*
Consolidate serialization code in base::HistogramDeltasSerializer
vitalybuka@chromium.org
2013-10-23
7
-52
/
+233
*
Pass StatsTable shared memory via global descriptors on Posix rather than usi...
rmcilroy@chromium.org
2013-10-16
2
-64
/
+114
*
Use TotalCount not redundant_count to determine if to call RecordDelta
ccameron@chromium.org
2013-10-16
1
-1
/
+1
*
FieldTrial: Remove friend declarations for non-existing tests
vabr@chromium.org
2013-09-26
1
-3
/
+0
[next]