commit | 46cf262142fc130be2bffa9d06dcd1d79bc80573 | [log] [tgz] |
---|---|---|
author | W. James MacLean <[email protected]> | Thu Oct 01 16:43:37 2020 |
committer | Commit Bot <[email protected]> | Thu Oct 01 16:43:37 2020 |
tree | 026e659e4c61b3d13ded63e9f98313b79e0c18ba | |
parent | 107683fa12b936e2aa7674ef17f710832ca8c00c [diff] |
Plumb |origin_requests_isolation| flag. This CL plumbs a bit from NavigationRequest::OnResponseStarted() via all pathways to ShouldOriginGetOptInIsolation(). This will allow removing the scoping mechanism previous used to determine when a NavigationRequest is trying to opt an origin into isolation, and resolve the associated bug in the process. Bug: 1099718 Change-Id: I98e0a9cf5974aae84d4895468734efefd427ddc4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2411423 Reviewed-by: Alex Moshchuk <[email protected]> Reviewed-by: Aaron Colwell <[email protected]> Commit-Queue: James MacLean <[email protected]> Cr-Commit-Position: refs/heads/master@{#812744}
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.