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

Issue 2554683003: Revert of Add new HTTP/2 and HPACK decoder in net/http2/. (Closed)

Created:
4 years ago by carlosk
Modified:
4 years ago
CC:
chromium-reviews, cbentzel+watch_chromium.org, Ryan Hamilton
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Revert of Add new HTTP/2 and HPACK decoder in net/http2/. (patchset #19 id:400001 of https://codereview.chromium.org/2293613002/ ) Reason for revert: Causing failures in net_unittests DecodeBufferDeathTest.NonNullBufferRequired on Mac (and maybe more). Original issue's description: > Add new HTTP/2 and HPACK decoder in net/http2/. > > A follow-up CL will add flags and new classes to net/spdy > that will benefit from this new implementation. > > This CL lands all server changes in the http2 directory > up to 129999723 by jamessynge. > > BUG=488484 > > Committed: https://crrev.com/167743e8a7af542f317afde21d4ba19adc5b1f8f > Cr-Commit-Position: refs/heads/master@{#436466} TBR=jamessynge@chromium.org,rch@chromium.org,bnc@chromium.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=488484 Committed: https://crrev.com/d0df22be04ce0f84edfe6e6df9ae9b8af910d2ba Cr-Commit-Position: refs/heads/master@{#436483}

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+0 lines, -19867 lines) Patch
D net/http2/decoder/decode_buffer.h View 1 chunk +0 lines, -289 lines 0 comments Download
D net/http2/decoder/decode_buffer.cc View 1 chunk +0 lines, -90 lines 0 comments Download
D net/http2/decoder/decode_buffer_test.cc View 1 chunk +0 lines, -406 lines 0 comments Download
D net/http2/decoder/decode_http2_structures.h View 1 chunk +0 lines, -94 lines 0 comments Download
D net/http2/decoder/decode_http2_structures.cc View 1 chunk +0 lines, -355 lines 0 comments Download
D net/http2/decoder/decode_http2_structures_test.cc View 1 chunk +0 lines, -542 lines 0 comments Download
D net/http2/decoder/decode_status.h View 1 chunk +0 lines, -32 lines 0 comments Download
D net/http2/decoder/decode_status.cc View 1 chunk +0 lines, -27 lines 0 comments Download
D net/http2/decoder/frame_decoder_state.h View 1 chunk +0 lines, -252 lines 0 comments Download
D net/http2/decoder/frame_decoder_state.cc View 1 chunk +0 lines, -81 lines 0 comments Download
D net/http2/decoder/frame_decoder_state_test_util.h View 1 chunk +0 lines, -36 lines 0 comments Download
D net/http2/decoder/frame_decoder_state_test_util.cc View 1 chunk +0 lines, -34 lines 0 comments Download
D net/http2/decoder/frame_parts.h View 1 chunk +0 lines, -176 lines 0 comments Download
D net/http2/decoder/frame_parts.cc View 1 chunk +0 lines, -527 lines 0 comments Download
D net/http2/decoder/frame_parts_collector.h View 1 chunk +0 lines, -116 lines 0 comments Download
D net/http2/decoder/frame_parts_collector.cc View 1 chunk +0 lines, -112 lines 0 comments Download
D net/http2/decoder/frame_parts_collector_listener.h View 1 chunk +0 lines, -83 lines 0 comments Download
D net/http2/decoder/frame_parts_collector_listener.cc View 1 chunk +0 lines, -230 lines 0 comments Download
D net/http2/decoder/http2_frame_decoder.h View 1 chunk +0 lines, -203 lines 0 comments Download
D net/http2/decoder/http2_frame_decoder.cc View 1 chunk +0 lines, -426 lines 0 comments Download
D net/http2/decoder/http2_frame_decoder_listener.h View 1 chunk +0 lines, -356 lines 0 comments Download
D net/http2/decoder/http2_frame_decoder_listener.cc View 1 chunk +0 lines, -14 lines 0 comments Download
D net/http2/decoder/http2_frame_decoder_listener_test_util.h View 1 chunk +0 lines, -141 lines 0 comments Download
D net/http2/decoder/http2_frame_decoder_listener_test_util.cc View 1 chunk +0 lines, -485 lines 0 comments Download
D net/http2/decoder/http2_frame_decoder_test.cc View 1 chunk +0 lines, -946 lines 0 comments Download
D net/http2/decoder/http2_structure_decoder.h View 1 chunk +0 lines, -129 lines 0 comments Download
D net/http2/decoder/http2_structure_decoder.cc View 1 chunk +0 lines, -90 lines 0 comments Download
D net/http2/decoder/http2_structure_decoder_test.cc View 1 chunk +0 lines, -512 lines 0 comments Download
D net/http2/decoder/http2_structure_decoder_test_util.h View 1 chunk +0 lines, -30 lines 0 comments Download
D net/http2/decoder/payload_decoders/altsvc_payload_decoder.h View 1 chunk +0 lines, -64 lines 0 comments Download
D net/http2/decoder/payload_decoders/altsvc_payload_decoder.cc View 1 chunk +0 lines, -143 lines 0 comments Download
D net/http2/decoder/payload_decoders/altsvc_payload_decoder_test.cc View 1 chunk +0 lines, -133 lines 0 comments Download
D net/http2/decoder/payload_decoders/continuation_payload_decoder.h View 1 chunk +0 lines, -31 lines 0 comments Download
D net/http2/decoder/payload_decoders/continuation_payload_decoder.cc View 1 chunk +0 lines, -58 lines 0 comments Download
D net/http2/decoder/payload_decoders/continuation_payload_decoder_test.cc View 1 chunk +0 lines, -94 lines 0 comments Download
D net/http2/decoder/payload_decoders/data_payload_decoder.h View 1 chunk +0 lines, -54 lines 0 comments Download
D net/http2/decoder/payload_decoders/data_payload_decoder.cc View 1 chunk +0 lines, -123 lines 0 comments Download
D net/http2/decoder/payload_decoders/data_payload_decoder_test.cc View 1 chunk +0 lines, -120 lines 0 comments Download
D net/http2/decoder/payload_decoders/goaway_payload_decoder.h View 1 chunk +0 lines, -66 lines 0 comments Download
D net/http2/decoder/payload_decoders/goaway_payload_decoder.cc View 1 chunk +0 lines, -118 lines 0 comments Download
D net/http2/decoder/payload_decoders/goaway_payload_decoder_test.cc View 1 chunk +0 lines, -122 lines 0 comments Download
D net/http2/decoder/payload_decoders/headers_payload_decoder.h View 1 chunk +0 lines, -67 lines 0 comments Download
D net/http2/decoder/payload_decoders/headers_payload_decoder.cc View 1 chunk +0 lines, -173 lines 0 comments Download
D net/http2/decoder/payload_decoders/headers_payload_decoder_test.cc View 1 chunk +0 lines, -173 lines 0 comments Download
D net/http2/decoder/payload_decoders/payload_decoder_base_test_util.h View 1 chunk +0 lines, -486 lines 0 comments Download
D net/http2/decoder/payload_decoders/payload_decoder_base_test_util.cc View 1 chunk +0 lines, -98 lines 0 comments Download
D net/http2/decoder/payload_decoders/ping_payload_decoder.h View 1 chunk +0 lines, -43 lines 0 comments Download
D net/http2/decoder/payload_decoders/ping_payload_decoder.cc View 1 chunk +0 lines, -89 lines 0 comments Download
D net/http2/decoder/payload_decoders/ping_payload_decoder_test.cc View 1 chunk +0 lines, -122 lines 0 comments Download
D net/http2/decoder/payload_decoders/priority_payload_decoder.h View 1 chunk +0 lines, -44 lines 0 comments Download
D net/http2/decoder/payload_decoders/priority_payload_decoder.cc View 1 chunk +0 lines, -64 lines 0 comments Download
D net/http2/decoder/payload_decoders/priority_payload_decoder_test.cc View 1 chunk +0 lines, -100 lines 0 comments Download
D net/http2/decoder/payload_decoders/push_promise_payload_decoder.h View 1 chunk +0 lines, -66 lines 0 comments Download
D net/http2/decoder/payload_decoders/push_promise_payload_decoder.cc View 1 chunk +0 lines, -172 lines 0 comments Download
D net/http2/decoder/payload_decoders/push_promise_payload_decoder_test.cc View 1 chunk +0 lines, -151 lines 0 comments Download
D net/http2/decoder/payload_decoders/rst_stream_payload_decoder.h View 1 chunk +0 lines, -42 lines 0 comments Download
D net/http2/decoder/payload_decoders/rst_stream_payload_decoder.cc View 1 chunk +0 lines, -66 lines 0 comments Download
D net/http2/decoder/payload_decoders/rst_stream_payload_decoder_test.cc View 1 chunk +0 lines, -102 lines 0 comments Download
D net/http2/decoder/payload_decoders/settings_payload_decoder.h View 1 chunk +0 lines, -54 lines 0 comments Download
D net/http2/decoder/payload_decoders/settings_payload_decoder.cc View 1 chunk +0 lines, -97 lines 0 comments Download
D net/http2/decoder/payload_decoders/settings_payload_decoder_test.cc View 1 chunk +0 lines, -176 lines 0 comments Download
D net/http2/decoder/payload_decoders/unknown_payload_decoder.h View 1 chunk +0 lines, -33 lines 0 comments Download
D net/http2/decoder/payload_decoders/unknown_payload_decoder.cc View 1 chunk +0 lines, -55 lines 0 comments Download
D net/http2/decoder/payload_decoders/unknown_payload_decoder_test.cc View 1 chunk +0 lines, -108 lines 0 comments Download
D net/http2/decoder/payload_decoders/window_update_payload_decoder.h View 1 chunk +0 lines, -42 lines 0 comments Download
D net/http2/decoder/payload_decoders/window_update_payload_decoder.cc View 1 chunk +0 lines, -82 lines 0 comments Download
D net/http2/decoder/payload_decoders/window_update_payload_decoder_test.cc View 1 chunk +0 lines, -106 lines 0 comments Download
D net/http2/hpack/decoder/hpack_block_collector.h View 1 chunk +0 lines, -128 lines 0 comments Download
D net/http2/hpack/decoder/hpack_block_collector.cc View 1 chunk +0 lines, -154 lines 0 comments Download
D net/http2/hpack/decoder/hpack_block_decoder.h View 1 chunk +0 lines, -69 lines 0 comments Download
D net/http2/hpack/decoder/hpack_block_decoder.cc View 1 chunk +0 lines, -65 lines 0 comments Download
D net/http2/hpack/decoder/hpack_block_decoder_test.cc View 1 chunk +0 lines, -315 lines 0 comments Download
D net/http2/hpack/decoder/hpack_decoder_string_buffer.h View 1 chunk +0 lines, -82 lines 0 comments Download
D net/http2/hpack/decoder/hpack_decoder_string_buffer.cc View 1 chunk +0 lines, -215 lines 0 comments Download
D net/http2/hpack/decoder/hpack_decoder_string_buffer_test.cc View 1 chunk +0 lines, -245 lines 0 comments Download
D net/http2/hpack/decoder/hpack_entry_collector.h View 1 chunk +0 lines, -154 lines 0 comments Download
D net/http2/hpack/decoder/hpack_entry_collector.cc View 1 chunk +0 lines, -317 lines 0 comments Download
D net/http2/hpack/decoder/hpack_entry_decoder.h View 1 chunk +0 lines, -117 lines 0 comments Download
D net/http2/hpack/decoder/hpack_entry_decoder.cc View 1 chunk +0 lines, -233 lines 0 comments Download
D net/http2/hpack/decoder/hpack_entry_decoder_listener.h View 1 chunk +0 lines, -110 lines 0 comments Download
D net/http2/hpack/decoder/hpack_entry_decoder_listener.cc View 1 chunk +0 lines, -83 lines 0 comments Download
D net/http2/hpack/decoder/hpack_entry_decoder_test.cc View 1 chunk +0 lines, -244 lines 0 comments Download
D net/http2/hpack/decoder/hpack_entry_type_decoder.h View 1 chunk +0 lines, -56 lines 0 comments Download
D net/http2/hpack/decoder/hpack_entry_type_decoder.cc View 1 chunk +0 lines, -360 lines 0 comments Download
D net/http2/hpack/decoder/hpack_entry_type_decoder_test.cc View 1 chunk +0 lines, -98 lines 0 comments Download
D net/http2/hpack/decoder/hpack_string_collector.h View 1 chunk +0 lines, -63 lines 0 comments Download
D net/http2/hpack/decoder/hpack_string_collector.cc View 1 chunk +0 lines, -127 lines 0 comments Download
D net/http2/hpack/decoder/hpack_string_decoder.h View 1 chunk +0 lines, -236 lines 0 comments Download
D net/http2/hpack/decoder/hpack_string_decoder.cc View 1 chunk +0 lines, -39 lines 0 comments Download
D net/http2/hpack/decoder/hpack_string_decoder_listener.h View 1 chunk +0 lines, -62 lines 0 comments Download
D net/http2/hpack/decoder/hpack_string_decoder_listener.cc View 1 chunk +0 lines, -36 lines 0 comments Download
D net/http2/hpack/decoder/hpack_string_decoder_test.cc View 1 chunk +0 lines, -194 lines 0 comments Download
D net/http2/hpack/decoder/hpack_varint_decoder.h View 1 chunk +0 lines, -181 lines 0 comments Download
D net/http2/hpack/decoder/hpack_varint_decoder.cc View 1 chunk +0 lines, -36 lines 0 comments Download
D net/http2/hpack/decoder/hpack_varint_decoder_test.cc View 1 chunk +0 lines, -395 lines 0 comments Download
D net/http2/hpack/http2_hpack_constants.h View 1 chunk +0 lines, -61 lines 0 comments Download
D net/http2/hpack/http2_hpack_constants.cc View 1 chunk +0 lines, -33 lines 0 comments Download
D net/http2/hpack/http2_hpack_constants_test.cc View 1 chunk +0 lines, -34 lines 0 comments Download
D net/http2/hpack/huffman/http2_hpack_huffman_decoder.h View 1 chunk +0 lines, -149 lines 0 comments Download
D net/http2/hpack/huffman/http2_hpack_huffman_decoder.cc View 1 chunk +0 lines, -542 lines 0 comments Download
D net/http2/hpack/huffman/http2_hpack_huffman_decoder_test.cc View 1 chunk +0 lines, -292 lines 0 comments Download
D net/http2/hpack/tools/hpack_block_builder.h View 1 chunk +0 lines, -95 lines 0 comments Download
D net/http2/hpack/tools/hpack_block_builder.cc View 1 chunk +0 lines, -84 lines 0 comments Download
D net/http2/hpack/tools/hpack_block_builder_test.cc View 1 chunk +0 lines, -169 lines 0 comments Download
D net/http2/hpack/tools/hpack_example.h View 1 chunk +0 lines, -32 lines 0 comments Download
D net/http2/hpack/tools/hpack_example.cc View 1 chunk +0 lines, -61 lines 0 comments Download
D net/http2/http2_constants.h View 1 chunk +0 lines, -265 lines 0 comments Download
D net/http2/http2_constants.cc View 1 chunk +0 lines, -161 lines 0 comments Download
D net/http2/http2_constants_test.cc View 1 chunk +0 lines, -272 lines 0 comments Download
D net/http2/http2_constants_test_util.h View 1 chunk +0 lines, -40 lines 0 comments Download
D net/http2/http2_constants_test_util.cc View 1 chunk +0 lines, -142 lines 0 comments Download
D net/http2/http2_structures.h View 1 chunk +0 lines, -326 lines 0 comments Download
D net/http2/http2_structures.cc View 1 chunk +0 lines, -138 lines 0 comments Download
D net/http2/http2_structures_test.cc View 1 chunk +0 lines, -486 lines 0 comments Download
D net/http2/http2_structures_test_util.h View 1 chunk +0 lines, -61 lines 0 comments Download
D net/http2/http2_structures_test_util.cc View 1 chunk +0 lines, -107 lines 0 comments Download
D net/http2/tools/failure.h View 1 chunk +0 lines, -154 lines 0 comments Download
D net/http2/tools/failure.cc View 1 chunk +0 lines, -29 lines 0 comments Download
D net/http2/tools/http2_bug_tracker.h View 1 chunk +0 lines, -14 lines 0 comments Download
D net/http2/tools/http2_frame_builder.h View 1 chunk +0 lines, -100 lines 0 comments Download
D net/http2/tools/http2_frame_builder.cc View 1 chunk +0 lines, -182 lines 0 comments Download
D net/http2/tools/http2_random.h View 1 chunk +0 lines, -46 lines 0 comments Download
D net/http2/tools/http2_random.cc View 1 chunk +0 lines, -59 lines 0 comments Download
D net/http2/tools/random_decoder_test.h View 1 chunk +0 lines, -264 lines 0 comments Download
D net/http2/tools/random_decoder_test.cc View 1 chunk +0 lines, -179 lines 0 comments Download
M net/net.gypi View 2 chunks +0 lines, -125 lines 0 comments Download

Messages

Total messages: 7 (3 generated)
carlosk
Created Revert of Add new HTTP/2 and HPACK decoder in net/http2/.
4 years ago (2016-12-06 01:50:39 UTC) #2
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/2554683003/1
4 years ago (2016-12-06 01:51:01 UTC) #3
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years ago (2016-12-06 01:53:42 UTC) #5
commit-bot: I haz the power
4 years ago (2016-12-06 01:55:28 UTC) #7
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/d0df22be04ce0f84edfe6e6df9ae9b8af910d2ba
Cr-Commit-Position: refs/heads/master@{#436483}

Powered by Google App Engine
This is Rietveld 408576698