[SCM] WebKit Debian packaging branch, webkit-1.2, updated. upstream/1.1.90-6072-g9a69373

sfalken at apple.com sfalken at apple.com
Thu Apr 8 01:57:20 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit 66a1759ea39488609e2cd4f85b9f2f17dc98d47d
Author: sfalken at apple.com <sfalken at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Feb 23 20:07:27 2010 +0000

    2010-02-23  Steve Falkenburg  <sfalken at apple.com>
    
            Reviewed by Adam Roben.
    
            WebCore should stop throwing away the CGImageSourceRef on Windows to improve GIF performance
            https://bugs.webkit.org/show_bug.cgi?id=35309
    
            * platform/graphics/cg/ImageSourceCG.cpp:
            (WebCore::ImageSource::clear):
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@55162 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index ce49c70..610e265 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,13 @@
+2010-02-23  Steve Falkenburg  <sfalken at apple.com>
+
+        Reviewed by Adam Roben.
+
+        WebCore should stop throwing away the CGImageSourceRef on Windows to improve GIF performance
+        https://bugs.webkit.org/show_bug.cgi?id=35309
+
+        * platform/graphics/cg/ImageSourceCG.cpp:
+        (WebCore::ImageSource::clear):
+
 2010-02-23  Leandro Pereira  <leandro at profusion.mobi>
 
         Reviewed by Gustavo Noronha Silva.
diff --git a/WebCore/platform/graphics/cg/ImageSourceCG.cpp b/WebCore/platform/graphics/cg/ImageSourceCG.cpp
index 2b2c6b0..6e0ba50 100644
--- a/WebCore/platform/graphics/cg/ImageSourceCG.cpp
+++ b/WebCore/platform/graphics/cg/ImageSourceCG.cpp
@@ -74,7 +74,7 @@ ImageSource::~ImageSource()
 
 void ImageSource::clear(bool destroyAllFrames, size_t, SharedBuffer* data, bool allDataReceived)
 {
-#if PLATFORM(MAC) && !defined(BUILDING_ON_TIGER) && !defined(BUILDING_ON_LEOPARD)
+#if !defined(BUILDING_ON_TIGER) && !defined(BUILDING_ON_LEOPARD)
     // Recent versions of ImageIO discard previously decoded image frames if the client
     // application no longer holds references to them, so there's no need to throw away
     // the decoder unless we're explicitly asked to destroy all of the frames.

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list