| OLD | NEW |
| 1 <!DOCTYPE HTML> | 1 <!DOCTYPE HTML> |
| 2 <html> | 2 <html> |
| 3 <!-- | 3 <!-- |
| 4 Copyright (c) 2011 The Chromium Authors. All rights reserved. | 4 Copyright (c) 2011 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 i18n-values="dir:textdirection;"> | 8 <head i18n-values="dir:textdirection;"> |
| 9 <include src="../content_security_policy.html"/> | 9 <include src="../content_security_policy.html"/> |
| 10 <link rel="stylesheet" href="main.css"> | 10 <link rel="stylesheet" href="main.css"> |
| 11 <link rel="stylesheet" href="events_view.css"> |
| 12 <link rel="stylesheet" href="logs_view.css"> |
| 11 <link rel="stylesheet" href="tab_switcher_view.css"> | 13 <link rel="stylesheet" href="tab_switcher_view.css"> |
| 12 <script src="chrome://resources/js/util.js"></script> | 14 <script src="chrome://resources/js/util.js"></script> |
| 13 <script src="chrome://resources/js/cr.js"></script> | 15 <script src="chrome://resources/js/cr.js"></script> |
| 14 <script src="chrome://net-internals/index.js"></script> | 16 <script src="chrome://net-internals/index.js"></script> |
| 15 <script src="chrome://net-internals/strings.js"></script> | 17 <script src="chrome://net-internals/strings.js"></script> |
| 16 </head> | 18 </head> |
| 17 <body id=dataViewDropTarget> | 19 <body id=dataViewDropTarget> |
| 18 | 20 |
| 19 <div id=statusViewId> | 21 <div id=statusViewId> |
| 20 <!-- We use a different status bar when in capture mode vs file mode --> | 22 <!-- We use a different status bar when in capture mode vs file mode --> |
| (...skipping 20 matching lines...) Expand all Loading... |
| 41 <include src="test_view.html"/> | 43 <include src="test_view.html"/> |
| 42 <include src="hsts_view.html"/> | 44 <include src="hsts_view.html"/> |
| 43 <include src="events_view.html"/> | 45 <include src="events_view.html"/> |
| 44 <include src="logs_view.html"/> | 46 <include src="logs_view.html"/> |
| 45 | 47 |
| 46 <script src="chrome://resources/js/i18n_template.js"></script> | 48 <script src="chrome://resources/js/i18n_template.js"></script> |
| 47 <script src="chrome://resources/js/i18n_process.js"></script> | 49 <script src="chrome://resources/js/i18n_process.js"></script> |
| 48 <script src="chrome://resources/js/jstemplate_compiled.js"></script> | 50 <script src="chrome://resources/js/jstemplate_compiled.js"></script> |
| 49 </body> | 51 </body> |
| 50 </html> | 52 </html> |
| OLD | NEW |