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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 21 13:23:07 PDT 2016


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

--- Comment #4 from Joseph Pecoraro <joepeck at webkit.org> ---
Fixing the CodeCache issue then revealed a few more issues.

  1. Using CodeCache and skipping loses source directives (Function constructor)
  2. Frontend didn't properly handle a top level sourceMappingURL being a dataURL
  3. Exceptions thrown in non-resource scripts would not have resource links in
     the console, because we couldn't map them back to a resource. (no url)

Fixing all of these gets this working. I'm going to first fix the CodeCache issue separately, because I think the JavaScriptCore folks may have some input on that.

-- 
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/20160421/89e0ed53/attachment.html>


More information about the webkit-unassigned mailing list