commit | e438f575692ca4ffad8d82eec8f991cc4ca08ab8 | [log] [tgz] |
---|---|---|
author | Adam Langley <agl@chromium.org> | Fri May 10 21:08:29 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri May 10 21:08:29 2024 |
tree | 67312a8b721db97e1937f6f644530f5bda6eab6d | |
parent | 9b0b85b7c05650ad40f13024e1432a3e02aba1bf [diff] |
webauthn: always show connecting sheet before starting transaction. Without this, the transaction can be running and the user can still click other UI elements. Our state machine doesn't cope very well with that. Since this means that we no longer overlap the transaction with the Touch ID animation, increase the delay a bit so that it's not cut off. Bug: 40274370 Change-Id: I32d6aa0207e288b29d2632e0fa0582650858b2a2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5527960 Commit-Queue: Adam Langley <agl@chromium.org> Reviewed-by: Ken Buchanan <kenrb@chromium.org> Cr-Commit-Position: refs/heads/main@{#1299516}
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.