Closed
Bug 251149
Opened 22 years ago
Closed 5 years ago
Don't root JSObjects in nsJSObjWrapper
Categories
(Core Graveyard :: Plug-ins, defect, P3)
Core Graveyard
Plug-ins
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: jst, Unassigned)
References
Details
As per Brendan's suggestion in bug 250666 comment #3:
Idea: A GC root per nsJSObjWrapper/JSObjWrapperHashEntry makes for a separately
new/delete'd objct (nsJSObjWrapper), the sJSObjWrappers double-hashtable entry,
and the GC roots double-hashtable entry. You could get rid of the last by
marking each obj reached from the next-to-last, using a GCCallback for
JSGC_MARK_END.
/be
Updated•13 years ago
|
Priority: -- → P3
Updated•13 years ago
|
Assignee: jst → nobody
Comment 1•5 years ago
|
||
Resolving as wont fix, plugin support deprecated in Firefox 85.
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → WONTFIX
Updated•4 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•