Closed
Bug 299362
Opened 19 years ago
Closed 19 years ago
Remove calls to lookupMethod and XPCNativeWrapper from autowrapped packages
Categories
(SeaMonkey :: UI Design, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 295582
People
(Reporter: neil, Assigned: jag+mozilla)
References
()
Details
(Keywords: helpwanted)
Now that the core packages use automatic XPC native wrappers we don't need to explicitly create XPC native wrappers or call lookupMethod (which is now deprecated on Components and has moved to Components.util).
Comment 1•19 years ago
|
||
LXR shows Components.lookupMethod not used in many places in SeaMonkey code. I see tabbrowser.xml, browser.xml, contentAreaUtils.js, and a couple mail/news context scripts. Would replacing these calls with Components.util.lookupMethod be adequate?
no, in many places you're not supposed to need to use anything like that anymore.
Comment 3•19 years ago
|
||
*** Bug 299998 has been marked as a duplicate of this bug. ***
Comment 4•19 years ago
|
||
hm... duplicate of bug 295582?
| Reporter | ||
Comment 5•19 years ago
|
||
I need a memory upgrade :-[ *** This bug has been marked as a duplicate of 295582 ***
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•