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

Issue 2264633002: [Android] Add spellchecking support in android_webview. (Closed)

Created:
4 years, 4 months ago by timvolodine
Modified:
4 years, 4 months ago
Reviewers:
Torne, Tobias Sargeant
CC:
chromium-reviews, android-webview-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[Android] Add spellchecking support in android_webview. Add spellcheck functionality to webview. Spellchecking feature will be enabled if the kEnableAndroidSpellChecker flag is present. Historical note: Blink used to have unified_textchecker_enabled setting which was false by default in android webview and needed to be enabled in order for spellchecking to work. It was recently removed in https://codereview.chromium.org/2235643002/ though. BUG=583616, 629609 Committed: https://crrev.com/469d6f7b21d83880658cef21112fa20841a4af1b Cr-Commit-Position: refs/heads/master@{#414331}

Patch Set 1 #

Total comments: 4

Patch Set 2 : rebase + fix Toby's comments #

Patch Set 3 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+63 lines, -0 lines) Patch
M android_webview/BUILD.gn View 1 2 chunks +11 lines, -0 lines 0 comments Download
M android_webview/browser/DEPS View 1 chunk +2 lines, -0 lines 0 comments Download
M android_webview/browser/aw_content_browser_client.cc View 1 2 chunks +12 lines, -0 lines 0 comments Download
M android_webview/native/BUILD.gn View 1 1 chunk +4 lines, -0 lines 0 comments Download
M android_webview/native/DEPS View 1 chunk +1 line, -0 lines 0 comments Download
M android_webview/native/android_webview_jni_registrar.cc View 1 2 chunks +7 lines, -0 lines 0 comments Download
M android_webview/renderer/DEPS View 1 chunk +1 line, -0 lines 0 comments Download
M android_webview/renderer/aw_content_renderer_client.h View 2 chunks +9 lines, -0 lines 0 comments Download
M android_webview/renderer/aw_content_renderer_client.cc View 1 3 chunks +16 lines, -0 lines 0 comments Download

Messages

Total messages: 29 (16 generated)
timvolodine
please take a look!
4 years, 4 months ago (2016-08-19 18:21:30 UTC) #6
Tobias Sargeant
It seems some includes are guarded by ENABLE_SPELLCHECK and some are not. is that intentional? ...
4 years, 4 months ago (2016-08-23 14:17:58 UTC) #7
timvolodine
> It seems some includes are guarded by ENABLE_SPELLCHECK and some are not. is > ...
4 years, 4 months ago (2016-08-23 15:29:19 UTC) #10
Tobias Sargeant
LGTM. Thanks.
4 years, 4 months ago (2016-08-24 12:49:46 UTC) #13
Torne
lgtm
4 years, 4 months ago (2016-08-24 14:01:48 UTC) #14
timvolodine
On 2016/08/24 14:01:48, Torne wrote: > lgtm thanks all!
4 years, 4 months ago (2016-08-24 15:42:34 UTC) #15
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/2264633002/40001
4 years, 4 months ago (2016-08-24 15:43:08 UTC) #18
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_x64_rel_ng on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_x64_rel_ng/builds/267731)
4 years, 4 months ago (2016-08-24 16:51:06 UTC) #20
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/2264633002/40001
4 years, 4 months ago (2016-08-24 18:27:15 UTC) #22
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_x64_rel_ng on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_x64_rel_ng/builds/267883)
4 years, 4 months ago (2016-08-24 21:20:35 UTC) #24
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/2264633002/40001
4 years, 4 months ago (2016-08-25 04:42:13 UTC) #26
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 4 months ago (2016-08-25 05:46:25 UTC) #27
commit-bot: I haz the power
4 years, 4 months ago (2016-08-25 05:47:54 UTC) #29
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/469d6f7b21d83880658cef21112fa20841a4af1b
Cr-Commit-Position: refs/heads/master@{#414331}

Powered by Google App Engine
This is Rietveld 408576698