| OLD | NEW |
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <html i18n-values="dir:textdirection;" id="uber" class="loading"> | 2 <html i18n-values="dir:textdirection;" id="uber" class="loading"> |
| 3 <head> | 3 <head> |
| 4 <meta charset="utf-8"> | 4 <meta charset="utf-8"> |
| 5 <title i18n-content="pageTitle"></title> | 5 <title i18n-content="pageTitle"></title> |
| 6 <link id="favicon" rel="icon" type="image/png"> | 6 <link id="favicon" rel="icon" type="image/png"> |
| 7 | 7 |
| 8 <link rel="stylesheet" href="chrome://resources/css/chrome_shared2.css"> | 8 <link rel="stylesheet" href="chrome://resources/css/chrome_shared.css"> |
| 9 <link rel="stylesheet" href="uber.css"> | 9 <link rel="stylesheet" href="uber.css"> |
| 10 | 10 |
| 11 <script src="chrome://resources/js/cr.js"></script> | 11 <script src="chrome://resources/js/cr.js"></script> |
| 12 <script src="chrome://resources/js/local_strings.js"></script> | 12 <script src="chrome://resources/js/local_strings.js"></script> |
| 13 <script src="chrome://resources/js/util.js"></script> | 13 <script src="chrome://resources/js/util.js"></script> |
| 14 | 14 |
| 15 <script src="chrome://chrome/uber.js"></script> | 15 <script src="chrome://chrome/uber.js"></script> |
| 16 <script src="chrome://chrome/uber_utils.js"></script> | 16 <script src="chrome://chrome/uber_utils.js"></script> |
| 17 </head> | 17 </head> |
| 18 | 18 |
| (...skipping 13 matching lines...) Expand all Loading... |
| 32 <div class="iframe-container" | 32 <div class="iframe-container" |
| 33 i18n-values="id:helpHost; data-url:helpFrameURL;" | 33 i18n-values="id:helpHost; data-url:helpFrameURL;" |
| 34 data-favicon="chrome://theme/IDR_PRODUCT_LOGO_16"></div> | 34 data-favicon="chrome://theme/IDR_PRODUCT_LOGO_16"></div> |
| 35 | 35 |
| 36 <script src="chrome://chrome/strings.js"></script> | 36 <script src="chrome://chrome/strings.js"></script> |
| 37 <script src="chrome://resources/js/i18n_template.js"></script> | 37 <script src="chrome://resources/js/i18n_template.js"></script> |
| 38 <script src="chrome://resources/js/i18n_process.js"></script> | 38 <script src="chrome://resources/js/i18n_process.js"></script> |
| 39 | 39 |
| 40 </body> | 40 </body> |
| 41 </html> | 41 </html> |
| OLD | NEW |