index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
components
/
variations
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix flakyness of feedback test for variations ids.
asvitkine
2015-03-12
2
-8
/
+20
*
Optimize variation field trial evaluation.
asvitkine
2015-02-20
4
-10
/
+67
*
Adding support of Finch ids in variations for Chrome Sync.
gayane
2015-01-21
5
-2
/
+44
*
Make callers of CommandLine use it via the base:: namespace.
avi
2014-12-22
2
-10
/
+10
*
replace COMPILE_ASSERT with static_assert in components/
mostynb
2014-12-22
2
-2
/
+2
*
gn format //components
scottmg
2014-12-03
1
-2
/
+1
*
Add more components unit tests to GN build.
brettw
2014-11-25
2
-2
/
+7
*
Add more detail to study.proto for how expired studies work.
rkaplow
2014-11-05
1
-1
/
+2
*
[ServiceWorker] Don't send the UMA related headers to the ServiceWorker.
horo
2014-11-01
2
-3
/
+18
*
Plumbing for variations headers from synthetic field trials.
asvitkine
2014-10-31
6
-24
/
+67
*
Standardize usage of virtual/override/final specifiers.
dcheng
2014-10-29
4
-7
/
+5
*
[Clean up] Move VariationsHttpHeaderProvider into a subdirectory.
isherman
2014-10-24
7
-11
/
+57
*
Standardize usage of virtual/override/final in components/
dcheng
2014-10-21
5
-21
/
+18
*
Convert ARRAYSIZE_UNSAFE -> arraysize in components/.
viettrungluu
2014-10-16
3
-10
/
+10
*
Make chrome_shell_apk build
cjhopman
2014-10-13
2
-0
/
+15
*
replace OVERRIDE and FINAL with override and final in components/
mostynb
2014-10-06
6
-8
/
+8
*
Random fixes for scoped_refptr operator T* removal.
dcheng
2014-09-05
1
-1
/
+1
*
Fix crash with forcing variations when the trial exists.
asvitkine
2014-09-03
2
-0
/
+31
*
Fix GN toolchains to use proper out dir.
Brett Wilson
2014-08-26
1
-0
/
+17
*
Add some remoting targets to GN build.
Brett Wilson
2014-08-25
1
-0
/
+10
*
Add a histogram to count exp ids in variation headers.
asvitkine@chromium.org
2014-08-01
1
-0
/
+2
*
Move variations component code to variations namespace.
asvitkine@chromium.org
2014-07-26
20
-74
/
+54
*
Revert 285657 "Move variations component code to variations name..."
mpearson@chromium.org
2014-07-25
20
-54
/
+74
*
Move variations component code to variations namespace.
asvitkine@chromium.org
2014-07-25
20
-74
/
+54
*
Add support for variations controlled overriding UI strings to the variations...
jwd@chromium.org
2014-07-22
6
-19
/
+198
*
[Variations] Renaming ChromeVariations to ClientVariations.
mathp@chromium.org
2014-07-14
5
-13
/
+14
*
[Variations] Bring variations_http_header_provider to variations component
mathp@chromium.org
2014-07-09
6
-0
/
+646
*
[Variations] Create Java Bindings for variations_associated_data.
mathp@chromium.org
2014-07-03
6
-0
/
+141
*
Add lots of GN targets:
brettw@chromium.org
2014-07-02
2
-0
/
+47
*
Move active field trial API to variations component.
asvitkine@chromium.org
2014-05-19
5
-33
/
+193
*
[Metrics] Move CachingPermutedEntropyProvider into the variations component.
isherman@chromium.org
2014-05-19
6
-0
/
+279
*
Adding support for trigger variation ids to variation seed processing.
jwd@chromium.org
2014-05-06
5
-8
/
+55
*
Adjust the structure of DEPS within //components.
blundell@chromium.org
2014-05-06
1
-0
/
+3
*
Support hardware_class filtering in variations for ChromeOS devices.
rkaplow@chromium.org
2014-05-02
9
-18
/
+147
*
Take into account experiment types in VariationsSeedSimulator.
asvitkine@chromium.org
2014-04-18
4
-97
/
+327
*
Move variations study filtering to its own file.
asvitkine@chromium.org
2014-04-14
6
-635
/
+709
*
Remove use of random_shuffle() in PermutedEntropyProvider.
asvitkine@chromium.org
2014-04-03
1
-1
/
+15
*
Removing restriction on having a forcing flag and variation id.
jwd@chromium.org
2014-02-07
2
-65
/
+22
*
Implement initial version of VariationSeedSimulator.
asvitkine@chromium.org
2014-01-08
3
-0
/
+531
*
Revert "Update all users of base::Version to explicitly specify the namespace...
avi@chromium.org
2014-01-03
2
-10
/
+14
*
Update all users of base::Version to explicitly specify the namespace, and cl...
avi@chromium.org
2013-12-23
2
-14
/
+10
*
Refactor variations ProcessedStudy class.
asvitkine@chromium.org
2013-11-20
5
-151
/
+160
*
Allow variation id with forcing flag for special setup & unit tests.
yiyaoliu@chromium.org
2013-11-18
3
-18
/
+123
*
Add ability to filter by form factor in VariationsService.
yiyaoliu@chromium.org
2013-11-12
4
-12
/
+110
*
Refactor VariationsSeedProcessor to add ProcessedStudy struct.
asvitkine@chromium.org
2013-11-08
5
-21
/
+163
*
Support variation params for forcing_flag groups.
asvitkine@chromium.org
2013-11-07
4
-22
/
+62
*
VariationsService: Support activating field trials from the server.
asvitkine@chromium.org
2013-10-10
3
-1
/
+73
*
Rename TrialsSeed proto to VariationsSeed.
asvitkine@chromium.org
2013-09-03
4
-8
/
+8
*
Create a variations component, so that it can be re-used.
asvitkine@chromium.org
2013-08-29
15
-0
/
+2517