Bookmarks are not displayed as an option for importing when using the –migration command and importing from Firefox
Categories
(Firefox :: Migration, defect, P3)
Tracking
()
People
(Reporter: atrif, Unassigned)
References
(Blocks 2 open bugs, Regression)
Details
(Keywords: regression)
Attachments
(1 file)
19.68 KB,
image/png
|
Details |
Found in
- 119.0b4
Affected versions
- 120.0a1 (2023-10-02)
- 119.0b4
- 118.0.1
Tested platforms
- Affected platforms: Ubuntu 18, macOS 11, Windows 10x64
- Unaffected platforms: none
Preconditions
- have some bookmarks saved in a Firefox profile
Steps to reproduce
- Open Firefox with the
--migration
command. - Select the Firefox profile from preconditions.
Expected result
- The Bookmarks option is displayed for importing.
Actual result
- The Bookmarks option is not displayed for importing.
Regression
- Most likely started after the implementation of bug 1854243.
Additional notes
- Aattached a screenshot.
- Bookmarks are correctly imported even if there is no indication of that.
- On the old migration window
Browsing History and Booksmarks
are displayed together. On the new one only Browsing History is displayed.
Comment 1•1 year ago
|
||
:mconley, since you are the author of the regressor, bug 1823537, could you take a look?
For more information, please visit BugBot documentation.
Updated•1 year ago
|
Updated•1 year ago
|
Comment 2•1 year ago
|
||
Set release status flags based on info from the regressing bug 1823537
Updated•1 year ago
|
Updated•1 year ago
|
Comment 3•1 year ago
|
||
Looking into this, this is because the FirefoxProfileMigrator can't differentiate between bookmarks and history - they're both the same database - so it can only copy over the whole thing, or none of it. So what we used to do is change the label of the resource to be "Browsing History and Bookmarks" if a Firefox profile is being migrated from. We should probably do the same here.
Comment 4•1 year ago
|
||
flod, am I remembering correctly that this pattern is to be discouraged, and was really meant to be more for platforms or quantities? Or am I misremembering?
Comment 5•1 year ago
|
||
Yes, it's discouraged (no guarantee each locale will maintain all variants you need)
https://firefox-source-docs.mozilla.org/l10n/fluent/review.html#variants-and-plurals
Updated•1 year ago
|
Updated•11 months ago
|
Description
•