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

abarth at webkit.org abarth at webkit.org
Wed Dec 22 12:47:20 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 0e12eb3225ad524cd094e79571937e0dcc9d6758
Author: abarth at webkit.org <abarth at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Aug 30 07:15:43 2010 +0000

    2010-08-30  Adam Barth  <abarth at webkit.org>
    
            Move AsyncImageResizer back to html to fix Chromium build.
    
            * WebCore.gypi:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@66369 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index c0be3df..a57b3d6 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,5 +1,11 @@
 2010-08-30  Adam Barth  <abarth at webkit.org>
 
+        Move AsyncImageResizer back to html to fix Chromium build.
+
+        * WebCore.gypi:
+
+2010-08-30  Adam Barth  <abarth at webkit.org>
+
         Fix silly typo that breaks the build.
 
         * WebCore.pro:
diff --git a/WebCore/WebCore.gypi b/WebCore/WebCore.gypi
index 53c2704..e5b57ba 100644
--- a/WebCore/WebCore.gypi
+++ b/WebCore/WebCore.gypi
@@ -1420,8 +1420,6 @@
             'editing/visible_units.cpp',
             'editing/visible_units.h',
             'fileapi/AsyncFileWriter.h',
-            'fileapi/AsyncImageResizer.cpp',
-            'fileapi/AsyncImageResizer.h',
             'fileapi/Blob.cpp',
             'fileapi/Blob.h',
             'fileapi/BlobBuilder.cpp',
@@ -1462,6 +1460,8 @@
             'history/HistoryItem.h',
             'history/PageCache.cpp',
             'history/PageCache.h',
+            'html/AsyncImageResizer.cpp',
+            'html/AsyncImageResizer.h',
             'html/CollectionCache.cpp',
             'html/CollectionCache.h',
             'html/CollectionType.h',

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list