RESOLVED INVALID 60550
Web Inspector: add protocol method for loading script source mapping.
https://bugs.webkit.org/show_bug.cgi?id=60550
Summary Web Inspector: add protocol method for loading script source mapping.
Pavel Podivilov
Reported 2011-05-10 07:19:53 PDT
Web Inspector: add protocol method for loading script source mapping. Compiled scripts may have "//@ sourceMappingURL=<url>" comments emitted by JavaScript compiler for debug purposes. We should support debugging of such scripts. In this cl: * Add InjectedScript method for loading source mapping data from withing the inspected page with XMLHttpRequest. * Add requestScriptSourceMapping protocol method.
Attachments
Patch. (6.71 KB, patch)
2011-05-10 07:20 PDT, Pavel Podivilov
no flags
Pavel Podivilov
Comment 1 2011-05-10 07:20:33 PDT
Boris Bokowski
Comment 2 2011-05-10 12:36:14 PDT
Why "resolved invalid"?
Note You need to log in before you can comment on or make changes to this bug.