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

Unified Diff: README.md

Issue 29340737: Issue 3968 - Add "new-" prefix to option file names (Closed)
Patch Set: Created April 22, 2016, 9:21 a.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 | ext/background.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: README.md
diff --git a/README.md b/README.md
index 0e81b7fcb5a33ed2ffa072579b7a2014610de670..15f7ca912c3f0fc39d7be6d602c047374e374de2 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,7 @@ Directory structure
to messages sent by UI code.
* `background.html`, `background.js`: Test implementation of the background
page, should *not be imported*.
- * `options.html`, `options.js`: Options page, see below
+ * `new-options.html`, `new-options.js`: Options page, see below
* `subscriptions.xml`: Test subscription data, should *not be imported*
* `locale` directory: Localized strings, with one directory per locale. The
Firefox format for locale identifiers is used (xx-YY where xx is the language
@@ -70,13 +70,14 @@ The behavior of this page is affected by a number of URL parameters:
* `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
+new-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.
+This is the new implementation of the Adblock Plus options page which will be
+the primary UI for changing settings and for managing filter lists.
-The behavior of this page is affected by a number of URL parameters:
+To aid testing, the behavior of this page is affected by a number of URL
Thomas Greiner 2016/04/22 12:08:36 Detail: This sentence was copied from the first-ru
kzar 2016/04/22 12:24:00 Done.
+parameters:
* `addonVersion`: sets addon version application parameter that is used for
creating the link to the version-specific release notes
« no previous file with comments | « no previous file | ext/background.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld