GNOME Bugzilla – Bug 698866
Remember mailman passwords
Last modified: 2013-12-18 14:48:02 UTC
.
Created attachment 242440 [details] [review] Remember mailman passwords NOTE: Needs cleaning up, but works for me. There's a magic value ("username-field-not-required"), the "username-not-required" one can probably go away.
Created attachment 242465 [details] [review] Remember mailman passwords UNTESTED. I've removed the username-*not-required field names, but I haven't tested further.
*** Bug 691271 has been marked as a duplicate of this bug. ***
*** Bug 642884 has been marked as a duplicate of this bug. ***
Review of attachment 242465 [details] [review]: The patch looks fine but you have to test it first. You can commit afterwards if your computer doesn't blow up.
Comment on attachment 242465 [details] [review] Remember mailman passwords Not good enough: Password for (null) in a form in http://mail.gnome.org/ should be "adminpw" (the name of the field) URI is too restrictive: uri: http://mail.gnome.org/ And I get a crasher in the webkit process when re-loading a page that should the password get filled up.
Created attachment 263888 [details] [review] P Incremental diff, for review purposes.
Created attachment 263889 [details] [review] Remember mailman passwords
(In reply to comment #6) > (From update of attachment 242465 [details] [review]) > Not good enough: > Password for (null) in a form in http://mail.gnome.org/ > should be "adminpw" (the name of the field) Conditional was the wrong way around. > URI is too restrictive: > uri: http://mail.gnome.org/ Any ideas about how to solve that? > And I get a crasher in the webkit process when re-loading a page that should > the password get filled up. This is fixed.
Created attachment 264144 [details] [review] P Another incremental diff. This one stops the removal of the path from mailman passwords (same host, multiple passwords), and makes the ephy web extension not always ask whether to store passwords if the form doesn't have a user field.
Created attachment 264145 [details] [review] Remember mailman passwords
Review of attachment 264145 [details] [review]: Looks good and I trust you've tested this enough :)
Attachment 264145 [details] pushed as e616f8e - Remember mailman passwords