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

Unified Diff: README.md

Issue 29488575: Issue 5384 - Introduced dedicated mobile options page (Closed)
Patch Set: Added ID constants Created Aug. 28, 2017, 2:51 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') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: README.md
===================================================================
--- a/README.md
+++ b/README.md
@@ -70,6 +70,19 @@
* `blockedURLs`: a comma-separated list of URLs that should be considered
blocked (necessary to test the check for blocked scripts in sharing buttons).
+mobile-options.html
+------------
+
+This is a web extension implementation of the Adblock Plus for Firefox Mobile
+options page.
+
+To aid testing, the behavior of this page is affected by a number of URL
+parameters:
+
+* `addSubscription=true`: this parameter should trigger a dialog for adding
+ subscriptions as initiated by clicking on an "abp:subscribe" link
+* `showPageOptions=true`: shows page-specific options
+
new-options.html
------------
« no previous file with comments | « no previous file | background.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld