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

Side by Side Diff: testing/variations/fieldtrial_testing_config_win.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
« no previous file with comments | « testing/variations/fieldtrial_testing_config_mac.json ('k') | no next file » | 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 "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 200 matching lines...) Expand 10 before | Expand all | Expand 10 after
211 "OutOfProcessPac": [ 211 "OutOfProcessPac": [
212 { 212 {
213 "group_name": "Enabled" 213 "group_name": "Enabled"
214 } 214 }
215 ], 215 ],
216 "PageRevisitInstrumentation": [ 216 "PageRevisitInstrumentation": [
217 { 217 {
218 "group_name": "Enabled" 218 "group_name": "Enabled"
219 } 219 }
220 ], 220 ],
221 "PassiveDocumentEventListeners": [
222 {
223 "enable_features": [
224 "PassiveDocumentEventListeners"
225 ],
226 "group_name": "Enabled"
227 }
228 ],
229 "PasswordBranding": [ 221 "PasswordBranding": [
230 { 222 {
231 "group_name": "SmartLockBrandingSavePromptOnly" 223 "group_name": "SmartLockBrandingSavePromptOnly"
232 } 224 }
233 ], 225 ],
234 "PasswordGeneration": [ 226 "PasswordGeneration": [
235 { 227 {
236 "group_name": "Disabled" 228 "group_name": "Disabled"
237 } 229 }
238 ], 230 ],
(...skipping 244 matching lines...) Expand 10 before | Expand all | Expand 10 after
483 ], 475 ],
484 "use-new-media-cache": [ 476 "use-new-media-cache": [
485 { 477 {
486 "enable_features": [ 478 "enable_features": [
487 "use-new-media-cache" 479 "use-new-media-cache"
488 ], 480 ],
489 "group_name": "Enabled" 481 "group_name": "Enabled"
490 } 482 }
491 ] 483 ]
492 } 484 }
OLDNEW
« no previous file with comments | « testing/variations/fieldtrial_testing_config_mac.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698