I\'m doing an experiment with wxWebConnect test application, incorporating the xpcom tutorial at \"http://nerdlife.net/building-a-c-xpcom-c开发者_JAVA百科omponent-in-windows/\"
So I\'ve been working on updating old extensions for use with FF4 and Gecko 2 but I am having some issues where I am getting an error that says, classID missing or incorrect for component....
I have trouble understanding XPCOM.开发者_JAVA百科 How is it different from COM? What makes it cross platform?
I wanted to know if the XPCOM JS can call an external dll function? I have a dll that exposes certain functions. I want my XPCOM JS function to be able to call the dll 开发者_如何学JAVAfunction. Is i
I am writing an XPCOM object that will like to access the main fir开发者_开发技巧efox window, and the open tabBrowsers. What is the interface that I should use ?See this documentation page.
I need a way to process HTML before it\'s actually loaded 开发者_StackOverflowand parsed by Mozilla. Is there any content listener that I can use in my Firefox extension?Add an Event Listener to the g
Is document.getElementById method s开发者_C百科upported on DOM parsed from XML strings using the DOMParser method in Mozilla?
I would like to know if there is any functionality in the Gecko SDK/NPAPI that would allow me to restrict a plugin-usage to restricted domains only. Exactly like SiteLock for IE does wi开发者_运维技巧
I want to use xpcom to connect Mozilla Firefox to a se开发者_如何学编程rial port. The final result should be an xpi addon that can be installed on various environments (cross-platform Windows/Linux wi
I\'m having difficulties registering an example XPCOM component into firefox from this example here: http://www.iosart.com/firefox/xpcom/