Bug 54274
| Summary: | Web Inspector: Add a data-type filter to the resources panel's frames tree | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Trevor Downs <cyberskull> |
| Component: | Web Inspector (Deprecated) | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | apavlov, bweinstein, joepeck, keishi, loislo, pfeldman, pmuellr, rik, yurys |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | All | ||
| OS: | All | ||
Trevor Downs
Currently the Inspector's resources panel in the nightly build shows a nice hierarchical view of the items loaded by the page in the Frames tree. Before it was separated into network and resources, there was a data type filter that allowed users to only look at the files/resources that they wanted to (images, stylesheets, scripts, fonts, etc). I'd like to see that reapplied to the resources panel.
As for presenting the filter, would it be simplest to just hide all the resources in the tree that do not match the filter?
I think the categories for the filter should probably be along the lines of:
(All|(Documents|Images|Scripts|Stylesheets|Fonts|Audio|Video|Embed/Objects))
Ideally, I would also like to see an option to group files in the tree by type as well.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Pavel Feldman
We ended up grouping files by type as you suggested.