NEW141476
Web Inspector: resources sidebar panel filter bar matches against full URL instead of basename
https://bugs.webkit.org/show_bug.cgi?id=141476
Summary Web Inspector: resources sidebar panel filter bar matches against full URL in...
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.