RESOLVED DUPLICATE of bug 128530 128525
[cmake] Feature flag for shape-inside
https://bugs.webkit.org/show_bug.cgi?id=128525
Summary [cmake] Feature flag for shape-inside
Csaba Osztrogonác
Reported 2014-02-10 04:14:58 PST
https://trac.webkit.org/changeset/163333 added CSS_SHAPE_INSIDE guards and enabled it on Mac. But this change didn't add this new guard to cmake build system which disabled it automatically and made ~100 tests fail. We should add it to cmake to enable it automatically and make tests pass again. Patch is coming soon.
Attachments
Patch (2.04 KB, patch)
2014-02-10 04:17 PST, Csaba Osztrogonác
no flags
Csaba Osztrogonác
Comment 1 2014-02-10 04:17:17 PST
Created attachment 223694 [details] Patch tested locally, fast/shapes/shape-inside/* tests pass again with it
Csaba Osztrogonác
Comment 2 2014-02-10 04:29:59 PST
Otherwise it is a little bit strange for me that there are many default OFF features in Source/cmake/WebKitFeatures.cmake which are always overridden by build-webkit ... (defaults in FeatureList.pm) Shouldn't we unify the two file somehow?
Csaba Osztrogonác
Comment 3 2014-02-10 04:32:09 PST
not to mention OptionsEfl.cmake ...
Csaba Osztrogonác
Comment 4 2014-02-10 07:00:25 PST
*** This bug has been marked as a duplicate of bug 128530 ***
Dean Jackson
Comment 5 2014-02-11 10:15:30 PST
Sorry :(
Csaba Osztrogonác
Comment 6 2014-02-13 03:54:36 PST
Comment on attachment 223694 [details] Patch Cleared review? from attachment 223694 [details] so that this bug does not appear in http://webkit.org/pending-review. If you would like this patch reviewed, please attach it to a new bug (or re-open this bug before marking it for review again).
Note You need to log in before you can comment on or make changes to this bug.