1. 640a478 Add X-Client-Data to requests to googleweblight.com requests by rajendrant · 10 years ago
  2. f00b9b4 Update components for new prefs location. by brettw · 10 years ago
  3. 9f7802a2 Update GN build files for new prefs location. by brettw · 10 years ago
  4. e9e4e90e Remove kMaxRetrySeedFetch setting from variations server. by asvitkine · 10 years ago
  5. 7aa1af9 Add more debugging CHECKS to diagnose an Android renderer crash. by asvitkine · 10 years ago
  6. dcd8b10 Comparison and streaming operators for base::Version by robpercival · 10 years ago
  7. ee489a5 Remove use of void** from HttpResponseHeaders::EnumerateHeader by olli.raula · 10 years ago
  8. 1e1cc1a Move components/compression to third_party/zlib/google by hajimehoshi · 10 years ago
  9. 8d34e46 Cleanup: Remove double semicolons. by thestig · 10 years ago
  10. 51ace48a Convert Pass()→std::move() in //components/[n-z]* by dcheng · 10 years ago
  11. 51ba3e69 Clean up header files. by avi · 10 years ago
  12. 5dd91f8 Switch to standard integer types in components/, part 4 of 4. by avi · 10 years ago
  13. 35ba647 Report variations in Android feedback reports. by asvitkine · 10 years ago
  14. 9a27983 Refactor VariationsHttpHeaderProvider. by asvitkine · 10 years ago
  15. 79adad4 Format all BUILD.gn with "gn format --in-place". by sdefresne · 10 years ago
  16. f4f3355 Make variations fetch interval 30 minutes by default. by asvitkine · 10 years ago
  17. da6e7c9e Add context_utils.h includes where needed. by torne · 10 years ago
  18. e6f94ff Unit tests for importing prefs from the Java side implemented by agulenko · 10 years ago
  19. d7a71c88 Run gn --format over all .gn files by agrieve · 10 years ago
  20. ff14aff Removed callbacks to JNI functions to simplify code structure since they are no longer needed. by agulenko · 10 years ago
  21. 6bec2f9 Re-uploading reverted CL 1437833004 (https://codereview.chromium.org/1437833004/) with the fix. by agulenko · 10 years ago
  22. 921e4bb Make the "namespace" parameter optional as indicated by the comments. by sdefresne · 10 years ago
  23. 7864dbb Revert of Implemented clearing Java prefs after pulling variations first run seed from Java to C++ side (patchset #8 id:140001 of https://codereview.chromium.org/1437833004/ ) by loyso · 10 years ago
  24. 683e65c Implemented clearing Java prefs after pulling variations first run seed from Java to C++ side by agulenko · 10 years ago
  25. 2d59816 Java code for fetching variations first run seed after receiving chrome.TOS_ACKED broadcast. by agulenko · 10 years ago
  26. 5bc835b Add a histogram to record Variations first run seed import on Android. by asvitkine · 10 years ago
  27. 25d2111a Variations seed is pulled from the Java application on the first launch of Chrome by agulenko · 10 years ago
  28. 7b630c8 Variations string overrides now handles more .grd files by mahmadi · 10 years ago
  29. f6acefe76 Support gzip-compressed seed data from the variations server. by veranika · 10 years ago
  30. 18040e97d Fix tag id in study.proto for feature association. by asvitkine · 10 years ago
  31. a213ceb Componentize script to generate UI string overrides mapping. by sdefresne · 10 years ago
  32. cdbe44ab Do not use variations seeds older than 30 days. by fdoray · 10 years ago
  33. ae1e397d3 Use country code set by VariationsService to determine suggestions site list. by maybelle · 10 years ago
  34. 8423d17 Expand FeatureList to support FieldTrial association. by asvitkine · 10 years ago
  35. 58b0a3f Allow embedders to share code to override UI strings. by sdefresne · 10 years ago
  36. 939799a4 Cleanup: Pass std::string as const reference from components/ by ki.stfu · 10 years ago
  37. a0e18cd Cleanup: IWYU for base/gtest_prod_util.h. by thestig · 10 years ago
  38. 11f882b4 Introduce a new FieldTrialList::IsTrialActive() API. by asvitkine · 10 years ago
  39. 8c3eb80 base: Template methods on Timer classes instead of the classes themselves. by danakj · 10 years ago
  40. 9f694f7 Componentize objc_zombie.{h,mm} and consolidate crash_keys. by sdefresne · 10 years ago
  41. f76ae11 Report data usage UMA for Chrome services by amohammadkhan · 10 years ago
  42. 294165f Revert "Report data usage UMA for Chrome services" by Daniel Cheng · 10 years ago
  43. aa789c8 Report data usage UMA for Chrome services by amohammadkhan · 10 years ago
  44. 36aa8be Move Singleton and related structs to namespace base by olli.raula · 10 years ago
  45. 89cc5d9 jni_generator: Pass object parameters as JavaParamRef. by torne · 10 years ago
  46. 57bcfed Use correct namespace in variations component by blundell · 10 years ago
  47. af5b91e Componentize VariationsService unittest by blundell · 10 years ago
  48. 0300cdea Componentize VariationsService into //components/variations/service by blundell · 10 years ago
  49. e741cb6ad Abstract use of cros_settings.h in VariationsService by blundell · 10 years ago
  50. 3e60350 Remove more //chrome dependencies from VariationsService by blundell · 10 years ago
  51. 2ef1493 Abstract chrome::GetChannel() through VariationsServiceClient by blundell · 10 years ago
  52. b50ad70 //components/variations: Create separate target for VariationsService by blundell · 10 years ago
  53. f71efb3 Reland "jni_generator: Make all object-returning natives return ScopedJavaLocalRef." by torne · 10 years ago
  54. c61ceeed Partially componentize chrome/common/variations/variations_util.{cc,h}. by sdefresne · 10 years ago
  55. 449471f7 Have VariationsService get version for simulation callback from client by blundell · 10 years ago
  56. a28fbc9 Make variations fetch period controllable by param on mobile. by asvitkine · 10 years ago
  57. 0b2305c Componentize VariationsSeedStore and its unittest by blundell · 10 years ago
  58. 866f75c Eliminate content::BrowserThread knowledge from VariationsService by blundell · 10 years ago
  59. 60a594e7 Move VariationsRegistrySyncerWin to ChromeVariationsServiceClient by blundell · 10 years ago
  60. 4810092 Revert of jni_generator: Make all object-returning natives return ScopedJavaLocalRef. (patchset #5 id:80001 of https://codereview.chromium.org/1288183004/ ) by nasko · 10 years ago
  61. be33e691 jni_generator: Make all object-returning natives return ScopedJavaLocalRef. by torne · 10 years ago
  62. 0368cae Abstract BrowserProcess dependency from VariationsService by blundell · 10 years ago
  63. 37be69c Revert of base: Remove using:: declaration from version.h header. (patchset #24 id:450001 of https://codereview.chromium.org/1281313003/ ) by thakis · 10 years ago
  64. 9c2f5dc base: Remove using:: declaration from version.h header. by tfarina · 10 years ago
  65. 31f8bdb Introduce (Chrome)VariationsServiceClient by blundell · 10 years ago
  66. 5f9d142 Componentize variations_request_scheduler* by blundell · 10 years ago
  67. 7cb8e1a Move variations prefs into the variations component by blundell · 10 years ago
  68. a59146f7 Componentize chrome/common/experiment_labels.{cc,h} and tests. by sdefresne · 10 years ago
  69. 1eeb90f Componentize kExperimentLabelSeparator & BuildExperimentDateString. by sdefresne · 10 years ago
  70. 76fe868c Componentize variations_url_constants.* by blundell · 10 years ago
  71. 75b14df4 Modify country support in VariationsService. by asvitkine · 10 years ago
  72. ca3b803 Move JNI annotations to annotations package. by aurimas · 10 years ago
  73. 8be197d1 Update SplitString calls in components by brettw · 10 years ago
  74. 9550931 Remove legacy StartsWithASCII function. by brettw · 10 years ago
  75. a7ff1b29 Remove some legacy versions of StartsWith and EndsWith. by brettw · 10 years ago
  76. ddbde8f Revert of Remove some legacy versions of StartsWith and EndsWith. (patchset #6 id:100001 of https://codereview.chromium.org/1239493005/) by yosin · 10 years ago
  77. edce9a3 Remove some legacy versions of StartsWith and EndsWith. by brettw · 10 years ago
  78. 454600f Change histogram.h includes to histogram_macros.h in metrics code. by asvitkine · 10 years ago
  79. 17b32ad Move EndsWith to base namespace. by brettw · 10 years ago
  80. 44ce0ec5 Move StartsWith[ASCII] to base namespace. by brettw · 10 years ago
  81. 761459b Add capability to restrict variations studies by country. by sclittle · 10 years ago
  82. b4ed7868 Fix flakyness of feedback test for variations ids. by asvitkine · 10 years ago
  83. 30ac0913 Optimize variation field trial evaluation. by asvitkine · 11 years ago
  84. 8a516c4 Adding support of Finch ids in variations for Chrome Sync. by gayane · 11 years ago
  85. 1772c1a Make callers of CommandLine use it via the base:: namespace. by avi · 11 years ago
  86. 470748ce replace COMPILE_ASSERT with static_assert in components/ by mostynb · 11 years ago
  87. ac0ea031 gn format //components by scottmg · 11 years ago
  88. 81d760e Add more components unit tests to GN build. by brettw · 11 years ago
  89. dc2b5b5 Add more detail to study.proto for how expired studies work. by rkaplow · 11 years ago
  90. e09b6c8 [ServiceWorker] Don't send the UMA related headers to the ServiceWorker. by horo · 11 years ago
  91. e0dbdbe Plumbing for variations headers from synthetic field trials. by asvitkine · 11 years ago
  92. 30a1b154 Standardize usage of virtual/override/final specifiers. by dcheng · 11 years ago
  93. 3be67db [Clean up] Move VariationsHttpHeaderProvider into a subdirectory. by isherman · 11 years ago
  94. 00ea022b Standardize usage of virtual/override/final in components/ by dcheng · 11 years ago
  95. 37a447b Convert ARRAYSIZE_UNSAFE -> arraysize in components/. by viettrungluu · 11 years ago
  96. 11a68cb Make chrome_shell_apk build by cjhopman · 11 years ago
  97. fe59f48 replace OVERRIDE and FINAL with override and final in components/ by mostynb · 11 years ago
  98. 37fac50 Random fixes for scoped_refptr operator T* removal. by dcheng · 11 years ago
  99. 2955e42 Fix crash with forcing variations when the trial exists. by asvitkine · 11 years ago
  100. d40ebfe Fix GN toolchains to use proper out dir. by Brett Wilson · 11 years ago