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

Side by Side Diff: chrome/browser/resources/about_version.html

Issue 239993009: Revert accidental dartium code push (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « build/common.gypi ('k') | chrome/browser/ui/webui/devtools_ui.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;"> 7 <html id="t" i18n-values="dir:textdirection;">
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 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 </tr> 67 </tr>
68 <tr><td class="label">Blink</td> 68 <tr><td class="label">Blink</td>
69 <td class="version" id="blink_version" i18n-content="blink_version"></ td> 69 <td class="version" id="blink_version" i18n-content="blink_version"></ td>
70 </tr> 70 </tr>
71 <tr><td class="label">JavaScript</td> 71 <tr><td class="label">JavaScript</td>
72 <td class="version" id="js_engine"> 72 <td class="version" id="js_engine">
73 <span i18n-content="js_engine"></span> 73 <span i18n-content="js_engine"></span>
74 <span i18n-content="js_version"></span> 74 <span i18n-content="js_version"></span>
75 </td> 75 </td>
76 </tr> 76 </tr>
77 <tr><td class="label">Dart</td>
78 <td class="version" id="dart_version" i18n-content="dart_version"></td >
79 </tr>
80 <if expr="not is_android"> 77 <if expr="not is_android">
81 <tr><td class="label" i18n-content="flash_plugin"></td> 78 <tr><td class="label" i18n-content="flash_plugin"></td>
82 <td class="version" id="flash_version" i18n-content="flash_version"></ td> 79 <td class="version" id="flash_version" i18n-content="flash_version"></ td>
83 </tr> 80 </tr>
84 </if> 81 </if>
85 <tr><td class="label" i18n-content="user_agent_name"></td> 82 <tr><td class="label" i18n-content="user_agent_name"></td>
86 <td class="version" id="useragent" i18n-content="useragent"></td> 83 <td class="version" id="useragent" i18n-content="useragent"></td>
87 </tr> 84 </tr>
88 <tr><td class="label" i18n-content="command_line_name"></td> 85 <tr><td class="label" i18n-content="command_line_name"></td>
89 <td class="version" id="command_line" i18n-content="command_line"></td > 86 <td class="version" id="command_line" i18n-content="command_line"></td >
(...skipping 12 matching lines...) Expand all
102 <tr id="build-id-section"> 99 <tr id="build-id-section">
103 <td class="label" i18n-content="build_id_name"></td> 100 <td class="label" i18n-content="build_id_name"></td>
104 <td class="version" i18n-content="build_id"></td> 101 <td class="version" i18n-content="build_id"></td>
105 </tr> 102 </tr>
106 </if> 103 </if>
107 </table> 104 </table>
108 </div> 105 </div>
109 <script src="chrome://resources/js/i18n_template2.js"></script> 106 <script src="chrome://resources/js/i18n_template2.js"></script>
110 </body> 107 </body>
111 </html> 108 </html>
OLDNEW
« no previous file with comments | « build/common.gypi ('k') | chrome/browser/ui/webui/devtools_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698