RESOLVED FIXED 19142
[Gtk] Remove build options --svg-experimental and --cross-document-messaging
https://bugs.webkit.org/show_bug.cgi?id=19142
Summary [Gtk] Remove build options --svg-experimental and --cross-document-messaging
Jan Alonzo
Reported 2008-05-20 05:13:19 PDT
Now that all SVG is enabled by default, --svg-experimental is not needed anymore. Also since http://trac.webkit.org/changeset/33009, cross-document-messaging is now intrinsic to webkit which means we don't need --cross-document-messagin, too.
Attachments
Remove unnecessary build options (3.26 KB, patch)
2008-05-20 05:19 PDT, Jan Alonzo
mrowe: review+
complete patch: include WebCore/GNUmakefile.am changes (6.35 KB, patch)
2008-05-21 12:48 PDT, Jan Alonzo
alp: review+
Jan Alonzo
Comment 1 2008-05-20 05:19:57 PDT
Created attachment 21253 [details] Remove unnecessary build options This patch removes --svg-experimental and --cross-document-messaging in the autotool build options.
Jan Alonzo
Comment 2 2008-05-21 12:48:59 PDT
Created attachment 21276 [details] complete patch: include WebCore/GNUmakefile.am changes The previous patch did not include the required WebCore/GNUmakefile.am changes ( removal of the CROSS_DOCUMENT_MESSAGING conditional) so applying it would break the build. This is the complete and tested patch.
Jan Alonzo
Comment 3 2008-05-25 04:16:32 PDT
Landed in r34123
Note You need to log in before you can comment on or make changes to this bug.