Bug 68524

Summary: Web Inspector: migrate RawSourceCode clients to SourceMapping class.
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 yurys: review+

Description Pavel Podivilov 2011-09-21 05:50:34 PDT
Web Inspector: migrate RawSourceCode clients to SourceMapping class.

Clients should use uiSourceCode(), rawLocationToUILocation(), uiLocationToRawLocation() methods of SourceMapping class.
Initially, RawSourceCode may not have associated SourceMapping, so it is natural to extract this methods and associated state to a separate class.
Comment 1 Pavel Podivilov 2011-09-21 05:52:26 PDT
Created attachment 108139 [details]
Patch
Comment 2 Pavel Podivilov 2011-09-27 05:05:46 PDT
Committed r96097: <http://trac.webkit.org/changeset/96097>