RESOLVED FIXED 87727
[EFL] Enable CSS_IMAGE_SET flag
https://bugs.webkit.org/show_bug.cgi?id=87727
Summary [EFL] Enable CSS_IMAGE_SET flag
Chris Dumez
Reported 2012-05-29 04:11:23 PDT
We need to enable the CSS_IMAGE_SET flag on EFL port. It is tested by: fast/css/image-set-parsing.html It is already enabled at least on Mac and Chromium ports. See this email for more information about this feature: https://lists.webkit.org/pipermail/webkit-dev/2012-March/019722.html
Attachments
Patch (4.92 KB, patch)
2012-05-29 04:17 PDT, Chris Dumez
gyuyoung.kim: commit-queue-
Patch (5.10 KB, patch)
2012-05-29 10:02 PDT, Chris Dumez
no flags
Patch (5.00 KB, patch)
2012-05-29 10:18 PDT, Chris Dumez
no flags
Patch (5.27 KB, patch)
2012-05-29 11:15 PDT, Chris Dumez
no flags
Chris Dumez
Comment 1 2012-05-29 04:17:39 PDT
Gyuyoung Kim
Comment 2 2012-05-29 06:54:57 PDT
Chris Dumez
Comment 3 2012-05-29 10:02:12 PDT
Chris Dumez
Comment 4 2012-05-29 10:18:21 PDT
Raphael Kubo da Costa (:rakuco)
Comment 5 2012-05-29 10:34:16 PDT
Comment on attachment 144579 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=144579&action=review The feature itself seems to have been landed the wrong way, with a define in Platform.h instead of being added to FeatureList.pm, which is sad. > Source/WebCore/CMakeLists.txt:1518 > +IF (ENABLE_CSS_IMAGE_SET) > + LIST(APPEND WebCore_SOURCES > + css/CSSImageSetValue.cpp > + rendering/style/StyleCachedImageSet.cpp > + ) > +ENDIF () These files are already protected by ENABLE(CSS_IMAGE_SET) ifdefs, so they can be added unconditionally to the build.
Chris Dumez
Comment 6 2012-05-29 11:15:26 PDT
Created attachment 144590 [details] Patch Take rakuco's feedback into consideration.
Raphael Kubo da Costa (:rakuco)
Comment 7 2012-05-29 11:28:23 PDT
Comment on attachment 144590 [details] Patch LGTM.
Gyuyoung Kim
Comment 8 2012-05-29 17:49:27 PDT
Comment on attachment 144590 [details] Patch Looks good to me.
WebKit Review Bot
Comment 9 2012-05-31 07:47:45 PDT
Comment on attachment 144590 [details] Patch Clearing flags on attachment: 144590 Committed r119102: <http://trac.webkit.org/changeset/119102>
WebKit Review Bot
Comment 10 2012-05-31 07:47:50 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.