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 2119403002: Enable PassiveDocumentEventListeners on waterfall. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master_root_scroller_finch
Patch Set: Rebase Created 4 years, 5 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 "AndroidSessionNotifications": [ 2 "AndroidSessionNotifications": [
3 { 3 {
4 "group_name": "Disabled" 4 "group_name": "Disabled"
5 } 5 }
6 ], 6 ],
7 "AsyncDns": [ 7 "AsyncDns": [
8 { 8 {
9 "group_name": "AsyncDnsA" 9 "group_name": "AsyncDnsA"
10 }, 10 },
(...skipping 234 matching lines...) Expand 10 before | Expand all | Expand 10 after
245 "NTPOfflinePages" 245 "NTPOfflinePages"
246 ], 246 ],
247 "group_name": "EnabledAsBookmarks" 247 "group_name": "EnabledAsBookmarks"
248 } 248 }
249 ], 249 ],
250 "PageRevisitInstrumentation": [ 250 "PageRevisitInstrumentation": [
251 { 251 {
252 "group_name": "Enabled" 252 "group_name": "Enabled"
253 } 253 }
254 ], 254 ],
255 "PassiveDocumentEventListeners": [
256 {
257 "enable_features": [
258 "PassiveDocumentEventListeners"
259 ],
260 "group_name": "Enabled"
261 }
262 ],
255 "PasswordBranding": [ 263 "PasswordBranding": [
256 { 264 {
257 "group_name": "SmartLockBrandingSavePromptOnly" 265 "group_name": "SmartLockBrandingSavePromptOnly"
258 } 266 }
259 ], 267 ],
260 "PasswordManagerSettingsMigration": [ 268 "PasswordManagerSettingsMigration": [
261 { 269 {
262 "group_name": "Enable" 270 "group_name": "Enable"
263 } 271 }
264 ], 272 ],
(...skipping 280 matching lines...) Expand 10 before | Expand all | Expand 10 after
545 ], 553 ],
546 "use-new-media-cache": [ 554 "use-new-media-cache": [
547 { 555 {
548 "enable_features": [ 556 "enable_features": [
549 "use-new-media-cache" 557 "use-new-media-cache"
550 ], 558 ],
551 "group_name": "Enabled" 559 "group_name": "Enabled"
552 } 560 }
553 ] 561 ]
554 } 562 }
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