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

Unified Diff: testing/variations/fieldtrial_testing_config.json

Issue 2666993006: Enable ParseHTMLOnMainThread on TOT (Closed)
Patch Set: clean up virtual test suites Created 3 years, 11 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.json
diff --git a/testing/variations/fieldtrial_testing_config.json b/testing/variations/fieldtrial_testing_config.json
index d9bc5da4e0cc8a90f23d99777b263b972dd057be..8a4adaa27ced8586f8cb8884da31e3f3e254c61d 100644
--- a/testing/variations/fieldtrial_testing_config.json
+++ b/testing/variations/fieldtrial_testing_config.json
@@ -1387,29 +1387,6 @@
]
}
],
- "ParseHTMLOnMainThread": [
- {
- "platforms": [
- "android",
- "chromeos",
- "linux",
- "mac",
- "win"
- ],
- "experiments": [
- {
- "name": "Enabled",
- "params": {
- "parseHTMLOnMainThreadCoalesceChunks": "false",
- "parseHTMLOnMainThreadSyncTokenize": "false"
- },
- "enable_features": [
- "ParseHTMLOnMainThread"
- ]
- }
- ]
- }
- ],
"PassiveDocumentEventListeners": [
{
"platforms": [
« no previous file with comments | « content/public/common/content_features.cc ('k') | third_party/WebKit/LayoutTests/FlagExpectations/enable-slimming-paint-v2 » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698