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


The following commit has been merged in the debian/unstable branch:
commit 80eba2b519a6fcc1b4fd215de06e799ec9d7f679
Author: rjw <rjw at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Nov 13 01:18:15 2002 +0000

            Oops, removed debugging.
    
            * khtml/rendering/font.cpp:
            (Font::drawText):
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@2641 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog-2002-12-03 b/WebCore/ChangeLog-2002-12-03
index c504a39..920733a 100644
--- a/WebCore/ChangeLog-2002-12-03
+++ b/WebCore/ChangeLog-2002-12-03
@@ -1,5 +1,12 @@
 2002-11-12  Richard Williamson  <rjw at apple.com>
 
+        Oops, removed debugging.
+        
+        * khtml/rendering/font.cpp:
+        (Font::drawText):
+
+2002-11-12  Richard Williamson  <rjw at apple.com>
+
         Implemented letter-spacing and word-spacing CSS properties.
         
         * khtml/rendering/font.cpp:
diff --git a/WebCore/ChangeLog-2003-10-25 b/WebCore/ChangeLog-2003-10-25
index c504a39..920733a 100644
--- a/WebCore/ChangeLog-2003-10-25
+++ b/WebCore/ChangeLog-2003-10-25
@@ -1,5 +1,12 @@
 2002-11-12  Richard Williamson  <rjw at apple.com>
 
+        Oops, removed debugging.
+        
+        * khtml/rendering/font.cpp:
+        (Font::drawText):
+
+2002-11-12  Richard Williamson  <rjw at apple.com>
+
         Implemented letter-spacing and word-spacing CSS properties.
         
         * khtml/rendering/font.cpp:
diff --git a/WebCore/ChangeLog-2005-08-23 b/WebCore/ChangeLog-2005-08-23
index c504a39..920733a 100644
--- a/WebCore/ChangeLog-2005-08-23
+++ b/WebCore/ChangeLog-2005-08-23
@@ -1,5 +1,12 @@
 2002-11-12  Richard Williamson  <rjw at apple.com>
 
+        Oops, removed debugging.
+        
+        * khtml/rendering/font.cpp:
+        (Font::drawText):
+
+2002-11-12  Richard Williamson  <rjw at apple.com>
+
         Implemented letter-spacing and word-spacing CSS properties.
         
         * khtml/rendering/font.cpp:
diff --git a/WebCore/khtml/rendering/font.cpp b/WebCore/khtml/rendering/font.cpp
index 242050d..fd5ea63 100644
--- a/WebCore/khtml/rendering/font.cpp
+++ b/WebCore/khtml/rendering/font.cpp
@@ -41,7 +41,6 @@ void Font::drawText( QPainter *p, int x, int y, QChar *str, int slen, int pos, i
         int toAdd, QPainter::TextDirection d, int from, int to, QColor bg ) const
 {
 #if APPLE_CHANGES
-    printf ("for string length %d, letterSpacing = %d\n", slen, letterSpacing);
     p->drawText(x, y, str + pos, std::min(slen - pos, len), from, to, toAdd, bg, d, letterSpacing, wordSpacing);
 #else
     QString qstr = QConstString(str, slen).string();

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list