Closed
Bug 3510
Opened 26 years ago
Closed 26 years ago
Bookmarks don't load on mac
Categories
(Core Graveyard :: RDF, defect, P1)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: mikepinkerton, Assigned: waterson)
Details
Startup apprunner and you get the following assert:
User break at FFD69AB0 DebugStr+00008
Assertion: "no last item!" (mLastItem != nsnull) at file
nsBookmarkDataSource.cpp, line 319
The bookmarks menu is empty and the personal toolbar is empty.
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•26 years ago
|
||
This happens because NSPR is not dereferencing aliases. I am looking in to
using nsFileSpec; however, it has the problem that /usr/local/bin doesn't
properly resolve to the application directory. Any ideas?
Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 2•26 years ago
|
||
Implemented nsSpecialSystemDirectory::OS_CurrentProcessDir and changed this
code to use nsFileSpec. Now it can read "through" aliases.
Updated•26 years ago
|
QA Contact: 4137
Updated•26 years ago
|
QA Contact: 4137 → 4130
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 3•26 years ago
|
||
VERIFIED fixed for MacMonkey Mar26. This must've slipped in under radar......
Updated•6 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•