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
Created attachment 352511 [details] [PATCH] Proposed Fix
Comment on attachment 352511 [details] [PATCH] Proposed Fix rs=me
Comment on attachment 352511 [details] [PATCH] Proposed Fix Clearing flags on attachment: 352511 Committed r237327: <https://trac.webkit.org/changeset/237327>
All reviewed patches have been landed. Closing bug.
<rdar://problem/45461980>