[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:51:20 UTC 2009
The following commit has been merged in the debian/unstable branch:
commit d94aaa6a426703da4981cde0f73a8d14cc421ec8
Author: darin <darin at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date: Sat Oct 19 17:19:35 2002 +0000
* WebView.subproj/WebFramePrivate.m: (-[WebFrame _transitionToCommitted]):
Removed stray printf.
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@2376 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog
index b819fe8..2c46ed1 100644
--- a/WebKit/ChangeLog
+++ b/WebKit/ChangeLog
@@ -1,3 +1,8 @@
+2002-10-19 Darin Adler <darin at apple.com>
+
+ * WebView.subproj/WebFramePrivate.m: (-[WebFrame _transitionToCommitted]):
+ Removed stray printf.
+
2002-10-18 Richard Williamson <rjw at apple.com>
Changed name to setUsesBackForwardList: from
diff --git a/WebKit/ChangeLog-2002-12-03 b/WebKit/ChangeLog-2002-12-03
index b819fe8..2c46ed1 100644
--- a/WebKit/ChangeLog-2002-12-03
+++ b/WebKit/ChangeLog-2002-12-03
@@ -1,3 +1,8 @@
+2002-10-19 Darin Adler <darin at apple.com>
+
+ * WebView.subproj/WebFramePrivate.m: (-[WebFrame _transitionToCommitted]):
+ Removed stray printf.
+
2002-10-18 Richard Williamson <rjw at apple.com>
Changed name to setUsesBackForwardList: from
diff --git a/WebKit/WebView.subproj/WebFramePrivate.m b/WebKit/WebView.subproj/WebFramePrivate.m
index 2cca372..a58c795 100644
--- a/WebKit/WebView.subproj/WebFramePrivate.m
+++ b/WebKit/WebView.subproj/WebFramePrivate.m
@@ -353,9 +353,8 @@ static const char * const stateNames[] = {
[[[self controller] locationChangeDelegate] locationChangeCommittedForDataSource:ds];
// If we have a title let the controller know about it.
- if (ptitle){
- printf ("WebFramePrivate: setting title to %s\n", [ptitle cString]);
- [entry setTitle: ptitle];
+ if (ptitle) {
+ [entry setTitle:ptitle];
[[[self controller] locationChangeDelegate] receivedPageTitle:ptitle forDataSource:ds];
}
break;
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list