commit | c2efa96fe706c9d9985d50fb832c918e0be7a51a | [log] [tgz] |
---|---|---|
author | Chris Fredrickson <[email protected]> | Thu Aug 04 20:40:44 2022 |
committer | Chromium LUCI CQ <[email protected]> | Thu Aug 04 20:40:44 2022 |
tree | 0c2c3cdd184233487b0525eaaad12d5bb94e992e | |
parent | 8078dcbac1f0f2beaf6a7b67bc2632dc87745dfd [diff] |
Introduce FirstPartySetEntry class to hold site metadata. This CL does not change any behavior; it just introduces a new class which will hold metadata associated with a given site in a First-Party Set. This metadata used to just be the set's owner domain; but in the future, this may contain things like the site's role in the set, whether it is in a set that was defined by an enterprise policy, etc. Bug: 1349781 Change-Id: I89e399692b574b03dea3af8bfc98ac795d28adae Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3791957 Reviewed-by: Maks Orlovich <[email protected]> Reviewed-by: Will Harris <[email protected]> Reviewed-by: Avi Drissman <[email protected]> Commit-Queue: Chris Fredrickson <[email protected]> Cr-Commit-Position: refs/heads/main@{#1031576}
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.