commit | b9fcd5881b8a806534478715d394c966689d7e39 | [log] [tgz] |
---|---|---|
author | Martin Kreichgauer <martinkr@google.com> | Mon Mar 01 18:10:51 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Mar 01 18:10:51 2021 |
tree | e2984d2e8cead6dfb70a23fab701140505ac0db9 | |
parent | 596867f35129457a1fc51355a6775c39125ccb79 [diff] |
fido: unbreak Windows WebAuthn integration CL 2683862 moved a WebAuthenticationUseNativeWinApi flag check into the WinWebAuthnApiImpl constructor. But I accidentally inverted the condition, so now the API integration is disabled on Windows by default, completely breaking WebAuthn on Windows 10 releases 19H1 and newer. Bug: 1183376 Change-Id: I92b1a788ebe26f3ab8162637e1d4c484f3988176 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2724966 Commit-Queue: Martin Kreichgauer <martinkr@google.com> Commit-Queue: Adam Langley <agl@chromium.org> Auto-Submit: Martin Kreichgauer <martinkr@google.com> Reviewed-by: Adam Langley <agl@chromium.org> Cr-Commit-Position: refs/heads/master@{#858603}
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.