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

Side by Side Diff: options.html

Issue 29339192: Issue 3880 - Improve behavior of Safari content blocker option (Closed)
Patch Set: Don't persists whether Safari needs to be restarted Created March 31, 2016, 3:15 p.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 | « locale/en-US/options.json ('k') | 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 215 matching lines...) Expand 10 before | Expand all | Expand 10 after
226 <button role="checkbox" data-action="toggle-pref"></button> 226 <button role="checkbox" data-action="toggle-pref"></button>
227 <span class="i18n_options_tweaks_showDevToolsPanel"></span> 227 <span class="i18n_options_tweaks_showDevToolsPanel"></span>
228 </li> 228 </li>
229 <li data-pref="notifications_ignoredcategories"> 229 <li data-pref="notifications_ignoredcategories">
230 <button role="checkbox" data-action="toggle-pref"></button> 230 <button role="checkbox" data-action="toggle-pref"></button>
231 <span class="i18n_options_tweaks_showNotifications"></span> 231 <span class="i18n_options_tweaks_showNotifications"></span>
232 </li> 232 </li>
233 <li data-pref="safari_contentblocker"> 233 <li data-pref="safari_contentblocker">
234 <button role="checkbox" data-action="toggle-pref"></button> 234 <button role="checkbox" data-action="toggle-pref"></button>
235 <span class="i18n_options_tweaks_safariContentBlocker"></span> 235 <span class="i18n_options_tweaks_safariContentBlocker"></span>
236 <span id="restart-safari" class="i18n_options_tweaks_restartSafa ri"></span>
236 </li> 237 </li>
237 </ul> 238 </ul>
238 </div> 239 </div>
239 240
240 <div> 241 <div>
241 <h1> 242 <h1>
242 <span class="i18n_options_filterList_title"></span> 243 <span class="i18n_options_filterList_title"></span>
243 <a class="i18n_options_readMore tooltip"></a> 244 <a class="i18n_options_readMore tooltip"></a>
244 </h1> 245 </h1>
245 <ul class="tabs horizontal"> 246 <ul class="tabs horizontal">
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after
410 <div class="url"></div> 411 <div class="url"></div>
411 <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>
412 </div> 413 </div>
413 </div> 414 </div>
414 </div> 415 </div>
415 <!-- Placeholder element to determine when to wrap focus around --> 416 <!-- Placeholder element to determine when to wrap focus around -->
416 <span class="focus-last" tabindex="0"></span> 417 <span class="focus-last" tabindex="0"></span>
417 </div> 418 </div>
418 </body> 419 </body>
419 </html> 420 </html>
OLDNEW
« no previous file with comments | « locale/en-US/options.json ('k') | options.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld