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

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

Issue 2149673002: Revert of Enable PassiveDocumentEventListeners on waterfall. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master_root_scroller_finch
Patch Set: 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 ],
154 "PasswordBranding": [ 146 "PasswordBranding": [
155 { 147 {
156 "group_name": "SmartLockBrandingSavePromptOnly" 148 "group_name": "SmartLockBrandingSavePromptOnly"
157 } 149 }
158 ], 150 ],
159 "PasswordManagerSettingsMigration": [ 151 "PasswordManagerSettingsMigration": [
160 { 152 {
161 "group_name": "Enable" 153 "group_name": "Enable"
162 } 154 }
163 ], 155 ],
(...skipping 215 matching lines...) Expand 10 before | Expand all | Expand 10 after
379 ], 371 ],
380 "use-new-media-cache": [ 372 "use-new-media-cache": [
381 { 373 {
382 "enable_features": [ 374 "enable_features": [
383 "use-new-media-cache" 375 "use-new-media-cache"
384 ], 376 ],
385 "group_name": "Enabled" 377 "group_name": "Enabled"
386 } 378 }
387 ] 379 ]
388 } 380 }
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