I created a FireFox addon a while a go, and noticed it stopped working on FireFox 3.6 Apparently, NSGetModule is being replaced with an NSModule structure, so I have to adapt.
I have an extension composed of a browser overlay(ff-overlay.xul) which launches a sidebar(ff-sidebar.xul) through this code (from mozilla extension generator):
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.
So I\'ve been working on updating old extensions for use with FF4 and Gecko 2 but I am having some issues where I am getting an error that says, classID missing or incorrect for component....
I want to setup label attributes, and event listeners for a toolbaritem when it\'s being used. Because even though I add my extension\'s toolbaritem to <toolbarpalette id=\"BrowserToolbarPalette\"&
Is there anyway to find the file path of images being showed to user in web page , or anyway to find them ?
I heard there was a Firefox plugin called \"POST-to-GET\" but I can\'t seem to find it.It is 开发者_开发问答supposed to intercept a POST request and convert it to a GET request with the parameters app
I have installed Firefox extension by double clicking abc.xpi file. Now I want to know where those files are copied, so that I can delete them.开发者_StackOverflow中文版 Or any other way to uninstall
I\'m writing an application, which becomes \"useful\" once user is browsing certain url. I want to add feature to my application, that it will be automatically launched once user browses this url, I
It would be extremely helpful for developing Firefox extensions if I could see the source of, e.g., chrome://browser/content/browser.xul with overlays applied. Is there a way to do thi开发者_C百科s? C