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

xan at webkit.org xan at webkit.org
Wed Dec 22 15:34:28 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit d0d0da5d5392015ab23511cddb1bdcffc6f9250b
Author: xan at webkit.org <xan at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Nov 8 17:24:10 2010 +0000

    2010-11-08  Xan Lopez  <xlopez at igalia.com>
    
            Reviewed by Martin Robinson.
    
            * GNUmakefile.am: add missing files to fix distcheck.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@71534 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 8925d5e..b42d806 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,9 @@
+2010-11-08  Xan Lopez  <xlopez at igalia.com>
+
+        Reviewed by Martin Robinson.
+
+        * GNUmakefile.am: add missing files to fix distcheck.
+
 2010-11-08  Alexander Pavlov  <apavlov at chromium.org>
 
         Reviewed by David Hyatt.
diff --git a/WebCore/GNUmakefile.am b/WebCore/GNUmakefile.am
index 1a4e206..63d0455 100644
--- a/WebCore/GNUmakefile.am
+++ b/WebCore/GNUmakefile.am
@@ -1476,6 +1476,7 @@ webcore_sources += \
 	WebCore/html/BaseTextInputType.h \
 	WebCore/html/ButtonInputType.cpp \
 	WebCore/html/ButtonInputType.h \
+	WebCore/html/canvas/ArrayBuffer.h \
 	WebCore/html/canvas/CanvasContextAttributes.h \
 	WebCore/html/canvas/CanvasGradient.cpp \
 	WebCore/html/canvas/CanvasGradient.h \
@@ -2291,6 +2292,7 @@ webcore_sources += \
 	WebCore/platform/graphics/FontFamily.h \
 	WebCore/platform/graphics/FontFastPath.cpp \
 	WebCore/platform/graphics/Font.h \
+	WebCore/platform/graphics/FontOrientation.h \
 	WebCore/platform/graphics/FontRenderingMode.h \
 	WebCore/platform/graphics/FontSelector.h \
 	WebCore/platform/graphics/FontSmoothingMode.h \
@@ -2453,6 +2455,7 @@ webcore_sources += \
 	WebCore/platform/PopupMenu.h \
 	WebCore/platform/PopupMenuStyle.h \
 	WebCore/platform/PurgeableBuffer.h \
+	WebCore/platform/PurgePriority.h \
 	WebCore/platform/SchemeRegistry.cpp \
 	WebCore/platform/SchemeRegistry.h \
 	WebCore/platform/ScrollAnimator.cpp \
@@ -2964,6 +2967,8 @@ webcore_sources += \
 	WebCore/storage/IDBObjectStore.h \
 	WebCore/storage/IDBRequest.cpp \
 	WebCore/storage/IDBRequest.h \
+	WebCore/storage/IDBSQLiteDatabase.cpp \
+	WebCore/storage/IDBSQLiteDatabase.h \
 	WebCore/storage/IDBSuccessEvent.cpp \
 	WebCore/storage/IDBSuccessEvent.h \
 	WebCore/storage/IDBTransactionBackendInterface.h \

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list