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

Issue 6961007: WebSocket over SPDY. (Closed)

Created:
9 years, 7 months ago by Takashi Toyoshima
Modified:
9 years, 7 months ago
CC:
chromium-reviews, cbentzel+watch_chromium.org, darin-cc_chromium.org, Paweł Hajdan Jr.
Visibility:
Public.

Description

Work in progress: WebSocket over SPDY. WebSocket would use SpdySession opened for the same host:port if any. This change takes over from http://codereview.chromium.org/3020068/ . memo(toyoshim): Now I'll take over ukai-san's last change. This change is in progress and not ready for review yet. BUG=42320 TEST=net_unittests

Patch Set 1 #

Patch Set 2 : update to be compiled with trunk #

Patch Set 3 : remove one TODO and do some minor refactoring #

Patch Set 4 : remove SocketStream::GetHostPortPair() #

Patch Set 5 : refactoring includes removing stream_id() #

Patch Set 6 : improve to keep returning result on SendData() #

Patch Set 7 : introduce chrome://flags configuration #

Patch Set 8 : rebase #

Patch Set 9 : rebased #

Unified diffs Side-by-side diffs Delta from patch set Stats (+127 lines, -14 lines) Patch
M chrome/app/generated_resources.grd View 1 2 3 4 5 6 7 8 1 chunk +6 lines, -0 lines 0 comments Download
M chrome/browser/about_flags.cc View 1 2 3 4 5 6 7 8 1 chunk +7 lines, -0 lines 0 comments Download
M net/websockets/websocket_job.h View 1 2 3 4 5 6 7 8 4 chunks +15 lines, -1 line 0 comments Download
M net/websockets/websocket_job.cc View 1 2 3 4 5 6 7 8 4 chunks +99 lines, -13 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Ben Goodger (Google)
LGTM for the flags bits.
9 years, 7 months ago (2011-05-19 15:04:10 UTC) #1
Takashi Toyoshima
9 years, 7 months ago (2011-05-20 02:33:41 UTC) #2
Thanks, Ben.

But the change I request a review is following one.
http://codereview.chromium.org/7047003/ .
I'm sorry for confusing you.

I'd like to submit that before do this.
Changes around the flags are the same.
Could you give me a LGTM for that, too?

After that, this change will be rebased, then flags changes will be removed from
this change.
Actually, this issue is not published for review, yet.

Powered by Google App Engine
This is Rietveld 408576698