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

Issue 2391613002: [Android WebView] make spellcheck off by default and opt-in using spellcheck="true" attribute. (Closed)

Created:
4 years, 2 months ago by timvolodine
Modified:
4 years, 2 months ago
CC:
chromium-reviews, mlamouri+watch-content_chromium.org, creis+watch_chromium.org, nasko+codewatch_chromium.org, jam, darin-cc_chromium.org, android-webview-reviews_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[Android WebView] make spellcheck off by default and opt-in using spellcheck="true" attribute. In WebView no spellchecking will be provided on html elements unless explicitly enabled via the spellcheck="true" attribute. The main motivation is to have consistent backward behavior in apps that use WebView. Also this will benefit performance and battery life on mobile devices (see crbug.com/652314). Related blink-side patch: https://codereview.chromium.org/2316303006/ BUG=652314, 583616, 629609 Committed: https://crrev.com/db1951995f1ce6eb4937f5e431660db383e0ece0 Cr-Commit-Position: refs/heads/master@{#423147}

Patch Set 1 #

Patch Set 2 : rebase #

Patch Set 3 : rebase for real #

Patch Set 4 : move inside the #ifdef os_android block #

Unified diffs Side-by-side diffs Delta from patch set Stats (+11 lines, -0 lines) Patch
M android_webview/native/aw_settings.cc View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
M content/public/common/common_param_traits_macros.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M content/public/common/web_preferences.h View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download
M content/public/common/web_preferences.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M content/renderer/render_view_impl.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 34 (24 generated)
timvolodine
4 years, 2 months ago (2016-10-03 18:35:08 UTC) #13
timvolodine
+tsepez@ for content/public/common/common_param_traits_macros.h
4 years, 2 months ago (2016-10-03 18:37:28 UTC) #15
Tom Sepez
LGTM on adding bool to existing struct.
4 years, 2 months ago (2016-10-03 18:42:55 UTC) #16
Tobias Sargeant
On 2016/10/03 18:42:55, Tom Sepez wrote: > LGTM on adding bool to existing struct. android_webview/ ...
4 years, 2 months ago (2016-10-04 14:47:09 UTC) #19
timvolodine
On 2016/10/04 14:47:09, Tobias Sargeant wrote: > On 2016/10/03 18:42:55, Tom Sepez wrote: > > ...
4 years, 2 months ago (2016-10-04 15:47:38 UTC) #22
timvolodine
+jam@: for content/ owner RS.
4 years, 2 months ago (2016-10-04 15:48:17 UTC) #24
jam
lgtm
4 years, 2 months ago (2016-10-04 16:06:42 UTC) #25
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2391613002/60001
4 years, 2 months ago (2016-10-05 13:47:24 UTC) #30
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 2 months ago (2016-10-05 13:53:06 UTC) #32
commit-bot: I haz the power
4 years, 2 months ago (2016-10-05 13:57:04 UTC) #34
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/db1951995f1ce6eb4937f5e431660db383e0ece0
Cr-Commit-Position: refs/heads/master@{#423147}

Powered by Google App Engine
This is Rietveld 408576698