xpcom
Using a C++ class inside Javascript without an .idl
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[详细]
2022-12-28 13:41 分类:问答how get I notified when the "onload" script has finished
I get a notification when a html page is loaded -> onS开发者_开发知识库tateChange, stateFlags: STATE_IS_NETWORK + STATE_STOP[详细]
2022-12-27 17:20 分类:问答iFrame in Firefox hidden window with a contentWindow.history?
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[详细]
2022-12-25 04:18 分类:问答What lib in the gecko 1.9.3 SDK do I link against to use moz_xmalloc()?
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[详细]
2022-12-23 17:40 分类:问答Get the content of the HTTP stream in Java + Mozilla XPCOM
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[详细]
2022-12-22 18:44 分类:问答Setting a preference at startup in firefox
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[详细]
2022-12-20 14:18 分类:问答Can I use XPCOM to create and manipulate a Firefox window as I would use win32 COM with IE?
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[详细]
2022-12-20 09:56 分类:问答virtualbox and python API
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?[详细]
2022-12-19 21:21 分类:问答XPCOM Shockwave Flash C++
I recently started \"playing\" with xpcom, and I would like to know if there is a way do interact with a 开发者_运维知识库Shockwave flash element.[详细]
2022-12-19 11:25 分类:问答How to make use of c++ xpcom component from javascript xpcom component
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[详细]
2022-12-19 01:00 分类:问答
加载中,请稍侯......