[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 12:51:49 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 8e735294015c7e5a80bf81e09a6bc45ce2238dff
Author: mrobinson at webkit.org <mrobinson at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Aug 31 20:50:00 2010 +0000

    2010-08-31  Martin Robinson  <mrobinson at igalia.com>
    
            Reviewed by Gustavo Noronha Silva.
    
            [GTK] Fix 'make dist' in preparation of the 1.3.3 release
            https://bugs.webkit.org/show_bug.cgi?id=44978
    
            * GNUmakefile.am: Adding missing headers to the sources list.
    2010-08-31  Martin Robinson  <mrobinson at igalia.com>
    
            Reviewed by Gustavo Noronha Silva.
    
            [GTK] Fix 'make dist' in preparation of the 1.3.3 release
            https://bugs.webkit.org/show_bug.cgi?id=44978
    
            * GNUmakefile.am: Add missing and moved headers to the sources list.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@66527 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/JavaScriptCore/ChangeLog b/JavaScriptCore/ChangeLog
index 8f8401f..244e81b 100644
--- a/JavaScriptCore/ChangeLog
+++ b/JavaScriptCore/ChangeLog
@@ -1,3 +1,12 @@
+2010-08-31  Martin Robinson  <mrobinson at igalia.com>
+
+        Reviewed by Gustavo Noronha Silva.
+
+        [GTK] Fix 'make dist' in preparation of the 1.3.3 release
+        https://bugs.webkit.org/show_bug.cgi?id=44978
+
+        * GNUmakefile.am: Adding missing headers to the sources list.
+
 2010-08-31  Chao-ying Fu  <fu at mips.com>
 
         Reviewed by Oliver Hunt.
diff --git a/JavaScriptCore/GNUmakefile.am b/JavaScriptCore/GNUmakefile.am
index a72ffbd..27cdc9e 100644
--- a/JavaScriptCore/GNUmakefile.am
+++ b/JavaScriptCore/GNUmakefile.am
@@ -389,6 +389,7 @@ javascriptcore_sources += \
 	JavaScriptCore/runtime/SmallStrings.cpp \
 	JavaScriptCore/runtime/SmallStrings.h \
 	JavaScriptCore/runtime/StringBuilder.h \
+	JavaScriptCore/runtime/StringConcatenate.h \
 	JavaScriptCore/runtime/StringConstructor.cpp \
 	JavaScriptCore/runtime/StringConstructor.h \
 	JavaScriptCore/runtime/StringObject.cpp \
@@ -408,7 +409,6 @@ javascriptcore_sources += \
 	JavaScriptCore/runtime/Tracing.h \
 	JavaScriptCore/runtime/UString.cpp \
 	JavaScriptCore/runtime/UString.h \
-	JavaScriptCore/runtime/UStringImpl.h \
 	JavaScriptCore/runtime/WeakGCMap.h \
 	JavaScriptCore/runtime/WeakGCPtr.h \
 	JavaScriptCore/runtime/WeakRandom.h \
@@ -427,6 +427,7 @@ javascriptcore_sources += \
 	JavaScriptCore/wtf/CurrentTime.h \
 	JavaScriptCore/wtf/DateMath.cpp \
 	JavaScriptCore/wtf/DateMath.h \
+	JavaScriptCore/wtf/DecimalNumber.h \
 	JavaScriptCore/wtf/Deque.h \
 	JavaScriptCore/wtf/DisallowCType.h \
 	JavaScriptCore/wtf/dtoa.cpp \
diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 0a5954b..e1c2dd2 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,12 @@
+2010-08-31  Martin Robinson  <mrobinson at igalia.com>
+
+        Reviewed by Gustavo Noronha Silva.
+
+        [GTK] Fix 'make dist' in preparation of the 1.3.3 release
+        https://bugs.webkit.org/show_bug.cgi?id=44978
+
+        * GNUmakefile.am: Add missing and moved headers to the sources list.
+
 2010-08-31  Ryuan Choi  <ryuan.choi at samsung.com>
 
         Reviewed by Antonio Gomes.
diff --git a/WebCore/GNUmakefile.am b/WebCore/GNUmakefile.am
index 43948e9..58ff3fc 100644
--- a/WebCore/GNUmakefile.am
+++ b/WebCore/GNUmakefile.am
@@ -1304,15 +1304,20 @@ webcore_sources += \
 	WebCore/fileapi/File.cpp \
 	WebCore/fileapi/File.h \
 	WebCore/fileapi/FileError.h \
+	WebCore/fileapi/FileException.h \
 	WebCore/fileapi/FileList.cpp \
 	WebCore/fileapi/FileList.h \
 	WebCore/fileapi/FileReader.cpp \
 	WebCore/fileapi/FileReader.h \
+	WebCore/fileapi/FileReaderSync.cpp \
+	WebCore/fileapi/FileReaderSync.h \
 	WebCore/fileapi/FileStreamProxy.cpp \
 	WebCore/fileapi/FileStreamProxy.h \
 	WebCore/fileapi/FileThread.cpp \
 	WebCore/fileapi/FileThread.h \
 	WebCore/fileapi/FileThreadTask.h \
+	WebCore/fileapi/ThreadableBlobRegistry.cpp \
+	WebCore/fileapi/ThreadableBlobRegistry.h \
 	WebCore/history/BackForwardController.cpp \
 	WebCore/history/BackForwardController.h \
 	WebCore/history/BackForwardControllerClient.h \
@@ -1545,6 +1550,7 @@ webcore_sources += \
 	WebCore/html/parser/HTMLEntityParser.h \
 	WebCore/html/parser/HTMLEntitySearch.cpp \
 	WebCore/html/parser/HTMLEntitySearch.h \
+	WebCore/html/parser/HTMLEntityTable.h \
 	WebCore/html/parser/HTMLFormattingElementList.cpp \
 	WebCore/html/parser/HTMLFormattingElementList.h \
 	WebCore/html/parser/HTMLParserScheduler.cpp \
@@ -1561,8 +1567,6 @@ webcore_sources += \
 	WebCore/html/parser/HTMLTreeBuilder.h \
 	WebCore/html/parser/HTMLViewSourceParser.cpp \
 	WebCore/html/parser/HTMLViewSourceParser.h \
-	WebCore/fileapi/ThreadableBlobRegistry.cpp \
-	WebCore/fileapi/ThreadableBlobRegistry.h \
 	WebCore/html/ValidityState.cpp \
 	WebCore/html/ValidityState.h \
 	WebCore/html/VoidCallback.h \
@@ -2125,7 +2129,6 @@ webcore_sources += \
 	WebCore/platform/network/ResourceRequestBase.h \
 	WebCore/platform/network/ResourceResponseBase.cpp \
 	WebCore/platform/network/ResourceResponseBase.h \
-	WebCore/platform/text/AtomicStringImpl.h \
 	WebCore/platform/text/Base64.cpp \
 	WebCore/platform/text/Base64.h \
 	WebCore/platform/text/BidiContext.cpp \
@@ -2146,8 +2149,6 @@ webcore_sources += \
 	WebCore/platform/text/StringBuffer.h \
 	WebCore/platform/text/StringBuilder.cpp \
 	WebCore/platform/text/StringBuilder.h \
-	WebCore/platform/text/StringHash.h \
-	WebCore/platform/text/StringImpl.h \
 	WebCore/platform/text/SuffixTree.h \
 	WebCore/platform/text/TextBoundaries.h \
 	WebCore/platform/text/TextBoundaries.cpp \
@@ -2788,7 +2789,6 @@ webcore_sources += \
 	WebCore/storage/DatabaseTracker.cpp \
 	WebCore/storage/DatabaseTracker.h \
 	WebCore/storage/DatabaseTrackerClient.h \
-	WebCore/storage/IDBKey.h \
 	WebCore/storage/OriginQuotaManager.cpp \
 	WebCore/storage/OriginQuotaManager.h \
 	WebCore/storage/OriginUsageRecord.cpp \
@@ -2888,47 +2888,50 @@ webcore_sources += \
 	WebCore/storage/IDBAny.cpp \
 	WebCore/storage/IDBAny.h \
 	WebCore/storage/IDBCallbacks.h \
-	WebCore/storage/IDBDatabase.cpp \
-	WebCore/storage/IDBCursor.h \
-	WebCore/storage/IDBCursor.cpp \
 	WebCore/storage/IDBCursorBackendImpl.cpp \
 	WebCore/storage/IDBCursorBackendImpl.h \
 	WebCore/storage/IDBCursorBackendInterface.h \
-	WebCore/storage/IDBDatabase.h \
+	WebCore/storage/IDBCursor.cpp \
+	WebCore/storage/IDBCursor.h \
 	WebCore/storage/IDBDatabaseBackendImpl.cpp \
 	WebCore/storage/IDBDatabaseBackendImpl.h \
 	WebCore/storage/IDBDatabaseBackendInterface.h \
+	WebCore/storage/IDBDatabase.cpp \
 	WebCore/storage/IDBDatabaseError.h \
 	WebCore/storage/IDBDatabaseException.h \
+	WebCore/storage/IDBDatabase.h \
 	WebCore/storage/IDBErrorEvent.cpp \
 	WebCore/storage/IDBErrorEvent.h \
 	WebCore/storage/IDBEvent.cpp \
 	WebCore/storage/IDBEvent.h \
-	WebCore/storage/IDBFactory.cpp \
-	WebCore/storage/IDBFactory.h \
-	WebCore/storage/IDBFactoryBackendInterface.cpp \
-	WebCore/storage/IDBFactoryBackendInterface.h \
 	WebCore/storage/IDBFactoryBackendImpl.cpp \
 	WebCore/storage/IDBFactoryBackendImpl.h
-	WebCore/storage/IDBIndex.cpp \
-	WebCore/storage/IDBIndex.h \
-	WebCore/storage/IDBIndexBackendInterface.h \
+	WebCore/storage/IDBFactoryBackendInterface.cpp \
+	WebCore/storage/IDBFactoryBackendInterface.h \
+	WebCore/storage/IDBFactory.cpp \
+	WebCore/storage/IDBFactory.h \
 	WebCore/storage/IDBIndexBackendImpl.cpp \
 	WebCore/storage/IDBIndexBackendImpl.h \
+	WebCore/storage/IDBIndexBackendInterface.h \
+	WebCore/storage/IDBIndexBackendInterface.h \
+	WebCore/storage/IDBIndex.cpp \
+	WebCore/storage/IDBIndex.h \
+	WebCore/storage/IDBKey.h \
 	WebCore/storage/IDBKeyRange.cpp \
 	WebCore/storage/IDBKeyRange.h \
-	WebCore/storage/IDBObjectStore.cpp \
-	WebCore/storage/IDBObjectStore.h \
 	WebCore/storage/IDBObjectStoreBackendImpl.cpp \
 	WebCore/storage/IDBObjectStoreBackendImpl.h \
 	WebCore/storage/IDBObjectStoreBackendInterface.h \
+	WebCore/storage/IDBObjectStoreBackendInterface.h \
+	WebCore/storage/IDBObjectStore.cpp \
+	WebCore/storage/IDBObjectStore.h \
 	WebCore/storage/IDBRequest.cpp \
 	WebCore/storage/IDBRequest.h \
 	WebCore/storage/IDBSuccessEvent.cpp \
 	WebCore/storage/IDBSuccessEvent.h \
+	WebCore/storage/IDBTransactionBackendInterface.h \
 	WebCore/storage/IDBTransaction.cpp \
-	WebCore/storage/IDBTransaction.h \
-	WebCore/storage/IDBTransactionBackendInterface.h
+	WebCore/storage/IDBTransaction.h
 endif # END ENABLE_INDEXED_DATABASE
 
 # ----
@@ -4444,10 +4447,10 @@ webcore_built_sources += \
 	DerivedSources/WebCore/JSFileWriter.h
 
 webcore_sources += \
-	WebCore/html/AsyncFileWriter.h \
-	WebCore/html/FileWriter.cpp \
-	WebCore/html/FileWriter.h \
-	WebCore/html/FileWriterClient.h
+	WebCore/fileapi/AsyncFileWriter.h \
+	WebCore/fileapi/FileWriterClient.h \
+	WebCore/fileapi/FileWriter.cpp \
+	WebCore/fileapi/FileWriter.h
 
 endif  # END ENABLE_FILE_WRITER
 
@@ -4569,6 +4572,7 @@ DerivedSources/WebCore/JS%.cpp: %.idl $(SCRIPTS_BINDINGS) $(WebCore)/bindings/sc
 EXTRA_DIST += \
 	$(shell ls $(srcdir)/WebCore/css/*.idl) \
 	$(shell ls $(srcdir)/WebCore/dom/*.idl) \
+	$(shell ls $(srcdir)/WebCore/fileapi/*.idl) \
 	$(shell ls $(srcdir)/WebCore/html/canvas/*.idl) \
 	$(shell ls $(srcdir)/WebCore/html/*.idl) \
 	$(shell ls $(srcdir)/WebCore/inspector/*.idl) \
@@ -4613,6 +4617,8 @@ EXTRA_DIST += \
 	WebCore/html/DocTypeStrings.gperf \
 	WebCore/html/HTMLAttributeNames.in \
 	WebCore/html/HTMLTagNames.in \
+	WebCore/html/parser/create-html-entity-table \
+	WebCore/html/parser/HTMLEntityNames.in \
 	WebCore/icu/LICENSE \
 	WebCore/inspector/CodeGeneratorInspector.pm \
 	WebCore/LICENSE-APPLE \

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list