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

Issue 2747443002: Landing recent QUIC changes until Sun Mar 5 09:18:09 2017 +0000 (Closed)

Created:
3 years, 9 months ago by Jo Kulik
Modified:
3 years, 9 months ago
Reviewers:
Ryan Hamilton, jokulik
CC:
chromium-reviews, cbentzel+watch_chromium.org, net-reviews_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Landing recent QUIC changes until Sun Mar 5 09:18:09 2017 +0000 move StopReading() from QuicSpdyStream to QuicSpdyServerStreamBase because this is server side feature. No behavior change. Merge internal change: 149180639 https://codereview.chromium.org/2746443003/ Remove PathCloseFrame, QuicPathId, DefaultPathId and InvalidPathId. Merge internal change: 149147915 https://codereview.chromium.org/2743883002/ Drop Packets with the multipath bit set before decryption. Protected by FLAGS_quic_reloadable_flag_quic_remove_multipath_bit. Merge internal change: 149034371 https://codereview.chromium.org/2739323002/ Introduce a new error code QUIC_HEADERS_STREAM_DATA_DECOMPRESS_FAILURE for invalid headers stream data due to decompression error. Not protected. Merge internal change: 148932025 https://codereview.chromium.org/2737273004/ No longer send or process the socket recieve buffer value in QUIC. Protected by FLAGS_quic_reloadable_flag_quic_no_socket_receive_buffer. Merge internal change: 148785639 https://codereview.chromium.org/2744663004/ Remove multipath_enabled from quic_config and quic_connection. No functional change expected. Also including clean up has_multipath_flag from test methods. Merge internal change: 148763093 https://codereview.chromium.org/2739313002/ Delete unused code from quic_framer_test.cc Merge internal change: 148657314 https://codereview.chromium.org/2737353005/ Remove static_assert for QuicTransmissionInfo size (portability fix for iOS 64-bit build) Merge internal change: 148495524 https://codereview.chromium.org/2739053004/ R=rch@chromium.org BUG= Review-Url: https://codereview.chromium.org/2747443002 Cr-Commit-Position: refs/heads/master@{#456182} Committed: https://chromium.googlesource.com/chromium/src/+/14e0d83bacb9f07e8f9a63c1c95f92f85d3f444c

Patch Set 1 #

Total comments: 1

Patch Set 2 : Fixed incorrectly translated flag names. #

Patch Set 3 : Fixed formatting errors in quic_error_mapping.cc #

