Hi, I implemented an nsIContentHandler for the content type x-application- xyz. The component gets registered, I can see the corresponding entry in compreg.dat. The server sends a dumb string xxxxxxxxxxxxxxxxxxxxxxxxxxxx with the given content type. The handler is not invoked. The string is displayed as is in a window. In fact, the following methods are called:
registerSelf from the corresponding Module at startup and canUnload during shutdown. (But only the first time, when the component gets registered.) getClassObject of the module is not called, nor the factory method createInstance. What did I miss? (I am using XULRunner 1.8.0.7) - Andreas _______________________________________________ dev-tech-xpcom mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-xpcom
