Update string in about:preferences Import entrypoint to account for the possibility of not being able to import from password managers
Categories
(Firefox :: Migration, task)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox113 | --- | fixed |
People
(Reporter: mconley, Assigned: mconley)
References
Details
Attachments
(1 file)
The current string in about:preferences is:
Import bookmarks, passwords, history and autofill data from a different browser or a password manager into { -brand-short-name }.
However, the old migration wizard (which is still enabled) doesn't allow importing from password manager files, and the new migration wizard still doesn't have that capability.
We are planning on having a mechanism to detect whether or not password manager import is available at runtime and then selecting the right string to display.
Workshopped this with Meridel with an intent to reduce the complexity, and we landed on:
Import bookmarks, passwords, history, and autofill data into Firefox.
This will allow us to use a static string that will work for all situations (and is shorter to read).
| Assignee | ||
Comment 3•3 years ago
|
||
Updated•3 years ago
|
| Assignee | ||
Comment 4•3 years ago
|
||
In the interests of getting this new string into tree ASAP, instead of doing something clever to show the original string if importing from passwords is enabled, I'm going to file a new bug to do that kind of work separately.
Comment 6•3 years ago
|
||
| bugherder | ||
Description
•