[webkit-reviews] review requested: [Bug 40018] Image Resizer Patch 1: Adding basic classes to perform the resizing : [Attachment 57576] Added AsyncImageResizer.h/cpp, added ImageResizerThread.h/cpp

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 1 12:01:11 PDT 2010


Sterling Swigart <sswigart at google.com> has asked  for review:
Bug 40018: Image Resizer Patch 1: Adding basic classes to perform the resizing
https://bugs.webkit.org/show_bug.cgi?id=40018

Attachment 57576: Added AsyncImageResizer.h/cpp, added ImageResizerThread.h/cpp
https://bugs.webkit.org/attachment.cgi?id=57576&action=review

------- Additional Comments from Sterling Swigart <sswigart at google.com>
I added AsyncImageResizer.h/cpp and ImageResizerThread.h/cpp. The workflow is
that the image will create an AsyncImageResizer, which, upon the CachedImage
being fully loaded, will create an ImageResizerThread to perform the resizing.
When complete, the thread will call either ::resizeComplete or ::resizeError on
the main thread, which will execute the appropriate callback in javascript. 

These files are barebones right now, and the resizing and callbacks will be
added in the coming patches.


More information about the webkit-reviews mailing list