Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(184)

Side by Side Diff: chrome/browser/resources/history/history.html

Issue 14834011: Android: use grit target platform instead of define. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add missed pp_ifdef(android) Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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="pp_ifdef('android') or pp_ifdef('ios')"> 5 <if expr="is_android or pp_ifdef('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 pp_ifdef('android') and not pp_ifdef('ios')"> 14 <if expr="not is_android and not pp_ifdef('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 pp_ifdef('android') and not pp_ifdef('ios')"> 19 <if expr="not is_android and not pp_ifdef('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="pp_ifdef('android') or pp_ifdef('ios')"> 23 <if expr="is_android or pp_ifdef('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 pp_ifdef('android') and not pp_ifdef('ios')"> 26 <if expr="not is_android and not pp_ifdef('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/menu_item.js"></script> 34 <script src="chrome://resources/js/cr/ui/menu_item.js"></script>
35 <script src="chrome://resources/js/cr/ui/menu.js"></script> 35 <script src="chrome://resources/js/cr/ui/menu.js"></script>
36 <if expr="not pp_ifdef('android') and not pp_ifdef('ios')"> 36 <if expr="not is_android and not pp_ifdef('ios')">
37 <script src="chrome://resources/js/cr/ui/alert_overlay.js"></script> 37 <script src="chrome://resources/js/cr/ui/alert_overlay.js"></script>
38 <script src="chrome://resources/js/cr/ui/overlay.js"></script> 38 <script src="chrome://resources/js/cr/ui/overlay.js"></script>
39 </if> 39 </if>
40 <script src="chrome://resources/js/cr/ui/position_util.js"></script> 40 <script src="chrome://resources/js/cr/ui/position_util.js"></script>
41 <script src="chrome://resources/js/cr/ui/menu_button.js"></script> 41 <script src="chrome://resources/js/cr/ui/menu_button.js"></script>
42 <script src="chrome://resources/js/cr/ui/context_menu_button.js"></script> 42 <script src="chrome://resources/js/cr/ui/context_menu_button.js"></script>
43 <script src="chrome://resources/js/cr/event_target.js"></script> 43 <script src="chrome://resources/js/cr/event_target.js"></script>
44 <script src="chrome://resources/js/cr/ui/context_menu_handler.js"></script> 44 <script src="chrome://resources/js/cr/ui/context_menu_handler.js"></script>
45 45
46 <script src="chrome://resources/js/load_time_data.js"></script> 46 <script src="chrome://resources/js/load_time_data.js"></script>
47 <script src="chrome://resources/js/util.js"></script> 47 <script src="chrome://resources/js/util.js"></script>
48 48
49 <script src="chrome://history-frame/history.js"></script> 49 <script src="chrome://history-frame/history.js"></script>
50 <if expr="not pp_ifdef('android')"> 50 <if expr="not is_android">
51 <script src="chrome://history-frame/other_devices.js"></script> 51 <script src="chrome://history-frame/other_devices.js"></script>
52 </if> 52 </if>
53 53
54 </head> 54 </head>
55 55
56 <if expr="not pp_ifdef('android')"> 56 <if expr="not is_android">
57 <body class="uber-frame" 57 <body class="uber-frame"
58 i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize"> 58 i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize">
59 </if> 59 </if>
60 <if expr="pp_ifdef('android') or pp_ifdef('ios')"> 60 <if expr="is_android or pp_ifdef('ios')">
61 <body i18n-values=".style.fontFamily:fontfamily"> 61 <body i18n-values=".style.fontFamily:fontfamily">
62 </if> 62 </if>
63 63
64 <div class="page"> 64 <div class="page">
65 <header> 65 <header>
66 <h1 i18n-content="history"></h1> 66 <h1 i18n-content="history"></h1>
67 <div id="search-form" class="search-field-container"> 67 <div id="search-form" class="search-field-container">
68 <input type="search" id="search-field" required> 68 <input type="search" id="search-field" required>
69 <input type="submit" id="search-button" i18n-values="value:searchButton"> 69 <input type="submit" id="search-button" i18n-values="value:searchButton">
70 </div> 70 </div>
(...skipping 20 matching lines...) Expand all
91 <option i18n-content="rangeAllTime" value="0"></option> 91 <option i18n-content="rangeAllTime" value="0"></option>
92 <option i18n-content="rangeWeek" value="1"></option> 92 <option i18n-content="rangeWeek" value="1"></option>
93 <option i18n-content="rangeMonth" value="2"></option> 93 <option i18n-content="rangeMonth" value="2"></option>
94 </select> 94 </select>
95 </label> 95 </label>
96 <if expr="not pp_ifdef('chromeos')"> 96 <if expr="not pp_ifdef('chromeos')">
97 <button id="lock-unlock-button" i18n-content="unlockButton"></button> 97 <button id="lock-unlock-button" i18n-content="unlockButton"></button>
98 </if> 98 </if>
99 </div> 99 </div>
100 </div> 100 </div>
101 <if expr="not pp_ifdef('android')"> 101 <if expr="not is_android">
102 <div id="other-devices" class="other-devices"></div> 102 <div id="other-devices" class="other-devices"></div>
103 </if> 103 </if>
104 <div id="top-container"> 104 <div id="top-container">
105 <div id="editing-controls"> 105 <div id="editing-controls">
106 <button id="clear-browsing-data" i18n-content="clearAllHistory"></button> 106 <button id="clear-browsing-data" i18n-content="clearAllHistory"></button>
107 <button id="remove-selected" disabled="disabled" 107 <button id="remove-selected" disabled="disabled"
108 i18n-content="removeSelected"></button> 108 i18n-content="removeSelected"></button>
109 <button id="allow-selected" i18n-content="allowItems" disabled="disabled" 109 <button id="allow-selected" i18n-content="allowItems" disabled="disabled"
110 hidden> 110 hidden>
111 </button> 111 </button>
(...skipping 23 matching lines...) Expand all
135 </div> 135 </div>
136 136
137 <menu id="action-menu"> 137 <menu id="action-menu">
138 <button id="more-from-site" i18n-content="moreFromSite"></button> 138 <button id="more-from-site" i18n-content="moreFromSite"></button>
139 <button id="remove-visit" i18n-content="removeFromHistory"></button> 139 <button id="remove-visit" i18n-content="removeFromHistory"></button>
140 </menu> 140 </menu>
141 141
142 <script src="chrome://history-frame/strings.js"></script> 142 <script src="chrome://history-frame/strings.js"></script>
143 <script src="chrome://resources/js/i18n_template2.js"></script> 143 <script src="chrome://resources/js/i18n_template2.js"></script>
144 144
145 <if expr="not pp_ifdef('android') and not pp_ifdef('ios')"> 145 <if expr="not is_android and not pp_ifdef('ios')">
146 <div id="overlay" class="overlay" hidden> 146 <div id="overlay" class="overlay" hidden>
147 <include src="alert_overlay.html"> 147 <include src="alert_overlay.html">
148 </div> 148 </div>
149 </if> 149 </if>
150 </body> 150 </body>
151 </html> 151 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/history/history.css ('k') | chrome/browser/resources/net_export/net_export.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698