[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 05:57:15 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit b1703c438c0e2ee9ae1d1998ff631bd087595ebf
Author: sullivan <sullivan at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Mar 8 17:06:17 2002 +0000

    	* src/kwq/KWQKHTMLPart.mm: (KHTMLPart::openURL), (KHTMLPart::end):
    	Changed openURL() and end() messages to use debug levels. You
    	can see these by setting your WebKitLogLevel mask to include
    	0x00000008
    
        Changed all use of NSLog to use WebKitDebug stuff instead. You can see all
        of these by setting your WebKitLogLevel mask to include 0x01000000
    
    	* BrowserDocument.m: (-[BrowserDocument saveScrollPosition]), (-[BrowserDocument
    	restoreScrollPosition]), (-[BrowserDocument goToURL:withLoadType:]),
    	(-[BrowserDocument receivedProgress:forResource:fromDataSource:]),
    	(-[BrowserDocument receivedError:forResource:partialProgress:fromDataSource:]),
    	(-[BrowserDocument statusTextForDataSource:]), (-[BrowserDocument
    	locationWillChangeTo:forFrame:]), (-[BrowserDocument
    	locationChangeStartedForFrame:]), (-[BrowserDocument
    	locationChangeCommittedForFrame:]), (-[BrowserDocument
    	locationChangeDone:forFrame:]), (-[BrowserDocument
    	receivedPageTitle:forDataSource:]), (-[BrowserDocument
    	serverRedirectTo:forDataSource:]), (-[BrowserDocument
    	createFrameNamed:for:inParent:]), (-[BrowserDocument mainFrame]),
    	(-[BrowserDocument frameForDataSource:]):
    
    	* WebBrowser.pbproj/project.pbxproj: Moved recently-added files to alpha
    	ordered spot in file list.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@719 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog-2002-12-03 b/WebCore/ChangeLog-2002-12-03
index 25bdd29..801cfdc 100644
--- a/WebCore/ChangeLog-2002-12-03
+++ b/WebCore/ChangeLog-2002-12-03
@@ -1,3 +1,10 @@
+2002-03-08  John Sullivan  <sullivan at apple.com>
+
+	* src/kwq/KWQKHTMLPart.mm: (KHTMLPart::openURL), (KHTMLPart::end):
+	Changed openURL() and end() messages to use debug levels. You
+	can see these by setting your WebKitLogLevel mask to include 
+	0x00000008
+
 2002-03-07  John Sullivan  <sullivan at apple.com>
 
 	* src/kwq/kwqdebug.h: New debug level constants, kept in
diff --git a/WebCore/ChangeLog-2003-10-25 b/WebCore/ChangeLog-2003-10-25
index 25bdd29..801cfdc 100644
--- a/WebCore/ChangeLog-2003-10-25
+++ b/WebCore/ChangeLog-2003-10-25
@@ -1,3 +1,10 @@
+2002-03-08  John Sullivan  <sullivan at apple.com>
+
+	* src/kwq/KWQKHTMLPart.mm: (KHTMLPart::openURL), (KHTMLPart::end):
+	Changed openURL() and end() messages to use debug levels. You
+	can see these by setting your WebKitLogLevel mask to include 
+	0x00000008
+
 2002-03-07  John Sullivan  <sullivan at apple.com>
 
 	* src/kwq/kwqdebug.h: New debug level constants, kept in
diff --git a/WebCore/ChangeLog-2005-08-23 b/WebCore/ChangeLog-2005-08-23
index 25bdd29..801cfdc 100644
--- a/WebCore/ChangeLog-2005-08-23
+++ b/WebCore/ChangeLog-2005-08-23
@@ -1,3 +1,10 @@
+2002-03-08  John Sullivan  <sullivan at apple.com>
+
+	* src/kwq/KWQKHTMLPart.mm: (KHTMLPart::openURL), (KHTMLPart::end):
+	Changed openURL() and end() messages to use debug levels. You
+	can see these by setting your WebKitLogLevel mask to include 
+	0x00000008
+
 2002-03-07  John Sullivan  <sullivan at apple.com>
 
 	* src/kwq/kwqdebug.h: New debug level constants, kept in
diff --git a/WebCore/kwq/KWQKHTMLPart.mm b/WebCore/kwq/KWQKHTMLPart.mm
index 738507d..e0b2d5a 100644
--- a/WebCore/kwq/KWQKHTMLPart.mm
+++ b/WebCore/kwq/KWQKHTMLPart.mm
@@ -376,7 +376,7 @@ void KHTMLPart::slotData(id handle, const char *bytes, int length)
 
 bool KHTMLPart::openURL( const KURL &url )
 {
-    fprintf (stdout, "0x%08x openURL(): for url %s\n", (unsigned int)this, url.url().latin1());
+    KWQDEBUG2 ("0x%08x openURL(): for url %s\n", (unsigned int)this, url.url().latin1());
 
     // Close the previous URL.
     closeURL();
@@ -767,7 +767,7 @@ void KHTMLPart::write( const QString &str )
 
 void KHTMLPart::end()
 {
-    fprintf (stdout, "0x%08x end(): for url %s\n", (unsigned int)this, d->m_url.url().latin1());
+    KWQDEBUG2 ("0x%08x end(): for url %s\n", (unsigned int)this, d->m_url.url().latin1());
     // make sure nothing's left in there...
     //if(d->m_decoder)
     //    write(d->m_decoder->flush());
diff --git a/WebCore/kwq/KWQKHTMLPartImpl.mm b/WebCore/kwq/KWQKHTMLPartImpl.mm
index 738507d..e0b2d5a 100644
--- a/WebCore/kwq/KWQKHTMLPartImpl.mm
+++ b/WebCore/kwq/KWQKHTMLPartImpl.mm
@@ -376,7 +376,7 @@ void KHTMLPart::slotData(id handle, const char *bytes, int length)
 
 bool KHTMLPart::openURL( const KURL &url )
 {
-    fprintf (stdout, "0x%08x openURL(): for url %s\n", (unsigned int)this, url.url().latin1());
+    KWQDEBUG2 ("0x%08x openURL(): for url %s\n", (unsigned int)this, url.url().latin1());
 
     // Close the previous URL.
     closeURL();
@@ -767,7 +767,7 @@ void KHTMLPart::write( const QString &str )
 
 void KHTMLPart::end()
 {
-    fprintf (stdout, "0x%08x end(): for url %s\n", (unsigned int)this, d->m_url.url().latin1());
+    KWQDEBUG2 ("0x%08x end(): for url %s\n", (unsigned int)this, d->m_url.url().latin1());
     // make sure nothing's left in there...
     //if(d->m_decoder)
     //    write(d->m_decoder->flush());
diff --git a/WebCore/src/kwq/KWQKHTMLPart.mm b/WebCore/src/kwq/KWQKHTMLPart.mm
index 738507d..e0b2d5a 100644
--- a/WebCore/src/kwq/KWQKHTMLPart.mm
+++ b/WebCore/src/kwq/KWQKHTMLPart.mm
@@ -376,7 +376,7 @@ void KHTMLPart::slotData(id handle, const char *bytes, int length)
 
 bool KHTMLPart::openURL( const KURL &url )
 {
-    fprintf (stdout, "0x%08x openURL(): for url %s\n", (unsigned int)this, url.url().latin1());
+    KWQDEBUG2 ("0x%08x openURL(): for url %s\n", (unsigned int)this, url.url().latin1());
 
     // Close the previous URL.
     closeURL();
@@ -767,7 +767,7 @@ void KHTMLPart::write( const QString &str )
 
 void KHTMLPart::end()
 {
-    fprintf (stdout, "0x%08x end(): for url %s\n", (unsigned int)this, d->m_url.url().latin1());
+    KWQDEBUG2 ("0x%08x end(): for url %s\n", (unsigned int)this, d->m_url.url().latin1());
     // make sure nothing's left in there...
     //if(d->m_decoder)
     //    write(d->m_decoder->flush());

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list