| commit | 00a3bb424cd16c9adfbb20ce53dacdedb2f6006b | [log] [tgz] |
|---|---|---|
| author | Adam Langley <agl@chromium.org> | Fri Jun 30 23:09:59 2023 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jun 30 23:09:59 2023 |
| tree | aa246d1b0654d9ec6255c100058a1e4f5f1f4b1b | |
| parent | ac9f00a5616e2fb3a0f8d132d129cc5a38806e7e [diff] |
webauthn: split RegistrationState out. This class started life as a reasonably simple class that integrated a bunch of stuff. Over time it has grown enough logic that it's more than just integration and deserves some tests. I was just about to add more logic to it so I figured now was a good time to do that. No behaviour change expected. Change-Id: Idae20a193637a56dbfe80cbed497d20cbaa69c1f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4657277 Reviewed-by: Ken Buchanan <kenrb@chromium.org> Commit-Queue: Adam Langley <agl@chromium.org> Code-Coverage: Findit <findit-for-me@appspot.gserviceaccount.com> Cr-Commit-Position: refs/heads/main@{#1164971}
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.