Bug 195357

Summary: Web Inspector: CPU Usage Timeline - don't eagerly render the Statistics and Sources sections
Product: WebKit Reporter: Devin Rousso <hi>
Component: Web InspectorAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: inspector-bugzilla-changes
Priority: P2    
Version: WebKit Nightly Build   
Hardware: All   
OS: All   
Bug Depends on: 195202    
Bug Blocks:    

Devin Rousso
Reported 2019-03-05 22:00:14 PST
Rather than specifically update the DOM of the Statistics and Sources sections whenever adding/removing a filter, we could create a new `WI.CPUTimelineStatisticsView` that has it's own `layout()` which we can then call `needsLayout` on so only it will re`layout` when adding/removing filters. This would help reduce the overall size of CPUTimelineView.js and perhaps make some of the logic a bit more "chunk"able.
Attachments
Note You need to log in before you can comment on or make changes to this bug.