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

Issue 1561203003: Remove SPDY/2 code. (Closed)

Created:
4 years, 11 months ago by Bence
Modified:
4 years, 11 months ago
Reviewers:
Ryan Hamilton
CC:
chromium-reviews, cbentzel+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Remove SPDY/2 code. SPDY/2 code path has been unused for a long time, this CL actually removes it. Note that there have been two comparisons between an enum SpdyMajorVersion value and an interger literal: one in SpdyFramer::WriteHeaderBlockToZ(), and one in spdy_http_utils.cc::SpdyHeadersToHttpResponse(). Changing enum SpdyMajorVersion member values lead to errors. However, removing SPDY/2 made these comparisons mute (they were both |version < SPDY3|), so they are removed instead of fixed. This CL lands server change 111503966 by alyssar. BUG=431299, 488484 Committed: https://crrev.com/05808ff4705c00acc1d0a2683a0ed657db4e4abf Cr-Commit-Position: refs/heads/master@{#368459}

Patch Set 1 #

Total comments: 9

Patch Set 2 : Re: #3. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+200 lines, -1032 lines) Patch
M net/http/http_response_info.cc View 2 chunks +2 lines, -3 lines 0 comments Download
M net/http/http_server_properties.h View 1 1 chunk +3 lines, -4 lines 0 comments Download
M net/http/http_server_properties.cc View 3 chunks +0 lines, -4 lines 0 comments Download
M net/socket/next_proto.h View 1 chunk +2 lines, -3 lines 0 comments Download
M net/socket/ssl_client_socket.cc View 2 chunks +0 lines, -4 lines 0 comments Download
M net/spdy/buffered_spdy_framer.cc View 2 chunks +1 line, -3 lines 0 comments Download
M net/spdy/spdy_frame_builder_test.cc View 1 chunk +2 lines, -3 lines 0 comments Download
M net/spdy/spdy_framer.h View 2 chunks +1 line, -5 lines 0 comments Download
M net/spdy/spdy_framer.cc View 21 chunks +26 lines, -111 lines 0 comments Download
M net/spdy/spdy_framer_test.cc View 85 chunks +72 lines, -552 lines 0 comments Download
M net/spdy/spdy_headers_block_parser.h View 2 chunks +1 line, -7 lines 0 comments Download
M net/spdy/spdy_headers_block_parser.cc View 2 chunks +11 lines, -23 lines 0 comments Download
M net/spdy/spdy_headers_block_parser_test.cc View 4 chunks +6 lines, -17 lines 0 comments Download
M net/spdy/spdy_http_utils.cc View 2 chunks +1 line, -14 lines 0 comments Download
M net/spdy/spdy_http_utils_unittest.cc View 3 chunks +0 lines, -51 lines 0 comments Download
M net/spdy/spdy_network_transaction_unittest.cc View 3 chunks +18 lines, -44 lines 0 comments Download
M net/spdy/spdy_protocol.h View 5 chunks +8 lines, -32 lines 0 comments Download
M net/spdy/spdy_protocol.cc View 19 chunks +2 lines, -23 lines 0 comments Download
M net/spdy/spdy_protocol_test.cc View 1 1 chunk +4 lines, -32 lines 0 comments Download
M net/spdy/spdy_session.cc View 3 chunks +14 lines, -23 lines 0 comments Download
M net/spdy/spdy_test_utils.cc View 1 2 chunks +1 line, -3 lines 0 comments Download
M net/tools/flip_server/sm_connection.cc View 1 chunk +0 lines, -6 lines 0 comments Download
M net/tools/flip_server/spdy_interface.cc View 3 chunks +25 lines, -65 lines 0 comments Download

Messages

Total messages: 10 (3 generated)
Bence
Ryan: PTAL.
4 years, 11 months ago (2016-01-07 20:00:00 UTC) #2
Ryan Hamilton
HAPPY HAPPY HAPPY DAY! https://codereview.chromium.org/1561203003/diff/1/net/http/http_response_info.cc File net/http/http_response_info.cc (right): https://codereview.chromium.org/1561203003/diff/1/net/http/http_response_info.cc#newcode419 net/http/http_response_info.cc:419: return ""; Can we nuke ...
4 years, 11 months ago (2016-01-07 22:09:15 UTC) #3
Bence
Ryan: PTAL. Thanks. https://codereview.chromium.org/1561203003/diff/1/net/http/http_response_info.cc File net/http/http_response_info.cc (right): https://codereview.chromium.org/1561203003/diff/1/net/http/http_response_info.cc#newcode419 net/http/http_response_info.cc:419: return ""; On 2016/01/07 22:09:15, Ryan ...
4 years, 11 months ago (2016-01-08 18:58:25 UTC) #4
Ryan Hamilton
lgtm https://codereview.chromium.org/1561203003/diff/1/net/spdy/spdy_protocol_test.cc File net/spdy/spdy_protocol_test.cc (right): https://codereview.chromium.org/1561203003/diff/1/net/spdy/spdy_protocol_test.cc#newcode36 net/spdy/spdy_protocol_test.cc:36: INSTANTIATE_TEST_CASE_P(SpdyProtocolTests, On 2016/01/08 18:58:25, Bence wrote: > On ...
4 years, 11 months ago (2016-01-08 20:53:06 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1561203003/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1561203003/20001
4 years, 11 months ago (2016-01-08 21:52:46 UTC) #7
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 11 months ago (2016-01-08 23:48:32 UTC) #8
commit-bot: I haz the power
4 years, 11 months ago (2016-01-08 23:49:27 UTC) #10
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/05808ff4705c00acc1d0a2683a0ed657db4e4abf
Cr-Commit-Position: refs/heads/master@{#368459}

Powered by Google App Engine
This is Rietveld 408576698