Closed
Bug 671564
Opened 15 years ago
Closed 15 years ago
Initialize NS_XPCOM_LIBRARY_FILE from NS_GRE_DIR
Categories
(Core :: XPCOM, defect)
Core
XPCOM
Tracking
()
RESOLVED
FIXED
mozilla8
People
(Reporter: glandium, Assigned: glandium)
References
Details
Attachments
(1 file)
|
2.16 KB,
patch
|
benjamin
:
review+
|
Details | Diff | Splinter Review |
In NS_InitXPCOM2, NS_XPCOM_LIBRARY_FILE is initialized either from the directory given as an argument to the function, if one, or from the directory service with the NS_XPCOM_CURRENT_PROCESS_DIR key otherwise.
In both cases, it ends up being actually wrong, because it initializes with the application directory, not the GRE directory, which makes NS_XPCOM_LIBRARY_FILE return something wrong on xulrunner.
| Assignee | ||
Comment 1•15 years ago
|
||
Attachment #545926 -
Flags: review?(benjamin)
Updated•15 years ago
|
Attachment #545926 -
Flags: review?(benjamin) → review+
| Assignee | ||
Comment 2•15 years ago
|
||
Whiteboard: [inbound]
Comment 3•15 years ago
|
||
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Whiteboard: [inbound]
Target Milestone: --- → mozilla8
You need to log in
before you can comment on or make changes to this bug.
Description
•