commit | 7a5b365301c98a42a1efc970b19afe9dc6c8ccef | [log] [tgz] |
---|---|---|
author | Adem Derinel <derinel@google.com> | Tue Feb 13 10:49:20 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Feb 13 10:49:20 2024 |
tree | 606c85244b79edc3be156aaa917db1aa78f9e43a | |
parent | 5849fec93b56248c056658b74cef02b477cf5ab4 [diff] |
[Android][WebAuthn] Include a ResultReceiver in make/get requests When the WebauthnMode is APP or BROWSER, we do not have a way to register for started activity results (i.e. onActivityResult). Hence we will be sending a ResultReceiver in the params, and expect that ResultReceiver's send() to be called back. This was tested e2e using crrev.com/c/5268550 in a tiny app which wraps WebView. Bug: b/41483780, b/323803609 Change-Id: Ie044f324bfb0360968a58321661e1d5436497fa9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5268927 Reviewed-by: Adam Langley <agl@chromium.org> Commit-Queue: Adem Derinel <derinel@google.com> Cr-Commit-Position: refs/heads/main@{#1259752}
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.