Closed
Bug 570417
Opened 15 years ago
Closed 15 years ago
All content iterators need to take part in cycle collection
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
FIXED
mozilla1.9.3a5
People
(Reporter: ehsan.akhgari, Assigned: ehsan.akhgari)
Details
Attachments
(1 file)
4.62 KB,
patch
|
jst
:
review+
christian
:
approval1.9.2.7-
christian
:
approval1.9.2.9+
christian
:
approval1.9.1.12+
|
Details | Diff | Splinter Review |
Bug 569504 made nsContentIterator participate in cycle collection. We need to do the same for nsPreContentIterator and nsSubtreeContentIterator as well.
Given that nsPreContentIterator only exists to set mPre to true, I decided to remove that class and make NS_NewPreContentIterator set mPre to true instead.
I also filed bug 570416 to create a static analysis script which detects other similar cases.
Assignee | ||
Comment 1•15 years ago
|
||
We also need this for branches.
status1.9.1:
--- → ?
status1.9.2:
--- → ?
Assignee | ||
Comment 2•15 years ago
|
||
Updated•15 years ago
|
Attachment #449544 -
Flags: review?(jst) → review+
Assignee | ||
Comment 3•15 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla1.9.3a5
Assignee | ||
Comment 4•15 years ago
|
||
Comment on attachment 449544 [details] [diff] [review]
Patch (v1)
This is the continuation of the work in bug 569504.
Attachment #449544 -
Flags: approval1.9.2.5?
Attachment #449544 -
Flags: approval1.9.1.11?
Comment on attachment 449544 [details] [diff] [review]
Patch (v1)
We will not be taking this for 3.6.6. Moving approval request forward.
If you disagree, send me an email.
Attachment #449544 -
Flags: approval1.9.2.7?
Attachment #449544 -
Flags: approval1.9.2.6-
Attachment #449544 -
Flags: approval1.9.2.5?
Attachment #449544 -
Flags: approval1.9.1.12?
Attachment #449544 -
Flags: approval1.9.1.11?
status1.9.1:
? → ---
status1.9.2:
? → ---
Comment on attachment 449544 [details] [diff] [review]
Patch (v1)
a=LegNeato for 1.9.2.9 and 1.9.1.12
Attachment #449544 -
Flags: approval1.9.2.9?
Attachment #449544 -
Flags: approval1.9.2.9+
Attachment #449544 -
Flags: approval1.9.1.12?
Attachment #449544 -
Flags: approval1.9.1.12+
Assignee | ||
Comment 7•14 years ago
|
||
http://hg.mozilla.org/releases/mozilla-1.9.2/rev/f5ebe00ac30b
http://hg.mozilla.org/releases/mozilla-1.9.1/rev/2698ba315614
status1.9.1:
--- → .12-fixed
status1.9.2:
--- → .9-fixed
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
•