commit | d804aafe8dc8fd87467c544d2bf5b73a3c6f6bd0 | [log] [tgz] |
---|---|---|
author | Matt Menke <[email protected]> | Tue Jul 21 21:25:48 2020 |
committer | Commit Bot <[email protected]> | Tue Jul 21 21:25:48 2020 |
tree | fc9eb62a5fb4f74838aa156011a6a02540afab2b | |
parent | c6f610ed666b924ac613d9efdf77c3529a5133cb [diff] |
Make one QuicClientPushPromiseIndex per QuicChromiumClientSession. QuicClientPushPromiseIndex allows at most one push per URL, which resulted in leaking data across NetworkIsolationKeys. Since this is a quiche-provided interface, the simplest workaround is to just create one per QuicChromiumClientSession instead. Bug: 1105544 Change-Id: I2bc975f4710bdc07f2a24f0ec6785c96000c5deb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2302831 Reviewed-by: Zhongyi Shi <[email protected]> Commit-Queue: Matt Menke <[email protected]> Cr-Commit-Position: refs/heads/master@{#790557}
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.
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.