Bug 204811

Summary: Web Inspector: prefer non-blackboxed scripts when showing a source code location link
Product: WebKit Reporter: Devin Rousso <hi>
Component: Web InspectorAssignee: Devin Rousso <hi>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, hi, inspector-bugzilla-changes, timothy, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch none

Description Devin Rousso 2019-12-03 13:09:33 PST
# STEPS TO REPRODUCE:
1. inspect <http://bogojoker.com/shell/>
2. set a breakpoint inside `$.fn.easySlider`
3. edit the breakpoint from step #2 and add an Evaluate JavaScript action for `console.trace()`
4. reload the page
 => a trace should be logged to the Console with an 'easySlider.min.js:4' link
5. blackbox easySlider.min.js
 => the trace shown after step #4 still shows 'easySlider.min.js:4' when it really should show 'shell:28'
Comment 1 Devin Rousso 2019-12-03 13:19:11 PST
Created attachment 384744 [details]
Patch
Comment 2 WebKit Commit Bot 2019-12-03 19:31:40 PST
Comment on attachment 384744 [details]
Patch

Clearing flags on attachment: 384744

Committed r253087: <https://trac.webkit.org/changeset/253087>
Comment 3 WebKit Commit Bot 2019-12-03 19:31:41 PST
All reviewed patches have been landed.  Closing bug.
Comment 4 Radar WebKit Bug Importer 2019-12-03 19:32:21 PST
<rdar://problem/57612318>