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

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

Issue 582003003: Split revision into separate field on about:version. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: </if> position 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
« 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 27 matching lines...) Expand all
38 <table id="inner" cellpadding="0" cellspacing="0" border="0"> 38 <table id="inner" cellpadding="0" cellspacing="0" border="0">
39 <tr><td class="label" i18n-content="application_label"></td> 39 <tr><td class="label" i18n-content="application_label"></td>
40 <td class="version" id="version"> 40 <td class="version" id="version">
41 <if expr="is_android"> 41 <if expr="is_android">
42 <span i18n-content="application_name"></span> 42 <span i18n-content="application_name"></span>
43 <span i18n-content="application_version_name"></span> 43 <span i18n-content="application_version_name"></span>
44 <span i18n-content="application_version_code"></span> 44 <span i18n-content="application_version_code"></span>
45 </if> 45 </if>
46 <if expr="not is_android"> 46 <if expr="not is_android">
47 <span i18n-content="version"></span> 47 <span i18n-content="version"></span>
48 (<span i18n-content="official"> 48 (<span i18n-content="official"></span>)
49 </span> <span i18n-content="cl"></span>)
50 <span i18n-content="version_modifier"></span> 49 <span i18n-content="version_modifier"></span>
50 </td>
51 </tr>
52 <tr>
53 <td class="label" i18n-content="revision"></td>
54 <td class="version">
55 <span i18n-content="cl"></span>
51 </if> 56 </if>
52 </td> 57 </td>
53 </tr> 58 </tr>
54 <if expr="not chromeos"> 59 <if expr="not chromeos">
55 <tr><td class="label" i18n-content="os_name"></td> 60 <tr><td class="label" i18n-content="os_name"></td>
56 <td class="version" id="os_type"> 61 <td class="version" id="os_type">
57 <span i18n-content="os_type"></span> 62 <span i18n-content="os_type"></span>
58 <span id="os_version" i18n-content="os_version"></span> 63 <span id="os_version" i18n-content="os_version"></span>
59 </td> 64 </td>
60 </if> 65 </if>
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 <tr id="build-id-section"> 104 <tr id="build-id-section">
100 <td class="label" i18n-content="build_id_name"></td> 105 <td class="label" i18n-content="build_id_name"></td>
101 <td class="version" i18n-content="build_id"></td> 106 <td class="version" i18n-content="build_id"></td>
102 </tr> 107 </tr>
103 </if> 108 </if>
104 </table> 109 </table>
105 </div> 110 </div>
106 <script src="chrome://resources/js/i18n_template2.js"></script> 111 <script src="chrome://resources/js/i18n_template2.js"></script>
107 </body> 112 </body>
108 </html> 113 </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