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

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

Issue 1175183006: Make it possible to modify background HTML parser token limits. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 6 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 2d7f653412eccd670e033199435c77b3c8cc898c..9f8e0bf124292f8144165300fb59e3a01929a377 100644
--- a/Source/core/frame/Settings.in
+++ b/Source/core/frame/Settings.in
@@ -251,6 +251,11 @@ loadsImagesAutomatically initial=false, invalidate=ImageLoading
imagesEnabled initial=true, invalidate=ImageLoading
imageAnimationPolicy type=ImageAnimationPolicy, initial=ImageAnimationPolicyAllowed
+# Number of outstanding and pending tokens allowed in the background HTML
+# parser. A value of 0 indicates the parser should use its default value.
+backgroundHtmlParserOutstandingTokenLimit type=int, initial=0
+backgroundHtmlParserPendingTokenLimit type=int, initial=0
Nate Chapin 2015/06/11 18:48:23 Should these be unsigned?
Bryan McQuade 2015/06/12 14:12:59 Ah, didn't know that was supported. Changed. Thank
+
javaEnabled initial=false
pluginsEnabled initial=false
« no previous file with comments | « no previous file | Source/core/html/parser/BackgroundHTMLParser.h » ('j') | Source/core/html/parser/BackgroundHTMLParser.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698