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

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

Issue 2221193002: Add testing configs for ParseHTMLOnMainThread experiment (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add virtual test suites and make field trial configs for Enabled group only 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 173 matching lines...) Expand 10 before | Expand all | Expand 10 after
184 "OutOfProcessPac": [ 184 "OutOfProcessPac": [
185 { 185 {
186 "group_name": "Enabled" 186 "group_name": "Enabled"
187 } 187 }
188 ], 188 ],
189 "PageRevisitInstrumentation": [ 189 "PageRevisitInstrumentation": [
190 { 190 {
191 "group_name": "Enabled" 191 "group_name": "Enabled"
192 } 192 }
193 ], 193 ],
194 "ParseHTMLOnMainThread": [
195 {
196 "enable_features": [
197 "ParseHTMLOnMainThread"
198 ],
199 "group_name": "Enabled",
200 "params": {
201 "parseHTMLOnMainThreadCoalesceChunks": "false",
202 "parseHTMLOnMainThreadSyncTokenize": "false"
203 }
204 }
205 ],
194 "PassiveDocumentEventListeners": [ 206 "PassiveDocumentEventListeners": [
195 { 207 {
196 "enable_features": [ 208 "enable_features": [
197 "PassiveDocumentEventListeners" 209 "PassiveDocumentEventListeners"
198 ], 210 ],
199 "group_name": "Enabled" 211 "group_name": "Enabled"
200 } 212 }
201 ], 213 ],
202 "PasswordBranding": [ 214 "PasswordBranding": [
203 { 215 {
(...skipping 234 matching lines...) Expand 10 before | Expand all | Expand 10 after
438 ], 450 ],
439 "use-new-media-cache": [ 451 "use-new-media-cache": [
440 { 452 {
441 "enable_features": [ 453 "enable_features": [
442 "use-new-media-cache" 454 "use-new-media-cache"
443 ], 455 ],
444 "group_name": "Enabled" 456 "group_name": "Enabled"
445 } 457 }
446 ] 458 ]
447 } 459 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698