Bug 110086 - Web Inspector: Extract FileSystemUtils from FileSystemProjectDelegate as IsolatedFileSystem class.
Summary: Web Inspector: Extract FileSystemUtils from FileSystemProjectDelegate as Isol...
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: Vsevolod Vlasov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-18 01:12 PST by Vsevolod Vlasov
Modified: 2013-02-18 04:58 PST (History)
8 users (show)

See Also:


Attachments
Patch (26.53 KB, patch)
2013-02-18 01:27 PST, Vsevolod Vlasov
pfeldman: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>