[Pkg-mozext-commits] [adblock-plus-element-hiding-helper] 127/483: Adding comment describing script usage

David Prévot taffit at moszumanska.debian.org
Thu Jan 22 21:41:33 UTC 2015


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

taffit pushed a commit to branch master
in repository adblock-plus-element-hiding-helper.

commit 264b8a14db41e5406acf1c0926c6ab1127d83fc3
Author: trev <none at none>
Date:   Thu Oct 23 07:35:56 2008 +0200

    Adding comment describing script usage
---
 setupTestEnvironment.pl | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/setupTestEnvironment.pl b/setupTestEnvironment.pl
index 3483618..ff23153 100644
--- a/setupTestEnvironment.pl
+++ b/setupTestEnvironment.pl
@@ -1,5 +1,22 @@
 #!/usr/bin/perl
 
+#############################################################################
+# This script will set up a test version of the extension in the profiles   #
+# listed in .profileDirs file (one per line). This means that manifests,    #
+# components and preferences are copied to the profile (and must be         #
+# copied again on changes) while current directory is used for the chrome.  #
+# If you set nglayout.debug.disable_xul_cache preference to true the        #
+# changes in current directory will be available in the application without #
+# restart. Also, tests (if any) will be available under                     #
+# chrome://mochikit/content/harness-???.xul.                                #
+#                                                                           #
+# Example of .profileDirs contents:                                         #
+#                                                                           #
+#  c:\Documents and Setting\<user>\Application Data\Mozilla\Firefox\Profiles\<seed>.default
+#  c:\Documents and Setting\<user>\Application Data\Songbird1\Profiles\<seed>.default
+#                                                                           #
+#############################################################################
+
 use strict;
 use warnings;
 use Cwd;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/adblock-plus-element-hiding-helper.git



More information about the Pkg-mozext-commits mailing list