[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:14 UTC 2009
The following commit has been merged in the debian/unstable branch:
commit dd0066d05d1ba5222d3fe3bd073cfd6320d9f218
Author: sullivan <sullivan at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date: Fri Mar 8 00:50:24 2002 +0000
* Misc.subproj/IFError.m: (-[IFError errorDescription]):
Removed a line of debugging spam. Oops!
Made an untitled window appear at launch for Jaguar by adding a bogus
Editor document type.
* WebBrowser.pbproj/project.pbxproj:
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@718 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog
index 4a685e9..4694fab 100644
--- a/WebKit/ChangeLog
+++ b/WebKit/ChangeLog
@@ -1,7 +1,12 @@
+2002-03-07 John Sullivan <sullivan at apple.com>
+
+ * Misc.subproj/IFError.m: (-[IFError errorDescription]):
+ Removed a line of debugging spam. Oops!
+
2002-03-07 Richard Williamson <rjw at apple.com>
Fixed occasional scroll bar problem in iframes.
- Fixed occasional problem removing scroll bar onb main page.
+ Fixed occasional problem removing scroll bar on main page.
* WebView.subproj/IFDynamicScrollBarsView.m: (-[IFDynamicScrollBarsView
reflectScrolledClipView:]):
diff --git a/WebKit/ChangeLog-2002-12-03 b/WebKit/ChangeLog-2002-12-03
index 4a685e9..4694fab 100644
--- a/WebKit/ChangeLog-2002-12-03
+++ b/WebKit/ChangeLog-2002-12-03
@@ -1,7 +1,12 @@
+2002-03-07 John Sullivan <sullivan at apple.com>
+
+ * Misc.subproj/IFError.m: (-[IFError errorDescription]):
+ Removed a line of debugging spam. Oops!
+
2002-03-07 Richard Williamson <rjw at apple.com>
Fixed occasional scroll bar problem in iframes.
- Fixed occasional problem removing scroll bar onb main page.
+ Fixed occasional problem removing scroll bar on main page.
* WebView.subproj/IFDynamicScrollBarsView.m: (-[IFDynamicScrollBarsView
reflectScrolledClipView:]):
diff --git a/WebKit/Misc.subproj/IFError.m b/WebKit/Misc.subproj/IFError.m
index 2a52ea9..79340a3 100644
--- a/WebKit/Misc.subproj/IFError.m
+++ b/WebKit/Misc.subproj/IFError.m
@@ -134,7 +134,6 @@ static id IFErrorMake(int code)
- (NSString *)errorDescription
{
- NSLog(@"descriptions are %@", descriptions);
return [descriptions objectForKey: [NSNumber numberWithInt: errorCode]];
}
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list