[Pkg-mozext-commits] [requestpolicy] 36/100: add addon-manifest.ini

David Prévot taffit at moszumanska.debian.org
Fri Dec 12 22:56:53 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository requestpolicy.

commit 45465e75c64e0fa77f4e604a9b1f0c0531cb1d34
Author: myrdd <myrdd at users.noreply.github.com>
Date:   Sat Sep 27 10:45:19 2014 +0200

    add addon-manifest.ini
---
 tests/destination.html           | 16 ++++++++++++++++
 tests/mozmill/addon-manifest.ini |  5 +++++
 2 files changed, 21 insertions(+)

diff --git a/tests/destination.html b/tests/destination.html
new file mode 100644
index 0000000..6ebda8a
--- /dev/null
+++ b/tests/destination.html
@@ -0,0 +1,16 @@
+<html>
+<head>
+  <title>Destination page</title>
+</head>
+<body>
+
+<p>
+  This is the destination page. Other test pages link to this page.
+</p>
+
+<p>
+  <a href="javascript:history.back()">go back</a>
+</p>
+
+</body>
+</html>
\ No newline at end of file
diff --git a/tests/mozmill/addon-manifest.ini b/tests/mozmill/addon-manifest.ini
new file mode 100644
index 0000000..93f230f
--- /dev/null
+++ b/tests/mozmill/addon-manifest.ini
@@ -0,0 +1,5 @@
+# this file can be used as a MozMill (or MozRunner) command line option:
+# mozmill --addon-manifests=/path/to/this/file/addon-manifest.ini [more options]
+
+[requestpolicy]
+path = ../../src/

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/requestpolicy.git



More information about the Pkg-mozext-commits mailing list