summaryrefslogtreecommitdiffstats
path: root/base/metrics/field_trial.h
Commit message (Expand)AuthorAgeFilesLines
* Add LOCAL_ prefix to non-UMA histogram macros.asvitkine2014-08-261-1/+1
* Make some field trials unforceable via command-line in the official build.gab@chromium.org2014-02-131-3/+7
* Rename base::FieldTrialList::RegistrationList --> RegistrationMap.gavinp@chromium.org2013-12-201-2/+2
* Update order of FieldTrial functions.asvitkine@chromium.org2013-10-301-3/+3
* Add static FieldTrial::CreateSimulatedFieldTrial function.asvitkine@chromium.org2013-10-291-1/+26
* FieldTrial: Remove friend declarations for non-existing testsvabr@chromium.org2013-09-261-3/+0
* Fix inconsistent FieldTrial group assignment due to float errors.asvitkine@chromium.org2013-09-191-0/+2
* Remove deprecated FieldTrial::MakeName() API.asvitkine@chromium.org2013-09-031-27/+0
* Make field trial randomization type a constructor param.asvitkine@chromium.org2013-07-301-30/+45
* Make --force-fieldtrials not activate them in the browser process.asvitkine@chromium.org2013-07-021-2/+11
* Use a direct include of time headers in base/, part 1.avi@chromium.org2013-06-281-1/+1
* Update comment for UseOneTimeRandomizationWithCustomSeed().asvitkine@chromium.org2013-05-071-4/+6
* Support custom randomization seed for VariationsService trials.asvitkine@chromium.org2013-04-111-5/+16
* Fix issue with identical group numbers being reported for forced field trials.asvitkine@chromium.org2013-03-061-0/+4
* Fix problem where field trials using kExpirationYearInFuture could get disabled.asvitkine@chromium.org2013-01-091-2/+3
* Fix data race when setting FieldTrial::group_reported_.asvitkine@chromium.org2012-12-121-3/+2
* Standardize on |trial_name| and |group_name| in field trials API.asvitkine@chromium.org2012-11-191-10/+10
* Ensure that field trials synced to the renderer process are considered "active".asvitkine@chromium.org2012-11-131-5/+6
* Make it so disabled field trials are not reported as active.asvitkine@chromium.org2012-11-101-6/+9
* Delete unused |application_start_time| from FieldTrialList.asvitkine@chromium.org2012-11-081-17/+0
* Make FieldTrialList::StatesToString() only report active trials.asvitkine@chromium.org2012-11-071-4/+5
* Don't report field trial groups until group() has been called.asvitkine@chromium.org2012-11-061-14/+16
* Notify FieldTrial observers only once group() is called for the first time.asvitkine@chromium.org2012-11-011-3/+13
* 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-23/+29
* Update documentation comments in field_trial.h.asvitkine@chromium.org2012-08-171-5/+6
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* Update comments on how to create a field trial in field_trial.h.asvitkine@chromium.org2012-06-131-2/+3
* Simplify private FieldTrial constructor.asvitkine@chromium.org2012-05-111-3/+3
* Added a SetForced method to allow forcing a new set of group bucketting.mad@chromium.org2012-05-071-0/+10
* FieldTrial - Use ObserverListThreadSafe instead ofrtenneti@chromium.org2012-05-041-3/+3
* Remove the hash fields from FieldTrials.stevet@chromium.org2012-04-271-33/+18
* Add and implement API to associate Google experiment IDs with FieldTrials.stevet@chromium.org2012-04-231-0/+4
* Revert 133212 - Add and implement API to associate Google experiment IDs with...groby@chromium.org2012-04-201-4/+0
* Add and implement API to associate Google experiment IDs with FieldTrials.stevet@chromium.org2012-04-201-0/+4
* Field Trials choices can now be forced from a command line argument, and yet ...mad@chromium.org2012-04-121-51/+73
* Added a Unique ID for a Field Trial containing it's hashed name and the selec...mad@chromium.org2012-01-271-1/+35
* Replace all usages of FRIEND_TEST() with FRIEND_TEST_ALL_PREFIXES()robertshield@chromium.org2011-11-291-13/+13
* base: export GetBuildTimeagl@chromium.org2011-11-111-3/+0
* Some possible comment typos?rogerta@chromium.org2011-09-151-4/+1
* Rename BASE_API to BASE_EXPORT.darin@chromium.org2011-08-051-3/+3
* Add back a check for improper usage of IsOneTimeRandomizationEnabled.joi@chromium.org2011-06-221-4/+5
* Add one-time randomization support for FieldTrial, and the ability tojoi@chromium.org2011-05-101-30/+85
* Revert 84197 - Add one-time randomization support for FieldTrial, and the abi...joi@chromium.org2011-05-061-85/+30
* Add one-time randomization support for FieldTrial, and the ability tojoi@chromium.org2011-05-051-30/+85
* Field trials are currently implemented (commonly) using a static variable tha...rtenneti@chromium.org2011-04-291-3/+44
* Move some files from base to base/memory.levin@chromium.org2011-03-281-1/+1
* Base: A few more files using BASE_API (for base.dll)rvargas@google.com2011-03-241-2/+3
* Rework field_trial.h comment.gavinp@chromium.org2011-03-211-15/+27
* Minor fixes in FieldTrial.cbentzel@chromium.org2011-02-251-1/+2