Closed
Bug 1075247
Opened 11 years ago
Closed 11 years ago
Add support for iterating FlattenedChildIterator from the end
Categories
(Core :: DOM: Core & HTML, enhancement)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla35
People
(Reporter: MatsPalmgren_bugz, Assigned: MatsPalmgren_bugz)
References
Details
Attachments
(1 file)
|
3.44 KB,
patch
|
bzbarsky
:
review+
|
Details | Diff | Splinter Review |
FlattenedChildIterator is a sub-class of ExplicitChildIterator which has
a "bool aStartAtBeginning = true" ctor param.
I need a FlattenedChildIterator ctor with the same param that propagates it
to the super-class (for bug 907396).
(AllChildrenIterator is a sub-class of FlattenedChildIterator and I think
we should also expose the same option there)
Patch coming up...
| Assignee | ||
Comment 1•11 years ago
|
||
Attachment #8498087 -
Flags: review?(bzbarsky)
Comment 2•11 years ago
|
||
Comment on attachment 8498087 [details] [diff] [review]
fix
r=me
Attachment #8498087 -
Flags: review?(bzbarsky) → review+
| Assignee | ||
Comment 3•11 years ago
|
||
Comment 4•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla35
Updated•7 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•