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

Issue 1705323002: Follow on for gesture events generated by wheel events. (Closed)

Created:
4 years, 10 months ago by dtapuska
Modified:
4 years, 10 months ago
Reviewers:
sadrul, tdresser, no sievers
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@master_wheel_passive_listeners_3
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Follow on for gesture events generated by wheel events. Provide mechanism to run with wheel events disabled. Implement overscroll handling for wheel event generation. Fix input router unit test when wheel events are generated. BUG=568183 Committed: https://crrev.com/19ebfa5187a21692b8d103c332e9692459d14148 Cr-Commit-Position: refs/heads/master@{#376552}

Patch Set 1 #

Total comments: 16

Patch Set 2 : Fix tdresser's comments #

Patch Set 3 : Rebase; resolve merge conflict in unittest #

Unified diffs Side-by-side diffs Delta from patch set Stats (+717 lines, -19 lines) Patch
M content/browser/renderer_host/input/input_router_impl_unittest.cc View 1 3 chunks +55 lines, -0 lines 0 comments Download
M content/browser/renderer_host/overscroll_controller.h View 1 3 chunks +5 lines, -3 lines 0 comments Download
M content/browser/renderer_host/overscroll_controller.cc View 1 8 chunks +79 lines, -11 lines 0 comments Download
M content/browser/renderer_host/render_process_host_impl.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_aura_unittest.cc View 1 2 13 chunks +573 lines, -5 lines 0 comments Download
M content/public/common/content_switches.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M content/public/common/content_switches.cc View 1 2 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 30 (13 generated)
dtapuska
4 years, 10 months ago (2016-02-17 22:28:43 UTC) #3
tdresser
https://codereview.chromium.org/1705323002/diff/1/content/browser/renderer_host/overscroll_controller.cc File content/browser/renderer_host/overscroll_controller.cc (right): https://codereview.chromium.org/1705323002/diff/1/content/browser/renderer_host/overscroll_controller.cc#newcode23 content/browser/renderer_host/overscroll_controller.cc:23: bool IsGestureEventFromTouchscreen(const blink::WebInputEvent& event) { Maybe DCHECK that this ...
4 years, 10 months ago (2016-02-18 14:35:21 UTC) #4
tdresser
https://codereview.chromium.org/1705323002/diff/1/content/browser/renderer_host/input/input_router_impl_unittest.cc File content/browser/renderer_host/input/input_router_impl_unittest.cc (right): https://codereview.chromium.org/1705323002/diff/1/content/browser/renderer_host/input/input_router_impl_unittest.cc#newcode1003 content/browser/renderer_host/input/input_router_impl_unittest.cc:1003: EXPECT_EQ(2U, ack_handler_->GetAndResetAckCount()); Why do we have two acks here, ...
4 years, 10 months ago (2016-02-18 14:39:10 UTC) #5
dtapuska
https://codereview.chromium.org/1705323002/diff/1/content/browser/renderer_host/overscroll_controller.cc File content/browser/renderer_host/overscroll_controller.cc (right): https://codereview.chromium.org/1705323002/diff/1/content/browser/renderer_host/overscroll_controller.cc#newcode164 content/browser/renderer_host/overscroll_controller.cc:164: // resetting on events from the touchpad. On 2016/02/18 ...
4 years, 10 months ago (2016-02-18 14:41:17 UTC) #6
dtapuska
https://codereview.chromium.org/1705323002/diff/1/content/browser/renderer_host/input/input_router_impl_unittest.cc File content/browser/renderer_host/input/input_router_impl_unittest.cc (right): https://codereview.chromium.org/1705323002/diff/1/content/browser/renderer_host/input/input_router_impl_unittest.cc#newcode1003 content/browser/renderer_host/input/input_router_impl_unittest.cc:1003: EXPECT_EQ(2U, ack_handler_->GetAndResetAckCount()); On 2016/02/18 14:39:10, tdresser wrote: > Why ...
4 years, 10 months ago (2016-02-18 21:03:44 UTC) #7
tdresser
LGTM. I initially didn't believe that for touchpad, we only reset overscroll on mouse move, ...
4 years, 10 months ago (2016-02-19 15:10:13 UTC) #8
dtapuska
On 2016/02/19 15:10:13, tdresser wrote: > LGTM. > > I initially didn't believe that for ...
4 years, 10 months ago (2016-02-19 16:32:43 UTC) #10
no sievers
On 2016/02/19 16:32:43, dtapuska wrote: > On 2016/02/19 15:10:13, tdresser wrote: > > LGTM. > ...
4 years, 10 months ago (2016-02-19 19:20:49 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1705323002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1705323002/20001
4 years, 10 months ago (2016-02-19 19:26:19 UTC) #13
commit-bot: I haz the power
Try jobs failed on following builders: linux_android_rel_ng on tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/linux_android_rel_ng/builds/26042) cast_shell_linux on tryserver.chromium.linux (JOB_FAILED, ...
4 years, 10 months ago (2016-02-19 19:39:40 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1705323002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1705323002/40001
4 years, 10 months ago (2016-02-19 20:05:02 UTC) #18
commit-bot: I haz the power
Try jobs failed on following builders: android_chromium_gn_compile_rel on tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_chromium_gn_compile_rel/builds/24652)
4 years, 10 months ago (2016-02-19 20:28:44 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1705323002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1705323002/40001
4 years, 10 months ago (2016-02-19 21:16:58 UTC) #22
commit-bot: I haz the power
Try jobs failed on following builders: android_chromium_gn_compile_rel on tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_chromium_gn_compile_rel/builds/24707)
4 years, 10 months ago (2016-02-19 21:28:03 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1705323002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1705323002/40001
4 years, 10 months ago (2016-02-19 21:58:27 UTC) #26
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 10 months ago (2016-02-19 22:27:49 UTC) #28
commit-bot: I haz the power
4 years, 10 months ago (2016-02-19 22:28:55 UTC) #30
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/19ebfa5187a21692b8d103c332e9692459d14148
Cr-Commit-Position: refs/heads/master@{#376552}

Powered by Google App Engine
This is Rietveld 408576698