commit | 35943e751a7957806928e7a53a9e76c933898341 | [log] [tgz] |
---|---|---|
author | Jihad Hanna <jihadghanna@google.com> | Sat Nov 23 12:11:20 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Sat Nov 23 12:11:20 2024 |
tree | 3ca8cb3677e8c5a2e7fa06c9d52ddd73b083d448 | |
parent | 11ffc245ae216b2274debc6771cd10d0081efde6 [diff] |
Do not offer authentication when cached form and queried form differ This adds a check in `WillFillCreditCardNumberOrCvc` that exists in `FormFiller::FillOrPreviewForm` [1] and that would result in aborting filling. This would avoid showing the user an authentication flow that would result in nothing. (see bug for example website) [1] https://source.chromium.org/chromium/chromium/src/+/main:components/autofill/core/browser/form_filler.cc;l=600-611;drc=6ed77aa1cde0af08a59bf8a880f6e78109a12583 Bug: 380428840 Change-Id: I7075da3993139f7c87d48f4d0a12a80d0487eed4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6043520 Reviewed-by: Vinny Persky <vinnypersky@google.com> Code-Coverage: findit-for-me@appspot.gserviceaccount.com <findit-for-me@appspot.gserviceaccount.com> Commit-Queue: Jihad Hanna <jihadghanna@google.com> Reviewed-by: Florian Leimgruber <fleimgruber@google.com> Cr-Commit-Position: refs/heads/main@{#1387250}
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.