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

Issue 93733005: Implement support for touch-action: pan-x/pan-y in chromium (Closed)

Created:
7 years ago by Rick Byers
Modified:
7 years ago
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, jam, tdresser, sadrul
Visibility:
Public.

Description

Implement support for touch-action: pan-x/pan-y in chromium BUG=321643 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=242147

Patch Set 1 #

Total comments: 10

Patch Set 2 : Apply jdduke CR feedback #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+426 lines, -81 lines) Patch
M content/browser/renderer_host/input/input_router_impl.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M content/browser/renderer_host/input/touch_action_filter.h View 1 1 chunk +7 lines, -1 line 0 comments Download
M content/browser/renderer_host/input/touch_action_filter.cc View 1 3 chunks +75 lines, -16 lines 2 comments Download
M content/browser/renderer_host/input/touch_action_filter_unittest.cc View 1 chunk +302 lines, -46 lines 0 comments Download
M content/common/input/synthetic_web_input_event_builders.h View 1 chunk +3 lines, -1 line 0 comments Download
M content/common/input/synthetic_web_input_event_builders.cc View 1 chunk +10 lines, -0 lines 0 comments Download
M content/common/input/touch_action.h View 1 chunk +10 lines, -4 lines 2 comments Download
M content/renderer/render_widget.cc View 1 chunk +16 lines, -11 lines 0 comments Download

Messages

Total messages: 12 (0 generated)
Rick Byers
Jared, Please take a look. I still need to upload a separate CL to populate ...
7 years ago (2013-12-19 03:31:34 UTC) #1
jdduke (slow)
https://codereview.chromium.org/93733005/diff/1/content/browser/renderer_host/input/touch_action_filter.cc File content/browser/renderer_host/input/touch_action_filter.cc (right): https://codereview.chromium.org/93733005/diff/1/content/browser/renderer_host/input/touch_action_filter.cc#newcode28 content/browser/renderer_host/input/touch_action_filter.cc:28: DCHECK(!drop_scroll_gesture_events_); We'll have to make a couple (minor) adjustments ...
7 years ago (2013-12-19 05:06:04 UTC) #2
Rick Byers
Thanks! https://codereview.chromium.org/93733005/diff/1/content/browser/renderer_host/input/touch_action_filter.cc File content/browser/renderer_host/input/touch_action_filter.cc (right): https://codereview.chromium.org/93733005/diff/1/content/browser/renderer_host/input/touch_action_filter.cc#newcode28 content/browser/renderer_host/input/touch_action_filter.cc:28: DCHECK(!drop_scroll_gesture_events_); On 2013/12/19 05:06:05, jdduke wrote: > > ...
7 years ago (2013-12-19 05:35:46 UTC) #3
jdduke (slow)
content/browser/renderer_host/input lgtm. https://codereview.chromium.org/93733005/diff/20001/content/browser/renderer_host/input/touch_action_filter.cc File content/browser/renderer_host/input/touch_action_filter.cc (right): https://codereview.chromium.org/93733005/diff/20001/content/browser/renderer_host/input/touch_action_filter.cc#newcode30 content/browser/renderer_host/input/touch_action_filter.cc:30: return drop_scroll_gesture_events_; If a GSB is dropped, ...
7 years ago (2013-12-19 16:17:16 UTC) #4
Rick Byers
Thanks! https://codereview.chromium.org/93733005/diff/20001/content/browser/renderer_host/input/touch_action_filter.cc File content/browser/renderer_host/input/touch_action_filter.cc (right): https://codereview.chromium.org/93733005/diff/20001/content/browser/renderer_host/input/touch_action_filter.cc#newcode30 content/browser/renderer_host/input/touch_action_filter.cc:30: return drop_scroll_gesture_events_; On 2013/12/19 16:17:16, jdduke wrote: > ...
7 years ago (2013-12-19 16:35:09 UTC) #5
jdduke (slow)
On 2013/12/19 16:35:09, Rick Byers wrote: > Thanks! > > https://codereview.chromium.org/93733005/diff/20001/content/browser/renderer_host/input/touch_action_filter.cc > File content/browser/renderer_host/input/touch_action_filter.cc (right): ...
7 years ago (2013-12-19 16:35:47 UTC) #6
Rick Byers
Thanks. +jochen for OWNERS of content/renderer/render_widget.cc
7 years ago (2013-12-19 16:39:06 UTC) #7
jochen (gone - plz use gerrit)
lgtm
7 years ago (2013-12-20 07:53:55 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rbyers@chromium.org/93733005/20001
7 years ago (2013-12-20 15:19:58 UTC) #9
commit-bot: I haz the power
Retried try job too often on win_rel for step(s) unit_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_rel&number=239035
7 years ago (2013-12-20 17:29:35 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rbyers@chromium.org/93733005/20001
7 years ago (2013-12-20 17:50:30 UTC) #11
commit-bot: I haz the power
7 years ago (2013-12-20 19:44:39 UTC) #12
Message was sent while issue was closed.
Change committed as 242147

Powered by Google App Engine
This is Rietveld 408576698