Chromium Code Reviews

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

Issue 2000293002: Enable main frame before activation on waterfall. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2743
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff |
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 108 matching lines...)
119 "LocalNTPSuggestionsService": [ 119 "LocalNTPSuggestionsService": [
120 { 120 {
121 "group_name": "Enabled" 121 "group_name": "Enabled"
122 } 122 }
123 ], 123 ],
124 "MacMemoryMechanism": [ 124 "MacMemoryMechanism": [
125 { 125 {
126 "group_name": "Mach" 126 "group_name": "Mach"
127 } 127 }
128 ], 128 ],
129 "MainFrameBeforeActivation": [
130 {
131 "enable_features": [
132 "MainFrameBeforeActivation"
133 ],
134 "group_name": "Enabled"
135 }
136 ],
129 "MaterialDesignDownloads": [ 137 "MaterialDesignDownloads": [
130 { 138 {
131 "group_name": "Enabled" 139 "group_name": "Enabled"
132 } 140 }
133 ], 141 ],
134 "MojoChannel": [ 142 "MojoChannel": [
135 { 143 {
136 "group_name": "Enabled" 144 "group_name": "Enabled"
137 } 145 }
138 ], 146 ],
(...skipping 268 matching lines...)
407 ], 415 ],
408 "use-new-media-cache": [ 416 "use-new-media-cache": [
409 { 417 {
410 "enable_features": [ 418 "enable_features": [
411 "use-new-media-cache" 419 "use-new-media-cache"
412 ], 420 ],
413 "group_name": "Enabled" 421 "group_name": "Enabled"
414 } 422 }
415 ] 423 ]
416 } 424 }
OLDNEW
« no previous file with comments | « testing/variations/fieldtrial_testing_config_linux.json ('k') | testing/variations/fieldtrial_testing_config_win.json » ('j') | no next file with comments »

Powered by Google App Engine