commit | d8b872a4ab234a307a04967e4ea6faa50f2055cc | [log] [tgz] |
---|---|---|
author | Sam LeDoux <sledoux@google.com> | Fri Oct 27 19:57:26 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Oct 27 19:57:26 2023 |
tree | ce65f7ddefa8914cf4bd1b3f8db9c161cbca6f5f | |
parent | 353b7355f5443d78267bccd9db90650eef568ed9 [diff] |
Create HttpErrorTabHelper to track 3PC Breakage Indicator UKM This CL creates a `WebContentsObserver` that is used to track cases of Http Errors as an indicator of possible third-party cookie breakage. This metric is added as a case to the pre-existing UKM `ThirdPartyCookies.BreakageIndicator`. Bug: 1463370 Change-Id: Icd5dc766892ddd628e641e60b25856073001373c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4845630 Reviewed-by: Chris Fredrickson <cfredric@chromium.org> Reviewed-by: Ben Kelly <wanderview@chromium.org> Reviewed-by: Brendon Tiszka <tiszka@chromium.org> Commit-Queue: Sam LeDoux <sledoux@google.com> Cr-Commit-Position: refs/heads/main@{#1216318}
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.