| Commit message (Expand) | Author | Age | Files | Lines |
* | Send all field trials from the browser. | georgesak | 2015-01-14 | 1 | -0/+105 |
* | Added a marker for field trials passed on the command line to force their act... | georgesak | 2014-11-05 | 1 | -0/+23 |
* | Change dont_embed_build_metadata default to 1 except for Official build and f... | sebmarchand | 2014-10-31 | 1 | -4/+5 |
* | Add a death test to check field trial creation before FieldTrialList. | asvitkine | 2014-10-23 | 1 | -0/+11 |
* | Standardize usage of virtual/override/final in base/ | dcheng | 2014-10-21 | 1 | -5/+3 |
* | Cleanup: Better constify some strings in base. | thestig | 2014-10-21 | 1 | -2/+2 |
* | Convert ARRAYSIZE_UNSAFE -> arraysize in base/. | viettrungluu | 2014-10-16 | 1 | -1/+1 |
* | replace OVERRIDE and FINAL with override and final in base/ | mostynb | 2014-10-07 | 1 | -1/+1 |
* | Fix more disabled MSVC warnings, base/ edition. | pkasting | 2014-10-01 | 1 | -6/+8 |
* | CreateTrailsFromString function accepts values for trails_string argument wit... | gayane | 2014-09-16 | 1 | -3/+11 |
* | Remove implicit conversions from scoped_refptr to T* in base/ | dcheng | 2014-08-27 | 1 | -42/+52 |
* | Revert 258395 "Add a death test to check field trial creation be..." | benwells@chromium.org | 2014-03-21 | 1 | -11/+0 |
* | Add a death test to check field trial creation before FieldTrialList. | asvitkine@chromium.org | 2014-03-20 | 1 | -0/+11 |
* | Make some field trials unforceable via command-line in the official build. | gab@chromium.org | 2014-02-13 | 1 | -11/+63 |
* | Add static FieldTrial::CreateSimulatedFieldTrial function. | asvitkine@chromium.org | 2013-10-29 | 1 | -0/+43 |
* | Fix inconsistent FieldTrial group assignment due to float errors. | asvitkine@chromium.org | 2013-09-19 | 1 | -0/+28 |
* | Remove deprecated FieldTrial::MakeName() API. | asvitkine@chromium.org | 2013-09-03 | 1 | -7/+0 |
* | 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 |