[Webkit-unassigned] [Bug 57061] REGRESSION(r74228-75294): nth-child pseudo class makes removeChild ~200x slower

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 15 18:02:56 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=57061


Ryosuke Niwa <rniwa at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dglazkov at chromium.org,
                   |                            |rolandsteiner at chromium.org




--- Comment #8 from Ryosuke Niwa <rniwa at webkit.org>  2011-04-15 18:02:55 PST ---
The bug is coming from Range::compareNode.  It returns NODE_INSIDE when a range is inside a shadow DOM and a node is outside of the shadow DOM.  We need to fix this.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list