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

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

Issue 2316303006: Make default spellchecking behavior in html elements configurable via WebSettings. (Closed)
Patch Set: make it configurable via settings Created 4 years, 3 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 e01055f03dd8f00a495995b129ff000f012c5fa5..f28d50d57c7067983f4ffbc02bba51fe2a476219 100644
--- a/third_party/WebKit/Source/core/frame/Settings.in
+++ b/third_party/WebKit/Source/core/frame/Settings.in
@@ -417,3 +417,7 @@ cssExternalScannerNoPreload initial=false
cssExternalScannerPreload initial=false
browserSideNavigationEnabled initial=false
+
+# Spellchecking is enabled by default for elements that do not specify it explicitly
+# using the "spellcheck" attribute.
+spellCheckEnabledByDefault initial=true

Powered by Google App Engine
This is Rietveld 408576698