RESOLVED INVALID 94298
Web Inspector: Try making View.show() lazy
https://bugs.webkit.org/show_bug.cgi?id=94298
Summary Web Inspector: Try making View.show() lazy
Jan Keromnes
Reported 2012-08-16 22:52:28 PDT
This is an experiment making View.show() lazily append to the DOM. Elements are appended to their parent only when the latter becomes visible.
Attachments
Patch (6.04 KB, patch)
2012-08-16 22:57 PDT, Jan Keromnes
pfeldman: review-
Jan Keromnes
Comment 1 2012-08-16 22:57:16 PDT
Pavel Feldman
Comment 2 2012-08-17 04:43:03 PDT
Comment on attachment 159006 [details] Patch I don't think this change will make things faster - it waits for DOM to get attached and manipulates it afterwards. I.e. it speeds up construction phase a bit, but I would expect it to slow down actual displaying way more. Sorry about dragging you into this change.
Brian Burg
Comment 3 2014-12-12 14:38:01 PST
Closing as invalid, as this bug pertains to the old inspector UI and/or its tests. Please file a new bug (https://www.webkit.org/new-inspector-bug) if the bug/feature/issue is still relevant to WebKit trunk.
Note You need to log in before you can comment on or make changes to this bug.