|
|
Created:
4 years, 10 months ago by zentaro Modified:
4 years, 10 months ago Reviewers:
mtomasz CC:
chromium-reviews, rginda+watch_chromium.org, mtomasz+watch_chromium.org Base URL:
https://chromium.googlesource.com/chromium/src.git@master Target Ref:
refs/pending/heads/master Project:
chromium Visibility:
Public. |
DescriptionImprove performance of the directory tree in the files app for large network shares.
For provided file systems;
a) Directory tree only navigates open nodes.
b) Tree closes child nodes when parent closes.
c) Expander arrows are always added rather than traversing the children to determine if needed.
d) Expander arrows will disappear if expanded and there is no content.
BUG=584404
Committed: https://crrev.com/81355b7f55b4bf8a645731eb2f94df84cca2eaf2
Cr-Commit-Position: refs/heads/master@{#374779}
Patch Set 1 #
Total comments: 2
Patch Set 2 : Fix review issues. #Messages
Total messages: 17 (9 generated)
Description was changed from ========== For provided file systems; a) directory tree only navigates open nodes. b) Tree closes child nodes when parent closes. c) Expander arrows are always added rather than traversing the children to determine if needed. d) Expander arrows will disappear if expanded and there is no content. BUG= ========== to ========== For provided file systems; a) directory tree only navigates open nodes. b) Tree closes child nodes when parent closes. c) Expander arrows are always added rather than traversing the children to determine if needed. d) Expander arrows will disappear if expanded and there is no content. BUG= ==========
zentaro@chromium.org changed reviewers: + mtomasz@chromium.org
Basically lgtm. Please fix the CL description format: Subject\n\nDescription\n\nBUG=... https://codereview.chromium.org/1667163003/diff/1/ui/file_manager/file_manage... File ui/file_manager/file_manager/foreground/js/ui/directory_tree.js (right): https://codereview.chromium.org/1667163003/diff/1/ui/file_manager/file_manage... ui/file_manager/file_manager/foreground/js/ui/directory_tree.js:529: item.delayExpansion = (item.volumeInfo.volumeType == "provided"); nit: === in Files app code
Description was changed from ========== For provided file systems; a) directory tree only navigates open nodes. b) Tree closes child nodes when parent closes. c) Expander arrows are always added rather than traversing the children to determine if needed. d) Expander arrows will disappear if expanded and there is no content. BUG= ========== to ========== Improve performance of the directory tree in the files app for large network shares. For provided file systems; a) Directory tree only navigates open nodes. b) Tree closes child nodes when parent closes. c) Expander arrows are always added rather than traversing the children to determine if needed. d) Expander arrows will disappear if expanded and there is no content. BUG=584404 ==========
On 2016/02/05 02:22:58, mtomasz wrote: > Basically lgtm. Please fix the CL description format: > > Subject\n\nDescription\n\nBUG=... > > https://codereview.chromium.org/1667163003/diff/1/ui/file_manager/file_manage... > File ui/file_manager/file_manager/foreground/js/ui/directory_tree.js (right): > > https://codereview.chromium.org/1667163003/diff/1/ui/file_manager/file_manage... > ui/file_manager/file_manager/foreground/js/ui/directory_tree.js:529: > item.delayExpansion = (item.volumeInfo.volumeType == "provided"); > nit: === in Files app code Done.
https://codereview.chromium.org/1667163003/diff/1/ui/file_manager/file_manage... File ui/file_manager/file_manager/foreground/js/ui/directory_tree.js (right): https://codereview.chromium.org/1667163003/diff/1/ui/file_manager/file_manage... ui/file_manager/file_manager/foreground/js/ui/directory_tree.js:529: item.delayExpansion = (item.volumeInfo.volumeType == "provided"); On 2016/02/05 02:22:57, mtomasz wrote: > nit: === in Files app code Done. (And " -> ')
The CQ bit was checked by zentaro@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1667163003/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1667163003/20001
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: This issue passed the CQ dry run.
The CQ bit was checked by zentaro@chromium.org
The patchset sent to the CQ was uploaded after l-g-t-m from mtomasz@chromium.org Link to the patchset: https://codereview.chromium.org/1667163003/#ps20001 (title: "Fix review issues.")
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1667163003/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1667163003/20001
Message was sent while issue was closed.
Description was changed from ========== Improve performance of the directory tree in the files app for large network shares. For provided file systems; a) Directory tree only navigates open nodes. b) Tree closes child nodes when parent closes. c) Expander arrows are always added rather than traversing the children to determine if needed. d) Expander arrows will disappear if expanded and there is no content. BUG=584404 ========== to ========== Improve performance of the directory tree in the files app for large network shares. For provided file systems; a) Directory tree only navigates open nodes. b) Tree closes child nodes when parent closes. c) Expander arrows are always added rather than traversing the children to determine if needed. d) Expander arrows will disappear if expanded and there is no content. BUG=584404 ==========
Message was sent while issue was closed.
Committed patchset #2 (id:20001)
Message was sent while issue was closed.
Description was changed from ========== Improve performance of the directory tree in the files app for large network shares. For provided file systems; a) Directory tree only navigates open nodes. b) Tree closes child nodes when parent closes. c) Expander arrows are always added rather than traversing the children to determine if needed. d) Expander arrows will disappear if expanded and there is no content. BUG=584404 ========== to ========== Improve performance of the directory tree in the files app for large network shares. For provided file systems; a) Directory tree only navigates open nodes. b) Tree closes child nodes when parent closes. c) Expander arrows are always added rather than traversing the children to determine if needed. d) Expander arrows will disappear if expanded and there is no content. BUG=584404 Committed: https://crrev.com/81355b7f55b4bf8a645731eb2f94df84cca2eaf2 Cr-Commit-Position: refs/heads/master@{#374779} ==========
Message was sent while issue was closed.
Patchset 2 (id:??) landed as https://crrev.com/81355b7f55b4bf8a645731eb2f94df84cca2eaf2 Cr-Commit-Position: refs/heads/master@{#374779} |