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

Issue 1979743002: Rename the QUIC stream frame fields frame_buffer and frame_length to data_buffer and data_length be… (Closed)

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

Description

Rename the QUIC stream frame fields frame_buffer and frame_length to data_buffer and data_length because they do only contain info about the *data* not the full frame. Merge internal change: 121705514 R=rch@chromium.org BUG=

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+79 lines, -79 lines) Patch
M net/quic/quic_connection.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/quic/quic_connection_logger.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/quic/quic_connection_test.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/quic/quic_framer.cc View 3 chunks +6 lines, -6 lines 0 comments Download
M net/quic/quic_framer_test.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M net/quic/quic_headers_stream_test.cc View 12 chunks +24 lines, -24 lines 0 comments Download
M net/quic/quic_packet_creator_test.cc View 14 chunks +15 lines, -15 lines 0 comments Download
M net/quic/quic_packet_generator.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/quic/quic_protocol.h View 3 chunks +5 lines, -5 lines 0 comments Download
M net/quic/quic_protocol.cc View 2 chunks +10 lines, -10 lines 0 comments Download
M net/quic/quic_session.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/quic/quic_stream_sequencer.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M net/quic/quic_stream_sequencer_test.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M net/quic/reliable_quic_stream.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/quic/test_tools/crypto_test_utils.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/quic/test_tools/simple_quic_framer.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/tools/quic/chlo_extractor.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/tools/quic/quic_packet_printer_bin.cc View 1 chunk +1 line, -1 line 0 comments Download

Depends on Patchset:

Dependent Patchsets:

Messages

Total messages: 2 (0 generated)
Buck
4 years, 7 months ago (2016-05-13 23:35:26 UTC) #1
Ryan Hamilton
4 years, 7 months ago (2016-05-13 23:37:11 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698