summaryrefslogtreecommitdiffstats
path: root/base/metrics/field_trial.cc
Commit message (Expand)AuthorAgeFilesLines
* Added a marker for field trials passed on the command line to force their act...georgesak2014-11-051-2/+14
* Add a death test to check field trial creation before FieldTrialList.asvitkine2014-10-231-2/+5
* CreateTrailsFromString function accepts values for trails_string argument wit...gayane2014-09-161-1/+3
* Make some field trials unforceable via command-line in the official build.gab@chromium.org2014-02-131-2/+7
* Rename base::FieldTrialList::RegistrationList --> RegistrationMap.gavinp@chromium.org2013-12-201-3/+3
* Update order of FieldTrial functions.asvitkine@chromium.org2013-10-301-26/+26
* Add static FieldTrial::CreateSimulatedFieldTrial function.asvitkine@chromium.org2013-10-291-3/+22
* Fix inconsistent FieldTrial group assignment due to float errors.asvitkine@chromium.org2013-09-191-3/+22
* Remove deprecated FieldTrial::MakeName() API.asvitkine@chromium.org2013-09-031-8/+0
* Make field trial randomization type a constructor param.asvitkine@chromium.org2013-07-301-31/+35
* Make --force-fieldtrials not activate them in the browser process.asvitkine@chromium.org2013-07-021-5/+8
* Use a direct include of strings headers in base/.avi@chromium.org2013-06-101-2/+2
* Use a direct include of utf_string_conversions.h in android_webview/, apps/, ...avi@chromium.org2013-06-071-2/+2
* Support custom randomization seed for VariationsService trials.asvitkine@chromium.org2013-04-111-1/+7
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-1/+1
* Revert "Rewrite std::string("") to std::string(), Linux edition."dcheng@chromium.org2013-04-091-1/+1
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-1/+1
* Fix issue with identical group numbers being reported for forced field trials.asvitkine@chromium.org2013-03-061-8/+27
* Remove temporary histograms in field_trial.cc now that the problem is fixed.asvitkine@chromium.org2013-01-221-23/+2
* Fix problem where field trials using kExpirationYearInFuture could get disabled.asvitkine@chromium.org2013-01-091-5/+4
* Fix data race when setting FieldTrial::group_reported_.asvitkine@chromium.org2012-12-121-10/+15
* Add another temporary histogram to understand field trial reporting issue.asvitkine@chromium.org2012-12-101-1/+14
* Add temporary UMA histogram to understand how trials are getting disabled.asvitkine@chromium.org2012-11-291-1/+5
* Standardize on |trial_name| and |group_name| in field trials API.asvitkine@chromium.org2012-11-191-20/+22
* Remove a DCHECK() in FieldTrial::SetForced().asvitkine@chromium.org2012-11-131-4/+0
* Ensure that field trials synced to the renderer process are considered "active".asvitkine@chromium.org2012-11-131-1/+6
* Make it so disabled field trials are not reported as active.asvitkine@chromium.org2012-11-101-2/+3
* Delete unused |application_start_time| from FieldTrialList.asvitkine@chromium.org2012-11-081-2/+1
* Make FieldTrialList::StatesToString() only report active trials.asvitkine@chromium.org2012-11-071-15/+8
* Add a temporary histogram to track if a FieldTrial is disabled due to not hav...stevet@chromium.org2012-11-071-0/+4
* Don't report field trial groups until group() has been called.asvitkine@chromium.org2012-11-061-14/+15
* Notify FieldTrial observers only once group() is called for the first time.asvitkine@chromium.org2012-11-011-13/+19
* Remove IsOneTimeRandomizationAvailable from FieldTrialList.stevet@chromium.org2012-10-151-5/+0
* Use a different algorithm with the low entropy source for field trials.asvitkine@chromium.org2012-08-241-43/+28
* Adding DVLOG to show what field trial groups are chosen.jwd@chromium.org2012-06-301-0/+1
* 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