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

Issue 558773002: Remove WebTouchEvent.targetTouches (Closed)

Created:
6 years, 3 months ago by jdduke (slow)
Modified:
6 years, 3 months ago
CC:
abarth-chromium, blink-reviews, dglazkov+blink, jamesr
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Project:
blink
Visibility:
Public.

Description

Remove WebTouchEvent.targetTouches Remove this field as it is no longer used by Chromium. Also prepare the way for removing |WebTouchEvent.changedTouches| by populating |WebTouchEvent.touches| with *all* touch points, even those that are released or cancelled, in WebTouchEventBuilder. The plugin consumer downstream can resynthesize the changed touches on-demand. This is part 2 of a 4-sided patch simplifying WebTouchEvent: 1) https://codereview.chromium.org/557863002/ 2) This change 3) https://codereview.chromium.org/559693003/ 4) https://codereview.chromium.org/560493003/ BUG=358132 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=181775

Patch Set 1 #

Patch Set 2 : Updates #

Total comments: 2

Patch Set 3 : Cleanup and simplify #

Unified diffs Side-by-side diffs Delta from patch set Stats (+167 lines, -27 lines) Patch
M Source/web/WebInputEvent.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/web/WebInputEventConversion.cpp View 1 2 2 chunks +36 lines, -18 lines 0 comments Download
M Source/web/tests/WebInputEventConversionTest.cpp View 1 2 1 chunk +127 lines, -1 line 0 comments Download
M public/web/WebInputEvent.h View 1 2 2 chunks +2 lines, -6 lines 0 comments Download

Messages

Total messages: 13 (3 generated)
jdduke (slow)
aelias@: PTAL, thanks.
6 years, 3 months ago (2014-09-09 22:04:23 UTC) #2
aelias_OOO_until_Jul13
I think I understand most of what's going on now and agree with the direction. ...
6 years, 3 months ago (2014-09-10 00:29:58 UTC) #3
jdduke (slow)
On 2014/09/10 00:29:58, aelias wrote: > I think I understand most of what's going on ...
6 years, 3 months ago (2014-09-10 00:41:37 UTC) #4
jdduke (slow)
I'll include links to all patches in the descriptions, giving their ordering and hopefully making ...
6 years, 3 months ago (2014-09-10 00:42:41 UTC) #5
aelias_OOO_until_Jul13
OK, I wasn't aware WebTouchEvent semantics were different from blink::TouchEvent to that degree. I understand ...
6 years, 3 months ago (2014-09-10 01:14:05 UTC) #6
jdduke (slow)
https://codereview.chromium.org/558773002/diff/20001/Source/web/WebInputEventConversion.cpp File Source/web/WebInputEventConversion.cpp (right): https://codereview.chromium.org/558773002/diff/20001/Source/web/WebInputEventConversion.cpp#newcode775 Source/web/WebInputEventConversion.cpp:775: pointIndex = j; On 2014/09/10 01:14:05, aelias wrote: > ...
6 years, 3 months ago (2014-09-10 01:53:36 UTC) #7
jdduke (slow)
pfeldman@: Owner review for public/web/WebInputEvent.h, thanks.
6 years, 3 months ago (2014-09-10 03:02:40 UTC) #9
pfeldman
public/web lgtm
6 years, 3 months ago (2014-09-10 18:38:40 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patchset/558773002/40001
6 years, 3 months ago (2014-09-10 23:33:27 UTC) #12
commit-bot: I haz the power
6 years, 3 months ago (2014-09-11 01:11:59 UTC) #13
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as 181775

Powered by Google App Engine
This is Rietveld 408576698