commit | aae3d1531ed365e0f2317459b464f7d258b54ef3 | [log] [tgz] |
---|---|---|
author | Tsuyoshi Horo <horo@chromium.org> | Mon Jul 01 23:28:50 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jul 01 23:28:50 2024 |
tree | c64fe2cf2e5b3c94b0bb69905d3dff46739ea454 | |
parent | e54e6dcd3fc6f9765175b9436184cdaf86308aac [diff] |
Move some CompressionDictionaryTransport related feature flags to //net This CL moves following feature flags to //net from //services/network: - CompressionDictionaryTransportOverHttp1 - CompressionDictionaryTransportOverHttp2 - CompressionDictionaryTransportRequireKnownRootCert They are used in the SharedDictionaryNetworkTransaction class which will be moved to //net. This CL does not modify any behavior. Bug: 349860805 Change-Id: I872b0af88b4284d43ab232b872dd4b9ff0b41683 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5665396 Commit-Queue: Tsuyoshi Horo <horo@chromium.org> Reviewed-by: Kenichi Ishibashi <bashi@chromium.org> Reviewed-by: Martin Šrámek <msramek@chromium.org> Cr-Commit-Position: refs/heads/main@{#1321900}
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.