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

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: Change the name of GetProfile() to profile() Created 9 years, 7 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
« no previous file with comments | « chrome/browser/browser_about_handler.cc ('k') | chrome/browser/ui/gtk/about_chrome_dialog.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/about_version.html
diff --git a/chrome/browser/resources/about_version.html b/chrome/browser/resources/about_version.html
index 9d3e3688d17dd572a807d2f0e91aef94faaa93fc..0d091a2fcd13cfaa47c64b85947f1c2fabcf4b88 100644
--- a/chrome/browser/resources/about_version.html
+++ b/chrome/browser/resources/about_version.html
@@ -71,17 +71,17 @@ 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" 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">WebKit</td>
- <td class="version" id="webkit_version" i18n-content="webkit_version"></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">JavaScript</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="flash_plugin"></td>
<td class="version" id="flash_version" i18n-content="flash_version"></td>
@@ -90,8 +90,14 @@ about:version template page
<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>
« no previous file with comments | « chrome/browser/browser_about_handler.cc ('k') | chrome/browser/ui/gtk/about_chrome_dialog.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698