commit | 4c51ea31b68efd72065e3e8a0f77a05a93905f4a | [log] [tgz] |
---|---|---|
author | Adem Derinel <derinel@google.com> | Wed Feb 07 07:20:59 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Feb 07 07:20:59 2024 |
tree | d3098a616096e8749b82f2196e4a6b715f02a1b0 | |
parent | a92284b577eaf632401531c4d6e272f9cc6bf374 [diff] |
[Android][WebAuthn] Introduce GmsCoreUtils for version checks Querying the version when it is first required (e.g. at the beginning of `makeCredential`) and caching as a static member. Moving the logic out of Fido2CredentialRequest and AuthenticatorImpl into one single file. Bug: b/41483780 Change-Id: I1107fa503b0da1594e44b876a8ed729bd3883894 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5272403 Reviewed-by: Adam Langley <agl@chromium.org> Commit-Queue: Adem Derinel <derinel@google.com> Cr-Commit-Position: refs/heads/main@{#1257222}
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.