jfitzell / mozilla-keychain

Store your Firefox website usernames and passwords in Apple's Keychain Services, just like Safari and other browsers do on OS X.
55 stars 9 forks source link

Implement new nsILoginManagerStorage protocol from Gecko 1.9.1+ #36

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
See https://bugzilla.mozilla.org/show_bug.cgi?id=614361

Original issue reported on code.google.com by jfitz...@gmail.com on 22 Mar 2011 at 7:57

GoogleCodeExporter commented 9 years ago
searchLogins()
getAllEncryptedLogins()
uiBusy

See: 
https://developer.mozilla.org/en/XPCOM_Interface_Reference/nsILoginManagerStorag
e

Original comment by jfitz...@gmail.com on 22 Mar 2011 at 8:00

sierkb commented 8 years ago

Please make it compatible with FF 49+. For me and my workflow, it's an essential key functionality that hurts lacking. Which alternative to use instead? Use other browser who is able to use macos keychain per default?

jfitzell commented 8 years ago

Implemented searchLogins() as part of #83