[Webkit-unassigned] [Bug 204811] New: Web Inspector: prefer non-blackboxed scripts when showing a source code location link

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 3 13:09:33 PST 2019


https://bugs.webkit.org/show_bug.cgi?id=204811

            Bug ID: 204811
           Summary: Web Inspector: prefer non-blackboxed scripts when
                    showing a source code location link
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: drousso at apple.com
                CC: inspector-bugzilla-changes at group.apple.com

# 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'

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20191203/e762d91a/attachment.htm>


More information about the webkit-unassigned mailing list