Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: new-options.html

Issue 29371585: Issue 4783 - Drop Safari support [adblockplusui] (Closed)
Patch Set: Created Jan. 12, 2017, 9:55 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « messageResponder.js ('k') | new-options.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <!-- 2 <!--
3 - This file is part of Adblock Plus <https://adblockplus.org/>, 3 - This file is part of Adblock Plus <https://adblockplus.org/>,
4 - Copyright (C) 2006-2016 Eyeo GmbH 4 - Copyright (C) 2006-2016 Eyeo GmbH
5 - 5 -
6 - Adblock Plus is free software: you can redistribute it and/or modify 6 - Adblock Plus is free software: you can redistribute it and/or modify
7 - it under the terms of the GNU General Public License version 3 as 7 - it under the terms of the GNU General Public License version 3 as
8 - published by the Free Software Foundation. 8 - published by the Free Software Foundation.
9 - 9 -
10 - Adblock Plus is distributed in the hope that it will be useful, 10 - Adblock Plus is distributed in the hope that it will be useful,
(...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after
214 <button role="checkbox" data-action="toggle-pref"></button> 214 <button role="checkbox" data-action="toggle-pref"></button>
215 <span class="i18n_options_tweaks_showDevToolsPanel"></span> 215 <span class="i18n_options_tweaks_showDevToolsPanel"></span>
216 </label> 216 </label>
217 </li> 217 </li>
218 <li data-pref="notifications_ignoredcategories"> 218 <li data-pref="notifications_ignoredcategories">
219 <label> 219 <label>
220 <button role="checkbox" data-action="toggle-pref"></button> 220 <button role="checkbox" data-action="toggle-pref"></button>
221 <span class="i18n_options_tweaks_showNotifications"></span> 221 <span class="i18n_options_tweaks_showNotifications"></span>
222 </label> 222 </label>
223 </li> 223 </li>
224 <li data-pref="safari_contentblocker">
225 <label>
226 <button role="checkbox" data-action="toggle-pref"></button>
227 <span class="i18n_options_tweaks_safariContentBlocker"></span>
228 </label>
229 <span id="restart-safari" class="i18n_options_tweaks_restartSafa ri"></span>
230 </li>
231 </ul> 224 </ul>
232 </div> 225 </div>
233 226
234 <div> 227 <div>
235 <h1> 228 <h1>
236 <span class="i18n_options_filterList_title"></span> 229 <span class="i18n_options_filterList_title"></span>
237 <span class="i18n_options_readMore" 230 <span class="i18n_options_readMore"
238 data-tooltip="options_filterList_title_tooltip"></span> 231 data-tooltip="options_filterList_title_tooltip"></span>
239 </h1> 232 </h1>
240 <ul class="tabs horizontal" role="tablist" data-action="switch-tab" 233 <ul class="tabs horizontal" role="tablist" data-action="switch-tab"
(...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after
418 <div class="url"></div> 411 <div class="url"></div>
419 <button class="i18n_options_dialog_predefined_confirm default-focus" data-action="add-predefined-subscription"></button> 412 <button class="i18n_options_dialog_predefined_confirm default-focus" data-action="add-predefined-subscription"></button>
420 </div> 413 </div>
421 </div> 414 </div>
422 </div> 415 </div>
423 <!-- Placeholder element to determine when to wrap focus around --> 416 <!-- Placeholder element to determine when to wrap focus around -->
424 <span class="focus-last" tabindex="0"></span> 417 <span class="focus-last" tabindex="0"></span>
425 </div> 418 </div>
426 </body> 419 </body>
427 </html> 420 </html>
OLDNEW
« no previous file with comments | « messageResponder.js ('k') | new-options.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld