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

Issue 78263003: Ignore TouchCancel ack dispositions (Closed)

Created:
7 years, 1 month ago by jdduke (slow)
Modified:
7 years, 1 month ago
Reviewers:
Ted C, tdresser
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, jam
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Ignore TouchCancel ack dispositions TouchCancel ack dispositions have no bearing on touch or gesture input behavior. As such, ignore the disposition, eliminating unnecessary blocking of touch event dispatch. BUG=302849, 302852 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=236849

Patch Set 1 #

Patch Set 2 : Speculative fix... #

Total comments: 10

Patch Set 3 : Code review #

Patch Set 4 : REbase #

Messages

Total messages: 7 (0 generated)
jdduke (slow)
PTAL. I might as well land this separately from https://codereview.chromium.org/48973005
7 years, 1 month ago (2013-11-21 02:38:53 UTC) #1
tdresser
LGTM, with a few nits. https://codereview.chromium.org/78263003/diff/40001/content/browser/renderer_host/input/immediate_input_router_unittest.cc File content/browser/renderer_host/input/immediate_input_router_unittest.cc (right): https://codereview.chromium.org/78263003/diff/40001/content/browser/renderer_host/input/immediate_input_router_unittest.cc#newcode596 content/browser/renderer_host/input/immediate_input_router_unittest.cc:596: if (WebInputEventTraits::IgnoresAckDisposition(type)) { Can ...
7 years, 1 month ago (2013-11-21 13:54:30 UTC) #2
jdduke (slow)
tedchoc@: Review for ContentViewGestureHandler? Thanks. https://codereview.chromium.org/78263003/diff/40001/content/browser/renderer_host/input/immediate_input_router_unittest.cc File content/browser/renderer_host/input/immediate_input_router_unittest.cc (right): https://codereview.chromium.org/78263003/diff/40001/content/browser/renderer_host/input/immediate_input_router_unittest.cc#newcode596 content/browser/renderer_host/input/immediate_input_router_unittest.cc:596: if (WebInputEventTraits::IgnoresAckDisposition(type)) { On ...
7 years, 1 month ago (2013-11-21 16:55:29 UTC) #3
tdresser
https://codereview.chromium.org/78263003/diff/40001/content/browser/renderer_host/input/input_router_unittest.cc File content/browser/renderer_host/input/input_router_unittest.cc (right): https://codereview.chromium.org/78263003/diff/40001/content/browser/renderer_host/input/input_router_unittest.cc#newcode132 content/browser/renderer_host/input/input_router_unittest.cc:132: default: On 2013/11/21 16:55:29, jdduke wrote: > On 2013/11/21 ...
7 years, 1 month ago (2013-11-21 17:02:47 UTC) #4
Ted C
lgtm - ContentViewGestureHandler.java
7 years, 1 month ago (2013-11-21 17:23:32 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jdduke@chromium.org/78263003/240001
7 years, 1 month ago (2013-11-22 20:23:10 UTC) #6
commit-bot: I haz the power
7 years, 1 month ago (2013-11-22 22:34:01 UTC) #7
Message was sent while issue was closed.
Change committed as 236849

Powered by Google App Engine
This is Rietveld 408576698