Bug 77098

Summary: Web Inspector: Scripts panel editor container should be based on UISourceCode objects, not SourceFrames.
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   
Bug Depends on:    
Bug Blocks: 75093, 76912    
Attachments:
Description Flags
Patch pfeldman: review+

Description Vsevolod Vlasov 2012-01-26 05:50:55 PST
This should significantly improve EditorContainer API. 
This will allow to make UISourceCodeReplaced handling logic easier and move specific details to EditorContainer implementations.
This is also required by https://bugs.webkit.org/show_bug.cgi?id=76912.
Comment 1 Vsevolod Vlasov 2012-01-26 06:18:00 PST
Created attachment 124112 [details]
Patch
Comment 2 Vsevolod Vlasov 2012-01-26 10:45:33 PST
Committed r106011: <http://trac.webkit.org/changeset/106011>