Unified diffs Side-by-side diffs Delta from patch set Stats (+469 lines, -616 lines) Patch
M components/domain_reliability/quic_error_mapping.cc View 1 2 1 chunk +230 lines, -233 lines 0 comments Download
M net/BUILD.gn View 1 chunk +0 lines, -2 lines 0 comments Download
M net/quic/core/frames/quic_frame.h View 3 chunks +0 lines, -3 lines 0 comments Download
M net/quic/core/frames/quic_frame.cc View 3 chunks +0 lines, -10 lines 0 comments Download
M net/quic/core/frames/quic_frames_test.cc View 2 chunks +0 lines, -9 lines 0 comments Download
M net/quic/core/quic_config.h View 1 3 chunks +3 lines, -7 lines 0 comments Download
M net/quic/core/quic_config.cc View 1 6 chunks +17 lines, -14 lines 0 comments Download
M net/quic/core/quic_config_test.cc View 6 chunks +22 lines, -8 lines 0 comments Download
M net/quic/core/quic_connection.h View 3 chunks +0 lines, -7 lines 0 comments Download
M net/quic/core/quic_connection.cc View 4 chunks +1 line, -16 lines 0 comments Download
M net/quic/core/quic_connection_test.cc View 3 chunks +0 lines, -32 lines 0 comments Download
M net/quic/core/quic_constants.h View 1 chunk +0 lines, -5 lines 0 comments Download
M net/quic/core/quic_error_codes.h View 2 chunks +4 lines, -1 line 0 comments Download
M net/quic/core/quic_error_codes.cc View 1 chunk +1 line, -0 lines 0 comments Download
M net/quic/core/quic_flags_list.h View 2 chunks +7 lines, -1 line 0 comments Download
M net/quic/core/quic_framer.h View 4 chunks +0 lines, -8 lines 0 comments Download
M net/quic/core/quic_framer.cc View 8 chunks +7 lines, -47 lines 0 comments Download
M net/quic/core/quic_framer_test.cc View 9 chunks +5 lines, -35 lines 0 comments Download
M net/quic/core/quic_packet_creator.h View 1 chunk +1 line, -3 lines 0 comments Download
M net/quic/core/quic_packets.h View 1 chunk +2 lines, -0 lines 0 comments Download
M net/quic/core/quic_server_session_base_test.cc View 3 chunks +3 lines, -5 lines 0 comments Download
M net/quic/core/quic_spdy_session.cc View 8 chunks +46 lines, -22 lines 0 comments Download
M net/quic/core/quic_spdy_stream.h View 1 chunk +0 lines, -2 lines 0 comments Download
M net/quic/core/quic_spdy_stream.cc View 1 chunk +0 lines, -11 lines 0 comments Download
M net/quic/core/quic_transmission_info.h View 1 chunk +5 lines, -0 lines 0 comments Download
M net/quic/core/quic_types.h View 4 chunks +8 lines, -2 lines 0 comments Download
M net/quic/test_tools/quic_connection_peer.h View 1 chunk +0 lines, -2 lines 0 comments Download
M net/quic/test_tools/quic_connection_peer.cc View 1 chunk +0 lines, -5 lines 0 comments Download
M net/quic/test_tools/quic_test_utils.h View 6 chunks +0 lines, -6 lines 0 comments Download
M net/quic/test_tools/quic_test_utils.cc View 3 chunks +10 lines, -18 lines 0 comments Download
M net/quic/test_tools/simple_quic_framer.cc View 2 chunks +0 lines, -6 lines 0 comments Download
M net/tools/quic/chlo_extractor.cc View 2 chunks +0 lines, -5 lines 0 comments Download
M net/tools/quic/end_to_end_test.cc View 3 chunks +16 lines, -4 lines 0 comments Download
M net/tools/quic/quic_client_session_test.cc View 1 chunk +2 lines, -3 lines 0 comments Download
M net/tools/quic/quic_dispatcher.h View 1 chunk +0 lines, -1 line 0 comments Download
M net/tools/quic/quic_dispatcher.cc View 1 chunk +0 lines, -5 lines 0 comments Download
M net/tools/quic/quic_dispatcher_test.cc View 46 chunks +65 lines, -72 lines 0 comments Download
M net/tools/quic/quic_packet_printer_bin.cc View 1 chunk +0 lines, -4 lines 0 comments Download
M net/tools/quic/quic_spdy_server_stream_base.h View 1 chunk +1 line, -0 lines 0 comments Download
M net/tools/quic/quic_spdy_server_stream_base.cc View 1 chunk +12 lines, -1 line 0 comments Download
M net/tools/quic/quic_time_wait_list_manager_test.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 18 (10 generated)
Jo Kulik
3 years, 9 months ago (2017-03-10 15:41:30 UTC) #1
Ryan Hamilton
https://codereview.chromium.org/2747443002/diff/1/net/quic/core/quic_config.h File net/quic/core/quic_config.h (right): https://codereview.chromium.org/2747443002/diff/1/net/quic/core/quic_config.h#newcode439 net/quic/core/quic_config.h:439: // Latched copy of gfe2_reloadable_flag_quic_no_socket_receive_buffer. I commented on this ...
3 years, 9 months ago (2017-03-10 17:48:33 UTC) #3
Ryan Hamilton
Oh, looks like a new QuicErrorCode was added which means one more file needs to ...
3 years, 9 months ago (2017-03-10 18:13:13 UTC) #8
Ryan Hamilton
lgtm
3 years, 9 months ago (2017-03-10 19:45:52 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2747443002/40001
3 years, 9 months ago (2017-03-10 19:46:19 UTC) #11
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_rel_ng on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_ng/builds/398812)
3 years, 9 months ago (2017-03-10 21:04:14 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2747443002/40001
3 years, 9 months ago (2017-03-10 21:15:36 UTC) #15
commit-bot: I haz the power
3 years, 9 months ago (2017-03-10 22:10:27 UTC) #18
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://chromium.googlesource.com/chromium/src/+/14e0d83bacb9f07e8f9a63c1c95f...

Powered by Google App Engine
This is Rietveld 408576698