[Webkit-unassigned] [Bug 102426] Ignore autocomplete=off for chrome generated passwords.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 15 14:37:41 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=102426


Adam Barth <abarth at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #174518|review?                     |review+, commit-queue-
               Flag|                            |




--- Comment #5 from Adam Barth <abarth at webkit.org>  2012-11-15 14:39:30 PST ---
(From update of attachment 174518)
View in context: https://bugs.webkit.org/attachment.cgi?id=174518&action=review

> Source/WebKit/chromium/public/WebPasswordFormData.h:110
> +    WebPasswordFormData(): passwordShouldAutocomplete(false) { }

This isn't in quite the right style.  The appropriate style is as follows:

WebPasswordFormData()
    : passwordShouldAutocomplete(false)
{
}

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list