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
*
Simplify private FieldTrial constructor.
asvitkine@chromium.org
2012-05-11
2
-31
/
+34
*
Added a SetForced method to allow forcing a new set of group bucketting.
mad@chromium.org
2012-05-07
3
-0
/
+57
*
FieldTrial - Use ObserverListThreadSafe instead of
rtenneti@chromium.org
2012-05-04
2
-9
/
+11
*
Remove the hash fields from FieldTrials.
stevet@chromium.org
2012-04-27
3
-122
/
+46
*
Add and implement API to associate Google experiment IDs with FieldTrials.
stevet@chromium.org
2012-04-23
2
-0
/
+14
*
Revert 133212 - Add and implement API to associate Google experiment IDs with...
groby@chromium.org
2012-04-20
2
-14
/
+0
*
Add and implement API to associate Google experiment IDs with FieldTrials.
stevet@chromium.org
2012-04-20
2
-0
/
+14
*
Don't depend on undefined compiler behavior for computing persistent field tr...
isherman@chromium.org
2012-04-19
1
-2
/
+4
*
Add isherman to base/metrics/OWNERS
isherman@chromium.org
2012-04-19
1
-0
/
+7
*
Fixing issues with alignment, undefined behaviour and endianness in the Field...
jwd@chromium.org
2012-04-16
1
-3
/
+5
*
Field Trials choices can now be forced from a command line argument, and yet ...
mad@chromium.org
2012-04-12
3
-140
/
+266
*
Add virtual and OVERRIDE to base/ implementation files
rsleevi@chromium.org
2012-04-06
1
-2
/
+4
*
Avoid using Pickle::WriteSize(), which writes an architecture-dependent amount
mdm@chromium.org
2012-03-14
1
-7
/
+7
*
Refactor Pickle Read methods to use higher performance PickleIterator.
jbates@chromium.org
2012-03-07
2
-19
/
+20
*
Disable StatsTableTest.MultipleThreads on Mac.
vandebo@chromium.org
2012-02-25
1
-1
/
+7
*
Improve SharedMemory::Lock on Posix and reenable StatsTableTest.MultipleThreads
vandebo@chromium.org
2012-02-25
1
-2
/
+1
*
Flakiness cleanup: disable flaky tests under base/
evan@chromium.org
2012-02-14
1
-3
/
+3
*
Need the unsigned constants marked as unsigned.
backer@chromium.org
2012-01-27
1
-9
/
+9
*
Added a Unique ID for a Field Trial containing it's hashed name and the selec...
mad@chromium.org
2012-01-27
3
-13
/
+158
*
Prevent calling internal metrics code with invalid values.
rkc@chromium.org
2012-01-06
2
-4
/
+19
*
Update Sleep() calls in metrics tests to use TimeDelta instead of int.
tedvessenes@gmail.com
2011-12-31
1
-20
/
+20
*
Replace all usages of FRIEND_TEST() with FRIEND_TEST_ALL_PREFIXES()
robertshield@chromium.org
2011-11-29
2
-19
/
+19
*
Add OVERRIDE to base/.
avi@chromium.org
2011-11-16
2
-10
/
+12
*
Support using UMA_HISTOGRAM_CUSTOM_ENUMERATION from the renderer.
fischman@chromium.org
2011-11-13
2
-1
/
+51
*
base: export GetBuildTime
agl@chromium.org
2011-11-11
2
-13
/
+2
*
Replace most LOG/CHECK statements with DLOG/DCHECK statements in base.
brettw@chromium.org
2011-10-26
2
-7
/
+7
*
Revert 107042 - Replace most LOG/CHECK statements with DLOG/DCHECK statements...
brettw@chromium.org
2011-10-25
2
-7
/
+7
*
Replace most LOG/CHECK statements with DLOG/DCHECK statements in base.
brettw@chromium.org
2011-10-25
2
-7
/
+7
*
Cache the ranges_ vector and share the ranges_ vector
rtenneti@chromium.org
2011-10-20
3
-31
/
+257
*
Fix of unused variable warnings related to DHISTOGRAM* in release builds.
pph34r@gmail.com
2011-10-16
2
-8
/
+50
*
Expand the inline documentation for the HISTOGRAM_ENUMERATION macros.
isherman@chromium.org
2011-10-14
1
-1
/
+7
*
Update SHA1_LENGTH -> kSHA1Length to match previous change to SHA256_LENGTH.
pkasting@chromium.org
2011-09-28
1
-1
/
+1
*
Some possible comment typos?
rogerta@chromium.org
2011-09-15
1
-4
/
+1
*
Remove Purify and Quantify.Doing so will reduce substantially the size of the...
jeanluc@chromium.org
2011-08-17
1
-1
/
+1
*
Add acquire/release calls in one-time init for histograms
jar@chromium.org
2011-08-07
1
-93
/
+110
*
Rename BASE_API to BASE_EXPORT.
darin@chromium.org
2011-08-05
4
-16
/
+16
*
Removed wchat_t from Time::FromString.
shinyak@google.com
2011-08-03
1
-2
/
+1
*
Revert 94426 - Removed wchat_t from Time::FromString.
morrita@chromium.org
2011-07-28
1
-1
/
+2
*
Removed wchat_t from Time::FromString.
shinyak@google.com
2011-07-28
1
-2
/
+1
*
Apply CSP to chrome: and about: pages
tsepez@chromium.org
2011-06-28
1
-8
/
+0
*
Add back a check for improper usage of IsOneTimeRandomizationEnabled.
joi@chromium.org
2011-06-22
2
-11
/
+11
*
Implement A/B experiment for anti-DDoS.
joi@chromium.org
2011-06-16
1
-1
/
+3
*
Cleanup: base/scoped_ptr.h -> base/memory/scoped_ptr.h. (part 2)
thestig@chromium.org
2011-06-15
1
-1
/
+4
*
Introduce the ANNOTATE_LEAKING_OBJECT_PTR annotation that can be used to mark
glider@chromium.org
2011-05-31
1
-2
/
+13
*
Revert 86990 - Fix http://codereview.chromium.org/6869009 to ignore an existi...
msw@chromium.org
2011-05-27
1
-9
/
+0
*
Fix http://codereview.chromium.org/6869009 to ignore an existing object exact...
glider@chromium.org
2011-05-27
1
-0
/
+9
*
Revert "Land http://codereview.chromium.org/6869009 for the third time."
oshima@google.com
2011-05-26
1
-5
/
+0
*
Switch to the new CustomHistogram::ArrayToCustomRanges() utility
joi@chromium.org
2011-05-26
1
-0
/
+1
*
Land http://codereview.chromium.org/6869009 for the third time.
glider@chromium.org
2011-05-26
1
-0
/
+5
*
Remove NaCl.Startups histogram, this data is tracked in the NaCl plugin now
elijahtaylor@google.com
2011-05-25
2
-54
/
+0
[next]