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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« 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 »
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"> 7 <html id="t">
8 <head> 8 <head>
9 <title i18n-content="title"></title> 9 <title i18n-content="title"></title>
10 <style> 10 <style>
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 </head> 64 </head>
65 65
66 <body> 66 <body>
67 <div id="outer"> 67 <div id="outer">
68 <div id="logo"> 68 <div id="logo">
69 <img src="../../app/theme/%DISTRIBUTION%/product_logo.png" /> 69 <img src="../../app/theme/%DISTRIBUTION%/product_logo.png" />
70 <div id="company" i18n-content="company"></div> 70 <div id="company" i18n-content="company"></div>
71 <div id="copyright" i18n-content="copyright"></div> 71 <div id="copyright" i18n-content="copyright"></div>
72 </div> 72 </div>
73 <table id="inner" cellpadding="0" cellspacing="0" border="0"> 73 <table id="inner" cellpadding="0" cellspacing="0" border="0">
74 <tr jsdisplay="is_chrome_os"><td class="label" valign="top" id="os_name" i18n-content="os_name"></td>
75 <td class="version" id="os_version"><span i18n-content="os_version"> </span></td>
76 </tr>
77 <tr><td class="label" valign="top" id="name" i18n-content="name"></td> 74 <tr><td class="label" valign="top" id="name" i18n-content="name"></td>
78 <td class="version" id="version"><span i18n-content="version"></span> (<span i18n-content="official"></span> <span i18n-content="cl"></span>) <span i1 8n-content="version_modifier"></span></td> 75 <td class="version" id="version"><span i18n-content="version"></span> (<span i18n-content="official"></span> <span i18n-content="cl"></span>) <span i1 8n-content="version_modifier"></span></td>
79 </tr> 76 </tr>
77 <tr><td class="label" valign="top" i18n-content="os_name"></td>
78 <td class="version" id="os_type"><span i18n-content="os_type"></span> <span i18n-content="os_version"></span></td>
79 </tr>
80 <tr><td class="label" valign="top">WebKit</td> 80 <tr><td class="label" valign="top">WebKit</td>
81 <td class="version" id="webkit_version" i18n-content="webkit_version "></td> 81 <td class="version" id="webkit_version" i18n-content="webkit_version"> </td>
82 </tr> 82 </tr>
83 <tr><td class="label" valign="top" i18n-content="js_engine"></td> 83 <tr><td class="label" valign="top">JavaScript</td>
84 <td class="version" id="js_version" i18n-content="js_version"></td> 84 <td class="version" id="js_engine"><span i18n-content="js_engine"></sp an> <span i18n-content="js_version"></span></td>
85 </tr> 85 </tr>
86 <tr><td class="label" valign="top" i18n-content="flash_plugin"></td> 86 <tr><td class="label" valign="top" i18n-content="flash_plugin"></td>
87 <td class="version" id="flash_version" i18n-content="flash_version"> </td> 87 <td class="version" id="flash_version" i18n-content="flash_version"> </td>
88 </tr> 88 </tr>
89 <tr><td class="label" valign="top" i18n-content="user_agent_name"></td> 89 <tr><td class="label" valign="top" i18n-content="user_agent_name"></td>
90 <td class="version" id="useragent" i18n-content="useragent"></td> 90 <td class="version" id="useragent" i18n-content="useragent"></td>
91 </tr> 91 </tr>
92 <tr><td class="label" valign="top" i18n-content="command_line_name"></td > 92 <tr><td class="label" valign="top" i18n-content="command_line_name"></td >
93 <td class="version" id="Td1" i18n-content="command_line"></td> 93 <td class="version" id="command_line" i18n-content="command_line"></ td>
94 </tr> 94 </tr>
95 <tr><td class="label" valign="top" i18n-content="executable_path_name">< /td>
96 <td class="version" id="executable_path" i18n-content="executable_pa th"></td>
97 </tr>
98 <tr><td class="label" valign="top" i18n-content="profile_path_name"></td >
99 <td class="version" id="profile_path" i18n-content="profile_path"></ td>
100 </tr>
95 </table> 101 </table>
96 </div> 102 </div>
97 </body> 103 </body>
98 104
99 </html> 105 </html>
OLDNEW
« 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