canmove, Confirmed users
432
edits
(Update page for FF3 work planning.) |
(Add comments from Mike Beltzner.) |
||
| Line 6: | Line 6: | ||
* Improve code security and readability by porting to a JS component. | * Improve code security and readability by porting to a JS component. | ||
* Close out some of the [https://bugzilla.mozilla.org/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&component=Password+Manager&long_desc_type=substring&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&status_whiteboard_type=allwordssubstr&status_whiteboard=&keywords_type=allwords&keywords=&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&emailassigned_to1=1&emailtype1=exact&email1=&emailassigned_to2=1&emailreporter2=1&emailqa_contact2=1&emailtype2=exact&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=2006-01-01&chfieldto=Now&chfieldvalue=&cmdtype=doit&order=Reuse+same+sort+as+last+time&field0-0-0=noop&type0-0-0=noop&value0-0-0= 237 open bugs] for Password Manager | * Close out some of the [https://bugzilla.mozilla.org/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&component=Password+Manager&long_desc_type=substring&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&status_whiteboard_type=allwordssubstr&status_whiteboard=&keywords_type=allwords&keywords=&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&emailassigned_to1=1&emailtype1=exact&email1=&emailassigned_to2=1&emailreporter2=1&emailqa_contact2=1&emailtype2=exact&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=2006-01-01&chfieldto=Now&chfieldvalue=&cmdtype=doit&order=Reuse+same+sort+as+last+time&field0-0-0=noop&type0-0-0=noop&value0-0-0= 237 open bugs] for Password Manager | ||
* UI improvements | * UI improvements | ||
== Robustness to Site Changes == | == Robustness to Site Changes == | ||
| Line 48: | Line 48: | ||
* 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) | ||
= | == UI Improvements == | ||
I asked Beltzner on IRC if he had any desired improvements, and came up with the following: | |||
* The "Should Firefox remember this password?" dialog shouldn't block the loading of the new page. | |||
* Password generation (eg, hash site name and a common password.) Has anti-phishing benefits because user doesn't even really know their own password. | |||
* Filter the list in the "Show Passwords" UI. (meaning?) | |||
* Password entry outside of content. InfoCard or something like it? | |||
* Simplify language (eg, remove "HTTP Password Required"). | |||
TBD. | TBD. | ||