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