RESOLVED FIXED 136156
[EFL] Enable WebP support.
https://bugs.webkit.org/show_bug.cgi?id=136156
Summary [EFL] Enable WebP support.
KwangHyuk
Reported 2014-08-22 07:16:24 PDT
Enable WebP support for the WK2 Efl port.
Attachments
Patch (2.96 KB, patch)
2014-08-22 07:27 PDT, KwangHyuk
no flags
Patch. (3.93 KB, patch)
2014-08-22 08:59 PDT, KwangHyuk
no flags
Patch to get re-screening by wk2-efl ews. (4.01 KB, patch)
2014-08-22 22:52 PDT, KwangHyuk
no flags
Patch, (4.01 KB, patch)
2014-08-22 23:02 PDT, KwangHyuk
no flags
Rebased (3.98 KB, patch)
2014-10-09 12:46 PDT, KwangHyuk
no flags
patch rebased. (3.92 KB, patch)
2014-10-10 10:27 PDT, KwangHyuk
no flags
Patch (6.13 KB, patch)
2014-10-11 06:15 PDT, KwangHyuk
no flags
Patch (6.63 KB, patch)
2014-10-11 07:03 PDT, KwangHyuk
no flags
KwangHyuk
Comment 1 2014-08-22 07:27:44 PDT
KwangHyuk
Comment 2 2014-08-22 08:59:07 PDT
Created attachment 236986 [details] Patch. Additionally, include libwebp-dev as pre-installed package for WK2 Efl.
Gyuyoung Kim
Comment 3 2014-08-22 20:57:20 PDT
Comment on attachment 236986 [details] Patch. Any tests which can be unskipped by this patch ? I just installed libwebp-dev to efl-ews and buildbot. Could you upload a patch again for efl-ews ?
KwangHyuk
Comment 4 2014-08-22 22:52:18 PDT
Created attachment 237027 [details] Patch to get re-screening by wk2-efl ews.
KwangHyuk
Comment 5 2014-08-22 22:53:49 PDT
(In reply to comment #3) > (From update of attachment 236986 [details]) > Any tests which can be unskipped by this patch ? > Good idea. I will check it soon. :) > I just installed libwebp-dev to efl-ews and buildbot. Could you upload a patch again for efl-ews ? Ok, patch was newly applied.
Gyuyoung Kim
Comment 6 2014-08-22 22:56:13 PDT
Comment on attachment 237027 [details] Patch to get re-screening by wk2-efl ews. View in context: https://bugs.webkit.org/attachment.cgi?id=237027&action=review > Source/WTF/wtf/Platform.h:450 > +#if PLATFORM(GTK) || PLATFORM(EFL) If you add this macro, you enable USE(GLIB) as well. It means you enable GTK specific codes as well !! For instance, #if USE(GLIB) typedef struct _GFileIOStream GFileIOStream; typedef struct _GModule GModule; #endif
KwangHyuk
Comment 7 2014-08-22 23:02:39 PDT
KwangHyuk
Comment 8 2014-08-22 23:04:02 PDT
(In reply to comment #6) > (From update of attachment 237027 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=237027&action=review > > > Source/WTF/wtf/Platform.h:450 > > +#if PLATFORM(GTK) || PLATFORM(EFL) > > If you add this macro, you enable USE(GLIB) as well. It means you enable GTK specific codes as well !! > > For instance, > > #if USE(GLIB) > typedef struct _GFileIOStream GFileIOStream; > typedef struct _GModule GModule; > #endif Thank you for your correction. :) Patch was newly updated.
KwangHyuk
Comment 9 2014-10-09 12:46:33 PDT
Gyuyoung Kim
Comment 10 2014-10-09 17:19:47 PDT
I just installed libwebp-dev to EFL buildbot and ews. Please upload your patch again for efl ews.
KwangHyuk
Comment 11 2014-10-10 10:27:52 PDT
Created attachment 239636 [details] patch rebased.
Gyuyoung Kim
Comment 12 2014-10-10 22:17:31 PDT
Can't we unskip below webp tests on EFL port ? # Requires WebP support. Bug(EFL) fast/canvas/canvas-toDataURL-webp.html Bug(EFL) fast/images/webp-image-decoding.html Bug(EFL) fast/images/webp-color-profile-lossless.html Bug(EFL) fast/images/webp-color-profile-lossy-alpha.html Bug(EFL) fast/images/webp-color-profile-lossy.html Bug(EFL) http/tests/images/webp-partial-load.html Bug(EFL) http/tests/images/webp-progressive-load.html
KwangHyuk
Comment 13 2014-10-11 05:46:29 PDT
(In reply to comment #12) > Can't we unskip below webp tests on EFL port ? > > # Requires WebP support. > Bug(EFL) fast/canvas/canvas-toDataURL-webp.html > Bug(EFL) fast/images/webp-image-decoding.html > Bug(EFL) fast/images/webp-color-profile-lossless.html > Bug(EFL) fast/images/webp-color-profile-lossy-alpha.html > Bug(EFL) fast/images/webp-color-profile-lossy.html > Bug(EFL) http/tests/images/webp-partial-load.html > Bug(EFL) http/tests/images/webp-progressive-load.html IMO, other test can be enabled except fast/canvas/canvas-toDataURL-webp.html. Canvas test needs investigation. :)
KwangHyuk
Comment 14 2014-10-11 06:15:26 PDT
KwangHyuk
Comment 15 2014-10-11 07:03:59 PDT
Gyuyoung Kim
Comment 16 2014-10-11 08:46:07 PDT
Comment on attachment 239676 [details] Patch LGTM
WebKit Commit Bot
Comment 17 2014-10-11 09:22:35 PDT
Comment on attachment 239676 [details] Patch Clearing flags on attachment: 239676 Committed r174633: <http://trac.webkit.org/changeset/174633>
WebKit Commit Bot
Comment 18 2014-10-11 09:22:41 PDT
All reviewed patches have been landed. Closing bug.
Csaba Osztrogonác
Comment 19 2015-05-11 02:57:33 PDT
*** Bug 125222 has been marked as a duplicate of this bug. ***
Note You need to log in before you can comment on or make changes to this bug.