DescriptionAdd (some) password detection for HTTP-bad
This CL adds WebContents methods for setting the new SSLStatus flags to
record a password or credit card field on an HTTP page. It also
(roughly) integrates with the ContentPasswordManagerDriver code to call
the new WebContents methods. The integration as written at present will
only set the SSLStatus flags whenever a password field is parsed;
eventually we will refine that to set the flags whenever a password field
is visible on the page (https://codereview.chromium.org/2378503002/).
BUG=647560
Committed: https://crrev.com/703f1b43a576ef25b5e267beaaba5f6ef70df08f
Cr-Commit-Position: refs/heads/master@{#424251}
Patch Set 1 #Patch Set 2 : add browser tests #Patch Set 3 : rebase #Patch Set 4 : fix dcheck failure, remove log statement #Patch Set 5 : another dcheck failure #Patch Set 6 : rebase #Patch Set 7 : trigger the downgrade from OnPasswordFormsParsed #Messages
Total messages: 35 (24 generated)
|