[Webkit-unassigned] [Bug 104600] [Chromium] Always enable autocomplete for password fields

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 7 16:40:13 PST 2013


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





--- Comment #35 from Darin Fisher (:fishd, Google) <fishd at chromium.org>  2013-01-07 16:42:08 PST ---
I think it is reasonable to go with something like the first patch.  This doesn't need to be configurable at the WebKit level.  The guy who constructs a WebPasswordFormData object can subsequently inspect the passwordShouldAutocomplete attribute to determine if autocomplete=off was specified.  The embedder can then decide whether or not to autocomplete the form field based on their own heuristics.

-- 
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