OLD | NEW |
---|---|
1 { | 1 { |
2 "AsyncDNS": [ | 2 "AsyncDNS": [ |
3 { | 3 { |
4 "group_name": "AsyncDNSA" | 4 "group_name": "AsyncDNSA" |
5 } | 5 } |
6 ], | 6 ], |
7 "AutofillClassifier": [ | 7 "AutofillClassifier": [ |
8 { | 8 { |
9 "group_name": "Enabled" | 9 "group_name": "Enabled" |
10 } | 10 } |
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
148 "OutOfProcessPac": [ | 148 "OutOfProcessPac": [ |
149 { | 149 { |
150 "group_name": "Enabled" | 150 "group_name": "Enabled" |
151 } | 151 } |
152 ], | 152 ], |
153 "PageRevisitInstrumentation": [ | 153 "PageRevisitInstrumentation": [ |
154 { | 154 { |
155 "group_name": "Enabled" | 155 "group_name": "Enabled" |
156 } | 156 } |
157 ], | 157 ], |
158 "ParseHTMLOnMainThread": [ | |
159 { | |
160 "enable_features": [ | |
161 "ParseHTMLOnMainThread" | |
162 ], | |
163 "group_name": "Enabled_SyncTokenize", | |
164 "params": { | |
165 "parseHTMLOnMainThreadCoalesceChunks": "false", | |
166 "parseHTMLOnMainThreadSyncTokenize": "true" | |
167 } | |
Ilya Sherman
2016/08/10 05:53:13
I think the best practice is to test the configura
Charlie Harrison
2016/08/10 12:05:31
That makes sense, but I'd argue that shipping expe
Ilya Sherman
2016/08/10 18:53:21
In general, each feature's tests should test all t
| |
168 } | |
169 ], | |
158 "PasswordBranding": [ | 170 "PasswordBranding": [ |
159 { | 171 { |
160 "group_name": "SmartLockBrandingSavePromptOnly" | 172 "group_name": "SmartLockBrandingSavePromptOnly" |
161 } | 173 } |
162 ], | 174 ], |
163 "PasswordManagerSettingsMigration": [ | 175 "PasswordManagerSettingsMigration": [ |
164 { | 176 { |
165 "group_name": "Enable" | 177 "group_name": "Enable" |
166 } | 178 } |
167 ], | 179 ], |
(...skipping 223 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
391 ], | 403 ], |
392 "use-new-media-cache": [ | 404 "use-new-media-cache": [ |
393 { | 405 { |
394 "enable_features": [ | 406 "enable_features": [ |
395 "use-new-media-cache" | 407 "use-new-media-cache" |
396 ], | 408 ], |
397 "group_name": "Enabled" | 409 "group_name": "Enabled" |
398 } | 410 } |
399 ] | 411 ] |
400 } | 412 } |
OLD | NEW |