commit | 3f3122eeab5b421d5bc0ec139abfb7f027e13a81 | [log] [tgz] |
---|---|---|
author | selya <selya@chromium.org> | Sat Sep 07 14:55:47 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Sat Sep 07 14:55:47 2024 |
tree | 71a3e06755d41398ec13434136d0a708f51d14a4 | |
parent | 04a57ccd3b1d25095edb72b78f847b59aa8819bd [diff] |
Update extensions to include partitioned cookie ancestor chain bit Add new optional bool hasCrossSiteAncestor to the CookiePartitionKey object in cookies.json and update implementations that use the CookiePartitionKey to take into account the new value. Add new cases to unit tests to provide coverage for the new value and update the existing unit tests to use a CookiePartitionKey object. More background information on why this change is being made can be found at the following github link: https://github.com/privacycg/CHIPS/issues/6 Bug: 330778448, 361862746, 362480909 Change-Id: I78e87cf2db806792ba50d477a59b8c2ffcc58ae9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5386307 Commit-Queue: Aaron Selya <selya@google.com> Reviewed-by: Dylan Cutler <dylancutler@google.com> Reviewed-by: Devlin Cronin <rdevlin.cronin@chromium.org> Cr-Commit-Position: refs/heads/main@{#1352445}
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.