commit | 72a1412b46553105b7e140179d453a82adedffcb | [log] [tgz] |
---|---|---|
author | Howard Yang <hcyang@google.com> | Wed Apr 13 00:16:02 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Apr 13 00:16:02 2022 |
tree | b37b0966f405c558d10f38503618cd868066e959 | |
parent | 63d72161c23b0eab5d1fe55bc0aea16bd1d8dd17 [diff] |
Activate power button WebAuthn on lacros Make the code that are originally only active on ash active on lacros too. Add u2f_client to lacros dbus and a webauthn request registrar with a default implementation to make it compilable. Since UV WebAuthn won't work yet, force set uv_available to false, this logic will be remove at the end of this CL chain. This CL has a side effect that power button WebAuthn starts working on lacros. Bug: 1269528 Test: manual test power button WebAuthn in Lacros works. Test: manual test platform authenticator option won't appear when power button isn't enabled in Lacros. Test: can't run any integration test yet because UV authenticator doesn't work. Will add and run them at the end of CL chain. Change-Id: I41b6be0aaf983ed67fb145e958bb4503c1efd9ba Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3505445 Reviewed-by: Avi Drissman <avi@chromium.org> Reviewed-by: Martin Kreichgauer <martinkr@google.com> Reviewed-by: Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Howard Yang <hcyang@google.com> Cr-Commit-Position: refs/heads/main@{#991813}
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.