667
edits
Changes
added more pwdmgr projects from dolske
Previous work was done on adding [[OS X Keychain integration]] to Firefox. This work was focused on tightly binding C++ and Mac API calls. Since then more work has been done to [http://blog.mozilla.com/dolske/2007/05/28/followup-password-manager-changes-coming-in-ff3-alpha-5/ modularize the password manager] in Firefox. Various platform "keychains" need to be integrated with the new system. See bugs [https://bugzilla.mozilla.org/show_bug.cgi?id=309807 309807], [https://bugzilla.mozilla.org/show_bug.cgi?id=106400 106400], and [https://bugzilla.mozilla.org/show_bug.cgi?id=371000 371000].
== Converting Password Manager Storage Convert password storage to a SQLite database ==
Currently the Password Manager , Firefox stores logins in Firefox uses a text file in the user's profile (signons2.txt file). The format is simple, but inflexible. Convert this Storage of other browser data, such as cookies and form history, has steadily been moving towards using SQLite-backed databases so that it uses a SQLite Databasemoving password storage to the same kind of storage would be good. Some work was started in [https://bugzilla.mozilla.org/show_bug.cgi?id=288040 bug 288040].
== Add Offline Support to an open source web app ==