summaryrefslogtreecommitdiffstats
path: root/components/variations
Commit message (Expand)AuthorAgeFilesLines
* Replace usages of DEPRECATED_java_in_dir with java_filesagrieve2016-03-231-1/+6
* Allow trials to associate without overriding a feature.asvitkine2016-03-174-7/+108
* Remove uses of std::unary_function and std::binary_function.vmpstr2016-03-091-1/+1
* Switch SignatureVerifier to taking an algorithm enum.davidben2016-03-031-20/+4
* Add X-Client-Data to requests to googleweblight.com requestsrajendrant2016-02-042-0/+14
* Update components for new prefs location.brettw2016-02-019-12/+13
* Update GN build files for new prefs location.brettw2016-01-302-4/+4
* Remove kMaxRetrySeedFetch setting from variations server.asvitkine2016-01-291-3/+0
* Add more debugging CHECKS to diagnose an Android renderer crash.asvitkine2016-01-292-0/+4
* Comparison and streaming operators for base::Versionrobpercival2016-01-251-1/+1
* Remove use of void** from HttpResponseHeaders::EnumerateHeaderolli.raula2016-01-251-2/+2
* Move components/compression to third_party/zlib/googlehajimehoshi2016-01-145-5/+5
* Cleanup: Remove double semicolons.thestig2016-01-041-1/+1
* Convert Pass()→std::move() in //components/[n-z]*dcheng2015-12-263-14/+15
* Clean up header files.avi2015-12-261-0/+2
* Switch to standard integer types in components/, part 4 of 4.avi2015-12-2541-92/+177
* Report variations in Android feedback reports.asvitkine2015-12-185-14/+80
* Refactor VariationsHttpHeaderProvider.asvitkine2015-12-1811-375/+467
* Format all BUILD.gn with "gn format --in-place".sdefresne2015-12-061-3/+3
* Make variations fetch interval 30 minutes by default.asvitkine2015-12-041-2/+2
* Add context_utils.h includes where needed.torne2015-11-251-0/+1
* Unit tests for importing prefs from the Java side implementedagulenko2015-11-204-8/+82
* Run gn --format over all .gn filesagrieve2015-11-202-4/+4
* Removed callbacks to JNI functions to simplify code structure since they are ...agulenko2015-11-1810-57/+55
* Re-uploading reverted CL 1437833004 (https://codereview.chromium.org/14378330...agulenko2015-11-185-6/+95
* Make the "namespace" parameter optional as indicated by the comments.sdefresne2015-11-161-6/+11
* Revert of Implemented clearing Java prefs after pulling variations first run ...loyso2015-11-146-99/+6
* Implemented clearing Java prefs after pulling variations first run seed from ...agulenko2015-11-136-6/+99
* Java code for fetching variations first run seed after receiving chrome.TOS_A...agulenko2015-11-116-0/+270
* Add a histogram to record Variations first run seed import on Android.asvitkine2015-11-091-7/+25
* Variations seed is pulled from the Java application on the first launch of Ch...agulenko2015-11-056-0/+78
* Variations string overrides now handles more .grd filesmahmadi2015-10-301-1/+6
* Support gzip-compressed seed data from the variations server.veranika2015-10-196-38/+259
* Fix tag id in study.proto for feature association.asvitkine2015-10-061-2/+4
* Componentize script to generate UI string overrides mapping.sdefresne2015-10-056-1/+552
* Do not use variations seeds older than 30 days.fdoray2015-10-013-37/+158
* Use country code set by VariationsService to determine suggestions site list.maybelle2015-09-292-5/+22
* Expand FeatureList to support FieldTrial association.asvitkine2015-09-286-33/+367
* Allow embedders to share code to override UI strings.sdefresne2015-09-287-21/+135
* Cleanup: Pass std::string as const reference from components/ki.stfu2015-09-281-1/+1
* Cleanup: IWYU for base/gtest_prod_util.h.thestig2015-09-252-1/+1
* Introduce a new FieldTrialList::IsTrialActive() API.asvitkine2015-09-243-51/+17
* base: Template methods on Timer classes instead of the classes themselves.danakj2015-09-242-3/+3
* Componentize objc_zombie.{h,mm} and consolidate crash_keys.sdefresne2015-09-223-3/+3
* Report data usage UMA for Chrome servicesamohammadkhan2015-09-143-0/+6
* Revert "Report data usage UMA for Chrome services"Daniel Cheng2015-09-143-6/+0
* Report data usage UMA for Chrome servicesamohammadkhan2015-09-143-0/+6
* Move Singleton and related structs to namespace baseolli.raula2015-09-103-6/+8
* jni_generator: Pass object parameters as JavaParamRef.torne2015-09-041-4/+5
* Use correct namespace in variations componentblundell2015-09-0423-51/+48