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

jianli at chromium.org jianli at chromium.org
Wed Dec 22 12:26:15 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit c54c1937090aeb5af4ea24cf01d82c626e80090b
Author: jianli at chromium.org <jianli at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Aug 23 18:59:35 2010 +0000

    Remove unneeded BlobRegistryImpl.* and WebBlobRegistryImpl.* from
    chromium project files.
    https://bugs.webkit.org/show_bug.cgi?id=44442
    
    Reviewed by David Levin.
    
    WebCore:
    
    * WebCore.gypi:
    
    WebKit/chromium:
    
    * WebKit.gyp:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@65821 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 713bf42..00dcece 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,13 @@
+2010-08-23  Jian Li  <jianli at chromium.org>
+
+        Reviewed by David Levin.
+
+        Remove unneeded BlobRegistryImpl.* and WebBlobRegistryImpl.* from
+        chromium project files.
+        https://bugs.webkit.org/show_bug.cgi?id=44442
+
+        * WebCore.gypi:
+
 2010-08-23  Adam Barth  <abarth at webkit.org>
 
         Reviewed by Eric Seidel.
diff --git a/WebCore/WebCore.gypi b/WebCore/WebCore.gypi
index 8ad450f..31bd164 100644
--- a/WebCore/WebCore.gypi
+++ b/WebCore/WebCore.gypi
@@ -2792,8 +2792,6 @@
             'platform/network/BlobData.cpp',
             'platform/network/BlobData.h',
             'platform/network/BlobRegistry.h',
-            'platform/network/BlobRegistryImpl.cpp',
-            'platform/network/BlobRegistryImpl.h',
             'platform/network/BlobStorageData.h',
             'platform/network/Credential.cpp',
             'platform/network/Credential.h',
diff --git a/WebKit/chromium/ChangeLog b/WebKit/chromium/ChangeLog
index e3a90c2..a2077b3 100644
--- a/WebKit/chromium/ChangeLog
+++ b/WebKit/chromium/ChangeLog
@@ -1,3 +1,13 @@
+2010-08-23  Jian Li  <jianli at chromium.org>
+
+        Reviewed by David Levin.
+
+        Remove unneeded BlobRegistryImpl.* and WebBlobRegistryImpl.* from
+        chromium project files.
+        https://bugs.webkit.org/show_bug.cgi?id=44442
+
+        * WebKit.gyp:
+
 2010-08-23  Satish Sampath  <satish at chromium.org>
 
         Reviewed by Jeremy Orlow.
diff --git a/WebKit/chromium/WebKit.gyp b/WebKit/chromium/WebKit.gyp
index 5472d04..d060d87 100644
--- a/WebKit/chromium/WebKit.gyp
+++ b/WebKit/chromium/WebKit.gyp
@@ -391,8 +391,6 @@
                 'src/WebAttribute.cpp',
                 'src/WebBindings.cpp',
                 'src/WebBlobData.cpp',
-                'src/WebBlobRegistryImpl.cpp',
-                'src/WebBlobRegistryImpl.h',
                 'src/WebBlobStorageData.cpp',
                 'src/WebCache.cpp',
                 'src/WebColor.cpp',

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list