Bug 64144
Summary: | [Refactoring] Extract FlatTreeIterator from NodeRenderingContext | ||
---|---|---|---|
Product: | WebKit | Reporter: | Hajime Morrita <morrita> |
Component: | DOM | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED INVALID | ||
Severity: | Normal | CC: | dglazkov, shinyak |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 64072 |
Hajime Morrita
Introducing a iterator for flattened dom tree.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Dimitri Glazkov (Google)
(In reply to comment #0)
> Introducing a iterator for flattened dom tree.
Outside of XBL2 spec, the word "flat" makes no sense. I doubt that your typical WebKit folk is an avid XBL2 spec readers...
Hajime Morrita
(In reply to comment #1)
> (In reply to comment #0)
> > Introducing a iterator for flattened dom tree.
>
> Outside of XBL2 spec, the word "flat" makes no sense. I doubt that your typical WebKit folk is an avid XBL2 spec readers...
It might be true...
I'll figure out better name, actually NodeTreeIterator might be sufficient.
I'd like to have some flavor of shadow/rendering stuff though.
Hajime Morrita
This is done by ComposedShadowTreeWalker. Closing.