[Webkit-unassigned] [Bug 51736] New: Implement RemoteFontStream's skip behavior (in FontCustomPlatformData.cpp)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 30 01:28:32 PST 2010


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

           Summary: Implement RemoteFontStream's skip behavior (in
                    FontCustomPlatformData.cpp)
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Other
        OS/Version: Other
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Platform
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: wangxianzhu at google.com
                CC: levin at chromium.org, yusukes at chromium.org,
                    jnd at chromium.org


The implementation of RemoteFontStream (in WebCore/platform/graphics/skia/FontCustomPlatformData.cpp) is not complete, missing 'skip' feature. Though Chromium port doesn't use the skip feature (it reads the whole stream data at once), other ports using Skia might encounter problems if the stream is passed to Skia. The SkStream::skip() and SkStream::read(NULL, skip) functionalities are used frequently in Skia code. This will cause failures when loading a font from a stream.

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