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

Issue 23464050: Implement suspend / resume in NewWebSocketChannelImpl. (Closed)

Created:
7 years, 3 months ago by yhirano
Modified:
7 years, 3 months ago
CC:
blink-reviews, dglazkov+blink, eae+blinkwatch
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Visibility:
Public.

Description

Implement suspend / resume in NewWebSocketChannelImpl. Now NewWebSocketChannel can be suspended and be resumed. BUG=275459 R=tyoshino, abarth Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=157665

Patch Set 1 #

Patch Set 2 : #

Total comments: 2

Patch Set 3 : #

Patch Set 4 : #

Total comments: 8

Patch Set 5 : #

Patch Set 6 : #

Total comments: 4

Patch Set 7 : rebase #

Patch Set 8 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+242 lines, -58 lines) Patch
M Source/modules/websockets/NewWebSocketChannelImpl.h View 1 2 3 4 5 6 7 4 chunks +11 lines, -4 lines 0 comments Download
M Source/modules/websockets/NewWebSocketChannelImpl.cpp View 1 2 3 4 5 6 7 9 chunks +231 lines, -54 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
yhirano
7 years, 3 months ago (2013-09-10 08:42:57 UTC) #1
tyoshino (SeeGerritForStatus)
https://codereview.chromium.org/23464050/diff/3001/Source/modules/websockets/NewWebSocketChannelImpl.cpp File Source/modules/websockets/NewWebSocketChannelImpl.cpp (right): https://codereview.chromium.org/23464050/diff/3001/Source/modules/websockets/NewWebSocketChannelImpl.cpp#newcode72 Source/modules/websockets/NewWebSocketChannelImpl.cpp:72: Active, could you consider moving state to the channel? ...
7 years, 3 months ago (2013-09-10 09:39:29 UTC) #2
yhirano
https://codereview.chromium.org/23464050/diff/3001/Source/modules/websockets/NewWebSocketChannelImpl.cpp File Source/modules/websockets/NewWebSocketChannelImpl.cpp (right): https://codereview.chromium.org/23464050/diff/3001/Source/modules/websockets/NewWebSocketChannelImpl.cpp#newcode72 Source/modules/websockets/NewWebSocketChannelImpl.cpp:72: Active, On 2013/09/10 09:39:29, tyoshino wrote: > could you ...
7 years, 3 months ago (2013-09-10 12:25:17 UTC) #3
abarth-chromium
LGTM https://codereview.chromium.org/23464050/diff/9001/Source/modules/websockets/NewWebSocketChannelImpl.cpp File Source/modules/websockets/NewWebSocketChannelImpl.cpp (right): https://codereview.chromium.org/23464050/diff/9001/Source/modules/websockets/NewWebSocketChannelImpl.cpp#newcode71 Source/modules/websockets/NewWebSocketChannelImpl.cpp:71: struct PendingEvent { I would move this class ...
7 years, 3 months ago (2013-09-10 16:24:14 UTC) #4
yhirano
https://codereview.chromium.org/23464050/diff/9001/Source/modules/websockets/NewWebSocketChannelImpl.cpp File Source/modules/websockets/NewWebSocketChannelImpl.cpp (right): https://codereview.chromium.org/23464050/diff/9001/Source/modules/websockets/NewWebSocketChannelImpl.cpp#newcode71 Source/modules/websockets/NewWebSocketChannelImpl.cpp:71: struct PendingEvent { On 2013/09/10 16:24:15, abarth wrote: > ...
7 years, 3 months ago (2013-09-12 01:35:49 UTC) #5
tyoshino (SeeGerritForStatus)
lgtm https://codereview.chromium.org/23464050/diff/24001/Source/modules/websockets/NewWebSocketChannelImpl.cpp File Source/modules/websockets/NewWebSocketChannelImpl.cpp (right): https://codereview.chromium.org/23464050/diff/24001/Source/modules/websockets/NewWebSocketChannelImpl.cpp#newcode210 Source/modules/websockets/NewWebSocketChannelImpl.cpp:210: m_channel->flowControlIfNecessary(); these two operations look unnecessary. https://codereview.chromium.org/23464050/diff/24001/Source/modules/websockets/NewWebSocketChannelImpl.cpp#newcode339 Source/modules/websockets/NewWebSocketChannelImpl.cpp:339: ...
7 years, 3 months ago (2013-09-12 05:27:09 UTC) #6
yhirano
https://codereview.chromium.org/23464050/diff/24001/Source/modules/websockets/NewWebSocketChannelImpl.cpp File Source/modules/websockets/NewWebSocketChannelImpl.cpp (right): https://codereview.chromium.org/23464050/diff/24001/Source/modules/websockets/NewWebSocketChannelImpl.cpp#newcode210 Source/modules/websockets/NewWebSocketChannelImpl.cpp:210: m_channel->flowControlIfNecessary(); On 2013/09/12 05:27:10, tyoshino wrote: > these two ...
7 years, 3 months ago (2013-09-12 06:02:08 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yhirano@chromium.org/23464050/31001
7 years, 3 months ago (2013-09-12 06:28:59 UTC) #8
commit-bot: I haz the power
Retried try job too often on win_blink_rel for step(s) webkit_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_blink_rel&number=5280
7 years, 3 months ago (2013-09-12 07:33:20 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yhirano@chromium.org/23464050/31001
7 years, 3 months ago (2013-09-12 07:34:58 UTC) #10
commit-bot: I haz the power
7 years, 3 months ago (2013-09-12 08:17:06 UTC) #11
Message was sent while issue was closed.
Change committed as 157665

Powered by Google App Engine
This is Rietveld 408576698