RESOLVED FIXED153028
Web Inspector: Add "Quick Open" dialog to debugger and resources tabs
https://bugs.webkit.org/show_bug.cgi?id=153028
Summary Web Inspector: Add "Quick Open" dialog to debugger and resources tabs
Matt Baker
Reported 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.
Attachments
[Patch] Proposed Fix (33.91 KB, patch)
2016-03-10 14:01 PST, Matt Baker
no flags
[Image] Filter results 1 (508.09 KB, image/png)
2016-03-10 14:04 PST, Matt Baker
no flags
[Image] Filter results 2 (502.72 KB, image/png)
2016-03-10 14:04 PST, Matt Baker
no flags
Radar WebKit Bug Importer
Comment 1 2016-01-14 13:38:03 PST
Timothy Hatcher
Comment 2 2016-01-25 14:09:46 PST
Matt Baker
Comment 3 2016-03-10 14:01:32 PST
Created attachment 273617 [details] [Patch] Proposed Fix
Matt Baker
Comment 4 2016-03-10 14:04:16 PST
Created attachment 273618 [details] [Image] Filter results 1
Matt Baker
Comment 5 2016-03-10 14:04:31 PST
Created attachment 273619 [details] [Image] Filter results 2
Matt Baker
Comment 6 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,
WebKit Commit Bot
Comment 7 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>
WebKit Commit Bot
Comment 8 2016-03-10 15:18:48 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.