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

rjw rjw at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 07:37:29 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 3c627caeea118bdd69c2c5057afa17cada9c60eb
Author: rjw <rjw at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Apr 16 02:02:53 2003 +0000

            Fix for 3226746.  Remove some ancient and apparantly invalid cruft.
    
            Reviewed by trey.
    
            * WebView.subproj/WebFramePrivate.m:
            (-[WebFrame _setDataSource:]):
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@4119 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog
index 88e99c0..3cd56fa 100644
--- a/WebKit/ChangeLog
+++ b/WebKit/ChangeLog
@@ -1,5 +1,14 @@
 2003-04-15  Richard Williamson   <rjw at apple.com>
 
+        Fix for 3226746.  Remove some ancient and apparantly invalid cruft.
+        
+        Reviewed by trey.
+
+        * WebView.subproj/WebFramePrivate.m:
+        (-[WebFrame _setDataSource:]):
+
+2003-04-15  Richard Williamson   <rjw at apple.com>
+
         Fixed clipping of progressive images to correctly clip.
         
         Reviewed by darin.
diff --git a/WebKit/WebView.subproj/WebFramePrivate.m b/WebKit/WebView.subproj/WebFramePrivate.m
index bd7eaf4..a50e3db 100644
--- a/WebKit/WebView.subproj/WebFramePrivate.m
+++ b/WebKit/WebView.subproj/WebFramePrivate.m
@@ -456,10 +456,6 @@ Repeat load of the same URL (by any other means of navigation other than the rel
             [window endEditingFor:firstResp];
         }
 
-        if ([_private->dataSource isDocumentHTML] && ![ds isDocumentHTML]) {
-            [_private->bridge removeFromFrame];
-        }
-
         [self _detachChildren];
 
         [_private->dataSource _setWebFrame:nil];

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list