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

Side by Side Diff: chrome/browser/resources/about_sys/about_sys.html

Issue 639823008: Include load_time_data.js automatically with GetI18nTemplateHtml (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix comment Created 6 years, 2 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
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/merge_session_load.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE HTML> 1 <!DOCTYPE HTML>
2 <html id="t" i18n-values="dir:textdirection;"> 2 <html id="t" i18n-values="dir:textdirection;">
3 <head> 3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> 4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
5 <title i18n-content="title"></title> 5 <title i18n-content="title"></title>
6 6
7 <link rel="stylesheet" href="about_sys.css"> 7 <link rel="stylesheet" href="about_sys.css">
8 <script src="chrome://resources/js/util.js"></script> 8 <script src="chrome://resources/js/util.js"></script>
9 <script src="chrome://resources/js/i18n_template_no_process.js"></script> 9 <script src="chrome://resources/js/i18n_template_no_process.js"></script>
10 <script src="chrome://resources/js/jstemplate_compiled.js"></script> 10 <script src="chrome://resources/js/jstemplate_compiled.js"></script>
11 <script src="chrome://resources/js/load_time_data.js"></script>
12 <script src="about_sys.js"></script> 11 <script src="about_sys.js"></script>
13 </head> 12 </head>
14 <body> 13 <body>
15 <div id="header"> 14 <div id="header">
16 <h1 i18n-content="title"></h1> 15 <h1 i18n-content="title"></h1>
17 <p i18n-content="description"></p> 16 <p i18n-content="description"></p>
18 </div> 17 </div>
19 <div id="content"> 18 <div id="content">
20 <h2 id="tableTitle" i18n-content="tableTitle"></h2> 19 <h2 id="tableTitle" i18n-content="tableTitle"></h2>
21 <div id="anchor" jscontent="anchor"></div> 20 <div id="anchor" jscontent="anchor"></div>
(...skipping 13 matching lines...) Expand all
35 </td> 34 </td>
36 <td class="number"> 35 <td class="number">
37 <div class="stat-value" jscontent="statValue" 36 <div class="stat-value" jscontent="statValue"
38 jsvalues="id:statName + '-value'"></div> 37 jsvalues="id:statName + '-value'"></div>
39 </td> 38 </td>
40 </tr> 39 </tr>
41 </table> 40 </table>
42 </div> 41 </div>
43 </body> 42 </body>
44 </html> 43 </html>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/merge_session_load.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698