| 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 controlled-setting-with-label"> | 9 <div class="radio controlled-setting-with-label"> |
| 10 <label> | 10 <label> |
| 11 <input type="radio" name="cookies" value="allow"> | 11 <input type="radio" name="cookies" value="allow"> |
| 12 <span> | 12 <span i18n-content="cookiesAllow"></span> |
| 13 <span i18n-content="cookiesAllow"></span> | |
| 14 <span class="controlled-setting-indicator" | |
| 15 content-setting="cookies" value="allow"></span> | |
| 16 </span> | |
| 17 </label> | 13 </label> |
| 14 <span class="controlled-setting-indicator" |
| 15 content-setting="cookies" value="allow"></span> |
| 18 </div> | 16 </div> |
| 19 <div class="radio controlled-setting-with-label"> | 17 <div class="radio controlled-setting-with-label"> |
| 20 <label> | 18 <label> |
| 21 <input type="radio" name="cookies" value="session"> | 19 <input type="radio" name="cookies" value="session"> |
| 22 <span> | 20 <span i18n-content="cookies_session_only"></span> |
| 23 <span i18n-content="cookies_session_only"></span> | |
| 24 <span class="controlled-setting-indicator" | |
| 25 content-setting="cookies" value="session"></span> | |
| 26 </span> | |
| 27 </label> | 21 </label> |
| 22 <span class="controlled-setting-indicator" |
| 23 content-setting="cookies" value="session"></span> |
| 28 </div> | 24 </div> |
| 29 <div class="radio controlled-setting-with-label"> | 25 <div class="radio controlled-setting-with-label"> |
| 30 <label> | 26 <label> |
| 31 <input type="radio" name="cookies" value="block"> | 27 <input type="radio" name="cookies" value="block"> |
| 32 <span> | 28 <span i18n-content="cookiesBlock"></span> |
| 33 <span i18n-content="cookiesBlock"></span> | |
| 34 <span class="controlled-setting-indicator" | |
| 35 content-setting="cookies" value="block"></span> | |
| 36 </span> | |
| 37 </label> | 29 </label> |
| 30 <span class="controlled-setting-indicator" |
| 31 content-setting="cookies" value="block"></span> |
| 38 </div> | 32 </div> |
| 39 <div class="checkbox controlled-setting-with-label"> | 33 <div class="checkbox controlled-setting-with-label"> |
| 40 <label> | 34 <label> |
| 41 <input pref="profile.block_third_party_cookies" type="checkbox"> | 35 <input pref="profile.block_third_party_cookies" type="checkbox"> |
| 42 <span> | 36 <span i18n-content="cookies_block_3rd_party"></span> |
| 43 <span i18n-content="cookies_block_3rd_party"></span> | |
| 44 <span class="controlled-setting-indicator" | |
| 45 pref="profile.block_third_party_cookies"></span> | |
| 46 </label> | 37 </label> |
| 38 <span class="controlled-setting-indicator" |
| 39 pref="profile.block_third_party_cookies"> |
| 40 </span> |
| 47 </div> | 41 </div> |
| 48 <!-- TODO(jochen): remove the div with the clear cookies on exit option | 42 <!-- TODO(jochen): remove the div with the clear cookies on exit option |
| 49 once this has shipped. --> | 43 once this has shipped. --> |
| 50 <div class="checkbox" guest-visibility="disabled" hidden> | 44 <div class="checkbox" guest-visibility="disabled" hidden> |
| 51 <label> | 45 <label> |
| 52 <input id="clear-cookies-on-exit" | 46 <input id="clear-cookies-on-exit" |
| 53 pref="profile.clear_site_data_on_exit" type="checkbox"> | 47 pref="profile.clear_site_data_on_exit" type="checkbox"> |
| 54 <span i18n-content="cookies_lso_clear_when_close" | 48 <span i18n-content="cookies_lso_clear_when_close" |
| 55 class="clear-plugin-lso-data-enabled"></span> | 49 class="clear-plugin-lso-data-enabled"></span> |
| 56 <span i18n-content="cookies_clear_when_close" | 50 <span i18n-content="cookies_clear_when_close" |
| 57 class="clear-plugin-lso-data-disabled"></span> | 51 class="clear-plugin-lso-data-disabled"></span> |
| 58 </label> | 52 </label> |
| 59 </div> | 53 </div> |
| 60 <div class="settings-row"> | 54 <div class="settings-row"> |
| 61 <button class="exceptions-list-button" contentType="cookies" | 55 <button class="exceptions-list-button" contentType="cookies" |
| 62 i18n-content="manageExceptions"></button> | 56 i18n-content="manageExceptions"></button> |
| 63 <button id="show-cookies-button" | 57 <button id="show-cookies-button" |
| 64 i18n-content="cookies_show_cookies"></button> | 58 i18n-content="cookies_show_cookies"></button> |
| 65 </div> | 59 </div> |
| 66 </div> | 60 </div> |
| 67 </section> | 61 </section> |
| 68 <!-- Image filter --> | 62 <!-- Image filter --> |
| 69 <section> | 63 <section> |
| 70 <h3 i18n-content="images_tab_label"></h3> | 64 <h3 i18n-content="images_tab_label"></h3> |
| 71 <div> | 65 <div> |
| 72 <div class="radio controlled-setting-with-label"> | 66 <div class="radio controlled-setting-with-label"> |
| 73 <label> | 67 <label> |
| 74 <input type="radio" name="images" value="allow"> | 68 <input type="radio" name="images" value="allow"> |
| 75 <span i18n-content="imagesAllow"></span> | 69 <span i18n-content="imagesAllow"></span> |
| 76 <span class="controlled-setting-indicator" | |
| 77 content-setting="images" value="allow"></span> | |
| 78 </label> | 70 </label> |
| 71 <span class="controlled-setting-indicator" |
| 72 content-setting="images" value="allow"></span> |
| 79 </div> | 73 </div> |
| 80 <div class="radio controlled-setting-with-label"> | 74 <div class="radio controlled-setting-with-label"> |
| 81 <label> | 75 <label> |
| 82 <input type="radio" name="images" value="block"> | 76 <input type="radio" name="images" value="block"> |
| 83 <span> | 77 <span i18n-content="imagesBlock"></span> |
| 84 <span i18n-content="imagesBlock"></span> | |
| 85 <span class="controlled-setting-indicator" | |
| 86 content-setting="images" value="block"></span> | |
| 87 </span> | |
| 88 </label> | 78 </label> |
| 79 <span class="controlled-setting-indicator" |
| 80 content-setting="images" value="block"> |
| 81 </span> |
| 89 </div> | 82 </div> |
| 90 <div class="settings-row"> | 83 <div class="settings-row"> |
| 91 <button class="exceptions-list-button" contentType="images" | 84 <button class="exceptions-list-button" contentType="images" |
| 92 i18n-content="manageExceptions"></button> | 85 i18n-content="manageExceptions"></button> |
| 93 </div> | 86 </div> |
| 94 </div> | 87 </div> |
| 95 </section> | 88 </section> |
| 96 <!-- JavaScript filter --> | 89 <!-- JavaScript filter --> |
| 97 <section> | 90 <section> |
| 98 <h3 i18n-content="javascript_tab_label"></h3> | 91 <h3 i18n-content="javascript_tab_label"></h3> |
| 99 <div> | 92 <div> |
| 100 <div class="radio controlled-setting-with-label"> | 93 <div class="radio controlled-setting-with-label"> |
| 101 <label> | 94 <label> |
| 102 <input type="radio" name="javascript" value="allow"> | 95 <input type="radio" name="javascript" value="allow"> |
| 103 <span> | 96 <span i18n-content="javascriptAllow"></span> |
| 104 <span i18n-content="javascriptAllow"></span> | |
| 105 <span class="controlled-setting-indicator" | |
| 106 content-setting="javascript" value="allow"></span> | |
| 107 </span> | |
| 108 </label> | 97 </label> |
| 98 <span class="controlled-setting-indicator" |
| 99 content-setting="javascript" value="allow"></span> |
| 109 </div> | 100 </div> |
| 110 <div class="radio controlled-setting-with-label"> | 101 <div class="radio controlled-setting-with-label"> |
| 111 <label> | 102 <label> |
| 112 <input type="radio" name="javascript" value="block"> | 103 <input type="radio" name="javascript" value="block"> |
| 113 <span> | 104 <span i18n-content="javascriptBlock"></span> |
| 114 <span i18n-content="javascriptBlock"></span> | |
| 115 <span class="controlled-setting-indicator" | |
| 116 content-setting="javascript" value="block"></span> | |
| 117 </span> | |
| 118 </label> | 105 </label> |
| 106 <span class="controlled-setting-indicator" |
| 107 content-setting="javascript" value="block"></span> |
| 119 </div> | 108 </div> |
| 120 <div class="settings-row"> | 109 <div class="settings-row"> |
| 121 <button class="exceptions-list-button" contentType="javascript" | 110 <button class="exceptions-list-button" contentType="javascript" |
| 122 i18n-content="manageExceptions"></button> | 111 i18n-content="manageExceptions"></button> |
| 123 </div> | 112 </div> |
| 124 </div> | 113 </div> |
| 125 </section> | 114 </section> |
| 126 <!-- Handlers settings --> | 115 <!-- Handlers settings --> |
| 127 <section id="handlers-section"> | 116 <section id="handlers-section"> |
| 128 <h3 i18n-content="handlers_tab_label"></h3> | 117 <h3 i18n-content="handlers_tab_label"></h3> |
| (...skipping 18 matching lines...) Expand all Loading... |
| 147 </div> | 136 </div> |
| 148 </div> | 137 </div> |
| 149 </section> | 138 </section> |
| 150 <!-- Plug-ins filter --> | 139 <!-- Plug-ins filter --> |
| 151 <section> | 140 <section> |
| 152 <h3 i18n-content="plugins_tab_label"></h3> | 141 <h3 i18n-content="plugins_tab_label"></h3> |
| 153 <div> | 142 <div> |
| 154 <div class="radio controlled-setting-with-label"> | 143 <div class="radio controlled-setting-with-label"> |
| 155 <label> | 144 <label> |
| 156 <input type="radio" name="plugins" value="allow"> | 145 <input type="radio" name="plugins" value="allow"> |
| 157 <span> | 146 <span i18n-content="pluginsAllow"></span> |
| 158 <span i18n-content="pluginsAllow"></span> | |
| 159 <span class="controlled-setting-indicator" | |
| 160 content-setting="plugins" value="allow"></span> | |
| 161 </span> | |
| 162 </label> | 147 </label> |
| 148 <span class="controlled-setting-indicator" |
| 149 content-setting="plugins" value="allow"></span> |
| 163 </div> | 150 </div> |
| 164 <div id="click_to_play" class="radio controlled-setting-with-label"> | 151 <div id="click_to_play" class="radio controlled-setting-with-label"> |
| 165 <label> | 152 <label> |
| 166 <input type="radio" name="plugins" value="ask"> | 153 <input type="radio" name="plugins" value="ask"> |
| 167 <span> | 154 <span i18n-content="pluginsAsk"></span> |
| 168 <span i18n-content="pluginsAsk"></span> | |
| 169 <span class="controlled-setting-indicator" | |
| 170 content-setting="plugins" value="ask"></span> | |
| 171 </span> | |
| 172 </label> | 155 </label> |
| 156 <span class="controlled-setting-indicator" |
| 157 content-setting="plugins" value="ask"></span> |
| 173 </div> | 158 </div> |
| 174 <div class="radio controlled-setting-with-label"> | 159 <div class="radio controlled-setting-with-label"> |
| 175 <label> | 160 <label> |
| 176 <input type="radio" name="plugins" value="block"> | 161 <input type="radio" name="plugins" value="block"> |
| 177 <span> | 162 <span i18n-content="pluginsBlock"></span> |
| 178 <span i18n-content="pluginsBlock"></span> | |
| 179 <span class="controlled-setting-indicator" | |
| 180 content-setting="plugins" value="block"></span> | |
| 181 </span> | |
| 182 </label> | 163 </label> |
| 164 <span class="controlled-setting-indicator" |
| 165 content-setting="plugins" value="block"></span> |
| 183 </div> | 166 </div> |
| 184 <div class="settings-row"> | 167 <div class="settings-row"> |
| 185 <button class="exceptions-list-button" contentType="plugins" | 168 <button class="exceptions-list-button" contentType="plugins" |
| 186 i18n-content="manageExceptions"></button> | 169 i18n-content="manageExceptions"></button> |
| 187 </div> | 170 </div> |
| 188 <div id="disable-plugins-container"> | 171 <div id="disable-plugins-container"> |
| 189 <a href="chrome://plugins" i18n-content="disableIndividualPlugins" | 172 <a href="chrome://plugins" i18n-content="disableIndividualPlugins" |
| 190 target="_blank"></a> | 173 target="_blank"></a> |
| 191 </div> | 174 </div> |
| 192 </div> | 175 </div> |
| 193 </section> | 176 </section> |
| 194 <!-- Pop-ups filter --> | 177 <!-- Pop-ups filter --> |
| 195 <section> | 178 <section> |
| 196 <h3 i18n-content="popups_tab_label" class="content-settings-header"></h3> | 179 <h3 i18n-content="popups_tab_label" class="content-settings-header"></h3> |
| 197 <div> | 180 <div> |
| 198 <div class="radio controlled-setting-with-label"> | 181 <div class="radio controlled-setting-with-label"> |
| 199 <label> | 182 <label> |
| 200 <input type="radio" name="popups" value="allow"> | 183 <input type="radio" name="popups" value="allow"> |
| 201 <span> | 184 <span i18n-content="popupsAllow"></span> |
| 202 <span i18n-content="popupsAllow"></span> | |
| 203 <span class="controlled-setting-indicator" | |
| 204 content-setting="popups" value="allow"></span> | |
| 205 </span> | |
| 206 </label> | 185 </label> |
| 186 <span class="controlled-setting-indicator" |
| 187 content-setting="popups" value="allow"></span> |
| 207 </div> | 188 </div> |
| 208 <div class="radio controlled-setting-with-label"> | 189 <div class="radio controlled-setting-with-label"> |
| 209 <label> | 190 <label> |
| 210 <input type="radio" name="popups" value="block"> | 191 <input type="radio" name="popups" value="block"> |
| 211 <span> | 192 <span i18n-content="popupsBlock"></span> |
| 212 <span i18n-content="popupsBlock"></span> | |
| 213 <span class="controlled-setting-indicator" | |
| 214 content-setting="popups" value="block"></span> | |
| 215 </span> | |
| 216 </label> | 193 </label> |
| 194 <span class="controlled-setting-indicator" |
| 195 content-setting="popups" value="block"></span> |
| 217 </div> | 196 </div> |
| 218 <div class="settings-row"> | 197 <div class="settings-row"> |
| 219 <button class="exceptions-list-button" contentType="popups" | 198 <button class="exceptions-list-button" contentType="popups" |
| 220 i18n-content="manageExceptions"></button> | 199 i18n-content="manageExceptions"></button> |
| 221 </div> | 200 </div> |
| 222 </div> | 201 </div> |
| 223 </section> | 202 </section> |
| 224 <!-- Location filter --> | 203 <!-- Location filter --> |
| 225 <section> | 204 <section> |
| 226 <h3 i18n-content="location_tab_label"></h3> | 205 <h3 i18n-content="location_tab_label"></h3> |
| 227 <div> | 206 <div> |
| 228 <div class="radio controlled-setting-with-label"> | 207 <div class="radio controlled-setting-with-label"> |
| 229 <label> | 208 <label> |
| 230 <input type="radio" name="location" value="allow"> | 209 <input type="radio" name="location" value="allow"> |
| 231 <span> | 210 <span i18n-content="locationAllow"></span> |
| 232 <span i18n-content="locationAllow"></span> | |
| 233 <span class="controlled-setting-indicator" | |
| 234 content-setting="location" value="allow"></span> | |
| 235 </span> | |
| 236 </label> | 211 </label> |
| 212 <span class="controlled-setting-indicator" |
| 213 content-setting="location" value="allow"></span> |
| 237 </div> | 214 </div> |
| 238 <div class="radio controlled-setting-with-label"> | 215 <div class="radio controlled-setting-with-label"> |
| 239 <label> | 216 <label> |
| 240 <input type="radio" name="location" value="ask"> | 217 <input type="radio" name="location" value="ask"> |
| 241 <span> | 218 <span i18n-content="locationAsk"></span> |
| 242 <span i18n-content="locationAsk"></span> | |
| 243 <span class="controlled-setting-indicator" | |
| 244 content-setting="location" value="ask"></span> | |
| 245 </span> | |
| 246 </label> | 219 </label> |
| 220 <span class="controlled-setting-indicator" |
| 221 content-setting="location" value="ask"></span> |
| 247 </div> | 222 </div> |
| 248 <div class="radio controlled-setting-with-label"> | 223 <div class="radio controlled-setting-with-label"> |
| 249 <label> | 224 <label> |
| 250 <input type="radio" name="location" | 225 <input type="radio" name="location" |
| 251 value="block"> | 226 value="block"> |
| 252 <span> | 227 <span i18n-content="locationBlock"></span> |
| 253 <span i18n-content="locationBlock"></span> | |
| 254 <span class="controlled-setting-indicator" | |
| 255 content-setting="location" value="block"></span> | |
| 256 </span> | |
| 257 </label> | 228 </label> |
| 229 <span class="controlled-setting-indicator" |
| 230 content-setting="location" value="block"></span> |
| 258 </div> | 231 </div> |
| 259 <if expr="enable_google_now"> | 232 <if expr="enable_google_now"> |
| 260 <div class="checkbox controlled-setting-with-label" | 233 <div class="checkbox controlled-setting-with-label" |
| 261 id="geolocationCheckbox" hidden> | 234 id="geolocationCheckbox" hidden> |
| 262 <label> | 235 <label> |
| 263 <input pref="googlegeolocationaccess.enabled" | 236 <input pref="googlegeolocationaccess.enabled" |
| 264 metric="Options_GoogleGeolocationAccessCheckbox" | 237 metric="Options_GoogleGeolocationAccessCheckbox" |
| 265 type="checkbox"> | 238 type="checkbox"> |
| 266 <span> | 239 <span i18n-content="googleGeolocationAccessEnable"></span> |
| 267 <span i18n-content="googleGeolocationAccessEnable"></span> | |
| 268 <span class="controlled-setting-indicator" | |
| 269 pref="googlegeolocationaccess.enabled"></span> | |
| 270 </span> | |
| 271 </label> | 240 </label> |
| 241 <span class="controlled-setting-indicator" |
| 242 pref="googlegeolocationaccess.enabled"></span> |
| 272 </div> | 243 </div> |
| 273 </if> | 244 </if> |
| 274 <div class="settings-row"> | 245 <div class="settings-row"> |
| 275 <button class="exceptions-list-button" contentType="location" | 246 <button class="exceptions-list-button" contentType="location" |
| 276 i18n-content="manageExceptions"></button> | 247 i18n-content="manageExceptions"></button> |
| 277 </div> | 248 </div> |
| 278 </div> | 249 </div> |
| 279 </section> | 250 </section> |
| 280 <!-- Notifications filter tab contents --> | 251 <!-- Notifications filter tab contents --> |
| 281 <section id="notifications-section"> | 252 <section id="notifications-section"> |
| 282 <h3 i18n-content="notifications_tab_label"></h3> | 253 <h3 i18n-content="notifications_tab_label"></h3> |
| 283 <div> | 254 <div> |
| 284 <div class="radio controlled-setting-with-label"> | 255 <div class="radio controlled-setting-with-label"> |
| 285 <label> | 256 <label> |
| 286 <input type="radio" name="notifications" value="allow"> | 257 <input type="radio" name="notifications" value="allow"> |
| 287 <span> | 258 <span i18n-content="notificationsAllow"></span> |
| 288 <span i18n-content="notificationsAllow"></span> | |
| 289 <span class="controlled-setting-indicator" | |
| 290 content-setting="notifications" value="allow"></span> | |
| 291 </span> | |
| 292 </label> | 259 </label> |
| 260 <span class="controlled-setting-indicator" |
| 261 content-setting="notifications" value="allow"></span> |
| 293 </div> | 262 </div> |
| 294 <div class="radio controlled-setting-with-label"> | 263 <div class="radio controlled-setting-with-label"> |
| 295 <label> | 264 <label> |
| 296 <input type="radio" name="notifications" value="ask"> | 265 <input type="radio" name="notifications" value="ask"> |
| 297 <span> | 266 <span i18n-content="notificationsAsk"></span> |
| 298 <span i18n-content="notificationsAsk"></span> | |
| 299 <span class="controlled-setting-indicator" | |
| 300 content-setting="notifications" value="ask"></span> | |
| 301 </span> | |
| 302 </label> | 267 </label> |
| 268 <span class="controlled-setting-indicator" |
| 269 content-setting="notifications" value="ask"></span> |
| 303 </div> | 270 </div> |
| 304 <div class="radio controlled-setting-with-label"> | 271 <div class="radio controlled-setting-with-label"> |
| 305 <label> | 272 <label> |
| 306 <input type="radio" name="notifications" value="block"> | 273 <input type="radio" name="notifications" value="block"> |
| 307 <span> | 274 <span i18n-content="notificationsBlock"></span> |
| 308 <span i18n-content="notificationsBlock"></span> | |
| 309 <span class="controlled-setting-indicator" | |
| 310 content-setting="notifications" value="block"></span> | |
| 311 </span> | |
| 312 </label> | 275 </label> |
| 276 <span class="controlled-setting-indicator" |
| 277 content-setting="notifications" value="block"></span> |
| 313 </div> | 278 </div> |
| 314 <div class="settings-row"> | 279 <div class="settings-row"> |
| 315 <button class="exceptions-list-button" contentType="notifications" | 280 <button class="exceptions-list-button" contentType="notifications" |
| 316 i18n-content="manageExceptions"></button> | 281 i18n-content="manageExceptions"></button> |
| 317 </div> | 282 </div> |
| 318 </div> | 283 </div> |
| 319 </section> | 284 </section> |
| 320 <!-- Fullscreen filter --> | 285 <!-- Fullscreen filter --> |
| 321 <section> | 286 <section> |
| 322 <h3 i18n-content="fullscreen_tab_label"></h3> | 287 <h3 i18n-content="fullscreen_tab_label"></h3> |
| (...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 390 <span i18n-content="mediaSelectMicLabel"></span> | 355 <span i18n-content="mediaSelectMicLabel"></span> |
| 391 <select id="media-select-mic" class="weakrtl"></select> | 356 <select id="media-select-mic" class="weakrtl"></select> |
| 392 </div> | 357 </div> |
| 393 <div class="media-device-control"> | 358 <div class="media-device-control"> |
| 394 <span i18n-content="mediaSelectCameraLabel"></span> | 359 <span i18n-content="mediaSelectCameraLabel"></span> |
| 395 <select id="media-select-camera" class="weakrtl"></select> | 360 <select id="media-select-camera" class="weakrtl"></select> |
| 396 </div> | 361 </div> |
| 397 <div class="radio controlled-setting-with-label"> | 362 <div class="radio controlled-setting-with-label"> |
| 398 <label> | 363 <label> |
| 399 <input type="radio" name="media-stream" value="ask"> | 364 <input type="radio" name="media-stream" value="ask"> |
| 400 <span> | 365 <span id="media-stream-ask-label" i18n-content="mediaStreamAsk"> |
| 401 <span id="media-stream-ask-label" i18n-content="mediaStreamAsk"> | |
| 402 </span> | |
| 403 <span class="controlled-setting-indicator" | |
| 404 content-setting="media-stream" value="ask"></span> | |
| 405 </span> | |
| 406 </label> | 366 </label> |
| 367 <span class="controlled-setting-indicator" |
| 368 content-setting="media-stream" value="ask"></span> |
| 407 </div> | 369 </div> |
| 408 <div class="radio controlled-setting-with-label"> | 370 <div class="radio controlled-setting-with-label"> |
| 409 <label> | 371 <label> |
| 410 <input id="media-stream-block" type="radio" name="media-stream" | 372 <input id="media-stream-block" type="radio" name="media-stream" |
| 411 value="block"> | 373 value="block"> |
| 412 <span> | 374 <span id="media-stream-block-label" i18n-content="mediaStreamBlock"> |
| 413 <span id="media-stream-block-label" | |
| 414 i18n-content="mediaStreamBlock"></span> | |
| 415 <span class="controlled-setting-indicator" | |
| 416 content-setting="media-stream" value="block"></span> | |
| 417 </span> | 375 </span> |
| 418 </label> | 376 </label> |
| 377 <span class="controlled-setting-indicator" |
| 378 content-setting="media-stream" value="block"></span> |
| 419 </div> | 379 </div> |
| 420 <div class="settings-row"> | 380 <div class="settings-row"> |
| 421 <button class="exceptions-list-button" contentType="media-stream" | 381 <button class="exceptions-list-button" contentType="media-stream" |
| 422 i18n-content="manageExceptions"></button> | 382 i18n-content="manageExceptions"></button> |
| 423 </div> | 383 </div> |
| 424 <div id="media-pepper-flash-default" class="pepper-flash-settings"> | 384 <div id="media-pepper-flash-default" class="pepper-flash-settings"> |
| 425 <span i18n-content="mediaPepperFlashDefaultDivergedLabel"></span> | 385 <span i18n-content="mediaPepperFlashDefaultDivergedLabel"></span> |
| 426 <a target="_blank" i18n-content="mediaPepperFlashChangeLink" | 386 <a target="_blank" i18n-content="mediaPepperFlashChangeLink" |
| 427 i18n-values="href:mediaPepperFlashGlobalPrivacyURL"></a> | 387 i18n-values="href:mediaPepperFlashGlobalPrivacyURL"></a> |
| 428 </div> | 388 </div> |
| (...skipping 28 matching lines...) Expand all Loading... |
| 457 </div> | 417 </div> |
| 458 </section> | 418 </section> |
| 459 <!-- Automatic Downloads filter --> | 419 <!-- Automatic Downloads filter --> |
| 460 <section> | 420 <section> |
| 461 <h3 i18n-content="multiple-automatic-downloads_header"></h3> | 421 <h3 i18n-content="multiple-automatic-downloads_header"></h3> |
| 462 <div> | 422 <div> |
| 463 <div class="radio controlled-setting-with-label"> | 423 <div class="radio controlled-setting-with-label"> |
| 464 <label> | 424 <label> |
| 465 <input type="radio" name="multiple-automatic-downloads" | 425 <input type="radio" name="multiple-automatic-downloads" |
| 466 value="allow"> | 426 value="allow"> |
| 467 <span> | 427 <span i18n-content="multipleAutomaticDownloadsAllow"></span> |
| 468 <span i18n-content="multipleAutomaticDownloadsAllow"></span> | |
| 469 <span class="controlled-setting-indicator" | |
| 470 content-setting="multiple-automatic-downloads" value="allow"> | |
| 471 </span> | |
| 472 </span> | |
| 473 </label> | 428 </label> |
| 429 <span class="controlled-setting-indicator" |
| 430 content-setting="multiple-automatic-downloads" value="allow"> |
| 431 </span> |
| 474 </div> | 432 </div> |
| 475 <div class="radio controlled-setting-with-label"> | 433 <div class="radio controlled-setting-with-label"> |
| 476 <label> | 434 <label> |
| 477 <input type="radio" name="multiple-automatic-downloads" value="ask"> | 435 <input type="radio" name="multiple-automatic-downloads" value="ask"> |
| 478 <span> | 436 <span i18n-content="multipleAutomaticDownloadsAsk"></span> |
| 479 <span i18n-content="multipleAutomaticDownloadsAsk"></span> | |
| 480 <span class="controlled-setting-indicator" | |
| 481 content-setting="multiple-automatic-downloads" value="ask"> | |
| 482 </span> | |
| 483 </span> | |
| 484 </label> | 437 </label> |
| 438 <span class="controlled-setting-indicator" |
| 439 content-setting="multiple-automatic-downloads" value="ask"></span> |
| 485 </div> | 440 </div> |
| 486 <div class="radio controlled-setting-with-label"> | 441 <div class="radio controlled-setting-with-label"> |
| 487 <label> | 442 <label> |
| 488 <input type="radio" name="multiple-automatic-downloads" | 443 <input type="radio" name="multiple-automatic-downloads" |
| 489 value="block"> | 444 value="block"> |
| 490 <span> | 445 <span i18n-content="multipleAutomaticDownloadsBlock"></span> |
| 491 <span i18n-content="multipleAutomaticDownloadsBlock"></span> | |
| 492 <span class="controlled-setting-indicator" | |
| 493 content-setting="multiple-automatic-downloads" value="block"> | |
| 494 </span> | |
| 495 </span> | |
| 496 </label> | 446 </label> |
| 447 <span class="controlled-setting-indicator" |
| 448 content-setting="multiple-automatic-downloads" value="block"> |
| 449 </span> |
| 497 </div> | 450 </div> |
| 498 <div class="settings-row"> | 451 <div class="settings-row"> |
| 499 <button class="exceptions-list-button" | 452 <button class="exceptions-list-button" |
| 500 contentType="multiple-automatic-downloads" | 453 contentType="multiple-automatic-downloads" |
| 501 i18n-content="manageExceptions"></button> | 454 i18n-content="manageExceptions"></button> |
| 502 </div> | 455 </div> |
| 503 </div> | 456 </div> |
| 504 </section> | 457 </section> |
| 505 <!-- MIDI system exclusive messages filter --> | 458 <!-- MIDI system exclusive messages filter --> |
| 506 <section id="experimental-web-midi-settings" hidden="true"> | 459 <section id="experimental-web-midi-settings" hidden="true"> |
| (...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 570 </section> | 523 </section> |
| 571 </div> | 524 </div> |
| 572 <div class="action-area"> | 525 <div class="action-area"> |
| 573 <div class="button-strip"> | 526 <div class="button-strip"> |
| 574 <button id="content-settings-overlay-confirm" class="default-button" | 527 <button id="content-settings-overlay-confirm" class="default-button" |
| 575 i18n-content="done"> | 528 i18n-content="done"> |
| 576 </button> | 529 </button> |
| 577 </div> | 530 </div> |
| 578 </div> | 531 </div> |
| 579 </div> | 532 </div> |
| OLD | NEW |