[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:35:37 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit f330c5da9f44ad9cf8aad0b4a552b5c37219510e
Author: rjw <rjw at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Aug 30 18:51:12 2002 +0000

            Removed debugging log.
    
            * kwq/KWQString.mm:
            (QString::fromStringWithEncoding):
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@1942 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog-2002-12-03 b/WebCore/ChangeLog-2002-12-03
index ceb8414..bb91b79 100644
--- a/WebCore/ChangeLog-2002-12-03
+++ b/WebCore/ChangeLog-2002-12-03
@@ -1,5 +1,12 @@
 2002-08-30  Richard Williamson (Home)  <rjw at apple.com>
 
+        Removed debugging log.
+        
+        * kwq/KWQString.mm:
+        (QString::fromStringWithEncoding):
+
+2002-08-30  Richard Williamson (Home)  <rjw at apple.com>
+
         Made decoder more robust wrt nulls in content.  Changed use
         of QCString to null safe QString rather than modify
         content.
diff --git a/WebCore/ChangeLog-2003-10-25 b/WebCore/ChangeLog-2003-10-25
index ceb8414..bb91b79 100644
--- a/WebCore/ChangeLog-2003-10-25
+++ b/WebCore/ChangeLog-2003-10-25
@@ -1,5 +1,12 @@
 2002-08-30  Richard Williamson (Home)  <rjw at apple.com>
 
+        Removed debugging log.
+        
+        * kwq/KWQString.mm:
+        (QString::fromStringWithEncoding):
+
+2002-08-30  Richard Williamson (Home)  <rjw at apple.com>
+
         Made decoder more robust wrt nulls in content.  Changed use
         of QCString to null safe QString rather than modify
         content.
diff --git a/WebCore/ChangeLog-2005-08-23 b/WebCore/ChangeLog-2005-08-23
index ceb8414..bb91b79 100644
--- a/WebCore/ChangeLog-2005-08-23
+++ b/WebCore/ChangeLog-2005-08-23
@@ -1,5 +1,12 @@
 2002-08-30  Richard Williamson (Home)  <rjw at apple.com>
 
+        Removed debugging log.
+        
+        * kwq/KWQString.mm:
+        (QString::fromStringWithEncoding):
+
+2002-08-30  Richard Williamson (Home)  <rjw at apple.com>
+
         Made decoder more robust wrt nulls in content.  Changed use
         of QCString to null safe QString rather than modify
         content.
diff --git a/WebCore/kwq/KWQString.mm b/WebCore/kwq/KWQString.mm
index f8a36f2..a8f80c6 100644
--- a/WebCore/kwq/KWQString.mm
+++ b/WebCore/kwq/KWQString.mm
@@ -740,9 +740,6 @@ QString QString::fromStringWithEncoding(const char *chs, int len, CFStringEncodi
 
         qs.setBufferFromCFString(s);
 
-        fprintf (stderr, "strlen(chs) = %d, CFStringLength (decoderString) = %d, qs.length() = %d, len = %d\n", 
-                (int)strlen(chs), (int)CFStringGetLength (decoderString), (int)qs.length(), (int)len);
-                
         CFRelease (s);
         CFRelease (decoderString);
     }

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list