Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(606)

Side by Side Diff: chrome/browser/resources/quota_internals/main.html

Issue 10828382: Cleanup: Don't close single tags. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review fixes. Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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 <link rel="stylesheet" href="main.css"/> 9 <link rel="stylesheet" href="main.css">
10 10
11 <script src="chrome://resources/js/util.js"></script> 11 <script src="chrome://resources/js/util.js"></script>
12 <script src="chrome://resources/js/cr.js"></script> 12 <script src="chrome://resources/js/cr.js"></script>
13 <script src="chrome://resources/js/cr/event_target.js"></script> 13 <script src="chrome://resources/js/cr/event_target.js"></script>
14 <script src="chrome://resources/js/i18n_template.js"></script> 14 <script src="chrome://resources/js/i18n_template.js"></script>
15 15
16 <link rel="stylesheet" href="chrome://resources/css/tabs.css"> 16 <link rel="stylesheet" href="chrome://resources/css/tabs.css">
17 <link rel="stylesheet" href="chrome://resources/css/tree.css"> 17 <link rel="stylesheet" href="chrome://resources/css/tree.css">
18 <script src="chrome://resources/js/cr/ui.js"></script> 18 <script src="chrome://resources/js/cr/ui.js"></script>
19 <script src="chrome://resources/js/cr/ui/tabs.js"></script> 19 <script src="chrome://resources/js/cr/ui/tabs.js"></script>
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 <tabpanel> 66 <tabpanel>
67 <!-- Data --> 67 <!-- Data -->
68 <button id="dump-button">Dump</button> 68 <button id="dump-button">Dump</button>
69 <pre id="dump-field"></pre> 69 <pre id="dump-field"></pre>
70 </tabpanel> 70 </tabpanel>
71 </tabpanels> 71 </tabpanels>
72 </tabbox> 72 </tabbox>
73 73
74 </body> 74 </body>
75 </html> 75 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698