[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 05:57:24 UTC 2009
The following commit has been merged in the debian/unstable branch:
commit ceadc53bb37ea2275c1681c207ccb51039a4f203
Author: rjw <rjw at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date: Thu Mar 14 02:03:29 2002 +0000
Removed fprintfs.
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@735 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/WebCore/kwq/KWQKHTMLPart.mm b/WebCore/kwq/KWQKHTMLPart.mm
index 1753e1c..e37a5af 100644
--- a/WebCore/kwq/KWQKHTMLPart.mm
+++ b/WebCore/kwq/KWQKHTMLPart.mm
@@ -1683,14 +1683,14 @@ bool KHTMLPart::requestFrame( khtml::RenderPart *frame, const QString &url, cons
IFWebFrame *aFrame;
IFWebDataSource *dataSource;
- fprintf (stdout, "0x%08x requestFrame(): part = 0x%08x, name = %s, url = %s\n", (unsigned int)this, (unsigned int)frame, frameName.latin1(), url.latin1());
+ //fprintf (stdout, "0x%08x requestFrame(): part = 0x%08x, name = %s, url = %s\n", (unsigned int)this, (unsigned int)frame, frameName.latin1(), url.latin1());
dataSource = getDataSource();
aFrame =[dataSource frameNamed: nsframeName];
if (aFrame){
- fprintf (stdout, "0x%08x requestFrame(): frame found part = 0x%08x\n", (unsigned int)this, (unsigned int)frame);
- fprintf (stdout, "0x%08x requestFrame(): frame found _widget = 0x%08x\n", (unsigned int)this, (unsigned int)[[aFrame view] _widget]);
- fprintf (stdout, "0x%08x requestFrame(): frame found _provisionalWidget = 0x%08x\n", (unsigned int)this, (unsigned int)[[aFrame view] _provisionalWidget]);
+ //fprintf (stdout, "0x%08x requestFrame(): frame found part = 0x%08x\n", (unsigned int)this, (unsigned int)frame);
+ //fprintf (stdout, "0x%08x requestFrame(): frame found _widget = 0x%08x\n", (unsigned int)this, (unsigned int)[[aFrame view] _widget]);
+ //fprintf (stdout, "0x%08x requestFrame(): frame found _provisionalWidget = 0x%08x\n", (unsigned int)this, (unsigned int)[[aFrame view] _provisionalWidget]);
// ?
if ([[aFrame view] _provisionalWidget])
frame->setWidget ([[aFrame view] _provisionalWidget]);
@@ -1708,7 +1708,7 @@ bool KHTMLPart::requestFrame( khtml::RenderPart *frame, const QString &url, cons
oldDataSource = getDataSource();
controller = [oldDataSource controller];
- fprintf (stdout, "0x%08x requestFrame(): part = 0x%08x, oldDataSource = 0x%08x, [oldDataSource frame] = 0x%08x\n", (unsigned int)this, (unsigned int)frame, (unsigned int)oldDataSource, (unsigned int)[oldDataSource frame]);
+ //fprintf (stdout, "0x%08x requestFrame(): part = 0x%08x, oldDataSource = 0x%08x, [oldDataSource frame] = 0x%08x\n", (unsigned int)this, (unsigned int)frame, (unsigned int)oldDataSource, (unsigned int)[oldDataSource frame]);
newFrame = [controller createFrameNamed: nsframeName for: nil inParent: oldDataSource];
if (newFrame == nil){
diff --git a/WebCore/kwq/KWQKHTMLPartImpl.mm b/WebCore/kwq/KWQKHTMLPartImpl.mm
index 1753e1c..e37a5af 100644
--- a/WebCore/kwq/KWQKHTMLPartImpl.mm
+++ b/WebCore/kwq/KWQKHTMLPartImpl.mm
@@ -1683,14 +1683,14 @@ bool KHTMLPart::requestFrame( khtml::RenderPart *frame, const QString &url, cons
IFWebFrame *aFrame;
IFWebDataSource *dataSource;
- fprintf (stdout, "0x%08x requestFrame(): part = 0x%08x, name = %s, url = %s\n", (unsigned int)this, (unsigned int)frame, frameName.latin1(), url.latin1());
+ //fprintf (stdout, "0x%08x requestFrame(): part = 0x%08x, name = %s, url = %s\n", (unsigned int)this, (unsigned int)frame, frameName.latin1(), url.latin1());
dataSource = getDataSource();
aFrame =[dataSource frameNamed: nsframeName];
if (aFrame){
- fprintf (stdout, "0x%08x requestFrame(): frame found part = 0x%08x\n", (unsigned int)this, (unsigned int)frame);
- fprintf (stdout, "0x%08x requestFrame(): frame found _widget = 0x%08x\n", (unsigned int)this, (unsigned int)[[aFrame view] _widget]);
- fprintf (stdout, "0x%08x requestFrame(): frame found _provisionalWidget = 0x%08x\n", (unsigned int)this, (unsigned int)[[aFrame view] _provisionalWidget]);
+ //fprintf (stdout, "0x%08x requestFrame(): frame found part = 0x%08x\n", (unsigned int)this, (unsigned int)frame);
+ //fprintf (stdout, "0x%08x requestFrame(): frame found _widget = 0x%08x\n", (unsigned int)this, (unsigned int)[[aFrame view] _widget]);
+ //fprintf (stdout, "0x%08x requestFrame(): frame found _provisionalWidget = 0x%08x\n", (unsigned int)this, (unsigned int)[[aFrame view] _provisionalWidget]);
// ?
if ([[aFrame view] _provisionalWidget])
frame->setWidget ([[aFrame view] _provisionalWidget]);
@@ -1708,7 +1708,7 @@ bool KHTMLPart::requestFrame( khtml::RenderPart *frame, const QString &url, cons
oldDataSource = getDataSource();
controller = [oldDataSource controller];
- fprintf (stdout, "0x%08x requestFrame(): part = 0x%08x, oldDataSource = 0x%08x, [oldDataSource frame] = 0x%08x\n", (unsigned int)this, (unsigned int)frame, (unsigned int)oldDataSource, (unsigned int)[oldDataSource frame]);
+ //fprintf (stdout, "0x%08x requestFrame(): part = 0x%08x, oldDataSource = 0x%08x, [oldDataSource frame] = 0x%08x\n", (unsigned int)this, (unsigned int)frame, (unsigned int)oldDataSource, (unsigned int)[oldDataSource frame]);
newFrame = [controller createFrameNamed: nsframeName for: nil inParent: oldDataSource];
if (newFrame == nil){
diff --git a/WebCore/src/kwq/KWQKHTMLPart.mm b/WebCore/src/kwq/KWQKHTMLPart.mm
index 1753e1c..e37a5af 100644
--- a/WebCore/src/kwq/KWQKHTMLPart.mm
+++ b/WebCore/src/kwq/KWQKHTMLPart.mm
@@ -1683,14 +1683,14 @@ bool KHTMLPart::requestFrame( khtml::RenderPart *frame, const QString &url, cons
IFWebFrame *aFrame;
IFWebDataSource *dataSource;
- fprintf (stdout, "0x%08x requestFrame(): part = 0x%08x, name = %s, url = %s\n", (unsigned int)this, (unsigned int)frame, frameName.latin1(), url.latin1());
+ //fprintf (stdout, "0x%08x requestFrame(): part = 0x%08x, name = %s, url = %s\n", (unsigned int)this, (unsigned int)frame, frameName.latin1(), url.latin1());
dataSource = getDataSource();
aFrame =[dataSource frameNamed: nsframeName];
if (aFrame){
- fprintf (stdout, "0x%08x requestFrame(): frame found part = 0x%08x\n", (unsigned int)this, (unsigned int)frame);
- fprintf (stdout, "0x%08x requestFrame(): frame found _widget = 0x%08x\n", (unsigned int)this, (unsigned int)[[aFrame view] _widget]);
- fprintf (stdout, "0x%08x requestFrame(): frame found _provisionalWidget = 0x%08x\n", (unsigned int)this, (unsigned int)[[aFrame view] _provisionalWidget]);
+ //fprintf (stdout, "0x%08x requestFrame(): frame found part = 0x%08x\n", (unsigned int)this, (unsigned int)frame);
+ //fprintf (stdout, "0x%08x requestFrame(): frame found _widget = 0x%08x\n", (unsigned int)this, (unsigned int)[[aFrame view] _widget]);
+ //fprintf (stdout, "0x%08x requestFrame(): frame found _provisionalWidget = 0x%08x\n", (unsigned int)this, (unsigned int)[[aFrame view] _provisionalWidget]);
// ?
if ([[aFrame view] _provisionalWidget])
frame->setWidget ([[aFrame view] _provisionalWidget]);
@@ -1708,7 +1708,7 @@ bool KHTMLPart::requestFrame( khtml::RenderPart *frame, const QString &url, cons
oldDataSource = getDataSource();
controller = [oldDataSource controller];
- fprintf (stdout, "0x%08x requestFrame(): part = 0x%08x, oldDataSource = 0x%08x, [oldDataSource frame] = 0x%08x\n", (unsigned int)this, (unsigned int)frame, (unsigned int)oldDataSource, (unsigned int)[oldDataSource frame]);
+ //fprintf (stdout, "0x%08x requestFrame(): part = 0x%08x, oldDataSource = 0x%08x, [oldDataSource frame] = 0x%08x\n", (unsigned int)this, (unsigned int)frame, (unsigned int)oldDataSource, (unsigned int)[oldDataSource frame]);
newFrame = [controller createFrameNamed: nsframeName for: nil inParent: oldDataSource];
if (newFrame == nil){
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list