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

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


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

           Summary: Image Resizer Patch 1: Adding basic classes to perform
                    the resizing
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Images
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: sswigart at google.com
                CC: dimich at chromium.org, levin at chromium.org



Sterling Swigart <sswigart at google.com> changed:

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


Created an attachment (id=57576)
 --> (https://bugs.webkit.org/attachment.cgi?id=57576)
Added AsyncImageResizer.h/cpp, added ImageResizerThread.h/cpp

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.

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