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 Inspector | Assignee: | 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
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/19796772>
Timothy Hatcher
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.