[SCM] WebKit Debian packaging branch, debian/experimental, updated. debian/1.3.8-1-1049-g2e11a8e

commit-queue at webkit.org commit-queue at webkit.org
Fri Jan 21 14:57:45 UTC 2011


The following commit has been merged in the debian/experimental branch:
commit 5cba4e35317f8de1f98a469d76c8fee4567ab534
Author: commit-queue at webkit.org <commit-queue at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Jan 5 17:27:03 2011 +0000

    2011-01-05  Yi Shen  <yi.4.shen at nokia.com>
    
            Reviewed by Andreas Kling.
    
            [Qt] Animated GIF images does not animate 10x as expected by default.
            https://bugs.webkit.org/show_bug.cgi?id=36818
    
            Add a test animated GIF which should be displayed 2 times and stop.
    
            * manual-tests/animated-gif-looping.html:
            * manual-tests/resources/animated-2x.gif: Added.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@75071 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 81781f8..71317c7 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,15 @@
+2011-01-05  Yi Shen  <yi.4.shen at nokia.com>
+
+        Reviewed by Andreas Kling.
+
+        [Qt] Animated GIF images does not animate 10x as expected by default.
+        https://bugs.webkit.org/show_bug.cgi?id=36818
+
+        Add a test animated GIF which should be displayed 2 times and stop.
+
+        * manual-tests/animated-gif-looping.html:
+        * manual-tests/resources/animated-2x.gif: Added.
+
 2011-01-05  Carlos Garcia Campos  <cgarcia at igalia.com>
 
         Reviewed by Martin Robinson.
diff --git a/WebCore/manual-tests/animated-gif-looping.html b/WebCore/manual-tests/animated-gif-looping.html
index e98a6d9..7dff13c 100644
--- a/WebCore/manual-tests/animated-gif-looping.html
+++ b/WebCore/manual-tests/animated-gif-looping.html
@@ -9,6 +9,10 @@
     <p>This should not animate and you should see a cross.</p>
 </div
 <div>
+    <img src="./resources/animated-2x.gif">
+    <p>This animation should loop 2 times.</p>
+</div
+<div>
     <img src="./resources/animated-10x.gif">
     <p>This animation should loop 10 times.</p>
 </div
diff --git a/WebCore/manual-tests/resources/animated-2x.gif b/WebCore/manual-tests/resources/animated-2x.gif
new file mode 100644
index 0000000..71080bd
Binary files /dev/null and b/WebCore/manual-tests/resources/animated-2x.gif differ

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list