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

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

Issue 651163002: Script streaming: Add an option to make the main thread block (wait for parsing) (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: . Created 6 years, 2 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: Source/core/frame/Settings.in
diff --git a/Source/core/frame/Settings.in b/Source/core/frame/Settings.in
index 671c10d97bced69c4207ab5819ca66b0fbbbb92e..80a5e7599684cada4c2062615dda60f4d31ba1e2 100644
--- a/Source/core/frame/Settings.in
+++ b/Source/core/frame/Settings.in
@@ -289,6 +289,7 @@ disallowFullscreenForNonMediaElements initial=false
v8CacheOptions type=V8CacheOptions, initial=V8CacheOptionsOff
v8ScriptStreamingEnabled initial=false
+v8ScriptStreamingBlocking initial=false
# These values are bit fields for the properties of available pointing devices
# and may take on multiple values (e.g. laptop with touchpad and touchscreen

Powered by Google App Engine
This is Rietveld 408576698