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

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: nits 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 "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
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 }
OLDNEW
« no previous file with comments | « testing/variations/fieldtrial_testing_config_mac.json ('k') | third_party/WebKit/LayoutTests/VirtualTestSuites » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698