Re: How do I override nsNSSDialogs with my own class?

2006-01-19 Thread Boris Zbarsky
Barry Scott wrote: You may be able to do it by overriding the various contract IDs for it starting at http://lxr.mozilla.org/seamonkey/source/security/manager/pki/src/nsPKIModule.cpp#55 and making sure to implement all the interfaces it does... Is there some sample code that does something li

Re: How do I override nsNSSDialogs with my own class?

2006-01-19 Thread Niky Williams
Barry Scott wrote: Is there some sample code that does something like this that I can read to get a handle on the approache to use? Barry Barry, I found some things that MIGHT be useful to you on this issue Info on the actual prompt service interface http://www.xulplanet.com/references/xpc

Re: How do I override nsNSSDialogs with my own class?

2006-01-19 Thread Barry Scott
Boris Zbarsky wrote: Barry Scott wrote: I'm trying to get https support into my embedded mozilla app that has no user input. I've replace the Prompts component and now I need to replace the nsNSSDialogs class (service?). I'm currently using mozilla 1.7.12. What is the correct way to go about t

Re: How do I override nsNSSDialogs with my own class?

2006-01-18 Thread Boris Zbarsky
Barry Scott wrote: I'm trying to get https support into my embedded mozilla app that has no user input. I've replace the Prompts component and now I need to replace the nsNSSDialogs class (service?). I'm currently using mozilla 1.7.12. What is the correct way to go about this? You may be able

Re: How do I override nsNSSDialogs with my own class?

2006-01-18 Thread Barry Scott
Niky Williams wrote: Barry Scott wrote: I'm trying to get https support into my embedded mozilla app that has no user input. I've replace the Prompts component and now I need to replace the nsNSSDialogs class (service?). I'm currently using mozilla 1.7.12. What is the correct way to go about t

Re: How do I override nsNSSDialogs with my own class?

2006-01-18 Thread Niky Williams
Barry Scott wrote: I'm trying to get https support into my embedded mozilla app that has no user input. I've replace the Prompts component and now I need to replace the nsNSSDialogs class (service?). I'm currently using mozilla 1.7.12. What is the correct way to go about this? Barry For HTTP

How do I override nsNSSDialogs with my own class?

2006-01-18 Thread Barry Scott
I'm trying to get https support into my embedded mozilla app that has no user input. I've replace the Prompts component and now I need to replace the nsNSSDialogs class (service?). I'm currently using mozilla 1.7.12. What is the correct way to go about this? Barry ___