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

Side by Side Diff: components/version_ui/resources/about_version.html

Issue 2626043007: Clean up chrome://version page. (Closed)
Patch Set: fix rebase Created 3 years, 10 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/browser/ui/webui/version_ui.cc ('k') | components/version_ui/resources/about_version.js » ('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;lang:language"> 7 <html id="t" i18n-values="dir:textdirection;lang:language">
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 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 <td class="label" i18n-content="revision"></td> 56 <td class="label" i18n-content="revision"></td>
57 <td class="version"> 57 <td class="version">
58 <span i18n-content="cl"></span> 58 <span i18n-content="cl"></span>
59 </td> 59 </td>
60 </tr> 60 </tr>
61 <if expr="not chromeos"> 61 <if expr="not chromeos">
62 <tr> 62 <tr>
63 <td class="label" i18n-content="os_name"></td> 63 <td class="label" i18n-content="os_name"></td>
64 <td class="version" id="os_type"> 64 <td class="version" id="os_type">
65 <span i18n-content="os_type"></span> 65 <span i18n-content="os_type"></span>
66 <span id="os_version" i18n-content="os_version"></span> 66 <if expr="is_android">
67 <span i18n-content="os_version"></span>
68 </if>
67 </td> 69 </td>
68 </tr> 70 </tr>
69 </if> 71 </if>
70 <if expr="chromeos"> 72 <if expr="chromeos">
71 <tr> 73 <tr>
72 <td class="label" i18n-content="platform"></td> 74 <td class="label" i18n-content="platform"></td>
73 <td class="version" id="os_type"> 75 <td class="version" id="os_type">
74 <span id="os_version" i18n-content="os_version"></span> 76 <span id="os_version"></span>
75 </td> 77 </td>
76 </tr> 78 </tr>
77 <tr id="customization_id_holder" hidden> 79 <tr id="customization_id_holder" hidden>
78 <td class="label" i18n-content="customization_id"></td> 80 <td class="label" i18n-content="customization_id"></td>
79 <td class="version"> 81 <td class="version">
80 <span id="customization_id"></span> 82 <span id="customization_id"></span>
81 </td> 83 </td>
82 </if>
83 </tr> 84 </tr>
84 <tr id="arc_holder"><td class="label" i18n-content="arc_label"></td> 85 <tr id="arc_holder"><td class="label" i18n-content="arc_label"></td>
85 <td class="version"> 86 <td class="version">
86 <span id="arc_version"></span> 87 <span id="arc_version"></span>
87 </td> 88 </td>
88 </tr> 89 </tr>
90 </if>
89 <if expr="not is_ios"> 91 <if expr="not is_ios">
90 <tr><td class="label">JavaScript</td> 92 <tr><td class="label">JavaScript</td>
91 <td class="version" id="js_engine"> 93 <td class="version" id="js_engine">
92 <span i18n-content="js_engine"></span> 94 <span i18n-content="js_engine"></span>
93 <span i18n-content="js_version"></span> 95 <span i18n-content="js_version"></span>
94 </td> 96 </td>
95 </tr> 97 </tr>
96 </if> 98 </if>
97 <if expr="not is_android and not is_ios"> 99 <if expr="not is_android and not is_ios">
98 <tr><td class="label" i18n-content="flash_plugin"></td> 100 <tr><td class="label" i18n-content="flash_plugin"></td>
(...skipping 11 matching lines...) Expand all
110 <td class="version" id="executable_path" i18n-content="executable_path "></td> 112 <td class="version" id="executable_path" i18n-content="executable_path "></td>
111 </tr> 113 </tr>
112 <tr><td class="label" i18n-content="profile_path_name"></td> 114 <tr><td class="label" i18n-content="profile_path_name"></td>
113 <td class="version" id="profile_path" i18n-content="profile_path"></td > 115 <td class="version" id="profile_path" i18n-content="profile_path"></td >
114 </tr> 116 </tr>
115 </if> 117 </if>
116 <tr id="variations-section"> 118 <tr id="variations-section">
117 <td class="label" i18n-content="variations_name"></td> 119 <td class="label" i18n-content="variations_name"></td>
118 <td class="version" id="variations-list"></td> 120 <td class="version" id="variations-list"></td>
119 </tr> 121 </tr>
120 <if expr="is_android">
121 <tr id="build-id-section">
122 <td class="label" i18n-content="build_id_name"></td>
123 <td class="version" i18n-content="build_id"></td>
124 </tr>
125 </if>
126 <if expr="is_win"> 122 <if expr="is_win">
127 <tr id="compiler-section"> 123 <tr id="compiler-section">
128 <td class="label">Compiler</td> 124 <td class="label">Compiler</td>
129 <td class="version" id="compiler" i18n-content="compiler"></td> 125 <td class="version" id="compiler" i18n-content="compiler"></td>
130 </tr> 126 </tr>
131 </if> 127 </if>
132 </table> 128 </table>
133 </div> 129 </div>
134 <script src="chrome://resources/js/i18n_template.js"></script> 130 <script src="chrome://resources/js/i18n_template.js"></script>
135 </body> 131 </body>
136 </html> 132 </html>
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/version_ui.cc ('k') | components/version_ui/resources/about_version.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698