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

Issue 220343002: Update touch-action hit-testing to match latest spec changes. (Closed)

Created:
6 years, 8 months ago by Zeeshan Qureshi
Modified:
6 years, 8 months ago
CC:
blink-reviews, ed+blinkwatch_opera.com, krit, zoltan1, dsinclair, bemjb+rendering_chromium.org, eae+blinkwatch, leviw+renderwatch, kouhei+svg_chromium.org, fs, dglazkov+blink, f(malita), gyuyoung.kim_webkit.org, jchaffraix+rendering, pdr., rwlbuis, Stephen Chennney, rune+blink, gnana
Visibility:
Public.

Description

Update touch-action hit-testing to match latest spec changes. touch-action now applies to all elements with both width AND height properties. Also fix application to SVG elements. BUG=356215, 247396 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=171207

Patch Set 1 #

Total comments: 10

Patch Set 2 : Rebase ToT #

Patch Set 3 : Address comments #

Total comments: 1

Patch Set 4 : Remove comment #

Total comments: 1

Patch Set 5 : Move logic to RenderObject #

Total comments: 2

Patch Set 6 : Move visibleForTouchAction() to cpp file #

Unified diffs Side-by-side diffs Delta from patch set Stats (+47 lines, -12 lines) Patch
M Source/core/page/EventHandler.cpp View 1 2 3 1 chunk +4 lines, -7 lines 0 comments Download
M Source/core/rendering/RenderBlock.h View 1 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/rendering/RenderObject.h View 1 2 3 4 5 1 chunk +3 lines, -1 line 0 comments Download
M Source/core/rendering/RenderObject.cpp View 1 2 3 4 5 1 chunk +14 lines, -0 lines 0 comments Download
M Source/core/rendering/svg/RenderSVGRoot.h View 1 chunk +0 lines, -1 line 0 comments Download
M Source/web/tests/data/touch-action-simple.html View 1 2 1 chunk +26 lines, -1 line 0 comments Download

Messages

Total messages: 19 (0 generated)
Zeeshan Qureshi
Rick, can you do a first pass. img / svg cover inline replaceable elements so ...
6 years, 8 months ago (2014-04-01 00:36:21 UTC) #1
Rick Byers
This looks really good overall, thanks! Just a couple minor things. https://codereview.chromium.org/220343002/diff/1/Source/core/page/EventHandler.cpp File Source/core/page/EventHandler.cpp (right): ...
6 years, 8 months ago (2014-04-02 20:25:20 UTC) #2
Zeeshan Qureshi
https://codereview.chromium.org/220343002/diff/1/Source/core/page/EventHandler.cpp File Source/core/page/EventHandler.cpp (right): https://codereview.chromium.org/220343002/diff/1/Source/core/page/EventHandler.cpp#newcode3950 Source/core/page/EventHandler.cpp:3950: if (renderer->isBox()) { On 2014/04/02 20:25:20, Rick Byers wrote: ...
6 years, 8 months ago (2014-04-04 01:12:30 UTC) #3
Rick Byers
LGTM (with nit), thanks! https://codereview.chromium.org/220343002/diff/40001/Source/core/page/EventHandler.cpp File Source/core/page/EventHandler.cpp (right): https://codereview.chromium.org/220343002/diff/40001/Source/core/page/EventHandler.cpp#newcode3945 Source/core/page/EventHandler.cpp:3945: // and exclude any prohibited ...
6 years, 8 months ago (2014-04-04 01:22:27 UTC) #4
Zeeshan Qureshi
+jamesr for OWNERS.
6 years, 8 months ago (2014-04-04 01:37:30 UTC) #5
Zeeshan Qureshi
+leviw for OWNERS
6 years, 8 months ago (2014-04-04 02:39:02 UTC) #6
leviw_travelin_and_unemployed
https://codereview.chromium.org/220343002/diff/60001/Source/core/rendering/RenderBox.h File Source/core/rendering/RenderBox.h (right): https://codereview.chromium.org/220343002/diff/60001/Source/core/rendering/RenderBox.h#newcode90 Source/core/rendering/RenderBox.h:90: bool visibleForTouchAction() const OVERRIDE I don't think this makes ...
6 years, 8 months ago (2014-04-07 18:57:42 UTC) #7
Zeeshan Qureshi
On 2014/04/07 18:57:42, Levi wrote: > https://codereview.chromium.org/220343002/diff/60001/Source/core/rendering/RenderBox.h > File Source/core/rendering/RenderBox.h (right): > > https://codereview.chromium.org/220343002/diff/60001/Source/core/rendering/RenderBox.h#newcode90 > ...
6 years, 8 months ago (2014-04-07 19:08:23 UTC) #8
Zeeshan Qureshi
6 years, 8 months ago (2014-04-07 19:24:08 UTC) #9
Rick Byers
On 2014/04/07 19:24:08, Zeeshan Qureshi wrote: This still LGTM, thanks!
6 years, 8 months ago (2014-04-07 19:41:27 UTC) #10
leviw_travelin_and_unemployed
Works for me. LGTM.
6 years, 8 months ago (2014-04-07 22:21:45 UTC) #11
Zeeshan Qureshi
+ojan for web/tests
6 years, 8 months ago (2014-04-07 22:25:40 UTC) #12
eseidel
lgtm
6 years, 8 months ago (2014-04-09 22:12:05 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/zeeshanq@chromium.org/220343002/70001
6 years, 8 months ago (2014-04-09 22:12:06 UTC) #14
ojan
lgtm Please move the function body to the cpp file before committing. Sorry to keep ...
6 years, 8 months ago (2014-04-09 22:20:12 UTC) #15
Zeeshan Qureshi
The CQ bit was unchecked by zeeshanq@chromium.org
6 years, 8 months ago (2014-04-09 22:38:06 UTC) #16
Zeeshan Qureshi
The CQ bit was checked by zeeshanq@chromium.org
6 years, 8 months ago (2014-04-09 23:39:41 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/zeeshanq@chromium.org/220343002/90001
6 years, 8 months ago (2014-04-09 23:39:44 UTC) #18
commit-bot: I haz the power
6 years, 8 months ago (2014-04-10 00:50:16 UTC) #19
Message was sent while issue was closed.
Change committed as 171207

Powered by Google App Engine
This is Rietveld 408576698