commit | d1f015de23154a969c0f9ee304012415e4a6a110 | [log] [tgz] |
---|---|---|
author | Camille Lamy <clamy@chromium.org> | Sat Jul 06 14:14:10 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Sat Jul 06 14:14:10 2024 |
tree | d553819765011cfe87bbfb8421786127d3d0cc88 | |
parent | 689243c5ddf8677a15a5b3a1add89a230d614c12 [diff] |
[DIP] Implement process isolation This CL implements process isolation of documents that set Document-Isolation-Policy. It introduces an AgentClusterKey passed to SiteInfo, which is used to isolate pages with DIP from pages without DIP. In this CL, the AgentClusterKey is only computed for pages with DIP. Pages without DIP only get an AgentClusterKey with an empty URL. Follow-up work will properly compute the AgentClusterKey for all navigations. Bug: 333047378 Change-Id: I86f1fa637f68dfe0932be7b2373323472c19ac7a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5588626 Reviewed-by: Arthur Sonzogni <arthursonzogni@chromium.org> Reviewed-by: Alex Moshchuk <alexmos@chromium.org> Commit-Queue: Camille Lamy <clamy@chromium.org> Cr-Commit-Position: refs/heads/main@{#1323878}
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.