Bug 14353
Summary: | Inspector should have scope bars | ||
---|---|---|---|
Product: | WebKit | Reporter: | Adam Roben (:aroben) <aroben> |
Component: | Web Inspector (Deprecated) | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Enhancement | CC: | bweinstein, mtakacs, rik, timothy |
Priority: | P2 | Keywords: | InRadar |
Version: | 523.x (Safari 3) | ||
Hardware: | All | ||
OS: | All | ||
Bug Depends on: | 20629, 29195 | ||
Bug Blocks: |
Adam Roben (:aroben)
Many parts of the Inspector UI would benefit from scope bars. Off the top of my head:
1) Search results
2) Console
3) Network
could all use a scope bar. I think all scope bars should have a button for each resource type that exists in the inspected page. These buttons should be toggle buttons that include/exclude that resource type. Additionally, the search results scope bar should have two more buttons, "All Resources" and "<current resource name>", similar to Mail.app's search scope bar. So you'd have something like this:
All Resources urchin.js | Documents Stylesheets Images Scripts Other
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Adam Roben (:aroben)
<rdar://problem/5712813>
Adam Roben (:aroben)
Bug 20629 represents adding a scope bar to the Resources panel.
Brian Weinstein
These are the two places that needed scope bars (resources and console), so marking this bug as fixed because its dependencies are fixed.