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

Issue 2603723002: Add a new QUIC platform API for text utilities. (Closed)

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

Description

Add a new QUIC platform API for text utilities. Merge internal change: 143121845 Committed: https://crrev.com/5ca9da50e452c66316bb8b0b993a52bd27d07166 Cr-Commit-Position: refs/heads/master@{#440905}

Patch Set 1 #

Patch Set 2 : Rebase #

Patch Set 3 : Rebase #

Patch Set 4 : Add #

Patch Set 5 : Finish #

Patch Set 6 : Fix #

Patch Set 7 : Really Fix #

Patch Set 8 : Tests #

Total comments: 10

Patch Set 9 : Address comments and re-sync #

Patch Set 10 : Rebase #

Patch Set 11 : fix test #

Patch Set 12 : net/tools/quic/quic_packet_printer_bin.cc #

Unified diffs Side-by-side diffs Delta from patch set Stats (+622 lines, -352 lines) Patch
M net/net.gypi View 1 2 3 4 5 6 7 8 9 3 chunks +3 lines, -0 lines 0 comments Download
M net/quic/chromium/bidirectional_stream_quic_impl_unittest.cc View 7 chunks +7 lines, -7 lines 0 comments Download
M net/quic/chromium/crypto_test_utils_chromium.cc View 1 2 3 4 1 chunk +0 lines, -1 line 0 comments Download
M net/quic/core/crypto/aes_128_gcm_12_decrypter_test.cc View 2 chunks +7 lines, -6 lines 0 comments Download
M net/quic/core/crypto/aes_128_gcm_12_encrypter_test.cc View 2 chunks +7 lines, -6 lines 0 comments Download
M net/quic/core/crypto/cert_compressor_test.cc View 1 2 3 4 5 6 7 8 9 10 6 chunks +24 lines, -23 lines 0 comments Download
M net/quic/core/crypto/chacha20_poly1305_decrypter_test.cc View 2 chunks +7 lines, -6 lines 0 comments Download
M net/quic/core/crypto/chacha20_poly1305_encrypter_test.cc View 3 chunks +8 lines, -7 lines 0 comments Download
M net/quic/core/crypto/crypto_framer.cc View 1 2 3 4 1 chunk +0 lines, -1 line 0 comments Download
M net/quic/core/crypto/crypto_handshake_message.cc View 1 2 3 4 4 chunks +4 lines, -4 lines 0 comments Download
M net/quic/core/crypto/crypto_server_test.cc View 6 chunks +13 lines, -11 lines 0 comments Download
M net/quic/core/crypto/crypto_utils_test.cc View 2 chunks +6 lines, -4 lines 0 comments Download
M net/quic/core/crypto/quic_compressed_certs_cache_test.cc View 1 2 3 4 3 chunks +9 lines, -6 lines 0 comments Download
M net/quic/core/crypto/quic_crypto_client_config.cc View 1 2 3 4 3 chunks +3 lines, -3 lines 0 comments Download
M net/quic/core/crypto/quic_crypto_server_config.cc View 6 chunks +9 lines, -8 lines 0 comments Download
M net/quic/core/quic_connection.cc View 1 2 3 4 4 chunks +6 lines, -7 lines 0 comments Download
M net/quic/core/quic_connection_test.cc View 1 2 3 4 1 chunk +0 lines, -1 line 0 comments Download
M net/quic/core/quic_crypto_client_stream.cc View 1 2 3 4 1 chunk +0 lines, -1 line 0 comments Download
M net/quic/core/quic_crypto_server_stream.cc View 1 2 3 4 5 6 7 8 3 chunks +2 lines, -14 lines 0 comments Download
M net/quic/core/quic_flow_controller.cc View 1 2 3 4 1 chunk +0 lines, -1 line 0 comments Download
M net/quic/core/quic_flow_controller_test.cc View 1 2 3 4 1 chunk +0 lines, -1 line 0 comments Download
M net/quic/core/quic_headers_stream.cc View 1 2 3 4 1 chunk +0 lines, -2 lines 0 comments Download
M net/quic/core/quic_headers_stream_test.cc View 1 2 3 4 1 chunk +0 lines, -1 line 0 comments Download
M net/quic/core/quic_multipath_sent_packet_manager.cc View 1 2 3 4 2 chunks +2 lines, -3 lines 0 comments Download
M net/quic/core/quic_packets.cc View 2 chunks +5 lines, -2 lines 0 comments Download
M net/quic/core/quic_sent_packet_manager.cc View 2 chunks +4 lines, -3 lines 0 comments Download
M net/quic/core/quic_session.cc View 2 chunks +0 lines, -3 lines 0 comments Download
M net/quic/core/quic_session_test.cc View 1 2 3 4 1 chunk +0 lines, -1 line 0 comments Download
M net/quic/core/quic_spdy_stream.cc View 2 chunks +5 lines, -4 lines 0 comments Download
M net/quic/core/quic_spdy_stream_test.cc View 1 2 3 4 4 chunks +9 lines, -6 lines 0 comments Download
M net/quic/core/quic_stream_sequencer.cc View 1 2 3 4 2 chunks +0 lines, -4 lines 0 comments Download
M net/quic/core/quic_stream_sequencer_buffer.cc View 1 2 3 4 1 chunk +0 lines, -3 lines 0 comments Download
M net/quic/core/quic_tag.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M net/quic/core/quic_utils.h View 1 chunk +0 lines, -16 lines 0 comments Download
M net/quic/core/quic_utils.cc View 1 2 3 4 5 6 2 chunks +0 lines, -55 lines 0 comments Download
M net/quic/core/quic_utils_test.cc View 1 chunk +0 lines, -21 lines 0 comments Download
M net/quic/core/quic_versions.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M net/quic/core/spdy_utils.cc View 5 chunks +9 lines, -13 lines 0 comments Download
M net/quic/core/spdy_utils_test.cc View 4 chunks +8 lines, -4 lines 0 comments Download
A net/quic/platform/api/quic_text_utils.h View 1 2 3 4 5 6 7 8 1 chunk +98 lines, -0 lines 0 comments Download
A net/quic/platform/api/quic_text_utils_test.cc View 1 2 3 4 5 6 7 8 1 chunk +138 lines, -0 lines 0 comments Download
A net/quic/platform/impl/quic_text_utils_impl.h View 1 2 3 4 5 6 7 8 1 chunk +146 lines, -0 lines 0 comments Download
M net/quic/test_tools/crypto_test_utils.cc View 1 2 3 4 3 chunks +3 lines, -3 lines 0 comments Download
M net/quic/test_tools/crypto_test_utils_test.cc View 3 chunks +5 lines, -4 lines 0 comments Download
M net/quic/test_tools/quic_test_utils.cc View 1 2 3 4 1 chunk +0 lines, -1 line 0 comments Download
M net/tools/quic/chlo_extractor.cc View 1 2 3 4 2 chunks +2 lines, -2 lines 0 comments Download
M net/tools/quic/crypto_message_printer_bin.cc View 1 2 3 4 2 chunks +2 lines, -2 lines 0 comments Download
M net/tools/quic/end_to_end_test.cc View 1 2 3 4 6 chunks +8 lines, -5 lines 0 comments Download
M net/tools/quic/quic_client.cc View 1 2 3 4 2 chunks +0 lines, -2 lines 0 comments Download
M net/tools/quic/quic_client_base.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M net/tools/quic/quic_client_bin.cc View 1 2 3 4 7 chunks +10 lines, -19 lines 0 comments Download
M net/tools/quic/quic_client_session_test.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M net/tools/quic/quic_client_test.cc View 1 2 3 4 2 chunks +2 lines, -3 lines 0 comments Download
M net/tools/quic/quic_dispatcher_test.cc View 1 2 3 4 2 chunks +0 lines, -2 lines 0 comments Download
M net/tools/quic/quic_http_response_cache.cc View 4 chunks +6 lines, -9 lines 0 comments Download
M net/tools/quic/quic_http_response_cache_test.cc View 4 chunks +9 lines, -8 lines 0 comments Download
M net/tools/quic/quic_packet_printer_bin.cc View 1 2 3 4 5 6 7 8 9 10 11 3 chunks +3 lines, -3 lines 0 comments Download
M net/tools/quic/quic_simple_client_bin.cc View 1 2 3 4 5 chunks +5 lines, -4 lines 0 comments Download
M net/tools/quic/quic_simple_server_session_test.cc View 2 chunks +3 lines, -1 line 0 comments Download
M net/tools/quic/quic_simple_server_stream.cc View 3 chunks +5 lines, -6 lines 0 comments Download
M net/tools/quic/quic_spdy_client_stream.cc View 2 chunks +0 lines, -2 lines 0 comments Download
M net/tools/quic/quic_spdy_client_stream_test.cc View 1 2 3 4 2 chunks +3 lines, -2 lines 0 comments Download
M net/tools/quic/stateless_rejector_test.cc View 1 2 3 4 6 chunks +9 lines, -7 lines 0 comments Download
M net/tools/quic/test_tools/quic_test_client.cc View 1 2 3 4 3 chunks +3 lines, -3 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 43 (31 generated)
Ryan Hamilton
3 years, 12 months ago (2016-12-27 23:14:19 UTC) #20
Jana
A few nits https://codereview.chromium.org/2603723002/diff/140001/net/quic/core/quic_crypto_server_stream.cc File net/quic/core/quic_crypto_server_stream.cc (left): https://codereview.chromium.org/2603723002/diff/140001/net/quic/core/quic_crypto_server_stream.cc#oldcode434 net/quic/core/quic_crypto_server_stream.cc:434: output->resize(len); Why's this resize not required ...
3 years, 11 months ago (2016-12-27 23:52:49 UTC) #21
Ryan Hamilton
https://codereview.chromium.org/2603723002/diff/140001/net/quic/core/quic_crypto_server_stream.cc File net/quic/core/quic_crypto_server_stream.cc (left): https://codereview.chromium.org/2603723002/diff/140001/net/quic/core/quic_crypto_server_stream.cc#oldcode434 net/quic/core/quic_crypto_server_stream.cc:434: output->resize(len); On 2016/12/27 23:52:48, Jana wrote: > Why's this ...
3 years, 11 months ago (2016-12-28 01:48:38 UTC) #22
Jana
lgtm LGTM, modulo one nit. https://codereview.chromium.org/2603723002/diff/140001/net/quic/platform/api/quic_text_utils.h File net/quic/platform/api/quic_text_utils.h (right): https://codereview.chromium.org/2603723002/diff/140001/net/quic/platform/api/quic_text_utils.h#newcode49 net/quic/platform/api/quic_text_utils.h:49: // hexadecimal representation. On ...
3 years, 11 months ago (2016-12-28 03:11:51 UTC) #23
Ryan Hamilton
Submitting. https://codereview.chromium.org/2603723002/diff/140001/net/quic/platform/api/quic_text_utils.h File net/quic/platform/api/quic_text_utils.h (right): https://codereview.chromium.org/2603723002/diff/140001/net/quic/platform/api/quic_text_utils.h#newcode49 net/quic/platform/api/quic_text_utils.h:49: // hexadecimal representation. On 2016/12/28 03:11:51, Jana wrote: ...
3 years, 11 months ago (2016-12-28 19:15:04 UTC) #24
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/2603723002/180001
3 years, 11 months ago (2016-12-28 19:15:27 UTC) #27
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_ozone_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_ozone_rel_ng/builds/295200)
3 years, 11 months ago (2016-12-28 19:41:07 UTC) #29
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/2603723002/200001
3 years, 11 months ago (2016-12-28 20:27:29 UTC) #32
commit-bot: I haz the power
Try jobs failed on following builders: win_clang on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_clang/builds/144645)
3 years, 11 months ago (2016-12-28 21:51:27 UTC) #34
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/2603723002/220001
3 years, 11 months ago (2016-12-28 22:45:19 UTC) #37
commit-bot: I haz the power
Committed patchset #12 (id:220001)
3 years, 11 months ago (2016-12-28 23:47:01 UTC) #41
commit-bot: I haz the power
3 years, 11 months ago (2017-01-02 15:50:46 UTC) #43
Message was sent while issue was closed.
Patchset 12 (id:??) landed as
https://crrev.com/5ca9da50e452c66316bb8b0b993a52bd27d07166
Cr-Commit-Position: refs/heads/master@{#440905}

Powered by Google App Engine
This is Rietveld 408576698