Closed
Bug 1860606
Opened 2 years ago
Closed 2 years ago
Get rid of migration.ftl
Categories
(Firefox :: Migration, task, P3)
Firefox
Migration
Tracking
()
RESOLVED
FIXED
121 Branch
| Tracking | Status | |
|---|---|---|
| firefox121 | --- | fixed |
People
(Reporter: mconley, Assigned: mconley)
References
Details
Attachments
(1 file)
The legacy migration wizard was removed in bug 1824851, but I forgot to get rid of the strings inside of migration.ftl, which is primarily used by the legacy wizard.
There are still a few places that use migration.ftl - specifically, the strings in the file are exposed via MigrationUtils.getLocalizedString, which is used by the Edge and Safari profile migrators. We should probably move those strings into migrationWizard.ftl instead.
And then we can get rid of migration.ftl altogether.
Updated•2 years ago
|
Severity: -- → N/A
Priority: -- → P3
| Assignee | ||
Comment 1•2 years ago
|
||
migration.ftl was used by the old, legacy XUL migration dialog that was removed
in bug 1824851.
There were still a few strings being used by migration.ftl, but I've moved those
over to migrationWizard.ftl, and gone ahead and just removed the old file.
Updated•2 years ago
|
Assignee: nobody → mconley
Status: NEW → ASSIGNED
Pushed by mconley@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/e76a1dc1e2e5
Get rid of migration.ftl in favour of migrationWizard.ftl. r=kpatenio,fluent-reviewers,bolsson
Comment 3•2 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox121:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 121 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•