Bug 141476 - Web Inspector: resources sidebar panel filter bar matches against full URL instead of basename
Summary: Web Inspector: resources sidebar panel filter bar matches against full URL in...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2015-02-11 08:29 PST by Brian Burg
Modified: 2016-12-13 15:39 PST (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.