OLD | NEW |
1 <!doctype html> | 1 <!doctype html> |
2 <html i18n-values="dir:textdirection;"> | 2 <html i18n-values="dir:textdirection;lang:language"> |
3 <head> | 3 <head> |
4 <meta charset="utf-8"> | 4 <meta charset="utf-8"> |
5 <if expr="is_android or is_ios"> | 5 <if expr="is_android or is_ios"> |
6 <meta name="viewport" content="width=device-width, initial-scale=1.0, | 6 <meta name="viewport" content="width=device-width, initial-scale=1.0, |
7 maximum-scale=1.0, user-scalable=no"> | 7 maximum-scale=1.0, user-scalable=no"> |
8 </if> | 8 </if> |
9 <title i18n-content="title"></title> | 9 <title i18n-content="title"></title> |
10 <link rel="stylesheet" href="chrome://resources/css/butter_bar.css"> | 10 <link rel="stylesheet" href="chrome://resources/css/butter_bar.css"> |
11 <link rel="stylesheet" href="chrome://resources/css/chrome_shared.css"> | 11 <link rel="stylesheet" href="chrome://resources/css/chrome_shared.css"> |
12 <link rel="stylesheet" href="chrome://resources/css/menu.css"> | 12 <link rel="stylesheet" href="chrome://resources/css/menu.css"> |
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
139 <cr-menu id="action-menu" hidden> | 139 <cr-menu id="action-menu" hidden> |
140 <button id="more-from-site" i18n-content="moreFromSite"></button> | 140 <button id="more-from-site" i18n-content="moreFromSite"></button> |
141 <button id="remove-visit" i18n-content="removeFromHistory" | 141 <button id="remove-visit" i18n-content="removeFromHistory" |
142 command="#remove-visit-command"></button> | 142 command="#remove-visit-command"></button> |
143 </cr-menu> | 143 </cr-menu> |
144 | 144 |
145 <script src="chrome://history-frame/strings.js"></script> | 145 <script src="chrome://history-frame/strings.js"></script> |
146 <script src="chrome://resources/js/i18n_template2.js"></script> | 146 <script src="chrome://resources/js/i18n_template2.js"></script> |
147 </body> | 147 </body> |
148 </html> | 148 </html> |
OLD | NEW |