Re: mshtml: suppress module unloading while gecko is loaded

2008-12-01 Thread Dan Kegel
On Mon, Dec 1, 2008 at 12:08 AM, Paul Bryan Roberts <[EMAIL PROTECTED]> wrote: > In mshtml, I count 7 dll reference count inc/dec pairs, including the server > lock pair, in main.c, htmldoc.c and protocol.c I count 28 pairs of > InterlockedDecrement / InterlockedIncrement calls around the creatio

Re: mshtml: suppress module unloading while gecko is loaded

2008-12-01 Thread Paul Bryan Roberts
> Dan Kegel wrote: > Thanks to Mike Hearn for pointing out that mshtml reference > counting was wrong, and Jacek for pointing out how to fix > it for now. > > Once gecko is loaded, don't let mshtml unload. > This fixes a crash in starting Sketchup (bug 16164), > and probably fixes a number

Re: mshtml: suppress module unloading while gecko is loaded (take 2)

2008-11-26 Thread Paul Vriens
Dan Kegel wrote: > Thanks to Mike Hearn for pointing out that mshtml reference > counting was wrong, and Jacek for pointing out how to fix > it for now. > > Once gecko is loaded, don't let mshtml unload. > This fixes a crash in starting Sketchup (bug 16164), > and probably fixes a number of other