[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:49:08 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 5a28ebdac9ece884fad11b43e9c7dd275b0341c1
Author: rjw <rjw at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sat Oct 12 06:10:20 2002 +0000

            Avoid one-click crasher.
    
            * Debug/SnippetController.m:
            (-[SnippetController load]):
    
            Remove debugging.
    
            * kwq/WebCoreDOMDocument.mm:
            (+[WebCoreDOMDocument documentWithImpl:DOM::]):
            * kwq/WebCoreDOMNode.mm:
            (-[WebCoreDOMNode lastChild]):
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@2311 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog-2002-12-03 b/WebCore/ChangeLog-2002-12-03
index 371c459..d0029eb 100644
--- a/WebCore/ChangeLog-2002-12-03
+++ b/WebCore/ChangeLog-2002-12-03
@@ -1,5 +1,14 @@
 2002-10-11  Richard Williamson   <rjw at apple.com>
 
+        Remove debugging.
+        
+        * kwq/WebCoreDOMDocument.mm:
+        (+[WebCoreDOMDocument documentWithImpl:DOM::]):
+        * kwq/WebCoreDOMNode.mm:
+        (-[WebCoreDOMNode lastChild]):
+
+2002-10-11  Richard Williamson   <rjw at apple.com>
+
         More DOM/attributed string work.  Still need to fix more
         inappropriate casting problems.
         
diff --git a/WebCore/ChangeLog-2003-10-25 b/WebCore/ChangeLog-2003-10-25
index 371c459..d0029eb 100644
--- a/WebCore/ChangeLog-2003-10-25
+++ b/WebCore/ChangeLog-2003-10-25
@@ -1,5 +1,14 @@
 2002-10-11  Richard Williamson   <rjw at apple.com>
 
+        Remove debugging.
+        
+        * kwq/WebCoreDOMDocument.mm:
+        (+[WebCoreDOMDocument documentWithImpl:DOM::]):
+        * kwq/WebCoreDOMNode.mm:
+        (-[WebCoreDOMNode lastChild]):
+
+2002-10-11  Richard Williamson   <rjw at apple.com>
+
         More DOM/attributed string work.  Still need to fix more
         inappropriate casting problems.
         
diff --git a/WebCore/ChangeLog-2005-08-23 b/WebCore/ChangeLog-2005-08-23
index 371c459..d0029eb 100644
--- a/WebCore/ChangeLog-2005-08-23
+++ b/WebCore/ChangeLog-2005-08-23
@@ -1,5 +1,14 @@
 2002-10-11  Richard Williamson   <rjw at apple.com>
 
+        Remove debugging.
+        
+        * kwq/WebCoreDOMDocument.mm:
+        (+[WebCoreDOMDocument documentWithImpl:DOM::]):
+        * kwq/WebCoreDOMNode.mm:
+        (-[WebCoreDOMNode lastChild]):
+
+2002-10-11  Richard Williamson   <rjw at apple.com>
+
         More DOM/attributed string work.  Still need to fix more
         inappropriate casting problems.
         
diff --git a/WebCore/kwq/WebCoreDOMDocument.mm b/WebCore/kwq/WebCoreDOMDocument.mm
index 31e42a7..4eb0145 100644
--- a/WebCore/kwq/WebCoreDOMDocument.mm
+++ b/WebCore/kwq/WebCoreDOMDocument.mm
@@ -138,7 +138,6 @@ DOM::DOMString NSStringToDOMString(NSString *aString)
 
 + (WebCoreDOMDocument *)documentWithImpl: (DOM::DocumentImpl *)_impl
 {
-    printf ("documentWithImpl:  _impl = %p, lastChild = %p\n", _impl, _impl->lastChild());
     return [[(WebCoreDOMDocument *)[WebCoreDOMDocument alloc] initWithImpl: _impl] autorelease];
 }
 
diff --git a/WebCore/kwq/WebCoreDOMNode.mm b/WebCore/kwq/WebCoreDOMNode.mm
index dac9fa5..0f155e5 100644
--- a/WebCore/kwq/WebCoreDOMNode.mm
+++ b/WebCore/kwq/WebCoreDOMNode.mm
@@ -114,8 +114,6 @@ DOM::ProcessingInstruction DOM::ProcessingInstructionImpl::createInstance(Proces
     DOM::Node instance([self impl]);
     DOM::NodeImpl *lastChild = instance.lastChild().handle();
     
-    printf ("lastChild = %p\n", lastChild);
-    
     if (lastChild)
         return [WebCoreDOMNode nodeWithImpl: lastChild];
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list