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

Delta Between Two Patch Sets: README.md

Issue 29333819: Issue 2375 - Implement "Blocking lists" section in new options page (Closed)
Left Patch Set: Created Jan. 26, 2016, 6:33 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:
Right: Side by side diff | Download
« no previous file with change/comment | « no previous file | background.js » ('j') | background.js » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
(no file at all)
1 Shared Adblock Plus UI code 1 Shared Adblock Plus UI code
2 =========================== 2 ===========================
3 3
4 The user interface elements defined in this repository will be used by various 4 The user interface elements defined in this repository will be used by various
5 Adblock Plus products like Adblock Plus for Firefox. Their functionality can be 5 Adblock Plus products like Adblock Plus for Firefox. Their functionality can be
6 tested within this repository, even though they might not work exactly the same 6 tested within this repository, even though they might not work exactly the same
7 as they will do in the final product. 7 as they will do in the final product.
8 8
9 Directory structure 9 Directory structure
10 ------------------- 10 -------------------
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 The behavior of this page is affected by a number of URL parameters: 71 The behavior of this page is affected by a number of URL parameters:
72 72
73 * `addonVersion`: sets addon version application parameter that is used for 73 * `addonVersion`: sets addon version application parameter that is used for
74 creating the link to the version-specific release notes 74 creating the link to the version-specific release notes
75 * `addSubscription=true`: this parameter should trigger a dialog for adding 75 * `addSubscription=true`: this parameter should trigger a dialog for adding
76 subscriptions as initiated by clicking on an "abp:subscribe" link 76 subscriptions as initiated by clicking on an "abp:subscribe" link
77 * `filterError=true`: causes filter validation to fail, showing validation 77 * `filterError=true`: causes filter validation to fail, showing validation
78 errors when adding new filters on the options page 78 errors when adding new filters on the options page
79 * `blockedURLs`: a comma-separated list of URLs that should be considered 79 * `blockedURLs`: a comma-separated list of URLs that should be considered
80 blocked (necessary to test the check for blocked scripts in sharing buttons). 80 blocked (necessary to test the check for blocked scripts in sharing buttons).
81 * `downloadStatus`: Sets downloadStatus parameter for filter lists, can be used
82 to trigger various filter list download errors
LEFTRIGHT
« no previous file | background.js » ('j') | Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Toggle Comments ('s')

Powered by Google App Engine
This is Rietveld