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:    

Description Devin Rousso 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.
Comment 1 Matt Baker 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.