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

Issue 1170703003: Touch.identifier should be long, not unsigned long (Closed)

Created:
5 years, 6 months ago by ramya.v
Modified:
5 years, 6 months ago
Reviewers:
pdr., Rick Byers
CC:
philipj_slow, jdduke (slow), mustaq
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Touch.identifier should be long, not unsigned long BUG=464708 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=196881

Patch Set 1 #

Patch Set 2 : Updating identifier type in corresponding h and cc files #

Patch Set 3 : Updating title #

Total comments: 4

Patch Set 4 : Updating as per review comments #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+12 lines, -13 lines) Patch
M Source/core/dom/Touch.h View 1 2 3 3 chunks +5 lines, -5 lines 0 comments Download
M Source/core/dom/Touch.cpp View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/dom/Touch.idl View 1 chunk +1 line, -2 lines 0 comments Download
M Source/core/inspector/InspectorInputAgent.cpp View 1 2 3 1 chunk +1 line, -1 line 1 comment Download
M Source/platform/PlatformTouchPoint.h View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M Source/web/tests/WebInputEventConversionTest.cpp View 1 2 3 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 15 (4 generated)
ramya.v
PTAL! Thanks
5 years, 6 months ago (2015-06-08 11:28:47 UTC) #1
ramya.v
PTAL! Thanks
5 years, 6 months ago (2015-06-09 05:28:42 UTC) #3
Rick Byers
Thanks! I'll review this (moving Philip to cc). https://codereview.chromium.org/1170703003/diff/40001/Source/core/dom/Touch.h File Source/core/dom/Touch.h (right): https://codereview.chromium.org/1170703003/diff/40001/Source/core/dom/Touch.h#newcode48 Source/core/dom/Touch.h:48: long ...
5 years, 6 months ago (2015-06-09 16:04:37 UTC) #5
Rick Byers
BTW this would have potential compat implications if we ever actually used large values. But ...
5 years, 6 months ago (2015-06-09 16:06:04 UTC) #6
Rick Byers
Also /cc mustaq since this should be (at least very slightly) helpful for pointer events. ...
5 years, 6 months ago (2015-06-09 16:07:56 UTC) #7
ramya.v
Updated as per review comments. PTAL! https://codereview.chromium.org/1170703003/diff/40001/Source/core/dom/Touch.h File Source/core/dom/Touch.h (right): https://codereview.chromium.org/1170703003/diff/40001/Source/core/dom/Touch.h#newcode48 Source/core/dom/Touch.h:48: long identifier, const ...
5 years, 6 months ago (2015-06-10 07:13:45 UTC) #8
Rick Byers
LGTM https://codereview.chromium.org/1170703003/diff/60001/Source/core/inspector/InspectorInputAgent.cpp File Source/core/inspector/InspectorInputAgent.cpp (right): https://codereview.chromium.org/1170703003/diff/60001/Source/core/inspector/InspectorInputAgent.cpp#newcode53 Source/core/inspector/InspectorInputAgent.cpp:53: SyntheticInspectorTouchPoint(int id, State state, const blink::IntPoint& screenPos, const ...
5 years, 6 months ago (2015-06-10 15:34:21 UTC) #9
Rick Byers
+pdr for Source/platform OWNERS
5 years, 6 months ago (2015-06-10 15:35:59 UTC) #11
pdr.
On 2015/06/10 at 15:35:59, rbyers wrote: > +pdr for Source/platform OWNERS LGTM
5 years, 6 months ago (2015-06-10 17:02:23 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1170703003/60001
5 years, 6 months ago (2015-06-10 17:03:14 UTC) #14
commit-bot: I haz the power
5 years, 6 months ago (2015-06-10 17:25:39 UTC) #15
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://src.chromium.org/viewvc/blink?view=rev&revision=196881

Powered by Google App Engine
This is Rietveld 408576698