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

Side by Side Diff: testing/variations/fieldtrial_testing_config_linux.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 "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
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",
164 "params": {
165 "parseHTMLOnMainThreadCoalesceChunks": "false",
166 "parseHTMLOnMainThreadSyncTokenize": "false"
167 }
168 }
169 ],
158 "PassiveDocumentEventListeners": [ 170 "PassiveDocumentEventListeners": [
159 { 171 {
160 "enable_features": [ 172 "enable_features": [
161 "PassiveDocumentEventListeners" 173 "PassiveDocumentEventListeners"
162 ], 174 ],
163 "group_name": "Enabled" 175 "group_name": "Enabled"
164 } 176 }
165 ], 177 ],
166 "PasswordBranding": [ 178 "PasswordBranding": [
167 { 179 {
(...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after
386 ], 398 ],
387 "use-new-media-cache": [ 399 "use-new-media-cache": [
388 { 400 {
389 "enable_features": [ 401 "enable_features": [
390 "use-new-media-cache" 402 "use-new-media-cache"
391 ], 403 ],
392 "group_name": "Enabled" 404 "group_name": "Enabled"
393 } 405 }
394 ] 406 ]
395 } 407 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698