| OLD | NEW |
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <html i18n-values="dir:textdirection;" id="uber"> | 2 <html i18n-values="dir:textdirection;" id="uber"> |
| 3 <head> | 3 <head> |
| 4 <meta charset="utf-8"> | 4 <meta charset="utf-8"> |
| 5 | 5 |
| 6 <link rel="stylesheet" href="chrome://resources/css/chrome_shared.css"> | 6 <link rel="stylesheet" href="chrome://resources/css/chrome_shared.css"> |
| 7 <link rel="stylesheet" href="uber_frame.css"> | 7 <link rel="stylesheet" href="uber_frame.css"> |
| 8 | 8 |
| 9 <script src="chrome://resources/js/cr.js"></script> | 9 <script src="chrome://resources/js/cr.js"></script> |
| 10 <script src="chrome://resources/js/cr/ui/focus_manager.js"></script> |
| 10 <script src="chrome://resources/js/load_time_data.js"></script> | 11 <script src="chrome://resources/js/load_time_data.js"></script> |
| 11 <script src="chrome://uber-frame/uber_frame.js"></script> | 12 <script src="chrome://uber-frame/uber_frame.js"></script> |
| 12 </head> | 13 </head> |
| 13 | 14 |
| 14 <body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize"> | 15 <body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize"> |
| 15 | 16 |
| 16 <h1 i18n-content="shortProductName"></h1> | 17 <h1 i18n-content="shortProductName"></h1> |
| 17 <ul> | 18 <ul> |
| 18 <li i18n-values="controls:historyHost;override:overridesHistory"> | 19 <li i18n-values="controls:historyHost;override:overridesHistory"> |
| 19 <button class="custom-appearance" | 20 <button class="custom-appearance" |
| (...skipping 11 matching lines...) Expand all Loading... |
| 31 <button class="custom-appearance" | 32 <button class="custom-appearance" |
| 32 i18n-content="helpDisplayName"></button> | 33 i18n-content="helpDisplayName"></button> |
| 33 </li> | 34 </li> |
| 34 </ul> | 35 </ul> |
| 35 | 36 |
| 36 <script src="chrome://uber-frame/strings.js"></script> | 37 <script src="chrome://uber-frame/strings.js"></script> |
| 37 <script src="chrome://resources/js/i18n_template2.js"></script> | 38 <script src="chrome://resources/js/i18n_template2.js"></script> |
| 38 | 39 |
| 39 </body> | 40 </body> |
| 40 </html> | 41 </html> |
| OLD | NEW |