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

Side by Side Diff: testing/variations/fieldtrial_testing_config_mac.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 173 matching lines...) Expand 10 before | Expand all | Expand 10 after
184 "OutOfProcessPac": [ 184 "OutOfProcessPac": [
185 { 185 {
186 "group_name": "Enabled" 186 "group_name": "Enabled"
187 } 187 }
188 ], 188 ],
189 "PageRevisitInstrumentation": [ 189 "PageRevisitInstrumentation": [
190 { 190 {
191 "group_name": "Enabled" 191 "group_name": "Enabled"
192 } 192 }
193 ], 193 ],
194 "PassiveDocumentEventListeners": [
195 {
196 "enable_features": [
197 "PassiveDocumentEventListeners"
198 ],
199 "group_name": "Enabled"
200 }
201 ],
194 "PasswordBranding": [ 202 "PasswordBranding": [
195 { 203 {
196 "group_name": "SmartLockBrandingSavePromptOnly" 204 "group_name": "SmartLockBrandingSavePromptOnly"
197 } 205 }
198 ], 206 ],
199 "PasswordManagerSettingsMigration": [ 207 "PasswordManagerSettingsMigration": [
200 { 208 {
201 "group_name": "Enable" 209 "group_name": "Enable"
202 } 210 }
203 ], 211 ],
(...skipping 239 matching lines...) Expand 10 before | Expand all | Expand 10 after
443 ], 451 ],
444 "use-new-media-cache": [ 452 "use-new-media-cache": [
445 { 453 {
446 "enable_features": [ 454 "enable_features": [
447 "use-new-media-cache" 455 "use-new-media-cache"
448 ], 456 ],
449 "group_name": "Enabled" 457 "group_name": "Enabled"
450 } 458 }
451 ] 459 ]
452 } 460 }
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
This is Rietveld 408576698