summaryrefslogtreecommitdiffstats
path: root/base/metrics/field_trial.cc
Commit message (Expand)AuthorAgeFilesLines
* Simplify private FieldTrial constructor.asvitkine@chromium.org2012-05-111-28/+31
* Added a SetForced method to allow forcing a new set of group bucketting.mad@chromium.org2012-05-071-0/+15
* FieldTrial - Use ObserverListThreadSafe instead ofrtenneti@chromium.org2012-05-041-6/+8
* Remove the hash fields from FieldTrials.stevet@chromium.org2012-04-271-44/+10
* Add and implement API to associate Google experiment IDs with FieldTrials.stevet@chromium.org2012-04-231-0/+10
* Revert 133212 - Add and implement API to associate Google experiment IDs with...groby@chromium.org2012-04-201-10/+0
* Add and implement API to associate Google experiment IDs with FieldTrials.stevet@chromium.org2012-04-201-0/+10
* Don't depend on undefined compiler behavior for computing persistent field tr...isherman@chromium.org2012-04-191-2/+4
* Fixing issues with alignment, undefined behaviour and endianness in the Field...jwd@chromium.org2012-04-161-3/+5
* Field Trials choices can now be forced from a command line argument, and yet ...mad@chromium.org2012-04-121-36/+93
* Added a Unique ID for a Field Trial containing it's hashed name and the selec...mad@chromium.org2012-01-271-12/+53
* base: export GetBuildTimeagl@chromium.org2011-11-111-10/+2
* 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