commit | 20d746cf9409dce73b75a422b2929520aa4fc58c | [log] [tgz] |
---|---|---|
author | Martin Verde <thesalsa@google.com> | Wed Nov 15 16:40:15 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Nov 15 16:40:15 2023 |
tree | f65102037b27db9f1195a8b2d106282c8eab4aef | |
parent | d4d59a540770dd8dfd5161c261aed2551627ed6d [diff] |
[AFP] Add a metric for the results of checking a URL against the NetworkResourceBlockList. The result can currently be one of 3 different values: 1. Third-party and blocked for matching the blocklist. 2. Third-party and allowed for not matching the blocklist. 3. First-party and allowed. Bug: 307511618 Change-Id: I7d9d943e934b3f057ec787bd7e705020e97ff27f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4980609 Commit-Queue: Martin Verde <thesalsa@google.com> Reviewed-by: Ben Kelly <wanderview@chromium.org> Reviewed-by: Alex Kallam <aakallam@chromium.org> Cr-Commit-Position: refs/heads/main@{#1224984}
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.