[Webkit-unassigned] [Bug 28452] Web Inspector freezes on expanding large/complex DOM trees

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 29 17:20:17 PDT 2009


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





--- Comment #4 from Pavel Feldman <pfeldman at chromium.org>  2009-10-29 17:20:14 PDT ---
(In reply to comment #3)
> The inspector is now reactive when opening.
> 
> But it is still hanging on expanding <a xlink>. Reflecting that in the title.

We should make dom agent return limited number of children (500?) and the total
number of those. That way we would be able to render the 'Load 457 more nodes'
link.

It is not trivial though due to the node event listeners. Will need additional
checks in the agent.

-- 
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