This website requires JavaScript.
Explore
Help
Sign In
wine
/
gecko
Watch
0
Star
0
Fork
0
You've already forked gecko
mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced
2024-09-13 09:24:08 -07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
9d1a632ea1
gecko
/
toolkit
/
components
/
passwordmgr
History
bryner@brianryner.com
9d1a632ea1
Lots of changes and bugfixes: - Enable multiple username support by listening to change events for the username field when there is more than one stored login for the form. - Make the signon hashtable store a SignonHashEntry, which has a pointer to the first SignonDataEntry. This lets us adjust the head of the linked list without a hashtable operation, and also fixes a case where we would continue using a deleted entry, leading to a crash.- Change FindPasswordEntryFromSignonData to FnidPasswordEntryInternal, and refactor it a bit.- Clean up prefill logic so that multiple forms on a page could be prefilled.- Fix bug where the last input was used as the username field, instead of the input just before the password.- Make sure we write out all entries for each realm.- Make sure we include all entries in each realm when returning an enumerator.- Remove some form manager cruft I missed in passwordManager.js.
2007-05-14 22:55:10 -07:00
..
base
Bug 378136 - changed passwords not saved for existing entry, r=mconnor
2007-05-14 04:01:57 -07:00
content
Lots of changes and bugfixes: - Enable multiple username support by listening to change events for the username field when there is more than one stored login for the form. - Make the signon hashtable store a SignonHashEntry, which has a pointer to the first SignonDataEntry. This lets us adjust the head of the linked list without a hashtable operation, and also fixes a case where we would continue using a deleted entry, leading to a crash.- Change FindPasswordEntryFromSignonData to FnidPasswordEntryInternal, and refactor it a bit.- Clean up prefill logic so that multiple forms on a page could be prefilled.- Fix bug where the last input was used as the username field, instead of the input just before the password.- Make sure we write out all entries for each realm.- Make sure we include all entries in each realm when returning an enumerator.- Remove some form manager cruft I missed in passwordManager.js.
2007-05-14 22:55:10 -07:00
resources
Bug 343738 - deleting multiple stored passwords that are not in a row deletes only 1 password, r=mano
2007-04-02 19:39:41 -07:00
test
bug 373253. comment out test for bug 221634, because we can't get the event order right on all platforms.
2007-04-22 20:27:28 -07:00
jar.mn
passwordmgr.properties, not satchel.properties
2007-05-14 22:55:20 -07:00
Makefile.in
bug 373253. Initial addition of test framework and tests for pwmgr. Patch by Justin Dolske <dolske@mozilla.com>. r=sayrer, sr=mconnor
2007-04-22 16:56:06 -07:00