Re: DummyParserRequest and XML

Boris Zbarsky <[email protected]> Tue, 25 Jul 2006 20:02:49 -0500
Newsgroups gmane.comp.mozilla.devel.xml
Message-ID <[email protected]>
Henri Sivonen wrote:
>> whether you can BlockOnload()/UnblockOnload() and whether that works.
> 
> It turns out that it works the right way without either. I guess I 
> shouldn't try to fix it just in case when it isn't broken.

I suspect that this "works" because of the BlockOnload() call in 
nsDocument::BeginLoad().

But you probably still need the Cancel() impl of the parser request, unless 
you've replaced it with some code that does the equivalent...

-Boris