Bug 141476

Summary: Web Inspector: resources sidebar panel filter bar matches against full URL instead of basename
Product: WebKit Reporter: Brian Burg <burg>
Component: Web InspectorAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: graouts, inspector-bugzilla-changes, jonowells, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   

Brian Burg
Reported 2015-02-11 08:29:39 PST
This is really awkward because the full path isn't visible in the search results. For a fun time, type "resource" in the filter bar in the 2nd level inspector, for example.
Attachments
Radar WebKit Bug Importer
Comment 1 2015-02-11 08:29:47 PST
Timothy Hatcher
Comment 2 2015-02-11 19:01:23 PST
This is by design and explicitly supported. See WebInspector.ResourceTreeElement: get filterableData() { return {text: this._resource.url}; }, Delete that getter and it would do what you are expecting. However, I would argue matching the whole URL is useful. For example, when searching for a domain like google.com.
Note You need to log in before you can comment on or make changes to this bug.