[Webkit-unassigned] [Bug 31446] crash in chromium when loading multipart/x-mixed-replace data

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 16 12:09:36 PST 2009


https://bugs.webkit.org/show_bug.cgi?id=31446





--- Comment #8 from Tony Chang (Google) <tony at chromium.org>  2009-11-16 12:09:35 PST ---
(In reply to comment #7)
> (From update of attachment 43211 [details])
> > +++ b/WebCore/loader/FrameLoader.cpp
> ...
> > +                if (isReplacing())
> > +                    setDocumentLoader(m_provisionalDocumentLoader.get());
> 
> In WebFrameImpl::loadData, we also call setReplacing.  Could that interact
> in an interesting way with this code?

As far as I can tell, WebFrameImpl::loadData is only used by
WebFrameImpl::loadData (error pages), so it doesn't seem to interact with this
code.

In general, lots of stuff happens when you stop/cancel a load, so it's not
clear to me where the right place to put this code is.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list