Bug 172303

Summary: Web Inspector: [META] Use initialLayout more throughout WebInspector
Product: WebKit Reporter: Devin Rousso <hi>
Component: Web InspectorAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: inspector-bugzilla-changes, mattbaker
Priority: P2    
Version: WebKit Nightly Build   
Hardware: All   
OS: All   
Bug Depends on: 172304, 172381, 172470    
Bug Blocks:    

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.