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

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

Issue 2125473002: Remove WebKit version from the About page on Chrome OS and the Blink version from chrome://version. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove from chrome://version, too. Created 4 years, 5 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/version_ui_constants.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;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 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 <span id="os_version" i18n-content="os_version"></span> 70 <span id="os_version" i18n-content="os_version"></span>
71 </td> 71 </td>
72 </if> 72 </if>
73 </tr> 73 </tr>
74 <tr id="arc_holder"><td class="label" i18n-content="arc_label"></td> 74 <tr id="arc_holder"><td class="label" i18n-content="arc_label"></td>
75 <td class="version"> 75 <td class="version">
76 <span id="arc_version"></span> 76 <span id="arc_version"></span>
77 </td> 77 </td>
78 </tr> 78 </tr>
79 <if expr="not is_ios"> 79 <if expr="not is_ios">
80 <tr><td class="label">Blink</td>
81 <td class="version" id="blink_version" i18n-content="blink_version"></ td>
82 </tr>
83 <tr><td class="label">JavaScript</td> 80 <tr><td class="label">JavaScript</td>
84 <td class="version" id="js_engine"> 81 <td class="version" id="js_engine">
85 <span i18n-content="js_engine"></span> 82 <span i18n-content="js_engine"></span>
86 <span i18n-content="js_version"></span> 83 <span i18n-content="js_version"></span>
87 </td> 84 </td>
88 </tr> 85 </tr>
89 </if> 86 </if>
90 <if expr="not is_android and not is_ios"> 87 <if expr="not is_android and not is_ios">
91 <tr><td class="label" i18n-content="flash_plugin"></td> 88 <tr><td class="label" i18n-content="flash_plugin"></td>
92 <td class="version" id="flash_version" i18n-content="flash_version"></ td> 89 <td class="version" id="flash_version" i18n-content="flash_version"></ td>
(...skipping 27 matching lines...) Expand all
120 <tr id="compiler-section"> 117 <tr id="compiler-section">
121 <td class="label">Compiler</td> 118 <td class="label">Compiler</td>
122 <td class="version" id="compiler" i18n-content="compiler"></td> 119 <td class="version" id="compiler" i18n-content="compiler"></td>
123 </tr> 120 </tr>
124 </if> 121 </if>
125 </table> 122 </table>
126 </div> 123 </div>
127 <script src="chrome://resources/js/i18n_template.js"></script> 124 <script src="chrome://resources/js/i18n_template.js"></script>
128 </body> 125 </body>
129 </html> 126 </html>
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/version_ui.cc ('k') | components/version_ui/version_ui_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698