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

Issue 1688853002: Enable gestures for wheel events on all platforms other than MacOSX. (Closed)

Created:
4 years, 10 months ago by dtapuska
Modified:
4 years, 10 months ago
Reviewers:
CC:
chromium-reviews, darin-cc_chromium.org, nasko+codewatch_chromium.org, jam, creis+watch_chromium.org
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

Enable gestures for wheel events on all platforms other than MacOSX. Provide mechanism to run with wheel events disabled. BUG=568183

Patch Set 1 #

Patch Set 2 : Rebase #

Patch Set 3 : Rebase #

Patch Set 4 : Rebase #

Patch Set 5 : Fix overscroll unit tests #

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

Depends on Patchset:

Messages

Total messages: 1 (1 generated)
dtapuska
4 years, 10 months ago (2016-02-23 13:43:27 UTC) #1
Description was changed from

==========
Enable gestures for wheel events on all platforms other than MacOSX.

Provide mechanism to run with wheel events disabled.

BUG=568183
==========

to

==========
Enable gestures for wheel events on all platforms other than MacOSX.

Provide mechanism to run with wheel events disabled.

BUG=568183
==========

Powered by Google App Engine
This is Rietveld 408576698