commit | 2730733ce4f4ed806748d0992e35b2747f4626e3 | [log] [tgz] |
---|---|---|
author | Dylan Cutler <[email protected]> | Mon Aug 02 21:00:41 2021 |
committer | Chromium LUCI CQ <[email protected]> | Mon Aug 02 21:00:41 2021 |
tree | 9446f8fac397c739c9a715b2a1b650a6c8864ac7 | |
parent | 0122b55f21dd8bc63c3a9bbe56148b7205cb171d [diff] |
Refactor CanonicalCookie.partition_key_ to use CookiePartitionKey class. This CL does not change the behavior of cookie partition keys, rather it refactors existing code to use its own class, CookiePartitionKey. This change makes the cookie partition key more extensible to use cases beyond the Partitioned attribute, e.g. anonymous iframes (https://github.com/w3ctag/design-reviews/issues/639). Bug: 1225444 Change-Id: Ifcaf6c643645b37058dd2922590b796c127a6e31 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3043086 Reviewed-by: Daniel Cheng <[email protected]> Reviewed-by: Maksim Orlovich <[email protected]> Reviewed-by: Antonio Sartori <[email protected]> Reviewed-by: Arthur Sonzogni <[email protected]> Commit-Queue: Dylan Cutler <[email protected]> Cr-Commit-Position: refs/heads/master@{#907695}
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.