| commit | f3926d592747e0cbfa72a655e41688a24a58b38c | [log] [tgz] |
|---|---|---|
| author | Martin Kreichgauer <martinkr@google.com> | Wed Apr 23 02:56:23 2025 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Apr 23 02:56:23 2025 |
| tree | b25155137ac7643e6d3edf98befafa97101a3420 | |
| parent | 4e5db5e383251dabbc93351ee5c69322cf7361ec [diff] |
webauthn: disable passkey upgrade flag on Android Conditional create hasn't been wired up for Android yet, so this should have been a no-op. But getClientCapabilities() feature detection also considers the flag state, and thus on Android it is currently reported as available by mistake. Fixed: 412772588 Change-Id: I90b8ea3c111dab0a52744cec09b7d7b1c729ce6e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6481576 Commit-Queue: Martin Kreichgauer <martinkr@google.com> Reviewed-by: Adam Langley <agl@chromium.org> Auto-Submit: Martin Kreichgauer <martinkr@google.com> Commit-Queue: Adam Langley <agl@chromium.org> Cr-Commit-Position: refs/heads/main@{#1450340}
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.