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

Issue 11574047: overscroll: Send all gesture-events to the gesture-event filter. (Closed)

Created:
8 years ago by sadrul
Modified:
8 years ago
Reviewers:
rjkroege
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, jam
Visibility:
Public.

Description

overscroll: Send all gesture-events to the gesture-event filter. The gesture-event filter should receive all gesture events (irrespective of their source device). The overscroll-controller was erroneously sending it gesture-events only from the touch-screen, thus causing the gesture-event filter to receive ACKs for gesture events it wasn't expecting, resulting in crashes. BUG=165207, 165205 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=173263

Patch Set 1 #

Patch Set 2 : . #

Patch Set 3 : add a test. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+53 lines, -33 lines) Patch
M content/browser/renderer_host/overscroll_controller.cc View 1 4 chunks +11 lines, -33 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_unittest.cc View 1 2 1 chunk +42 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
sadrul
[ currently working on adding a test, but please review ]
8 years ago (2012-12-14 20:46:45 UTC) #1
rjkroege
lgtm
8 years ago (2012-12-14 20:54:39 UTC) #2
sadrul
8 years ago (2012-12-14 21:28:57 UTC) #3
Thanks. Added a test. Sent to the trybots.

Powered by Google App Engine
This is Rietveld 408576698