Bug 90908 - [Gtk] allow building with css-filters
Summary: [Gtk] allow building with css-filters
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: arno.
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-10 13:49 PDT by arno.
Modified: 2012-07-11 11:15 PDT (History)
5 users (show)

See Also:


Attachments
patch proposal (3.75 KB, patch)
2012-07-10 13:54 PDT, arno.
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description arno. 2012-07-10 13:49:20 PDT
WebKit supports optionnaly css3 filters.
But currenly, autoconf and automake do not support the flag.
Comment 1 arno. 2012-07-10 13:54:34 PDT
Created attachment 151517 [details]
patch proposal

with this patch, it's possible to build gtk port with css filters support: build-webkit --gtk --css-filters
Comment 2 Eric Seidel (no email) 2012-07-10 14:30:04 PDT
Comment on attachment 151517 [details]
patch proposal

rs=me.
Comment 3 Martin Robinson 2012-07-10 14:47:11 PDT
Just going to cancel the commit queue for the moment, so that Zan can double-check this patch.
Comment 4 Martin Robinson 2012-07-10 14:47:51 PDT
Zan, do you mind doing an informal review of this patch. I'm not certain if we can skip the addition of the new configuration option or not.
Comment 5 Zan Dobersek 2012-07-11 00:22:55 PDT
(In reply to comment #4)
> Zan, do you mind doing an informal review of this patch. I'm not certain if we can skip the addition of the new configuration option or not.

I think it's OK to add a configuration flag since it's currently the only way to enable the feature. Later, with GNUmakefile.features.am, it should be determined whether the feature can be enabled by default (at least in developer builds).
Comment 6 WebKit Review Bot 2012-07-11 11:15:03 PDT
Comment on attachment 151517 [details]
patch proposal

Clearing flags on attachment: 151517

Committed r122346: <http://trac.webkit.org/changeset/122346>
Comment 7 WebKit Review Bot 2012-07-11 11:15:09 PDT
All reviewed patches have been landed.  Closing bug.