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

Unified Diff: third_party/WebKit/Source/core/frame/Settings.json5

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: third_party/WebKit/Source/core/frame/Settings.json5
diff --git a/third_party/WebKit/Source/core/frame/Settings.json5 b/third_party/WebKit/Source/core/frame/Settings.json5
index 1cde79f617a50ffe6f0a9ce984667db53ca0dbca..a908a37aae6c84638baaf29b46c273516af30a0e 100644
--- a/third_party/WebKit/Source/core/frame/Settings.json5
+++ b/third_party/WebKit/Source/core/frame/Settings.json5
@@ -854,20 +854,6 @@
initial: false,
},
- // Variant of the ParseHTMLOnMainThread experiment. One experiment immediately
- // tokenizes input bytes. The default is to tokenize with a post task.
- {
- name: "parseHTMLOnMainThreadSyncTokenize",
- initial: false,
- },
-
- // Variant of the ParseHTMLOnMainThread experiment. This is designed to coalesce
- // TokenizedChunks when the experiment is running in threaded mode.
- {
- name: "parseHTMLOnMainThreadCoalesceChunks",
- initial: false,
- },
-
// Whether the CSSPreloadScanner is used for externally CSS preloads. NoPreload
// indicates that the scanner will be used, but no preloads issued.
{
« no previous file with comments | « third_party/WebKit/Source/core/CoreInitializer.cpp ('k') | third_party/WebKit/Source/core/html/parser/HTMLDocumentParser.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698