| 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 |
| (...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 105 <script src="foreground/js/file_watcher.js"></script> | 105 <script src="foreground/js/file_watcher.js"></script> |
| 106 <script src="foreground/js/folder_shortcuts_data_model.js"></script> | 106 <script src="foreground/js/folder_shortcuts_data_model.js"></script> |
| 107 <script src="foreground/js/metadata/metadata_cache.js"></script> | 107 <script src="foreground/js/metadata/metadata_cache.js"></script> |
| 108 <script src="foreground/js/navigation_list_model.js"></script> | 108 <script src="foreground/js/navigation_list_model.js"></script> |
| 109 <script src="foreground/js/progress_center_item_group.js"></script> | 109 <script src="foreground/js/progress_center_item_group.js"></script> |
| 110 <script src="foreground/js/search_controller.js"></script> | 110 <script src="foreground/js/search_controller.js"></script> |
| 111 <script src="foreground/js/share_client.js"></script> | 111 <script src="foreground/js/share_client.js"></script> |
| 112 <script src="foreground/js/thumbnail_loader.js"></script> | 112 <script src="foreground/js/thumbnail_loader.js"></script> |
| 113 <script src="foreground/js/ui/conflict_dialog.js"></script> | 113 <script src="foreground/js/ui/conflict_dialog.js"></script> |
| 114 <script src="foreground/js/ui/default_action_dialog.js"></script> | 114 <script src="foreground/js/ui/default_action_dialog.js"></script> |
| 115 <script src="foreground/js/ui/dialog_footer.js"></script> |
| 115 <script src="foreground/js/ui/directory_tree.js"></script> | 116 <script src="foreground/js/ui/directory_tree.js"></script> |
| 116 <script src="foreground/js/ui/drag_selector.js"></script> | 117 <script src="foreground/js/ui/drag_selector.js"></script> |
| 117 <script src="foreground/js/ui/drive_banners.js"></script> | 118 <script src="foreground/js/ui/drive_banners.js"></script> |
| 118 <script src="foreground/js/ui/error_dialog.js"></script> | 119 <script src="foreground/js/ui/error_dialog.js"></script> |
| 119 <script src="foreground/js/ui/file_grid.js"></script> | 120 <script src="foreground/js/ui/file_grid.js"></script> |
| 120 <script src="foreground/js/ui/file_manager_ui.js"></script> | 121 <script src="foreground/js/ui/file_manager_ui.js"></script> |
| 121 <script src="foreground/js/ui/file_table.js"></script> | 122 <script src="foreground/js/ui/file_table.js"></script> |
| 122 <script src="foreground/js/ui/location_line.js"></script> | 123 <script src="foreground/js/ui/location_line.js"></script> |
| 123 <script src="foreground/js/ui/multi_profile_share_dialog.js"></script> | 124 <script src="foreground/js/ui/multi_profile_share_dialog.js"></script> |
| 124 <script src="foreground/js/ui/preview_panel.js"></script> | 125 <script src="foreground/js/ui/preview_panel.js"></script> |
| (...skipping 279 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 404 <div class="right buttonbar"> | 405 <div class="right buttonbar"> |
| 405 <select class="file-type" hidden></select> | 406 <select class="file-type" hidden></select> |
| 406 <button class="ok" disabled tabindex="2"></button> | 407 <button class="ok" disabled tabindex="2"></button> |
| 407 <button class="cancel" i18n-content="CANCEL_LABEL" tabindex="3"></button
> | 408 <button class="cancel" i18n-content="CANCEL_LABEL" tabindex="3"></button
> |
| 408 </div> | 409 </div> |
| 409 </div> | 410 </div> |
| 410 <div id="drag-container"></div> | 411 <div id="drag-container"></div> |
| 411 <iframe id="command-dispatcher" hidden></iframe> | 412 <iframe id="command-dispatcher" hidden></iframe> |
| 412 </body> | 413 </body> |
| 413 </html> | 414 </html> |
| OLD | NEW |