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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: testing/variations/fieldtrial_testing_config_linux.json
diff --git a/testing/variations/fieldtrial_testing_config_linux.json b/testing/variations/fieldtrial_testing_config_linux.json
index 46e47846593187f8b7e56715c178d86b96973f08..0919280af4f4208633578592dd4bb0720dc82c40 100644
--- a/testing/variations/fieldtrial_testing_config_linux.json
+++ b/testing/variations/fieldtrial_testing_config_linux.json
@@ -155,6 +155,18 @@
"group_name": "Enabled"
}
],
+ "ParseHTMLOnMainThread": [
+ {
+ "enable_features": [
+ "ParseHTMLOnMainThread"
+ ],
+ "group_name": "Enabled_SyncTokenize",
+ "params": {
+ "parseHTMLOnMainThreadCoalesceChunks": "false",
+ "parseHTMLOnMainThreadSyncTokenize": "true"
+ }
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
+ }
+ ],
"PasswordBranding": [
{
"group_name": "SmartLockBrandingSavePromptOnly"
« 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