Re: [PATCH 5/7] npmshtml: Added Mozilla plugin for mshtml ActiveX controls.

2010-12-02 Thread Jacek Caban
On 12/2/10 2:23 PM, Alexandre Julliard wrote: Jacek Caban writes: Um, that was stupid from me. I've previously made NP_* function failing, but it didn't work well, so I've changed it to DllMain. I don't see a clean way to fix registration. We could set these registries from mshtml.dll, but the

Re: [PATCH 5/7] npmshtml: Added Mozilla plugin for mshtml ActiveX controls.

2010-12-02 Thread Alexandre Julliard
Jacek Caban writes: > Um, that was stupid from me. I've previously made NP_* function > failing, but it didn't work well, so I've changed it to DllMain. I > don't see a clean way to fix registration. We could set these > registries from mshtml.dll, but then we lose the ability to easily > unregis

Re: [PATCH 5/7] npmshtml: Added Mozilla plugin for mshtml ActiveX controls.

2010-12-02 Thread Jacek Caban
On 12/2/10 12:49 PM, Alexandre Julliard wrote: Jacek Caban writes: I know that this patch is the most questionable. Gecko expects us to give it a DLL named np*.dll, so we can't do it in mshtml. Also, this plugin will be visible to other NPAPI-based browsers running in Wine (that's a matter of

Re: [PATCH 5/7] npmshtml: Added Mozilla plugin for mshtml ActiveX controls.

2010-12-02 Thread Alexandre Julliard
Jacek Caban writes: > I know that this patch is the most questionable. Gecko expects us to > give it a DLL named np*.dll, so we can't do it in mshtml. Also, this > plugin will be visible to other NPAPI-based browsers running in Wine > (that's a matter of change in the next Gecko release), so it's