[Webkit-unassigned] [Bug 38217] New: [chromium] Add WOFF support

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 27 13:58:52 PDT 2010


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

           Summary: [chromium] Add WOFF support
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Text
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: agl at chromium.org


This patch adds support for WOFF in Chromium. Since Chromium already transcodes
all OpenType files for security reasons we are adding WOFF support into the
transcoder. The WebKit changes which remain are
  * To recognise "woff" as a font-face format value (guarded by
PLATFORM(CHROMIUM) at this point)
  * To change the transcoder glue file so that the transcoded font can be
larger than the original. (WOFF files are compressed, so the transcoded TTF is
typically larger.)

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