I am developing an extension in Firefox. I want to load a simple javascript module to my xbl file. I have followed the instructions in here but I don't get any results. In fact when I call the method inside the handler it doesn't execute.

This is my file structure for extensions

-Magic/chrome/urltooltip/content/(browse.xbl, options.xul, browser.css)

-Magic/modules/(test.js)

I have registered resource in chrome manifest: resource app chrome://modules/test.js or resource gre chrome://modules/test.js it doesn't work.

in the xbl file I imported the file like this:

Components.utils.import(resource://app|gre/modules/test.js)

I don't know what else to do.

link|improve this question

60% accept rate
This question was answered in the mozilla.dev.extensions newsgroup. – Neil Feb 23 '11 at 21:25
I didn't get any response from here so I added this questions over there and got the answer. thanks – user375065 Feb 24 '11 at 15:53
You should post the answer you received here and accept it – lwburk Feb 28 '11 at 15:17
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.