Bug 81897

Summary: Web Inspector: move resource loading logic from SourceMapParser to CompilerScriptMapping.
Product: WebKit Reporter: Pavel Podivilov <podivilov>
Component: Web Inspector (Deprecated)Assignee: Pavel Podivilov <podivilov>
Status: RESOLVED FIXED    
Severity: Normal CC: apavlov, bweinstein, joepeck, keishi, loislo, pfeldman, pmuellr, rik, timothy, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch vsevik: review+

Description Pavel Podivilov 2012-03-22 05:34:09 PDT
Web Inspector: move resource loading logic from SourceMapParser to CompilerScriptMapping.

SourceMapParser should only deal with payload parsing.
Comment 1 Pavel Podivilov 2012-03-22 05:35:29 PDT
Created attachment 133233 [details]
Patch
Comment 2 Vsevolod Vlasov 2012-03-22 10:31:03 PDT
Comment on attachment 133233 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=133233&action=review

> Source/WebCore/ChangeLog:8
> +        SourceMapParser should only deal with payload parsing.

...because parser should not deal with loading.
Comment 3 Pavel Podivilov 2012-03-26 02:58:35 PDT
Committed r112070: <http://trac.webkit.org/changeset/112070>