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

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

Issue 1868413002: Add about:flags support for doc.write script blocking. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address comments Created 4 years, 8 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 69f1dbd0d5fd9d2771b719bfaee516d369b60838..37d265d48aa47e27c2f5b42517b7be70ce57cd2d 100644
--- a/third_party/WebKit/Source/core/frame/Settings.in
+++ b/third_party/WebKit/Source/core/frame/Settings.in
@@ -382,7 +382,11 @@ fetchIncreaseAsyncScriptPriority initial=false
fetchIncreasePriorities initial=false
# Whether to disallow network fetches for parser blocking scripts in the main
-# frame inserted via document.write.
+# frame inserted via document.write, for users on slow connections.
+disallowFetchForDocWrittenScriptsInMainFrameOnSlowConnections initial=false
+
+# Whether to disallow network fetches for parser blocking scripts in the main
+# frame inserted via document.write, regardless of connection type.
disallowFetchForDocWrittenScriptsInMainFrame initial=false
# The autoplay gesture override experiment is described in crbug.com/487345 .
« no previous file with comments | « third_party/WebKit/Source/core/dom/Document.h ('k') | third_party/WebKit/Source/core/loader/FrameFetchContext.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698