It is possible to call methods on a class whose interface is not exposed through an .idl file? Im my particular case, I\'d like to use the @mozilla.org/gfx/fontmetrics;1 class, whose interface nsIFon
I get a notification when a html page is loaded -> onS开发者_开发知识库tateChange, stateFlags: STATE_IS_NETWORK + STATE_STOP
I\'m trying to run a hosted script with content privileges in my Firefox extension. To do this, I create a content iframe in the hidden window pointed at a html file that pulls the script. This script
I\'m trying to link my XPCOM extension against the 1.9.3a3pre SDK and I get the following: error LNK2001: unresolved external symbol _moz_xmalloc
I\'ve often read StackOverflow as a source to get answers; but now I have a very specific question and I can\'t really find any data on the internet. I trust you to be as helpful as always! :D
Thanks to everyone in advance - I need to load a preference before any windows are loaded at startup. Below is some /component code I have been working with. The SetPreference method seems to fail wh
With win32 COM I create an Internet Explorer instance and control it almost fully from my python code (manipulate windows, DOM elements, etc). More specifically, using DispatchEx(\'InternetExplorer.Ap
0vote down I have installed virtualbox . but i cant import the module xpcom. but the synaptic package shows that开发者_如何学C it is installed. what could be wrong?
I recently started \"playing\" with xpcom, and I would like to know if there is a way do interact with a 开发者_运维知识库Shockwave flash element.
I have developed a xpcom component using c++. I have GetHWND() me开发者_StackOverflowthod in my component. I have also developed another xpcom component using javascript. I want to make use of GetHWND