[Passwords] Fixing password generation outside the form tag.
Forms that do not have a <form> tag are treated by Passwordmanager as one synthetic form. This might negatively affect websites that allow navigation via JS scripts, without committing the actual navigation. Password fields might be added/changed, but the already existing PasswordFormManager can store outdated server predictions and treat the form as previously filled. This CL makes sure that the valid server predictions are used when the form changes. Bug: 1140480 Change-Id: I68475dc0c55e8878781351f3f28b3f3f70429271 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2489990 Commit-Queue: Maria Kazinova <kazinova@google.com> Reviewed-by:Jan Wilken Dörrie <jdoerrie@chromium.org> Cr-Commit-Position: refs/heads/master@{#820379}
Showing
Please register or sign in to comment