RESOLVED FIXED 136529
Remove CSS_FILTERS flag
https://bugs.webkit.org/show_bug.cgi?id=136529
Summary Remove CSS_FILTERS flag
Éva Balázsfalvi
Reported 2014-09-04 04:41:15 PDT
CSS_FILTERS flag is enabled on all ports.
Attachments
Patch (209.25 KB, patch)
2014-09-04 05:07 PDT, Éva Balázsfalvi
no flags
Patch (209.95 KB, patch)
2014-09-04 06:15 PDT, Éva Balázsfalvi
no flags
Éva Balázsfalvi
Comment 1 2014-09-04 05:07:11 PDT
Csaba Osztrogonác
Comment 2 2014-09-04 05:59:13 PDT
Comment on attachment 237621 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=237621&action=review > Source/WebCore/WebCore.exp.in:-3021 > -#if ENABLE(CSS_FILTERS) > __ZN7WebCore16FilterOperationsaSERKS0_ > -#endif We should move it to the unconditional list. > Source/WebCore/bindings/js/JSCSSValueCustom.cpp:-44 > -#if ENABLE(CSS_FILTERS) > #include "JSWebKitCSSFilterValue.h" > #include "WebKitCSSFilterValue.h" > -#endif alphabetical order > Source/WebCore/bindings/objc/DOMCSS.mm:-57 > -#if ENABLE(CSS_FILTERS) > #import "DOMWebKitCSSFilterValue.h" > -#endif ditto > Source/WebCore/css/CSSFilterImageValue.cpp:-31 > - > -#if ENABLE(CSS_FILTERS) > - We need an empty line after #include "CSSFilterImageValue.h"
Éva Balázsfalvi
Comment 3 2014-09-04 06:15:11 PDT
Csaba Osztrogonác
Comment 4 2014-09-04 06:49:38 PDT
discussion about it on webkit-dev without any objection: https://lists.webkit.org/pipermail/webkit-dev/2014-May/026553.html We could remove FILTERS too in the near future. Are you going to prepare a patch for it too?
Dirk Schulze
Comment 5 2014-09-04 11:08:14 PDT
Comment on attachment 237622 [details] Patch r=me
WebKit Commit Bot
Comment 6 2014-09-04 11:43:51 PDT
Comment on attachment 237622 [details] Patch Clearing flags on attachment: 237622 Committed r173268: <http://trac.webkit.org/changeset/173268>
WebKit Commit Bot
Comment 7 2014-09-04 11:43:54 PDT
All reviewed patches have been landed. Closing bug.
Éva Balázsfalvi
Comment 8 2014-09-05 00:55:34 PDT
(In reply to comment #4) > discussion about it on webkit-dev without any objection: > https://lists.webkit.org/pipermail/webkit-dev/2014-May/026553.html > > We could remove FILTERS too in the near future. > Are you going to prepare a patch for it too? Yes, I'm working on it already.
Note You need to log in before you can comment on or make changes to this bug.