Confirmed users
933
edits
(Moved keychain content from Toolkit:Password_Manager) |
(note about Chrome) |
||
| Line 20: | Line 20: | ||
* the ability to open Keychain Services from Preferences (add a method or constant to nsI*ShellService) | * the ability to open Keychain Services from Preferences (add a method or constant to nsI*ShellService) | ||
* the ability to detect if default browser (implemented on Windows but not MacOS X) (this may prove challenging in addition since nsIShellService is a browser API, not a toolkit one where password manager lives. Maybe it should move, or become more generic) | * the ability to detect if default browser (implemented on Windows but not MacOS X) (this may prove challenging in addition since nsIShellService is a browser API, not a toolkit one where password manager lives. Maybe it should move, or become more generic) | ||
Note that Chrome no longer stores logins in Keychain due to OS X changes which made it undesireable: https://sites.google.com/a/chromium.org/dev/Home/chromium-security/security-faq#TOC-Does-the-Password-Manager-store-my-passwords-encrypted-on-disk- | |||