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   

Description Brian Burg 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.
Comment 1 Radar WebKit Bug Importer 2015-02-11 08:29:47 PST
<rdar://problem/19796772>
Comment 2 Timothy Hatcher 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.