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 <title>Quota Internals</title> | 8 <title>Quota Internals</title> |
9 <meta charset="utf-8"> | 9 <meta charset="utf-8"> |
10 <link rel="stylesheet" href="main.css"> | 10 <link rel="stylesheet" href="main.css"> |
11 | 11 |
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
69 <!-- Data --> | 69 <!-- Data --> |
70 <button id="dump-button">Dump</button> | 70 <button id="dump-button">Dump</button> |
71 <pre id="dump-field"></pre> | 71 <pre id="dump-field"></pre> |
72 </tabpanel> | 72 </tabpanel> |
73 </tabpanels> | 73 </tabpanels> |
74 </tabbox> | 74 </tabbox> |
75 | 75 |
76 <script src="chrome://resources/js/i18n_template2.js"></script> | 76 <script src="chrome://resources/js/i18n_template2.js"></script> |
77 </body> | 77 </body> |
78 </html> | 78 </html> |
OLD | NEW |