commit | bdb8eba9f60f424af8c99cc57506aa81a66ae4f7 | [log] [tgz] |
---|---|---|
author | elabadysayed <elabadysayed@chromium.org> | Fri Jul 12 07:35:43 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jul 12 07:35:43 2024 |
tree | 392a2619a800f06afd08b0182d0f2f1d812a06d9 | |
parent | 6e9560c265951dd9f3612f59c15291ad1f9e5883 [diff] |
Skip wrong session ids instead of returning early in autofill method. Some websites will have the username and password in two separate forms and that causes Autofill logic to create two separate sessions with separate ids. When the user tries to save a new suggested password, we fail to fill the password field as the framework triggers the autofill method with the username and password having two distinct ids. The CL also adding a counter to filledCount in the autofill method to only return true if the count is more than 0. Bug: 343791272 Change-Id: I2603eefb12da98575f01292eb300a3725c3e1069 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5688520 Reviewed-by: Jan Keitel <jkeitel@google.com> Commit-Queue: Jan Keitel <jkeitel@google.com> Auto-Submit: Sayed Elabady <elabadysayed@chromium.org> Code-Coverage: findit-for-me@appspot.gserviceaccount.com <findit-for-me@appspot.gserviceaccount.com> Cr-Commit-Position: refs/heads/main@{#1326600}
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.