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

abecsi at webkit.org abecsi at webkit.org
Wed Dec 22 12:47:43 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 37b7f3227b5afe97c55c0a896a516b6cf6a00a1b
Author: abecsi at webkit.org <abecsi at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Aug 30 11:38:24 2010 +0000

    2010-08-30  Andras Becsi  <abecsi at webkit.org>
    
            Unreviewed build fix.
    
            [Qt] Fix fileapi header paths to fix warnings after r66365.
    
            No new tests needed.
    
            * WebCore.pro:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@66383 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index eaf4845..7415885 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,13 @@
+2010-08-30  Andras Becsi  <abecsi at webkit.org>
+
+        Unreviewed build fix.
+
+        [Qt] Fix fileapi header paths to fix warnings after r66365.
+
+        No new tests needed.
+
+        * WebCore.pro:
+
 2010-08-30  Csaba Osztrogonác  <ossy at webkit.org>
 
         Reviewed by Kent Tamura.
diff --git a/WebCore/WebCore.pro b/WebCore/WebCore.pro
index 37a30e5..92431c2 100644
--- a/WebCore/WebCore.pro
+++ b/WebCore/WebCore.pro
@@ -1400,6 +1400,20 @@ HEADERS += \
     editing/VisibleSelection.h \
     editing/visible_units.h \
     editing/WrapContentsInDummySpanCommand.h \
+    fileapi/AsyncFileWriter.h \
+    fileapi/Blob.h \
+    fileapi/BlobBuilder.h \
+    fileapi/BlobURL.h \
+    fileapi/File.h \
+    fileapi/FileError.h \
+    fileapi/FileList.h \
+    fileapi/FileReader.h \
+    fileapi/FileStreamProxy.h \
+    fileapi/FileThread.h \
+    fileapi/FileThreadTask.h \
+    fileapi/FileWriter.h \
+    fileapi/FileWriterClient.h \
+    fileapi/HTMLViewSourceParser.h \
     history/BackForwardController.h \
     history/BackForwardControllerClient.h \
     history/BackForwardListImpl.h \
@@ -1408,11 +1422,7 @@ HEADERS += \
     history/CachedPage.h \
     history/HistoryItem.h \
     history/PageCache.h \
-    html/AsyncFileWriter.h \
     html/AsyncImageResizer.h \
-    html/Blob.h \
-    html/BlobBuilder.h \
-    html/BlobURL.h \
     html/canvas/CanvasGradient.h \
     html/canvas/CanvasPattern.h \
     html/canvas/CanvasPixelArray.h \
@@ -1425,15 +1435,6 @@ HEADERS += \
     html/DateComponents.h \
     html/DOMDataGridDataSource.h \
     html/DOMFormData.h \
-    html/File.h \
-    html/FileError.h \
-    html/FileList.h \
-    html/FileReader.h \
-    html/FileStreamProxy.h \
-    html/FileThread.h \
-    html/FileThreadTask.h \
-    html/FileWriter.h \
-    html/FileWriterClient.h \
     html/FormDataList.h \
     html/HTMLAllCollection.h \
     html/HTMLAnchorElement.h \
@@ -1520,7 +1521,6 @@ HEADERS += \
     html/HTMLUListElement.h \
     html/HTMLVideoElement.h \
     html/HTMLViewSourceDocument.h \
-    html/HTMLViewSourceParser.h \
     html/ImageData.h \
     html/ImageResizerThread.h \
     html/LabelsNodeList.h \

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list