commit | 6cd3efc0e3af2b39e59714130640da64c3e255b1 | [log] [tgz] |
---|---|---|
author | Nina Satragno <nsatragno@chromium.org> | Fri Jul 04 21:07:45 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jul 04 21:07:45 2025 |
tree | b5fc3ac34c8a95d57925356982024c380374ccb7 | |
parent | 605c762744a9a8520190ba28edf4697cb2991c61 [diff] |
[webauthn] Fix hint breaking profile authenticator Setting a hint of "client-device" has Chrome automatically dispatch to the first platform authenticator on the mechanism list. If that results in OS-specific UI (Windows Hello or iCloud Keychain) and the user cancels, the flow should step to the mechanism selection screen. This CL fixes a bug where that wouldn't happen. Fixed: 413572038 Change-Id: I179149a06b4b99926504f78273045fcb5e14a9af Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6701240 Reviewed-by: Ken Buchanan <kenrb@chromium.org> Commit-Queue: Ken Buchanan <kenrb@chromium.org> Auto-Submit: Nina Satragno <nsatragno@chromium.org> Cr-Commit-Position: refs/heads/main@{#1482727}
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.