NEW 172303
Web Inspector: [META] Use initialLayout more throughout WebInspector
https://bugs.webkit.org/show_bug.cgi?id=172303
Summary Web Inspector: [META] Use initialLayout more throughout WebInspector
Devin Rousso
Reported 2017-05-18 12:47:00 PDT
We are often creating lots of complex objects inside the constructor, including DOM that isn't even displayed. Using initialLayout will allow this creation to be deferred until the objects are actually needed/visible.
Attachments
Matt Baker
Comment 1 2017-05-18 14:26:50 PDT
DetailsSection subclasses that create a lot of DOM can't be converted until https://bugs.webkit.org/show_bug.cgi?id=152269.
Note You need to log in before you can comment on or make changes to this bug.