Closed Bug 195984 Opened 22 years ago Closed 22 years ago

Local file bookmarks not migrated properly

Categories

(SeaMonkey :: Bookmarks & History, defect)

PowerPC
macOS
defect
Not set
major

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: waldemar, Assigned: janv)

References

Details

(Keywords: regression)

Local file bookmarks used to have the url format: file:///volume-name/path-name Recent browser builds changed the format they expect to: file:///path-name This renders existing bookmarks pointing to local files unusable when the browser is upgraded from 7.0.x to a recent build.
Severity: normal → major
Keywords: regression
sounds like something nsLocalFileOSX should maybe handle automagically??
I don't think so. There would be a perf hit which we can ill-afford if nsLocalFile::InitWith[Native]Path() were to do this conversion. If anything, the file:// handler could do it since only file:// URLs have this problem. -> Networking:File since it's a problem with file:// URLs in general.
Assignee: ben → ccarlen
Component: Bookmarks → Networking: File
yeah, i suppose something could be added to nsFileChannel::EnsureStream.
As an aside, see bug 195985 to see what happens when you select one of the unmigrated bookmarks when there are no windows open -- you get an alert with one button "OK" which is grayed out and can't be clicked.
Bug 197397 excerpts the Networking:file issues, so I'm sending this back to bookmarks so they can remember to test it.
Assignee: ccarlen → chanial
Component: Networking: File → Bookmarks
QA Contact: kasumi → cpetersen0953
over to Jan, he's been working on MacOS local files
Assignee: chanial → varga
Depends on: 205112
This was fixed by checkin for bug 197379.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Product: Browser → Seamonkey
You need to log in before you can comment on or make changes to this bug.