On Tue, Jul 22, 2008 at 10:17 AM, mhand <[EMAIL PROTECTED]> wrote: > Will I need to recompile the mozilla plateform if I want to override > nsDNSService, or can I just create an xpcom service with the same > Contract ID and the same methods?
In principle just creating a service with the same contract ID and interfaces would work. In this particular case it looks like you'd also need the same CID. -christian _______________________________________________ dev-tech-network mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-network
