summaryrefslogtreecommitdiffstats
path: root/base/metrics/field_trial.cc
Commit message (Expand)AuthorAgeFilesLines
* Update SHA1_LENGTH -> kSHA1Length to match previous change to SHA256_LENGTH.pkasting@chromium.org2011-09-281-1/+1
* Removed wchat_t from Time::FromString.shinyak@google.com2011-08-031-2/+1
* Revert 94426 - Removed wchat_t from Time::FromString.morrita@chromium.org2011-07-281-1/+2
* Removed wchat_t from Time::FromString.shinyak@google.com2011-07-281-2/+1
* Add back a check for improper usage of IsOneTimeRandomizationEnabled.joi@chromium.org2011-06-221-7/+6
* Implement A/B experiment for anti-DDoS.joi@chromium.org2011-06-161-1/+3
* Add one-time randomization support for FieldTrial, and the ability tojoi@chromium.org2011-05-101-13/+85
* Revert 84197 - Add one-time randomization support for FieldTrial, and the abi...joi@chromium.org2011-05-061-85/+13
* Add one-time randomization support for FieldTrial, and the ability tojoi@chromium.org2011-05-051-13/+85
* Updating logging in src/base/. Using DCHECK_NE/EQ/LE/GE/GT() where possiblekushi.p@gmail.com2011-05-041-1/+1
* Field trials are currently implemented (commonly) using a static variable tha...rtenneti@chromium.org2011-04-291-19/+69
* Revert r83048 "Removed wchar_t from Time::FromString."maruel@chromium.org2011-04-261-1/+2
* Removed wchar_t from Time::FromString.shinyak@google.com2011-04-261-2/+1
* Update DCHECK() usage to utilize the more expressive debugging functions.kushi.p@gmail.com2011-04-221-3/+3
* Minor fixes in FieldTrial.cbentzel@chromium.org2011-02-251-1/+2
* Properly order the cc files based off the h files in base/.erg@google.com2011-01-251-2/+2
* .c Feature to disable field trials in old versions of Chromium. Field trialsrtenneti@chromium.org2011-01-191-30/+89
* Order function definitions in base/ according to the header.erg@google.com2011-01-111-15/+15
* Turn off field trials and reporting of metrics when running benchmarking.mbelshe@google.com2010-12-071-2/+22
* Move Stats, histograms, and field trial into a metrics subdirectory of base andbrettw@chromium.org2010-10-141-0/+193