[webkit-reviews] review requested: [Bug 46579] Reproducible crash in appcache code when closing pgatour.com : [Attachment 72714] patch - reorder calls in FrameLoader::detachFromParent()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 2 12:41:12 PDT 2010


Nate Chapin <japhet at chromium.org> has asked  for review:
Bug 46579: Reproducible crash in appcache code when closing pgatour.com
https://bugs.webkit.org/show_bug.cgi?id=46579

Attachment 72714: patch - reorder calls in FrameLoader::detachFromParent()
https://bugs.webkit.org/attachment.cgi?id=72714&action=review

------- Additional Comments from Nate Chapin <japhet at chromium.org>
This patch just ensures that we stopAllLoaders after any child unload event
handlers have run. Note that we immediately detach this frame after calling
stopAllLoaders(), so non-child frames shouldn't have a chance to start a load
in this frame either.


More information about the webkit-reviews mailing list