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

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

Issue 254343002: Send <iframe srcdoc> to the threaded parser (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fixed my nub mistake Created 6 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
« no previous file with comments | « no previous file | Source/core/html/parser/HTMLParserOptions.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/frame/Settings.in
diff --git a/Source/core/frame/Settings.in b/Source/core/frame/Settings.in
index cc3bee2826d6439f61b058ce2184405b055aebfb..43fe23d4614823b23c9724f648720b9f62725083 100644
--- a/Source/core/frame/Settings.in
+++ b/Source/core/frame/Settings.in
@@ -167,6 +167,8 @@ cookieEnabled initial=true
navigateOnDragDrop initial=true
DOMPasteAllowed initial=false
+// FIXME: Remove this. Unfortunately many webkit_unit_tests
+// depend on parsing being synchronous. crbug.com/366354
threadedHTMLParser initial=false
useThreadedHTMLParserForDataURLs initial=false
« no previous file with comments | « no previous file | Source/core/html/parser/HTMLParserOptions.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698