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

Unified Diff: README.md

Issue 4864767881641984: Issue 1528 - Implemented backend for general tab of new options page (Closed)
Patch Set: Created June 8, 2015, 4:09 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | background.js » ('j') | background.js » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: README.md
===================================================================
--- a/README.md
+++ b/README.md
@@ -59,3 +59,16 @@
`true` should trigger warnings referring to issues detected by Adblock Plus.
* `blockedURLs`: a comma-separated list of URLs that should be considered
blocked (necessary to test the check for blocked scripts in sharing buttons).
+
+options.html
+------------
+
+This is the implementation of the Adblock Plus options page which is the primary
+UI for changing settings and for managing filter lists.
+
+The behavior of this page is affected by a number of URL parameters:
+
+* `addonVersion`: sets addon version application parameter that is used for
+ creating the link to the version-specific release notes
+* `addSubscription=true`: this parameter should trigger a dialog for adding
+ subscriptions as initiated by clicking on an "abp:subscribe" link
« no previous file with comments | « no previous file | background.js » ('j') | background.js » ('J')

Powered by Google App Engine
This is Rietveld