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

Issue 735433002: DOMWebSocket::bufferedAmount() should not return an "unsigned long" (Closed)

Created:
6 years, 1 month ago by Paritosh Kumar
Modified:
6 years ago
CC:
blink-reviews, eroman
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Project:
blink
Visibility:
Public.

Description

DOMWebSocket::bufferedAmount() should not return an "unsigned long" The WebIDL defines it as unsigned long, for which equivalent c++ should be uint32. So changed the type of m_bufferedAmount to unsigned, and return type of bufferedAmount() to unsigned. BUG=432733 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=185976

Patch Set 1 #

Total comments: 11

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+20 lines, -20 lines) Patch
M Source/modules/websockets/DOMWebSocket.h View 1 3 chunks +5 lines, -5 lines 0 comments Download
M Source/modules/websockets/DOMWebSocket.cpp View 1 4 chunks +7 lines, -7 lines 0 comments Download
M Source/modules/websockets/DOMWebSocketTest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/websockets/DocumentWebSocketChannel.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/websockets/DocumentWebSocketChannelTest.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/websockets/WebSocketChannelClient.h View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/websockets/WorkerWebSocketChannel.h View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/websockets/WorkerWebSocketChannel.cpp View 1 1 chunk +2 lines, -2 lines 0 comments Download
M Source/web/WebSocketChannelClientProxy.h View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 35 (9 generated)
Paritosh Kumar
Please have a look on this cl. Thanks & Regards
6 years, 1 month ago (2014-11-17 13:36:58 UTC) #2
tyoshino (SeeGerritForStatus)
Thanks for the fix. It looks we should use saturateAdd() at more places to correctly ...
6 years, 1 month ago (2014-11-17 14:15:32 UTC) #3
tyoshino (SeeGerritForStatus)
On 2014/11/17 14:15:32, tyoshino wrote: > Thanks for the fix. It looks we should use ...
6 years, 1 month ago (2014-11-17 14:23:07 UTC) #4
eroman
Paritosh, please make sure you have signed the CL for Chromium project (as I do ...
6 years, 1 month ago (2014-11-18 03:02:11 UTC) #5
eroman
Seems I was mistaken about no being in AUTHORS! I will sign off once comments ...
6 years, 1 month ago (2014-11-18 03:04:54 UTC) #6
Paritosh Kumar
Thanks Eric I'll update soon.. -Paritosh
6 years, 1 month ago (2014-11-18 03:10:37 UTC) #7
tyoshino (SeeGerritForStatus)
https://codereview.chromium.org/735433002/diff/1/Source/modules/websockets/DOMWebSocket.cpp File Source/modules/websockets/DOMWebSocket.cpp (right): https://codereview.chromium.org/735433002/diff/1/Source/modules/websockets/DOMWebSocket.cpp#newcode385 Source/modules/websockets/DOMWebSocket.cpp:385: updateBufferedAmountAfterClose(message.utf8().length()); On 2014/11/18 03:02:10, eroman wrote: > This (and ...
6 years, 1 month ago (2014-11-18 03:38:03 UTC) #8
Paritosh Kumar
Thanks Takeshi and Eric As per your suggestion modified some function parameter. Please have a ...
6 years, 1 month ago (2014-11-18 09:38:45 UTC) #9
Paritosh Kumar
mkwst@chromium.org: Please review changes in source/web
6 years, 1 month ago (2014-11-18 11:28:26 UTC) #11
Mike West
source/web LGTM.
6 years, 1 month ago (2014-11-18 12:36:18 UTC) #12
Mike West
(please drop the "[WIP]" from the CL description)
6 years, 1 month ago (2014-11-18 12:36:34 UTC) #13
Paritosh Kumar
On 2014/11/18 12:36:34, Mike West wrote: > (please drop the "[WIP]" from the CL description) ...
6 years, 1 month ago (2014-11-18 12:37:52 UTC) #14
eroman
Removing myself as reviewer since I am not an OWNER for this code. However looksgood ...
6 years, 1 month ago (2014-11-18 23:42:51 UTC) #15
Paritosh Kumar
@tyoshino - Please have a look.
6 years, 1 month ago (2014-11-19 02:52:25 UTC) #16
tyoshino (SeeGerritForStatus)
lgtm
6 years ago (2014-11-25 07:40:15 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/735433002/20001
6 years ago (2014-11-25 07:51:11 UTC) #19
commit-bot: I haz the power
A disapproval has been posted by following reviewers: eroman@chromium.org. Please make sure to get positive ...
6 years ago (2014-11-25 07:51:15 UTC) #21
tyoshino (SeeGerritForStatus)
On 2014/11/25 07:51:15, I haz the power (commit-bot) wrote: > A disapproval has been posted ...
6 years ago (2014-11-25 07:52:19 UTC) #22
Paritosh Kumar
On 2014/11/25 07:52:19, tyoshino wrote: > On 2014/11/25 07:51:15, I haz the power (commit-bot) wrote: ...
6 years ago (2014-11-25 07:54:06 UTC) #25
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/735433002/20001
6 years ago (2014-11-25 07:54:12 UTC) #26
commit-bot: I haz the power
A disapproval has been posted by following reviewers: eroman@chromium.org. Please make sure to get positive ...
6 years ago (2014-11-25 07:54:17 UTC) #28
tyoshino (SeeGerritForStatus)
On 2014/11/25 07:54:17, I haz the power (commit-bot) wrote: > A disapproval has been posted ...
6 years ago (2014-11-25 07:55:56 UTC) #29
tyoshino (SeeGerritForStatus)
On 2014/11/25 07:55:56, tyoshino wrote: > On 2014/11/25 07:54:17, I haz the power (commit-bot) wrote: ...
6 years ago (2014-11-25 07:59:58 UTC) #30
eroman
lgtm
6 years ago (2014-11-25 20:06:11 UTC) #32
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/735433002/20001
6 years ago (2014-11-25 20:07:08 UTC) #34
commit-bot: I haz the power
6 years ago (2014-11-25 21:42:05 UTC) #35
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://src.chromium.org/viewvc/blink?view=rev&revision=185976

Powered by Google App Engine
This is Rietveld 408576698