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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 27 22:35:06 PDT 2010


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


David Levin <levin at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |levin at chromium.org




--- Comment #5 from David Levin <levin at chromium.org>  2010-04-27 22:35:06 PST ---
one more issue with the patch:

Should 

#if PLATFORM(CHROMIUM)
            || equalIgnoringCase(m_format, "woff")
#endif

really be

#if ENABLE(OPENTYPE_SANITIZER)
            || equalIgnoringCase(m_format, "woff")
#endif

?

Since if chromium turned off  "OPENTYPE_SANITIZER", then chromium wouldn't have
woff support and any port that does enable it would have woff support?

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