Difference between revisions of "Vesper notes"
(2 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
To get rid of Abort/Retry/Ignore pop-ups in Windows for debug builds: | To get rid of Abort/Retry/Ignore pop-ups in Windows for debug builds: | ||
*export XPCOM.DEBUG.BREAK=warn | *export XPCOM.DEBUG.BREAK=warn | ||
+ | *make -s | ||
+ | |||
+ | |||
+ | ==XUL Runner Stuff== | ||
+ | |||
+ | (Some may not be useful.) | ||
+ | *http://developer.mozilla.org/en/XULRunner_tips | ||
+ | *http://praveenmatanam.wordpress.com/2007/12/27/convert-firefox-extension-to-xulrunner/ | ||
+ | *must hack install.rdf, try Venkman or DOM inspector (neither were useful.) | ||
+ | *http://developer.mozilla.org/en/XULRunner_tips#Branding | ||
+ | |||
+ | <Vesper> so, if I figure out how to get the extension on, then make a XUL app that behaves like a browser | ||
+ | |||
+ | <Vesper> it would magically work like it does in FF3? | ||
+ | |||
+ | <Mook_sb> haha. ha. haha. | ||
+ | |||
+ | <Mook_sb> you're too optimistic to be working on Mozilla related things :p |
Latest revision as of 17:42, 21 October 2008
Working with Mozilla Build
To get rid of Abort/Retry/Ignore pop-ups in Windows for debug builds:
- export XPCOM.DEBUG.BREAK=warn
- make -s
XUL Runner Stuff
(Some may not be useful.)
- http://developer.mozilla.org/en/XULRunner_tips
- http://praveenmatanam.wordpress.com/2007/12/27/convert-firefox-extension-to-xulrunner/
- must hack install.rdf, try Venkman or DOM inspector (neither were useful.)
- http://developer.mozilla.org/en/XULRunner_tips#Branding
<Vesper> so, if I figure out how to get the extension on, then make a XUL app that behaves like a browser <Vesper> it would magically work like it does in FF3? <Mook_sb> haha. ha. haha. <Mook_sb> you're too optimistic to be working on Mozilla related things :p