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

Issue 2796473002: Split TextCheckerClientImpl off SpellCheckerClientImpl (Closed)

Created:
3 years, 8 months ago by Xiaocheng
Modified:
3 years, 8 months ago
Reviewers:
dcheng
CC:
blink-reviews, chromium-reviews, kinuko+watch
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Split TextCheckerClientImpl off SpellCheckerClientImpl This is Patch 1 of 5 for making SpellCheckProvider a RenderFrameObserver, so that spellcheck can work in OOPIF. Full design: https://goo.gl/VfCENk This patch splits the implementation of TextCheckerClient off SpellCheckerClientImpl into a new class, TextCheckerClientImpl. The new class is still owned by WebViewImpl and weak referenced by SpellCheckerClientImpl, so that there is no visible change outside web/. BUG=638361 TEST=n/a; no behavior changes Review-Url: https://codereview.chromium.org/2796473002 Cr-Commit-Position: refs/heads/master@{#461520} Committed: https://chromium.googlesource.com/chromium/src/+/d734458df440a682fd4c32c80153906622188091

Patch Set 1 #

Patch Set 2 : Forgot to git add...... #

Total comments: 2

Patch Set 3 : Remove explicit #

Unified diffs Side-by-side diffs Delta from patch set Stats (+108 lines, -58 lines) Patch
M third_party/WebKit/Source/web/BUILD.gn View 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/web/SpellCheckerClientImpl.h View 2 chunks +5 lines, -11 lines 0 comments Download
M third_party/WebKit/Source/web/SpellCheckerClientImpl.cpp View 2 chunks +6 lines, -45 lines 0 comments Download
A third_party/WebKit/Source/web/TextCheckerClientImpl.h View 1 2 1 chunk +32 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/web/TextCheckerClientImpl.cpp View 1 1 chunk +58 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/web/WebViewImpl.h View 3 chunks +3 lines, -1 line 0 comments Download
M third_party/WebKit/Source/web/WebViewImpl.cpp View 1 chunk +2 lines, -1 line 0 comments Download

Dependent Patchsets:

Messages

Total messages: 21 (16 generated)
Xiaocheng
PTAL.
3 years, 8 months ago (2017-03-31 23:22:38 UTC) #5
dcheng
LGTM https://codereview.chromium.org/2796473002/diff/20001/third_party/WebKit/Source/web/SpellCheckerClientImpl.h File third_party/WebKit/Source/web/SpellCheckerClientImpl.h (right): https://codereview.chromium.org/2796473002/diff/20001/third_party/WebKit/Source/web/SpellCheckerClientImpl.h#newcode43 third_party/WebKit/Source/web/SpellCheckerClientImpl.h:43: explicit SpellCheckerClientImpl(WebViewImpl*, TextCheckerClient*); Nit: remove explicit
3 years, 8 months ago (2017-04-02 05:28:25 UTC) #14
Xiaocheng
Thanks for the review! https://codereview.chromium.org/2796473002/diff/20001/third_party/WebKit/Source/web/SpellCheckerClientImpl.h File third_party/WebKit/Source/web/SpellCheckerClientImpl.h (right): https://codereview.chromium.org/2796473002/diff/20001/third_party/WebKit/Source/web/SpellCheckerClientImpl.h#newcode43 third_party/WebKit/Source/web/SpellCheckerClientImpl.h:43: explicit SpellCheckerClientImpl(WebViewImpl*, TextCheckerClient*); On 2017/04/02 ...
3 years, 8 months ago (2017-04-03 17:49:25 UTC) #16
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/2796473002/40001
3 years, 8 months ago (2017-04-03 17:50:12 UTC) #18
commit-bot: I haz the power
3 years, 8 months ago (2017-04-03 20:18:56 UTC) #21
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://chromium.googlesource.com/chromium/src/+/d734458df440a682fd4c32c80153...

Powered by Google App Engine
This is Rietveld 408576698