Bug 60550

Summary: Web Inspector: add protocol method for loading script source mapping.
Product: WebKit Reporter: Pavel Podivilov <podivilov>
Component: Web Inspector (Deprecated)Assignee: Pavel Podivilov <podivilov>
Status: RESOLVED INVALID    
Severity: Normal CC: apavlov, bokowski, bweinstein, joepeck, keishi, loislo, pfeldman, pmuellr, rik, timothy, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch. none

Description Pavel Podivilov 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.
Comment 1 Pavel Podivilov 2011-05-10 07:20:33 PDT
Created attachment 92953 [details]
Patch.
Comment 2 Boris Bokowski 2011-05-10 12:36:14 PDT
Why "resolved invalid"?