¡@

Home 

c++ Programming Glossary: xpcom

My Firefox extension is not working. What's the structure of a Firefox extension (XPI file) that uses C++ XPCOM components?

http://stackoverflow.com/questions/11871059/my-firefox-extension-is-not-working-whats-the-structure-of-a-firefox-extension

the structure of a Firefox extension XPI file that uses C XPCOM components I have tried a million different things and can't.. and The part of my Hello World extension that does not use XPCOM is working. All it does for now is add a toolbar with a button.. clicked displays Hello World and then attempts to run a C XPCOM component which I built using the Gecko SDK and compiled using..

What technologies do C++ programmers need to know? [closed]

http://stackoverflow.com/questions/152387/what-technologies-do-c-programmers-need-to-know

you are supposed to work with whether it is Win32 API OCCI XPCOM or UNO just a few examples here . No need to know a database..

Ideas needed. Javascript+XPCOM+C++ add-on

http://stackoverflow.com/questions/17955147/ideas-needed-javascriptxpcomc-add-on

needed. Javascript XPCOM C add on So there is a WebRTC inside Firefox and there is a.. will expose its interface to Javascript. And I've found XPCOM which as I thought can provide me this. So I've started to fight.. console.debug rtc rtc My component is visible with XPCOM Viewer addon and the code above I can execute in the console..

Accessing Firefox cache from an XPCOM component

http://stackoverflow.com/questions/61453/accessing-firefox-cache-from-an-xpcom-component

Firefox cache from an XPCOM component Does anybody know how to get local path of file cached.. path of file cached by Firefox based on its URL from an XPCOM component c firefox xpcom gecko share improve this question..