Bug 190649

Summary: Web Inspector: Open Quickly dialog doesn't show named scripts that appear in the debugger sidebar
Product: WebKit Reporter: Joseph Pecoraro <joepeck>
Component: Web InspectorAssignee: Joseph Pecoraro <joepeck>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, hi, inspector-bugzilla-changes, joepeck, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: All   
OS: All   
Attachments:
Description Flags
[PATCH] Proposed Fix none

Description Joseph Pecoraro 2018-10-16 15:55:03 PDT
Open Quickly dialog doesn't show named scripts that appear in the debugger sidebar

Test Page: (tst.html)
<script>eval(`//# sourceURL=test.js\nconsole.log("test");`)</script>

Steps to Reproduce:
1. Inspect test page
2. Show Debugger Tab
3. Reload
  => Should see "tst.html" resource and "test.js" named script
4. ⌘⇧O to trigger the quickly open dialog
5. Type "t"
  => Both resources should show up, only "tst.html" does
Comment 1 Joseph Pecoraro 2018-10-16 16:06:30 PDT
Created attachment 352511 [details]
[PATCH] Proposed Fix
Comment 2 Devin Rousso 2018-10-16 16:35:02 PDT
Comment on attachment 352511 [details]
[PATCH] Proposed Fix

rs=me
Comment 3 WebKit Commit Bot 2018-10-22 12:24:13 PDT
Comment on attachment 352511 [details]
[PATCH] Proposed Fix

Clearing flags on attachment: 352511

Committed r237327: <https://trac.webkit.org/changeset/237327>
Comment 4 WebKit Commit Bot 2018-10-22 12:24:15 PDT
All reviewed patches have been landed.  Closing bug.
Comment 5 Radar WebKit Bug Importer 2018-10-22 12:25:29 PDT
<rdar://problem/45461980>