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

Side by Side Diff: README.md

Issue 29337729: Issue 2374 - Implemented Tweaks section in options page (Closed)
Patch Set: Created Feb. 25, 2016, 5:50 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 | « no previous file | background.js » ('j') | locale/en-US/options.json » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 The behavior of this page is affected by a number of URL parameters: 79 The behavior of this page is affected by a number of URL parameters:
80 80
81 * `addonVersion`: sets addon version application parameter that is used for 81 * `addonVersion`: sets addon version application parameter that is used for
82 creating the link to the version-specific release notes 82 creating the link to the version-specific release notes
83 * `addSubscription=true`: this parameter should trigger a dialog for adding 83 * `addSubscription=true`: this parameter should trigger a dialog for adding
84 subscriptions as initiated by clicking on an "abp:subscribe" link 84 subscriptions as initiated by clicking on an "abp:subscribe" link
85 * `filterError=true`: causes filter validation to fail, showing validation 85 * `filterError=true`: causes filter validation to fail, showing validation
86 errors when adding new filters on the options page 86 errors when adding new filters on the options page
87 * `blockedURLs`: a comma-separated list of URLs that should be considered 87 * `blockedURLs`: a comma-separated list of URLs that should be considered
88 blocked (necessary to test the check for blocked scripts in sharing buttons). 88 blocked (necessary to test the check for blocked scripts in sharing buttons).
89 * `downloadStatus`: Sets downloadStatus parameter for filter lists, can be used 89 * `downloadStatus`: sets downloadStatus parameter for filter lists, can be used
90 to trigger various filter list download errors 90 to trigger various filter list download errors
91 * `safariContentBlocker`: sets Safari content blocker mock API
saroyanm 2016/02/29 14:34:38 Detail: Seems like for boolean parameters we also
Thomas Greiner 2016/02/29 17:32:42 Done. You're right, I missed that.
92 * `showNotificationUI`: simulates user having opted-out of notifications
91 93
92 94
93 [crowdin]: https://crowdin.com 95 [crowdin]: https://crowdin.com
OLDNEW
« no previous file with comments | « no previous file | background.js » ('j') | locale/en-US/options.json » ('J')

Powered by Google App Engine
This is Rietveld