I have a JS component which calls the following in its registerSelf method:
registerFactoryLocation in nsIComponentRegistrar addCategoryEntry in nsICategoryManager and I'm looking for the right way to unregister the whole component, so that I can delete it from the browser components/ directory. registerSelf gets called because I have installed the component into the components/ directory (via the NSGetModule entry point I assume). When is a module's unregisterSelf method called? -- Matthew Wilson _______________________________________________ Mozilla-xpcom mailing list [EMAIL PROTECTED] http://mail.mozilla.org/listinfo/mozilla-xpcom
