OLD | NEW |
1 <div id="content-settings-page" class="page" hidden> | 1 <div id="content-settings-page" class="page" hidden> |
2 <div class="close-button"></div> | 2 <div class="close-button"></div> |
3 <h1 i18n-content="contentSettingsPage"></h1> | 3 <h1 i18n-content="contentSettingsPage"></h1> |
4 <div class="content-area"> | 4 <div class="content-area"> |
5 <!-- Cookie filter tab contents --> | 5 <!-- Cookie filter tab contents --> |
6 <section> | 6 <section> |
7 <h3 i18n-content="cookies_tab_label"></h3> | 7 <h3 i18n-content="cookies_tab_label"></h3> |
8 <div> | 8 <div> |
9 <div class="radio"> | 9 <div class="radio"> |
10 <label> | 10 <label> |
(...skipping 25 matching lines...) Expand all Loading... |
36 <label> | 36 <label> |
37 <input id="clear-cookies-on-exit" | 37 <input id="clear-cookies-on-exit" |
38 pref="profile.clear_site_data_on_exit" type="checkbox"> | 38 pref="profile.clear_site_data_on_exit" type="checkbox"> |
39 <span i18n-content="cookies_lso_clear_when_close" | 39 <span i18n-content="cookies_lso_clear_when_close" |
40 class="clear-plugin-lso-data-enabled"></span> | 40 class="clear-plugin-lso-data-enabled"></span> |
41 <span i18n-content="cookies_clear_when_close" | 41 <span i18n-content="cookies_clear_when_close" |
42 class="clear-plugin-lso-data-disabled"></span> | 42 class="clear-plugin-lso-data-disabled"></span> |
43 </label> | 43 </label> |
44 </div> | 44 </div> |
45 <button class="exceptions-list-button" contentType="cookies" | 45 <button class="exceptions-list-button" contentType="cookies" |
46 i18n-content="manage_exceptions"></button> | 46 i18n-content="manageExceptions"></button> |
47 <button id="show-cookies-button" | 47 <button id="show-cookies-button" |
48 i18n-content="cookies_show_cookies"></button> | 48 i18n-content="cookies_show_cookies"></button> |
49 <button id="show-app-cookies-button" | 49 <button id="show-app-cookies-button" |
50 i18n-content="cookies_show_app_cookies"></button> | 50 i18n-content="cookies_show_app_cookies"></button> |
51 </div> | 51 </div> |
52 </section> | 52 </section> |
53 <!-- Image filter --> | 53 <!-- Image filter --> |
54 <section> | 54 <section> |
55 <h3 i18n-content="images_tab_label"></h3> | 55 <h3 i18n-content="images_tab_label"></h3> |
56 <div> | 56 <div> |
57 <div class="radio"> | 57 <div class="radio"> |
58 <label> | 58 <label> |
59 <input type="radio" name="images" value="allow"> | 59 <input type="radio" name="images" value="allow"> |
60 <span i18n-content="images_allow"></span> | 60 <span i18n-content="images_allow"></span> |
61 </label> | 61 </label> |
62 </div> | 62 </div> |
63 <div class="radio"> | 63 <div class="radio"> |
64 <label> | 64 <label> |
65 <input type="radio" name="images" value="block"> | 65 <input type="radio" name="images" value="block"> |
66 <span i18n-content="images_block"></span> | 66 <span i18n-content="images_block"></span> |
67 </label> | 67 </label> |
68 </div> | 68 </div> |
69 <button class="exceptions-list-button" contentType="images" | 69 <button class="exceptions-list-button" contentType="images" |
70 i18n-content="manage_exceptions"></button> | 70 i18n-content="manageExceptions"></button> |
71 </div> | 71 </div> |
72 </section> | 72 </section> |
73 <!-- JavaScript filter --> | 73 <!-- JavaScript filter --> |
74 <section> | 74 <section> |
75 <h3 i18n-content="javascript_tab_label"></h3> | 75 <h3 i18n-content="javascript_tab_label"></h3> |
76 <div> | 76 <div> |
77 <div class="radio"> | 77 <div class="radio"> |
78 <label> | 78 <label> |
79 <input type="radio" name="javascript" value="allow"> | 79 <input type="radio" name="javascript" value="allow"> |
80 <span i18n-content="javascript_allow"></span> | 80 <span i18n-content="javascript_allow"></span> |
81 </label> | 81 </label> |
82 </div> | 82 </div> |
83 <div class="radio"> | 83 <div class="radio"> |
84 <label> | 84 <label> |
85 <input type="radio" name="javascript" value="block"> | 85 <input type="radio" name="javascript" value="block"> |
86 <span i18n-content="javascript_block"></span> | 86 <span i18n-content="javascript_block"></span> |
87 </label> | 87 </label> |
88 </div> | 88 </div> |
89 <button class="exceptions-list-button" contentType="javascript" | 89 <button class="exceptions-list-button" contentType="javascript" |
90 i18n-content="manage_exceptions"></button> | 90 i18n-content="manageExceptions"></button> |
91 </div> | 91 </div> |
92 </section> | 92 </section> |
93 <!-- Handlers settings --> | 93 <!-- Handlers settings --> |
94 <section id="handlers-section"> | 94 <section id="handlers-section"> |
95 <h3 i18n-content="handlers_tab_label"></h3> | 95 <h3 i18n-content="handlers_tab_label"></h3> |
96 <div> | 96 <div> |
97 <div class="radio"> | 97 <div class="radio"> |
98 <label> | 98 <label> |
99 <input type="radio" name="handlers" value="allow" | 99 <input type="radio" name="handlers" value="allow" |
100 class="handler-radio"> | 100 class="handler-radio"> |
(...skipping 27 matching lines...) Expand all Loading... |
128 <span i18n-content="plugins_ask"></span> | 128 <span i18n-content="plugins_ask"></span> |
129 </label> | 129 </label> |
130 </div> | 130 </div> |
131 <div class="radio"> | 131 <div class="radio"> |
132 <label> | 132 <label> |
133 <input type="radio" name="plugins" value="block"> | 133 <input type="radio" name="plugins" value="block"> |
134 <span i18n-content="plugins_block"></span> | 134 <span i18n-content="plugins_block"></span> |
135 </label> | 135 </label> |
136 </div> | 136 </div> |
137 <button class="exceptions-list-button" contentType="plugins" | 137 <button class="exceptions-list-button" contentType="plugins" |
138 i18n-content="manage_exceptions"></button> | 138 i18n-content="manageExceptions"></button> |
139 <div id="disable-plugins-container"> | 139 <div id="disable-plugins-container"> |
140 <a href="chrome://plugins" i18n-content="disableIndividualPlugins" | 140 <a href="chrome://plugins" i18n-content="disableIndividualPlugins" |
141 target="_blank"></a> | 141 target="_blank"></a> |
142 </div> | 142 </div> |
143 </div> | 143 </div> |
144 </section> | 144 </section> |
145 <!-- Pop-ups filter --> | 145 <!-- Pop-ups filter --> |
146 <section> | 146 <section> |
147 <h3 i18n-content="popups_tab_label" class="content-settings-header"></h3> | 147 <h3 i18n-content="popups_tab_label" class="content-settings-header"></h3> |
148 <div> | 148 <div> |
149 <div class="radio"> | 149 <div class="radio"> |
150 <label> | 150 <label> |
151 <input type="radio" name="popups" value="allow"> | 151 <input type="radio" name="popups" value="allow"> |
152 <span i18n-content="popups_allow"></span> | 152 <span i18n-content="popups_allow"></span> |
153 </label> | 153 </label> |
154 </div> | 154 </div> |
155 <div class="radio"> | 155 <div class="radio"> |
156 <label> | 156 <label> |
157 <input type="radio" name="popups" value="block"> | 157 <input type="radio" name="popups" value="block"> |
158 <span i18n-content="popups_block"></span> | 158 <span i18n-content="popups_block"></span> |
159 </label> | 159 </label> |
160 </div> | 160 </div> |
161 <button class="exceptions-list-button" contentType="popups" | 161 <button class="exceptions-list-button" contentType="popups" |
162 i18n-content="manage_exceptions"></button> | 162 i18n-content="manageExceptions"></button> |
163 </div> | 163 </div> |
164 </section> | 164 </section> |
165 <!-- Location filter --> | 165 <!-- Location filter --> |
166 <section> | 166 <section> |
167 <h3 i18n-content="location_tab_label"></h3> | 167 <h3 i18n-content="location_tab_label"></h3> |
168 <div> | 168 <div> |
169 <div class="radio"> | 169 <div class="radio"> |
170 <label> | 170 <label> |
171 <input type="radio" name="location" value="allow"> | 171 <input type="radio" name="location" value="allow"> |
172 <span i18n-content="location_allow"></span> | 172 <span i18n-content="location_allow"></span> |
173 </label> | 173 </label> |
174 </div> | 174 </div> |
175 <div class="radio"> | 175 <div class="radio"> |
176 <label> | 176 <label> |
177 <input type="radio" name="location" value="ask"> | 177 <input type="radio" name="location" value="ask"> |
178 <span i18n-content="location_ask"></span> | 178 <span i18n-content="location_ask"></span> |
179 </label> | 179 </label> |
180 </div> | 180 </div> |
181 <div class="radio"> | 181 <div class="radio"> |
182 <label> | 182 <label> |
183 <input type="radio" name="location" value="block"> | 183 <input type="radio" name="location" value="block"> |
184 <span i18n-content="location_block"></span> | 184 <span i18n-content="location_block"></span> |
185 </label> | 185 </label> |
186 </div> | 186 </div> |
187 <button class="exceptions-list-button" contentType="location" | 187 <button class="exceptions-list-button" contentType="location" |
188 i18n-content="manage_exceptions"></button> | 188 i18n-content="manageExceptions"></button> |
189 </div> | 189 </div> |
190 </section> | 190 </section> |
191 <!-- Notifications filter tab contents --> | 191 <!-- Notifications filter tab contents --> |
192 <section> | 192 <section> |
193 <h3 i18n-content="notifications_tab_label"></h3> | 193 <h3 i18n-content="notifications_tab_label"></h3> |
194 <div> | 194 <div> |
195 <div class="radio"> | 195 <div class="radio"> |
196 <label> | 196 <label> |
197 <input type="radio" name="notifications" value="allow"> | 197 <input type="radio" name="notifications" value="allow"> |
198 <span i18n-content="notifications_allow"></span> | 198 <span i18n-content="notifications_allow"></span> |
199 </label> | 199 </label> |
200 </div> | 200 </div> |
201 <div class="radio"> | 201 <div class="radio"> |
202 <label> | 202 <label> |
203 <input type="radio" name="notifications" value="ask"> | 203 <input type="radio" name="notifications" value="ask"> |
204 <span i18n-content="notifications_ask"></span> | 204 <span i18n-content="notifications_ask"></span> |
205 </label> | 205 </label> |
206 </div> | 206 </div> |
207 <div class="radio"> | 207 <div class="radio"> |
208 <label> | 208 <label> |
209 <input type="radio" name="notifications" value="block"> | 209 <input type="radio" name="notifications" value="block"> |
210 <span i18n-content="notifications_block"></span> | 210 <span i18n-content="notifications_block"></span> |
211 </label> | 211 </label> |
212 </div> | 212 </div> |
213 <button class="exceptions-list-button" contentType="notifications" | 213 <button class="exceptions-list-button" contentType="notifications" |
214 i18n-content="manage_exceptions"></button> | 214 i18n-content="manageExceptions"></button> |
215 </div> | 215 </div> |
216 </section> | 216 </section> |
217 <!-- Fullscreen filter --> | 217 <!-- Fullscreen filter --> |
218 <section> | 218 <section> |
219 <h3 i18n-content="fullscreen_tab_label"></h3> | 219 <h3 i18n-content="fullscreen_tab_label"></h3> |
220 <div> | 220 <div> |
221 <button class="exceptions-list-button" contentType="fullscreen" | 221 <button class="exceptions-list-button" contentType="fullscreen" |
222 i18n-content="manage_exceptions"></button> | 222 i18n-content="manageExceptions"></button> |
223 </div> | 223 </div> |
224 </section> | 224 </section> |
225 <!-- Mouse Lock filter --> | 225 <!-- Mouse Lock filter --> |
226 <section> | 226 <section> |
227 <h3 i18n-content="mouselock_tab_label"></h3> | 227 <h3 i18n-content="mouselock_tab_label"></h3> |
228 <div> | 228 <div> |
229 <div class="radio"> | 229 <div class="radio"> |
230 <label> | 230 <label> |
231 <input type="radio" name="mouselock" value="allow"> | 231 <input type="radio" name="mouselock" value="allow"> |
232 <span i18n-content="mouselock_allow"></span> | 232 <span i18n-content="mouselock_allow"></span> |
233 </label> | 233 </label> |
234 </div> | 234 </div> |
235 <div class="radio"> | 235 <div class="radio"> |
236 <label> | 236 <label> |
237 <input type="radio" name="mouselock" value="ask"> | 237 <input type="radio" name="mouselock" value="ask"> |
238 <span i18n-content="mouselock_ask"></span> | 238 <span i18n-content="mouselock_ask"></span> |
239 </label> | 239 </label> |
240 </div> | 240 </div> |
241 <div class="radio"> | 241 <div class="radio"> |
242 <label> | 242 <label> |
243 <input type="radio" name="mouselock" value="block"> | 243 <input type="radio" name="mouselock" value="block"> |
244 <span i18n-content="mouselock_block"></span> | 244 <span i18n-content="mouselock_block"></span> |
245 </label> | 245 </label> |
246 </div> | 246 </div> |
247 <button class="exceptions-list-button" contentType="mouselock" | 247 <button class="exceptions-list-button" contentType="mouselock" |
248 i18n-content="manage_exceptions"></button> | 248 i18n-content="manageExceptions"></button> |
249 </div> | 249 </div> |
250 </section> | 250 </section> |
251 <!-- Intent registration filter --> | 251 <!-- Intent registration filter --> |
252 <section> | 252 <section> |
253 <h3 i18n-content="webIntentsTabLabel" class="content-settings-header"> | 253 <h3 i18n-content="webIntentsTabLabel" class="content-settings-header"> |
254 </h3> | 254 </h3> |
255 <div class="checkbox"> | 255 <div class="checkbox"> |
256 <label> | 256 <label> |
257 <input pref="webintents.enabled" type="checkbox"> | 257 <input pref="webintents.enabled" type="checkbox"> |
258 <span i18n-content="allowWebIntents"></span> | 258 <span i18n-content="allowWebIntents"></span> |
(...skipping 11 matching lines...) Expand all Loading... |
270 </label> | 270 </label> |
271 </div> | 271 </div> |
272 <div class="radio"> | 272 <div class="radio"> |
273 <label> | 273 <label> |
274 <input type="radio" name="pepper-flash-cameramic" value="block"> | 274 <input type="radio" name="pepper-flash-cameramic" value="block"> |
275 <span i18n-content="pepperFlashCameramicBlock"></span> | 275 <span i18n-content="pepperFlashCameramicBlock"></span> |
276 </label> | 276 </label> |
277 </div> | 277 </div> |
278 <button class="exceptions-list-button" | 278 <button class="exceptions-list-button" |
279 contentType="pepper-flash-cameramic" | 279 contentType="pepper-flash-cameramic" |
280 i18n-content="manage_exceptions"></button> | 280 i18n-content="manageExceptions"></button> |
281 </div> | 281 </div> |
282 </section> | 282 </section> |
283 <if expr="pp_ifdef('chromeos')"> | 283 <if expr="pp_ifdef('chromeos')"> |
284 <!-- Protected Content filter --> | 284 <!-- Protected Content filter --> |
285 <section guest-visibility="disabled"> | 285 <section guest-visibility="disabled"> |
286 <h3 i18n-content="protectedContentTabLabel" | 286 <h3 i18n-content="protectedContentTabLabel" |
287 class="content-settings-header"></h3> | 287 class="content-settings-header"></h3> |
288 <div> | 288 <div> |
289 <div class="settings-row"> | 289 <div class="settings-row"> |
290 <span i18n-content="protectedContentInfo"></span> | 290 <span i18n-content="protectedContentInfo"></span> |
(...skipping 17 matching lines...) Expand all Loading... |
308 <span i18n-content="mediaStreamAsk"></span> | 308 <span i18n-content="mediaStreamAsk"></span> |
309 </label> | 309 </label> |
310 </div> | 310 </div> |
311 <div class="radio"> | 311 <div class="radio"> |
312 <label> | 312 <label> |
313 <input type="radio" name="media-stream" value="block"> | 313 <input type="radio" name="media-stream" value="block"> |
314 <span i18n-content="mediaStreamBlock"></span> | 314 <span i18n-content="mediaStreamBlock"></span> |
315 </label> | 315 </label> |
316 </div> | 316 </div> |
317 <button class="exceptions-list-button" contentType="media-stream" | 317 <button class="exceptions-list-button" contentType="media-stream" |
318 i18n-content="manage_exceptions"></button> | 318 i18n-content="manageExceptions"></button> |
| 319 </div> |
| 320 </section> |
| 321 <!-- PPAPI broker --> |
| 322 <section> |
| 323 <h3 i18n-content="ppapi_broker_tab_label"></h3> |
| 324 <div> |
| 325 <div class="radio"> |
| 326 <label> |
| 327 <input type="radio" name="ppapi-broker" value="allow"> |
| 328 <span i18n-content="ppapi_broker_allow"></span> |
| 329 </label> |
| 330 </div> |
| 331 <div class="radio"> |
| 332 <label> |
| 333 <input type="radio" name="ppapi-broker" value="ask"> |
| 334 <span i18n-content="ppapi_broker_ask"></span> |
| 335 </label> |
| 336 </div> |
| 337 <div class="radio"> |
| 338 <label> |
| 339 <input type="radio" name="ppapi-broker" value="block"> |
| 340 <span i18n-content="ppapi_broker_block"></span> |
| 341 </label> |
| 342 </div> |
| 343 <button class="exceptions-list-button" contentType="media-stream" |
| 344 i18n-content="manageExceptions"></button> |
319 </div> | 345 </div> |
320 </section> | 346 </section> |
321 <section id="media-galleries-section" hidden> | 347 <section id="media-galleries-section" hidden> |
322 <h3 i18n-content="mediaGalleriesSectionLabel"></h3> | 348 <h3 i18n-content="mediaGalleriesSectionLabel"></h3> |
323 <div> | 349 <div> |
324 <button id="manage-galleries-button" | 350 <button id="manage-galleries-button" |
325 i18n-content="manageGalleriesButton"></button> | 351 i18n-content="manageGalleriesButton"></button> |
326 </div> | 352 </div> |
327 </section> | 353 </section> |
328 </div> | 354 </div> |
329 <div class="action-area"> | 355 <div class="action-area"> |
330 <div class="button-strip"> | 356 <div class="button-strip"> |
331 <button id="content-settings-overlay-confirm" i18n-content="ok"></button> | 357 <button id="content-settings-overlay-confirm" i18n-content="ok"></button> |
332 </div> | 358 </div> |
333 </div> | 359 </div> |
334 </div> | 360 </div> |
OLD | NEW |