Bug 107021 - Web Inspector: Introduce FileSystemWorkspaceProvider to allow showing files from file system in workspace.
Summary: Web Inspector: Introduce FileSystemWorkspaceProvider to allow showing files f...
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-01-16 08:56 PST by Vsevolod Vlasov
Modified: 2013-01-17 04:41 PST (History)
8 users (show)

See Also:


Attachments
Patch (30.68 KB, patch)
2013-01-16 09:00 PST, Vsevolod Vlasov
no flags Details | Formatted Diff | Diff
Patch (30.70 KB, patch)
2013-01-17 01:06 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-01-16 08:56:24 PST
Patch to follow.
Comment 1 Vsevolod Vlasov 2013-01-16 09:00:31 PST
Created attachment 182994 [details]
Patch
Comment 2 Pavel Feldman 2013-01-16 09:28:02 PST
Comment on attachment 182994 [details]
Patch

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

Looks good.

> Source/WebCore/inspector/front-end/FileSystemMapping.js:96
> +    Object.call(this);

WebInspector.

> Source/WebCore/inspector/front-end/FileSystemWorkspaceProvider.js:2
> + * Copyright (C) 2012 Google Inc. All rights reserved.

2013

> Source/WebCore/inspector/front-end/FileSystemWorkspaceProvider.js:426
> +    function toArray(list) {

{!
Comment 3 Vsevolod Vlasov 2013-01-17 01:06:40 PST
Created attachment 183139 [details]
Patch
Comment 4 Vsevolod Vlasov 2013-01-17 04:41:27 PST
Committed r139978: <http://trac.webkit.org/changeset/139978>