[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 06:03:07 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 68f33954b34f4935224d2bd252d316ac2c826146
Author: rjw <rjw at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Apr 5 06:56:51 2002 +0000

            Clear controller references from data source and view, as well as
            frame.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@971 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog
index d16addd..2ba2f7a 100644
--- a/WebKit/ChangeLog
+++ b/WebKit/ChangeLog
@@ -1,5 +1,13 @@
 2002-04-04  Richard Williamson  <rjw at apple.com>
 
+        Clear controller references from data source and view, as well as 
+        frame.
+        
+	* WebView.subproj/IFBaseWebControllerPrivate.mm: (-[IFBaseWebControllerPrivate
+	_clearControllerReferences:]):
+
+2002-04-04  Richard Williamson  <rjw at apple.com>
+
         Lazily dealloc controller and data source ONLY after all loads
         have completed.
         
diff --git a/WebKit/ChangeLog-2002-12-03 b/WebKit/ChangeLog-2002-12-03
index d16addd..2ba2f7a 100644
--- a/WebKit/ChangeLog-2002-12-03
+++ b/WebKit/ChangeLog-2002-12-03
@@ -1,5 +1,13 @@
 2002-04-04  Richard Williamson  <rjw at apple.com>
 
+        Clear controller references from data source and view, as well as 
+        frame.
+        
+	* WebView.subproj/IFBaseWebControllerPrivate.mm: (-[IFBaseWebControllerPrivate
+	_clearControllerReferences:]):
+
+2002-04-04  Richard Williamson  <rjw at apple.com>
+
         Lazily dealloc controller and data source ONLY after all loads
         have completed.
         
diff --git a/WebKit/WebView.subproj/IFBaseWebControllerPrivate.mm b/WebKit/WebView.subproj/IFBaseWebControllerPrivate.mm
index 1a20cf4..2817649 100644
--- a/WebKit/WebView.subproj/IFBaseWebControllerPrivate.mm
+++ b/WebKit/WebView.subproj/IFBaseWebControllerPrivate.mm
@@ -29,6 +29,8 @@
     IFWebFrame *nextFrame;
     int i, count;
         
+    [[aFrame dataSource] _setController: nil];
+    [[aFrame view] _setController: nil];
     [aFrame _setController: nil];
 
     // Walk the frame tree, niling the controller.

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list