| OLD | NEW |
| 1 <!DOCTYPE HTML> | 1 <!DOCTYPE HTML> |
| 2 <html i18n-values=".style.fontFamily: fontfamily;"> | 2 <html i18n-values=".style.fontFamily: fontfamily;"> |
| 3 <!-- | 3 <!-- |
| 4 Copyright (c) 2012 The Chromium Authors. All rights reserved. | 4 Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| 5 Use of this source code is governed by a BSD-style license that can be | 5 Use of this source code is governed by a BSD-style license that can be |
| 6 found in the LICENSE file. | 6 found in the LICENSE file. |
| 7 --> | 7 --> |
| 8 <head> | 8 <head> |
| 9 <!-- Don't use automatic scaling on mobile --> | 9 <!-- Don't use automatic scaling on mobile --> |
| 10 <meta name="viewport" content="width=device-width, initial-scale=1.0, | 10 <meta name="viewport" content="width=device-width, initial-scale=1.0, |
| 11 maximum-scale=1.0, user-scalable=no" /> | 11 maximum-scale=1.0, user-scalable=no"> |
| 12 <link rel="stylesheet" href="main.css"> | 12 <link rel="stylesheet" href="main.css"> |
| 13 <link rel="stylesheet" href="status_view.css"> | 13 <link rel="stylesheet" href="status_view.css"> |
| 14 <link rel="stylesheet" href="events_view.css"> | 14 <link rel="stylesheet" href="events_view.css"> |
| 15 <link rel="stylesheet" href="timeline_view.css"> | 15 <link rel="stylesheet" href="timeline_view.css"> |
| 16 <link rel="stylesheet" href="logs_view.css"> | 16 <link rel="stylesheet" href="logs_view.css"> |
| 17 <link rel="stylesheet" href="tab_switcher_view.css"> | 17 <link rel="stylesheet" href="tab_switcher_view.css"> |
| 18 <link rel="stylesheet" href="chromeos_view.css"> | 18 <link rel="stylesheet" href="chromeos_view.css"> |
| 19 <script src="chrome://resources/js/util.js"></script> | 19 <script src="chrome://resources/js/util.js"></script> |
| 20 <script src="chrome://resources/js/cr.js"></script> | 20 <script src="chrome://resources/js/cr.js"></script> |
| 21 <script src="chrome://net-internals/index.js"></script> | 21 <script src="chrome://net-internals/index.js"></script> |
| (...skipping 18 matching lines...) Expand all Loading... |
| 40 <include src="events_view.html"/> | 40 <include src="events_view.html"/> |
| 41 <include src="timeline_view.html"/> | 41 <include src="timeline_view.html"/> |
| 42 <include src="logs_view.html"/> | 42 <include src="logs_view.html"/> |
| 43 <include src="chromeos_view.html"/> | 43 <include src="chromeos_view.html"/> |
| 44 | 44 |
| 45 <script src="chrome://resources/js/i18n_template.js"></script> | 45 <script src="chrome://resources/js/i18n_template.js"></script> |
| 46 <script src="chrome://resources/js/i18n_process.js"></script> | 46 <script src="chrome://resources/js/i18n_process.js"></script> |
| 47 <script src="chrome://resources/js/jstemplate_compiled.js"></script> | 47 <script src="chrome://resources/js/jstemplate_compiled.js"></script> |
| 48 </body> | 48 </body> |
| 49 </html> | 49 </html> |
| OLD | NEW |