| OLD | NEW |
| 1 <!DOCTYPE HTML> | 1 <!DOCTYPE HTML> |
| 2 <html> | 2 <html> |
| 3 <!-- | 3 <!-- |
| 4 Copyright (c) 2010 The Chromium Authors. All rights reserved. | 4 Copyright (c) 2010 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"/> | |
| 10 | |
| 11 <link rel="stylesheet" href="webui.css"> | 9 <link rel="stylesheet" href="webui.css"> |
| 12 <style> | 10 <style> |
| 13 * { | 11 * { |
| 14 box-sizing: border-box; | 12 box-sizing: border-box; |
| 15 -webkit-user-select: none; | 13 -webkit-user-select: none; |
| 16 } | 14 } |
| 17 | 15 |
| 18 html, body, #main-tabs { | 16 html, body, #main-tabs { |
| 19 height: 100%; | 17 height: 100%; |
| 20 } | 18 } |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 67 href="chrome://tracing">chrome://tracing</a>. | 65 href="chrome://tracing">chrome://tracing</a>. |
| 68 </div> | 66 </div> |
| 69 </tabpanel> | 67 </tabpanel> |
| 70 </tabpanels> | 68 </tabpanels> |
| 71 </tabbox> | 69 </tabbox> |
| 72 <script src="chrome://resources/js/i18n_template.js"></script> | 70 <script src="chrome://resources/js/i18n_template.js"></script> |
| 73 <script src="chrome://resources/js/i18n_process.js"></script> | 71 <script src="chrome://resources/js/i18n_process.js"></script> |
| 74 <script src="chrome://resources/js/jstemplate_compiled.js"></script> | 72 <script src="chrome://resources/js/jstemplate_compiled.js"></script> |
| 75 </body> | 73 </body> |
| 76 </html> | 74 </html> |
| OLD | NEW |