Bug 64144 - [Refactoring] Extract FlatTreeIterator from NodeRenderingContext
Summary: [Refactoring] Extract FlatTreeIterator from NodeRenderingContext
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 64072
  Show dependency treegraph
 
Reported: 2011-07-07 19:48 PDT by Hajime Morrita
Modified: 2012-12-11 19:08 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Hajime Morrita 2011-07-07 19:48:05 PDT
Introducing a iterator for flattened dom tree.
Comment 1 Dimitri Glazkov (Google) 2011-07-07 20:20:40 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...
Comment 2 Hajime Morrita 2011-07-11 18:17:18 PDT
(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.
Comment 3 Hajime Morrita 2012-12-11 19:08:43 PST
This is done by ComposedShadowTreeWalker. Closing.