Bug 153028 - Web Inspector: Add "Quick Open" dialog to debugger and resources tabs
Summary: Web Inspector: Add "Quick Open" dialog to debugger and resources tabs
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Matt Baker
URL:
Keywords: InRadar
Depends on: 171798
Blocks: 155321 155324
  Show dependency treegraph
 
Reported: 2016-01-12 12:03 PST by Matt Baker
Modified: 2017-05-07 22:28 PDT (History)
8 users (show)

See Also:


Attachments
[Patch] Proposed Fix (33.91 KB, patch)
2016-03-10 14:01 PST, Matt Baker
no flags Details | Formatted Diff | Diff
[Image] Filter results 1 (508.09 KB, image/png)
2016-03-10 14:04 PST, Matt Baker
no flags Details
[Image] Filter results 2 (502.72 KB, image/png)
2016-03-10 14:04 PST, Matt Baker
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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.