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

alex at webkit.org alex at webkit.org
Wed Dec 22 12:54:48 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 8d2cb9aae39aaf8fbfa8e2f082e628267781c383
Author: alex at webkit.org <alex at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Sep 1 16:18:28 2010 +0000

    2010-09-01  Alejandro G. Castro  <alex at igalia.com>
    
            Reviewed by Martin Robinson.
    
            [Gtk] very slow page scrolling on big -webkit-box-shadow areas
            https://bugs.webkit.org/show_bug.cgi?id=39582
    
            Add a new drawTiledShadow method to render a big shadow doing
            tiling of parts of a smaller shadow. We create the minimum shadow
            required to get the tiles we will use to render the real shadow
            and we use drawPattern with those tiles to create the shadow.
    
            Pixel tests added.
    
            * platform/gtk/fast/box-shadow/basic-shadows-expected.checksum:
            * platform/gtk/fast/box-shadow/basic-shadows-expected.png:
            * platform/gtk/fast/css/shadow-multiple-expected.checksum:
            * platform/gtk/fast/css/shadow-multiple-expected.png:
            * platform/gtk/svg/css/stars-with-shadow-expected.checksum:
            * platform/gtk/svg/css/stars-with-shadow-expected.png:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@66608 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index be91321..f807af0 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,24 @@
+2010-09-01  Alejandro G. Castro  <alex at igalia.com>
+
+        Reviewed by Martin Robinson.
+
+        [Gtk] very slow page scrolling on big -webkit-box-shadow areas
+        https://bugs.webkit.org/show_bug.cgi?id=39582
+
+        Add a new drawTiledShadow method to render a big shadow doing
+        tiling of parts of a smaller shadow. We create the minimum shadow
+        required to get the tiles we will use to render the real shadow
+        and we use drawPattern with those tiles to create the shadow.
+
+        Pixel tests added.
+
+        * platform/gtk/fast/box-shadow/basic-shadows-expected.checksum:
+        * platform/gtk/fast/box-shadow/basic-shadows-expected.png:
+        * platform/gtk/fast/css/shadow-multiple-expected.checksum:
+        * platform/gtk/fast/css/shadow-multiple-expected.png:
+        * platform/gtk/svg/css/stars-with-shadow-expected.checksum:
+        * platform/gtk/svg/css/stars-with-shadow-expected.png:
+
 2010-09-01  Martin Robinson  <mrobinson at igalia.com>
 
         Updating one more baseline, which seems to differ on the bots.

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list