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

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

Issue 2227823002: Re-land Enable PassiveDocumentEventListeners on waterfall. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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 213 matching lines...) Expand 10 before | Expand all | Expand 10 after
224 "OutOfProcessPac": [ 224 "OutOfProcessPac": [
225 { 225 {
226 "group_name": "Enabled" 226 "group_name": "Enabled"
227 } 227 }
228 ], 228 ],
229 "PageRevisitInstrumentation": [ 229 "PageRevisitInstrumentation": [
230 { 230 {
231 "group_name": "Enabled" 231 "group_name": "Enabled"
232 } 232 }
233 ], 233 ],
234 "PassiveDocumentEventListeners": [
235 {
236 "enable_features": [
237 "PassiveDocumentEventListeners"
238 ],
239 "group_name": "Enabled"
240 }
241 ],
234 "PasswordBranding": [ 242 "PasswordBranding": [
235 { 243 {
236 "group_name": "SmartLockBrandingSavePromptOnly" 244 "group_name": "SmartLockBrandingSavePromptOnly"
237 } 245 }
238 ], 246 ],
239 "PasswordGeneration": [ 247 "PasswordGeneration": [
240 { 248 {
241 "group_name": "Disabled" 249 "group_name": "Disabled"
242 } 250 }
243 ], 251 ],
(...skipping 252 matching lines...) Expand 10 before | Expand all | Expand 10 after
496 ], 504 ],
497 "use-new-media-cache": [ 505 "use-new-media-cache": [
498 { 506 {
499 "enable_features": [ 507 "enable_features": [
500 "use-new-media-cache" 508 "use-new-media-cache"
501 ], 509 ],
502 "group_name": "Enabled" 510 "group_name": "Enabled"
503 } 511 }
504 ] 512 ]
505 } 513 }
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