[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc

mrobinson at webkit.org mrobinson at webkit.org
Wed Dec 22 13:36:51 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 33d1d09dbc1d70ddb7136a4101f2ae1a0ef25212
Author: mrobinson at webkit.org <mrobinson at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Sep 21 16:02:48 2010 +0000

    2010-09-21  Martin Robinson  <mrobinson at igalia.com>
    
            Reviewed by Xan Lopez.
    
            [GTK] 'make dist' should be fixed in preparation for the next release
            https://bugs.webkit.org/show_bug.cgi?id=46129
    
            * GNUmakefile.am: Update the sources list to include missing headers.
    2010-09-21  Martin Robinson  <mrobinson at igalia.com>
    
            Reviewed by Xan Lopez.
    
            [GTK] 'make dist' should be fixed in preparation for the next release
            https://bugs.webkit.org/show_bug.cgi?id=46129
    
            * GNUmakefile.am: Update the sources list to include missing headers.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@67957 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/JavaScriptCore/ChangeLog b/JavaScriptCore/ChangeLog
index ee91da3..2481142 100644
--- a/JavaScriptCore/ChangeLog
+++ b/JavaScriptCore/ChangeLog
@@ -1,3 +1,12 @@
+2010-09-21  Martin Robinson  <mrobinson at igalia.com>
+
+        Reviewed by Xan Lopez.
+
+        [GTK] 'make dist' should be fixed in preparation for the next release
+        https://bugs.webkit.org/show_bug.cgi?id=46129
+
+        * GNUmakefile.am: Update the sources list to include missing headers.
+
 2010-09-21  Dave Tapuska  <dtapuska at rim.com>
 
         Reviewed by Csaba Osztrogonác.
diff --git a/JavaScriptCore/GNUmakefile.am b/JavaScriptCore/GNUmakefile.am
index dd2ba21..2bf2cb8 100644
--- a/JavaScriptCore/GNUmakefile.am
+++ b/JavaScriptCore/GNUmakefile.am
@@ -568,9 +568,9 @@ endif # USE_ICU_UNICODE
 # ----
 if USE_GLIB_UNICODE
 javascriptcore_sources += \
+	JavaScriptCore/wtf/unicode/UnicodeMacrosFromICU.h \
 	JavaScriptCore/wtf/unicode/glib/UnicodeGLib.h \
-	JavaScriptCore/wtf/unicode/glib/UnicodeGLib.cpp \
-	JavaScriptCore/wtf/unicode/glib/UnicodeMacrosFromICU.h
+	JavaScriptCore/wtf/unicode/glib/UnicodeGLib.cpp
 endif
 
 JavaScriptCore/Lexer.lut.h: $(srcdir)/JavaScriptCore/create_hash_table $(srcdir)/JavaScriptCore/parser/Keywords.table
diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 6ac3934..066e98f 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,12 @@
+2010-09-21  Martin Robinson  <mrobinson at igalia.com>
+
+        Reviewed by Xan Lopez.
+
+        [GTK] 'make dist' should be fixed in preparation for the next release
+        https://bugs.webkit.org/show_bug.cgi?id=46129
+
+        * GNUmakefile.am: Update the sources list to include missing headers.
+
 2010-09-21  David Hyatt  <hyatt at apple.com>
 
         Reviewed by John Sullivan.
diff --git a/WebCore/GNUmakefile.am b/WebCore/GNUmakefile.am
index 1a0a754..62d4c33 100644
--- a/WebCore/GNUmakefile.am
+++ b/WebCore/GNUmakefile.am
@@ -645,11 +645,13 @@ webcore_sources += \
 	WebCore/bindings/js/DOMWrapperWorld.h \
 	WebCore/bindings/js/GCController.cpp \
 	WebCore/bindings/js/GCController.h \
+	WebCore/bindings/js/IDBBindingUtilities.h \
 	WebCore/bindings/js/JavaScriptCallFrame.cpp \
 	WebCore/bindings/js/JavaScriptCallFrame.h \
 	WebCore/bindings/js/JSAttrCustom.cpp \
 	WebCore/bindings/js/JSAudioConstructor.cpp \
 	WebCore/bindings/js/JSAudioConstructor.h \
+	WebCore/bindings/js/JSBinding.h \
 	WebCore/bindings/js/JSCallbackData.cpp \
 	WebCore/bindings/js/JSCallbackData.h \
 	WebCore/bindings/js/JSCanvasRenderingContext2DCustom.cpp \
@@ -2781,6 +2783,8 @@ webcore_sources += \
 	WebCore/storage/IDBIndex.cpp \
 	WebCore/storage/IDBIndex.h \
 	WebCore/storage/IDBKey.h \
+	WebCore/storage/IDBKeyPath.h \
+	WebCore/storage/IDBKeyPathBackendImpl.h \
 	WebCore/storage/IDBKeyRange.cpp \
 	WebCore/storage/IDBKeyRange.h \
 	WebCore/storage/IDBObjectStoreBackendImpl.cpp \
@@ -2794,6 +2798,7 @@ webcore_sources += \
 	WebCore/storage/IDBSuccessEvent.cpp \
 	WebCore/storage/IDBSuccessEvent.h \
 	WebCore/storage/IDBTransactionBackendInterface.h \
+	WebCore/storage/IDBTransactionCoordinator.h \
 	WebCore/storage/IDBTransaction.cpp \
 	WebCore/storage/IDBTransaction.h \
 	WebCore/storage/LocalStorageTask.cpp \
@@ -3544,6 +3549,7 @@ webcoregtk_sources += \
 	WebCore/platform/graphics/cairo/FontCacheFreeType.cpp \
 	WebCore/platform/graphics/cairo/FontCustomPlatformData.cpp \
 	WebCore/platform/graphics/cairo/FontPlatformDataFreeType.cpp \
+	WebCore/platform/graphics/cairo/FontPlatformDataFreeType.h \
 	WebCore/platform/graphics/cairo/GlyphPageTreeNodeCairo.cpp \
 	WebCore/platform/graphics/cairo/SimpleFontDataCairo.cpp
 endif # END USE_FREETYPE
@@ -3557,6 +3563,7 @@ webcoregtk_sources += \
 	WebCore/platform/graphics/gtk/FontCachePango.cpp \
 	WebCore/platform/graphics/gtk/FontCustomPlatformDataPango.cpp \
 	WebCore/platform/graphics/gtk/FontPlatformDataPango.cpp \
+	WebCore/platform/graphics/gtk/FontPlatformDataPango.h \
 	WebCore/platform/graphics/gtk/GlyphPageTreeNodePango.cpp \
 	WebCore/platform/graphics/gtk/SimpleFontDataPango.cpp
 endif # END USE_PANGO

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list