Bug 43764
Summary: | Web Inspector: Application Cache UI should show the Progress while Downloading | ||
---|---|---|---|
Product: | WebKit | Reporter: | Joseph Pecoraro <joepeck> |
Component: | Web Inspector | Assignee: | Nobody <webkit-unassigned> |
Status: | REOPENED | ||
Severity: | Normal | CC: | bweinstein, graouts, inspector-bugzilla-changes, keishi, michaeln, pfeldman, pmuellr, rik, syoichi, webkit-bug-importer, yurys |
Priority: | P2 | Keywords: | InRadar |
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All |
Joseph Pecoraro
If it is not too fast, it would be useful to see the progress, if even just a #/#
indicator of the listed files being cached. This should follow nicely from the
"progress" events emitted by the applicationCache. Another idea could be
a progress bar. By the time requests are sent, the manifest has been parsed
so we know the total number of resources, and requests that should be made.
It may be that in practice this happens so fast that it isn't worth showing
a UI for. But, if downloads are serially (which they appear to be now in
WebKit) that would be a better than nothing way to help track down which
resource caused an error.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Michael Nordman
FYI: Chrome does this by way of console logging.
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.
Joseph Pecoraro
This is still a valid enhancement.
Radar WebKit Bug Importer
<rdar://problem/19281593>