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

Side by Side Diff: testing/variations/fieldtrial_testing_config_android.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 | « 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 "AllBookmarks": [ 2 "AllBookmarks": [
3 { 3 {
4 "disable_features": [ 4 "disable_features": [
5 "AllBookmarks" 5 "AllBookmarks"
6 ], 6 ],
7 "group_name": "Disabled" 7 "group_name": "Disabled"
8 } 8 }
9 ], 9 ],
10 "AndroidSessionNotifications": [ 10 "AndroidSessionNotifications": [
(...skipping 315 matching lines...) Expand 10 before | Expand all | Expand 10 after
326 } 326 }
327 ], 327 ],
328 "PassiveDocumentEventListeners": [ 328 "PassiveDocumentEventListeners": [
329 { 329 {
330 "enable_features": [ 330 "enable_features": [
331 "PassiveDocumentEventListeners" 331 "PassiveDocumentEventListeners"
332 ], 332 ],
333 "group_name": "Enabled" 333 "group_name": "Enabled"
334 } 334 }
335 ], 335 ],
336 "PassiveEventListenersDueToFling": [
337 {
338 "enable_features": [
339 "PassiveEventListenersDueToFling"
340 ],
341 "group_name": "Enabled"
342 }
343 ],
336 "PasswordBranding": [ 344 "PasswordBranding": [
337 { 345 {
338 "group_name": "SmartLockBrandingSavePromptOnly" 346 "group_name": "SmartLockBrandingSavePromptOnly"
339 } 347 }
340 ], 348 ],
341 "PasswordManagerSettingsMigration": [ 349 "PasswordManagerSettingsMigration": [
342 { 350 {
343 "group_name": "Enable" 351 "group_name": "Enable"
344 } 352 }
345 ], 353 ],
(...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after
593 ], 601 ],
594 "use-new-media-cache": [ 602 "use-new-media-cache": [
595 { 603 {
596 "enable_features": [ 604 "enable_features": [
597 "use-new-media-cache" 605 "use-new-media-cache"
598 ], 606 ],
599 "group_name": "Enabled" 607 "group_name": "Enabled"
600 } 608 }
601 ] 609 ]
602 } 610 }
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