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

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

Issue 1992603002: Enable GPU Raster for Mac waterfall (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 } 45 }
46 ], 46 ],
47 "ChromotingQUIC": [ 47 "ChromotingQUIC": [
48 { 48 {
49 "group_name": "Enabled", 49 "group_name": "Enabled",
50 "params": { 50 "params": {
51 "delay_tcp_race": "true" 51 "delay_tcp_race": "true"
52 } 52 }
53 } 53 }
54 ], 54 ],
55 "DefaultEnableGpuRasterization": [
56 {
57 "enable_features": [
58 "DefaultEnableGpuRasterization"
59 ],
60 "group_name": "DefaultEnableGpuRasterization"
61 }
62 ],
55 "DisallowFetchForDocWrittenScriptsInMainFrame": [ 63 "DisallowFetchForDocWrittenScriptsInMainFrame": [
56 { 64 {
57 "disable_features": [ 65 "disable_features": [
58 "DocumentWriteEvaluator" 66 "DocumentWriteEvaluator"
59 ], 67 ],
60 "group_name": "DocumentWriteScriptBlockGroup", 68 "group_name": "DocumentWriteScriptBlockGroup",
61 "params": { 69 "params": {
62 "disallowFetchForDocWrittenScriptsInMainFrameOnSlowConnections": "true" 70 "disallowFetchForDocWrittenScriptsInMainFrameOnSlowConnections": "true"
63 } 71 }
64 } 72 }
(...skipping 339 matching lines...) Expand 10 before | Expand all | Expand 10 after
404 ], 412 ],
405 "use-new-media-cache": [ 413 "use-new-media-cache": [
406 { 414 {
407 "enable_features": [ 415 "enable_features": [
408 "use-new-media-cache" 416 "use-new-media-cache"
409 ], 417 ],
410 "group_name": "Enabled" 418 "group_name": "Enabled"
411 } 419 }
412 ] 420 ]
413 } 421 }
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