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

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

Powered by Google App Engine
This is Rietveld 408576698