summaryrefslogtreecommitdiffstats
path: root/base/metrics/field_trial_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Make field trial randomization type a constructor param.asvitkine@chromium.org2013-07-301-111/+77
* Use a direct include of the message_loop header in base/.avi@chromium.org2013-07-181-1/+1
* Make --force-fieldtrials not activate them in the browser process.asvitkine@chromium.org2013-07-021-11/+58
* Use a direct include of strings headers in base/.avi@chromium.org2013-06-101-1/+1
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-2/+2
* Revert "Rewrite std::string("") to std::string(), Linux edition."dcheng@chromium.org2013-04-091-2/+2
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-2/+2
* Fix issue with identical group numbers being reported for forced field trials.asvitkine@chromium.org2013-03-061-2/+112
* Move string_number_conversions to base/strings.brettw@chromium.org2013-02-071-1/+1
* base: Convert the remaining uses of MessageLoop::RunUntilIdle to RunLoop vari...tfarina@chromium.org2013-02-061-7/+9
* Fix problem where field trials using kExpirationYearInFuture could get disabled.asvitkine@chromium.org2013-01-091-0/+13
* Standardize on |trial_name| and |group_name| in field trials API.asvitkine@chromium.org2012-11-191-23/+23
* Remove a DCHECK() in FieldTrial::SetForced().asvitkine@chromium.org2012-11-131-0/+36
* Ensure that field trials synced to the renderer process are considered "active".asvitkine@chromium.org2012-11-131-5/+41
* Make it so disabled field trials are not reported as active.asvitkine@chromium.org2012-11-101-14/+39
* Make FieldTrialList::StatesToString() only report active trials.asvitkine@chromium.org2012-11-071-0/+16
* Don't report field trial groups until group() has been called.asvitkine@chromium.org2012-11-061-18/+60
* Notify FieldTrial observers only once group() is called for the first time.asvitkine@chromium.org2012-11-011-4/+108
* Use a different algorithm with the low entropy source for field trials.asvitkine@chromium.org2012-08-241-96/+1
* Added a SetForced method to allow forcing a new set of group bucketting.mad@chromium.org2012-05-071-0/+32
* Remove the hash fields from FieldTrials.stevet@chromium.org2012-04-271-45/+18
* Field Trials choices can now be forced from a command line argument, and yet ...mad@chromium.org2012-04-121-53/+100
* Need the unsigned constants marked as unsigned.backer@chromium.org2012-01-271-9/+9
* Added a Unique ID for a Field Trial containing it's hashed name and the selec...mad@chromium.org2012-01-271-0/+70
* Remove Purify and Quantify.Doing so will reduce substantially the size of the...jeanluc@chromium.org2011-08-171-1/+1
* Add one-time randomization support for FieldTrial, and the ability tojoi@chromium.org2011-05-101-7/+118
* Revert 84197 - Add one-time randomization support for FieldTrial, and the abi...joi@chromium.org2011-05-061-118/+7
* Add one-time randomization support for FieldTrial, and the ability tojoi@chromium.org2011-05-051-7/+118
* Field trials are currently implemented (commonly) using a static variable tha...rtenneti@chromium.org2011-04-291-1/+27
* .c Feature to disable field trials in old versions of Chromium. Field trialsrtenneti@chromium.org2011-01-191-33/+98
* Convert implicit scoped_refptr constructor calls to explicit ones, part 1thakis@chromium.org2010-11-011-1/+1
* Move Stats, histograms, and field trial into a metrics subdirectory of base andbrettw@chromium.org2010-10-141-0/+233