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

Issue 2043903002: Move didChangeCursor calls from WebViewClient to WebWidgetClient. (Closed)

Created:
4 years, 6 months ago by lfg
Modified:
4 years, 5 months ago
CC:
chromium-reviews, mlamouri+watch-content_chromium.org, creis+watch_chromium.org, nasko+codewatch_chromium.org, jam, blink-reviews, dglazkov+blink, darin-cc_chromium.org, mkwst+moarreviews-renderer_chromium.org, kinuko+watch, blink-reviews-api_chromium.org, site-isolation-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Move didChangeCursor calls from WebViewClient to WebWidgetClient. This is part of a refactor to split WebView/WebWidget. BUG=419087 Committed: https://crrev.com/d68bc0e260586cca8171a54863c5a409bb39a1a9 Cr-Commit-Position: refs/heads/master@{#405202}

Patch Set 1 #

Patch Set 2 : rebase #

Patch Set 3 : popup #

Patch Set 4 : inspector overlay #

Total comments: 6

Patch Set 5 : addressing comments #

Total comments: 2

Patch Set 6 : rebase #

Patch Set 7 : removed todo #

Unified diffs Side-by-side diffs Delta from patch set Stats (+16 lines, -33 lines) Patch
M content/renderer/render_view_impl.h View 1 2 3 4 5 1 chunk +0 lines, -1 line 0 comments Download
M content/renderer/render_view_impl.cc View 1 2 3 4 5 1 chunk +0 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/frame/FrameView.cpp View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/web/ChromeClientImpl.h View 1 2 3 4 3 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/web/ChromeClientImpl.cpp View 1 2 3 4 5 2 chunks +9 lines, -19 lines 0 comments Download
M third_party/WebKit/Source/web/InspectorOverlay.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/web/WebPagePopupImpl.cpp View 1 2 1 chunk +2 lines, -3 lines 0 comments Download
M third_party/WebKit/public/web/WebViewClient.h View 1 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 42 (20 generated)
lfg
Please take a look.
4 years, 5 months ago (2016-07-05 20:11:15 UTC) #5
dcheng
LGTM with a question for dgozman. https://codereview.chromium.org/2043903002/diff/80001/third_party/WebKit/Source/web/ChromeClientImpl.cpp File third_party/WebKit/Source/web/ChromeClientImpl.cpp (right): https://codereview.chromium.org/2043903002/diff/80001/third_party/WebKit/Source/web/ChromeClientImpl.cpp#newcode741 third_party/WebKit/Source/web/ChromeClientImpl.cpp:741: void ChromeClientImpl::setCursor(const WebCursorInfo& ...
4 years, 5 months ago (2016-07-07 01:49:12 UTC) #7
dgozman
https://codereview.chromium.org/2043903002/diff/80001/third_party/WebKit/Source/web/InspectorOverlay.cpp File third_party/WebKit/Source/web/InspectorOverlay.cpp (right): https://codereview.chromium.org/2043903002/diff/80001/third_party/WebKit/Source/web/InspectorOverlay.cpp#newcode148 third_party/WebKit/Source/web/InspectorOverlay.cpp:148: toChromeClientImpl(m_client)->setCursor(cursor, static_cast<WebViewImpl*>(toChromeClientImpl(m_client)->webView())->mainFrameImpl()->frame()); On 2016/07/07 01:49:12, dcheng wrote: > +dgozman, ...
4 years, 5 months ago (2016-07-07 02:02:26 UTC) #8
lfg
https://codereview.chromium.org/2043903002/diff/80001/third_party/WebKit/Source/web/ChromeClientImpl.cpp File third_party/WebKit/Source/web/ChromeClientImpl.cpp (right): https://codereview.chromium.org/2043903002/diff/80001/third_party/WebKit/Source/web/ChromeClientImpl.cpp#newcode741 third_party/WebKit/Source/web/ChromeClientImpl.cpp:741: void ChromeClientImpl::setCursor(const WebCursorInfo& cursor, LocalFrame* localFrame) On 2016/07/07 01:49:12, ...
4 years, 5 months ago (2016-07-07 14:36:22 UTC) #9
lfg
nick@chromium.org: Please review changes in content/
4 years, 5 months ago (2016-07-07 14:38:10 UTC) #11
ncarter (slow)
content rubber stamp lgtm
4 years, 5 months ago (2016-07-07 19:22:40 UTC) #12
dcheng
https://codereview.chromium.org/2043903002/diff/100001/third_party/WebKit/Source/web/InspectorOverlay.cpp File third_party/WebKit/Source/web/InspectorOverlay.cpp (right): https://codereview.chromium.org/2043903002/diff/100001/third_party/WebKit/Source/web/InspectorOverlay.cpp#newcode147 third_party/WebKit/Source/web/InspectorOverlay.cpp:147: // widget. Nit: I'm not sure this needs a ...
4 years, 5 months ago (2016-07-08 10:38:05 UTC) #13
lfg
https://codereview.chromium.org/2043903002/diff/100001/third_party/WebKit/Source/web/InspectorOverlay.cpp File third_party/WebKit/Source/web/InspectorOverlay.cpp (right): https://codereview.chromium.org/2043903002/diff/100001/third_party/WebKit/Source/web/InspectorOverlay.cpp#newcode147 third_party/WebKit/Source/web/InspectorOverlay.cpp:147: // widget. On 2016/07/08 10:38:04, dcheng wrote: > Nit: ...
4 years, 5 months ago (2016-07-11 18:37:24 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/2043903002/140001
4 years, 5 months ago (2016-07-11 21:11:48 UTC) #17
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_rel_ng on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_ng/builds/253385)
4 years, 5 months ago (2016-07-11 23:03:29 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/2043903002/140001
4 years, 5 months ago (2016-07-11 23:08:27 UTC) #21
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_asan_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_asan_rel_ng/builds/190605)
4 years, 5 months ago (2016-07-12 01:14:57 UTC) #23
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/2043903002/140001
4 years, 5 months ago (2016-07-12 02:14:02 UTC) #25
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_asan_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_asan_rel_ng/builds/190801)
4 years, 5 months ago (2016-07-12 05:38:53 UTC) #27
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/2043903002/140001
4 years, 5 months ago (2016-07-12 19:17:48 UTC) #29
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/261366)
4 years, 5 months ago (2016-07-12 22:28:43 UTC) #31
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/2043903002/140001
4 years, 5 months ago (2016-07-13 15:12:27 UTC) #33
commit-bot: I haz the power
Try jobs failed on following builders: linux_android_rel_ng on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/linux_android_rel_ng/builds/103189)
4 years, 5 months ago (2016-07-13 16:10:18 UTC) #35
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/2043903002/140001
4 years, 5 months ago (2016-07-13 16:42:30 UTC) #37
commit-bot: I haz the power
Committed patchset #7 (id:140001)
4 years, 5 months ago (2016-07-13 17:09:01 UTC) #39
commit-bot: I haz the power
CQ bit was unchecked.
4 years, 5 months ago (2016-07-13 17:09:35 UTC) #40
commit-bot: I haz the power
4 years, 5 months ago (2016-07-13 17:10:29 UTC) #42
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/d68bc0e260586cca8171a54863c5a409bb39a1a9
Cr-Commit-Position: refs/heads/master@{#405202}

Powered by Google App Engine
This is Rietveld 408576698