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

Unified Diff: testing/variations/fieldtrial_testing_config_win.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 side-by-side diff with in-line comments
Download patch
Index: testing/variations/fieldtrial_testing_config_win.json
diff --git a/testing/variations/fieldtrial_testing_config_win.json b/testing/variations/fieldtrial_testing_config_win.json
index e0c42416465cea4a80c220706184607f684bba79..1a6b5785025d334bd0de1170ce8fea9c66deeff9 100644
--- a/testing/variations/fieldtrial_testing_config_win.json
+++ b/testing/variations/fieldtrial_testing_config_win.json
@@ -231,6 +231,18 @@
"group_name": "Enabled"
}
],
+ "ParseHTMLOnMainThread": [
+ {
+ "enable_features": [
+ "ParseHTMLOnMainThread"
+ ],
+ "group_name": "Enabled",
+ "params": {
+ "parseHTMLOnMainThreadCoalesceChunks": "false",
+ "parseHTMLOnMainThreadSyncTokenize": "false"
+ }
+ }
+ ],
"PassiveDocumentEventListeners": [
{
"enable_features": [

Powered by Google App Engine
This is Rietveld 408576698