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

Unified 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: Devlin review 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_mac.json
diff --git a/testing/variations/fieldtrial_testing_config_mac.json b/testing/variations/fieldtrial_testing_config_mac.json
index 3a7d955b264a34c49110f6d77ace0771d377cb1e..80ce71f89a57ccc41b04659b9d66245bb76e7a13 100644
--- a/testing/variations/fieldtrial_testing_config_mac.json
+++ b/testing/variations/fieldtrial_testing_config_mac.json
@@ -191,6 +191,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