commit | e5e97e3e4c92c21f1312fd98eb8cf4096afa6fb6 | [log] [tgz] |
---|---|---|
author | Andrew Paseltiner <apaseltiner@chromium.org> | Thu Feb 02 01:46:11 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Feb 02 01:46:11 2023 |
tree | 87c6f56cc949eba44697f391ee55a7641f95e2be | |
parent | 1cd0274cf8f0694d4688db46c1f3e3f6b59b47b0 [diff] |
Use source origin as context origin for fake attribution reports Instead of trying to obtain a trustworthy origin from the source's destination site, which may not be possible and would have caused the associated DCHECK to fail. A context origin is the secondary owner of either a source or a trigger, after the reporting origin. Bug: 1412111 Change-Id: Ie1eaf7e157bbfeeaf9c1339cb0ee8a8caa27e948 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4213654 Reviewed-by: Charlie Harrison <csharrison@chromium.org> Commit-Queue: Andrew Paseltiner <apaseltiner@chromium.org> Reviewed-by: Nan Lin <linnan@chromium.org> Quick-Run: Andrew Paseltiner <apaseltiner@chromium.org> Cr-Commit-Position: refs/heads/main@{#1100222}
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.