Closed Bug 447652 Opened 16 years ago Closed 16 years ago

"Bookmarks -> Organize -> Import -> Restore" doesn't list JSON backup files with localized filenames

Categories

(Firefox :: Bookmarks & History, defect)

defect
Not set
major

Tracking

()

VERIFIED FIXED
Firefox 3.1b2

People

(Reporter: unghost, Unassigned)

References

Details

STR:
1. Install localized version Firefox with localized value of bookmarksArchiveFilename (http://mxr.mozilla.org/firefox/source/toolkit/locales/en-US/chrome/places/places.properties#21)
2. Use it for while
3. Open "Bookmarks -> Organize -> Import -> Restore"

Actual Results: No backup JSON files are shown.
Expected Results: Backup JSON files are shown.

Also see Bug 445704, that asks to unlocalize bookmarksArchiveFilename
Flags: wanted1.9.0.x?
http://mxr.mozilla.org/mozilla/source/toolkit/components/places/src/utils.js#1608 hardcodes the English string for bookmarksArchiveFilename, and should just use the localized value.

Or we should in general untranslate that like bug 445704 says, which would work for folks changing back and forth between languages, too. That's just an edge case to an edge case, though.
In my opinion, we should unlocalize this - or not have any filtering active at all in the .js module...

This is an area of low visibillity, UI wise, and therefore it does not hurt to have the backups appear as "bookmarks-YYYY-MM-DD.json"...

I find it more severe that the js filtering apparently hides any bookmark backup that does not conform to the locale of the current Firefox instance... 

As Axel said, it's an edge case - but in my view, we either drop the localizing of the filename - or we drop the filtering... 

IMHO, the first option is more "open", and thus better ;-D
Flags: wanted1.9.0.x? → wanted-firefox3.1?
looks like bug 445704 will fix this.
Depends on: 445704
after bug 445704 we don't use anymore localized filenames plus the dialog should not show also old localized backups.

So fixed by bug 445704
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 3.1b2
verified with Mozilla/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.1b2) Gecko/20081201 Firefox/3.1b2
Status: RESOLVED → VERIFIED
Flags: wanted-firefox3.5?
You need to log in before you can comment on or make changes to this bug.