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

Issue 2480183002: Rename ReliableQuicStream to QuicStream. No behavior change, not protected. (Closed)

Created:
4 years, 1 month ago by Fan Yang
Modified:
4 years, 1 month ago
Reviewers:
Ryan Hamilton
CC:
chromium-reviews, cbentzel+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Rename ReliableQuicStream to QuicStream. No behavior change, not protected. Merge internal change: 138194450 R=rch@chromium.org BUG=

Patch Set 1 : add missing files #

Unified diffs Side-by-side diffs Delta from patch set Stats (+411 lines, -1953 lines) Patch
M net/net.gypi View 3 chunks +5 lines, -5 lines 0 comments Download
M net/quic/chromium/quic_chromium_client_session.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M net/quic/chromium/quic_chromium_client_stream.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M net/quic/chromium/quic_chromium_client_stream_test.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/quic/core/quic_crypto_client_stream_test.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M net/quic/core/quic_crypto_server_stream_test.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/quic/core/quic_crypto_stream.h View 2 chunks +10 lines, -11 lines 0 comments Download
M net/quic/core/quic_crypto_stream.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/quic/core/quic_crypto_stream_test.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M net/quic/core/quic_headers_stream.h View 3 chunks +3 lines, -3 lines 0 comments Download
M net/quic/core/quic_headers_stream.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/quic/core/quic_headers_stream_test.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M net/quic/core/quic_server_session_base.h View 1 chunk +1 line, -1 line 0 comments Download
M net/quic/core/quic_server_session_base.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/quic/core/quic_server_session_base_test.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M net/quic/core/quic_session.h View 6 chunks +12 lines, -13 lines 0 comments Download
M net/quic/core/quic_session.cc View 10 chunks +11 lines, -13 lines 0 comments Download
M net/quic/core/quic_session_test.cc View 10 chunks +11 lines, -12 lines 0 comments Download
M net/quic/core/quic_spdy_stream.h View 4 chunks +5 lines, -5 lines 0 comments Download
M net/quic/core/quic_spdy_stream.cc View 7 chunks +7 lines, -8 lines 0 comments Download
M net/quic/core/quic_spdy_stream_test.cc View 3 chunks +4 lines, -4 lines 0 comments Download
A + net/quic/core/quic_stream.h View 4 chunks +12 lines, -12 lines 0 comments Download
A + net/quic/core/quic_stream.cc View 18 chunks +36 lines, -39 lines 0 comments Download
M net/quic/core/quic_stream_sequencer.h View 2 chunks +3 lines, -3 lines 0 comments Download
M net/quic/core/quic_stream_sequencer.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M net/quic/core/quic_stream_sequencer_test.cc View 2 chunks +3 lines, -4 lines 0 comments Download
A + net/quic/core/quic_stream_test.cc View 33 chunks +44 lines, -46 lines 0 comments Download
D net/quic/core/reliable_quic_stream.h View 1 chunk +0 lines, -321 lines 0 comments Download
D net/quic/core/reliable_quic_stream.cc View 1 chunk +0 lines, -481 lines 0 comments Download
D net/quic/core/reliable_quic_stream_test.cc View 1 chunk +0 lines, -717 lines 0 comments Download
M net/quic/quartc/quartc_session.h View 1 chunk +1 line, -1 line 0 comments Download
M net/quic/quartc/quartc_session.cc View 3 chunks +3 lines, -4 lines 0 comments Download
M net/quic/quartc/quartc_stream.h View 1 chunk +4 lines, -4 lines 0 comments Download
M net/quic/quartc/quartc_stream.cc View 4 chunks +5 lines, -5 lines 0 comments Download
M net/quic/quartc/quartc_stream_test.cc View 5 chunks +7 lines, -7 lines 0 comments Download
M net/quic/test_tools/quic_session_peer.h View 3 chunks +4 lines, -4 lines 0 comments Download
M net/quic/test_tools/quic_session_peer.cc View 3 chunks +5 lines, -7 lines 0 comments Download
A net/quic/test_tools/quic_stream_peer.h View 1 chunk +56 lines, -0 lines 0 comments Download
A net/quic/test_tools/quic_stream_peer.cc View 1 chunk +101 lines, -0 lines 0 comments Download
M net/quic/test_tools/quic_test_utils.h View 3 chunks +5 lines, -7 lines 0 comments Download
M net/quic/test_tools/quic_test_utils.cc View 1 chunk +1 line, -1 line 0 comments Download
D net/quic/test_tools/reliable_quic_stream_peer.h View 1 chunk +0 lines, -57 lines 0 comments Download
D net/quic/test_tools/reliable_quic_stream_peer.cc View 1 chunk +0 lines, -103 lines 0 comments Download
M net/tools/quic/end_to_end_test.cc View 8 chunks +9 lines, -13 lines 0 comments Download
M net/tools/quic/quic_client_base.h View 1 chunk +1 line, -1 line 0 comments Download
M net/tools/quic/quic_client_base.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M net/tools/quic/quic_client_session.h View 1 chunk +1 line, -1 line 0 comments Download
M net/tools/quic/quic_simple_server_session.cc View 1 chunk +0 lines, -1 line 0 comments Download
M net/tools/quic/quic_simple_server_session_test.cc View 1 chunk +1 line, -0 lines 0 comments Download
M net/tools/quic/quic_simple_server_stream.h View 1 chunk +1 line, -1 line 0 comments Download
M net/tools/quic/quic_simple_server_stream_test.cc View 10 chunks +10 lines, -10 lines 0 comments Download
M net/tools/quic/quic_spdy_client_stream.h View 1 chunk +1 line, -2 lines 0 comments Download
M net/tools/quic/test_tools/quic_test_client.cc View 3 chunks +3 lines, -3 lines 0 comments Download

Depends on Patchset:

Dependent Patchsets:

Messages

Total messages: 7 (5 generated)
Fan Yang
4 years, 1 month ago (2016-11-07 07:54:17 UTC) #1
Ryan Hamilton
4 years, 1 month ago (2016-11-07 17:36:30 UTC) #7
lgtm

Powered by Google App Engine
This is Rietveld 408576698