Bug 79201

Summary: Node::attach() should be after attaching children in Element::attach
Product: WebKit Reporter: Shinya Kawanaka <shinyak>
Component: DOMAssignee: Shinya Kawanaka <shinyak>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Shinya Kawanaka 2012-02-21 23:03:25 PST
In Element::attach(), Node::attach() is called before attaching children if a shadow root exists.
This may cause O(N^2) problem in NodeRenderingContext.
Comment 1 Shinya Kawanaka 2012-02-21 23:07:46 PST
Created attachment 128138 [details]
Patch
Comment 2 WebKit Review Bot 2012-02-22 02:12:17 PST
Comment on attachment 128138 [details]
Patch

Clearing flags on attachment: 128138

Committed r108470: <http://trac.webkit.org/changeset/108470>
Comment 3 WebKit Review Bot 2012-02-22 02:12:21 PST
All reviewed patches have been landed.  Closing bug.