[Webkit-unassigned] [Bug 19156] Inspector should support console.dirXML
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Aug 18 11:26:15 PDT 2008
https://bugs.webkit.org/show_bug.cgi?id=19156
------- Comment #10 from timothy at hatcher.name 2008-08-18 11:26 PDT -------
(From update of attachment 22852)
Also one really important change to make!
+ updateTreeOutline: function()
+ {
+ this.removeChildrenRecursive();
This needs to be removeChildren(). removeChildrenRecursive() is doing more work
than is needed here, and just removing the top level children is enough. This
should be a good performance win!
I know it was removeChildrenRecursive in the original code, not sure why I did
that!!
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list