commit | b00611232dc6aec638c508593d7fb40f8ff0593c | [log] [tgz] |
---|---|---|
author | Peter Kotwicz <pkotwicz@chromium.org> | Tue Aug 20 20:48:52 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Aug 20 20:48:52 2024 |
tree | 99f0d9a6a3536d61a740abe74b7acd51d6ebf40b | |
parent | 7775d487bceed614ab442a17681f1f57f3bc4723 [diff] |
Update digital credential API handling when page is navigated This CL: - Dismisses the digital credential API interstitial if the page is navigated while one is shown. This new behavior is suboptimal (see associated bug), but is less code and rarely exercised complicated code tends to be broken over time. - Makes the digital credential API interstitial web modal (as oppsed to app modal) - Adds UMA for the reason that the digital credentials API interstitial was dismissed BUG=354162572 Change-Id: I2360107ee07ab4fca9cde6cde911da048692da4d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5727115 Code-Coverage: findit-for-me@appspot.gserviceaccount.com <findit-for-me@appspot.gserviceaccount.com> Reviewed-by: Christian Biesinger <cbiesinger@chromium.org> Reviewed-by: Alexei Svitkine <asvitkine@chromium.org> Commit-Queue: Peter Kotwicz <pkotwicz@chromium.org> Cr-Commit-Position: refs/heads/main@{#1344367}
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.