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

Issue 1137483003: Implement direction-specific touch-action values (blink side) (Closed)

Created:
5 years, 7 months ago by dtapuska
Modified:
5 years, 7 months ago
Reviewers:
Ian Vollick, Rick Byers
CC:
blink-reviews, blink-reviews-style_chromium.org, blink-reviews-css, ed+blinkwatch_opera.com, dglazkov+blink, apavlov+blink_chromium.org, darktears, rwlbuis
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Implement direction-specific touch-action values (blink side) Add PanLeft, PanRight, PanUp and PanDown to the touch-action CSS property value set. These values are only activated in experimental mode. Depends on chromium side change: https://codereview.chromium.org/1131093002/ BUG=476556 TEST=Tools/Scripts/run-webkit-tests --debug fast/css/touch-action-parsing.html Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=195179

Patch Set 1 #

Total comments: 2

Patch Set 2 : Fix minor nit from patch set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+145 lines, -12 lines) Patch
M LayoutTests/fast/css/touch-action-parsing.html View 2 chunks +20 lines, -0 lines 0 comments Download
M LayoutTests/fast/css/touch-action-parsing-expected.txt View 2 chunks +60 lines, -0 lines 0 comments Download
M Source/core/css/CSSPrimitiveValueMappings.h View 1 chunk +8 lines, -0 lines 0 comments Download
M Source/core/css/CSSValueKeywords.in View 1 chunk +4 lines, -0 lines 0 comments Download
M Source/core/css/ComputedStyleCSSValueMapping.cpp View 1 chunk +11 lines, -2 lines 0 comments Download
M Source/core/css/parser/CSSPropertyParser.cpp View 1 chunk +21 lines, -2 lines 0 comments Download
M Source/core/style/ComputedStyleConstants.h View 1 chunk +8 lines, -4 lines 0 comments Download
M Source/platform/RuntimeEnabledFeatures.in View 1 chunk +1 line, -0 lines 0 comments Download
M Source/web/AssertMatchingEnums.cpp View 1 chunk +4 lines, -0 lines 0 comments Download
M public/web/WebTouchAction.h View 1 1 chunk +8 lines, -4 lines 0 comments Download

Messages

Total messages: 12 (4 generated)
dtapuska
5 years, 7 months ago (2015-05-07 19:01:19 UTC) #2
Rick Byers
LGTM with nit. I updated your CL description to point to the CL this depends ...
5 years, 7 months ago (2015-05-08 13:35:48 UTC) #4
Rick Byers
+vollick for Source/platform OWNERS
5 years, 7 months ago (2015-05-08 13:37:00 UTC) #5
Rick Byers
By the way, normally we have some test coverage verifying that new APIs aren't shipped ...
5 years, 7 months ago (2015-05-08 13:50:21 UTC) #6
dtapuska
https://codereview.chromium.org/1137483003/diff/1/public/web/WebTouchAction.h File public/web/WebTouchAction.h (right): https://codereview.chromium.org/1137483003/diff/1/public/web/WebTouchAction.h#newcode36 public/web/WebTouchAction.h:36: // Flags for permitted touch actions, specified in http://www.w3.org/TR/pointerevents/#the-touch-action-css-property. ...
5 years, 7 months ago (2015-05-08 13:52:46 UTC) #7
Ian Vollick
On 2015/05/08 at 13:52:46, dtapuska wrote: > https://codereview.chromium.org/1137483003/diff/1/public/web/WebTouchAction.h > File public/web/WebTouchAction.h (right): > > https://codereview.chromium.org/1137483003/diff/1/public/web/WebTouchAction.h#newcode36 ...
5 years, 7 months ago (2015-05-08 14:00:26 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1137483003/20001
5 years, 7 months ago (2015-05-11 13:31:15 UTC) #11
commit-bot: I haz the power
5 years, 7 months ago (2015-05-11 14:51:48 UTC) #12
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://src.chromium.org/viewvc/blink?view=rev&revision=195179

Powered by Google App Engine
This is Rietveld 408576698