Bug 19142

Summary: [Gtk] Remove build options --svg-experimental and --cross-document-messaging
Product: WebKit Reporter: Jan Alonzo <jmalonzo>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal Keywords: Gtk
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: All   
Attachments:
Description Flags
Remove unnecessary build options
mrowe: review+
complete patch: include WebCore/GNUmakefile.am changes alp: review+

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