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

sullivan sullivan at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 07:46:40 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 7188a7cdecee64ee4f475214229ca37b9347ba09
Author: sullivan <sullivan at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Jul 10 21:01:13 2003 +0000

    WebKit:
    
            Reviewed by Chris
    
            * WebCoreSupport.subproj/WebImageRenderer.m:
            (-[WebImageRenderer incrementalLoadWithBytes:length:complete:]):
    	fixed copy/paste error in comment that I stumbled across
    
    WebBrowser:
    
    	- fixed 3320957 -- Selecting Edit Contents should reveal as
    	much of the folder's contents as fit in the window
    
            Reviewed by Chris
    
            * BookmarksViewController.m:
            (-[BookmarksViewController revealBookmark:expand:]):
    	When revealing and expanding a folder, reveal the last
    	visible descendant before the folder, to force the folder
    	higher up if necessary.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@4611 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog
index 84edce9..2885762 100644
--- a/WebKit/ChangeLog
+++ b/WebKit/ChangeLog
@@ -1,3 +1,11 @@
+2003-07-10  John Sullivan  <sullivan at apple.com>
+
+        Reviewed by Chris
+
+        * WebCoreSupport.subproj/WebImageRenderer.m:
+        (-[WebImageRenderer incrementalLoadWithBytes:length:complete:]):
+	fixed copy/paste error in comment that I stumbled across
+
 2003-07-09  Richard Williamson   <rjw at apple.com>
 
 	Fixed 3141257.  Animate multiple copies of the same
diff --git a/WebKit/WebCoreSupport.subproj/WebImageRenderer.m b/WebKit/WebCoreSupport.subproj/WebImageRenderer.m
index 11f4029..cc34262 100644
--- a/WebKit/WebCoreSupport.subproj/WebImageRenderer.m
+++ b/WebKit/WebCoreSupport.subproj/WebImageRenderer.m
@@ -152,7 +152,7 @@ static NSMutableSet *activeImageRenderers;
         //printf ("NSImageRepLoadStatusUnexpectedEOF size %d, isComplete %d\n", length, isComplete);
         return NO;
     case NSImageRepLoadStatusCompleted:         // all is well, the full pixelsHigh image is valid.
-        //printf ("NSImageRepLoadStatusUnexpectedEOF size %d, isComplete %d\n", length, isComplete);
+        //printf ("NSImageRepLoadStatusCompleted size %d, isComplete %d\n", length, isComplete);
         [self _adjustSizeToPixelDimensions];        
         isNull = NO;
         return YES;

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list