Bug 172303
Summary: | Web Inspector: [META] Use initialLayout more throughout WebInspector | ||
---|---|---|---|
Product: | WebKit | Reporter: | Devin Rousso <hi> |
Component: | Web Inspector | Assignee: | 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
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Matt Baker
DetailsSection subclasses that create a lot of DOM can't be converted until https://bugs.webkit.org/show_bug.cgi?id=152269.