| commit | eda1e70cf8ae2c460100670dcb01ae9a492b28cc | [log] [tgz] |
|---|---|---|
| author | Antonio Sartori <antoniosartori@chromium.org> | Thu Sep 09 14:23:55 2021 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Sep 09 14:23:55 2021 |
| tree | d7321191e4e8860fe7c050c5759a44c689fa4028 | |
| parent | 256de9bed84d6dcc9a6eef5faa64522c545a17e2 [diff] |
Pass nonce in net::IsolationInfo for shared workers subresources This CL takes the nonce into account when creating the net::IsolationInfo for subresource requests initiated by shared workers. In this way, the IsolationInfo is populated correctly also if the shared worker is owned by an anonymous iframe. Anonymous iframes are implemented behind a flag, so this CL should have no effect unless that flag is enabled. Bug: 1226469 Change-Id: I9b3a621c6272399751a6774671bd4ac49c58e3aa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3141440 Commit-Queue: Antonio Sartori <antoniosartori@chromium.org> Reviewed-by: Ben Kelly <wanderview@chromium.org> Cr-Commit-Position: refs/heads/main@{#919784}
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.