xpcom
Opening Outlook by JavaScript in Firefox
I want to open Outlook from Javascript, it\'s for an internal application, nothing that will ever hit the web. The customer is using IE and Firefox and Outlook will be installed, security is not an is[详细]
2023-02-03 11:20 分类:问答It is possible to disassemble a Firefox XPCOM?
it is possible to res开发者_如何学编程tore (pseudo) code from a Firefox XPCOM DLL? I know there is a Firefox plugin called XPCOMViewer what shows me classes and interfaces and this works fine but I ne[详细]
2023-02-03 11:07 分类:问答In Xul, how do I make a XPCOM component call a javascript function?
I want to implement a listener/observer开发者_JAVA百科 for my XPCOM component, so my javascript code can register to be notified of some events. Is it possible?If I understand you correctly https://de[详细]
2023-01-31 16:26 分类:问答Getting access to window object in JSM
I am creating a firefox extension.I want to get a reference to the window object in a JSM file. The file is th开发者_StackOverflow中文版en imported using[详细]
2023-01-29 03:14 分类:问答Not able to register preferences on mozilla using registerFactoryLocation
I m XPCOM component for registering the preferences on mozilla firefox but it is not getting reflected in prefs.js file.[详细]
2023-01-27 23:00 分类:问答How to place a Xul window as "Always On Top"?
I found this file at google code with the function: function SetAlwaysOnTop() { var chkTop = document.getElementById(\"itmAlwaysOnTop\");[详细]
2023-01-27 19:48 分类:问答Communication(IPC) between c++ XPCOM component and COM service
Can Anyone guide me regarding IPC between c++ XPCOM component and COM service. any help is great开发者_开发知识库ly accepted.....As far as I remember, there\'s no support either in XPCOM or COM to co[详细]
2023-01-27 05:54 分类:问答what condition makes the nsiWebProgressListener.STATE_START being triggered in firefox?
According to https://developer.mozilla.org/en/nsIWebProgressListener \"This flag indicates the start of a request. This flag is set when a request is initiated. The request is complete when onStateCh[详细]
2023-01-27 04:35 分类:问答Custom printing from Firefox (Windows Only)
I have created a .NET Windows Forms component that runs within IE via an <object /> tag and allows me to print to a thermal label printer directly from a web page using the Windows API\'s to byp[详细]
2023-01-23 06:17 分类:问答Gecko NSModule: ContractIDEntry "nsID const *"?
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.[详细]
2023-01-23 01:46 分类:问答
加载中,请稍侯......