OLD | NEW |
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 Loading... |
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 "ParseHTMLOnMainThread": [ |
| 235 { |
| 236 "enable_features": [ |
| 237 "ParseHTMLOnMainThread" |
| 238 ], |
| 239 "group_name": "Enabled", |
| 240 "params": { |
| 241 "parseHTMLOnMainThreadCoalesceChunks": "false", |
| 242 "parseHTMLOnMainThreadSyncTokenize": "false" |
| 243 } |
| 244 } |
| 245 ], |
234 "PassiveDocumentEventListeners": [ | 246 "PassiveDocumentEventListeners": [ |
235 { | 247 { |
236 "enable_features": [ | 248 "enable_features": [ |
237 "PassiveDocumentEventListeners" | 249 "PassiveDocumentEventListeners" |
238 ], | 250 ], |
239 "group_name": "Enabled" | 251 "group_name": "Enabled" |
240 } | 252 } |
241 ], | 253 ], |
242 "PasswordBranding": [ | 254 "PasswordBranding": [ |
243 { | 255 { |
(...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
491 ], | 503 ], |
492 "use-new-media-cache": [ | 504 "use-new-media-cache": [ |
493 { | 505 { |
494 "enable_features": [ | 506 "enable_features": [ |
495 "use-new-media-cache" | 507 "use-new-media-cache" |
496 ], | 508 ], |
497 "group_name": "Enabled" | 509 "group_name": "Enabled" |
498 } | 510 } |
499 ] | 511 ] |
500 } | 512 } |
OLD | NEW |