Bug 86634

Summary: Web Inspector: extract CompositeUISourceCodeProvider from DebuggerScriptMapping.
Product: WebKit Reporter: Pavel Feldman <pfeldman>
Component: Web Inspector (Deprecated)Assignee: Pavel Feldman <pfeldman>
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 Feldman 2012-05-16 08:17:09 PDT
Extract refactoring.
Comment 1 Pavel Feldman 2012-05-16 08:39:27 PDT
Created attachment 142271 [details]
Patch
Comment 2 Vsevolod Vlasov 2012-05-16 08:46:16 PDT
Comment on attachment 142271 [details]
Patch

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

> Source/WebCore/inspector/front-end/ScriptsPanel.js:84
> +    WebInspector.OpenScriptDialog.install(this, this._uiSourceCodeProvider, this.editorView.mainElement);

You should do the same change in Tests.js
Comment 3 Pavel Feldman 2012-05-16 09:37:48 PDT
Committed r117302: <http://trac.webkit.org/changeset/117302>