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

Issue 13845012: [SPDY] Add flag and about:flags entry for SPDY/4 alpha 1 (Closed)

Created:
7 years, 8 months ago by akalin
Modified:
7 years, 8 months ago
Reviewers:
jam, Ryan Hamilton
CC:
chromium-reviews, cbentzel+watch_chromium.org, hkhalil
Visibility:
Public.

Description

[SPDY] Add flag and about:flags entry for SPDY/4 alpha 1 BUG=230124 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=193832

Patch Set 1 #

Total comments: 2

Patch Set 2 : Fix test failure #

Patch Set 3 : Address comments #

Patch Set 4 : Address comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+125 lines, -14 lines) Patch
M chrome/app/generated_resources.grd View 1 chunk +6 lines, -0 lines 0 comments Download
M chrome/browser/about_flags.cc View 1 2 3 1 chunk +7 lines, -0 lines 0 comments Download
M chrome/browser/io_thread.cc View 1 chunk +2 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/http/http_network_transaction_spdy3_unittest.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M net/http/http_response_info.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M net/http/http_server_properties.h View 1 chunk +1 line, -0 lines 0 comments Download
M net/http/http_server_properties.cc View 1 chunk +1 line, -0 lines 0 comments Download
M net/http/http_stream_factory.h View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M net/http/http_stream_factory.cc View 1 2 2 chunks +14 lines, -0 lines 0 comments Download
M net/socket/next_proto.h View 1 chunk +2 lines, -1 line 0 comments Download
M net/socket/ssl_client_socket.cc View 2 chunks +4 lines, -0 lines 0 comments Download
M net/spdy/spdy_framer.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M net/spdy/spdy_http_stream.cc View 1 2 3 2 chunks +6 lines, -2 lines 0 comments Download
M net/spdy/spdy_network_transaction_spdy3_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M net/spdy/spdy_protocol.h View 1 chunk +2 lines, -0 lines 0 comments Download
M net/spdy/spdy_session.h View 1 2 3 2 chunks +2 lines, -0 lines 0 comments Download
M net/spdy/spdy_session.cc View 1 2 3 3 chunks +18 lines, -4 lines 0 comments Download
M net/spdy/spdy_session_spdy3_unittest.cc View 1 2 3 2 chunks +40 lines, -2 lines 0 comments Download
M net/spdy/spdy_test_util_spdy3.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M net/spdy/spdy_test_util_spdy3.cc View 1 2 3 3 chunks +3 lines, -0 lines 0 comments Download

Messages

Total messages: 15 (0 generated)
akalin
+rch for review Hasan, can you point me to a URL where I can test ...
7 years, 8 months ago (2013-04-10 23:03:22 UTC) #1
Ryan Hamilton
This is good, but I don't see any tests of SPDY/4. What's the plan for ...
7 years, 8 months ago (2013-04-10 23:07:53 UTC) #2
akalin
https://codereview.chromium.org/13845012/diff/1/net/http/http_stream_factory.cc File net/http/http_stream_factory.cc (right): https://codereview.chromium.org/13845012/diff/1/net/http/http_stream_factory.cc#newcode188 net/http/http_stream_factory.cc:188: next_protos.push_back("spdy/3"); On 2013/04/10 23:07:53, Ryan Hamilton wrote: > We ...
7 years, 8 months ago (2013-04-10 23:20:04 UTC) #3
akalin
On 2013/04/10 23:07:53, Ryan Hamilton wrote: > This is good, but I don't see any ...
7 years, 8 months ago (2013-04-10 23:20:59 UTC) #4
Ryan Hamilton
On 2013/04/10 23:20:59, akalin wrote: > On 2013/04/10 23:07:53, Ryan Hamilton wrote: > > This ...
7 years, 8 months ago (2013-04-10 23:47:59 UTC) #5
akalin
On 2013/04/10 23:47:59, Ryan Hamilton wrote: > On 2013/04/10 23:20:59, akalin wrote: > > On ...
7 years, 8 months ago (2013-04-10 23:57:26 UTC) #6
Ryan Hamilton
On 2013/04/10 23:57:26, akalin wrote: > > Ah, I see what you mean. No, we ...
7 years, 8 months ago (2013-04-11 00:21:20 UTC) #7
akalin
On 2013/04/11 00:21:20, Ryan Hamilton wrote: > On 2013/04/10 23:57:26, akalin wrote: > > > ...
7 years, 8 months ago (2013-04-11 00:29:29 UTC) #8
akalin
+jam for chrome/browser owners
7 years, 8 months ago (2013-04-11 00:36:44 UTC) #9
akalin
chrome/* owners rather
7 years, 8 months ago (2013-04-11 00:37:15 UTC) #10
jam
lgtm
7 years, 8 months ago (2013-04-11 02:14:18 UTC) #11
Ryan Hamilton
On 2013/04/11 00:29:29, akalin wrote: > > I think I want to unblock Hasan and ...
7 years, 8 months ago (2013-04-11 02:23:42 UTC) #12
akalin
Added test, PTAL. (Although it's admittedly kind of hackish.)
7 years, 8 months ago (2013-04-11 19:33:43 UTC) #13
Ryan Hamilton
lgtm
7 years, 8 months ago (2013-04-11 23:57:34 UTC) #14
akalin
7 years, 8 months ago (2013-04-12 02:42:37 UTC) #15
Message was sent while issue was closed.
Committed patchset #4 manually as r193832 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698