Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(20)

Side by Side Diff: ui/file_manager/file_manager/foreground/js/main_scripts.js

Issue 1061483002: Show UI when a folder is empty. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Change listen events. Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 // The include directives are put into Javascript-style comments to prevent 5 // The include directives are put into Javascript-style comments to prevent
6 // parsing errors in non-flattened mode. The flattener still sees them. 6 // parsing errors in non-flattened mode. The flattener still sees them.
7 // Note that this makes the flattener to comment out the first line of the 7 // Note that this makes the flattener to comment out the first line of the
8 // included file but that's all right since any javascript file should start 8 // included file but that's all right since any javascript file should start
9 // with a copyright comment anyway. 9 // with a copyright comment anyway.
10 10
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 //<include src="metadata/new_metadata_provider.js"> 91 //<include src="metadata/new_metadata_provider.js">
92 // 92 //
93 //<include src="app_installer.js"> 93 //<include src="app_installer.js">
94 //<include src="app_state_controller.js"> 94 //<include src="app_state_controller.js">
95 //<include src="column_visibility_controller.js"> 95 //<include src="column_visibility_controller.js">
96 //<include src="cws_container_client.js"> 96 //<include src="cws_container_client.js">
97 //<include src="dialog_action_controller.js"> 97 //<include src="dialog_action_controller.js">
98 //<include src="dialog_type.js"> 98 //<include src="dialog_type.js">
99 //<include src="directory_contents.js"> 99 //<include src="directory_contents.js">
100 //<include src="directory_model.js"> 100 //<include src="directory_model.js">
101 //<include src="empty_folder_controller.js">
101 //<include src="file_manager.js"> 102 //<include src="file_manager.js">
102 //<include src="file_manager_commands.js"> 103 //<include src="file_manager_commands.js">
103 //<include src="file_selection.js"> 104 //<include src="file_selection.js">
104 //<include src="file_tasks.js"> 105 //<include src="file_tasks.js">
105 //<include src="file_transfer_controller.js"> 106 //<include src="file_transfer_controller.js">
106 //<include src="file_watcher.js"> 107 //<include src="file_watcher.js">
107 //<include src="folder_shortcuts_data_model.js"> 108 //<include src="folder_shortcuts_data_model.js">
108 //<include src="gear_menu_controller.js"> 109 //<include src="gear_menu_controller.js">
109 //<include src="import_controller.js"> 110 //<include src="import_controller.js">
110 //<include src="launch_param.js"> 111 //<include src="launch_param.js">
(...skipping 16 matching lines...) Expand all
127 //<include src="task_controller.js"> 128 //<include src="task_controller.js">
128 //<include src="toolbar_controller.js"> 129 //<include src="toolbar_controller.js">
129 //<include src="thumbnail_loader.js"> 130 //<include src="thumbnail_loader.js">
130 //<include src="list_thumbnail_loader.js"> 131 //<include src="list_thumbnail_loader.js">
131 //<include src="ui/banners.js" > 132 //<include src="ui/banners.js" >
132 //<include src="ui/conflict_dialog.js"> 133 //<include src="ui/conflict_dialog.js">
133 //<include src="ui/default_action_dialog.js"> 134 //<include src="ui/default_action_dialog.js">
134 //<include src="ui/dialog_footer.js"> 135 //<include src="ui/dialog_footer.js">
135 //<include src="ui/directory_tree.js"> 136 //<include src="ui/directory_tree.js">
136 //<include src="ui/drag_selector.js"> 137 //<include src="ui/drag_selector.js">
138 //<include src="ui/empty_folder.js">
137 //<include src="ui/error_dialog.js"> 139 //<include src="ui/error_dialog.js">
138 //<include src="ui/file_grid.js"> 140 //<include src="ui/file_grid.js">
139 //<include src="ui/file_manager_ui.js"> 141 //<include src="ui/file_manager_ui.js">
140 //<include src="ui/file_list_selection_model.js"> 142 //<include src="ui/file_list_selection_model.js">
141 //<include src="ui/file_table.js"> 143 //<include src="ui/file_table.js">
142 //<include src="ui/file_table_list.js"> 144 //<include src="ui/file_table_list.js">
143 //<include src="ui/gear_menu.js"> 145 //<include src="ui/gear_menu.js">
144 //<include src="ui/list_container.js"> 146 //<include src="ui/list_container.js">
145 //<include src="ui/location_line.js"> 147 //<include src="ui/location_line.js">
146 //<include src="ui/multi_profile_share_dialog.js"> 148 //<include src="ui/multi_profile_share_dialog.js">
147 //<include src="ui/progress_center_panel.js"> 149 //<include src="ui/progress_center_panel.js">
148 //<include src="ui/scrollbar.js"> 150 //<include src="ui/scrollbar.js">
149 //<include src="ui/search_box.js"> 151 //<include src="ui/search_box.js">
150 //<include src="ui/share_dialog.js"> 152 //<include src="ui/share_dialog.js">
151 //<include src="ui/suggest_apps_dialog.js"> 153 //<include src="ui/suggest_apps_dialog.js">
152 //<include src="main_window_component.js"> 154 //<include src="main_window_component.js">
153 //<include src="volume_manager_wrapper.js"> 155 //<include src="volume_manager_wrapper.js">
154 156
155 // // For accurate load performance tracking place main.js should be 157 // // For accurate load performance tracking place main.js should be
156 // // the last include to include. 158 // // the last include to include.
157 //<include src="main.js"> 159 //<include src="main.js">
158 160
159 // Global fileManager reference useful for poking at from the console. 161 // Global fileManager reference useful for poking at from the console.
160 window.fileManager = fileManager; 162 window.fileManager = fileManager;
161 163
162 // Exports 164 // Exports
163 window.util = util; 165 window.util = util;
164 })(); 166 })();
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698