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

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

Issue 2306723002: Enable PassiveEventListenersDueToFling on waterfall (Closed)
Patch Set: Created 4 years, 3 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 214 matching lines...) Expand 10 before | Expand all | Expand 10 after
225 } 225 }
226 ], 226 ],
227 "PassiveDocumentEventListeners": [ 227 "PassiveDocumentEventListeners": [
228 { 228 {
229 "enable_features": [ 229 "enable_features": [
230 "PassiveDocumentEventListeners" 230 "PassiveDocumentEventListeners"
231 ], 231 ],
232 "group_name": "Enabled" 232 "group_name": "Enabled"
233 } 233 }
234 ], 234 ],
235 "PassiveEventListenersDueToFling": [
236 {
237 "enable_features": [
238 "PassiveEventListenersDueToFling"
239 ],
240 "group_name": "Enabled"
241 }
242 ],
235 "PasswordBranding": [ 243 "PasswordBranding": [
236 { 244 {
237 "group_name": "SmartLockBrandingSavePromptOnly" 245 "group_name": "SmartLockBrandingSavePromptOnly"
238 } 246 }
239 ], 247 ],
240 "PasswordManagerSettingsMigration": [ 248 "PasswordManagerSettingsMigration": [
241 { 249 {
242 "group_name": "Enable" 250 "group_name": "Enable"
243 } 251 }
244 ], 252 ],
(...skipping 237 matching lines...) Expand 10 before | Expand all | Expand 10 after
482 ], 490 ],
483 "use-new-media-cache": [ 491 "use-new-media-cache": [
484 { 492 {
485 "enable_features": [ 493 "enable_features": [
486 "use-new-media-cache" 494 "use-new-media-cache"
487 ], 495 ],
488 "group_name": "Enabled" 496 "group_name": "Enabled"
489 } 497 }
490 ] 498 ]
491 } 499 }
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