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

Issue 1008573002: Add unique_event_id to the WebTouchEvent (Closed)

Created:
5 years, 9 months ago by lanwei
Modified:
5 years, 9 months ago
CC:
blink-reviews, blink-reviews-events_chromium.org, dglazkov+blink, eae+blinkwatch
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Add unique_event_id to the WebTouchEvent. In order for us to map and track between the touch events and their ACKs, we need to add unique_event_id to WebTouchEvent. This patch is part of a series: patch #1: This CL patch #2: https://codereview.chromium.org/999423003/ BUG=466711 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=191965

Patch Set 1 #

Total comments: 4

Patch Set 2 : #

Patch Set 3 : Change to uint64_t and ID starts from 1 #

Total comments: 1

Patch Set 4 : #

Patch Set 5 : Change the constrctor #

Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -2 lines) Patch
M Source/web/WebInputEvent.cpp View 2 1 chunk +1 line, -1 line 0 comments Download
M public/web/WebInputEvent.h View 1 2 3 4 1 chunk +7 lines, -1 line 0 comments Download

Messages

Total messages: 19 (6 generated)
lanwei
5 years, 9 months ago (2015-03-12 22:30:18 UTC) #2
tdresser
Are you sure that all of these modifications are necessary to plumb the id back ...
5 years, 9 months ago (2015-03-13 13:59:37 UTC) #3
tdresser
https://codereview.chromium.org/1008573002/diff/1/Source/web/WebInputEvent.cpp File Source/web/WebInputEvent.cpp (right): https://codereview.chromium.org/1008573002/diff/1/Source/web/WebInputEvent.cpp#newcode63 Source/web/WebInputEvent.cpp:63: int touchData[4]; On 2015/03/13 13:59:37, tdresser wrote: > We ...
5 years, 9 months ago (2015-03-13 15:21:34 UTC) #4
jdduke (slow)
https://codereview.chromium.org/1008573002/diff/1/Source/web/WebInputEvent.cpp File Source/web/WebInputEvent.cpp (right): https://codereview.chromium.org/1008573002/diff/1/Source/web/WebInputEvent.cpp#newcode63 Source/web/WebInputEvent.cpp:63: int touchData[4]; On 2015/03/13 15:21:34, tdresser wrote: > On ...
5 years, 9 months ago (2015-03-13 15:44:53 UTC) #5
tdresser
On 2015/03/13 15:44:53, jdduke wrote: > https://codereview.chromium.org/1008573002/diff/1/Source/web/WebInputEvent.cpp > File Source/web/WebInputEvent.cpp (right): > > https://codereview.chromium.org/1008573002/diff/1/Source/web/WebInputEvent.cpp#newcode63 > ...
5 years, 9 months ago (2015-03-13 15:46:08 UTC) #6
lanwei
5 years, 9 months ago (2015-03-13 21:11:12 UTC) #7
lanwei
5 years, 9 months ago (2015-03-16 19:04:43 UTC) #9
tdresser
https://codereview.chromium.org/1008573002/diff/50001/public/web/WebInputEvent.h File public/web/WebInputEvent.h (right): https://codereview.chromium.org/1008573002/diff/50001/public/web/WebInputEvent.h#newcode531 public/web/WebInputEvent.h:531: , uniqueTouchEventId(1) We want to ensure that every WebTouchEvent ...
5 years, 9 months ago (2015-03-16 19:09:55 UTC) #10
lanwei
jochen@chromium.org: Please review changes in Source/web/WebInputEvent.cpp public/web/WebInputEvent.h I add a new member unique_id in to ...
5 years, 9 months ago (2015-03-16 20:20:47 UTC) #12
lanwei
tkent@chromium.org: Please review changes in Source/web/WebInputEvent.cpp public/web/WebInputEvent.h I add a new member unique_id in to ...
5 years, 9 months ago (2015-03-16 20:51:16 UTC) #15
tkent
lgtm
5 years, 9 months ago (2015-03-17 00:04:54 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1008573002/70001
5 years, 9 months ago (2015-03-17 01:57:23 UTC) #18
commit-bot: I haz the power
5 years, 9 months ago (2015-03-17 02:01:12 UTC) #19
Message was sent while issue was closed.
Committed patchset #4 (id:70001) as
https://src.chromium.org/viewvc/blink?view=rev&revision=191965

Powered by Google App Engine
This is Rietveld 408576698