commit | 2e5fd085ec6109555dde94eae86163f5f4c69656 | [log] [tgz] |
---|---|---|
author | Ari Chivukula <arichiv@chromium.org> | Wed Jan 25 05:34:59 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jan 25 05:34:59 2023 |
tree | 7e3b372e6403713f55df3f5b95a6cd83ce96c425 | |
parent | b7a510ac4902cad0d4077f67c106bed3afad0965 [diff] |
[StorageKey] Allow (de)serialization of opaque top_level_site It's possible, for example on a data url with an iframe, to have a non-opaque origin and an opaque top_level_site. In such instances we need to be able to serialize the opaque top_level_site so that storage access is possible. In future, we may want to remove this capability but with a target launch of M112 we cannot take on more near term deprecations. Bug: 1407243 Change-Id: I0698e0b209884571e9c24b0f3b54490de90d3a2b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4189064 Reviewed-by: Matt Menke <mmenke@chromium.org> Reviewed-by: Yoav Weiss <yoavweiss@chromium.org> Commit-Queue: Yoav Weiss <yoavweiss@chromium.org> Reviewed-by: Daniel Cheng <dcheng@chromium.org> Auto-Submit: Ari Chivukula <arichiv@chromium.org> Reviewed-by: Alex Moshchuk <alexmos@chromium.org> Reviewed-by: Steven Bingler <bingler@chromium.org> Cr-Commit-Position: refs/heads/main@{#1096631}
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.