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

Side by Side Diff: third_party/WebKit/Source/web/WebSettingsImpl.h

Issue 2316303006: Make default spellchecking behavior in html elements configurable via WebSettings. (Closed)
Patch Set: remove setting of spellcheck default in render_view_impl Created 4 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 unified diff | Download patch
OLDNEW
1 /* 1 /*
2 * Copyright (C) 2009 Google Inc. All rights reserved. 2 * Copyright (C) 2009 Google Inc. All rights reserved.
3 * 3 *
4 * Redistribution and use in source and binary forms, with or without 4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions are 5 * modification, are permitted provided that the following conditions are
6 * met: 6 * met:
7 * 7 *
8 * * Redistributions of source code must retain the above copyright 8 * * Redistributions of source code must retain the above copyright
9 * notice, this list of conditions and the following disclaimer. 9 * notice, this list of conditions and the following disclaimer.
10 * * Redistributions in binary form must reproduce the above 10 * * Redistributions in binary form must reproduce the above
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
148 void setSerifFontFamily(const WebString&, UScriptCode = USCRIPT_COMMON) over ride; 148 void setSerifFontFamily(const WebString&, UScriptCode = USCRIPT_COMMON) over ride;
149 void setShouldPrintBackgrounds(bool) override; 149 void setShouldPrintBackgrounds(bool) override;
150 void setShouldClearDocumentBackground(bool) override; 150 void setShouldClearDocumentBackground(bool) override;
151 void setShouldRespectImageOrientation(bool) override; 151 void setShouldRespectImageOrientation(bool) override;
152 void setShowContextMenuOnMouseUp(bool) override; 152 void setShowContextMenuOnMouseUp(bool) override;
153 void setShowFPSCounter(bool) override; 153 void setShowFPSCounter(bool) override;
154 void setShowPaintRects(bool) override; 154 void setShowPaintRects(bool) override;
155 void setShrinksViewportContentToFit(bool) override; 155 void setShrinksViewportContentToFit(bool) override;
156 void setSmartInsertDeleteEnabled(bool) override; 156 void setSmartInsertDeleteEnabled(bool) override;
157 void setSpatialNavigationEnabled(bool) override; 157 void setSpatialNavigationEnabled(bool) override;
158 void setSpellCheckEnabledByDefault(bool) override;
158 void setStandardFontFamily(const WebString&, UScriptCode = USCRIPT_COMMON) o verride; 159 void setStandardFontFamily(const WebString&, UScriptCode = USCRIPT_COMMON) o verride;
159 void setStrictMixedContentChecking(bool) override; 160 void setStrictMixedContentChecking(bool) override;
160 void setStrictMixedContentCheckingForPlugin(bool) override; 161 void setStrictMixedContentCheckingForPlugin(bool) override;
161 void setStrictPowerfulFeatureRestrictions(bool) override; 162 void setStrictPowerfulFeatureRestrictions(bool) override;
162 void setStrictlyBlockBlockableMixedContent(bool) override; 163 void setStrictlyBlockBlockableMixedContent(bool) override;
163 void setSupportDeprecatedTargetDensityDPI(bool) override; 164 void setSupportDeprecatedTargetDensityDPI(bool) override;
164 void setSupportsMultipleWindows(bool) override; 165 void setSupportsMultipleWindows(bool) override;
165 void setSyncXHRInDocumentsEnabled(bool) override; 166 void setSyncXHRInDocumentsEnabled(bool) override;
166 void setTextAreasAreResizable(bool) override; 167 void setTextAreasAreResizable(bool) override;
167 void setTextAutosizingEnabled(bool) override; 168 void setTextAutosizingEnabled(bool) override;
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
230 bool m_viewportMetaNonUserScalableQuirk; 231 bool m_viewportMetaNonUserScalableQuirk;
231 // This quirk is to maintain compatibility with Android apps built on 232 // This quirk is to maintain compatibility with Android apps built on
232 // the Android SDK prior to and including version 18. Presumably, this 233 // the Android SDK prior to and including version 18. Presumably, this
233 // can be removed any time after 2015. See http://crbug.com/313754. 234 // can be removed any time after 2015. See http://crbug.com/313754.
234 bool m_clobberUserAgentInitialScaleQuirk; 235 bool m_clobberUserAgentInitialScaleQuirk;
235 }; 236 };
236 237
237 } // namespace blink 238 } // namespace blink
238 239
239 #endif 240 #endif
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/frame/Settings.in ('k') | third_party/WebKit/Source/web/WebSettingsImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698