[Webkit-unassigned] [Bug 35377] Changing the src attribute of an img element does not cancel the image load

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


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


Nate Chapin <japhet at chromium.org> changed:

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




--- Comment #5 from Nate Chapin <japhet at chromium.org>  2012-05-25 11:02:35 PST ---
Created an attachment (id=144102)
 --> (https://bugs.webkit.org/attachment.cgi?id=144102&action=review)
Cancel loads in CachedResource::allClientsRemoved.

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.

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