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

Issue 1752833002: Implement Gesture event hit testing/forwarding for OOPIF. (Closed)

Created:
4 years, 9 months ago by wjmaclean
Modified:
4 years, 9 months ago
Reviewers:
kenrb, tdresser, nasko
CC:
chromium-reviews, creis+watch_chromium.org, yusukes+watch_chromium.org, shuchen+watch_chromium.org, nasko+codewatch_chromium.org, jam, sievers+watch_chromium.org, jbauman+watch_chromium.org, nona+watch_chromium.org, darin-cc_chromium.org, kalyank, piman+watch_chromium.org, danakj+watch_chromium.org, James Su
Base URL:
https://chromium.googlesource.com/chromium/src.git@wjmCFTouch.v2
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Implement Gesture event hit testing/forwarding for OOPIF. This CL implements plumbing to forward gesture events to OOPIF frames. Scroll bubbling will be handled in a follow-on CL. BUG=587023 CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:linux_site_isolation Committed: https://crrev.com/4446423513e9f2da52e156bc93b5228e6a3d6e08 Cr-Commit-Position: refs/heads/master@{#379367}

Patch Set 1 #

Total comments: 1

Patch Set 2 : Address nits, convert test to use positioned iframe. #

Total comments: 24

Patch Set 3 : Address comments. #

Total comments: 10

Patch Set 4 : Add testing for RWHIER's gesture_target_queue_, address comments. #

Patch Set 5 : Fix Mac compile. #

Patch Set 6 : Fix touch selection controller tests. #

Total comments: 4

Patch Set 7 : Update comments as per suggestions. #

Messages

Total messages: 27 (11 generated)
wjmaclean
kenrb@ - Would you be willing to give this an initial look-over? *** This CL ...
4 years, 9 months ago (2016-03-01 19:05:46 UTC) #4
kenrb
I'm not especially familiar with gesture processing, but lgtm for the input routing aspects of ...
4 years, 9 months ago (2016-03-02 16:23:13 UTC) #5
wjmaclean
tdresser@ - please confirm I implemented what we talked about w.r.t. Gesture event semantics in ...
4 years, 9 months ago (2016-03-02 16:38:05 UTC) #8
tdresser
I think we'll need to add a bunch more tests, there are a lot of ...
4 years, 9 months ago (2016-03-02 17:54:44 UTC) #9
wjmaclean
I've addressed your comments as best I can, but need some more input on the ...
4 years, 9 months ago (2016-03-02 18:33:40 UTC) #10
tdresser
https://codereview.chromium.org/1752833002/diff/40001/content/browser/renderer_host/render_widget_host_input_event_router.cc File content/browser/renderer_host/render_widget_host_input_event_router.cc (right): https://codereview.chromium.org/1752833002/diff/40001/content/browser/renderer_host/render_widget_host_input_event_router.cc#newcode167 content/browser/renderer_host/render_widget_host_input_event_router.cc:167: // GestureTapDown is sent to the previous target, but ...
4 years, 9 months ago (2016-03-02 19:25:11 UTC) #11
nasko
LGTM on browser test, rubberstamp based on Ken's review on the rest. Some nits included. ...
4 years, 9 months ago (2016-03-03 19:01:24 UTC) #12
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1752833002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1752833002/80001
4 years, 9 months ago (2016-03-03 21:33:43 UTC) #14
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: mac_chromium_compile_dbg_ng on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_compile_dbg_ng/builds/168423)
4 years, 9 months ago (2016-03-03 21:52:19 UTC) #16
wjmaclean
tdresser@ - PTAL, I've expanded the testing of the gesture target queue as we discussed. ...
4 years, 9 months ago (2016-03-03 22:27:50 UTC) #17
tdresser
LGTM! https://codereview.chromium.org/1752833002/diff/120001/content/browser/renderer_host/render_widget_host_input_event_router.cc File content/browser/renderer_host/render_widget_host_input_event_router.cc (right): https://codereview.chromium.org/1752833002/diff/120001/content/browser/renderer_host/render_widget_host_input_event_router.cc#newcode170 content/browser/renderer_host/render_widget_host_input_event_router.cc:170: // GestureTapDown is sent to the previous target, ...
4 years, 9 months ago (2016-03-04 19:51:01 UTC) #18
kenrb
still lgtm
4 years, 9 months ago (2016-03-04 19:58:46 UTC) #19
wjmaclean
https://codereview.chromium.org/1752833002/diff/120001/content/browser/renderer_host/render_widget_host_input_event_router.cc File content/browser/renderer_host/render_widget_host_input_event_router.cc (right): https://codereview.chromium.org/1752833002/diff/120001/content/browser/renderer_host/render_widget_host_input_event_router.cc#newcode170 content/browser/renderer_host/render_widget_host_input_event_router.cc:170: // GestureTapDown is sent to the previous target, but ...
4 years, 9 months ago (2016-03-04 20:02:37 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1752833002/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1752833002/140001
4 years, 9 months ago (2016-03-04 20:04:36 UTC) #23
commit-bot: I haz the power
Committed patchset #7 (id:140001)
4 years, 9 months ago (2016-03-04 21:49:28 UTC) #25
commit-bot: I haz the power
4 years, 9 months ago (2016-03-04 21:50:38 UTC) #27
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/4446423513e9f2da52e156bc93b5228e6a3d6e08
Cr-Commit-Position: refs/heads/master@{#379367}

Powered by Google App Engine
This is Rietveld 408576698