[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.15-1-40151-g37bb677

darin darin at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 07:25:30 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit c150d0d20f34e0fbc05a1960dd2ce896c03345e6
Author: darin <darin at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Feb 21 16:35:20 2003 +0000

            * kwq/KWQRenderTreeDebug.cpp: (write): Add missing spaces in render
            tree dump format.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@3684 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog-2003-10-25 b/WebCore/ChangeLog-2003-10-25
index 39122d7..dadff4a 100644
--- a/WebCore/ChangeLog-2003-10-25
+++ b/WebCore/ChangeLog-2003-10-25
@@ -1,3 +1,8 @@
+2003-02-21  Darin Adler  <darin at apple.com>
+
+        * kwq/KWQRenderTreeDebug.cpp: (write): Add missing spaces in render
+        tree dump format.
+
 2003-02-20  Maciej Stachowiak  <mjs at apple.com>
 
         Revert Dave's patch to these files, since it turned out to cause
diff --git a/WebCore/ChangeLog-2005-08-23 b/WebCore/ChangeLog-2005-08-23
index 39122d7..dadff4a 100644
--- a/WebCore/ChangeLog-2005-08-23
+++ b/WebCore/ChangeLog-2005-08-23
@@ -1,3 +1,8 @@
+2003-02-21  Darin Adler  <darin at apple.com>
+
+        * kwq/KWQRenderTreeDebug.cpp: (write): Add missing spaces in render
+        tree dump format.
+
 2003-02-20  Maciej Stachowiak  <mjs at apple.com>
 
         Revert Dave's patch to these files, since it turned out to cause
diff --git a/WebCore/kwq/KWQRenderTreeDebug.cpp b/WebCore/kwq/KWQRenderTreeDebug.cpp
index edc17c2..1000ab0 100644
--- a/WebCore/kwq/KWQRenderTreeDebug.cpp
+++ b/WebCore/kwq/KWQRenderTreeDebug.cpp
@@ -165,10 +165,10 @@ static void write(QTextStream &ts, const RenderLayerElement &e, int indent = 0)
     ts << " " << r;
     
     if (r != r.intersect(e.backgroundClipRect)) {
-        ts << " backgroundClip" << e.backgroundClipRect;
+        ts << " backgroundClip " << e.backgroundClipRect;
     }
     if (r != r.intersect(e.clipRect)) {
-        ts << " clip" << e.clipRect;
+        ts << " clip " << e.clipRect;
     }
     
     ts << "\n";

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list