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 pp_ifdef('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"> |
13 <link rel="stylesheet" href="chrome://resources/css/menu_button.css"> | 13 <link rel="stylesheet" href="chrome://resources/css/menu_button.css"> |
14 <if expr="not is_android and not pp_ifdef('ios')"> | 14 <if expr="not is_android and not is_ios"> |
15 <link rel="stylesheet" href="alert_overlay.css"> | 15 <link rel="stylesheet" href="alert_overlay.css"> |
16 <link rel="stylesheet" href="chrome://resources/css/overlay.css"> | 16 <link rel="stylesheet" href="chrome://resources/css/overlay.css"> |
17 </if> | 17 </if> |
18 <link rel="stylesheet" href="chrome://resources/css/spinner.css"> | 18 <link rel="stylesheet" href="chrome://resources/css/spinner.css"> |
19 <if expr="not is_android and not pp_ifdef('ios')"> | 19 <if expr="not is_android and not is_ios"> |
20 <link rel="stylesheet" href="../uber/uber_shared.css"> | 20 <link rel="stylesheet" href="../uber/uber_shared.css"> |
21 </if> | 21 </if> |
22 <link rel="stylesheet" href="history.css"> | 22 <link rel="stylesheet" href="history.css"> |
23 <if expr="is_android or pp_ifdef('ios')"> | 23 <if expr="is_android or is_ios"> |
24 <link rel="stylesheet" href="history_mobile.css"> | 24 <link rel="stylesheet" href="history_mobile.css"> |
25 </if> | 25 </if> |
26 <if expr="not is_android and not pp_ifdef('ios')"> | 26 <if expr="not is_android and not is_ios"> |
27 <link rel="stylesheet" href="other_devices.css"> | 27 <link rel="stylesheet" href="other_devices.css"> |
28 </if> | 28 </if> |
29 | 29 |
30 <script src="chrome://resources/js/event_tracker.js"></script> | 30 <script src="chrome://resources/js/event_tracker.js"></script> |
31 <script src="chrome://resources/js/cr.js"></script> | 31 <script src="chrome://resources/js/cr.js"></script> |
32 <script src="chrome://resources/js/cr/ui.js"></script> | 32 <script src="chrome://resources/js/cr/ui.js"></script> |
33 <script src="chrome://resources/js/cr/ui/command.js"></script> | 33 <script src="chrome://resources/js/cr/ui/command.js"></script> |
34 <script src="chrome://resources/js/cr/ui/focus_manager.js"></script> | 34 <script src="chrome://resources/js/cr/ui/focus_manager.js"></script> |
35 <script src="chrome://resources/js/cr/ui/menu_item.js"></script> | 35 <script src="chrome://resources/js/cr/ui/menu_item.js"></script> |
36 <script src="chrome://resources/js/cr/ui/menu.js"></script> | 36 <script src="chrome://resources/js/cr/ui/menu.js"></script> |
37 <if expr="not is_android and not pp_ifdef('ios')"> | 37 <if expr="not is_android and not is_ios"> |
38 <script src="chrome://resources/js/cr/ui/alert_overlay.js"></script> | 38 <script src="chrome://resources/js/cr/ui/alert_overlay.js"></script> |
39 <script src="chrome://resources/js/cr/ui/overlay.js"></script> | 39 <script src="chrome://resources/js/cr/ui/overlay.js"></script> |
40 </if> | 40 </if> |
41 <script src="chrome://resources/js/cr/ui/position_util.js"></script> | 41 <script src="chrome://resources/js/cr/ui/position_util.js"></script> |
42 <script src="chrome://resources/js/cr/ui/menu_button.js"></script> | 42 <script src="chrome://resources/js/cr/ui/menu_button.js"></script> |
43 <script src="chrome://resources/js/cr/ui/context_menu_button.js"></script> | 43 <script src="chrome://resources/js/cr/ui/context_menu_button.js"></script> |
44 <script src="chrome://resources/js/cr/event_target.js"></script> | 44 <script src="chrome://resources/js/cr/event_target.js"></script> |
45 <script src="chrome://resources/js/cr/ui/context_menu_handler.js"></script> | 45 <script src="chrome://resources/js/cr/ui/context_menu_handler.js"></script> |
46 | 46 |
47 <script src="chrome://resources/js/load_time_data.js"></script> | 47 <script src="chrome://resources/js/load_time_data.js"></script> |
48 <script src="chrome://resources/js/util.js"></script> | 48 <script src="chrome://resources/js/util.js"></script> |
49 | 49 |
50 <script src="chrome://history-frame/history.js"></script> | 50 <script src="chrome://history-frame/history.js"></script> |
51 <if expr="not is_android"> | 51 <if expr="not is_android"> |
52 <script src="chrome://history-frame/other_devices.js"></script> | 52 <script src="chrome://history-frame/other_devices.js"></script> |
53 </if> | 53 </if> |
54 | 54 |
55 </head> | 55 </head> |
56 | 56 |
57 <if expr="not is_android"> | 57 <if expr="not is_android and not is_ios"> |
58 <body class="uber-frame" | 58 <body class="uber-frame" |
59 i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize"> | 59 i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize"> |
60 </if> | 60 </if> |
61 <if expr="is_android or pp_ifdef('ios')"> | 61 <if expr="is_android or is_ios"> |
62 <body i18n-values=".style.fontFamily:fontfamily"> | 62 <body i18n-values=".style.fontFamily:fontfamily"> |
63 </if> | 63 </if> |
64 | 64 |
65 <if expr="not is_android and not pp_ifdef('ios')"> | 65 <if expr="not is_android and not is_ios"> |
66 <div id="overlay" class="overlay" hidden> | 66 <div id="overlay" class="overlay" hidden> |
67 <include src="alert_overlay.html"> | 67 <include src="alert_overlay.html"> |
68 </div> | 68 </div> |
69 </if> | 69 </if> |
70 | 70 |
71 <div id="history-page" class="page"> | 71 <div id="history-page" class="page"> |
72 <header> | 72 <header> |
73 <h1 i18n-content="history"></h1> | 73 <h1 i18n-content="history"></h1> |
74 <div id="search-form" class="search-field-container"> | 74 <div id="search-form" class="search-field-container"> |
75 <input type="search" id="search-field" required> | 75 <input type="search" id="search-field" required> |
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
140 | 140 |
141 <menu id="action-menu" hidden> | 141 <menu id="action-menu" hidden> |
142 <button id="more-from-site" i18n-content="moreFromSite"></button> | 142 <button id="more-from-site" i18n-content="moreFromSite"></button> |
143 <button id="remove-visit" i18n-content="removeFromHistory"></button> | 143 <button id="remove-visit" i18n-content="removeFromHistory"></button> |
144 </menu> | 144 </menu> |
145 | 145 |
146 <script src="chrome://history-frame/strings.js"></script> | 146 <script src="chrome://history-frame/strings.js"></script> |
147 <script src="chrome://resources/js/i18n_template2.js"></script> | 147 <script src="chrome://resources/js/i18n_template2.js"></script> |
148 </body> | 148 </body> |
149 </html> | 149 </html> |
OLD | NEW |