[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:56:34 UTC 2009
The following commit has been merged in the debian/unstable branch:
commit efb34bd9398b547a8dace9608949122423954ed3
Author: sullivan <sullivan at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date: Mon Mar 4 22:20:11 2002 +0000
* WebView.subproj/IFWebDataSource.mm: (+[IFWebDataSource initialize]):
Reverted default fonts to what they were before I accidentally
checked in some debugging changes.
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@686 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog
index f2914c6..703be10 100644
--- a/WebKit/ChangeLog
+++ b/WebKit/ChangeLog
@@ -1,3 +1,9 @@
+2002-03-04 John Sullivan (local) <sullivan at apple.com>
+
+ * WebView.subproj/IFWebDataSource.mm: (+[IFWebDataSource initialize]):
+ Reverted default fonts to what they were before I accidentally
+ checked in some debugging changes.
+
2002-03-01 Richard Williamson <rjw at apple.com>
Fixed a potentially large leak in frames. View associated w/
diff --git a/WebKit/ChangeLog-2002-12-03 b/WebKit/ChangeLog-2002-12-03
index f2914c6..703be10 100644
--- a/WebKit/ChangeLog-2002-12-03
+++ b/WebKit/ChangeLog-2002-12-03
@@ -1,3 +1,9 @@
+2002-03-04 John Sullivan (local) <sullivan at apple.com>
+
+ * WebView.subproj/IFWebDataSource.mm: (+[IFWebDataSource initialize]):
+ Reverted default fonts to what they were before I accidentally
+ checked in some debugging changes.
+
2002-03-01 Richard Williamson <rjw at apple.com>
Fixed a potentially large leak in frames. View associated w/
diff --git a/WebKit/WebView.subproj/IFWebDataSource.mm b/WebKit/WebView.subproj/IFWebDataSource.mm
index a17086c..6506be0 100644
--- a/WebKit/WebView.subproj/IFWebDataSource.mm
+++ b/WebKit/WebView.subproj/IFWebDataSource.mm
@@ -21,12 +21,12 @@
NSDictionary *dict = [NSDictionary dictionaryWithObjectsAndKeys:
// @"0xffffffff", @"WebKitLogLevel",
@"0x0", @"WebKitLogLevel",
- @"ComicSansMS", @"WebKitStandardFont",
- @"ComicSansMS", @"WebKitFixedFont",
- @"ComicSansMS", @"WebKitSerifFont",
- @"ComicSansMS", @"WebKitSansSerifFont",
- @"ComicSansMS", @"WebKitCursiveFont",
- @"ComicSansMS", @"WebKitFantasyFont",
+ @"Times-Roman", @"WebKitStandardFont",
+ @"Courier", @"WebKitFixedFont",
+ @"Times-Roman", @"WebKitSerifFont",
+ @"Arial", @"WebKitSansSerifFont",
+ @"Times-Roman", @"WebKitCursiveFont",
+ @"Times-Roman", @"WebKitFantasyFont",
@"6", @"WebKitMinimumFontSize",
fontSizeArray, @"WebKitFontSizes",
pluginsEnabled, @"WebKitPluginsEnabled",
diff --git a/WebKit/WebView.subproj/WebDataSource.m b/WebKit/WebView.subproj/WebDataSource.m
index a17086c..6506be0 100644
--- a/WebKit/WebView.subproj/WebDataSource.m
+++ b/WebKit/WebView.subproj/WebDataSource.m
@@ -21,12 +21,12 @@
NSDictionary *dict = [NSDictionary dictionaryWithObjectsAndKeys:
// @"0xffffffff", @"WebKitLogLevel",
@"0x0", @"WebKitLogLevel",
- @"ComicSansMS", @"WebKitStandardFont",
- @"ComicSansMS", @"WebKitFixedFont",
- @"ComicSansMS", @"WebKitSerifFont",
- @"ComicSansMS", @"WebKitSansSerifFont",
- @"ComicSansMS", @"WebKitCursiveFont",
- @"ComicSansMS", @"WebKitFantasyFont",
+ @"Times-Roman", @"WebKitStandardFont",
+ @"Courier", @"WebKitFixedFont",
+ @"Times-Roman", @"WebKitSerifFont",
+ @"Arial", @"WebKitSansSerifFont",
+ @"Times-Roman", @"WebKitCursiveFont",
+ @"Times-Roman", @"WebKitFantasyFont",
@"6", @"WebKitMinimumFontSize",
fontSizeArray, @"WebKitFontSizes",
pluginsEnabled, @"WebKitPluginsEnabled",
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list