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

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

Issue 2065163005: ParseHTMLOnMainThread: notify main thread of chunks less frequently (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add a setting to the experiment Created 4 years, 5 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.in
diff --git a/third_party/WebKit/Source/core/frame/Settings.in b/third_party/WebKit/Source/core/frame/Settings.in
index 79630435af522678322e9fd45b3d31e4d8194f45..e2657d8b39bdbb8d636674d0c361904d98ae0e8d 100644
--- a/third_party/WebKit/Source/core/frame/Settings.in
+++ b/third_party/WebKit/Source/core/frame/Settings.in
@@ -415,3 +415,6 @@ useDefaultImageInterpolationQuality initial=false
# Variant of the ParseHTMLOnMainThread experiment. One experiment immediately
# tokenizes input bytes. The default is to tokenize with a post task.
parseHTMLOnMainThreadSyncTokenize initial=false
+# Variant of the ParseHTMLOnMainThread experiment. This is designed to coalesce
+# TokenizedChunks when the experiment is running in threaded mode.
+parseHTMLOnMainThreadCoalesceChunks initial=false
« no previous file with comments | « chrome/browser/chrome_content_browser_client.cc ('k') | third_party/WebKit/Source/core/html/parser/BackgroundHTMLParser.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698