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 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
60 <div id="debug-div"> | 58 <div id="debug-div"> |
61 </div> | 59 </div> |
62 <h3 id="tracing-title" i18n-content="tracingTitle">TITLE</h3> | 60 <h3 id="tracing-title" i18n-content="tracingTitle">TITLE</h3> |
63 <div id="profiling-view"> | 61 <div id="profiling-view"> |
64 </div> | 62 </div> |
65 <script src="chrome://resources/js/i18n_template.js"></script> | 63 <script src="chrome://resources/js/i18n_template.js"></script> |
66 <script src="chrome://resources/js/i18n_process.js"></script> | 64 <script src="chrome://resources/js/i18n_process.js"></script> |
67 <script src="chrome://resources/js/jstemplate_compiled.js"></script> | 65 <script src="chrome://resources/js/jstemplate_compiled.js"></script> |
68 </body> | 66 </body> |
69 </html> | 67 </html> |
OLD | NEW |