Closed
Bug 1029139
Opened 10 years ago
Closed 10 years ago
Remove dangerous public destructor of nsDOMCSSValueList
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
FIXED
mozilla33
People
(Reporter: bjacob, Assigned: mccr8)
References
Details
Attachments
(1 file)
(deleted),
patch
|
bzbarsky
:
review+
|
Details | Diff | Splinter Review |
In bug 1028588 we removed dangerous public destructors of XPCOM-refcounted classes outside of a finite whitelist, see HasDangerousPublicDestructor. Now we are going over the entries in this whitelist.
One of them is: nsDOMCSSValueList
Comment 1•10 years ago
|
||
Anuj, does this bug look like something you'd be interested in?
Flags: needinfo?(anujagarwal464)
Assignee | ||
Comment 2•10 years ago
|
||
Sorry again, this got swept up in my layout style cleanup.
Assignee: nobody → continuation
Assignee | ||
Comment 4•10 years ago
|
||
Attachment #8446043 -
Flags: review?(bzbarsky)
Comment 5•10 years ago
|
||
Comment on attachment 8446043 [details] [diff] [review]
Make the destructor of nsDOMCSSValueList private.
r=me
Attachment #8446043 -
Flags: review?(bzbarsky) → review+
Assignee | ||
Comment 6•10 years ago
|
||
Comment 7•10 years ago
|
||
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla33
You need to log in
before you can comment on or make changes to this bug.
Description
•