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

Issue 2343433002: WebSocket Mojo API: set reason when disconnecting a WebSocket interface because of insufficient res… (Closed)

Created:
4 years, 3 months ago by yzshen1
Modified:
4 years, 3 months ago
CC:
chromium-reviews, tyoshino+watch_chromium.org, qsr+mojo_chromium.org, Aaron Boodman, yhirano+watch_chromium.org, viettrungluu+watch_chromium.org, jam, yzshen+watch_chromium.org, abarth-chromium, haraken, dglazkov+blink, darin-cc_chromium.org, blink-reviews, darin (slow to review), blink-reviews-api_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

WebSocket Mojo API: set reason when disconnecting a WebSocket interface because of insufficient resources. BUG=None Committed: https://crrev.com/06e0e00a175e16145015185cbf427e9511b369f9 Cr-Commit-Position: refs/heads/master@{#420458}

Patch Set 1 #

Total comments: 4

Patch Set 2 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+20 lines, -11 lines) Patch
M content/browser/websockets/websocket_manager.cc View 1 chunk +4 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/modules/websockets/WebSocketHandleImpl.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/websockets/WebSocketHandleImpl.cpp View 1 3 chunks +11 lines, -8 lines 0 comments Download
M third_party/WebKit/public/platform/modules/websockets/websocket.mojom View 1 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 28 (13 generated)
yzshen1
Hi, Darin. Would you please take a look when you have got a chance? Thanks!
4 years, 3 months ago (2016-09-13 22:49:03 UTC) #3
yzshen1
+Yutaka and Daniel. Please take a look. Thanks!
4 years, 3 months ago (2016-09-14 15:58:56 UTC) #8
dcheng
mojom lgtm with one thought about the code structure https://codereview.chromium.org/2343433002/diff/1/third_party/WebKit/Source/modules/websockets/WebSocketHandleImpl.cpp File third_party/WebKit/Source/modules/websockets/WebSocketHandleImpl.cpp (right): https://codereview.chromium.org/2343433002/diff/1/third_party/WebKit/Source/modules/websockets/WebSocketHandleImpl.cpp#newcode139 third_party/WebKit/Source/modules/websockets/WebSocketHandleImpl.cpp:139: ...
4 years, 3 months ago (2016-09-14 16:18:33 UTC) #9
yzshen1
https://codereview.chromium.org/2343433002/diff/1/third_party/WebKit/Source/modules/websockets/WebSocketHandleImpl.cpp File third_party/WebKit/Source/modules/websockets/WebSocketHandleImpl.cpp (right): https://codereview.chromium.org/2343433002/diff/1/third_party/WebKit/Source/modules/websockets/WebSocketHandleImpl.cpp#newcode139 third_party/WebKit/Source/modules/websockets/WebSocketHandleImpl.cpp:139: OnFailChannel(String::fromUTF8(description.c_str(), description.size())); On 2016/09/14 16:18:33, dcheng wrote: > It ...
4 years, 3 months ago (2016-09-14 16:26:03 UTC) #10
yzshen1
Friendly ping, Darin and Yutaka. Thanks!
4 years, 3 months ago (2016-09-16 16:35:20 UTC) #11
dcheng
On 2016/09/14 16:26:03, yzshen1 wrote: > https://codereview.chromium.org/2343433002/diff/1/third_party/WebKit/Source/modules/websockets/WebSocketHandleImpl.cpp > File third_party/WebKit/Source/modules/websockets/WebSocketHandleImpl.cpp > (right): > > https://codereview.chromium.org/2343433002/diff/1/third_party/WebKit/Source/modules/websockets/WebSocketHandleImpl.cpp#newcode139 ...
4 years, 3 months ago (2016-09-16 19:24:30 UTC) #12
yzshen1
On 2016/09/16 19:24:30, dcheng wrote: > On 2016/09/14 16:26:03, yzshen1 wrote: > > > https://codereview.chromium.org/2343433002/diff/1/third_party/WebKit/Source/modules/websockets/WebSocketHandleImpl.cpp ...
4 years, 3 months ago (2016-09-16 19:27:56 UTC) #13
dcheng
On 2016/09/16 19:27:56, yzshen1 wrote: > On 2016/09/16 19:24:30, dcheng wrote: > > On 2016/09/14 ...
4 years, 3 months ago (2016-09-16 21:10:49 UTC) #14
yzshen1
On 2016/09/16 21:10:49, dcheng wrote: > On 2016/09/16 19:27:56, yzshen1 wrote: > > On 2016/09/16 ...
4 years, 3 months ago (2016-09-16 21:31:38 UTC) #15
darin (slow to review)
https://codereview.chromium.org/2343433002/diff/1/third_party/WebKit/Source/modules/websockets/WebSocketHandleImpl.cpp File third_party/WebKit/Source/modules/websockets/WebSocketHandleImpl.cpp (right): https://codereview.chromium.org/2343433002/diff/1/third_party/WebKit/Source/modules/websockets/WebSocketHandleImpl.cpp#newcode139 third_party/WebKit/Source/modules/websockets/WebSocketHandleImpl.cpp:139: OnFailChannel(String::fromUTF8(description.c_str(), description.size())); I guess in some cases this message ...
4 years, 3 months ago (2016-09-19 17:36:13 UTC) #16
yzshen1
https://codereview.chromium.org/2343433002/diff/1/third_party/WebKit/Source/modules/websockets/WebSocketHandleImpl.cpp File third_party/WebKit/Source/modules/websockets/WebSocketHandleImpl.cpp (right): https://codereview.chromium.org/2343433002/diff/1/third_party/WebKit/Source/modules/websockets/WebSocketHandleImpl.cpp#newcode139 third_party/WebKit/Source/modules/websockets/WebSocketHandleImpl.cpp:139: OnFailChannel(String::fromUTF8(description.c_str(), description.size())); On 2016/09/19 17:36:13, darin (slow to review) ...
4 years, 3 months ago (2016-09-19 18:26:48 UTC) #17
yhirano
Sorry for the late response. LGTM.
4 years, 3 months ago (2016-09-20 02:04:01 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2343433002/20001
4 years, 3 months ago (2016-09-22 19:45:37 UTC) #25
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 3 months ago (2016-09-22 21:07:43 UTC) #26
commit-bot: I haz the power
4 years, 3 months ago (2016-09-22 21:11:22 UTC) #28
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/06e0e00a175e16145015185cbf427e9511b369f9
Cr-Commit-Position: refs/heads/master@{#420458}

Powered by Google App Engine
This is Rietveld 408576698