Bug 19142 - [Gtk] Remove build options --svg-experimental and --cross-document-messaging
Summary: [Gtk] Remove build options --svg-experimental and --cross-document-messaging
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC All
: P2 Normal
Assignee: Nobody
URL:
Keywords: Gtk
Depends on:
Blocks:
 
Reported: 2008-05-20 05:13 PDT by Jan Alonzo
Modified: 2008-05-25 04:16 PDT (History)
0 users

See Also:


Attachments
Remove unnecessary build options (3.26 KB, patch)
2008-05-20 05:19 PDT, Jan Alonzo
mrowe: review+
Details | Formatted Diff | Diff
complete patch: include WebCore/GNUmakefile.am changes (6.35 KB, patch)
2008-05-21 12:48 PDT, Jan Alonzo
alp: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Alonzo 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.
Comment 1 Jan Alonzo 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.
Comment 2 Jan Alonzo 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.
Comment 3 Jan Alonzo 2008-05-25 04:16:32 PDT
Landed in r34123