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

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

Issue 2221193002: Add testing configs for ParseHTMLOnMainThread experiment (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Edit browsertest 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
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 "ParseHTMLOnMainThread": [
235 {
236 "disable_features": [
237 "ParseHTMLOnMainThread"
238 ],
239 "group_name": "Enabled_CoalesceChunks",
240 "params": {
241 "parseHTMLOnMainThreadCoalesceChunks": "true",
242 "parseHTMLOnMainThreadSyncTokenize": "false"
243 }
244 }
245 ],
234 "PasswordBranding": [ 246 "PasswordBranding": [
235 { 247 {
236 "group_name": "SmartLockBrandingSavePromptOnly" 248 "group_name": "SmartLockBrandingSavePromptOnly"
237 } 249 }
238 ], 250 ],
239 "PasswordGeneration": [ 251 "PasswordGeneration": [
240 { 252 {
241 "group_name": "Disabled" 253 "group_name": "Disabled"
242 } 254 }
243 ], 255 ],
(...skipping 252 matching lines...) Expand 10 before | Expand all | Expand 10 after
496 ], 508 ],
497 "use-new-media-cache": [ 509 "use-new-media-cache": [
498 { 510 {
499 "enable_features": [ 511 "enable_features": [
500 "use-new-media-cache" 512 "use-new-media-cache"
501 ], 513 ],
502 "group_name": "Enabled" 514 "group_name": "Enabled"
503 } 515 }
504 ] 516 ]
505 } 517 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698