Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(187)

Side by Side Diff: testing/variations/fieldtrial_testing_config_win.json

Issue 2331043003: Enable GPU rasterization for windows waterfall. (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "AutofillClassifier": [ 2 "AutofillClassifier": [
3 { 3 {
4 "group_name": "Enabled" 4 "group_name": "Enabled"
5 } 5 }
6 ], 6 ],
7 "AutofillFieldMetadata": [ 7 "AutofillFieldMetadata": [
8 { 8 {
9 "group_name": "Enabled" 9 "group_name": "Enabled"
10 } 10 }
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 "DataReductionProxyUseQuic": [ 75 "DataReductionProxyUseQuic": [
76 { 76 {
77 "group_name": "Enabled" 77 "group_name": "Enabled"
78 } 78 }
79 ], 79 ],
80 "DefaultBrowserInfobar": [ 80 "DefaultBrowserInfobar": [
81 { 81 {
82 "group_name": "SettingsTextNotNow" 82 "group_name": "SettingsTextNotNow"
83 } 83 }
84 ], 84 ],
85 "DefaultEnableGpuRasterization": [
86 {
87 "enable_features": [
88 "DefaultEnableGpuRasterization"
89 ],
90 "group_name": "DefaultEnableGpuRasterization"
91 }
92 ],
85 "DisallowFetchForDocWrittenScriptsInMainFrame": [ 93 "DisallowFetchForDocWrittenScriptsInMainFrame": [
86 { 94 {
87 "disable_features": [ 95 "disable_features": [
88 "DocumentWriteEvaluator" 96 "DocumentWriteEvaluator"
89 ], 97 ],
90 "group_name": "DocumentWriteScriptBlockGroup", 98 "group_name": "DocumentWriteScriptBlockGroup",
91 "params": { 99 "params": {
92 "disallowFetchForDocWrittenScriptsInMainFrameOnSlowConnections": "true" 100 "disallowFetchForDocWrittenScriptsInMainFrameOnSlowConnections": "true"
93 } 101 }
94 } 102 }
(...skipping 508 matching lines...) Expand 10 before | Expand all | Expand 10 after
603 ], 611 ],
604 "use-new-media-cache": [ 612 "use-new-media-cache": [
605 { 613 {
606 "enable_features": [ 614 "enable_features": [
607 "use-new-media-cache" 615 "use-new-media-cache"
608 ], 616 ],
609 "group_name": "Enabled" 617 "group_name": "Enabled"
610 } 618 }
611 ] 619 ]
612 } 620 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698