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

Side by Side Diff: testing/variations/fieldtrial_testing_config_android.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. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | testing/variations/fieldtrial_testing_config_chromeos.json » ('j') | 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 "AndroidSessionNotifications": [ 2 "AndroidSessionNotifications": [
3 { 3 {
4 "group_name": "Disabled" 4 "group_name": "Disabled"
5 } 5 }
6 ], 6 ],
7 "AsyncDns": [ 7 "AsyncDns": [
8 { 8 {
9 "group_name": "AsyncDnsA" 9 "group_name": "AsyncDnsA"
10 }, 10 },
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
146 } 146 }
147 ], 147 ],
148 "LowPriorityIFrames": [ 148 "LowPriorityIFrames": [
149 { 149 {
150 "group_name": "Enabled", 150 "group_name": "Enabled",
151 "params": { 151 "params": {
152 "lowPriorityIframes": "true" 152 "lowPriorityIframes": "true"
153 } 153 }
154 } 154 }
155 ], 155 ],
156 "MainFrameBeforeActivation": [
157 {
158 "enable_features": [
159 "MainFrameBeforeActivation"
160 ],
161 "group_name": "Enabled"
162 }
163 ],
156 "MinidumpDirectoryObserver": [ 164 "MinidumpDirectoryObserver": [
157 { 165 {
158 "group_name": "ObserverExperimentGroup", 166 "group_name": "ObserverExperimentGroup",
159 "params": { 167 "params": {
160 "Enabled": "true" 168 "Enabled": "true"
161 } 169 }
162 } 170 }
163 ], 171 ],
164 "ModerateBindingOnBackgroundTabCreation": [ 172 "ModerateBindingOnBackgroundTabCreation": [
165 { 173 {
(...skipping 355 matching lines...) Expand 10 before | Expand all | Expand 10 after
521 ], 529 ],
522 "use-new-media-cache": [ 530 "use-new-media-cache": [
523 { 531 {
524 "enable_features": [ 532 "enable_features": [
525 "use-new-media-cache" 533 "use-new-media-cache"
526 ], 534 ],
527 "group_name": "Enabled" 535 "group_name": "Enabled"
528 } 536 }
529 ] 537 ]
530 } 538 }
OLDNEW
« no previous file with comments | « no previous file | testing/variations/fieldtrial_testing_config_chromeos.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698