| 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 12 matching lines...) Expand all Loading... |
| 23 <script src="js/main_scripts.js"></script> | 23 <script src="js/main_scripts.js"></script> |
| 24 | 24 |
| 25 <if expr="0"> | 25 <if expr="0"> |
| 26 <!-- This file has not been flattened, load individual scripts. | 26 <!-- This file has not been flattened, load individual scripts. |
| 27 Keep the list in sync with js/main_scripts.js. --> | 27 Keep the list in sync with js/main_scripts.js. --> |
| 28 | 28 |
| 29 <!-- metrics.js initiates load performance tracking | 29 <!-- metrics.js initiates load performance tracking |
| 30 so we want to parse it as early as possible --> | 30 so we want to parse it as early as possible --> |
| 31 <script src="js/metrics.js"></script> | 31 <script src="js/metrics.js"></script> |
| 32 | 32 |
| 33 <script src="../shared/js/local_strings.js"></script> | 33 <script src="../shared/js/load_time_data.js"></script> |
| 34 <script src="../shared/js/util.js"></script> | 34 <script src="../shared/js/util.js"></script> |
| 35 <script src="../shared/js/i18n_template.js"></script> | 35 <script src="../shared/js/i18n_template_no_process.js"></script> |
| 36 | 36 |
| 37 <script src="../shared/js/cr.js"></script> | 37 <script src="../shared/js/cr.js"></script> |
| 38 <script src="../shared/js/event_tracker.js"></script> | 38 <script src="../shared/js/event_tracker.js"></script> |
| 39 <script src="../shared/js/cr/ui.js"></script> | 39 <script src="../shared/js/cr/ui.js"></script> |
| 40 <script src="../shared/js/cr/event_target.js"></script> | 40 <script src="../shared/js/cr/event_target.js"></script> |
| 41 <script src="../shared/js/cr/ui/touch_handler.js"></script> | 41 <script src="../shared/js/cr/ui/touch_handler.js"></script> |
| 42 <script src="../shared/js/cr/ui/array_data_model.js"></script> | 42 <script src="../shared/js/cr/ui/array_data_model.js"></script> |
| 43 <script src="../shared/js/cr/ui/dialogs.js"></script> | 43 <script src="../shared/js/cr/ui/dialogs.js"></script> |
| 44 <script src="../shared/js/cr/ui/list_item.js"></script> | 44 <script src="../shared/js/cr/ui/list_item.js"></script> |
| 45 <script src="../shared/js/cr/ui/list_selection_model.js"></script> | 45 <script src="../shared/js/cr/ui/list_selection_model.js"></script> |
| (...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 208 <div class="progress-bar hide-in-butter"> | 208 <div class="progress-bar hide-in-butter"> |
| 209 <div class="progress-track"></div> | 209 <div class="progress-track"></div> |
| 210 </div> | 210 </div> |
| 211 </div> | 211 </div> |
| 212 <div class="actions hide-in-butter"></div> | 212 <div class="actions hide-in-butter"></div> |
| 213 </div> | 213 </div> |
| 214 <div id=drag-image-container></div> | 214 <div id=drag-image-container></div> |
| 215 <iframe id=command-dispatcher hidden></iframe> | 215 <iframe id=command-dispatcher hidden></iframe> |
| 216 </body> | 216 </body> |
| 217 </html> | 217 </html> |
| OLD | NEW |