commit | 68507a755eba85b620610008ca2ab8e2019209c7 | [log] [tgz] |
---|---|---|
author | Sharon Yang <yangsharon@chromium.org> | Mon Jan 27 23:10:59 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jan 27 23:10:59 2025 |
tree | ce93247ca3a0fede14b630e14c4554d524894839 | |
parent | 91011c8d15cb9520bcf87ad320706c6bd46198be [diff] |
Add flag for SiteInstanceGroups for default processes This feature will change the process model when full Site Isolation is not enabled (e.g., Android), so that non-isolated sites will each get their own SiteInstance within a default SiteInstanceGroup (per BrowsingInstance), rather than sharing a default SiteInstance. They will continue to share the same process, so there will be no change to the process count. Test: No behaviour change. Bug: 390571607 Change-Id: I720b1ee02911d985eab0543e8cb7947c598f3704 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6199824 Reviewed-by: Charlie Reis <creis@chromium.org> Commit-Queue: Sharon Yang <yangsharon@chromium.org> Cr-Commit-Position: refs/heads/main@{#1411933}
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.