I have an add-on which was written for Firefox 3.6 and now I\'m upgrading it for Firefox 4.0, while trying to also keep it compatible with 3.6. Does anyone have any experience with trying to do this,
edit I have a statusbar that can be used to enable and disable addons. <popupset> <menupopup id=\"inlinetransContextMenu\" position=\"end_after\">
I\'m building a small web app that should run in the background while the user browse the web, a dynamically added Iframe isn\'t an option since I can\'t reload it anytime the user refresh or switch
I\'m new to both javascript and firefox extension writing so I need a really explicit answer. I\'m writing a firefox extension that will inspect and modify GET requests from the browser before the pa
When we use Jetpack 0.6, we could manifest something like this, var manifest = { settings: [ { name: \"foo\",
How do you change the label text with javascript in开发者_JAVA技巧 a firefox addon?A little more context would help, but if myLabel is a label element (gotten by document.getElementById or something)
I want to ask some questions: What steps should I do to make the interface on mozilla firefox and handle all these interfaces.
I am developing an add-on for Firefox (3.6.*). in the following code notify called from inside init works fine, but I get an error saying this.notify is not a function when it is called from within on
Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question开发者_JAVA百科 so it focuses on one problem only b
What is the command to send a user to their homepage? Do I have 开发者_C百科to do something with gBrowser.webNavigation