| OLD | NEW |
| 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 Loading... |
| 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 Loading... |
| 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> |
| OLD | NEW |