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

Issue 103823003: Implement touch-action pan-x/pan-y handling on the main thread (Closed)

Created:
7 years ago by gnana
Modified:
7 years ago
Reviewers:
Rick Byers, eseidel
CC:
blink-reviews, dglazkov+blink, eae+blinkwatch
Base URL:
https://chromium.googlesource.com/chromium/blink.git@issue1
Visibility:
Public.

Description

Implement touch-action pan-x/pan-y handling on the main thread. This extends the touch-action support on the main thread to handle and combine pan-x and pan-y values appropriately when computing the effective action to send to the embedder. BUG=321643 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=164108

Patch Set 1 #

Patch Set 2 : removed unrelated file #

Total comments: 16

Patch Set 3 : incorporated comments #

Patch Set 4 : removed unrelated files #

Total comments: 2

Patch Set 5 : incorporated review comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+108 lines, -3 lines) Patch
M Source/core/page/EventHandler.h View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M Source/core/page/EventHandler.cpp View 1 2 3 4 3 chunks +19 lines, -3 lines 0 comments Download
M Source/web/tests/TouchActionTest.cpp View 1 2 2 chunks +11 lines, -0 lines 0 comments Download
A Source/web/tests/data/touch-action-pan.html View 1 2 3 4 1 chunk +55 lines, -0 lines 0 comments Download
M Source/web/tests/data/touch-action-tests.css View 1 2 2 chunks +21 lines, -0 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
gnana
Please have a look at this.
7 years ago (2013-12-10 19:14:49 UTC) #1
gnana
Please have a look at this patch.
7 years ago (2013-12-10 19:16:44 UTC) #2
gnana
7 years ago (2013-12-10 19:23:13 UTC) #3
Rick Byers
Thanks, this is the right idea! I have a few suggestions to clean it up ...
7 years ago (2013-12-12 20:47:24 UTC) #4
gnana
Thanks for review comments. I have applied the comments. https://codereview.chromium.org/103823003/diff/20001/Source/core/page/EventHandler.cpp File Source/core/page/EventHandler.cpp (right): https://codereview.chromium.org/103823003/diff/20001/Source/core/page/EventHandler.cpp#newcode3990 Source/core/page/EventHandler.cpp:3990: ...
7 years ago (2013-12-13 16:52:53 UTC) #5
Rick Byers
LGTM with nit - thanks! +eseidel for OWNERS https://codereview.chromium.org/103823003/diff/80001/Source/core/page/EventHandler.cpp File Source/core/page/EventHandler.cpp (right): https://codereview.chromium.org/103823003/diff/80001/Source/core/page/EventHandler.cpp#newcode3906 Source/core/page/EventHandler.cpp:3906: TouchAction ...
7 years ago (2013-12-13 22:17:34 UTC) #6
gnana
Thanks rick. Applied review comment. https://codereview.chromium.org/103823003/diff/80001/Source/core/page/EventHandler.cpp File Source/core/page/EventHandler.cpp (right): https://codereview.chromium.org/103823003/diff/80001/Source/core/page/EventHandler.cpp#newcode3906 Source/core/page/EventHandler.cpp:3906: TouchAction EventHandler::intersectTouchAction(TouchAction action, TouchAction ...
7 years ago (2013-12-16 11:41:09 UTC) #7
eseidel
lgtm
7 years ago (2013-12-18 16:44:18 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/gnanasekar.s@samsung.com/103823003/100001
7 years ago (2013-12-18 17:12:37 UTC) #9
commit-bot: I haz the power
7 years ago (2013-12-18 18:17:27 UTC) #10
Message was sent while issue was closed.
Change committed as 164108

Powered by Google App Engine
This is Rietveld 408576698