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

Issue 1313763004: Support gesture events in WebFrameWidgetImpl. (Closed)

Created:
5 years, 3 months ago by Peng
Modified:
5 years, 3 months ago
Reviewers:
dcheng
CC:
blink-reviews, mlamouri+watch-blink_chromium.org, site-isolation-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Support gesture events in WebFrameWidgetImpl. Mandoline uses WebFrameWidgetImpl for an iframe, and it could be in a separate process from the main frame. And touch events are dispatched to iframe directly, so this CL add gesture support for WebFrameWidgetImpl. BUG=522592 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=201499

Patch Set 1 #

Patch Set 2 : Update #

Patch Set 3 : Update #

Patch Set 4 : Update #

Total comments: 8

Patch Set 5 : Address review issues #

Patch Set 6 : Fix a build error #

Unified diffs Side-by-side diffs Delta from patch set Stats (+62 lines, -2 lines) Patch
M Source/web/WebFrameWidgetImpl.cpp View 1 2 3 4 1 chunk +27 lines, -2 lines 0 comments Download
M Source/web/tests/WebFrameTest.cpp View 1 2 3 4 5 2 chunks +35 lines, -0 lines 0 comments Download

Messages

Total messages: 12 (2 generated)
Peng
Hi Daniel, Could you please take a look? Thanks.
5 years, 3 months ago (2015-08-26 17:58:15 UTC) #2
dcheng
Some questions: 1) This looks pretty different from WebViewImpl::handleGestureEvent. Will we eventually need to port ...
5 years, 3 months ago (2015-08-26 19:55:18 UTC) #3
Peng
On 2015/08/26 19:55:18, dcheng wrote: > Some questions: > 1) This looks pretty different from ...
5 years, 3 months ago (2015-08-26 20:16:06 UTC) #4
dcheng
On 2015/08/26 at 20:16:06, penghuang wrote: > On 2015/08/26 19:55:18, dcheng wrote: > > Some ...
5 years, 3 months ago (2015-08-26 23:28:43 UTC) #5
Peng
Hi Daniel, I added a test. PTAL. Thanks.
5 years, 3 months ago (2015-08-28 17:17:30 UTC) #6
dcheng
https://codereview.chromium.org/1313763004/diff/60001/Source/web/WebFrameWidgetImpl.cpp File Source/web/WebFrameWidgetImpl.cpp (right): https://codereview.chromium.org/1313763004/diff/60001/Source/web/WebFrameWidgetImpl.cpp#newcode748 Source/web/WebFrameWidgetImpl.cpp:748: const LocalFrame* frame = m_localRoot->frame(); Nit: const here looks ...
5 years, 3 months ago (2015-08-31 16:51:20 UTC) #7
Peng
https://codereview.chromium.org/1313763004/diff/60001/Source/web/WebFrameWidgetImpl.cpp File Source/web/WebFrameWidgetImpl.cpp (right): https://codereview.chromium.org/1313763004/diff/60001/Source/web/WebFrameWidgetImpl.cpp#newcode748 Source/web/WebFrameWidgetImpl.cpp:748: const LocalFrame* frame = m_localRoot->frame(); On 2015/08/31 16:51:20, dcheng ...
5 years, 3 months ago (2015-08-31 17:34:58 UTC) #8
dcheng
lgtm
5 years, 3 months ago (2015-08-31 18:23:05 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1313763004/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1313763004/100001
5 years, 3 months ago (2015-08-31 18:23:40 UTC) #11
commit-bot: I haz the power
5 years, 3 months ago (2015-08-31 19:51:49 UTC) #12
Message was sent while issue was closed.
Committed patchset #6 (id:100001) as
https://src.chromium.org/viewvc/blink?view=rev&revision=201499

Powered by Google App Engine
This is Rietveld 408576698