Bug 60550 - Web Inspector: add protocol method for loading script source mapping.
Summary: Web Inspector: add protocol method for loading script source mapping.
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Pavel Podivilov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-10 07:19 PDT by Pavel Podivilov
Modified: 2011-05-10 12:36 PDT (History)
11 users (show)

See Also:


Attachments
Patch. (6.71 KB, patch)
2011-05-10 07:20 PDT, Pavel Podivilov
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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"?