| 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 16 matching lines...) Expand all Loading... |
| 27 <script src="js/main_scripts.js"></script> | 27 <script src="js/main_scripts.js"></script> |
| 28 | 28 |
| 29 <if expr="0"> | 29 <if expr="0"> |
| 30 <!-- This file has not been flattened, load individual scripts. | 30 <!-- This file has not been flattened, load individual scripts. |
| 31 Keep the list in sync with js/main_scripts.js. --> | 31 Keep the list in sync with js/main_scripts.js. --> |
| 32 | 32 |
| 33 <!-- metrics.js initiates load performance tracking | 33 <!-- metrics.js initiates load performance tracking |
| 34 so we want to parse it as early as possible --> | 34 so we want to parse it as early as possible --> |
| 35 <script src="js/metrics.js"></script> | 35 <script src="js/metrics.js"></script> |
| 36 | 36 |
| 37 <script src="../image_loader/client.js"></script> |
| 38 |
| 37 <script src="../../../../ui/webui/resources/js/load_time_data.js"></script
> | 39 <script src="../../../../ui/webui/resources/js/load_time_data.js"></script
> |
| 38 <script src="../../../../ui/webui/resources/js/cr.js"></script> | 40 <script src="../../../../ui/webui/resources/js/cr.js"></script> |
| 39 <script src="../../../../ui/webui/resources/js/util.js"></script> | 41 <script src="../../../../ui/webui/resources/js/util.js"></script> |
| 40 <script src="../../../../ui/webui/resources/js/i18n_template_no_process.js
"></script> | 42 <script src="../../../../ui/webui/resources/js/i18n_template_no_process.js
"></script> |
| 41 | 43 |
| 42 <script src="../../../../ui/webui/resources/js/event_tracker.js"></script> | 44 <script src="../../../../ui/webui/resources/js/event_tracker.js"></script> |
| 43 <script src="../../../../ui/webui/resources/js/cr/ui.js"></script> | 45 <script src="../../../../ui/webui/resources/js/cr/ui.js"></script> |
| 44 <script src="../../../../ui/webui/resources/js/cr/event_target.js"></scrip
t> | 46 <script src="../../../../ui/webui/resources/js/cr/event_target.js"></scrip
t> |
| 45 <script src="../../../../ui/webui/resources/js/cr/ui/touch_handler.js"></s
cript> | 47 <script src="../../../../ui/webui/resources/js/cr/ui/touch_handler.js"></s
cript> |
| 46 <script src="../../../../ui/webui/resources/js/cr/ui/array_data_model.js">
</script> | 48 <script src="../../../../ui/webui/resources/js/cr/ui/array_data_model.js">
</script> |
| (...skipping 259 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 306 <div class="progress-track"></div> | 308 <div class="progress-track"></div> |
| 307 </div> | 309 </div> |
| 308 </div> | 310 </div> |
| 309 <div class="actions" hidden></div> | 311 <div class="actions" hidden></div> |
| 310 </div> | 312 </div> |
| 311 </div> | 313 </div> |
| 312 <div id="drag-container"></div> | 314 <div id="drag-container"></div> |
| 313 <iframe id="command-dispatcher" hidden></iframe> | 315 <iframe id="command-dispatcher" hidden></iframe> |
| 314 </body> | 316 </body> |
| 315 </html> | 317 </html> |
| OLD | NEW |