Bug 94298

Summary: Web Inspector: Try making View.show() lazy
Product: WebKit Reporter: Jan Keromnes <janx>
Component: Web Inspector (Deprecated)Assignee: Jan Keromnes <janx>
Status: RESOLVED INVALID    
Severity: Normal CC: apavlov, bweinstein, joepeck, keishi, loislo, pfeldman, pmuellr, rik, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch pfeldman: review-

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.