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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 18 15:12:50 PST 2012


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





--- Comment #18 from Yue Zhang <zysxqn at chromium.org>  2012-12-18 15:15:07 PST ---
(In reply to comment #17)
> So the chrome feature is that Chrome will override the page's request to prevent autocomplete? :)  Is this because pages are explicitly trying to prevent form-fill, or because they're trying to force the user to type their password, or both?

It's because we are working on a new chrome feature that will automatically generate random passwords for users during account sign up. For these passwords, it doesn't make sense if we don't save and autofill them even if autocomplete=off. So in chromium code, we will only respect autocomplete=off for normal user chosen passwords, and ignore it for chrome generated passwords. Hope this helps :)

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