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

Issue 1714713002: Landing Recent QUIC changes until 2/12/2016 21:32 UTC (Closed)

Created:
4 years, 10 months ago by ramant (doing other things)
Modified:
4 years, 10 months ago
Reviewers:
Ryan Hamilton
CC:
chromium-reviews, cbentzel+watch_chromium.org, mab
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Landing Recent QUIC changes until 2/12/2016 21:32 UTC relnote: Remove QuicPacketCreator::DebugDelegate from the QuicConnectionDebugVisitor interface, because it's never implemented in internal server. No functional change, saves 0.32% CPU. Chromium does have one implementer, QuicConnectionLogger that will need to implement QuicPacketCreator::DebugDelegate directly now. chromium specific changes: Updated QuicConnectionLogger and quic_chromium_client_session.cc to handle this change. Merge internal change: 114565016 https://codereview.chromium.org/1712043002/ relnote: Call QUIC's underlying SendAlgorithm's PacingRate() directly instead of PacingSender's. No functional change. Merge internal change: 114534940 https://codereview.chromium.org/1708223004/ QUIC: Add support to decrypt using several keys. SetKeys could be used to specify a list of encryption keys. The first key in the list will be used by |Box|, but all supplied keys will be tried by |Unbox|. Merge internal change: 114465990 https://codereview.chromium.org/1715593002/ relnote: Deprecate FLAGS_quic_time_wait_list_manager_use_shared_writer. Merge internal change: 114217654 https://codereview.chromium.org/1710873003/ relnote: Deprecate FLAGS_quic_retransmit_via_onserializedpacket. Merge internal change: 114161124 https://codereview.chromium.org/1710173002/ R=rch@chromium.org Committed: https://crrev.com/0dcd785c80a2b74d67a43c1317e316688fa71044 Cr-Commit-Position: refs/heads/master@{#376503}

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+169 lines, -172 lines) Patch
M net/quic/congestion_control/pacing_sender.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/quic/crypto/crypto_secret_boxer.h View 2 chunks +18 lines, -10 lines 0 comments Download
M net/quic/crypto/crypto_secret_boxer.cc View 3 chunks +37 lines, -15 lines 0 comments Download
M net/quic/crypto/crypto_secret_boxer_test.cc View 2 chunks +42 lines, -4 lines 0 comments Download
M net/quic/crypto/quic_crypto_server_config.h View 1 chunk +8 lines, -0 lines 0 comments Download
M net/quic/crypto/quic_crypto_server_config.cc View 4 chunks +11 lines, -6 lines 0 comments Download
M net/quic/crypto/quic_crypto_server_config_test.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/quic/quic_chromium_client_session.cc View 1 chunk +1 line, -0 lines 0 comments Download
M net/quic/quic_connection.h View 2 chunks +5 lines, -3 lines 0 comments Download
M net/quic/quic_connection.cc View 1 chunk +1 line, -21 lines 0 comments Download
M net/quic/quic_connection_logger.h View 2 chunks +3 lines, -2 lines 0 comments Download
M net/quic/quic_flags.h View 1 chunk +0 lines, -3 lines 0 comments Download
M net/quic/quic_flags.cc View 2 chunks +0 lines, -8 lines 0 comments Download
M net/quic/quic_packet_creator.h View 1 chunk +3 lines, -4 lines 0 comments Download
M net/quic/quic_packet_creator.cc View 3 chunks +9 lines, -23 lines 0 comments Download
M net/quic/quic_packet_creator_test.cc View 6 chunks +23 lines, -52 lines 0 comments Download
M net/quic/quic_packet_generator.h View 1 chunk +3 lines, -4 lines 0 comments Download
M net/quic/quic_packet_generator.cc View 1 chunk +2 lines, -3 lines 0 comments Download
M net/tools/quic/quic_dispatcher.h View 1 chunk +0 lines, -5 lines 0 comments Download
M net/tools/quic/quic_dispatcher.cc View 1 chunk +1 line, -7 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 14 (6 generated)
ramant (doing other things)
4 years, 10 months ago (2016-02-18 23:54:01 UTC) #1
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1714713002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1714713002/1
4 years, 10 months ago (2016-02-18 23:58:08 UTC) #3
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 10 months ago (2016-02-19 01:26:39 UTC) #5
Ryan Hamilton
I think it would be a good idea to revert (or un-land) the CL which ...
4 years, 10 months ago (2016-02-19 03:06:54 UTC) #6
ramant (doing other things)
On 2016/02/19 03:06:54, Ryan Hamilton wrote: > I think it would be a good idea ...
4 years, 10 months ago (2016-02-19 18:42:33 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1714713002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1714713002/1
4 years, 10 months ago (2016-02-19 18:45:11 UTC) #10
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 10 months ago (2016-02-19 18:55:51 UTC) #12
commit-bot: I haz the power
4 years, 10 months ago (2016-02-19 18:57:53 UTC) #14
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/0dcd785c80a2b74d67a43c1317e316688fa71044
Cr-Commit-Position: refs/heads/master@{#376503}

Powered by Google App Engine
This is Rietveld 408576698