Bug 80263 - Web Inspector: introduce GlobalSourceMapping as a replacement for RawSourceCode.
Summary: Web Inspector: introduce GlobalSourceMapping as a replacement for RawSourceCode.
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: 2012-03-05 04:08 PST by Pavel Podivilov
Modified: 2012-03-06 05:50 PST (History)
10 users (show)

See Also:


Attachments
Patch (56.21 KB, patch)
2012-03-05 04:10 PST, Pavel Podivilov
vsevik: review-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Pavel Podivilov 2012-03-05 04:08:34 PST
Web Inspector: introduce GlobalSourceMapping as a replacement for RawSourceCode.

Hiding implementation details behind GlobalSourceMapping interface will allow to extract resource-based mapping, formatting mapping, and compiler source mappings to separate classes (see bug 79130).
Comment 1 Pavel Podivilov 2012-03-05 04:10:29 PST
Created attachment 130091 [details]
Patch
Comment 2 Vsevolod Vlasov 2012-03-05 05:41:30 PST
Comment on attachment 130091 [details]
Patch

Could you please split this change?