[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:36:32 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit dfe5e9d48a72e8b20843cea45e61f5ad6e979391
Author: rjw <rjw at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Sep 5 23:35:54 2002 +0000

            Removed debugging.
    
            * khtml/khtml_part.cpp:
            (KHTMLPart::closeURL):
    
            Removed debugging.
    
            * History.subproj/WebBackForwardList.m:
            (-[WebBackForwardList addEntry:]):
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@1973 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog-2002-12-03 b/WebCore/ChangeLog-2002-12-03
index ae005b0..a5013f6 100644
--- a/WebCore/ChangeLog-2002-12-03
+++ b/WebCore/ChangeLog-2002-12-03
@@ -1,4 +1,11 @@
 2002-09-05  Richard Williamson (Local)  <rjw at apple.com>
+    
+        Removed debugging.
+        
+        * khtml/khtml_part.cpp:
+        (KHTMLPart::closeURL):
+
+2002-09-05  Richard Williamson (Local)  <rjw at apple.com>
 
         Always call KHTMLPart::closeURL when a new document is loaded.
         
diff --git a/WebCore/ChangeLog-2003-10-25 b/WebCore/ChangeLog-2003-10-25
index ae005b0..a5013f6 100644
--- a/WebCore/ChangeLog-2003-10-25
+++ b/WebCore/ChangeLog-2003-10-25
@@ -1,4 +1,11 @@
 2002-09-05  Richard Williamson (Local)  <rjw at apple.com>
+    
+        Removed debugging.
+        
+        * khtml/khtml_part.cpp:
+        (KHTMLPart::closeURL):
+
+2002-09-05  Richard Williamson (Local)  <rjw at apple.com>
 
         Always call KHTMLPart::closeURL when a new document is loaded.
         
diff --git a/WebCore/ChangeLog-2005-08-23 b/WebCore/ChangeLog-2005-08-23
index ae005b0..a5013f6 100644
--- a/WebCore/ChangeLog-2005-08-23
+++ b/WebCore/ChangeLog-2005-08-23
@@ -1,4 +1,11 @@
 2002-09-05  Richard Williamson (Local)  <rjw at apple.com>
+    
+        Removed debugging.
+        
+        * khtml/khtml_part.cpp:
+        (KHTMLPart::closeURL):
+
+2002-09-05  Richard Williamson (Local)  <rjw at apple.com>
 
         Always call KHTMLPart::closeURL when a new document is loaded.
         
diff --git a/WebCore/khtml/khtml_part.cpp b/WebCore/khtml/khtml_part.cpp
index 1e3b3d8..4026f59 100644
--- a/WebCore/khtml/khtml_part.cpp
+++ b/WebCore/khtml/khtml_part.cpp
@@ -516,15 +516,6 @@ bool KHTMLPart::closeURL()
         d->m_doc->updateRendering();
       d->m_bLoadEventEmitted = false;
     }
-    
-#define DEBUG_FORM_STATE
-#ifdef DEBUG_FORM_STATE
-    QStringList list = d->m_doc->docState();
-    
-    printf ("URL:  %s\n", m_url.url().ascii());
-    for (uint i = 0; i < list.count(); i++)
-        printf ("%s\n", list[i].ascii());
-#endif    
   }
 
   d->m_bComplete = true; // to avoid emitting completed() in slotFinishedParsing() (David)
diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog
index f5612b7..0ed7c1e 100644
--- a/WebKit/ChangeLog
+++ b/WebKit/ChangeLog
@@ -1,5 +1,12 @@
 2002-09-05  Richard Williamson (Local)  <rjw at apple.com>
 
+        Removed debugging.
+        
+        * History.subproj/WebBackForwardList.m:
+        (-[WebBackForwardList addEntry:]):
+
+2002-09-05  Richard Williamson (Local)  <rjw at apple.com>
+
         Added support for saving/restoring document state
         in back/forward list.
         
diff --git a/WebKit/ChangeLog-2002-12-03 b/WebKit/ChangeLog-2002-12-03
index f5612b7..0ed7c1e 100644
--- a/WebKit/ChangeLog-2002-12-03
+++ b/WebKit/ChangeLog-2002-12-03
@@ -1,5 +1,12 @@
 2002-09-05  Richard Williamson (Local)  <rjw at apple.com>
 
+        Removed debugging.
+        
+        * History.subproj/WebBackForwardList.m:
+        (-[WebBackForwardList addEntry:]):
+
+2002-09-05  Richard Williamson (Local)  <rjw at apple.com>
+
         Added support for saving/restoring document state
         in back/forward list.
         
diff --git a/WebKit/History.subproj/WebBackForwardList.m b/WebKit/History.subproj/WebBackForwardList.m
index e5a946d..189f311 100644
--- a/WebKit/History.subproj/WebBackForwardList.m
+++ b/WebKit/History.subproj/WebBackForwardList.m
@@ -35,7 +35,6 @@
 
 -(void)addEntry:(WebHistoryItem *)entry
 {
-    printf ("addEntry %s\n", [[[entry URL] absoluteString] cString]);
     // If the last entry matches this new entry, then replace it rather than adding
     // a new one, since we are doing a reload.
     if ([uriList count] > index) {

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list