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

sullivan sullivan at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 07:54:49 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 8602a34bdb4a919839451a4f65333250cda0abc4
Author: sullivan <sullivan at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Sep 1 17:59:44 2003 +0000

            * kwq/KWQPainter.mm:
            (QPainter::drawLine):
    	Removed the ERROR that warns of the CG memory trashing bug, now
    	that we are enough builds away from it that it is (almost?) never
    	reported anymore.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@4921 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog-2003-10-25 b/WebCore/ChangeLog-2003-10-25
index 3383853..e93c60d 100644
--- a/WebCore/ChangeLog-2003-10-25
+++ b/WebCore/ChangeLog-2003-10-25
@@ -1,3 +1,11 @@
+2003-09-01  John Sullivan  <sullivan at apple.com>
+
+        * kwq/KWQPainter.mm:
+        (QPainter::drawLine):
+	Removed the ERROR that warns of the CG memory trashing bug, now
+	that we are enough builds away from it that it is (almost?) never
+	reported anymore.
+
 === Safari-96 ===
 
 2003-08-29  Maciej Stachowiak  <mjs at apple.com>
diff --git a/WebCore/ChangeLog-2005-08-23 b/WebCore/ChangeLog-2005-08-23
index 3383853..e93c60d 100644
--- a/WebCore/ChangeLog-2005-08-23
+++ b/WebCore/ChangeLog-2005-08-23
@@ -1,3 +1,11 @@
+2003-09-01  John Sullivan  <sullivan at apple.com>
+
+        * kwq/KWQPainter.mm:
+        (QPainter::drawLine):
+	Removed the ERROR that warns of the CG memory trashing bug, now
+	that we are enough builds away from it that it is (almost?) never
+	reported anymore.
+
 === Safari-96 ===
 
 2003-08-29  Maciej Stachowiak  <mjs at apple.com>
diff --git a/WebCore/kwq/KWQPainter.mm b/WebCore/kwq/KWQPainter.mm
index 0055afc..b6b439c 100644
--- a/WebCore/kwq/KWQPainter.mm
+++ b/WebCore/kwq/KWQPainter.mm
@@ -255,8 +255,6 @@ void QPainter::drawLine(int x1, int y1, int x2, int y2)
     [graphicsContext setShouldAntialias: NO];
     
     if (patWidth) {
-	ERROR("Drawing a dashed line. This may trigger a CoreGraphics memory trasher.");
-
         // Do a rect fill of our endpoints.  This ensures we always have the
         // appearance of being a border.  We then draw the actual dotted/dashed line.
         if (x1 == x2) {

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list