Commit 5aab6727 authored by Victor Vasiliev's avatar Victor Vasiliev Committed by Commit Bot

Roll src/net/third_party/quiche/src/ 91ae39183..eab918f02 (9 commits)

https://quiche.googlesource.com/quiche.git/+log/91ae3918387e..eab918f02856

$ git log 91ae39183..eab918f02 --date=short --no-merges --format='%ad %ae %s'
2019-10-28 renjietang Remove unused return value for QuicSession::OnStopSendingFrame().
2019-10-28 dschinazi Remove no-longer-required QUIC_EXPORTs
2019-10-28 ianswett Deprecate gfe2_reloadable_flag_quic_simple_inflight_time.
2019-10-28 ianswett Deprecate gfe2_reloadable_flag_quic_sent_packet_manager_cleanup.
2019-10-26 rch gfe-relnote: Add a VersionSupportsGoogleAltSvcFormat() method to move the version check out of the version manager. No behavior change. Not flag protected.
2019-10-25 bnc Move QPACK test utilities to test_tools/qpack/.
2019-10-25 dschinazi Inline trivial constructors
2019-10-25 renjietang Fix some test expectation regarding SendControlFrame().
2019-10-25 fayang gfe-relnote: Deprecate gfe2_reloadable_flag_quic_detect_spurious_loss.

Created with:
  roll-dep src/net/third_party/quiche/src

R=zhongyi@chromium.org

Change-Id: Ia9d65ea1d21c56b539c7ba1870bcc348181e8b02
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1885090Reviewed-by: default avatarZhongyi Shi <zhongyi@chromium.org>
Commit-Queue: Victor Vasiliev <vasilvv@chromium.org>
Cr-Commit-Position: refs/heads/master@{#710100}
parent 19a90c54
......@@ -310,7 +310,7 @@ vars = {
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling feed
# and whatever else without interference from each other.
'quiche_revision': '91ae3918387e152674f9ef30ca5821a83de6a0fd',
'quiche_revision': 'eab918f02856b96305eec8fdeba64c9a4d494706',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling ios_webkit
# and whatever else without interference from each other.
......
......@@ -3404,14 +3404,6 @@ source_set("quic_test_tools") {
"quic/platform/impl/quic_test_output_impl.h",
"quic/test_task_runner.cc",
"quic/test_task_runner.h",
"third_party/quiche/src/quic/core/qpack/offline/qpack_offline_decoder.cc",
"third_party/quiche/src/quic/core/qpack/offline/qpack_offline_decoder.h",
"third_party/quiche/src/quic/core/qpack/qpack_decoder_test_utils.cc",
"third_party/quiche/src/quic/core/qpack/qpack_decoder_test_utils.h",
"third_party/quiche/src/quic/core/qpack/qpack_encoder_test_utils.cc",
"third_party/quiche/src/quic/core/qpack/qpack_encoder_test_utils.h",
"third_party/quiche/src/quic/core/qpack/qpack_test_utils.cc",
"third_party/quiche/src/quic/core/qpack/qpack_test_utils.h",
"third_party/quiche/src/quic/core/quic_trace_visitor.cc",
"third_party/quiche/src/quic/core/quic_trace_visitor.h",
"third_party/quiche/src/quic/platform/api/quic_epoll_test_tools.h",
......@@ -3441,10 +3433,18 @@ source_set("quic_test_tools") {
"third_party/quiche/src/quic/test_tools/mock_quic_spdy_client_stream.h",
"third_party/quiche/src/quic/test_tools/mock_random.cc",
"third_party/quiche/src/quic/test_tools/mock_random.h",
"third_party/quiche/src/quic/test_tools/qpack_encoder_peer.cc",
"third_party/quiche/src/quic/test_tools/qpack_encoder_peer.h",
"third_party/quiche/src/quic/test_tools/qpack_header_table_peer.cc",
"third_party/quiche/src/quic/test_tools/qpack_header_table_peer.h",
"third_party/quiche/src/quic/test_tools/qpack/qpack_decoder_test_utils.cc",
"third_party/quiche/src/quic/test_tools/qpack/qpack_decoder_test_utils.h",
"third_party/quiche/src/quic/test_tools/qpack/qpack_encoder_peer.cc",
"third_party/quiche/src/quic/test_tools/qpack/qpack_encoder_peer.h",
"third_party/quiche/src/quic/test_tools/qpack/qpack_encoder_test_utils.cc",
"third_party/quiche/src/quic/test_tools/qpack/qpack_encoder_test_utils.h",
"third_party/quiche/src/quic/test_tools/qpack/qpack_header_table_peer.cc",
"third_party/quiche/src/quic/test_tools/qpack/qpack_header_table_peer.h",
"third_party/quiche/src/quic/test_tools/qpack/qpack_offline_decoder.cc",
"third_party/quiche/src/quic/test_tools/qpack/qpack_offline_decoder.h",
"third_party/quiche/src/quic/test_tools/qpack/qpack_test_utils.cc",
"third_party/quiche/src/quic/test_tools/qpack/qpack_test_utils.h",
"third_party/quiche/src/quic/test_tools/quic_buffered_packet_store_peer.cc",
"third_party/quiche/src/quic/test_tools/quic_buffered_packet_store_peer.h",
"third_party/quiche/src/quic/test_tools/quic_client_promised_info_peer.cc",
......@@ -3717,7 +3717,7 @@ if (!is_ios) {
executable("qpack_offline_decoder") {
testonly = true
sources = [
"third_party/quiche/src/quic/core/qpack/offline/qpack_offline_decoder_bin.cc",
"third_party/quiche/src/quic/core/qpack/qpack_offline_decoder_bin.cc",
]
deps = [
":net",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment