Bug 1569253 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.

Some time after a successful release of about:logins we should remove the old password management UI that we will no longer maintain in m-c. In bug 1569113 it will be ported to comm-central.

The following files can be removed along with the tests:
* passwordManager.xul
* passwordmgr.css
* passwordManagerList.ftl
* passwordManager.js

The following prefs can be removed:
* signon.management.overrideURI
* signon.management.page.enabled

We should also simplify `LoginHelper.openPasswordManager` to always open about:logins and not pass `?filter=` when there is no `filterString`.
Some time after a successful release of about:logins we should remove the old password management UI that we will no longer maintain in m-c. In bug 1569113 it will be ported to comm-central.

The following files can be removed along with the tests:
* passwordManager.xhtml
* passwordmgr.css
* passwordManagerList.ftl
* passwordManager.js

The following prefs can be removed:
* signon.management.overrideURI
* signon.management.page.enabled

We should also simplify `LoginHelper.openPasswordManager` to always open about:logins and not pass `?filter=` when there is no `filterString`.

Back to Bug 1569253 Comment 0