summaryrefslogtreecommitdiffstats
path: root/components/variations
Commit message (Expand)AuthorAgeFilesLines
* Fix flakyness of feedback test for variations ids.asvitkine2015-03-122-8/+20
* Optimize variation field trial evaluation.asvitkine2015-02-204-10/+67
* Adding support of Finch ids in variations for Chrome Sync.gayane2015-01-215-2/+44
* Make callers of CommandLine use it via the base:: namespace.avi2014-12-222-10/+10
* replace COMPILE_ASSERT with static_assert in components/mostynb2014-12-222-2/+2
* gn format //componentsscottmg2014-12-031-2/+1
* Add more components unit tests to GN build.brettw2014-11-252-2/+7
* Add more detail to study.proto for how expired studies work.rkaplow2014-11-051-1/+2
* [ServiceWorker] Don't send the UMA related headers to the ServiceWorker.horo2014-11-012-3/+18
* Plumbing for variations headers from synthetic field trials.asvitkine2014-10-316-24/+67
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-294-7/+5
* [Clean up] Move VariationsHttpHeaderProvider into a subdirectory.isherman2014-10-247-11/+57
* Standardize usage of virtual/override/final in components/dcheng2014-10-215-21/+18
* Convert ARRAYSIZE_UNSAFE -> arraysize in components/.viettrungluu2014-10-163-10/+10
* Make chrome_shell_apk buildcjhopman2014-10-132-0/+15
* replace OVERRIDE and FINAL with override and final in components/mostynb2014-10-066-8/+8
* Random fixes for scoped_refptr operator T* removal.dcheng2014-09-051-1/+1
* Fix crash with forcing variations when the trial exists.asvitkine2014-09-032-0/+31
* Fix GN toolchains to use proper out dir.Brett Wilson2014-08-261-0/+17
* Add some remoting targets to GN build.Brett Wilson2014-08-251-0/+10
* Add a histogram to count exp ids in variation headers.asvitkine@chromium.org2014-08-011-0/+2
* Move variations component code to variations namespace.asvitkine@chromium.org2014-07-2620-74/+54
* Revert 285657 "Move variations component code to variations name..."mpearson@chromium.org2014-07-2520-54/+74
* Move variations component code to variations namespace.asvitkine@chromium.org2014-07-2520-74/+54
* Add support for variations controlled overriding UI strings to the variations...jwd@chromium.org2014-07-226-19/+198
* [Variations] Renaming ChromeVariations to ClientVariations.mathp@chromium.org2014-07-145-13/+14
* [Variations] Bring variations_http_header_provider to variations componentmathp@chromium.org2014-07-096-0/+646
* [Variations] Create Java Bindings for variations_associated_data.mathp@chromium.org2014-07-036-0/+141
* Add lots of GN targets:brettw@chromium.org2014-07-022-0/+47
* Move active field trial API to variations component.asvitkine@chromium.org2014-05-195-33/+193
* [Metrics] Move CachingPermutedEntropyProvider into the variations component.isherman@chromium.org2014-05-196-0/+279
* Adding support for trigger variation ids to variation seed processing.jwd@chromium.org2014-05-065-8/+55
* Adjust the structure of DEPS within //components.blundell@chromium.org2014-05-061-0/+3
* Support hardware_class filtering in variations for ChromeOS devices.rkaplow@chromium.org2014-05-029-18/+147
* Take into account experiment types in VariationsSeedSimulator.asvitkine@chromium.org2014-04-184-97/+327
* Move variations study filtering to its own file.asvitkine@chromium.org2014-04-146-635/+709
* Remove use of random_shuffle() in PermutedEntropyProvider.asvitkine@chromium.org2014-04-031-1/+15
* Removing restriction on having a forcing flag and variation id.jwd@chromium.org2014-02-072-65/+22
* Implement initial version of VariationSeedSimulator.asvitkine@chromium.org2014-01-083-0/+531
* Revert "Update all users of base::Version to explicitly specify the namespace...avi@chromium.org2014-01-032-10/+14
* Update all users of base::Version to explicitly specify the namespace, and cl...avi@chromium.org2013-12-232-14/+10
* Refactor variations ProcessedStudy class.asvitkine@chromium.org2013-11-205-151/+160
* Allow variation id with forcing flag for special setup & unit tests.yiyaoliu@chromium.org2013-11-183-18/+123
* Add ability to filter by form factor in VariationsService. yiyaoliu@chromium.org2013-11-124-12/+110
* Refactor VariationsSeedProcessor to add ProcessedStudy struct.asvitkine@chromium.org2013-11-085-21/+163
* Support variation params for forcing_flag groups.asvitkine@chromium.org2013-11-074-22/+62
* VariationsService: Support activating field trials from the server.asvitkine@chromium.org2013-10-103-1/+73
* Rename TrialsSeed proto to VariationsSeed.asvitkine@chromium.org2013-09-034-8/+8
* Create a variations component, so that it can be re-used.asvitkine@chromium.org2013-08-2915-0/+2517