Open
Bug 898446
Opened 11 years ago
Updated 2 years ago
Add weak map support to nsICycleCollectorHandler
Categories
(Core :: Cycle Collector, defect)
Core
Cycle Collector
Tracking
()
NEW
People
(Reporter: mccr8, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
(deleted),
patch
|
Details | Diff | Splinter Review |
This will need a new method that takes four addresses as an argument. Then, we'd need to implement calls into it in nsCycleCollectorLogger, which is a bit annoying because nothing currently takes 4 arguments.
I suppose that if existing addons don't support this method, then ProcessNext() will just hit errors that we ignore, so that's not a big deal. I have a patch in progress for this.
Reporter | ||
Comment 1•11 years ago
|
||
Olli, if you are interested in this feature, then you could test this and I'll land it. Otherwise, I think I'll just leave the patch in the bug...
Assignee: nobody → continuation
Reporter | ||
Updated•9 years ago
|
Assignee: continuation → nobody
Updated•2 years ago
|
Severity: normal → S3
Reporter | ||
Updated•2 years ago
|
Component: XPCOM → Cycle Collector
You need to log in
before you can comment on or make changes to this bug.
Description
•