commit | a08e1134d450bce5e486e7ef83d0e636a2466711 | [log] [tgz] |
---|---|---|
author | Adam Langley <agl@chromium.org> | Mon Mar 07 23:28:28 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Mar 07 23:28:28 2022 |
tree | e0835da224a3ef0694166dc060340fb7d8e49fd9 | |
parent | 85bbdbba8a760126d7e29d44e5d8c9adb2ac8761 [diff] |
webauthn: split up 410 and linking callbacks. Information flowing from caBLEv2 tunnels to the authentication request delegate is currently contained in a single callback which takes an `absl::variant` of the possible events. In order to allow linking information to be received after a transaction is complete, linking events will have to be processed after the destruction of the delegate, but invalid-tunnel events still want to be processed within the delegate as they continue to be lifetime-bounded in the obvious way. This change splits the current callback into two callbacks so that it's easier to route the events to different places for handling. Currently this is a no-op, however. BUG=1302435 Change-Id: I1a1be3ef661e62c95ecd570796bdcdb8f64bf768 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3499148 Reviewed-by: Martin Kreichgauer <martinkr@google.com> Commit-Queue: Adam Langley <agl@chromium.org> Cr-Commit-Position: refs/heads/main@{#978501}
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.