Bug 1641408 Comment 0 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

Design - 
Should allow the user to:
- From a list of multiple usernames, select one
- From a list of passwords, select one
- Disttinguish between updating a saved login & saving a new one
- Easily distinguish between logins populated from storage (already saved) and values pulled from input fields (things we think they might want to save)
- Allow a user to select from multiple passwords without surprising the user by displaying unmasked passwords
- By default, should display the UN/PW that we currently show

Should handle the following edge cases:
- No logins saved for the current page (e.g., if there is a dropdown icon, hide it)
- Too many saved logins to display without scrolling

Technical notes -
The password save/update doorhanger is defined in `popup-notifications.inc`.  Many normal HTML elements cannot be used in this file, however <input is="autocomplete-input"/> works as expected.

Back to Bug 1641408 Comment 0