Hi,

I am trying to provide a plug-in kind of thing to the existing mozilla
browser application. more precisely, "extending mozilla" . My primary
aim is to receive
1) notification to my xpcom component from mozilla browser during any
document download.
2) notification to my xpcom component from any element of a document
when an event occurs (for ex : click event of a button element)
I'm now stuck with this.

One other thing, I have a very major doubt, Is mozilla not written
using embedding APIs . More technically, does mozilla browser provide
implementations for nsIWebBrowser and nsIWebBrowserChrome and other
interfaces related to embedding apis. If so, is it using those apis
and create instances of nsIWebBrowser when it is running ? If so, how
should i get it ?
I presume, only nsIWebBrowser interface has methods like
addWebBrowserEventListener, removeWebBrowserEventListener. To use it,
i need the nsIWebBrowser instance created by mozilla.
If there is any other alternative kindly let me know.

Thanks,
Vijay.
_______________________________________________
mozilla-embedding mailing list
[EMAIL PROTECTED]
http://mail.mozilla.org/listinfo/mozilla-embedding

Reply via email to