Closed Bug 266974 Opened 20 years ago Closed 20 years ago

move definition of NS_GetFrozenFunctions into libxpcom.so

Categories

(Core :: XPCOM, defect)

defect
Not set
minor

Tracking

()

VERIFIED FIXED
mozilla1.8beta1

People

(Reporter: darin.moz, Assigned: benjamin)

References

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.
Severity: normal → minor
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla1.8beta
Depends on: 264274
-> bsmedberg since he's already doing this as part of his allocator patch.
Assignee: darin → bsmedberg
Status: ASSIGNED → NEW
This was fixed with bug 267767.
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
verified
Status: RESOLVED → VERIFIED
Depends on: 267767
You need to log in before you can comment on or make changes to this bug.