Bug 77126

Summary: Web Inspector: Scripts panel: fix event dispatching between FileSelector and EditorContainer.
Product: WebKit Reporter: Vsevolod Vlasov <vsevik>
Component: Web Inspector (Deprecated)Assignee: Vsevolod Vlasov <vsevik>
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 pfeldman: review+

Description Vsevolod Vlasov 2012-01-26 11:53:15 PST
Scripts panel: fix event dispatching between FileSelector and EditorContainer.
Comment 1 Vsevolod Vlasov 2012-01-26 12:17:27 PST
Created attachment 124161 [details]
Patch
Comment 2 Alexander Pavlov (apavlov) 2012-01-26 12:25:01 PST
Comment on attachment 124161 [details]
Patch

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

> Source/WebCore/inspector/front-end/ScriptsPanel.js:259
> +        

Odd leading spaces added.

> Source/WebCore/inspector/front-end/ScriptsPanel.js:498
> +        

ditto

> Source/WebCore/inspector/front-end/ScriptsPanel.js:650
> +        // ScriptsNavigator does not need update on EditorClosed.

...need to update...?
Comment 3 Vsevolod Vlasov 2012-01-27 05:46:30 PST
Committed r106112: <http://trac.webkit.org/changeset/106112>