Bug 46340
Summary: | Web Inspector: Add a film strip view to complement the waterfall chart. | ||
---|---|---|---|
Product: | WebKit | Reporter: | Pavel Feldman <pfeldman> |
Component: | Web Inspector (Deprecated) | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED INVALID | ||
Severity: | Normal | CC: | bmcquade, bweinstein, caseq, joepeck, keishi, loislo, pfeldman, pmuellr, rik, yurys |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All |
Pavel Feldman
=== User report ===
It is suggested that we add a film strip view to web inspector to
complement the waterfall chart. When you look at the waterfall chart
for a page, it is not obvious what the state of the page is as
resources get downloaded e.g. we can't tell when something got
rendered on the screen, when the screen was mostly ready for the user
etc.
=== End report ===
I think I've seen this functionality working in PageSpeed presented on the GDD 2009.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Pavel Feldman
Not sure we'll be able to / willing to implement it as a part of Web Inspector core, but we definitely should make sure it is feasible for an extension. Today, we issue events for resources as they load. If extension could capture screen of the inspected page upon these events (definitely possible in Chromium), that would be pretty much it. The only challenge left is where to display it. New Network Panel (in progress) could have pluggable tabs when showing expanded rows.
Pavel Feldman
*** Bug 53922 has been marked as a duplicate of this bug. ***
Brian Burg
Closing as invalid, as this bug pertains to the old inspector UI and/or its tests.
Please file a new bug (https://www.webkit.org/new-inspector-bug) if the bug/feature/issue is still relevant to WebKit trunk.