DescriptionConvert invalid WebPasswordFormData to null (rather than empty) PasswordForm.
https://chromiumcodereview.appspot.com/11000016/ inadvertantly changed the
WebPasswordFormData->PasswordForm conversion to convert an invalid
WebPasswordFormData to a new PasswordForm() rather than NULL. This change
breaks the assumptions of autofill code on the behavior of this conversion
function (e.g., PasswordGenerationManager::DidFinishLoad()), and can result in
buggy behavior such as the save password infobar not being shown.
BUG=174199
TEST=Log in to forum.linode.com: you should see the save password infobar.
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=189594
Patch Set 1 #Patch Set 2 : Added test #
Total comments: 2
Patch Set 3 : Fix android build #
Messages
Total messages: 19 (0 generated)
|