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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 14 19:40:16 PDT 2016


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

--- Comment #2 from Joseph Pecoraro <joepeck at webkit.org> ---
This is another great reduction!

Even after fixing bug 156021, this exposes another issue. We aren't reliably detecting the sourceURL within functions created via `Function`.

* TEST
<script>
console.log(Function("\n//# sourceURL=test.js\nreturn 1+1")());
</script>

I'd expect this to always create a Extra Script named "test.js" however it only does it rarely (once or twice) and then never again.

-- 
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/20160415/ffc54a30/attachment.html>


More information about the webkit-unassigned mailing list