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

Unified Diff: chrome/browser/resources/about_version.html

Issue 6894037: Add more information to about:version and "About Chromium" dialog (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 9 years, 8 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/about_version.html
diff --git a/chrome/browser/resources/about_version.html b/chrome/browser/resources/about_version.html
index 29dc83859d3a626081b4dc6d98f8480270bb13b1..ed75d5dc0061843fd6db7cfcc5389bfec1c008db 100644
--- a/chrome/browser/resources/about_version.html
+++ b/chrome/browser/resources/about_version.html
@@ -71,24 +71,30 @@ about:version template page
<div id="copyright" i18n-content="copyright"></div>
</div>
<table id="inner" cellpadding="0" cellspacing="0" border="0">
- <tr jsdisplay="is_chrome_os"><td class="label" valign="top" id="os_name" i18n-content="os_name"></td>
- <td class="version" id="os_version"><span i18n-content="os_version"></span></td>
- </tr>
<tr><td class="label" valign="top" id="name" i18n-content="name"></td>
<td class="version" id="version"><span i18n-content="version"></span> (<span i18n-content="official"></span> <span i18n-content="cl"></span>) <span i18n-content="version_modifier"></span></td>
</tr>
- <tr><td class="label" valign="top">WebKit</td>
+ <tr><td class="label" valign="top" i18n-content="os_name"></td>
+ <td class="version" id="os_type"><span i18n-content="os_type"></span> <span i18n-content="os_version"></span></td>
+ </tr>
+ <tr><td class="label" valign="top" i18n-content="webkit_name"></td>
<td class="version" id="webkit_version" i18n-content="webkit_version"></td>
</tr>
- <tr><td class="label" valign="top" i18n-content="js_engine"></td>
- <td class="version" id="js_version" i18n-content="js_version"></td>
+ <tr><td class="label" valign="top" i18n-content="js_name"></td>
+ <td class="version" id="js_engine"><span i18n-content="js_engine"></span> <span i18n-content="js_version"></span></td>
</tr>
<tr><td class="label" valign="top" i18n-content="user_agent_name"></td>
<td class="version" id="useragent" i18n-content="useragent"></td>
</tr>
<tr><td class="label" valign="top" i18n-content="command_line_name"></td>
- <td class="version" id="Td1" i18n-content="command_line"></td>
- </tr>
+ <td class="version" id="command_line" i18n-content="command_line"></td>
+ </tr>
+ <tr><td class="label" valign="top" i18n-content="executable_path_name"></td>
+ <td class="version" id="executable_path" i18n-content="executable_path"></td>
+ </tr>
+ <tr><td class="label" valign="top" i18n-content="profile_path_name"></td>
+ <td class="version" id="profile_path" i18n-content="profile_path"></td>
+ </tr>
</table>
</div>
</body>

Powered by Google App Engine
This is Rietveld 408576698