[Webkit-unassigned] [Bug 195357] New: Web Inspector: CPU Usage Timeline - don't eagerly render the Statistics and Sources sections
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Mar 5 22:00:14 PST 2019
https://bugs.webkit.org/show_bug.cgi?id=195357
Bug ID: 195357
Summary: Web Inspector: CPU Usage Timeline - don't eagerly
render the Statistics and Sources sections
Product: WebKit
Version: WebKit Nightly Build
Hardware: All
OS: All
Status: NEW
Severity: Normal
Priority: P2
Component: Web Inspector
Assignee: webkit-unassigned at lists.webkit.org
Reporter: drousso at apple.com
CC: inspector-bugzilla-changes at group.apple.com
Depends on: 195202
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.
Referenced Bugs:
https://bugs.webkit.org/show_bug.cgi?id=195202
[Bug 195202] Web Inspector: CPU Usage Timeline - Statistics and Sources sections
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20190306/2b2c010e/attachment.html>
More information about the webkit-unassigned
mailing list