| OLD | NEW |
| 1 <!doctype html> | 1 <!doctype html> |
| 2 <html i18n-values="dir:textdirection;lang:language"> | 2 <html i18n-values="dir:textdirection;lang:language"> |
| 3 <head> | 3 <head> |
| 4 <meta charset="utf-8"> | 4 <meta charset="utf-8"> |
| 5 <title>GCM Internals</title> | 5 <title>GCM Internals</title> |
| 6 <link rel="stylesheet" href="chrome://resources/css/text_defaults.css"> | 6 <link rel="stylesheet" href="chrome://resources/css/text_defaults.css"> |
| 7 <link rel="stylesheet" href="gcm_internals.css"> | 7 <link rel="stylesheet" href="gcm_internals.css"> |
| 8 <script src="chrome://resources/js/cr.js"></script> | 8 <script src="chrome://resources/js/cr.js"></script> |
| 9 <script src="chrome://resources/js/load_time_data.js"></script> | 9 <script src="chrome://resources/js/load_time_data.js"></script> |
| 10 <script src="chrome://resources/js/cr/ui.js"></script> | 10 <script src="chrome://resources/js/cr/ui.js"></script> |
| (...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 165 <th>Details</th> | 165 <th>Details</th> |
| 166 </tr> | 166 </tr> |
| 167 </thead> | 167 </thead> |
| 168 <tbody id="send-info"> | 168 <tbody id="send-info"> |
| 169 </tbody> | 169 </tbody> |
| 170 </table> | 170 </table> |
| 171 | 171 |
| 172 <script src="chrome://resources/js/i18n_template.js"></script> | 172 <script src="chrome://resources/js/i18n_template.js"></script> |
| 173 </body> | 173 </body> |
| 174 </html> | 174 </html> |
| OLD | NEW |