[Webkit-unassigned] [Bug 28130] [Haiku] Adding Image-specific files to WebCore.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 12 10:31:05 PDT 2009


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





--- Comment #9 from Peter Kasting <pkasting at google.com>  2009-08-12 10:31:04 PDT ---
(From update of attachment 34570)
> diff --git a/WebCore/platform/graphics/haiku/ImageSourceHaiku.cpp b/WebCore/platform/graphics/haiku/ImageSourceHaiku.cpp
> new file mode 100644
> index 0000000..ee2184c
> --- /dev/null
> +++ b/WebCore/platform/graphics/haiku/ImageSourceHaiku.cpp
> @@ -0,0 +1,222 @@> +// FIXME: Should use the Haiku translator API.

As of yesterday, there's a cross-platform ImageSource.cpp in platform/graphics.
 It looks at a glance like you could just build with this file (except for one
item I note below) instead of adding an ImageSourceHaiku.cpp.

> +ImageDecoder* createDecoder(const Vector<char>& data)
> +{
> +
> +    // JPEG
> +    // FIXME: Add JPEG support.

You're using the cross-platform decoders for all other filetypes.  Is there
something wrong with the cross-platform JPEG decoder that prevents you from
even instantiating it?

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