I am trying to write my first \"hello world\" extension for Firefox. It\'s working fine, but I also want to display an image in the status bar & the image is not displaying.
I\'m开发者_运维知识库 now using the new version of the Jetpack API of which allows you to create addons for Firefox using a JS framework.
I\'m writing a Thunderbird extension that performs a translation of the current message on demand. The translation is appended to the 开发者_如何学PythonHTML in the message view pane (so it is not per
I have the following javascript function in my extension: function findPos(obj) { var curleft = curtop = 0;
I wanted to know if the XPCOM JS can call an external dll function? I have a dll that exposes certain functions. I want my XPCOM JS function to be able to call the dll 开发者_如何学JAVAfunction. Is i
I have an object that contains circular references, and I would like to look at the JSON representation of it. For example, if I build this object:
How to map incoming responses to the outgoing requests when using HTTP observers: https://dev开发者_开发技巧eloper.mozilla.org/en/Setting_HTTP_request_headers#Observers ?Compare nsIHttpChannel objects
I\'m creating a prototype with Pencil an open source wireframing and mocking tool. I need 开发者_运维知识库to add a rich text box to my prototype and fill it with some sample text. The problem is that
Is there a way to override the use of maxVersion in firefox extensions so if a new firefox update comes out the extension will still work? I think this can be done 开发者_如何学Cby setting a new bool
I haven\'t ha开发者_高级运维d any experience on building plugins, need guidance on where to start, specifically for Firefox.Try this (tutorial) and/or that(XUL references).Robert Nyman\'s talk \"How t