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

Delta Between Two Patch Sets: options.html

Issue 29333819: Issue 2375 - Implement "Blocking lists" section in new options page (Closed)
Left Patch Set: Small fixes and fix for Object.defineProperty Created Feb. 3, 2016, 2:02 p.m.
Right Patch Set: Fixed the progress indicator and small fixes Created Feb. 4, 2016, 5:43 p.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
« background.js ('K') | « messageResponder.js ('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 - 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 239 matching lines...) Expand 10 before | Expand all | Expand 10 after
250 <a class="i18n_options_filterList_updateNow update-s ubscription" data-action="update-subscription"></a> 250 <a class="i18n_options_filterList_updateNow update-s ubscription" data-action="update-subscription"></a>
251 <a class="i18n_options_filterList_website website" t arget="_blank"></a> 251 <a class="i18n_options_filterList_website website" t arget="_blank"></a>
252 <a class="i18n_options_filterList_source source" tar get="_blank"></a> 252 <a class="i18n_options_filterList_source source" tar get="_blank"></a>
253 <a class="i18n_options_filterList_delete delete" dat a-action="remove-subscription"></a> 253 <a class="i18n_options_filterList_delete delete" dat a-action="remove-subscription"></a>
254 </div> 254 </div>
255 </div> 255 </div>
256 </div> 256 </div>
257 </div> 257 </div>
258 <span class="date"></span> 258 <span class="date"></span>
259 <span class="time"></span> 259 <span class="time"></span>
260 <span class="message"></span>
260 </template> 261 </template>
261 <li class="static"> 262 <li class="static">
262 <button role="checkbox" class="control" aria-checked="true" disabled="true"></button> 263 <button role="checkbox" class="control" aria-checked="true" disabled="true"></button>
263 <div> 264 <div>
264 <span class="i18n_options_filterList_own_list"></span> 265 <span class="i18n_options_filterList_own_list"></span>
265 </div> 266 </div>
266 <span data-action="switch-tab,edit-custom-filters" data-tab= "advanced-customFilters"> 267 <span data-action="switch-tab,edit-custom-filters" data-tab= "advanced-customFilters">
267 <a class="i18n_options_filterList_edit_own_list"></a> 268 <a class="i18n_options_filterList_edit_own_list"></a>
268 </span> 269 </span>
269 </li> 270 </li>
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
396 <div class="url"></div> 397 <div class="url"></div>
397 <button class="i18n_options_dialog_predefined_confirm default-focus" data-action="add-predefined-subscription"></button> 398 <button class="i18n_options_dialog_predefined_confirm default-focus" data-action="add-predefined-subscription"></button>
398 </div> 399 </div>
399 </div> 400 </div>
400 </div> 401 </div>
401 <!-- Placeholder element to determine when to wrap focus around --> 402 <!-- Placeholder element to determine when to wrap focus around -->
402 <span class="focus-last" tabindex="0"></span> 403 <span class="focus-last" tabindex="0"></span>
403 </div> 404 </div>
404 </body> 405 </body>
405 </html> 406 </html>
LEFTRIGHT

Powered by Google App Engine
This is Rietveld