| 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 controlled-setting-with-label"> |
| 10 <span class="controlled-setting-with-label"> | 10 <label> |
| 11 <input id="cookies-allow" type="radio" name="cookies" value="allow"> | 11 <input type="radio" name="cookies" value="allow"> |
| 12 <span> | 12 <span i18n-content="cookies_allow"></span> |
| 13 <label for="cookies-allow" i18n-content="cookies_allow"></label> | 13 </label> |
| 14 <span class="controlled-setting-indicator" | 14 <span class="controlled-setting-indicator" |
| 15 content-setting="cookies" value="allow"> | 15 content-setting="cookies" value="allow"></span> |
| 16 </span> | |
| 17 </span> | |
| 18 </span> | |
| 19 </div> | 16 </div> |
| 20 <div class="radio"> | 17 <div class="radio controlled-setting-with-label"> |
| 21 <span class="controlled-setting-with-label"> | 18 <label> |
| 22 <input id="cookies-session" type="radio" name="cookies" | 19 <input type="radio" name="cookies" value="session"> |
| 23 value="session"> | 20 <span i18n-content="cookies_session_only"></span> |
| 24 <span> | 21 </label> |
| 25 <label for="cookies-session" i18n-content="cookies_session_only"> | 22 <span class="controlled-setting-indicator" |
| 26 </label> | 23 content-setting="cookies" value="session"></span> |
| 27 <span class="controlled-setting-indicator" | |
| 28 content-setting="cookies" value="session"> | |
| 29 </span> | |
| 30 </span> | |
| 31 </span> | |
| 32 </div> | 24 </div> |
| 33 <div class="radio"> | 25 <div class="radio controlled-setting-with-label"> |
| 34 <span class="controlled-setting-with-label"> | 26 <label> |
| 35 <input id="cookies-block" type="radio" name="cookies" value="block"> | 27 <input type="radio" name="cookies" value="block"> |
| 36 <span> | 28 <span i18n-content="cookies_block"></span> |
| 37 <label for="cookies-block" i18n-content="cookies_block"></label> | 29 </label> |
| 38 <span class="controlled-setting-indicator" | 30 <span class="controlled-setting-indicator" |
| 39 content-setting="cookies" value="block"> | 31 content-setting="cookies" value="block"></span> |
| 40 </span> | |
| 41 </span> | |
| 42 </span> | |
| 43 </div> | 32 </div> |
| 44 <div class="checkbox"> | 33 <div class="checkbox controlled-setting-with-label"> |
| 45 <span class="controlled-setting-with-label"> | 34 <label> |
| 46 <input id="block-third-party-cookies" | 35 <input pref="profile.block_third_party_cookies" type="checkbox"> |
| 47 pref="profile.block_third_party_cookies" type="checkbox"> | 36 <span i18n-content="cookies_block_3rd_party"></span> |
| 48 <span> | 37 </label> |
| 49 <label for="block-third-party-cookies" | 38 <span class="controlled-setting-indicator" |
| 50 i18n-content="cookies_block_3rd_party"> | 39 pref="profile.block_third_party_cookies"> |
| 51 </label> | |
| 52 <span class="controlled-setting-indicator" | |
| 53 pref="profile.block_third_party_cookies"> | |
| 54 </span> | |
| 55 </span> | |
| 56 </span> | 40 </span> |
| 57 </div> | 41 </div> |
| 58 <!-- 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 |
| 59 once this has shipped. --> | 43 once this has shipped. --> |
| 60 <div class="checkbox" guest-visibility="disabled" hidden> | 44 <div class="checkbox" guest-visibility="disabled" hidden> |
| 61 <label> | 45 <label> |
| 62 <input id="clear-cookies-on-exit" | 46 <input id="clear-cookies-on-exit" |
| 63 pref="profile.clear_site_data_on_exit" type="checkbox"> | 47 pref="profile.clear_site_data_on_exit" type="checkbox"> |
| 64 <span i18n-content="cookies_lso_clear_when_close" | 48 <span i18n-content="cookies_lso_clear_when_close" |
| 65 class="clear-plugin-lso-data-enabled"></span> | 49 class="clear-plugin-lso-data-enabled"></span> |
| 66 <span i18n-content="cookies_clear_when_close" | 50 <span i18n-content="cookies_clear_when_close" |
| 67 class="clear-plugin-lso-data-disabled"></span> | 51 class="clear-plugin-lso-data-disabled"></span> |
| 68 </label> | 52 </label> |
| 69 </div> | 53 </div> |
| 70 <div class="settings-row"> | 54 <div class="settings-row"> |
| 71 <button class="exceptions-list-button" contentType="cookies" | 55 <button class="exceptions-list-button" contentType="cookies" |
| 72 i18n-content="manageExceptions"></button> | 56 i18n-content="manageExceptions"></button> |
| 73 <button id="show-cookies-button" | 57 <button id="show-cookies-button" |
| 74 i18n-content="cookies_show_cookies"></button> | 58 i18n-content="cookies_show_cookies"></button> |
| 75 </div> | 59 </div> |
| 76 </div> | 60 </div> |
| 77 </section> | 61 </section> |
| 78 <!-- Image filter --> | 62 <!-- Image filter --> |
| 79 <section> | 63 <section> |
| 80 <h3 i18n-content="images_tab_label"></h3> | 64 <h3 i18n-content="images_tab_label"></h3> |
| 81 <div> | 65 <div> |
| 82 <div class="radio"> | 66 <div class="radio controlled-setting-with-label"> |
| 83 <span class="controlled-setting-with-label"> | 67 <label> |
| 84 <input id="images-allow" type="radio" name="images" value="allow"> | 68 <input type="radio" name="images" value="allow"> |
| 85 <span> | 69 <span i18n-content="images_allow"></span> |
| 86 <label for="images-allow" i18n-content="images_allow"></label> | 70 </label> |
| 87 <span class="controlled-setting-indicator" | 71 <span class="controlled-setting-indicator" |
| 88 content-setting="images" value="allow"> | 72 content-setting="images" value="allow"></span> |
| 89 </span> | |
| 90 </span> | |
| 91 </span> | |
| 92 </div> | 73 </div> |
| 93 <div class="radio"> | 74 <div class="radio controlled-setting-with-label"> |
| 94 <span class="controlled-setting-with-label"> | 75 <label> |
| 95 <input id="images-block" type="radio" name="images" value="block"> | 76 <input type="radio" name="images" value="block"> |
| 96 <span> | 77 <span i18n-content="images_block"></span> |
| 97 <label for="images-block" i18n-content="images_block"></label> | 78 </label> |
| 98 <span class="controlled-setting-indicator" | 79 <span class="controlled-setting-indicator" |
| 99 content-setting="images" value="block"> | 80 content-setting="images" value="block"> |
| 100 </span> | |
| 101 </span> | |
| 102 </span> | 81 </span> |
| 103 </div> | 82 </div> |
| 104 <div class="settings-row"> | 83 <div class="settings-row"> |
| 105 <button class="exceptions-list-button" contentType="images" | 84 <button class="exceptions-list-button" contentType="images" |
| 106 i18n-content="manageExceptions"></button> | 85 i18n-content="manageExceptions"></button> |
| 107 </div> | 86 </div> |
| 108 </div> | 87 </div> |
| 109 </section> | 88 </section> |
| 110 <!-- JavaScript filter --> | 89 <!-- JavaScript filter --> |
| 111 <section> | 90 <section> |
| 112 <h3 i18n-content="javascript_tab_label"></h3> | 91 <h3 i18n-content="javascript_tab_label"></h3> |
| 113 <div> | 92 <div> |
| 114 <div class="radio"> | 93 <div class="radio controlled-setting-with-label"> |
| 115 <span class="controlled-setting-with-label"> | 94 <label> |
| 116 <input id="javascript-allow" type="radio" name="javascript" | 95 <input type="radio" name="javascript" value="allow"> |
| 117 value="allow"> | 96 <span i18n-content="javascript_allow"></span> |
| 118 <span> | 97 </label> |
| 119 <label for="javascript-allow" i18n-content="javascript_allow"> | 98 <span class="controlled-setting-indicator" |
| 120 </label> | 99 content-setting="javascript" value="allow"></span> |
| 121 <span class="controlled-setting-indicator" | |
| 122 content-setting="javascript" value="allow"> | |
| 123 </span> | |
| 124 </span> | |
| 125 </span> | |
| 126 </div> | 100 </div> |
| 127 <div class="radio"> | 101 <div class="radio controlled-setting-with-label"> |
| 128 <span class="controlled-setting-with-label"> | 102 <label> |
| 129 <input id="javascript-block" type="radio" name="javascript" | 103 <input type="radio" name="javascript" value="block"> |
| 130 value="block"> | 104 <span i18n-content="javascript_block"></span> |
| 131 <span> | 105 </label> |
| 132 <label for="javascript-block" i18n-content="javascript_block"> | 106 <span class="controlled-setting-indicator" |
| 133 </label> | 107 content-setting="javascript" value="block"></span> |
| 134 <span class="controlled-setting-indicator" | |
| 135 content-setting="javascript" value="block"> | |
| 136 </span> | |
| 137 </span> | |
| 138 </span> | |
| 139 </div> | 108 </div> |
| 140 <div class="settings-row"> | 109 <div class="settings-row"> |
| 141 <button class="exceptions-list-button" contentType="javascript" | 110 <button class="exceptions-list-button" contentType="javascript" |
| 142 i18n-content="manageExceptions"></button> | 111 i18n-content="manageExceptions"></button> |
| 143 </div> | 112 </div> |
| 144 </div> | 113 </div> |
| 145 </section> | 114 </section> |
| 146 <!-- Handlers settings --> | 115 <!-- Handlers settings --> |
| 147 <section id="handlers-section"> | 116 <section id="handlers-section"> |
| 148 <h3 i18n-content="handlers_tab_label"></h3> | 117 <h3 i18n-content="handlers_tab_label"></h3> |
| (...skipping 15 matching lines...) Expand all Loading... |
| 164 <div class="settings-row"> | 133 <div class="settings-row"> |
| 165 <button id="manage-handlers-button" contentType="handlers" | 134 <button id="manage-handlers-button" contentType="handlers" |
| 166 i18n-content="manage_handlers"></button> | 135 i18n-content="manage_handlers"></button> |
| 167 </div> | 136 </div> |
| 168 </div> | 137 </div> |
| 169 </section> | 138 </section> |
| 170 <!-- Plug-ins filter --> | 139 <!-- Plug-ins filter --> |
| 171 <section> | 140 <section> |
| 172 <h3 i18n-content="plugins_tab_label"></h3> | 141 <h3 i18n-content="plugins_tab_label"></h3> |
| 173 <div> | 142 <div> |
| 174 <div class="radio"> | 143 <div class="radio controlled-setting-with-label"> |
| 175 <span class="controlled-setting-with-label"> | 144 <label> |
| 176 <input id="plugins-allow" type="radio" name="plugins" value="allow"> | 145 <input type="radio" name="plugins" value="allow"> |
| 177 <span> | 146 <span i18n-content="plugins_allow"></span> |
| 178 <label for="plugins-allow" i18n-content="plugins_allow"></label> | 147 </label> |
| 179 <span class="controlled-setting-indicator" | 148 <span class="controlled-setting-indicator" |
| 180 content-setting="plugins" value="allow"> | 149 content-setting="plugins" value="allow"></span> |
| 181 </span> | |
| 182 </span> | |
| 183 </span> | |
| 184 </div> | 150 </div> |
| 185 <div id="click_to_play" class="radio"> | 151 <div id="click_to_play" class="radio controlled-setting-with-label"> |
| 186 <span class="controlled-setting-with-label"> | 152 <label> |
| 187 <input id="plugins-ask" type="radio" name="plugins" value="ask"> | 153 <input type="radio" name="plugins" value="ask"> |
| 188 <span> | 154 <span i18n-content="plugins_ask"></span> |
| 189 <label for="plugins-ask" i18n-content="plugins_ask"></label> | 155 </label> |
| 190 <span class="controlled-setting-indicator" | 156 <span class="controlled-setting-indicator" |
| 191 content-setting="plugins" value="ask"> | 157 content-setting="plugins" value="ask"></span> |
| 192 </span> | |
| 193 </span> | |
| 194 </span> | |
| 195 </div> | 158 </div> |
| 196 <div class="radio"> | 159 <div class="radio controlled-setting-with-label"> |
| 197 <span class="controlled-setting-with-label"> | 160 <label> |
| 198 <input id="plugins-block" type="radio" name="plugins" value="block"> | 161 <input type="radio" name="plugins" value="block"> |
| 199 <span> | 162 <span i18n-content="plugins_block"></span> |
| 200 <label for="plugins-block" i18n-content="plugins_block"></label> | 163 </label> |
| 201 <span class="controlled-setting-indicator" | 164 <span class="controlled-setting-indicator" |
| 202 content-setting="plugins" value="block"> | 165 content-setting="plugins" value="block"></span> |
| 203 </span> | |
| 204 </span> | |
| 205 </span> | |
| 206 </div> | 166 </div> |
| 207 <div class="settings-row"> | 167 <div class="settings-row"> |
| 208 <button class="exceptions-list-button" contentType="plugins" | 168 <button class="exceptions-list-button" contentType="plugins" |
| 209 i18n-content="manageExceptions"></button> | 169 i18n-content="manageExceptions"></button> |
| 210 </div> | 170 </div> |
| 211 <div id="disable-plugins-container"> | 171 <div id="disable-plugins-container"> |
| 212 <a href="chrome://plugins" i18n-content="disableIndividualPlugins" | 172 <a href="chrome://plugins" i18n-content="disableIndividualPlugins" |
| 213 target="_blank"></a> | 173 target="_blank"></a> |
| 214 </div> | 174 </div> |
| 215 </div> | 175 </div> |
| 216 </section> | 176 </section> |
| 217 <!-- Pop-ups filter --> | 177 <!-- Pop-ups filter --> |
| 218 <section> | 178 <section> |
| 219 <h3 i18n-content="popups_tab_label" class="content-settings-header"></h3> | 179 <h3 i18n-content="popups_tab_label" class="content-settings-header"></h3> |
| 220 <div> | 180 <div> |
| 221 <div class="radio"> | 181 <div class="radio controlled-setting-with-label"> |
| 222 <span class="controlled-setting-with-label"> | 182 <label> |
| 223 <input id="popups-allow" type="radio" name="popups" value="allow"> | 183 <input type="radio" name="popups" value="allow"> |
| 224 <span> | 184 <span i18n-content="popups_allow"></span> |
| 225 <label for="popups-allow" i18n-content="popups_allow"></label> | 185 </label> |
| 226 <span class="controlled-setting-indicator" | 186 <span class="controlled-setting-indicator" |
| 227 content-setting="popups" value="allow"> | 187 content-setting="popups" value="allow"></span> |
| 228 </span> | |
| 229 </span> | |
| 230 </span> | |
| 231 </div> | 188 </div> |
| 232 <div class="radio"> | 189 <div class="radio controlled-setting-with-label"> |
| 233 <span class="controlled-setting-with-label"> | 190 <label> |
| 234 <input id="popups-block" type="radio" name="popups" value="block"> | 191 <input type="radio" name="popups" value="block"> |
| 235 <span> | 192 <span i18n-content="popups_block"></span> |
| 236 <label for="popups-block" i18n-content="popups_block"></label> | 193 </label> |
| 237 <span class="controlled-setting-indicator" | 194 <span class="controlled-setting-indicator" |
| 238 content-setting="popups" value="block"> | 195 content-setting="popups" value="block"></span> |
| 239 </span> | |
| 240 </span> | |
| 241 </span> | |
| 242 </div> | 196 </div> |
| 243 <div class="settings-row"> | 197 <div class="settings-row"> |
| 244 <button class="exceptions-list-button" contentType="popups" | 198 <button class="exceptions-list-button" contentType="popups" |
| 245 i18n-content="manageExceptions"></button> | 199 i18n-content="manageExceptions"></button> |
| 246 </div> | 200 </div> |
| 247 </div> | 201 </div> |
| 248 </section> | 202 </section> |
| 249 <!-- Location filter --> | 203 <!-- Location filter --> |
| 250 <section> | 204 <section> |
| 251 <h3 i18n-content="location_tab_label"></h3> | 205 <h3 i18n-content="location_tab_label"></h3> |
| 252 <div> | 206 <div> |
| 253 <div class="radio"> | 207 <div class="radio controlled-setting-with-label"> |
| 254 <span class="controlled-setting-with-label"> | 208 <label> |
| 255 <input id="location-allow" type="radio" name="location" | 209 <input type="radio" name="location" value="allow"> |
| 256 value="allow"> | 210 <span i18n-content="location_allow"></span> |
| 257 <span> | 211 </label> |
| 258 <label for="location-allow" i18n-content="location_allow"></label> | 212 <span class="controlled-setting-indicator" |
| 259 <span class="controlled-setting-indicator" | 213 content-setting="location" value="allow"></span> |
| 260 content-setting="location" value="allow"> | |
| 261 </span> | |
| 262 </span> | |
| 263 </span> | |
| 264 </div> | 214 </div> |
| 265 <div class="radio"> | 215 <div class="radio controlled-setting-with-label"> |
| 266 <span class="controlled-setting-with-label"> | 216 <label> |
| 267 <input id="location-ask" type="radio" name="location" value="ask"> | 217 <input type="radio" name="location" value="ask"> |
| 268 <span> | 218 <span i18n-content="location_ask"></span> |
| 269 <label for="location-ask" i18n-content="location_ask"></label> | 219 </label> |
| 270 <span class="controlled-setting-indicator" | 220 <span class="controlled-setting-indicator" |
| 271 content-setting="location" value="ask"> | 221 content-setting="location" value="ask"></span> |
| 272 </span> | |
| 273 </span> | |
| 274 </span> | |
| 275 </div> | 222 </div> |
| 276 <div class="radio"> | 223 <div class="radio controlled-setting-with-label"> |
| 277 <span class="controlled-setting-with-label"> | 224 <label> |
| 278 <input id="location-block" type="radio" name="location" | 225 <input type="radio" name="location" |
| 279 value="block"> | 226 value="block"> |
| 280 <span> | 227 <span i18n-content="location_block"></span> |
| 281 <label for="location-block" i18n-content="location_block"></label> | 228 </label> |
| 282 <span class="controlled-setting-indicator" | 229 <span class="controlled-setting-indicator" |
| 283 content-setting="location" value="block"> | 230 content-setting="location" value="block"></span> |
| 284 </span> | |
| 285 </span> | |
| 286 </span> | |
| 287 </div> | 231 </div> |
| 288 <if expr="enable_google_now"> | 232 <if expr="enable_google_now"> |
| 289 <div class="checkbox" id="geolocationCheckbox" hidden> | 233 <div class="checkbox controlled-setting-with-label" |
| 290 <span class="controlled-setting-with-label"> | 234 id="geolocationCheckbox" hidden> |
| 291 <input id="googleGeolocationAccessEnabled" | 235 <label> |
| 292 pref="googlegeolocationaccess.enabled" | 236 <input pref="googlegeolocationaccess.enabled" |
| 293 metric="Options_GoogleGeolocationAccessCheckbox" | 237 metric="Options_GoogleGeolocationAccessCheckbox" |
| 294 type="checkbox"> | 238 type="checkbox"> |
| 295 <span> | 239 <span i18n-content="googleGeolocationAccessEnable"></span> |
| 296 <label for="googleGeolocationAccessEnabled" | 240 </label> |
| 297 i18n-content="googleGeolocationAccessEnable"> | 241 <span class="controlled-setting-indicator" |
| 298 </label> | 242 pref="googlegeolocationaccess.enabled"></span> |
| 299 <span class="controlled-setting-indicator" | |
| 300 pref="googlegeolocationaccess.enabled"> | |
| 301 </span> | |
| 302 </span> | |
| 303 </span> | |
| 304 </div> | 243 </div> |
| 305 </if> | 244 </if> |
| 306 <div class="settings-row"> | 245 <div class="settings-row"> |
| 307 <button class="exceptions-list-button" contentType="location" | 246 <button class="exceptions-list-button" contentType="location" |
| 308 i18n-content="manageExceptions"></button> | 247 i18n-content="manageExceptions"></button> |
| 309 </div> | 248 </div> |
| 310 </div> | 249 </div> |
| 311 </section> | 250 </section> |
| 312 <!-- Notifications filter tab contents --> | 251 <!-- Notifications filter tab contents --> |
| 313 <section id="notifications-section"> | 252 <section id="notifications-section"> |
| 314 <h3 i18n-content="notifications_tab_label"></h3> | 253 <h3 i18n-content="notifications_tab_label"></h3> |
| 315 <div> | 254 <div> |
| 316 <div class="radio"> | 255 <div class="radio controlled-setting-with-label"> |
| 317 <span class="controlled-setting-with-label"> | 256 <label> |
| 318 <input id="notifications-allow" type="radio" name="notifications" | 257 <input type="radio" name="notifications" value="allow"> |
| 319 value="allow"> | 258 <span i18n-content="notifications_allow"></span> |
| 320 <span> | 259 </label> |
| 321 <label for="notifications-allow" | 260 <span class="controlled-setting-indicator" |
| 322 i18n-content="notifications_allow"> | 261 content-setting="notifications" value="allow"></span> |
| 323 </label> | |
| 324 <span class="controlled-setting-indicator" | |
| 325 content-setting="notifications" value="allow"> | |
| 326 </span> | |
| 327 </span> | |
| 328 </span> | |
| 329 </div> | 262 </div> |
| 330 <div class="radio"> | 263 <div class="radio controlled-setting-with-label"> |
| 331 <span class="controlled-setting-with-label"> | 264 <label> |
| 332 <input id="notifications-ask" type="radio" name="notifications" | 265 <input type="radio" name="notifications" value="ask"> |
| 333 value="ask"> | 266 <span i18n-content="notifications_ask"></span> |
| 334 <span> | 267 </label> |
| 335 <label for="notifications-ask" i18n-content="notifications_ask"> | 268 <span class="controlled-setting-indicator" |
| 336 </label> | 269 content-setting="notifications" value="ask"></span> |
| 337 <span class="controlled-setting-indicator" | |
| 338 content-setting="notifications" value="ask"> | |
| 339 </span> | |
| 340 </span> | |
| 341 </span> | |
| 342 </div> | 270 </div> |
| 343 <div class="radio"> | 271 <div class="radio controlled-setting-with-label"> |
| 344 <span class="controlled-setting-with-label"> | 272 <label> |
| 345 <input id="notifications-block" type="radio" name="notifications" | 273 <input type="radio" name="notifications" value="block"> |
| 346 value="block"> | 274 <span i18n-content="notifications_block"></span> |
| 347 <span> | 275 </label> |
| 348 <label for="notifications-block" | 276 <span class="controlled-setting-indicator" |
| 349 i18n-content="notifications_block"> | 277 content-setting="notifications" value="block"></span> |
| 350 </label> | |
| 351 <span class="controlled-setting-indicator" | |
| 352 content-setting="notifications" value="block"> | |
| 353 </span> | |
| 354 </span> | |
| 355 </span> | |
| 356 </div> | 278 </div> |
| 357 <div class="settings-row"> | 279 <div class="settings-row"> |
| 358 <button class="exceptions-list-button" contentType="notifications" | 280 <button class="exceptions-list-button" contentType="notifications" |
| 359 i18n-content="manageExceptions"></button> | 281 i18n-content="manageExceptions"></button> |
| 360 </div> | 282 </div> |
| 361 </div> | 283 </div> |
| 362 </section> | 284 </section> |
| 363 <!-- Fullscreen filter --> | 285 <!-- Fullscreen filter --> |
| 364 <section> | 286 <section> |
| 365 <h3 i18n-content="fullscreen_tab_label"></h3> | 287 <h3 i18n-content="fullscreen_tab_label"></h3> |
| (...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 430 </div> | 352 </div> |
| 431 <div> | 353 <div> |
| 432 <div class="media-device-control"> | 354 <div class="media-device-control"> |
| 433 <span i18n-content="mediaSelectMicLabel"></span> | 355 <span i18n-content="mediaSelectMicLabel"></span> |
| 434 <select id="media-select-mic" class="weakrtl"></select> | 356 <select id="media-select-mic" class="weakrtl"></select> |
| 435 </div> | 357 </div> |
| 436 <div class="media-device-control"> | 358 <div class="media-device-control"> |
| 437 <span i18n-content="mediaSelectCameraLabel"></span> | 359 <span i18n-content="mediaSelectCameraLabel"></span> |
| 438 <select id="media-select-camera" class="weakrtl"></select> | 360 <select id="media-select-camera" class="weakrtl"></select> |
| 439 </div> | 361 </div> |
| 440 <div class="radio"> | 362 <div class="radio controlled-setting-with-label"> |
| 441 <span class="controlled-setting-with-label"> | 363 <label> |
| 442 <input id="media-stream-ask" type="radio" name="media-stream" | 364 <input type="radio" name="media-stream" value="ask"> |
| 443 value="ask"> | 365 <span id="media-stream-ask-label" i18n-content="mediaStreamAsk"> |
| 444 <span> | 366 </label> |
| 445 <label id="media-stream-ask-label" for="media-stream-ask" | 367 <span class="controlled-setting-indicator" |
| 446 i18n-content="mediaStreamAsk"> | 368 content-setting="media-stream" value="ask"></span> |
| 447 </label> | |
| 448 <span class="controlled-setting-indicator" | |
| 449 content-setting="media-stream" value="ask"> | |
| 450 </span> | |
| 451 </span> | |
| 452 </span> | |
| 453 </div> | 369 </div> |
| 454 <div class="radio"> | 370 <div class="radio controlled-setting-with-label"> |
| 455 <span class="controlled-setting-with-label"> | 371 <label> |
| 456 <input id="media-stream-block" type="radio" name="media-stream" | 372 <input id="media-stream-block" type="radio" name="media-stream" |
| 457 value="block"> | 373 value="block"> |
| 458 <span> | 374 <span id="media-stream-block-label" i18n-content="mediaStreamBlock"> |
| 459 <label id="media-stream-block-label" for="media-stream-block" | |
| 460 i18n-content="mediaStreamBlock"> | |
| 461 </label> | |
| 462 <span class="controlled-setting-indicator" | |
| 463 content-setting="media-stream" value="block"> | |
| 464 </span> | |
| 465 </span> | 375 </span> |
| 466 </span> | 376 </label> |
| 377 <span class="controlled-setting-indicator" |
| 378 content-setting="media-stream" value="block"></span> |
| 467 </div> | 379 </div> |
| 468 <div class="settings-row"> | 380 <div class="settings-row"> |
| 469 <button class="exceptions-list-button" contentType="media-stream" | 381 <button class="exceptions-list-button" contentType="media-stream" |
| 470 i18n-content="manageExceptions"></button> | 382 i18n-content="manageExceptions"></button> |
| 471 </div> | 383 </div> |
| 472 <div id="media-pepper-flash-default" class="pepper-flash-settings"> | 384 <div id="media-pepper-flash-default" class="pepper-flash-settings"> |
| 473 <span i18n-content="mediaPepperFlashDefaultDivergedLabel"></span> | 385 <span i18n-content="mediaPepperFlashDefaultDivergedLabel"></span> |
| 474 <a target="_blank" i18n-content="mediaPepperFlashChangeLink" | 386 <a target="_blank" i18n-content="mediaPepperFlashChangeLink" |
| 475 i18n-values="href:mediaPepperFlashGlobalPrivacyURL"></a> | 387 i18n-values="href:mediaPepperFlashGlobalPrivacyURL"></a> |
| 476 </div> | 388 </div> |
| (...skipping 24 matching lines...) Expand all Loading... |
| 501 <div class="settings-row"> | 413 <div class="settings-row"> |
| 502 <button class="exceptions-list-button" contentType="ppapi-broker" | 414 <button class="exceptions-list-button" contentType="ppapi-broker" |
| 503 i18n-content="manageExceptions"></button> | 415 i18n-content="manageExceptions"></button> |
| 504 </div> | 416 </div> |
| 505 </div> | 417 </div> |
| 506 </section> | 418 </section> |
| 507 <!-- Automatic Downloads filter --> | 419 <!-- Automatic Downloads filter --> |
| 508 <section> | 420 <section> |
| 509 <h3 i18n-content="multiple-automatic-downloads_header"></h3> | 421 <h3 i18n-content="multiple-automatic-downloads_header"></h3> |
| 510 <div> | 422 <div> |
| 511 <div class="radio"> | 423 <div class="radio controlled-setting-with-label"> |
| 512 <span class="controlled-setting-with-label"> | 424 <label> |
| 513 <input id="multiple-automatic-downloads_allow" type="radio" | 425 <input type="radio" name="multiple-automatic-downloads" |
| 514 name="multiple-automatic-downloads" value="allow"> | 426 value="allow"> |
| 515 <span> | 427 <span i18n-content="multiple-automatic-downloads_allow"></span> |
| 516 <label for="multiple-automatic-downloads_allow" | 428 </label> |
| 517 i18n-content="multiple-automatic-downloads_allow"> | 429 <span class="controlled-setting-indicator" |
| 518 </label> | 430 content-setting="multiple-automatic-downloads" value="allow"> |
| 519 <span class="controlled-setting-indicator" | |
| 520 content-setting="multiple-automatic-downloads" value="allow"> | |
| 521 </span> | |
| 522 </span> | |
| 523 </span> | 431 </span> |
| 524 </div> | 432 </div> |
| 525 <div class="radio"> | 433 <div class="radio controlled-setting-with-label"> |
| 526 <span class="controlled-setting-with-label"> | 434 <label> |
| 527 <input id="multiple-automatic-downloads_ask" type="radio" | 435 <input type="radio" name="multiple-automatic-downloads" value="ask"> |
| 528 name="multiple-automatic-downloads" value="ask"> | 436 <span i18n-content="multiple-automatic-downloads_ask"></span> |
| 529 <span> | 437 </label> |
| 530 <label for="multiple-automatic-downloads_ask" | 438 <span class="controlled-setting-indicator" |
| 531 i18n-content="multiple-automatic-downloads_ask"> | 439 content-setting="multiple-automatic-downloads" value="ask"></span> |
| 532 </label> | |
| 533 <span class="controlled-setting-indicator" | |
| 534 content-setting="multiple-automatic-downloads" value="ask"> | |
| 535 </span> | |
| 536 </span> | |
| 537 </span> | |
| 538 </div> | 440 </div> |
| 539 <div class="radio"> | 441 <div class="radio controlled-setting-with-label"> |
| 540 <span class="controlled-setting-with-label"> | 442 <label> |
| 541 <input id="multiple-automatic-downloads_block" type="radio" | 443 <input type="radio" name="multiple-automatic-downloads" |
| 542 name="multiple-automatic-downloads" value="block"> | 444 value="block"> |
| 543 <span> | 445 <span i18n-content="multiple-automatic-downloads_block"></span> |
| 544 <label for="multiple-automatic-downloads_block" | 446 </label> |
| 545 i18n-content="multiple-automatic-downloads_block"> | 447 <span class="controlled-setting-indicator" |
| 546 </label> | 448 content-setting="multiple-automatic-downloads" value="block"> |
| 547 <span class="controlled-setting-indicator" | |
| 548 content-setting="multiple-automatic-downloads" value="block"> | |
| 549 </span> | |
| 550 </span> | |
| 551 </span> | 449 </span> |
| 552 </div> | 450 </div> |
| 553 <div class="settings-row"> | 451 <div class="settings-row"> |
| 554 <button class="exceptions-list-button" | 452 <button class="exceptions-list-button" |
| 555 contentType="multiple-automatic-downloads" | 453 contentType="multiple-automatic-downloads" |
| 556 i18n-content="manageExceptions"></button> | 454 i18n-content="manageExceptions"></button> |
| 557 </div> | 455 </div> |
| 558 </div> | 456 </div> |
| 559 </section> | 457 </section> |
| 560 <!-- MIDI system exclusive messages filter --> | 458 <!-- MIDI system exclusive messages filter --> |
| (...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 625 </section> | 523 </section> |
| 626 </div> | 524 </div> |
| 627 <div class="action-area"> | 525 <div class="action-area"> |
| 628 <div class="button-strip"> | 526 <div class="button-strip"> |
| 629 <button id="content-settings-overlay-confirm" class="default-button" | 527 <button id="content-settings-overlay-confirm" class="default-button" |
| 630 i18n-content="done"> | 528 i18n-content="done"> |
| 631 </button> | 529 </button> |
| 632 </div> | 530 </div> |
| 633 </div> | 531 </div> |
| 634 </div> | 532 </div> |
| OLD | NEW |