Closed
Bug 1155477
Opened 10 years ago
Closed 10 years ago
Convert nsINode::Slots::mChildNodes to an nsRefPtr
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla40
| Tracking | Status | |
|---|---|---|
| firefox40 | --- | fixed |
People
(Reporter: ehsan.akhgari, Assigned: ehsan.akhgari)
References
Details
Attachments
(1 file, 1 obsolete file)
|
8.98 KB,
patch
|
baku
:
review+
|
Details | Diff | Splinter Review |
MSVC 7 is no longer supported, so this can now be an nsRefPtr.
| Assignee | ||
Comment 1•10 years ago
|
||
Attachment #8593697 -
Flags: review?(amarchesini)
| Assignee | ||
Updated•10 years ago
|
Assignee: nobody → ehsan
| Assignee | ||
Comment 2•10 years ago
|
||
Comment on attachment 8593697 [details] [diff] [review]
Convert nsINode::Slots::mChildNodes to an nsRefPtr
This requires moving nsChildContentList to nsINode as well...
Attachment #8593697 -
Attachment is obsolete: true
Attachment #8593697 -
Flags: review?(amarchesini)
| Assignee | ||
Comment 3•10 years ago
|
||
MSVC 7 is no longer supported, so this can now be an nsRefPtr.
Attachment #8593716 -
Flags: review?(amarchesini)
Updated•10 years ago
|
Attachment #8593716 -
Flags: review?(amarchesini) → review+
Comment 7•10 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/81b5aeceab76
https://hg.mozilla.org/mozilla-central/rev/d77021666bb0
Status: NEW → RESOLVED
Closed: 10 years ago
status-firefox40:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla40
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•