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

Issue 10843050: WebSocket over SPDY: handshake support for both of SPDY/2 and SPDY/3 (Closed)

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

Description

WebSocket over SPDY: handshake support for both of SPDY/2 and SPDY/3 If negotiated protocol is SPDY/3 or later, well defined name of SYN_STREAM and SYN_REPLY must be colon prefixed name. BUG=42320 TEST=net_uinttests Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=151453

Patch Set 1 #

Patch Set 2 : move spdy related tests to new files #

Total comments: 18

Patch Set 3 : just move tests into net::(anonymous) namespace #

Patch Set 4 : reflects yutak's review #

Total comments: 1

Patch Set 5 : s/protocol_version_/spdy_protocol_version_/ #

Patch Set 6 : rebase for landing #

Unified diffs Side-by-side diffs Delta from patch set Stats (+445 lines, -170 lines) Patch
M net/net.gyp View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download
M net/websockets/websocket_handshake_handler.h View 1 2 3 2 chunks +4 lines, -2 lines 0 comments Download
M net/websockets/websocket_handshake_handler.cc View 1 2 3 5 chunks +53 lines, -11 lines 0 comments Download
A net/websockets/websocket_handshake_handler_spdy2_unittest.cc View 1 2 3 1 chunk +182 lines, -0 lines 0 comments Download
A net/websockets/websocket_handshake_handler_spdy3_unittest.cc View 1 2 3 1 chunk +189 lines, -0 lines 0 comments Download
M net/websockets/websocket_handshake_handler_unittest.cc View 1 1 chunk +0 lines, -147 lines 0 comments Download
M net/websockets/websocket_job.h View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M net/websockets/websocket_job.cc View 1 2 3 4 4 chunks +6 lines, -2 lines 0 comments Download
M net/websockets/websocket_job_spdy3_unittest.cc View 1 2 3 1 chunk +8 lines, -8 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
Takashi Toyoshima
Yuta, I notice that a header name rule is different between spdy/2 and later. I ...
8 years, 4 months ago (2012-08-02 12:45:27 UTC) #1
Ryan Hamilton
On 2012/08/02 12:45:27, toyoshim wrote: > Yuta, > > I notice that a header name ...
8 years, 4 months ago (2012-08-02 16:35:14 UTC) #2
Yuta Kitamura
Almost all my comments are nits, except the first one. http://codereview.chromium.org/10843050/diff/2001/net/websockets/websocket_handshake_handler.cc File net/websockets/websocket_handshake_handler.cc (right): http://codereview.chromium.org/10843050/diff/2001/net/websockets/websocket_handshake_handler.cc#newcode275 ...
8 years, 4 months ago (2012-08-03 07:31:51 UTC) #3
Takashi Toyoshima
Thank you, Yuta. Ryan, Could you review this CL? I'd like to confirm the way ...
8 years, 4 months ago (2012-08-06 13:01:53 UTC) #4
Yuta Kitamura
LGTM with a nit. http://codereview.chromium.org/10843050/diff/7011/net/websockets/websocket_job.h File net/websockets/websocket_job.h (right): http://codereview.chromium.org/10843050/diff/7011/net/websockets/websocket_job.h#newcode141 net/websockets/websocket_job.h:141: int protocol_version_; "spdy_protocol_version_" should sound ...
8 years, 4 months ago (2012-08-07 07:02:22 UTC) #5
Takashi Toyoshima
rch: ping. Hi Ryan. I fixed the point Yuta suggested. Could you do an OWNERS ...
8 years, 4 months ago (2012-08-13 11:34:55 UTC) #6
Ryan Hamilton
On 2012/08/13 11:34:55, toyoshim wrote: > rch: ping. > > Hi Ryan. > I fixed ...
8 years, 4 months ago (2012-08-13 17:03:20 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/toyoshim@chromium.org/10843050/12002
8 years, 4 months ago (2012-08-14 01:53:53 UTC) #8
commit-bot: I haz the power
Try job failure for 10843050-12002 (retry) on linux_chromeos for steps "browser_tests, content_browsertests". It's a second ...
8 years, 4 months ago (2012-08-14 05:33:57 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/toyoshim@chromium.org/10843050/12002
8 years, 4 months ago (2012-08-14 07:09:31 UTC) #10
commit-bot: I haz the power
8 years, 4 months ago (2012-08-14 10:32:23 UTC) #11
Change committed as 151453

Powered by Google App Engine
This is Rietveld 408576698