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

Issue 2892393002: Move WebInputMethodControllerImpl to core/exported/ & break dependencies. (Closed)

Created:
3 years, 7 months ago by slangley
Modified:
3 years, 6 months ago
Reviewers:
tkent, nverne, dcheng
CC:
blink-reviews, chromium-reviews, dcheng, kinuko+watch, mlamouri+watch-blink_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Move WebInputMethodControllerImpl to core/exported/ & break dependencies. It turns out that WebInputMethodControllerImpl does not define any additional methods over WebInputMethodController, so in general we can change all of the usage to the abstract class. WebInputMethodControllerImpl::FromFrame is just a wrapper around WebLocalFrameBase so removed that method and just call GetWebInputMethodController on WebLocalFameBase instead. Also, move WebInputMethodControllerImpl to core/exported/ as is implements the public GetWebInputMethodController. BUG=712963 Review-Url: https://codereview.chromium.org/2892393002 Cr-Commit-Position: refs/heads/master@{#475296} Committed: https://chromium.googlesource.com/chromium/src/+/7c9f28d128319e9d3f534440143ab8f1eeb2e3c4

Patch Set 1 #

Patch Set 2 : Move WebInputMethodControllerImpl to core/exported/ #

Total comments: 1

Patch Set 3 : Rebase. #

Patch Set 4 : Make WebInputMethodController NON_EXPORTED_BASE. #

Patch Set 5 : Rebase. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+29 lines, -265 lines) Patch
M third_party/WebKit/Source/core/exported/BUILD.gn View 1 1 chunk +2 lines, -0 lines 0 comments Download
A + third_party/WebKit/Source/core/exported/WebInputMethodControllerImpl.h View 1 2 3 3 chunks +6 lines, -6 lines 0 comments Download
A + third_party/WebKit/Source/core/exported/WebInputMethodControllerImpl.cpp View 1 2 2 chunks +3 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/core/exported/WebViewBase.h View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/web/BUILD.gn View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/web/WebFrameWidgetImpl.h View 1 2 3 4 2 chunks +1 line, -3 lines 0 comments Download
M third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp View 1 2 3 4 2 chunks +4 lines, -3 lines 0 comments Download
D third_party/WebKit/Source/web/WebInputMethodControllerImpl.h View 1 2 1 chunk +0 lines, -58 lines 0 comments Download
D third_party/WebKit/Source/web/WebInputMethodControllerImpl.cpp View 1 2 1 chunk +0 lines, -167 lines 0 comments Download
M third_party/WebKit/Source/web/WebLocalFrameImpl.h View 1 2 3 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/web/WebLocalFrameImpl.cpp View 1 2 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/web/WebViewFrameWidget.h View 2 chunks +1 line, -3 lines 0 comments Download
M third_party/WebKit/Source/web/WebViewFrameWidget.cpp View 2 chunks +1 line, -2 lines 0 comments Download
M third_party/WebKit/Source/web/WebViewImpl.h View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/web/WebViewImpl.cpp View 1 2 3 4 2 chunks +4 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/web/tests/WebViewTest.cpp View 1 2 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 25 (14 generated)
slangley
3 years, 7 months ago (2017-05-22 10:43:19 UTC) #3
slangley
3 years, 7 months ago (2017-05-23 01:36:43 UTC) #5
dcheng
https://codereview.chromium.org/2892393002/diff/20001/third_party/WebKit/Source/core/exported/WebInputMethodControllerImpl.h File third_party/WebKit/Source/core/exported/WebInputMethodControllerImpl.h (right): https://codereview.chromium.org/2892393002/diff/20001/third_party/WebKit/Source/core/exported/WebInputMethodControllerImpl.h#newcode52 third_party/WebKit/Source/core/exported/WebInputMethodControllerImpl.h:52: WeakMember<WebLocalFrameBase> web_local_frame_; FYI, I just changed this in https://chromium-review.googlesource.com/c/509149/ ...
3 years, 7 months ago (2017-05-23 01:43:31 UTC) #7
tkent
lgtm
3 years, 7 months ago (2017-05-23 01:52:10 UTC) #8
nverne
lgtm
3 years, 7 months ago (2017-05-23 04:05:08 UTC) #9
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/2892393002/40001
3 years, 6 months ago (2017-05-29 00:56:27 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_compile_dbg_ng on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_compile_dbg_ng/builds/421725)
3 years, 6 months ago (2017-05-29 02:10:46 UTC) #14
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/2892393002/60001
3 years, 6 months ago (2017-05-29 02:59:23 UTC) #17
commit-bot: I haz the power
Try jobs failed on following builders: win_clang on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_clang/builds/238549)
3 years, 6 months ago (2017-05-29 03:11:53 UTC) #19
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/2892393002/80001
3 years, 6 months ago (2017-05-29 04:12:11 UTC) #22
commit-bot: I haz the power
3 years, 6 months ago (2017-05-29 05:58:33 UTC) #25
Message was sent while issue was closed.
Committed patchset #5 (id:80001) as
https://chromium.googlesource.com/chromium/src/+/7c9f28d128319e9d3f534440143a...

Powered by Google App Engine
This is Rietveld 408576698