| OLD | NEW |
| 1 <!DOCTYPE HTML> | 1 <!DOCTYPE HTML> |
| 2 <!-- | 2 <!-- |
| 3 -- Copyright (c) 2012 The Chromium Authors. All rights reserved. | 3 -- Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| 4 -- Use of this source code is governed by a BSD-style license that can be | 4 -- Use of this source code is governed by a BSD-style license that can be |
| 5 -- found in the LICENSE file. | 5 -- found in the LICENSE file. |
| 6 --> | 6 --> |
| 7 <html i18n-values="dir:textdirection;"> | 7 <html i18n-values="dir:textdirection;"> |
| 8 <head> | 8 <head> |
| 9 <!-- We have to set some default title, or chrome will use the page name. | 9 <!-- We have to set some default title, or chrome will use the page name. |
| 10 -- As soon as we init and change to a directory, we'll show the directory | 10 -- As soon as we init and change to a directory, we'll show the directory |
| 11 -- path. Until then, use an invisible non-whitespace character. | 11 -- path. Until then, use an invisible non-whitespace character. |
| 12 --> | 12 --> |
| 13 <title></title> | 13 <title></title> |
| 14 | 14 |
| 15 <meta name="google" value="notranslate"> | 15 <meta name="google" value="notranslate"> |
| 16 | 16 |
| 17 <link rel="stylesheet" href="chrome://resources/css/apps/topbutton_bar.css">
</link> | 17 <link rel="stylesheet" href="chrome://resources/css/apps/topbutton_bar.css">
</link> |
| 18 | 18 |
| 19 <link rel="stylesheet" href="css/list.css"></link> | 19 <link rel="stylesheet" href="css/list.css"></link> |
| 20 <link rel="stylesheet" href="css/table.css"></link> | 20 <link rel="stylesheet" href="css/table.css"></link> |
| 21 <link rel="stylesheet" href="css/tree.css"></link> | 21 <link rel="stylesheet" href="css/tree.css"></link> |
| 22 <link rel="stylesheet" href="css/menu.css"></link> | 22 <link rel="stylesheet" href="css/menu.css"></link> |
| 23 <link rel="stylesheet" href="css/combobutton.css"></link> | 23 <link rel="stylesheet" href="css/combobutton.css"></link> |
| 24 <link rel="stylesheet" href="css/file_manager.css"></link> | 24 <link rel="stylesheet" href="css/file_manager.css"></link> |
| 25 <link rel="stylesheet" href="css/file_types.css"></link> | 25 <link rel="stylesheet" href="css/file_types.css"></link> |
| 26 <link rel="stylesheet" href="css/common.css"></link> | 26 <link rel="stylesheet" href="css/common.css"></link> |
| 27 | 27 |
| 28 <!-- Don't load main_scripts.js when flattening is disabled. --> | 28 <!-- Don't load main_scripts.js when flattening is disabled. --> |
| 29 <if expr="0"><!-- </if> | 29 <if expr="0"><!-- </if> |
| 30 <script src="js/main_scripts.js"></script> | 30 <script src="foreground/js/main_scripts.js"></script> |
| 31 <if expr="0"> --></if> | 31 <if expr="0"> --></if> |
| 32 | 32 |
| 33 <if expr="0"> | 33 <if expr="0"> |
| 34 <!-- This section is used when the file manager is loaded with | 34 <!-- This section is used when the file manager is loaded with |
| 35 'filemgr-ext-path' command-line flag. --> | 35 'filemgr-ext-path' command-line flag. --> |
| 36 <!-- Keep the list in sync with js/main_scripts.js. --> | 36 <!-- Keep the list in sync with js/main_scripts.js. --> |
| 37 | 37 |
| 38 <!-- metrics.js initiates load performance tracking | 38 <!-- metrics.js initiates load performance tracking |
| 39 so we want to parse it as early as possible --> | 39 so we want to parse it as early as possible --> |
| 40 <script src="js/metrics.js"></script> | 40 <script src="js/metrics.js"></script> |
| (...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 73 <script src="chrome://resources/js/cr/ui/grid.js"></script> | 73 <script src="chrome://resources/js/cr/ui/grid.js"></script> |
| 74 | 74 |
| 75 <script src="chrome://resources/js/cr/ui/command.js"></script> | 75 <script src="chrome://resources/js/cr/ui/command.js"></script> |
| 76 <script src="chrome://resources/js/cr/ui/position_util.js"></script> | 76 <script src="chrome://resources/js/cr/ui/position_util.js"></script> |
| 77 <script src="chrome://resources/js/cr/ui/menu_item.js"></script> | 77 <script src="chrome://resources/js/cr/ui/menu_item.js"></script> |
| 78 <script src="chrome://resources/js/cr/ui/menu.js"></script> | 78 <script src="chrome://resources/js/cr/ui/menu.js"></script> |
| 79 <script src="chrome://resources/js/cr/ui/menu_button.js"></script> | 79 <script src="chrome://resources/js/cr/ui/menu_button.js"></script> |
| 80 <script src="chrome://resources/js/cr/ui/context_menu_handler.js"></script
> | 80 <script src="chrome://resources/js/cr/ui/context_menu_handler.js"></script
> |
| 81 | 81 |
| 82 <!-- This script must be loaded before all other Files.app's scripts. --> | 82 <!-- This script must be loaded before all other Files.app's scripts. --> |
| 83 <script src="js/error_counter.js"></script> | 83 <script src="foreground/js/error_counter.js"></script> |
| 84 | 84 |
| 85 <script src="js/combobutton.js"></script> | 85 <script src="common/js/async_util.js"></script> |
| 86 <script src="js/commandbutton.js"></script> | 86 <script src="common/js/path_util.js"></script> |
| 87 <script src="js/ui/file_manager_dialog_base.js"></script> | 87 <script src="common/js/util.js"></script> |
| 88 <script src="common/js/progress_center_common.js"></script> |
| 88 | 89 |
| 89 <script src="js/app_installer.js"></script> | 90 <script src="foreground/js/combobutton.js"></script> |
| 90 <script src="js/async_util.js"></script> | 91 <script src="foreground/js/commandbutton.js"></script> |
| 91 <script src="js/path_util.js"></script> | 92 <script src="foreground/js/ui/file_manager_dialog_base.js"></script> |
| 92 <script src="js/util.js"></script> | 93 |
| 93 <script src="js/action_choice_util.js"></script> | 94 <script src="foreground/js/action_choice/action_choice_util.js"></script> |
| 94 <script src="js/butter_bar.js"></script> | 95 <script src="foreground/js/app_installer.js"></script> |
| 95 <script src="js/cws_container_client.js"></script> | 96 <script src="foreground/js/butter_bar.js"></script> |
| 96 <script src="js/directory_contents.js"></script> | 97 <script src="foreground/js/cws_container_client.js"></script> |
| 97 <script src="js/directory_model.js"></script> | 98 <script src="foreground/js/directory_contents.js"></script> |
| 98 <script src="js/directory_tree.js"></script> | 99 <script src="foreground/js/directory_model.js"></script> |
| 99 <script src="js/drag_selector.js"></script> | 100 <script src="foreground/js/directory_tree.js"></script> |
| 100 <script src="js/drive_banners.js"></script> | 101 <script src="foreground/js/drag_selector.js"></script> |
| 101 <script src="js/error_dialog.js"></script> | 102 <script src="foreground/js/drive_banners.js"></script> |
| 102 <script src="js/file_operation_manager_wrapper.js"></script> | 103 <script src="foreground/js/error_dialog.js"></script> |
| 103 <script src="js/file_grid.js"></script> | 104 <script src="foreground/js/file_operation_manager_wrapper.js"></script> |
| 104 <script src="js/file_manager.js"></script> | 105 <script src="foreground/js/file_grid.js"></script> |
| 105 <script src="js/file_selection.js"></script> | 106 <script src="foreground/js/file_manager.js"></script> |
| 106 <script src="js/file_table.js"></script> | 107 <script src="foreground/js/file_selection.js"></script> |
| 107 <script src="js/file_tasks.js"></script> | 108 <script src="foreground/js/file_table.js"></script> |
| 108 <script src="js/file_transfer_controller.js"></script> | 109 <script src="foreground/js/file_tasks.js"></script> |
| 109 <script src="js/file_type.js"></script> | 110 <script src="foreground/js/file_transfer_controller.js"></script> |
| 110 <script src="js/file_watcher.js"></script> | 111 <script src="foreground/js/file_type.js"></script> |
| 111 <script src="js/folder_shortcuts_data_model.js"></script> | 112 <script src="foreground/js/file_watcher.js"></script> |
| 112 <script src="js/navigation_list.js"></script> | 113 <script src="foreground/js/folder_shortcuts_data_model.js"></script> |
| 113 <script src="js/progress_center_common.js"></script> | 114 <script src="foreground/js/navigation_list.js"></script> |
| 114 <script src="js/scrollbar.js"></script> | 115 <script src="foreground/js/scrollbar.js"></script> |
| 115 <script src="js/share_client.js"></script> | 116 <script src="foreground/js/share_client.js"></script> |
| 116 <script src="js/share_dialog.js"></script> | 117 <script src="foreground/js/share_dialog.js"></script> |
| 117 <script src="js/suggest_apps_dialog.js"></script> | 118 <script src="foreground/js/suggest_apps_dialog.js"></script> |
| 118 <script src="js/text_measure.js"></script> | 119 <script src="foreground/js/text_measure.js"></script> |
| 119 <script src="js/tree.css.js"></script> | 120 <script src="foreground/js/tree.css.js"></script> |
| 120 <script src="js/ui/breadcrumbs_controller.js"></script> | 121 <script src="foreground/js/ui/breadcrumbs_controller.js"></script> |
| 121 <script src="js/ui/conflict_dialog.js"></script> | 122 <script src="foreground/js/ui/conflict_dialog.js"></script> |
| 122 <script src="js/ui/file_manager_ui.js"></script> | 123 <script src="foreground/js/ui/file_manager_ui.js"></script> |
| 123 <script src="js/ui/preview_panel.js"></script> | 124 <script src="foreground/js/ui/preview_panel.js"></script> |
| 124 <script src="js/ui/progress_center_panel.js"></script> | 125 <script src="foreground/js/ui/progress_center_panel.js"></script> |
| 125 <script src="js/ui/search_box.js"></script> | 126 <script src="foreground/js/ui/search_box.js"></script> |
| 126 <script src="js/url_constants.js"></script> | 127 <script src="foreground/js/url_constants.js"></script> |
| 127 <script src="js/volume_manager_wrapper.js"></script> | 128 <script src="foreground/js/volume_manager_wrapper.js"></script> |
| 128 <script src="js/media/media_util.js"></script> | 129 <script src="foreground/js/default_action_dialog.js"></script> |
| 129 <script src="js/metadata/metadata_cache.js"></script> | 130 <script src="foreground/js/file_manager_commands.js"></script> |
| 130 <script src="js/default_action_dialog.js"></script> | |
| 131 <script src="js/file_manager_commands.js"></script> | |
| 132 | 131 |
| 133 <!-- For accurate load performance tracking main.js should be | 132 <!-- For accurate load performance tracking main.js should be |
| 134 the last script to include. --> | 133 the last script to include. --> |
| 135 <script src="js/main.js"></script> | 134 <script src="foreground/js/main.js"></script> |
| 136 </if> | 135 </if> |
| 137 | 136 |
| 138 </head> | 137 </head> |
| 139 <body tabindex="-1" i18n-values=".style.fontFamily:WEB_FONT_FAMILY; | 138 <body tabindex="-1" i18n-values=".style.fontFamily:WEB_FONT_FAMILY; |
| 140 .style.fontSize:WEB_FONT_SIZE"> | 139 .style.fontSize:WEB_FONT_SIZE"> |
| 141 <commands> | 140 <commands> |
| 142 <!-- We have to use U+XXXX notation here according to event.keyIdentifier | 141 <!-- We have to use U+XXXX notation here according to event.keyIdentifier |
| 143 property --> | 142 property --> |
| 144 <command id="cut" i18n-values="label:CUT_BUTTON_LABEL" | 143 <command id="cut" i18n-values="label:CUT_BUTTON_LABEL" |
| 145 shortcut="U+0058-Ctrl"> | 144 shortcut="U+0058-Ctrl"> |
| (...skipping 285 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 431 <select class="file-type"></select> | 430 <select class="file-type"></select> |
| 432 <button class="ok" disabled tabindex="11"></button> | 431 <button class="ok" disabled tabindex="11"></button> |
| 433 <button class="cancel" i18n-content="CANCEL_LABEL" tabindex="12"></butto
n> | 432 <button class="cancel" i18n-content="CANCEL_LABEL" tabindex="12"></butto
n> |
| 434 </div> | 433 </div> |
| 435 </div> | 434 </div> |
| 436 <div id="drag-container"></div> | 435 <div id="drag-container"></div> |
| 437 <iframe id="command-dispatcher" hidden></iframe> | 436 <iframe id="command-dispatcher" hidden></iframe> |
| 438 <div class="overlay-pane" id="iframe-drag-area" hidden></div> | 437 <div class="overlay-pane" id="iframe-drag-area" hidden></div> |
| 439 </body> | 438 </body> |
| 440 </html> | 439 </html> |
| OLD | NEW |