Closed
Bug 195984
Opened 22 years ago
Closed 22 years ago
Local file bookmarks not migrated properly
Categories
(SeaMonkey :: Bookmarks & History, defect)
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
Comment 1•22 years ago
|
||
sounds like something nsLocalFileOSX should maybe handle automagically??
Comment 2•22 years ago
|
||
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
Comment 3•22 years ago
|
||
yeah, i suppose something could be added to nsFileChannel::EnsureStream.
Reporter | ||
Comment 4•22 years ago
|
||
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
Comment 6•22 years ago
|
||
over to Jan, he's been working on MacOS local files
Assignee: chanial → varga
Comment 7•22 years ago
|
||
This was fixed by checkin for bug 197379.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•