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 |
Description
Hajime Morrita
2011-07-07 19:48:05 PDT
(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... (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. This is done by ComposedShadowTreeWalker. Closing. |