|
Add Team Drive subtree to the directory list view.
Team Drive files are loaded to /team_drives directory. This change will
show it in the UI.
Google Drive(volume)
- My Drive
- "Team Drives"
- "ABC team drive"
Before the change, only the root entries and fake entries were shown
with special icon (as opposed to the folder icon) and label (from
localized string resource, as opposed to filename of each entry).
Now we are showing "Team Drives" and "ABC team drive" with the special
icon just like such root/fake entries.
However, the label of "ABC team drive" should be the name of the entry
(which comes from the name of a Team Drive). hasIndividualName property
is introduced for this reason.
TEST=tested manually with --team-drive
TEST=browser_tests --gtest_filter=FileManagerJsTest.*:GalleryBrowserTest*
BUG= 684275
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation
Review-Url: https://codereview.chromium.org/2839863002
Cr-Commit-Position: refs/heads/master@{#468579}
Committed: https://chromium.googlesource.com/chromium/src/+/317eb67a43957db557f51f360dfeb3a40ffdd690
Total comments: 15
Total comments: 1
Total comments: 2
Total comments: 7
Total comments: 10
Total comments: 8
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+358 lines, -33 lines) |
Patch |
 |
M |
chrome/app/chromeos_strings.grdp
|
View
|
1
2
3
4
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/extensions/file_manager/private_api_strings.cc
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/file_manager/externs/entry_location.js
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/file_manager/externs/volume_info.js
|
View
|
|
1 chunk |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/file_manager/file_manager/background/js/compiled_resources2.gyp
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
ui/file_manager/file_manager/background/js/device_handler_unittest.js
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
ui/file_manager/file_manager/background/js/duplicate_finder_unittest.js
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
ui/file_manager/file_manager/background/js/entry_location_impl.js
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+8 lines, -3 lines |
0 comments
|
Download
|
 |
M |
ui/file_manager/file_manager/background/js/media_import_handler_unittest.js
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
ui/file_manager/file_manager/background/js/mock_volume_manager.js
|
View
|
1
2
3
4
5
6
7
8
9
|
2 chunks |
+34 lines, -10 lines |
0 comments
|
Download
|
 |
M |
ui/file_manager/file_manager/background/js/volume_info_impl.js
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
3 chunks |
+34 lines, -1 line |
0 comments
|
Download
|
 |
M |
ui/file_manager/file_manager/background/js/volume_manager_impl.js
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+22 lines, -4 lines |
0 comments
|
Download
|
 |
M |
ui/file_manager/file_manager/background/js/volume_manager_unittest.js
|
View
|
1
2
3
4
5
6
7
8
|
3 chunks |
+26 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/file_manager/file_manager/common/js/importer_common_unittest.js
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
ui/file_manager/file_manager/common/js/unittest_util.js
|
View
|
1
2
3
4
|
1 chunk |
+25 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/file_manager/file_manager/common/js/util.js
|
View
|
1
2
3
4
5
6
7
|
4 chunks |
+29 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ui/file_manager/file_manager/common/js/volume_manager_common.js
|
View
|
1
2
3
4
5
6
7
|
3 chunks |
+11 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/file_manager/file_manager/foreground/css/file_types.css
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+18 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ui/file_manager/file_manager/foreground/images/volumes/2x/team_drive.png
|
View
|
|
Binary file |
0 comments
|
Download
|
 |
A |
ui/file_manager/file_manager/foreground/images/volumes/2x/team_drive_active.png
|
View
|
|
Binary file |
0 comments
|
Download
|
 |
A |
ui/file_manager/file_manager/foreground/images/volumes/team_drive.png
|
View
|
|
Binary file |
0 comments
|
Download
|
 |
A |
ui/file_manager/file_manager/foreground/images/volumes/team_drive_active.png
|
View
|
|
Binary file |
0 comments
|
Download
|
 |
M |
ui/file_manager/file_manager/foreground/js/actions_model_unittest.js
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
ui/file_manager/file_manager/foreground/js/import_controller_unittest.js
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
ui/file_manager/file_manager/foreground/js/navigation_list_model_unittest.html
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
ui/file_manager/file_manager/foreground/js/navigation_list_model_unittest.js
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
ui/file_manager/file_manager/foreground/js/providers_model_unittest.js
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
ui/file_manager/file_manager/foreground/js/ui/directory_tree.js
|
View
|
1
2
3
4
5
6
7
8
9
10
|
2 chunks |
+16 lines, -8 lines |
0 comments
|
Download
|
 |
M |
ui/file_manager/file_manager/foreground/js/ui/directory_tree_unittest.js
|
View
|
1
2
3
4
|
4 chunks |
+77 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/file_manager/file_manager/foreground/js/ui/location_line.js
|
View
|
1
2
3
4
5
6
7
|
3 chunks |
+28 lines, -3 lines |
0 comments
|
Download
|
 |
M |
ui/file_manager/gallery/manifest.json
|
View
|
1
2
3
4
5
6
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
Total messages: 64 (46 generated)
|