WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
79201
Node::attach() should be after attaching children in Element::attach
https://bugs.webkit.org/show_bug.cgi?id=79201
Summary
Node::attach() should be after attaching children in Element::attach
Shinya Kawanaka
Reported
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.
Attachments
Patch
(1.67 KB, patch)
2012-02-21 23:07 PST
,
Shinya Kawanaka
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Shinya Kawanaka
Comment 1
2012-02-21 23:07:46 PST
Created
attachment 128138
[details]
Patch
WebKit Review Bot
Comment 2
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
>
WebKit Review Bot
Comment 3
2012-02-22 02:12:21 PST
All reviewed patches have been landed. Closing bug.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug