| commit | ccaa64a6334b81f1c60e6b9346e85ff88ed5b80c | [log] [tgz] |
|---|---|---|
| author | Nan Lin <linnan@chromium.org> | Wed Jul 10 23:22:53 2024 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jul 10 23:22:53 2024 |
| tree | 17f87fd5a15c2314113300cd557f7e1927b7919f | |
| parent | cb9dc3e44a883fd3c12e2709f3a6805bb7bb5b4e [diff] |
Omit Attribution-Reporting-Support header when attribution support is unset This cl introduced a new `kUnset` enum for attribution support to indicate that the attribution support is unknown which may happen for fetches within service workers. This cl has no behavioral change as attribution runtime features and attribution support are always set together if ever, and therefore Attribution-Reporting-Support header is not set when attribution support is not set due to the runtime feature gating. This is a preparation work to remove cross app web attribution runtime feature in a follow up to retain the existing behavior. Bug: 352077671 Change-Id: I91d5260db0af60ee4e3c9b27fdd93c7d16fed7bc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5689294 Reviewed-by: Joe Mason <joenotcharles@google.com> Commit-Queue: Nan Lin <linnan@chromium.org> Reviewed-by: Andrew Paseltiner <apaseltiner@chromium.org> Reviewed-by: Nate Chapin <japhet@chromium.org> Reviewed-by: Anthony Garant <anthonygarant@chromium.org> Reviewed-by: Kenichi Ishibashi <bashi@chromium.org> Cr-Commit-Position: refs/heads/main@{#1325809}
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.