[webkit-reviews] review requested: [Bug 35377] Changing the src attribute of an img element does not cancel the image load : [Attachment 144102] Cancel loads in CachedResource::allClientsRemoved.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 25 11:03:31 PDT 2012


Nate Chapin <japhet at chromium.org> has asked  for review:
Bug 35377: Changing the src attribute of an img element does not cancel the
image load
https://bugs.webkit.org/show_bug.cgi?id=35377

Attachment 144102: Cancel loads in CachedResource::allClientsRemoved.
https://bugs.webkit.org/attachment.cgi?id=144102&action=review

------- Additional Comments from Nate Chapin <japhet at chromium.org>
We currently cancel CachedRawResources when the last client is removed. This
patch moves that logic down into CachedResource so all resource types can use
it.

This patch may also fix bug 6656, but I haven't thoroughly tested all cases.


More information about the webkit-reviews mailing list