[Webkit-unassigned] [Bug 106559] New: Serialization of Gradients fails when PlatformContextSkia is not bitmap backed

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 10 06:24:12 PST 2013


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

           Summary: Serialization of Gradients fails when
                    PlatformContextSkia is not bitmap backed
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Other
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: robertphillips at chromium.org
                CC: robertphillips at chromium.org


Chromium possesses the ability to serialize web pages when using the Skia backend. During serialization PlatformContextSkia is not bitmap backed. The prior code improperly digs into the Skia device object to determine the appropriate bitmap format. Since the Skia device is not bitmap backed it returns a kNo_Config flag. This causes a cascade of problems resulting in gradients not being serialized.

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