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

Side by Side Diff: testing/variations/fieldtrial_testing_config_mac.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 "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 162 matching lines...) Expand 10 before | Expand all | Expand 10 after
173 "OutOfProcessPac": [ 173 "OutOfProcessPac": [
174 { 174 {
175 "group_name": "Enabled" 175 "group_name": "Enabled"
176 } 176 }
177 ], 177 ],
178 "PageRevisitInstrumentation": [ 178 "PageRevisitInstrumentation": [
179 { 179 {
180 "group_name": "Enabled" 180 "group_name": "Enabled"
181 } 181 }
182 ], 182 ],
183 "PassiveDocumentEventListeners": [
184 {
185 "enable_features": [
186 "PassiveDocumentEventListeners"
187 ],
188 "group_name": "Enabled"
189 }
190 ],
191 "PasswordBranding": [ 183 "PasswordBranding": [
192 { 184 {
193 "group_name": "SmartLockBrandingSavePromptOnly" 185 "group_name": "SmartLockBrandingSavePromptOnly"
194 } 186 }
195 ], 187 ],
196 "PasswordManagerSettingsMigration": [ 188 "PasswordManagerSettingsMigration": [
197 { 189 {
198 "group_name": "Enable" 190 "group_name": "Enable"
199 } 191 }
200 ], 192 ],
(...skipping 231 matching lines...) Expand 10 before | Expand all | Expand 10 after
432 ], 424 ],
433 "use-new-media-cache": [ 425 "use-new-media-cache": [
434 { 426 {
435 "enable_features": [ 427 "enable_features": [
436 "use-new-media-cache" 428 "use-new-media-cache"
437 ], 429 ],
438 "group_name": "Enabled" 430 "group_name": "Enabled"
439 } 431 }
440 ] 432 ]
441 } 433 }
OLDNEW
« no previous file with comments | « testing/variations/fieldtrial_testing_config_linux.json ('k') | testing/variations/fieldtrial_testing_config_win.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698