[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 06:37:40 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 7950010dbaddd60b84b7474bcaea26f5a706a1b3
Author: darin <darin at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Sep 10 00:19:19 2002 +0000

            * kwq/KWQKHTMLPartImpl.mm: (KWQKHTMLPartImpl::nextKeyView):
    	Remove stray printf.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@2015 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog-2002-12-03 b/WebCore/ChangeLog-2002-12-03
index 29d3180..5538617 100644
--- a/WebCore/ChangeLog-2002-12-03
+++ b/WebCore/ChangeLog-2002-12-03
@@ -1,3 +1,8 @@
+2002-09-09  Darin Adler  <darin at apple.com>
+
+        * kwq/KWQKHTMLPartImpl.mm: (KWQKHTMLPartImpl::nextKeyView):
+	Remove stray printf.
+
 2002-09-09  David Hyatt  <hyatt at apple.com>
 
 	Switching over to the layer system for the handling of mouse
diff --git a/WebCore/ChangeLog-2003-10-25 b/WebCore/ChangeLog-2003-10-25
index 29d3180..5538617 100644
--- a/WebCore/ChangeLog-2003-10-25
+++ b/WebCore/ChangeLog-2003-10-25
@@ -1,3 +1,8 @@
+2002-09-09  Darin Adler  <darin at apple.com>
+
+        * kwq/KWQKHTMLPartImpl.mm: (KWQKHTMLPartImpl::nextKeyView):
+	Remove stray printf.
+
 2002-09-09  David Hyatt  <hyatt at apple.com>
 
 	Switching over to the layer system for the handling of mouse
diff --git a/WebCore/ChangeLog-2005-08-23 b/WebCore/ChangeLog-2005-08-23
index 29d3180..5538617 100644
--- a/WebCore/ChangeLog-2005-08-23
+++ b/WebCore/ChangeLog-2005-08-23
@@ -1,3 +1,8 @@
+2002-09-09  Darin Adler  <darin at apple.com>
+
+        * kwq/KWQKHTMLPartImpl.mm: (KWQKHTMLPartImpl::nextKeyView):
+	Remove stray printf.
+
 2002-09-09  David Hyatt  <hyatt at apple.com>
 
 	Switching over to the layer system for the handling of mouse
diff --git a/WebCore/kwq/KWQKHTMLPart.mm b/WebCore/kwq/KWQKHTMLPart.mm
index bb0e2cb..1823d30 100644
--- a/WebCore/kwq/KWQKHTMLPart.mm
+++ b/WebCore/kwq/KWQKHTMLPart.mm
@@ -610,7 +610,6 @@ NSView *KWQKHTMLPartImpl::nextKeyView(NodeImpl *node, KWQSelectionDirection dire
     }
     
     // If all else fails, make a loop by starting from 0.
-    printf("got all the way down to nextKeyViewInFrameHierarchy\n");
     return nextKeyViewInFrameHierarchy(0, direction);
 }
 
diff --git a/WebCore/kwq/KWQKHTMLPartImpl.mm b/WebCore/kwq/KWQKHTMLPartImpl.mm
index bb0e2cb..1823d30 100644
--- a/WebCore/kwq/KWQKHTMLPartImpl.mm
+++ b/WebCore/kwq/KWQKHTMLPartImpl.mm
@@ -610,7 +610,6 @@ NSView *KWQKHTMLPartImpl::nextKeyView(NodeImpl *node, KWQSelectionDirection dire
     }
     
     // If all else fails, make a loop by starting from 0.
-    printf("got all the way down to nextKeyViewInFrameHierarchy\n");
     return nextKeyViewInFrameHierarchy(0, direction);
 }
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list