Bug 86634 - Web Inspector: extract CompositeUISourceCodeProvider from DebuggerScriptMapping.
Summary: Web Inspector: extract CompositeUISourceCodeProvider from DebuggerScriptMapping.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Pavel Feldman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-16 08:17 PDT by Pavel Feldman
Modified: 2012-05-16 09:37 PDT (History)
10 users (show)

See Also:


Attachments
Patch (23.42 KB, patch)
2012-05-16 08:39 PDT, Pavel Feldman
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 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>