[Webkit-unassigned] [Bug 155324] New: Web Inspector: Improve filtering in OpenResourceDialog

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 10 14:19:49 PST 2016


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

            Bug ID: 155324
           Summary: Web Inspector: Improve filtering in OpenResourceDialog
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mattbaker at apple.com
                CC: bburg at apple.com, graouts at webkit.org,
                    joepeck at webkit.org, mattbaker at apple.com,
                    nvasilyev at apple.com, timothy at apple.com,
                    webkit-bug-importer at group.apple.com
        Depends on: 153028

* SUMMARY
Improve filtering in OpenResourceDialog. Currently the dialog matches the filterable text for each resource against three hardcoded filters:

1. Substring starting from the beginning (case-insensitive)
2. Substring anywhere (case-insensitive)
3. Uppercased substring matches the start of words:
   'MRF' => 'MyResourceFile'

Filters should be added/updated to match the "quick open" behavior of many popular editors (Xcode, SublimeText, TextMate, WebStorm, Chrome dev tools, etc).

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160310/3f7aaf7d/attachment.html>


More information about the webkit-unassigned mailing list