Bug 110086

Summary: Web Inspector: Extract FileSystemUtils from FileSystemProjectDelegate as IsolatedFileSystem class.
Product: WebKit Reporter: Vsevolod Vlasov <vsevik>
Component: Web Inspector (Deprecated)Assignee: Vsevolod Vlasov <vsevik>
Status: RESOLVED FIXED    
Severity: Normal CC: apavlov, keishi, loislo, pfeldman, pmuellr, vsevik, web-inspector-bugs, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch pfeldman: review+

Description Vsevolod Vlasov 2013-02-18 01:12:44 PST
This is needed so that we can mock it for tests.
Comment 1 Vsevolod Vlasov 2013-02-18 01:27:39 PST
Created attachment 188819 [details]
Patch
Comment 2 Pavel Feldman 2013-02-18 02:27:35 PST
Comment on attachment 188819 [details]
Patch

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

> Source/WebCore/inspector/front-end/WebKit.qrc:108
>      <file>IsolatedFileSystemModel.js</file>

Please rename to IsolatedFileSystemManager
Comment 3 Vsevolod Vlasov 2013-02-18 04:58:00 PST
Committed r143196: <http://trac.webkit.org/changeset/143196>