[Webkit-unassigned] [Bug 106123] REGRESSION(r138222?): [Mac WK1] http/tests/appcache/main-resource-redirect.html asserts in WebFrameLoaderClient::dispatchDidFinishLoading

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 7 10:06:47 PST 2013


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





--- Comment #11 from Nate Chapin <japhet at chromium.org>  2013-01-07 10:08:42 PST ---
(From update of attachment 181433)
View in context: https://bugs.webkit.org/attachment.cgi?id=181433&action=review

This presumably should remove main-resource-redirect.html from the relevant TestExpectations files.

> Source/WebCore/loader/MainResourceLoader.cpp:151
> +    if (m_resource) {
> +        m_resource->setLoading(false);
> +        m_resource->stopLoading();
> +    }
> +}

This is better than anything I've come up with in that it actually works, but it's still pretty hacky. I guess it's ok, though.

-- 
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