Chromium Code Reviews
Description[Password Manager] New criteria for a submission detection.
In order to understand that form submission was successful, Password Manager uses very simple criteria: the submission is considered to be successful iff the form is disappeared from the DOM. It fails especially often on change password form, since it's ok for change password form to be in DOM after successful change password, since the user can change password again. This CL implements additional criteria for change password forms: submissions is successful iff the form is disappeared or its fields are cleared.
BUG=597309, 683950
Review-Url: https://codereview.chromium.org/2708923006
Cr-Commit-Position: refs/heads/master@{#452505}
Committed: https://chromium.googlesource.com/chromium/src/+/1292fd1de885beaaa353f8d200b62199a625754f
Patch Set 1 #Patch Set 2 : Removed debugging logging #
Messages
Total messages: 9 (5 generated)
|
||||||||||||||||||||||||||||