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:    

Description Adam Roben (:aroben) 2007-06-23 23:34:24 PDT
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
Comment 1 Adam Roben (:aroben) 2008-01-29 10:58:25 PST
<rdar://problem/5712813>
Comment 2 Adam Roben (:aroben) 2009-08-10 12:54:48 PDT
Bug 20629 represents adding a scope bar to the Resources panel.
Comment 3 Brian Weinstein 2009-09-11 13:48:17 PDT
These are the two places that needed scope bars (resources and console), so marking this bug as fixed because its dependencies are fixed.