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

Issue 716323002: Use "int" rather than "long" for C++ code interacting with WebIDL's "long". (Closed)

Created:
6 years, 1 month ago by eroman
Modified:
6 years, 1 month ago
CC:
blink-reviews, feature-media-reviews_chromium.org, tommyw+watchlist_chromium.org, philipj_slow, eric.carlson_apple.com
Project:
blink
Visibility:
Public.

Description

Use "int" rather than "long" for C++ code interacting with WebIDL's "long". (WebIDL's "long" is a 32-bit type) BUG=267360 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=185331

Patch Set 1 #

Patch Set 2 : #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+15 lines, -15 lines) Patch
M Source/modules/mediastream/RTCDTMFSender.h View 2 chunks +6 lines, -6 lines 0 comments Download
M Source/modules/mediastream/RTCDTMFSender.cpp View 2 chunks +7 lines, -7 lines 0 comments Download
M Source/modules/mediastream/RTCDataChannel.h View 1 chunk +1 line, -1 line 2 comments Download
M Source/modules/mediastream/RTCDataChannel.cpp View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 9 (2 generated)
eroman
6 years, 1 month ago (2014-11-13 01:25:17 UTC) #2
tommi (sloooow) - chröme
lgtm % one request https://codereview.chromium.org/716323002/diff/20001/Source/modules/mediastream/RTCDataChannel.h File Source/modules/mediastream/RTCDataChannel.h (right): https://codereview.chromium.org/716323002/diff/20001/Source/modules/mediastream/RTCDataChannel.h#newcode69 Source/modules/mediastream/RTCDataChannel.h:69: unsigned bufferedAmount() const; unsigned int?
6 years, 1 month ago (2014-11-13 12:15:26 UTC) #3
eroman
https://codereview.chromium.org/716323002/diff/20001/Source/modules/mediastream/RTCDataChannel.h File Source/modules/mediastream/RTCDataChannel.h (right): https://codereview.chromium.org/716323002/diff/20001/Source/modules/mediastream/RTCDataChannel.h#newcode69 Source/modules/mediastream/RTCDataChannel.h:69: unsigned bufferedAmount() const; On 2014/11/13 12:15:26, tommi wrote: > ...
6 years, 1 month ago (2014-11-13 19:18:07 UTC) #4
tommi (sloooow) - chröme
Ah, right. Nevermind, Lgtm stands On Thu, Nov 13, 2014, 20:18 null <eroman@chromium.org> wrote: > ...
6 years, 1 month ago (2014-11-13 21:07:44 UTC) #5
tommi (sloooow) - chröme
lgtm
6 years, 1 month ago (2014-11-13 22:18:08 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/716323002/20001
6 years, 1 month ago (2014-11-13 22:19:50 UTC) #8
commit-bot: I haz the power
6 years, 1 month ago (2014-11-14 00:09:06 UTC) #9
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as 185331

Powered by Google App Engine
This is Rietveld 408576698