xpcom
How does someone use thirdparty libraries to be included in Firefox addons/extensions?
I am currently learning how to create Firefox addons using XPCOM and I want to know how to include thirdparty libraries to develop them. I followed a few tutorials to compile .xpt and .dll from c++ fi[详细]
2023-03-15 19:17 分类:问答Need a working example of Firefox ctypes output string parameter
Hi I have an XPCOM component which I\'m now converting to us开发者_Python百科e ctypes. I was able to create functions that take a wchar_t* and I define the functions using ctypes.jschar.ptr.[详细]
2023-03-15 07:19 分类:问答Javascript - callCom method blocks animated gif and timers in Firefox
I have a Firefox extension that pops up a log-in form (it\'s a c++ winform, not that it matters...). It is done using callCom technique 开发者_如何学JAVA- meaning the c++ client is integrated, initial[详细]
2023-03-15 04:07 分类:问答XPCOM component DLL loads into Firefox, but then fails to register its class
I have an XPCOM component whose source when compiled, works fine on Linux, but does not work on Windows.The DLL is clearly being loaded as expected by Firefox as revealed by the dependency walker prog[详细]
2023-03-14 15:30 分类:问答xul/xpcom copy image from string to clipboard
I\'m stuck with no clues how to copy image to clipboard. My code looks like this: var image = \"data:image/png;base64,...\"[详细]
2023-03-13 12:29 分类:问答Can I hook the Reply event in a Thunderbird extension
Is there a way add an event handle开发者_开发问答r in a Thunderbird extension that fires when the user clicks \"Reply\"?In compose_overlay.js:[详细]
2023-03-10 12:19 分类:问答How to open .EXE with Javascript/XPCOM as Windows "Run..."?
I have an intranet web application who needs to run some external applications, like Word, Notepad and other particular ones... My code allow the access with IE (ActiveX) and Firefox (XPCOM). When I u[详细]
2023-03-09 18:51 分类:问答Progress Meter and XPCOM
I\'m developing a Firefox extension that uses PyXPCOM to run a process. I would like to have a progress meter that is shown when the process is started and gives feedback to the user.[详细]
2023-03-07 00:22 分类:问答PyExc_ValueError and Firefox extension
I\'m developing a firefox addon which is depended on Python (which means that the user must install PyXpcomExt on his firefox). On the other hand I used PyCrypto lib (based on python) for encryption p[详细]
2023-03-05 16:45 分类:问答Are there JSDoc files for Firefox XPCOM?
While I know much of XPCOM is impl开发者_Go百科emented in C++, it would still be great to have JavaScript stubs with empty functions, constants, and JSDoc. These could be used to support code completi[详细]
2023-03-02 21:50 分类:问答
加载中,请稍侯......