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

Issue 197273003: Add support for touch-action: manipulation (Closed)

Created:
6 years, 9 months ago by Rick Byers
Modified:
6 years, 8 months ago
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, jam
Visibility:
Public.

Description

Add support for touch-action: manipulation "manipulation" is used to disable double-tap-zoom without also disabling pinch-zoom. Depends on blink CL: http://src.chromium.org/viewvc/blink?view=rev&rev=168752 BUG=349016 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=256885

Patch Set 1 #

Total comments: 2

Patch Set 2 : Bug fix and add DCHECK #

Patch Set 3 : Promote DCHECKs #

Patch Set 4 : Switch DCHECK to CHECK and factor into helper function #

Patch Set 5 : Move validation to IPC layer #

Unified diffs Side-by-side diffs Delta from patch set Stats (+31 lines, -6 lines) Patch
M content/browser/renderer_host/input/touch_action_filter.cc View 1 2 3 4 1 chunk +5 lines, -2 lines 0 comments Download
M content/browser/renderer_host/input/touch_action_filter_unittest.cc View 2 chunks +10 lines, -1 line 0 comments Download
M content/common/input/touch_action.h View 1 chunk +5 lines, -1 line 0 comments Download
M content/common/input_messages.h View 1 2 3 4 1 chunk +7 lines, -2 lines 0 comments Download
M content/renderer/render_widget.cc View 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 20 (0 generated)
Rick Byers
Jared, please review
6 years, 9 months ago (2014-03-12 15:34:18 UTC) #1
jdduke (slow)
lgtm
6 years, 9 months ago (2014-03-12 17:07:00 UTC) #2
jdduke (slow)
Actually, I think there's a little more work needed here. https://codereview.chromium.org/197273003/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/197273003/diff/1/content/browser/renderer_host/input/touch_action_filter.cc#newcode176 ...
6 years, 9 months ago (2014-03-12 17:08:24 UTC) #3
jdduke (slow)
https://codereview.chromium.org/197273003/diff/1/content/browser/renderer_host/input/touch_action_filter_unittest.cc File content/browser/renderer_host/input/touch_action_filter_unittest.cc (right): https://codereview.chromium.org/197273003/diff/1/content/browser/renderer_host/input/touch_action_filter_unittest.cc#newcode418 content/browser/renderer_host/input/touch_action_filter_unittest.cc:418: // Pinch is allowed with touch-action: manipulation. Please add ...
6 years, 9 months ago (2014-03-12 17:09:49 UTC) #4
Rick Byers
On 2014/03/12 17:09:49, jdduke wrote: > https://codereview.chromium.org/197273003/diff/1/content/browser/renderer_host/input/touch_action_filter_unittest.cc > File content/browser/renderer_host/input/touch_action_filter_unittest.cc > (right): > > https://codereview.chromium.org/197273003/diff/1/content/browser/renderer_host/input/touch_action_filter_unittest.cc#newcode418 ...
6 years, 9 months ago (2014-03-12 21:03:38 UTC) #5
jdduke (slow)
On 2014/03/12 21:03:38, Rick Byers wrote: > On 2014/03/12 17:09:49, jdduke wrote: > > > ...
6 years, 9 months ago (2014-03-12 21:09:37 UTC) #6
Rick Byers
On 2014/03/12 21:09:37, jdduke wrote: > On 2014/03/12 21:03:38, Rick Byers wrote: > > On ...
6 years, 9 months ago (2014-03-12 21:13:51 UTC) #7
Rick Byers
On 2014/03/12 21:13:51, Rick Byers wrote: > On 2014/03/12 21:09:37, jdduke wrote: > > On ...
6 years, 9 months ago (2014-03-12 21:48:00 UTC) #8
jdduke (slow)
On 2014/03/12 21:48:00, Rick Byers wrote: > As discussed offline, I've moved the validation to ...
6 years, 9 months ago (2014-03-12 21:52:23 UTC) #9
Rick Byers
Thanks +kenrb for OWNER in content/common/input_messages.h +jochen for trivial OWNERs review of content/renderer/render_widget.cc
6 years, 9 months ago (2014-03-12 21:59:30 UTC) #10
kenrb
lgtm
6 years, 9 months ago (2014-03-12 22:14:00 UTC) #11
jochen (gone - plz use gerrit)
lgtm
6 years, 9 months ago (2014-03-13 08:20:48 UTC) #12
jochen (gone - plz use gerrit)
lgtm lgtm
6 years, 9 months ago (2014-03-13 08:20:50 UTC) #13
Rick Byers
The CQ bit was checked by rbyers@chromium.org
6 years, 9 months ago (2014-03-13 14:08:52 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rbyers@chromium.org/197273003/80001
6 years, 9 months ago (2014-03-13 14:09:11 UTC) #15
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-13 14:36:52 UTC) #16
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.chromium on linux_chromium_chromeos_rel
6 years, 9 months ago (2014-03-13 14:36:52 UTC) #17
Rick Byers
The CQ bit was checked by rbyers@chromium.org
6 years, 9 months ago (2014-03-13 14:50:41 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rbyers@chromium.org/197273003/80001
6 years, 9 months ago (2014-03-13 14:51:10 UTC) #19
commit-bot: I haz the power
6 years, 9 months ago (2014-03-13 19:36:20 UTC) #20
Message was sent while issue was closed.
Change committed as 256885

Powered by Google App Engine
This is Rietveld 408576698