[Webkit-unassigned] [Bug 27240] New: Refactor WebFrame::spool to share with Windows Cairo

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 13 15:41:59 PDT 2009


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

           Summary: Refactor WebFrame::spool to share with Windows Cairo
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: bfulgham at webkit.org


The existing WebFrame::spool will not build under Cairo due to its use of
CG-based data types and methods.  This patch moves the platform-specific
implementation into a separate method, conditionally compiled for CG and Cairo.
 It also abstracts some common functions into separate methods for easier
sharing between platforms.

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