[Webkit-unassigned] [Bug 141476] Web Inspector: resources sidebar panel filter bar matches against full URL instead of basename

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 11 19:01:23 PST 2015


https://bugs.webkit.org/show_bug.cgi?id=141476

--- Comment #2 from Timothy Hatcher <timothy at apple.com> ---
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.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150212/1f90e236/attachment-0002.html>


More information about the webkit-unassigned mailing list