Open
Bug 1032283
Opened 12 years ago
Updated 3 months ago
Make nsINode::mSlots a UniquePtr
Categories
(Core :: DOM: Core & HTML, task, P5)
Core
DOM: Core & HTML
Tracking
()
NEW
People
(Reporter: mccr8, Unassigned)
Details
This would make the ownership clearer. This will probably be a simple patch.
Comment 1•8 years ago
|
||
https://bugzilla.mozilla.org/show_bug.cgi?id=1472046
Move all DOM bugs that haven’t been updated in more than 3 years and has no one currently assigned to P5.
If you have questions, please contact :mdaly.
Priority: -- → P5
| Assignee | ||
Updated•7 years ago
|
Component: DOM → DOM: Core & HTML
Updated•3 years ago
|
Severity: normal → S3
Comment 2•3 months ago
•
|
||
nsAutoPtr has gone in bug 1610067, 6 years ago. Do you still think it should be changed to UniquePtr or something?
Flags: needinfo?(continuation)
| Reporter | ||
Comment 3•3 months ago
|
||
Yes, I think that would make sense.
Type: defect → task
Flags: needinfo?(continuation)
Summary: Make nsINode::mSlots an nsAutoPtr → Make nsINode::mSlots a UniquePtr
You need to log in
before you can comment on or make changes to this bug.
Description
•