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

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

Issue 1976463003: Preload scan external CSS for @import (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase + minor style tweaks 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: 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 8fdfaa02af164f01c562b1f1e00110702b26d9ef..0e527f94f26e76f081066212b7e93f656e55c74d 100644
--- a/third_party/WebKit/Source/core/frame/Settings.in
+++ b/third_party/WebKit/Source/core/frame/Settings.in
@@ -412,8 +412,14 @@ 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
+# Whether the CSSPreloadScanner is used for externally CSS preloads. NoPreload
+# indicates that the scanner will be used, but no preloads issued.
+cssExternalScannerNoPreload initial=false
+cssExternalScannerPreload initial=false
+
browserSideNavigationEnabled initial=false

Powered by Google App Engine
This is Rietveld 408576698