[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.15-1-40151-g37bb677

darin darin at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 06:51:47 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit daa925a520d1c89e3f8a1664fc84a56a457e746e
Author: darin <darin at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Oct 21 15:53:39 2002 +0000

    	- fixed 3080246 -- REGRESSION: Animated GIFs sometimes disappear after drag or scroll
    
            * WebView.subproj/WebImageView.m: (-[WebImageView layout]):
    	My change to this caused the regression. Not sure why, but I'll just back out
    	because the change wasn't important.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@2394 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog
index b2b540d..1011b16 100644
--- a/WebKit/ChangeLog
+++ b/WebKit/ChangeLog
@@ -1,3 +1,11 @@
+y2002-10-21  Darin Adler  <darin at apple.com>
+
+	- fixed 3080246 -- REGRESSION: Animated GIFs sometimes disappear after drag or scroll
+
+        * WebView.subproj/WebImageView.m: (-[WebImageView layout]):
+	My change to this caused the regression. Not sure why, but I'll just back out
+	because the change wasn't important.
+
 2002-10-20  Chris Blumenberg  <cblu at apple.com>
 
 	Fixed: 3025847 - Can't use any menu command keys after clicking on a plugin
diff --git a/WebKit/ChangeLog-2002-12-03 b/WebKit/ChangeLog-2002-12-03
index b2b540d..1011b16 100644
--- a/WebKit/ChangeLog-2002-12-03
+++ b/WebKit/ChangeLog-2002-12-03
@@ -1,3 +1,11 @@
+y2002-10-21  Darin Adler  <darin at apple.com>
+
+	- fixed 3080246 -- REGRESSION: Animated GIFs sometimes disappear after drag or scroll
+
+        * WebView.subproj/WebImageView.m: (-[WebImageView layout]):
+	My change to this caused the regression. Not sure why, but I'll just back out
+	because the change wasn't important.
+
 2002-10-20  Chris Blumenberg  <cblu at apple.com>
 
 	Fixed: 3025847 - Can't use any menu command keys after clicking on a plugin
diff --git a/WebKit/WebView.subproj/WebImageView.m b/WebKit/WebView.subproj/WebImageView.m
index 43d3f4d..52063ab 100644
--- a/WebKit/WebView.subproj/WebImageView.m
+++ b/WebKit/WebView.subproj/WebImageView.m
@@ -61,8 +61,6 @@
     WebImageRenderer *image = [representation image];
     if (image) {
         [self setFrameSize:[image size]];
-    } else {
-        [self setFrameSize:NSMakeSize(0, 0)];
     }
 }
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list