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

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: 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 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 "disable_features": [
197 "ParseHTMLOnMainThread"
198 ],
199 "group_name": "Control",
200 "params": {
201 "parseHTMLOnMainThreadCoalesceChunks": "false",
202 "parseHTMLOnMainThreadSyncTokenize": "false"
203 }
204 }
205 ],
194 "PasswordBranding": [ 206 "PasswordBranding": [
195 { 207 {
196 "group_name": "SmartLockBrandingSavePromptOnly" 208 "group_name": "SmartLockBrandingSavePromptOnly"
197 } 209 }
198 ], 210 ],
199 "PasswordManagerSettingsMigration": [ 211 "PasswordManagerSettingsMigration": [
200 { 212 {
201 "group_name": "Enable" 213 "group_name": "Enable"
202 } 214 }
203 ], 215 ],
(...skipping 239 matching lines...) Expand 10 before | Expand all | Expand 10 after
443 ], 455 ],
444 "use-new-media-cache": [ 456 "use-new-media-cache": [
445 { 457 {
446 "enable_features": [ 458 "enable_features": [
447 "use-new-media-cache" 459 "use-new-media-cache"
448 ], 460 ],
449 "group_name": "Enabled" 461 "group_name": "Enabled"
450 } 462 }
451 ] 463 ]
452 } 464 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698