move definition of NS_GetFrozenFunctions into libxpcom.so
VERIFIED
FIXED
in mozilla1.8beta1
Status
()
People
(Reporter: Darin Fisher, Assigned: Benjamin Smedberg)
Tracking
Firefox Tracking Flags
(Not tracked)
Details
move definition of NS_GetFrozenFunctions into libxpcom.so when i created libxpcom_core.so, i kept the definition of NS_GetFrozenFunctions in nsXPComInit.cpp, but there doesn't seem to be much point in doing that since it simply looks up functions in libxpcom.so and returns their addresses. instead, it should be moved into nsXPComStub.cpp. it probably also makes sense to do away with the PR_LoadLibrary call in that function and instead the functions should just be addressed directly.
(Reporter) | ||
Updated•14 years ago
|
Severity: normal → minor
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla1.8beta
(Reporter) | ||
Comment 1•14 years ago
|
||
-> bsmedberg since he's already doing this as part of his allocator patch.
Assignee: darin → bsmedberg
Status: ASSIGNED → NEW
(Assignee) | ||
Comment 2•14 years ago
|
||
This was fixed with bug 267767.
Status: NEW → RESOLVED
Last Resolved: 14 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•