WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED INVALID
Bug 94908
Web Inspector: Remove directory tree from FileSystemView and add item-based navigation.
https://bugs.webkit.org/show_bug.cgi?id=94908
Summary
Web Inspector: Remove directory tree from FileSystemView and add item-based n...
Taiju Tsuiki
Reported
2012-08-23 23:59:37 PDT
Per discussion on
http://webkit.org/b/91709
, I'm removing directory tree from FileSystemView and adding navigation by double-clicking in main view.
Attachments
Patch
(16.39 KB, patch)
2012-08-24 00:20 PDT
,
Taiju Tsuiki
no flags
Details
Formatted Diff
Diff
Archive of layout-test-results from gce-cr-linux-02
(588.74 KB, application/zip)
2012-08-24 04:06 PDT
,
WebKit Review Bot
no flags
Details
Patch
(53.27 KB, patch)
2012-09-04 22:17 PDT
,
Taiju Tsuiki
no flags
Details
Formatted Diff
Diff
Patch
(63.51 KB, patch)
2012-09-06 03:46 PDT
,
Taiju Tsuiki
no flags
Details
Formatted Diff
Diff
Rebase and test fix
(65.13 KB, patch)
2012-09-10 08:14 PDT
,
Taiju Tsuiki
vsevik
: review-
Details
Formatted Diff
Diff
Screenshot
(50.92 KB, image/png)
2012-09-10 08:19 PDT
,
Taiju Tsuiki
no flags
Details
Show Obsolete
(3)
View All
Add attachment
proposed patch, testcase, etc.
Taiju Tsuiki
Comment 1
2012-08-24 00:20:58 PDT
Created
attachment 160351
[details]
Patch
WebKit Review Bot
Comment 2
2012-08-24 04:06:21 PDT
Comment on
attachment 160351
[details]
Patch
Attachment 160351
[details]
did not pass chromium-ews (chromium-xvfb): Output:
http://queues.webkit.org/results/13595121
New failing tests: http/tests/inspector/filesystem/directory-tree.html
WebKit Review Bot
Comment 3
2012-08-24 04:06:24 PDT
Created
attachment 160389
[details]
Archive of layout-test-results from gce-cr-linux-02 The attached test failures were seen while running run-webkit-tests on the chromium-ews. Bot: gce-cr-linux-02 Port: <class 'webkitpy.common.config.ports.ChromiumXVFBPort'> Platform: Linux-2.6.39-gcg-201203291735-x86_64-with-Ubuntu-10.04-lucid
Taiju Tsuiki
Comment 4
2012-09-04 22:17:30 PDT
Created
attachment 162158
[details]
Patch
Taiju Tsuiki
Comment 5
2012-09-06 03:46:04 PDT
Created
attachment 162469
[details]
Patch
WebKit Review Bot
Comment 6
2012-09-06 23:41:30 PDT
Comment on
attachment 162469
[details]
Patch
Attachment 162469
[details]
did not pass chromium-ews (chromium-xvfb): Output:
http://queues.webkit.org/results/13774611
New failing tests: http/tests/inspector/filesystem/ui/directory-content-view.html
Vsevolod Vlasov
Comment 7
2012-09-07 12:09:49 PDT
Comment on
attachment 162469
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=162469&action=review
> Source/WebCore/inspector/front-end/FileSystemView.js:48 > + this._navigateUpButton = new WebInspector.StatusBarButton(WebInspector.UIString("Go up to parent directory"), "navigate-up-status-bar-item");
This one was not present on the mocks and I don't really like it. We already have crumbs for this right there, we should probably add a ".." directory to the list instead. Could you please provide a screenshot and some motivation?
Taiju Tsuiki
Comment 8
2012-09-10 08:14:23 PDT
Created
attachment 163133
[details]
Rebase and test fix
Taiju Tsuiki
Comment 9
2012-09-10 08:19:10 PDT
Created
attachment 163136
[details]
Screenshot
Taiju Tsuiki
Comment 10
2012-09-10 08:41:51 PDT
(In reply to
comment #7
)
> (From update of
attachment 162469
[details]
) > View in context:
https://bugs.webkit.org/attachment.cgi?id=162469&action=review
> > > Source/WebCore/inspector/front-end/FileSystemView.js:48 > > + this._navigateUpButton = new WebInspector.StatusBarButton(WebInspector.UIString("Go up to parent directory"), "navigate-up-status-bar-item"); > > This one was not present on the mocks and I don't really like it. We already have crumbs for this right there, we should probably add a ".." directory to the list instead. > Could you please provide a screenshot and some motivation?
Yes, this is not on mock. Actually, I've not put crumbs in this patch, will put in next one. As the motivation for adding "up to parent directory" button, there's no way to close opened file or directory, so I think we need a button to go to parent director until the crumb UI lands. ".." directory seems to work for going to parent directory from a directory, but we still need a button for closing file.
Vsevolod Vlasov
Comment 11
2012-09-14 03:13:10 PDT
> As the motivation for adding "up to parent directory" button, there's no way to close opened file or directory, so I think we need a button to go to parent director until the crumb UI lands.
This button looks ugly. Instead of making it look prettier I suggest landing crumbs first.
> > ".." directory seems to work for going to parent directory from a directory, but we still need a button for closing file.
We can still use bread crumbs for that, aren't we?
Brian Burg
Comment 12
2014-08-03 18:30:40 PDT
This feature is no longer in WebKit.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug