[Pkg-privacy-commits] [xul-ext-monkeysphere] 13/296: update NOTES and TODO

Ximin Luo infinity0 at moszumanska.debian.org
Mon Aug 24 07:39:20 UTC 2015


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

infinity0 pushed a commit to branch debian
in repository xul-ext-monkeysphere.

commit 73605f4db0765fa17304838f65ba4ec7608bdcfe
Author: Jameson Rollins <jrollins at finestructure.net>
Date:   Sat Jan 9 14:21:54 2010 -0500

    update NOTES and TODO
---
 NOTES | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/NOTES b/NOTES
new file mode 100644
index 0000000..88cba2c
--- /dev/null
+++ b/NOTES
@@ -0,0 +1,27 @@
+Make extension development profile (or separate user account):
+
+https://developer.mozilla.org/en/Setting_up_extension_development_environment
+
+The about:config preference setting mention here are useful,
+particularly 'browser.dom.window.dump.enabled', which is what spits
+out dump() calls to the console
+
+Assume profile called 'extdev-msva', and the profile dir is:
+
+~/.mozilla/firefox/foo.extdev-msva
+
+Assume your extension development directory is:
+
+~/msva/xul-ext
+
+Add extension reference file to your profile extensions directory:
+
+servo:~ 0$ cat ~/.mozilla/firefox/hgl2x2er.extdev-msva/extensions/monkeysphere at monkeysphere.info 
+/home/user/msva/xul-ext/
+servo:~ 0$ 
+
+MUST HAVE TRAILING SLASH
+
+Example for iceweasel testing:
+
+while true; do iceweasel -P extdev-msva -no-remote ; done

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/xul-ext-monkeysphere.git



More information about the Pkg-privacy-commits mailing list