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

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

Issue 586953002: get rid of almost all old fashioned i18nTemplates (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: window dot Created 6 years, 3 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
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 <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
12 <script src="chrome://resources/js/util.js"></script> 12 <script src="chrome://resources/js/util.js"></script>
13 <script src="chrome://resources/js/cr.js"></script> 13 <script src="chrome://resources/js/cr.js"></script>
14 <script src="chrome://resources/js/cr/event_target.js"></script> 14 <script src="chrome://resources/js/cr/event_target.js"></script>
15 <script src="chrome://resources/js/i18n_template.js"></script> 15 <script src="chrome://resources/js/load_time_data.js"></script>
16 16
17 <link rel="stylesheet" href="chrome://resources/css/tabs.css"> 17 <link rel="stylesheet" href="chrome://resources/css/tabs.css">
18 <link rel="stylesheet" href="chrome://resources/css/tree.css"> 18 <link rel="stylesheet" href="chrome://resources/css/tree.css">
19 <script src="chrome://resources/js/cr/ui.js"></script> 19 <script src="chrome://resources/js/cr/ui.js"></script>
20 <script src="chrome://resources/js/cr/ui/tabs.js"></script> 20 <script src="chrome://resources/js/cr/ui/tabs.js"></script>
21 <script src="chrome://resources/js/cr/ui/tree.js"></script> 21 <script src="chrome://resources/js/cr/ui/tree.js"></script>
22 <script src="chrome://resources/css/tree.css.js"></script> 22 <script src="chrome://resources/css/tree.css.js"></script>
23 <script src="chrome://resources/js/cr/ui/focus_outline_manager.js"></script> 23 <script src="chrome://resources/js/cr/ui/focus_outline_manager.js"></script>
24 24
25 <script src="chrome://quota-internals/message_dispatcher.js"></script> 25 <script src="chrome://quota-internals/message_dispatcher.js"></script>
26 <script src="chrome://quota-internals/event_handler.js"></script> 26 <script src="chrome://quota-internals/event_handler.js"></script>
27 <script src="chrome://quota-internals/strings.js"></script>
27 28
28 <body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize"> 29 <body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize">
29 30
30 <tabbox> 31 <tabbox>
31 <tabs> 32 <tabs>
32 <tab>Summary</tab> 33 <tab>Summary</tab>
33 <tab>Usage &amp; Quota</tab> 34 <tab>Usage &amp; Quota</tab>
34 <tab>Data</tab> 35 <tab>Data</tab>
35 </tabs> 36 </tabs>
36 <tabpanels> 37 <tabpanels>
(...skipping 28 matching lines...) Expand all
65 </tabpanel> 66 </tabpanel>
66 67
67 <tabpanel> 68 <tabpanel>
68 <!-- Data --> 69 <!-- Data -->
69 <button id="dump-button">Dump</button> 70 <button id="dump-button">Dump</button>
70 <pre id="dump-field"></pre> 71 <pre id="dump-field"></pre>
71 </tabpanel> 72 </tabpanel>
72 </tabpanels> 73 </tabpanels>
73 </tabbox> 74 </tabbox>
74 75
76 <script src="chrome://resources/js/i18n_template2.js"></script>
75 </body> 77 </body>
76 </html> 78 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/quota_internals/event_handler.js ('k') | chrome/browser/resources/set_as_default_browser.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698