xpcom
mozilla extension - reading stdout of external process
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[详细]
2023-04-02 17:35 分类:问答FireFox 6: implementing nsIProtocolHandler
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[详细]
2023-04-01 02:58 分类:问答Firefox extension: Cancel requests and emit fake responses
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[详细]
2023-03-31 02:57 分类:问答Firefox 6 :Problem with QueryInterface(nsIDOMWindow::GetIID() in XPCOM component, for browser content window passed from js
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.[详细]
2023-03-30 00:26 分类:问答can npapi do everything that ActiveX can?
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[详细]
2023-03-23 15:57 分类:问答PyXPCOM component not loading in XULRunner
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[详细]
2023-03-23 05:34 分类:问答How to obtain firefox user agent string?
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)[详细]
2023-03-21 18:51 分类:问答Developing a Firefox plugin/addon that invokes "Save As" from FF's own set of functions
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[详细]
2023-03-18 08:54 分类:问答IPC between Firefox extension and COM component
I need to make a synchronous call between a JavaScript XPCOM component and a COM component (native WIN32 process).[详细]
2023-03-16 23:09 分类:问答Mozilla reload API method doesn't work
I try to reload a Web page using (JavaXPCOM): nsIWebBrowser webBrowser = (nsIWebBrowser) browser .getWebBrowser();[详细]
2023-03-16 03:03 分类:问答
加载中,请稍侯......