| OLD | NEW |
| 1 <!doctype html> | 1 <!doctype html> |
| 2 <html dir="$i18n{textdirection}" lang="$i18n{language}"> | 2 <html dir="$i18n{textdirection}" lang="$i18n{language}"> |
| 3 <head> | 3 <head> |
| 4 <meta charset="utf8"> | 4 <meta charset="utf8"> |
| 5 <title>$i18n{title}</title> | 5 <title>$i18n{title}</title> |
| 6 | 6 |
| 7 <link rel="stylesheet" href="chrome://resources/css/text_defaults_md.css"> | 7 <link rel="stylesheet" href="chrome://resources/css/text_defaults_md.css"> |
| 8 <link rel="stylesheet" href="chrome://resources/css/md_colors.css"> | 8 <link rel="stylesheet" href="chrome://resources/css/md_colors.css"> |
| 9 | 9 |
| 10 <style> | 10 <style> |
| (...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 60 | 60 |
| 61 <body class="loading"> | 61 <body class="loading"> |
| 62 <history-app id="history-app"></history-app> | 62 <history-app id="history-app"></history-app> |
| 63 <span class="app-shim" id="loading-toolbar">$i18n{title}</span> | 63 <span class="app-shim" id="loading-toolbar">$i18n{title}</span> |
| 64 <span class="app-shim" id="loading-message">$i18n{loading}</span> | 64 <span class="app-shim" id="loading-message">$i18n{loading}</span> |
| 65 | 65 |
| 66 <link rel="import" href="chrome://resources/html/cr.html"> | 66 <link rel="import" href="chrome://resources/html/cr.html"> |
| 67 <link rel="import" href="chrome://resources/html/util.html"> | 67 <link rel="import" href="chrome://resources/html/util.html"> |
| 68 <link rel="import" href="chrome://resources/html/load_time_data.html"> | 68 <link rel="import" href="chrome://resources/html/load_time_data.html"> |
| 69 <link rel="import" href="chrome://history/constants.html"> | 69 <link rel="import" href="chrome://history/constants.html"> |
| 70 <script src="strings.js"></script> | 70 <script src="chrome://history/strings.js"></script> |
| 71 <script src="history.js"></script> | 71 <script src="chrome://history/history.js"></script> |
| 72 | 72 |
| 73 <link rel="import" href="chrome://history/app.html" async id="bundle"> | 73 <link rel="import" href="chrome://history/app.html" async id="bundle"> |
| 74 </body> | 74 </body> |
| 75 | 75 |
| 76 </html> | 76 </html> |
| OLD | NEW |