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

Issue 10808073: Add WebSocketStream interface. (Closed)

Created:
8 years, 5 months ago by Yuta Kitamura
Modified:
8 years, 4 months ago
CC:
chromium-reviews, cbentzel+watch_chromium.org, darin-cc_chromium.org
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 17

Patch Set 2 : Address comments. #

Total comments: 4

Patch Set 3 : Address Matt's comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+105 lines, -0 lines) Patch
M net/net.gyp View 1 chunk +1 line, -0 lines 0 comments Download
A net/websockets/websocket_stream.h View 1 2 1 chunk +104 lines, -0 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
Yuta Kitamura
8 years, 5 months ago (2012-07-23 04:25:12 UTC) #1
mmenke
http://codereview.chromium.org/10808073/diff/1/net/websockets/websocket_stream.h File net/websockets/websocket_stream.h (right): http://codereview.chromium.org/10808073/diff/1/net/websockets/websocket_stream.h#newcode74 net/websockets/websocket_stream.h:74: const CompletionCallback& callback) = 0; How is this supposed ...
8 years, 5 months ago (2012-07-23 17:46:05 UTC) #2
willchan no longer on Chromium
https://chromiumcodereview.appspot.com/10808073/diff/1/net/websockets/websocket_stream.h File net/websockets/websocket_stream.h (right): https://chromiumcodereview.appspot.com/10808073/diff/1/net/websockets/websocket_stream.h#newcode31 net/websockets/websocket_stream.h:31: virtual ~WebSocketStream() {} Document that ~WebSocketStream will Close() the ...
8 years, 5 months ago (2012-07-23 21:28:52 UTC) #3
Yuta Kitamura
PTAL https://chromiumcodereview.appspot.com/10808073/diff/1/net/websockets/websocket_stream.h File net/websockets/websocket_stream.h (right): https://chromiumcodereview.appspot.com/10808073/diff/1/net/websockets/websocket_stream.h#newcode31 net/websockets/websocket_stream.h:31: virtual ~WebSocketStream() {} On 2012/07/23 21:28:52, willchan wrote: ...
8 years, 4 months ago (2012-08-06 11:34:29 UTC) #4
mmenke
LGTM, though you should also wait to see if Will has anything to add. https://chromiumcodereview.appspot.com/10808073/diff/1/net/websockets/websocket_stream.h ...
8 years, 4 months ago (2012-08-06 16:15:37 UTC) #5
Yuta Kitamura
Thanks. Will, do you have anything to add? https://chromiumcodereview.appspot.com/10808073/diff/6001/net/websockets/websocket_stream.h File net/websockets/websocket_stream.h (right): https://chromiumcodereview.appspot.com/10808073/diff/6001/net/websockets/websocket_stream.h#newcode53 net/websockets/websocket_stream.h:53: // ...
8 years, 4 months ago (2012-08-07 06:20:47 UTC) #6
Yuta Kitamura
Will: ping?
8 years, 4 months ago (2012-08-08 12:23:41 UTC) #7
mmenke
On 2012/08/08 12:23:41, Yuta Kitamura wrote: > Will: ping? Turns out will is on vacation ...
8 years, 4 months ago (2012-08-08 16:54:34 UTC) #8
Yuta Kitamura
On 2012/08/08 16:54:34, Matt Menke wrote: > Turns out will is on vacation - I ...
8 years, 4 months ago (2012-08-09 02:20:49 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yutak@chromium.org/10808073/11001
8 years, 4 months ago (2012-08-09 02:21:15 UTC) #10
commit-bot: I haz the power
8 years, 4 months ago (2012-08-09 03:43:51 UTC) #11
Change committed as 150713

Powered by Google App Engine
This is Rietveld 408576698