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

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

Issue 811193005: Add a 32-bit/64-bit string to chrome://version. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed comments. Created 5 years, 11 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 | « chrome/app/generated_resources.grd ('k') | chrome/browser/ui/webui/version_ui.cc » ('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 2
3 <!-- 3 <!--
4 about:version template page 4 about:version template page
5 --> 5 -->
6 6
7 <html id="t" i18n-values="dir:textdirection;"> 7 <html id="t" i18n-values="dir:textdirection;">
8 <head> 8 <head>
9 <meta charset="utf-8"> 9 <meta charset="utf-8">
10 <title i18n-content="title"></title> 10 <title i18n-content="title"></title>
(...skipping 24 matching lines...) Expand all
35 </if> 35 </if>
36 <div id="company" i18n-content="company"></div> 36 <div id="company" i18n-content="company"></div>
37 <div id="copyright" i18n-content="copyright"></div> 37 <div id="copyright" i18n-content="copyright"></div>
38 </div> 38 </div>
39 <table id="inner" cellpadding="0" cellspacing="0" border="0"> 39 <table id="inner" cellpadding="0" cellspacing="0" border="0">
40 <tr><td class="label" i18n-content="application_label"></td> 40 <tr><td class="label" i18n-content="application_label"></td>
41 <td class="version" id="version"> 41 <td class="version" id="version">
42 <span i18n-content="version"></span> 42 <span i18n-content="version"></span>
43 (<span i18n-content="official"></span>) 43 (<span i18n-content="official"></span>)
44 <span i18n-content="version_modifier"></span> 44 <span i18n-content="version_modifier"></span>
45 <span i18n-content="version_bitsize"></span>
45 </td> 46 </td>
46 </tr> 47 </tr>
47 <tr> 48 <tr>
48 <td class="label" i18n-content="revision"></td> 49 <td class="label" i18n-content="revision"></td>
49 <td class="version"> 50 <td class="version">
50 <span i18n-content="cl"></span> 51 <span i18n-content="cl"></span>
51 </td> 52 </td>
52 </tr> 53 </tr>
53 <if expr="not chromeos"> 54 <if expr="not chromeos">
54 <tr><td class="label" i18n-content="os_name"></td> 55 <tr><td class="label" i18n-content="os_name"></td>
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
98 <tr id="build-id-section"> 99 <tr id="build-id-section">
99 <td class="label" i18n-content="build_id_name"></td> 100 <td class="label" i18n-content="build_id_name"></td>
100 <td class="version" i18n-content="build_id"></td> 101 <td class="version" i18n-content="build_id"></td>
101 </tr> 102 </tr>
102 </if> 103 </if>
103 </table> 104 </table>
104 </div> 105 </div>
105 <script src="chrome://resources/js/i18n_template2.js"></script> 106 <script src="chrome://resources/js/i18n_template2.js"></script>
106 </body> 107 </body>
107 </html> 108 </html>
OLDNEW
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/ui/webui/version_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698