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_linux.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
OLDNEW
1 { 1 {
2 "AsyncDNS": [ 2 "AsyncDNS": [
3 { 3 {
4 "group_name": "AsyncDNSA" 4 "group_name": "AsyncDNSA"
5 } 5 }
6 ], 6 ],
7 "AutofillClassifier": [ 7 "AutofillClassifier": [
8 { 8 {
9 "group_name": "Enabled" 9 "group_name": "Enabled"
10 } 10 }
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
136 "OutOfProcessPac": [ 136 "OutOfProcessPac": [
137 { 137 {
138 "group_name": "Enabled" 138 "group_name": "Enabled"
139 } 139 }
140 ], 140 ],
141 "PageRevisitInstrumentation": [ 141 "PageRevisitInstrumentation": [
142 { 142 {
143 "group_name": "Enabled" 143 "group_name": "Enabled"
144 } 144 }
145 ], 145 ],
146 "PassiveDocumentEventListeners": [
147 {
148 "enable_features": [
149 "PassiveDocumentEventListeners"
150 ],
151 "group_name": "Enabled"
152 }
153 ],
146 "PasswordBranding": [ 154 "PasswordBranding": [
147 { 155 {
148 "group_name": "SmartLockBrandingSavePromptOnly" 156 "group_name": "SmartLockBrandingSavePromptOnly"
149 } 157 }
150 ], 158 ],
151 "PasswordManagerSettingsMigration": [ 159 "PasswordManagerSettingsMigration": [
152 { 160 {
153 "group_name": "Enable" 161 "group_name": "Enable"
154 } 162 }
155 ], 163 ],
(...skipping 215 matching lines...) Expand 10 before | Expand all | Expand 10 after
371 ], 379 ],
372 "use-new-media-cache": [ 380 "use-new-media-cache": [
373 { 381 {
374 "enable_features": [ 382 "enable_features": [
375 "use-new-media-cache" 383 "use-new-media-cache"
376 ], 384 ],
377 "group_name": "Enabled" 385 "group_name": "Enabled"
378 } 386 }
379 ] 387 ]
380 } 388 }
OLDNEW
« no previous file with comments | « testing/variations/fieldtrial_testing_config_chromeos.json ('k') | testing/variations/fieldtrial_testing_config_mac.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698