[SCM] WebKit Debian packaging branch, webkit-1.3, updated. upstream/1.3.7-4207-g178b198

mrobinson at webkit.org mrobinson at webkit.org
Mon Feb 21 00:35:50 UTC 2011


The following commit has been merged in the webkit-1.3 branch:
commit 7cf6630ef6dfaca8d8570b3378f1f78aa76480ec
Author: mrobinson at webkit.org <mrobinson at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Feb 2 01:04:53 2011 +0000

    2011-02-01  Martin Robinson  <mrobinson at igalia.com>
    
            Reviewed by Eric Seidel.
    
            [GTK] GObject DOM bindings do no support the CallWith attribute
            https://bugs.webkit.org/show_bug.cgi?id=53331
    
            Disable building GObject DOM bindings for IndexedDB because we do not support
            the CallWith attribute at this time.
    
            * bindings/gobject/GNUmakefile.am: Disable building bindings for the IndexedDB API.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@77337 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/Source/WebCore/ChangeLog b/Source/WebCore/ChangeLog
index c38b95c..19268e3 100644
--- a/Source/WebCore/ChangeLog
+++ b/Source/WebCore/ChangeLog
@@ -1,3 +1,15 @@
+2011-02-01  Martin Robinson  <mrobinson at igalia.com>
+
+        Reviewed by Eric Seidel.
+
+        [GTK] GObject DOM bindings do no support the CallWith attribute
+        https://bugs.webkit.org/show_bug.cgi?id=53331
+
+        Disable building GObject DOM bindings for IndexedDB because we do not support
+        the CallWith attribute at this time.
+
+        * bindings/gobject/GNUmakefile.am: Disable building bindings for the IndexedDB API.
+
 2011-02-01  Darin Adler  <darin at apple.com>
 
         Reviewed by Brady Eidson.
diff --git a/Source/WebCore/bindings/gobject/GNUmakefile.am b/Source/WebCore/bindings/gobject/GNUmakefile.am
index 4067dbc..92da6cf 100644
--- a/Source/WebCore/bindings/gobject/GNUmakefile.am
+++ b/Source/WebCore/bindings/gobject/GNUmakefile.am
@@ -424,7 +424,8 @@ $(top_builddir)/DerivedSources/webkit/WebKitDOMEventTargetPrivate.h: $(WebCore)/
 	$(AM_V_GEN)cp -f $< $@
 
 # Filter out SVG for now
-gdom_feature_defines := $(filter-out ENABLE-SVG%, $(FEATURE_DEFINES))
-DerivedSources/webkit/WebKitDOM%.cpp DerivedSources/webkit/WebKitDOM%.h DerivedSources/webkit/WebKitDOM%Private.h:: %.idl $(SCRIPTS_BINDINGS) $(WebCore)/bindings/scripts/CodeGeneratorGObject.pm
+gdom_feature_defines := $(filter-out ENABLE_INDEXED_DATABASE=1, $(filter-out ENABLE_SVG%, $(FEATURE_DEFINES)))
+DerivedSources/webkit/WebKitDOM%.cpp DerivedSources/webkit/WebKitDOM%.h DerivedSources/webkit/WebKitDOM%Private.h:: %.idl $(SCRIPTS_BINDINGS) $(WebCore)/bindings/scripts/CodeGeneratorGObject.pm $(WebCore)/bindings/gobject/GNUmakefile.am
+	echo $(gdom_feature_defines)
 	$(AM_V_GEN)$(PERL) -I$(WebCore)/bindings/scripts $(WebCore)/bindings/scripts/generate-bindings.pl --include $(WebCore)/dom --include $(WebCore)/html --include $(WebCore)/css --include $(WebCore)/page --include $(WebCore)/xml --include $(WebCore)/svg --outputDir "$(GENSOURCES_WEBKIT)" --defines "LANGUAGE_GOBJECT=1 $(gdom_feature_defines)" --generator GObject $<
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list