|
|
Divide volume_manager.js into files for each classes and extract interfaces from them.
This CL divides classes in volume_manager.js into separate files.
In addition, it extracts interfaces from each classes so that foreground scripts can refer to the interface definitions without depending on their implementation classes.
BUG= 636289
TEST=run browser_tests
Committed: https://crrev.com/a5abef97afdb57b24e5bce63fb10054ca0266b91
Cr-Commit-Position: refs/heads/master@{#416205}
Total comments: 19
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+1633 lines, -1338 lines) |
Patch |
 |
M |
ui/file_manager/audio_player/js/compiled_resources.gyp
|
View
|
|
4 chunks |
+13 lines, -2 lines |
0 comments
|
Download
|
 |
A |
ui/file_manager/externs/background_window_common.js
|
View
|
1
|
1 chunk |
+18 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ui/file_manager/externs/entry_location.js
|
View
|
1
|
1 chunk |
+48 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ui/file_manager/externs/volume_info_list.js
|
View
|
|
1 chunk |
+76 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ui/file_manager/externs/volume_manager.js
|
View
|
|
1 chunk |
+109 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/file_manager/file_manager/background/js/background.js
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ui/file_manager/file_manager/background/js/background_base.js
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
ui/file_manager/file_manager/background/js/background_common_scripts.js
|
View
|
|
1 chunk |
+6 lines, -1 line |
0 comments
|
Download
|
 |
M |
ui/file_manager/file_manager/background/js/compiled_resources.gyp
|
View
|
|
3 chunks |
+9 lines, -1 line |
0 comments
|
Download
|
 |
M |
ui/file_manager/file_manager/background/js/device_handler.js
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
ui/file_manager/file_manager/background/js/device_handler_unittest.html
|
View
|
|
1 chunk |
+7 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ui/file_manager/file_manager/background/js/duplicate_finder.js
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
ui/file_manager/file_manager/background/js/duplicate_finder_unittest.html
|
View
|
|
1 chunk |
+6 lines, -1 line |
0 comments
|
Download
|
 |
A |
ui/file_manager/file_manager/background/js/entry_location_impl.js
|
View
|
|
1 chunk |
+44 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/file_manager/file_manager/background/js/file_operation_manager.js
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
ui/file_manager/file_manager/background/js/file_operation_manager_unittest.js
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ui/file_manager/file_manager/background/js/launcher_search.js
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ui/file_manager/file_manager/background/js/media_import_handler_unittest.html
|
View
|
|
2 chunks |
+6 lines, -1 line |
0 comments
|
Download
|
 |
M |
ui/file_manager/file_manager/background/js/mock_volume_manager.js
|
View
|
|
6 chunks |
+10 lines, -10 lines |
0 comments
|
Download
|
 |
M |
ui/file_manager/file_manager/background/js/test_util_base.js
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
A |
ui/file_manager/file_manager/background/js/volume_info_impl.js
|
View
|
|
1 chunk |
+224 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ui/file_manager/file_manager/background/js/volume_info_list_impl.js
|
View
|
1
|
1 chunk |
+167 lines, -0 lines |
0 comments
|
Download
|
 |
D |
ui/file_manager/file_manager/background/js/volume_manager.js
|
View
|
|
1 chunk |
+0 lines, -1198 lines |
0 comments
|
Download
|
 |
A |
ui/file_manager/file_manager/background/js/volume_manager_factory.js
|
View
|
1
|
1 chunk |
+64 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ui/file_manager/file_manager/background/js/volume_manager_impl.js
|
View
|
|
1 chunk |
+420 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/file_manager/file_manager/background/js/volume_manager_unittest.html
|
View
|
|
1 chunk |
+6 lines, -1 line |
0 comments
|
Download
|
 |
M |
ui/file_manager/file_manager/background/js/volume_manager_unittest.js
|
View
|
|
4 chunks |
+102 lines, -89 lines |
0 comments
|
Download
|
 |
A |
ui/file_manager/file_manager/background/js/volume_manager_util.js
|
View
|
1
|
1 chunk |
+212 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/file_manager/file_manager/common/js/importer_common_unittest.html
|
View
|
|
1 chunk |
+6 lines, -3 lines |
0 comments
|
Download
|
 |
M |
ui/file_manager/file_manager/common/js/volume_manager_common.js
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
ui/file_manager/file_manager/foreground/js/actions_model_unittest.html
|
View
|
|
1 chunk |
+6 lines, -1 line |
0 comments
|
Download
|
 |
M |
ui/file_manager/file_manager/foreground/js/compiled_resources.gyp
|
View
|
|
3 chunks |
+4 lines, -1 line |
0 comments
|
Download
|
 |
M |
ui/file_manager/file_manager/foreground/js/import_controller_unittest.html
|
View
|
|
1 chunk |
+6 lines, -1 line |
0 comments
|
Download
|
 |
M |
ui/file_manager/file_manager/foreground/js/navigation_list_model_unittest.html
|
View
|
|
1 chunk |
+6 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ui/file_manager/file_manager/foreground/js/providers_model_unittest.html
|
View
|
|
1 chunk |
+6 lines, -1 line |
0 comments
|
Download
|
 |
M |
ui/file_manager/file_manager/foreground/js/ui/directory_tree_unittest.html
|
View
|
|
1 chunk |
+6 lines, -1 line |
0 comments
|
Download
|
 |
M |
ui/file_manager/file_manager/foreground/js/volume_manager_wrapper.js
|
View
|
|
3 chunks |
+8 lines, -6 lines |
0 comments
|
Download
|
 |
M |
ui/file_manager/gallery/js/compiled_resources.gyp
|
View
|
|
5 chunks |
+13 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ui/file_manager/video_player/js/compiled_resources.gyp
|
View
|
|
4 chunks |
+13 lines, -2 lines |
0 comments
|
Download
|
Total messages: 23 (14 generated)
|