Teach FormData->PasswordForm parser CVC
The new FormData->PasswordForm parser did not check fields for being CVC fields (except for autocomplete attributes). Ideally, it would not need to, because it could rely on server hints, but the hints are not ready yet, so this CL introduces a short-term ability for the new parser to understand when a field name sounds like that of a CVC field. While in the particular case of the linked bug (on http://www.shoedazzle.com/), this will break the previously correct behaviour of the parser, the goal is to minimize the difference in behaviour against the old parser, so as not to introduce an unknown amount of new breakages. Bug: 860700 Change-Id: I4595dbf01142e9f26f7264a1d62cde4cf5e4c0c0 Reviewed-on: https://chromium-review.googlesource.com/1141958Reviewed-by:Vadym Doroshenko <dvadym@chromium.org> Commit-Queue: Vaclav Brozek <vabr@chromium.org> Cr-Commit-Position: refs/heads/master@{#576082}
Showing
Please register or sign in to comment