commit | bd35d46d5b8771b57c3b6ce38e4b8bfa70c0f0d9 | [log] [tgz] |
---|---|---|
author | Ari Chivukula <arichiv@chromium.org> | Mon Nov 13 16:47:05 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Nov 13 16:47:05 2023 |
tree | f73aaa39a86ad20e84db3f3588b4c2c9aa25df3a | |
parent | ccd44fdd3f8abae913983d821947102ebc93b969 [diff] |
[StorageKey] Fixup proto generator The point of this generator is to generate valid keys for use in other fuzzers, so we should be sure we aren't using invalid configurations. Some of this is code cleanup, but the critical fixes are in MakeAncestorChainBit: (1) If the origin is opaque, kCrossSite must be set (2) If the origin doesn't match top_level_site, kCrossSite must be set Bug: 1501180 Change-Id: I0c0c77d74b826bcdd13dc37f69b82cfcbb7bf3f9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5017294 Reviewed-by: Steven Bingler <bingler@chromium.org> Commit-Queue: Steven Bingler <bingler@chromium.org> Commit-Queue: Ari Chivukula <arichiv@chromium.org> Auto-Submit: Ari Chivukula <arichiv@chromium.org> Cr-Commit-Position: refs/heads/main@{#1223684}
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.