[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 05:58:34 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 051097ff6c6203a47fd8850216cf4640e8836855
Author: rjw <rjw at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sun Mar 24 18:53:39 2002 +0000

            Removed erroneous comments.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@823 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog
index 620df31..80801d0 100644
--- a/WebKit/ChangeLog
+++ b/WebKit/ChangeLog
@@ -1,3 +1,10 @@
+2002-03-24  Richard Williamson  <rjw at apple.com>
+
+        Removed erroneous comments.
+        
+	* WebView.subproj/IFWebView.mm: (-[IFWebView dataSourceChanged:]), (-[IFWebView
+	reapplyStyles]):
+
 2002-03-22  Chris Blumenberg  <cblu at apple.com>
 
 	* MIME.subproj/IFMIMEDatabase.h:
diff --git a/WebKit/ChangeLog-2002-12-03 b/WebKit/ChangeLog-2002-12-03
index 620df31..80801d0 100644
--- a/WebKit/ChangeLog-2002-12-03
+++ b/WebKit/ChangeLog-2002-12-03
@@ -1,3 +1,10 @@
+2002-03-24  Richard Williamson  <rjw at apple.com>
+
+        Removed erroneous comments.
+        
+	* WebView.subproj/IFWebView.mm: (-[IFWebView dataSourceChanged:]), (-[IFWebView
+	reapplyStyles]):
+
 2002-03-22  Chris Blumenberg  <cblu at apple.com>
 
 	* MIME.subproj/IFMIMEDatabase.h:
diff --git a/WebKit/WebView.subproj/IFWebView.mm b/WebKit/WebView.subproj/IFWebView.mm
index 82722c0..5b64745 100644
--- a/WebKit/WebView.subproj/IFWebView.mm
+++ b/WebKit/WebView.subproj/IFWebView.mm
@@ -108,15 +108,6 @@
 
     data->widget = data->provisionalWidget;
     data->provisionalWidget = 0;
-
-/*    
-    // Remove any remnants, i.e. form widgets, from the
-    // previous page.
-    [self _resetView];
-    
-    // Force a layout.
-    [self layout];
-*/
 }
 
 - (void)reapplyStyles
@@ -131,10 +122,7 @@
     if (widget->part()->xmlDocImpl() && 
         widget->part()->xmlDocImpl()->renderer()){
         if (((IFWebViewPrivate *)_viewPrivate)->needsToApplyStyles){
-            WEBKITDEBUGLEVEL (WEBKIT_LOG_VIEW, "doing layout\n");
-            //double start = CFAbsoluteTimeGetCurrent();
             widget->part()->xmlDocImpl()->recalcStyle(DOM::NodeImpl::Force);
-            //WebKitDebugAtLevel (WEBKIT_LOG_TIMING, "apply style time %e\n", CFAbsoluteTimeGetCurrent() - start);
             ((IFWebViewPrivate *)_viewPrivate)->needsToApplyStyles = NO;
         }
     }
diff --git a/WebKit/WebView.subproj/WebFrameView.m b/WebKit/WebView.subproj/WebFrameView.m
index 82722c0..5b64745 100644
--- a/WebKit/WebView.subproj/WebFrameView.m
+++ b/WebKit/WebView.subproj/WebFrameView.m
@@ -108,15 +108,6 @@
 
     data->widget = data->provisionalWidget;
     data->provisionalWidget = 0;
-
-/*    
-    // Remove any remnants, i.e. form widgets, from the
-    // previous page.
-    [self _resetView];
-    
-    // Force a layout.
-    [self layout];
-*/
 }
 
 - (void)reapplyStyles
@@ -131,10 +122,7 @@
     if (widget->part()->xmlDocImpl() && 
         widget->part()->xmlDocImpl()->renderer()){
         if (((IFWebViewPrivate *)_viewPrivate)->needsToApplyStyles){
-            WEBKITDEBUGLEVEL (WEBKIT_LOG_VIEW, "doing layout\n");
-            //double start = CFAbsoluteTimeGetCurrent();
             widget->part()->xmlDocImpl()->recalcStyle(DOM::NodeImpl::Force);
-            //WebKitDebugAtLevel (WEBKIT_LOG_TIMING, "apply style time %e\n", CFAbsoluteTimeGetCurrent() - start);
             ((IFWebViewPrivate *)_viewPrivate)->needsToApplyStyles = NO;
         }
     }

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list