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

Side by Side Diff: testing/variations/fieldtrial_testing_config_mac.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 "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 ],
183 "PasswordBranding": [ 191 "PasswordBranding": [
184 { 192 {
185 "group_name": "SmartLockBrandingSavePromptOnly" 193 "group_name": "SmartLockBrandingSavePromptOnly"
186 } 194 }
187 ], 195 ],
188 "PasswordManagerSettingsMigration": [ 196 "PasswordManagerSettingsMigration": [
189 { 197 {
190 "group_name": "Enable" 198 "group_name": "Enable"
191 } 199 }
192 ], 200 ],
(...skipping 231 matching lines...) Expand 10 before | Expand all | Expand 10 after
424 ], 432 ],
425 "use-new-media-cache": [ 433 "use-new-media-cache": [
426 { 434 {
427 "enable_features": [ 435 "enable_features": [
428 "use-new-media-cache" 436 "use-new-media-cache"
429 ], 437 ],
430 "group_name": "Enabled" 438 "group_name": "Enabled"
431 } 439 }
432 ] 440 ]
433 } 441 }
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