commit | 5016c2a4f1e07e80fcca4fa6d0482737fb268e7e | [log] [tgz] |
---|---|---|
author | Alex Ilin <alexilin@chromium.org> | Mon Apr 14 12:55:17 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Apr 14 12:55:17 2025 |
tree | e1362179282558c98223a3adc0b074e303e185c5 | |
parent | cb0360fd8d9da2c11ad2319028c1ecd0dcccd335 [diff] |
[M136][DBSC] Split Signin.OAuth2MintToken.BoundFetchAuthError UMA We'd like to have more visibility in the results of /IssueToken fetches per token binding assertion "type", such as - "SIGNATURE_FAILED" sentinel - "DBSC_CHALLENGE_IF_REQUIRED" sentinel - legit signed assertion - empty assertion (unreachable in the current version) This CL also de-duplicates definitions for the sentinel values above. (cherry picked from commit 1d184d28be315d3c873d65d6f893801bea1c1e9f) Bug: 409994511 Fixed: 410480906 Change-Id: I8d9bf2980590ee8d45da8f1c4c79719f16e5fdee Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6449562 Reviewed-by: David Roger <droger@chromium.org> Commit-Queue: Alex Ilin <alexilin@chromium.org> Auto-Submit: Alex Ilin <alexilin@chromium.org> Commit-Queue: David Roger <droger@chromium.org> Cr-Original-Commit-Position: refs/heads/main@{#1445909} Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6448557 Reviewed-by: Boris Sazonov <bsazonov@chromium.org> Cr-Commit-Position: refs/branch-heads/7103@{#842} Cr-Branched-From: e09430c64983fc906f37a9f7e6806275c9b67b86-refs/heads/main@{#1440670}
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.