Bug 80396

Summary: Web Inspector: prepare for extracting ScriptMapping implementation from DebuggerPresentationModel.
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 [depends on bug 80395] vsevik: review+

Description Pavel Podivilov 2012-03-06 01:23:32 PST
Web Inspector: prepare for extracting ScriptMapping implementation from DebuggerPresentationModel.

Limit RawSourceCode usages to a subset of methods. This subset will be moved to ScriptMapping implementation in a separate change.
Comment 1 Pavel Podivilov 2012-03-06 01:25:31 PST
Created attachment 130327 [details]
Patch [depends on bug 80395]
Comment 2 Vsevolod Vlasov 2012-03-06 03:55:15 PST
Comment on attachment 130327 [details]
Patch [depends on bug 80395]

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

> LayoutTests/ChangeLog:8
> +        * inspector/debugger/breakpoint-manager.html:

Looks like you should re-prepare ChangeLog.
Comment 3 Pavel Podivilov 2012-03-06 04:40:06 PST
Committed r109905: <http://trac.webkit.org/changeset/109905>