OLD | NEW |
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 <!-- | 2 <!-- |
3 Copyright (c) 2011 The Chromium Authors. All rights reserved. | 3 Copyright (c) 2011 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 <include src="../content_security_policy.html"/> | |
9 <title>Quota Internals</title> | 8 <title>Quota Internals</title> |
10 <link rel="stylesheet" href="main.css"/> | 9 <link rel="stylesheet" href="main.css"/> |
11 | 10 |
12 <script src="chrome://resources/js/util.js"></script> | 11 <script src="chrome://resources/js/util.js"></script> |
13 <script src="chrome://resources/js/cr.js"></script> | 12 <script src="chrome://resources/js/cr.js"></script> |
14 <script src="chrome://resources/js/cr/event_target.js"></script> | 13 <script src="chrome://resources/js/cr/event_target.js"></script> |
15 <script src="chrome://resources/js/i18n_template.js"></script> | 14 <script src="chrome://resources/js/i18n_template.js"></script> |
16 | 15 |
17 <link rel="stylesheet" href="chrome://resources/css/tabs.css"> | 16 <link rel="stylesheet" href="chrome://resources/css/tabs.css"> |
18 <link rel="stylesheet" href="chrome://resources/css/tree.css"> | 17 <link rel="stylesheet" href="chrome://resources/css/tree.css"> |
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
67 <tabpanel> | 66 <tabpanel> |
68 <!-- Data --> | 67 <!-- Data --> |
69 <button id="dump-button">Dump</button> | 68 <button id="dump-button">Dump</button> |
70 <pre id="dump-field"></pre> | 69 <pre id="dump-field"></pre> |
71 </tabpanel> | 70 </tabpanel> |
72 </tabpanels> | 71 </tabpanels> |
73 </tabbox> | 72 </tabbox> |
74 | 73 |
75 </body> | 74 </body> |
76 </html> | 75 </html> |
OLD | NEW |