[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:54:42 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit e94b5b50fb50d074f3d3c8d87fe9d94406f96577
Author: rjw <rjw at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sat Oct 26 02:14:36 2002 +0000

            Removed debug logging.
    
            * khtml/rendering/font.cpp:
            (Font::drawText):
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@2474 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog-2002-12-03 b/WebCore/ChangeLog-2002-12-03
index 523cba5..31fddcc 100644
--- a/WebCore/ChangeLog-2002-12-03
+++ b/WebCore/ChangeLog-2002-12-03
@@ -1,5 +1,12 @@
 2002-10-25  Richard Williamson   <rjw at apple.com>
 
+        Removed debug logging.
+        
+        * khtml/rendering/font.cpp:
+        (Font::drawText):
+
+2002-10-25  Richard Williamson   <rjw at apple.com>
+
         Implemented support for bidi text layout.  WebCore
         temporarily depends on SPI to get unicode character
         attribute from CF.  This will change shortly.
diff --git a/WebCore/ChangeLog-2003-10-25 b/WebCore/ChangeLog-2003-10-25
index 523cba5..31fddcc 100644
--- a/WebCore/ChangeLog-2003-10-25
+++ b/WebCore/ChangeLog-2003-10-25
@@ -1,5 +1,12 @@
 2002-10-25  Richard Williamson   <rjw at apple.com>
 
+        Removed debug logging.
+        
+        * khtml/rendering/font.cpp:
+        (Font::drawText):
+
+2002-10-25  Richard Williamson   <rjw at apple.com>
+
         Implemented support for bidi text layout.  WebCore
         temporarily depends on SPI to get unicode character
         attribute from CF.  This will change shortly.
diff --git a/WebCore/ChangeLog-2005-08-23 b/WebCore/ChangeLog-2005-08-23
index 523cba5..31fddcc 100644
--- a/WebCore/ChangeLog-2005-08-23
+++ b/WebCore/ChangeLog-2005-08-23
@@ -1,5 +1,12 @@
 2002-10-25  Richard Williamson   <rjw at apple.com>
 
+        Removed debug logging.
+        
+        * khtml/rendering/font.cpp:
+        (Font::drawText):
+
+2002-10-25  Richard Williamson   <rjw at apple.com>
+
         Implemented support for bidi text layout.  WebCore
         temporarily depends on SPI to get unicode character
         attribute from CF.  This will change shortly.
diff --git a/WebCore/khtml/rendering/font.cpp b/WebCore/khtml/rendering/font.cpp
index 94a7dae..abba2aa 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
 {
 #ifdef APPLE_CHANGES
-    printf ("QPainter::TextDirection d = %s\n", d == QPainter::RTL ? "QPainter::RTL" : "QPainter::LTR");
     p->drawText(x, y, str + pos, std::min(slen - pos, len), from, to, toAdd, bg, d);
 #else
     QString qstr = QConstString(str, slen).string();

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list