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

Issue 2619993003: Move quic_bug_tracker to quic/platform. No functional change expected. (Closed)

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

Description

Move quic_bug_tracker to quic/platform. No functional change expected. Merge internal change 144001562. BUG= Review-Url: https://codereview.chromium.org/2619993003 Cr-Commit-Position: refs/heads/master@{#442723} Committed: https://chromium.googlesource.com/chromium/src/+/48a024234beda5a9afe8a997c450d6866d3c718c

Patch Set 1 #

Patch Set 2 : rm old quic_bug_tracker file #

Patch Set 3 : fix two includes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+66 lines, -67 lines) Patch
M net/net.gypi View 3 chunks +2 lines, -1 line 0 comments Download
M net/quic/core/congestion_control/bandwidth_sampler.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/quic/core/congestion_control/bbr_sender.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/quic/core/congestion_control/general_loss_algorithm.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/quic/core/congestion_control/rtt_stats.h View 1 chunk +1 line, -1 line 0 comments Download
M net/quic/core/congestion_control/send_algorithm_interface.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/quic/core/congestion_control/tcp_cubic_sender_base.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/quic/core/congestion_control/tcp_cubic_sender_bytes.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/quic/core/congestion_control/tcp_cubic_sender_packets.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/quic/core/crypto/aead_base_decrypter.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/quic/core/crypto/crypto_utils.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/quic/core/crypto/null_decrypter.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/quic/core/crypto/quic_crypto_client_config.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/quic/core/crypto/quic_crypto_server_config.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/quic/core/crypto/quic_random.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/quic/core/quic_bandwidth.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/quic/core/quic_buffered_packet_store.cc View 1 chunk +1 line, -1 line 0 comments Download
D net/quic/core/quic_bug_tracker.h View 1 1 chunk +0 lines, -13 lines 0 comments Download
M net/quic/core/quic_config.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/quic/core/quic_connection.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/quic/core/quic_flow_controller.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/quic/core/quic_framer.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/quic/core/quic_header_list.h View 1 chunk +1 line, -1 line 0 comments Download
M net/quic/core/quic_headers_stream_test.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/quic/core/quic_multipath_received_packet_manager.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/quic/core/quic_multipath_sent_packet_manager.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/quic/core/quic_multipath_sent_packet_manager_test.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/quic/core/quic_one_block_arena.h View 1 chunk +1 line, -1 line 0 comments Download
M net/quic/core/quic_packet_creator.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/quic/core/quic_packet_generator.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/quic/core/quic_received_packet_manager.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/quic/core/quic_sent_packet_manager.cc 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_session.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/quic/core/quic_spdy_session.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/quic/core/quic_spdy_stream.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/quic/core/quic_stream.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/quic/core/quic_stream_sequencer.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/quic/core/quic_stream_sequencer_buffer.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/quic/core/quic_unacked_packet_map.cc View 1 chunk +1 line, -1 line 0 comments Download
A net/quic/platform/api/quic_bug_tracker.h View 1 chunk +12 lines, -0 lines 0 comments Download
A + net/quic/platform/impl/quic_bug_tracker_impl.h View 1 1 chunk +3 lines, -3 lines 0 comments Download
M net/quic/platform/impl/quic_ip_address_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/quic/platform/impl/quic_socket_address_impl.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M net/quic/test_tools/simulator/simulator.h View 1 chunk +1 line, -1 line 0 comments Download
M net/tools/quic/platform/impl/quic_socket_utils.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/tools/quic/quic_client.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/tools/quic/quic_client_session.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/tools/quic/quic_dispatcher.cc View 1 chunk +1 line, -2 lines 0 comments Download
M net/tools/quic/quic_http_response_cache.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M net/tools/quic/quic_packet_reader.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/tools/quic/quic_simple_server_stream.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/tools/quic/stateless_rejector.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 17 (13 generated)
Fan Yang
3 years, 11 months ago (2017-01-10 14:59:06 UTC) #5
Ryan Hamilton
lgtm
3 years, 11 months ago (2017-01-10 22:41:28 UTC) #12
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/2619993003/40001
3 years, 11 months ago (2017-01-10 23:18:58 UTC) #14
commit-bot: I haz the power
3 years, 11 months ago (2017-01-10 23:26:33 UTC) #17
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://chromium.googlesource.com/chromium/src/+/48a024234beda5a9afe8a997c450...

Powered by Google App Engine
This is Rietveld 408576698