Bug 204811 - Web Inspector: prefer non-blackboxed scripts when showing a source code location link
Summary: Web Inspector: prefer non-blackboxed scripts when showing a source code locat...
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: Devin Rousso
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2019-12-03 13:09 PST by Devin Rousso
Modified: 2019-12-03 19:32 PST (History)
5 users (show)

See Also:


Attachments
Patch (11.91 KB, patch)
2019-12-03 13:19 PST, Devin Rousso
no flags Details | Formatted Diff | Diff

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