New issue
Advanced search Search tips

Issue 919799 link

Starred by 1 user

Issue metadata

Status: Assigned
Owner:
Components:
EstimatedDays: ----
NextAction: ----
OS: Linux , Windows , Mac
Pri: 2
Type: Bug



Sign in to add a comment

The new parser should take user-typed values for saving

Project Member Reported by dvadym@chromium.org, Jan 8

Issue description

Now the new password form parser (form_parser.h) takes a field value for saving. As a result if JavaScript mangled field values before form submission, incorrect values are proposed for saving.

It's pretty easy to fix, FormData has |typed_value|, and it should be taken when appropriate, the same way as in the old parser 
https://cs.chromium.org/chromium/src/components/autofill/content/renderer/password_form_conversion_utils.cc?dr=CSs&g=0&l=749
 

Sign in to add a comment