Bug 90415

Summary: Make ComposedShadowTreeWalker::traverseParent() use an iterative algorithm, not a recursive-one.
Product: WebKit Reporter: Hayato Ito <hayato>
Component: DOMAssignee: Hayato Ito <hayato>
Status: RESOLVED LATER    
Severity: Normal CC: dglazkov, dominicc, morrita, shinyak, tasak, webcomponents-bugzilla
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 82702    
Attachments:
Description Flags
wip. none

Hayato Ito
Reported 2012-07-02 17:21:29 PDT
Make it use an iterative algorithm, not a recursive-one, so that we can make it inline.
Attachments
wip. (6.44 KB, patch)
2012-07-02 23:29 PDT, Hayato Ito
no flags
Hayato Ito
Comment 1 2012-07-02 17:25:03 PDT
Now ComposedShadowTreeWalker::traverseParent(0 is used from NodeRenderingContext. It is worth making it inline.
Hayato Ito
Comment 2 2012-07-02 23:29:28 PDT
Note You need to log in before you can comment on or make changes to this bug.