[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 05:59:19 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 9cd191877a8bbbd32d69ddf1e2766dc915d411d0
Author: darin <darin at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Mar 28 19:12:44 2002 +0000

    	* WebView.subproj/IFBaseWebController.mm:
            (-[IFBaseWebController locationChangeDone:forFrame:]): Remove log of errors
            loading now that we have the activity viewer.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@879 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog
index 318e74f..ff72772 100644
--- a/WebKit/ChangeLog
+++ b/WebKit/ChangeLog
@@ -1,3 +1,9 @@
+2002-03-28  Darin Adler  <darin at apple.com>
+
+	* WebView.subproj/IFBaseWebController.mm:
+        (-[IFBaseWebController locationChangeDone:forFrame:]): Remove log of errors
+        loading now that we have the activity viewer.
+
 2002-03-28  Richard Williamson  <rjw at apple.com>
 
         Modified the initial layout policy.  We now try to layout as close
diff --git a/WebKit/ChangeLog-2002-12-03 b/WebKit/ChangeLog-2002-12-03
index 318e74f..ff72772 100644
--- a/WebKit/ChangeLog-2002-12-03
+++ b/WebKit/ChangeLog-2002-12-03
@@ -1,3 +1,9 @@
+2002-03-28  Darin Adler  <darin at apple.com>
+
+	* WebView.subproj/IFBaseWebController.mm:
+        (-[IFBaseWebController locationChangeDone:forFrame:]): Remove log of errors
+        loading now that we have the activity viewer.
+
 2002-03-28  Richard Williamson  <rjw at apple.com>
 
         Modified the initial layout policy.  We now try to layout as close
diff --git a/WebKit/WebView.subproj/IFBaseWebController.mm b/WebKit/WebView.subproj/IFBaseWebController.mm
index a41870c..48b0c9e 100644
--- a/WebKit/WebView.subproj/IFBaseWebController.mm
+++ b/WebKit/WebView.subproj/IFBaseWebController.mm
@@ -188,9 +188,6 @@
 
 - (void)locationChangeDone: (IFError *)error forFrame: (IFWebFrame *)frame
 {    
-    if ([frame errors]){
-        NSLog (@"received the following errors loading frame %@:\n%@\n", [frame name], [frame errors]);
-    }
 }
 
 - (void)receivedPageTitle: (NSString *)title forDataSource: (IFWebDataSource *)dataSource

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list