[Webkit-unassigned] [Bug 40018] Image Resizer Patch 1: Adding basic classes to perform the resizing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 4 16:29:54 PDT 2010


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





--- Comment #15 from Sterling Swigart <sswigart at google.com>  2010-06-04 16:29:53 PST ---
I forgot to add in my last comment that I didn't finish handling one case, which is if the document is destroyed/unloaded while I am resizing the objects. In that case, I would want to be able to sense that and block the callbacks from occurring. I was thinking there would be some sort of document observer that would allow me to receive notifications of document unloading, but I haven't been able to find anything that can do that for non-Element objects. If you have any ideas, let me know!

This case is what the FIXME in AsyncImageResizer.h is for.

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