[EMAIL PROTECTED] wrote: > I am making C++ XPCOM componenet to detect start and close event for > Mozilla browser. Is there any event which notifies Mozilla browser > closing. Or is there any other way to know that browser is closing?
There are a number of notifications upon application shutdown. See this page on the Mozilla Developer Center for a list: http://developer.mozilla.org/en/docs/Observer_Notifications -myk _______________________________________________ dev-tech-xpcom mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-xpcom
