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 Inspector | Assignee: | 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
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |