commit | c68e593ea7c24a145d7d97b21ce153e90eb2eef9 | [log] [tgz] |
---|---|---|
author | Dylan Cutler <[email protected]> | Wed Sep 15 22:07:27 2021 |
committer | Chromium LUCI CQ <[email protected]> | Wed Sep 15 22:07:27 2021 |
tree | 62daadee1cb218f3362eceac1c0b7a076512974f | |
parent | d86f524cc051c5565b92a4fa64143f0541bef95f [diff] |
Store persistent Partitioned cookies in the SQLite table. Cookies are only stored with a top_frame_site_key if partitioned cookies are enabled. If a cookie has a top_frame_site_key and the feature is disabled, the cookie should not be saved. Likewise, if a cookie in the database has a top_frame_site_key when the feature is disabled, that cookie is not loaded and all cookies with that top_frame_site_key are deleted. We can also conveniently reuse this logic to delete cookies when deserializing the top_frame_site_key fails. Bug: 1225444 Change-Id: Ia09679863a334abc67bce841cb9bc595750dbca3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3153340 Commit-Queue: Dylan Cutler <[email protected]> Reviewed-by: Steven Bingler <[email protected]> Reviewed-by: Victor Costan <[email protected]> Cr-Commit-Position: refs/heads/main@{#921886}
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.