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

Side by Side Diff: testing/variations/fieldtrial_testing_config_win.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
« no previous file with comments | « testing/variations/fieldtrial_testing_config_mac.json ('k') | no next file » | 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 "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 267 matching lines...) Expand 10 before | Expand all | Expand 10 after
278 } 278 }
279 ], 279 ],
280 "PassiveDocumentEventListeners": [ 280 "PassiveDocumentEventListeners": [
281 { 281 {
282 "enable_features": [ 282 "enable_features": [
283 "PassiveDocumentEventListeners" 283 "PassiveDocumentEventListeners"
284 ], 284 ],
285 "group_name": "Enabled" 285 "group_name": "Enabled"
286 } 286 }
287 ], 287 ],
288 "PassiveEventListenersDueToFling": [
289 {
290 "enable_features": [
291 "PassiveEventListenersDueToFling"
292 ],
293 "group_name": "Enabled"
294 }
295 ],
288 "PasswordBranding": [ 296 "PasswordBranding": [
289 { 297 {
290 "group_name": "SmartLockBrandingSavePromptOnly" 298 "group_name": "SmartLockBrandingSavePromptOnly"
291 } 299 }
292 ], 300 ],
293 "PasswordGeneration": [ 301 "PasswordGeneration": [
294 { 302 {
295 "group_name": "Disabled" 303 "group_name": "Disabled"
296 } 304 }
297 ], 305 ],
(...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after
534 ], 542 ],
535 "use-new-media-cache": [ 543 "use-new-media-cache": [
536 { 544 {
537 "enable_features": [ 545 "enable_features": [
538 "use-new-media-cache" 546 "use-new-media-cache"
539 ], 547 ],
540 "group_name": "Enabled" 548 "group_name": "Enabled"
541 } 549 }
542 ] 550 ]
543 } 551 }
OLDNEW
« no previous file with comments | « testing/variations/fieldtrial_testing_config_mac.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698