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

Issue 7047003: Add --enable-websocket-over-spdy command-line flag (Closed)

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

Description

Add a websocket-over-spdy flag. This change is a part of WebSocket over SPDY support in progress. BUG=42320 TEST=N/A Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=86812

Patch Set 1 #

Total comments: 9

Patch Set 2 : fixed problems yutak addressed #

Total comments: 10

Patch Set 3 : fixed problems yutak addressed in second review #

Patch Set 4 : rebase (remove TODO) #

Unified diffs Side-by-side diffs Delta from patch set Stats (+23 lines, -0 lines) Patch
M chrome/browser/browser_main.cc View 1 2 3 2 chunks +6 lines, -0 lines 0 comments Download
M chrome/common/chrome_switches.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/chrome_switches.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M net/websockets/websocket_job.h View 1 2 3 2 chunks +6 lines, -0 lines 0 comments Download
M net/websockets/websocket_job.cc View 1 2 1 chunk +7 lines, -0 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
Takashi Toyoshima
ben: Could you review around chrome://flags ? yutak: Coud you review around websocket_job ? mbelshe, ...
9 years, 7 months ago (2011-05-19 09:13:00 UTC) #1
Yuta Kitamura
http://codereview.chromium.org/7047003/diff/1/chrome/browser/about_flags.cc File chrome/browser/about_flags.cc (right): http://codereview.chromium.org/7047003/diff/1/chrome/browser/about_flags.cc#newcode333 chrome/browser/about_flags.cc:333: SINGLE_VALUE_TYPE(switches::kEnableWebSocketOverSpdy) I think we should add about:flags menu item ...
9 years, 7 months ago (2011-05-20 02:59:48 UTC) #2
Takashi Toyoshima
> I think we should add about:flags menu item only after the feature is ready. ...
9 years, 7 months ago (2011-05-20 03:15:19 UTC) #3
Takashi Toyoshima
I fixed problems yutak addressed. I changed the subject because now it enable only a ...
9 years, 7 months ago (2011-05-20 05:25:40 UTC) #4
Yuta Kitamura
Please fix "TEST=" line as well. http://codereview.chromium.org/7047003/diff/6001/chrome/browser/browser_main.cc File chrome/browser/browser_main.cc (right): http://codereview.chromium.org/7047003/diff/6001/chrome/browser/browser_main.cc#newcode1388 chrome/browser/browser_main.cc:1388: InitializeNetworkOptions(parsed_command_line); Can't you ...
9 years, 7 months ago (2011-05-20 08:30:33 UTC) #5
Takashi Toyoshima
http://codereview.chromium.org/7047003/diff/6001/chrome/browser/browser_main.cc File chrome/browser/browser_main.cc (right): http://codereview.chromium.org/7047003/diff/6001/chrome/browser/browser_main.cc#newcode1388 chrome/browser/browser_main.cc:1388: InitializeNetworkOptions(parsed_command_line); It could be possible to move ConvertFlagsToSwitch() before ...
9 years, 7 months ago (2011-05-20 09:46:52 UTC) #6
Takashi Toyoshima
OK, now the change to convert labs switches to flags earlier is submitted. (FYI: http://src.chromium.org/viewvc/chrome?view=rev&revision=86208) ...
9 years, 7 months ago (2011-05-23 13:42:55 UTC) #7
Yuta Kitamura
LGTM as an owner of net/websockets. Ben, could you do OWNERS review?
9 years, 7 months ago (2011-05-25 09:28:22 UTC) #8
Ben Goodger (Google)
LGTM
9 years, 7 months ago (2011-05-25 16:30:31 UTC) #9
commit-bot: I haz the power
9 years, 6 months ago (2011-05-26 13:18:01 UTC) #10
Change committed as 86812

Powered by Google App Engine
This is Rietveld 408576698