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

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: actually include crasher fix Created 4 years, 7 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 a21b4ffdcb517cf4fec0bbc9a73d63fbab56f9dc..651f0928fadd8b6ec355a137020d496434f3caea 100644
--- a/third_party/WebKit/Source/core/frame/Settings.in
+++ b/third_party/WebKit/Source/core/frame/Settings.in
@@ -414,3 +414,8 @@ blockedMainThreadEventsWarningThreshold type=double, initial=0
# when there is greater adoption, interventions to force it on and associated devtools
# to enable it have been shipped.
passiveListenerDefault type=PassiveListenerDefault, initial=PassiveListenerDefault::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

Powered by Google App Engine
This is Rietveld 408576698