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

Delta Between Two Patch Sets: options.html

Issue 29340571: Issue 3687 - Add experimental support for Safari content blockers (Closed)
Left Patch Set: Added note about bug report Created May 17, 2016, 4:19 p.m.
Right Patch Set: Addressed Nits Created May 18, 2016, 11:30 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « metadata.common ('k') | options.js » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 2
3 <!-- 3 <!--
4 - This file is part of Adblock Plus <https://adblockplus.org/>, 4 - This file is part of Adblock Plus <https://adblockplus.org/>,
5 - Copyright (C) 2006-2016 Eyeo GmbH 5 - Copyright (C) 2006-2016 Eyeo GmbH
6 - 6 -
7 - Adblock Plus is free software: you can redistribute it and/or modify 7 - Adblock Plus is free software: you can redistribute it and/or modify
8 - it under the terms of the GNU General Public License version 3 as 8 - it under the terms of the GNU General Public License version 3 as
9 - published by the Free Software Foundation. 9 - published by the Free Software Foundation.
10 - 10 -
(...skipping 272 matching lines...) Expand 10 before | Expand all | Expand 10 after
283 <div id="shouldShowBlockElementMenuContainer"> 283 <div id="shouldShowBlockElementMenuContainer">
284 <input type="checkbox" id="shouldShowBlockElementMenu" /><label for="sho uldShowBlockElementMenu" class="i18n_show_block_element_menu"></label> 284 <input type="checkbox" id="shouldShowBlockElementMenu" /><label for="sho uldShowBlockElementMenu" class="i18n_show_block_element_menu"></label>
285 </div> 285 </div>
286 <div id="showDevtoolsPanelContainer"> 286 <div id="showDevtoolsPanelContainer">
287 <input type="checkbox" id="show_devtools_panel" /><label for="show_devto ols_panel" class="i18n_show_devtools_panel"></label> 287 <input type="checkbox" id="show_devtools_panel" /><label for="show_devto ols_panel" class="i18n_show_devtools_panel"></label>
288 </div> 288 </div>
289 <div id="shouldShowNotificationsContainer" data-section="notifications"> 289 <div id="shouldShowNotificationsContainer" data-section="notifications">
290 <input type="checkbox" id="shouldShowNotifications" /><label for="should ShowNotifications" class="i18n_overlay_shownotifications_label"></label> 290 <input type="checkbox" id="shouldShowNotifications" /><label for="should ShowNotifications" class="i18n_overlay_shownotifications_label"></label>
291 </div> 291 </div>
292 <div id="safariContentBlockerContainer"> 292 <div id="safariContentBlockerContainer">
293 <input type="checkbox" id="safariContentBlocker" /><label for="safariCon tentBlocker" class="i18n_options_tweaks_safariContentBlocker"></label> 293 <input type="checkbox" id="safariContentBlocker" /><label for="safariCon tentBlocker" class="i18n_safari_content_blocker"></label>
294 <span id="restart-safari" class="i18n_options_tweaks_restartSafari"></sp an> 294 <span id="restart-safari" class="i18n_safari_restart"></span>
295 </div> 295 </div>
296 </p> 296 </p>
297 297
298 <p id="found-a-bug" class="i18n_found_a_bug"></p> 298 <p id="found-a-bug" class="i18n_found_a_bug"></p>
299 </div> 299 </div>
300 </div> 300 </div>
301 301
302 </body> 302 </body>
303 </html> 303 </html>
LEFTRIGHT

Powered by Google App Engine
This is Rietveld