Bug 80412

Summary: Web Inspector: extract source mapping logic from DebuggerPresentationModel to ScriptMappingImpl.
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
none
Patch vsevik: review+

Pavel Podivilov
Reported 2012-03-06 05:50:42 PST
Web Inspector: extract source mapping logic from DebuggerPresentationModel to ScriptMappingImpl.
Attachments
Patch (22.12 KB, patch)
2012-03-06 05:53 PST, Pavel Podivilov
no flags
Patch (23.79 KB, patch)
2012-03-07 02:08 PST, Pavel Podivilov
vsevik: review+
Pavel Podivilov
Comment 1 2012-03-06 05:53:02 PST
Vsevolod Vlasov
Comment 2 2012-03-06 08:03:23 PST
Comment on attachment 130365 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=130365&action=review > Source/WebCore/inspector/front-end/DebuggerPresentationModel.js:-33 > - * @extends {WebInspector.ScriptMapping} Let's keep ScriptMapping interface implemented by DebuggerPresentationModel to be used by external clients (uiLocationToRawLocation(), rawLocationToUILocation() etc.). Beside that we can have a MutableScriptMapping interface with addScript() and reset() methods to be implemented by MainScriptMapping and other helper script mappings inside MainScriptMapping.
Pavel Podivilov
Comment 3 2012-03-07 02:08:14 PST
Pavel Podivilov
Comment 4 2012-03-07 02:55:26 PST
Note You need to log in before you can comment on or make changes to this bug.