
https://quiche.googlesource.com/quiche.git/+log/62d74465a687..ac3b8f2eb90a The refactor needed to get the fuzz test utils / test building model the changes from here:748880344f
The removed tests were from:aa21e3d226
$ git log 62d74465a..ac3b8f2eb --date=short --no-merges --format='%ad %ae %s' 2024-01-08 rch Remove extra data copy in LoadBalancerServerId constructor. 2024-01-05 birenroy Removes support for detailed HPACK error messages. 2024-01-05 birenroy Deletes classes in //third_party/spdy/core that are only referenced by unit tests. 2024-01-05 birenroy Removes a detailed error message that is propagated as a std::string and only referenced in gQUIC, which is deprecated. 2024-01-05 birenroy Updates spdy::Http2DecoderAdapter to hold HpackDecoderAdapter directly, rather than as a pointer. 2024-01-05 birenroy Passes header field names and values through HpackDecoderListener as `absl::string_view` rather than `const std::string&`. 2024-01-05 ericorth Add QUICHE socket SendTo() support 2024-01-05 birenroy Removes a method from HpackDecoderStringBuffer that is only used in tests. 2024-01-05 birenroy Removes ListenerAdapter::decoded_block_ and all accessors. 2024-01-04 quiche-dev Expose traffic class bits in `QbonePacketProcessor::Filter` Created with: roll-dep src/net/third_party/quiche/src Bug: None Change-Id: Ibb6c405c8572868b448690c655ee495955585b3f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5178346 Reviewed-by: Kenichi Ishibashi <bashi@chromium.org> Commit-Queue: Andrew Williams <awillia@chromium.org> Cr-Commit-Position: refs/heads/main@{#1244331}
Chromium
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead,
follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure.
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.