OLD | NEW |
1 <!DOCTYPE HTML> | 1 <!doctype html> |
2 <html i18n-values="dir:textdirection;"> | 2 <html i18n-values="dir:textdirection;"> |
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"> |
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
137 | 137 |
138 <menu id="action-menu" hidden> | 138 <menu id="action-menu" hidden> |
139 <button id="more-from-site" i18n-content="moreFromSite"></button> | 139 <button id="more-from-site" i18n-content="moreFromSite"></button> |
140 <button id="remove-visit" i18n-content="removeFromHistory"></button> | 140 <button id="remove-visit" i18n-content="removeFromHistory"></button> |
141 </menu> | 141 </menu> |
142 | 142 |
143 <script src="chrome://history-frame/strings.js"></script> | 143 <script src="chrome://history-frame/strings.js"></script> |
144 <script src="chrome://resources/js/i18n_template2.js"></script> | 144 <script src="chrome://resources/js/i18n_template2.js"></script> |
145 </body> | 145 </body> |
146 </html> | 146 </html> |
OLD | NEW |