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

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

Issue 2227823002: Re-land Enable PassiveDocumentEventListeners on waterfall. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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
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 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
116 "OutOfProcessPac": [ 116 "OutOfProcessPac": [
117 { 117 {
118 "group_name": "Enabled" 118 "group_name": "Enabled"
119 } 119 }
120 ], 120 ],
121 "PageRevisitInstrumentation": [ 121 "PageRevisitInstrumentation": [
122 { 122 {
123 "group_name": "Enabled" 123 "group_name": "Enabled"
124 } 124 }
125 ], 125 ],
126 "PassiveDocumentEventListeners": [
127 {
128 "enable_features": [
129 "PassiveDocumentEventListeners"
130 ],
131 "group_name": "Enabled"
132 }
133 ],
126 "PasswordBranding": [ 134 "PasswordBranding": [
127 { 135 {
128 "group_name": "SmartLockBrandingSavePromptOnly" 136 "group_name": "SmartLockBrandingSavePromptOnly"
129 } 137 }
130 ], 138 ],
131 "PasswordManagerSettingsMigration": [ 139 "PasswordManagerSettingsMigration": [
132 { 140 {
133 "group_name": "Enable" 141 "group_name": "Enable"
134 } 142 }
135 ], 143 ],
(...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after
327 ], 335 ],
328 "use-new-media-cache": [ 336 "use-new-media-cache": [
329 { 337 {
330 "enable_features": [ 338 "enable_features": [
331 "use-new-media-cache" 339 "use-new-media-cache"
332 ], 340 ],
333 "group_name": "Enabled" 341 "group_name": "Enabled"
334 } 342 }
335 ] 343 ]
336 } 344 }
OLDNEW
« no previous file with comments | « testing/variations/fieldtrial_testing_config_android.json ('k') | testing/variations/fieldtrial_testing_config_linux.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698