commit | d797bf0d91a1d137996640733d745fdd9eab4bf3 | [log] [tgz] |
---|---|---|
author | Andrew Paseltiner <apaseltiner@chromium.org> | Tue May 10 21:42:55 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue May 10 21:42:55 2022 |
tree | b644df73302381093af1c6c9b3814cee80141580 | |
parent | cd9348e7fa39f3910a919236b183aeaee8701b2b [diff] |
Remove HTML-attribute-based attribution source registration This API is deprecated and only accessible behind a test-only runtime-enabled feature. The API has been replaced with response-header-based registration: https://github.com/WICG/conversion-measurement-api/blob/main/EVENT.md#registering-attribution-sources This also allows us to replace all uses of blink::WebImpression with blink::Impression and to remove the ConversionMeasurement runtime-enabled feature entirely. Bug: 1301960, 1319881 Change-Id: Ia97500fc5023f92c319b3234a34be761f590d88e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3576874 Reviewed-by: Robert Sesek <rsesek@chromium.org> Commit-Queue: Andrew Paseltiner <apaseltiner@chromium.org> Quick-Run: Andrew Paseltiner <apaseltiner@chromium.org> Reviewed-by: Nate Chapin <japhet@chromium.org> Reviewed-by: Kentaro Hara <haraken@chromium.org> Reviewed-by: John Delaney <johnidel@chromium.org> Cr-Commit-Position: refs/heads/main@{#1001706}
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.