Remove old password manager UI (passwordManager.xhtml) from mozilla-central
Categories
(Toolkit :: Password Manager, task, P1)
Tracking
()
People
(Reporter: MattN, Assigned: severin)
References
Details
(Whiteboard: [passwords:management])
Attachments
(1 file)
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
.
Reporter | ||
Updated•6 years ago
|
Reporter | ||
Updated•5 years ago
|
Reporter | ||
Updated•5 years ago
|
Assignee | ||
Comment 1•5 years ago
|
||
As a side effect, this removes the need for bug 1537634.
Reporter | ||
Updated•5 years ago
|
Comment 3•5 years ago
|
||
bugherder |
Comment 4•5 years ago
|
||
Since the status are different for nightly and release, what's the status for beta?
For more information, please visit auto_nag documentation.
Reporter | ||
Updated•5 years ago
|
Comment 5•5 years ago
|
||
Hey Matt,
- the 2 mentioned prefs are no longer displayed in about:config.
- about:logins is reached via "about:logins?entryPoint=mainmenu" instead of ""about:logins?filter=&entryPoint=mainmenu"
Is there any way to verify the removed files or it is not surfaced for QA manual check?
Assignee | ||
Comment 6•5 years ago
|
||
Hey Timea,
I don't think there's any way for QA to verify that, but I've just double checked the source and passwordManager.xhtml
, passwordmgr.css
, passwordManagerList.ftl
, and passwordManager.js
have all been removed.
I hope that helps.
Comment 7•5 years ago
|
||
Thank you Severin!
Marking it as verified-fixed on latest Nightly 77.0a1 (220-05-04) on WIndows10 and MacOS 10.13.
Description
•