[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
Tue Jan 8 12:12:50 PST 2013


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


Nate Chapin <japhet at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #181725|                            |review?, commit-queue?
               Flag|                            |




--- Comment #15 from Nate Chapin <japhet at chromium.org>  2013-01-08 12:14:44 PST ---
Created an attachment (id=181725)
 --> (https://bugs.webkit.org/attachment.cgi?id=181725&action=review)
Fix by preventing ResourceLoader from sending callbacks

The previous fix doesn't work because CachedResource::stopLoading() doesn't actually kill stop the ResourceLoader (renaming it is on my list of things to do).

It appears we can get the right behavior by temporarily suppressing resource load callbacks, which will prevent WebFrameLoaderClient from receiving 2 end-of-load callbacks.

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