[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:30:02 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit e3419f999c80dbc9ea7cbc13ee42ec970c3213ba
Author: rjw <rjw at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Aug 7 16:22:43 2002 +0000

            Turned off temporary debugging I accidentally checked in.
    
            * kwq/WebCoreBridge.mm:
            (-[WebCoreBridge drawRect:withPainter:]):
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@1764 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog-2002-12-03 b/WebCore/ChangeLog-2002-12-03
index 7268292..63ff90c 100644
--- a/WebCore/ChangeLog-2002-12-03
+++ b/WebCore/ChangeLog-2002-12-03
@@ -1,3 +1,10 @@
+2002-08-07  Richard Williamson (Home)  <rjw at apple.com>
+
+        Turned off temporary debugging I accidentally checked in.
+        
+        * kwq/WebCoreBridge.mm:
+        (-[WebCoreBridge drawRect:withPainter:]):
+
 2002-08-06  David Hyatt  <hyatt at apple.com>
 
 	Make user stylesheet changes dynamic.  Web documents will now
diff --git a/WebCore/ChangeLog-2003-10-25 b/WebCore/ChangeLog-2003-10-25
index 7268292..63ff90c 100644
--- a/WebCore/ChangeLog-2003-10-25
+++ b/WebCore/ChangeLog-2003-10-25
@@ -1,3 +1,10 @@
+2002-08-07  Richard Williamson (Home)  <rjw at apple.com>
+
+        Turned off temporary debugging I accidentally checked in.
+        
+        * kwq/WebCoreBridge.mm:
+        (-[WebCoreBridge drawRect:withPainter:]):
+
 2002-08-06  David Hyatt  <hyatt at apple.com>
 
 	Make user stylesheet changes dynamic.  Web documents will now
diff --git a/WebCore/ChangeLog-2005-08-23 b/WebCore/ChangeLog-2005-08-23
index 7268292..63ff90c 100644
--- a/WebCore/ChangeLog-2005-08-23
+++ b/WebCore/ChangeLog-2005-08-23
@@ -1,3 +1,10 @@
+2002-08-07  Richard Williamson (Home)  <rjw at apple.com>
+
+        Turned off temporary debugging I accidentally checked in.
+        
+        * kwq/WebCoreBridge.mm:
+        (-[WebCoreBridge drawRect:withPainter:]):
+
 2002-08-06  David Hyatt  <hyatt at apple.com>
 
 	Make user stylesheet changes dynamic.  Web documents will now
diff --git a/WebCore/kwq/WebCoreBridge.mm b/WebCore/kwq/WebCoreBridge.mm
index c036704..b8ecfab 100644
--- a/WebCore/kwq/WebCoreBridge.mm
+++ b/WebCore/kwq/WebCoreBridge.mm
@@ -180,7 +180,6 @@ using khtml::RenderPart;
     RenderObject *renderer = part->impl->getRenderer();
     KHTMLView *view = part->impl->getView();
 
-#define DEBUG_DRAWING
 #ifdef DEBUG_DRAWING
     [[NSColor redColor] set];
     [NSBezierPath fillRect:[view->getView() visibleRect]];

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list