commit | 03b9cc89db121c3b2ecba8799cb413defd34b9ae | [log] [tgz] |
---|---|---|
author | Peter Kotwicz <pkotwicz@chromium.org> | Sat Sep 07 02:01:26 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Sat Sep 07 02:01:26 2024 |
tree | 738c7021ef7687309723ac3e987f6b10930d9d3f | |
parent | 3908fbb7093a973247ea64fc34dbd11b2c087df9 [diff] |
Add UKM for website familiarity This CL adds the SiteFamiliarityHeuristicResult UKM. The UKM records different heuristics for determining the user's familiarity with a website. The UKM will be used to evaluate different heuristics for enabling site protections on different sites similar to what the Edge browser does for "Enhanced Site Security". Privacy review doc: https://docs.google.com/document/d/1S8AwGm3ceKZEh_YbXuJIIgPdk7Z8698InyPsYLj0lTM/edit?usp=sharing BUG=360159387, 361129287 TEST=SiteProtectionMetricsObserverTest.Ukm Change-Id: Ie3d8ec606673d028f1cf053e5f12982d4a64f57f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5806079 Reviewed-by: Sun Yueru <yrsun@chromium.org> Commit-Queue: Peter Kotwicz <pkotwicz@chromium.org> Reviewed-by: Xinghui Lu <xinghuilu@chromium.org> Cr-Commit-Position: refs/heads/main@{#1352398}
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.