I am trying to run dvipng process from a thunderbird extension using Compon开发者_如何学JAVAents.interfaces.nsIProcess. I need to read standard output of the process, but I am not able to find a way t
Has something changed in Firefox 6 so I can no longer add my nsIProtocolHandler (and nsIChannel) implementation from an add-on just by registering it under a contract like @mozilla.org/network/protoco
I am trying to develop a Firefox extension that drops every HTTP request to a certain site and returns a f开发者_运维问答ake response. No request should get through to the original web server, but I w
I am working on adding support for Firefox 6 for my add-on on Mac OS, where the following logic is working in Firefox 4,5 versions but fails in Firefox 6.
I wanted to write a B/S project that client side uses ActiveX or Gecko to Communication with server via network socket. And any browser(ie/firefox/chrome/opera/safari) can use i开发者_JS百科t.If you w
I\'m planning to create XULRunner based application that need to interface with Python. The plan is to use PyXPCOM. Currently I\'m teaching myself in using PyXPCOM and going through the example compon
I\'m building an add-on for FireFox that simulates a website, but running from a local library. (If you want to know more, look here)
I have a basic FF addon that polls for something in the DOM of the page in window.document. When it sees it, it is supposed to save the page.That\'s the hard part. I don\'t want to replicate the funct
I need to make a synchronous call between a JavaScript XPCOM component and a COM component (native WIN32 process).
I try to reload a Web page using (JavaXPCOM): nsIWebBrowser webBrowser = (nsIWebBrowser) browser .getWebBrowser();