commit | ab0b57310e4ddbd3747e85059889bdcdc7c1fada | [log] [tgz] |
---|---|---|
author | Dylan Cutler <[email protected]> | Fri Sep 17 00:28:34 2021 |
committer | Chromium LUCI CQ <[email protected]> | Fri Sep 17 00:28:34 2021 |
tree | 8613b633348073f9a853bf2f741170328299c5d9 | |
parent | eb5ddad2b77c7deae9d02ad026faaa6b15570f6b [diff] |
Make CookiePartitionKey constructor private. This way, any CookiePartitionKey instantiated with a value needs to have been created with FromNetworkIsolationKey or FromURLForTesting. This makes it easier for us to keep track of/control the logic of how CookiePartitionKeys are instantiated. This CL also adds a new factory, FromWire, meant for creating CookiePartitionKey instances from an existing partition key for Mojo. Bug: 1225444 Change-Id: Ib8133e0a51fdf49c0cf95e8b28c5613931cd9d63 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3163538 Commit-Queue: Dylan Cutler <[email protected]> Reviewed-by: Daniel Cheng <[email protected]> Reviewed-by: Maksim Orlovich <[email protected]> Cr-Commit-Position: refs/heads/main@{#922370}
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.