Bug 153028

Summary: Web Inspector: Add "Quick Open" dialog to debugger and resources tabs
Product: WebKit Reporter: Matt Baker <mattbaker>
Component: Web InspectorAssignee: Matt Baker <mattbaker>
Status: RESOLVED FIXED    
Severity: Normal CC: bburg, commit-queue, graouts, joepeck, mattbaker, nvasilyev, timothy, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: All   
OS: All   
Bug Depends on: 171798    
Bug Blocks: 155321, 155324    
Attachments:
Description Flags
[Patch] Proposed Fix
none
[Image] Filter results 1
none
[Image] Filter results 2 none

Description Matt Baker 2016-01-12 12:03:19 PST
* SUMMARY
Add "Quick Open" dialog to debugger and resources tabs. Xcode, SublimeText, Chrome’s developer tools, WebStorm, etc, all support a variety of this. The look and behavior should be modeled after Xcode's implementation.
Comment 1 Radar WebKit Bug Importer 2016-01-14 13:38:03 PST
<rdar://problem/24194239>
Comment 2 Timothy Hatcher 2016-01-25 14:09:46 PST
<rdar://problem/13318274>
Comment 3 Matt Baker 2016-03-10 14:01:32 PST
Created attachment 273617 [details]
[Patch] Proposed Fix
Comment 4 Matt Baker 2016-03-10 14:04:16 PST
Created attachment 273618 [details]
[Image] Filter results 1
Comment 5 Matt Baker 2016-03-10 14:04:31 PST
Created attachment 273619 [details]
[Image] Filter results 2
Comment 6 Matt Baker 2016-03-10 14:15:09 PST
Filter text for each resource is matched against three filters:

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

A resource matching #1 will be ranked higher than a resource matching #3,
Comment 7 WebKit Commit Bot 2016-03-10 15:18:43 PST
Comment on attachment 273617 [details]
[Patch] Proposed Fix

Clearing flags on attachment: 273617

Committed r197961: <http://trac.webkit.org/changeset/197961>
Comment 8 WebKit Commit Bot 2016-03-10 15:18:48 PST
All reviewed patches have been landed.  Closing bug.