[Webkit-unassigned] [Bug 156022] New: Web Inspector: sourceMappingURL not loaded in generated script

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 30 05:22:16 PDT 2016


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

            Bug ID: 156022
           Summary: Web Inspector: sourceMappingURL not loaded in
                    generated script
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Macintosh
                OS: OS X 10.11
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: eelco at motif.co
                CC: bburg at apple.com, graouts at webkit.org,
                    joepeck at webkit.org, mattbaker at apple.com,
                    nvasilyev at apple.com, timothy at apple.com,
                    webkit-bug-importer at group.apple.com

Created attachment 275194
  --> https://bugs.webkit.org/attachment.cgi?id=275194&action=review
Example to reproduce the bug

The source map from a generated script is not loaded.

To reproduce:
- Unzip the attachment.
- Host it by executing 'python -m SimpleHTTPServer 1234'
- Go to http://0.0.0.0:1234
- Open the Web Inspector Console (option-cmd-C)
- Look at the first error

Observed:
- The error is reported as originating from the function `anonymous`, not linked to any source.

Expected:
- The error is reported as originating from app.coffee:1 or at the very least from the 'Extra Script' coffeescript:3

Notes:
This might be a duplicate of https://bugs.webkit.org/show_bug.cgi?id=156021

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160330/539e3456/attachment.html>


More information about the webkit-unassigned mailing list