[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 05:59:09 UTC 2009
The following commit has been merged in the debian/unstable branch:
commit f8f066d2f14f77e970f16c799d2c36dc9cfbdf7a
Author: darin <darin at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date: Wed Mar 27 16:23:53 2002 +0000
* NSStringBrowserAdditions.m: (+[NSString urlStringWithUserTypedString:]):
Add ".com" to the end if there's no ".". Add "file:" to the beginning if the
thing begins with a "/".
* Preferences.subproj/TextPreferences.m:
(-[TextPreferences initializeFromDefaults]): Switch back to serif font, since
using Luicida Grande was exposing some font bugs.
* WebView.subproj/IFPreferences.mm: (+[IFPreferences load]): Switch back
to serif font, since using Luicida Grande was exposing some font bugs.
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@868 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog
index df046aa..0b601e3 100644
--- a/WebKit/ChangeLog
+++ b/WebKit/ChangeLog
@@ -1,3 +1,8 @@
+2002-03-27 Darin Adler <darin at apple.com>
+
+ * WebView.subproj/IFPreferences.mm: (+[IFPreferences load]): Switch back
+ to serif font, since using Luicida Grande was exposing some font bugs.
+
2002-03-26 Maciej Stachowiak <mjs at apple.com>
* WebKit.pbproj/project.pbxproj: Fixed to build with standalone
diff --git a/WebKit/ChangeLog-2002-12-03 b/WebKit/ChangeLog-2002-12-03
index df046aa..0b601e3 100644
--- a/WebKit/ChangeLog-2002-12-03
+++ b/WebKit/ChangeLog-2002-12-03
@@ -1,3 +1,8 @@
+2002-03-27 Darin Adler <darin at apple.com>
+
+ * WebView.subproj/IFPreferences.mm: (+[IFPreferences load]): Switch back
+ to serif font, since using Luicida Grande was exposing some font bugs.
+
2002-03-26 Maciej Stachowiak <mjs at apple.com>
* WebKit.pbproj/project.pbxproj: Fixed to build with standalone
diff --git a/WebKit/WebView.subproj/IFPreferences.mm b/WebKit/WebView.subproj/IFPreferences.mm
index b3dd43a..f393ede 100644
--- a/WebKit/WebView.subproj/IFPreferences.mm
+++ b/WebKit/WebView.subproj/IFPreferences.mm
@@ -45,10 +45,10 @@ static IFPreferences *_standardPreferences = nil;
NSDictionary *dict = [NSDictionary dictionaryWithObjectsAndKeys:
@"0x0", WebKitLogLevelPreferenceKey,
- @"Lucida Grande", WebKitStandardFontPreferenceKey,
+ @"Georgia", WebKitStandardFontPreferenceKey,
@"Monaco", WebKitFixedFontPreferenceKey,
@"Georgia", WebKitSerifFontPreferenceKey,
- @"Lucida Grande", WebKitSansSerifFontPreferenceKey,
+ @"Arial", WebKitSansSerifFontPreferenceKey,
@"Apple Chancery", WebKitCursiveFontPreferenceKey,
@"Papyrus", WebKitFantasyFontPreferenceKey,
@"6", WebKitMinimumFontSizePreferenceKey,
diff --git a/WebKit/WebView.subproj/WebPreferences.m b/WebKit/WebView.subproj/WebPreferences.m
index b3dd43a..f393ede 100644
--- a/WebKit/WebView.subproj/WebPreferences.m
+++ b/WebKit/WebView.subproj/WebPreferences.m
@@ -45,10 +45,10 @@ static IFPreferences *_standardPreferences = nil;
NSDictionary *dict = [NSDictionary dictionaryWithObjectsAndKeys:
@"0x0", WebKitLogLevelPreferenceKey,
- @"Lucida Grande", WebKitStandardFontPreferenceKey,
+ @"Georgia", WebKitStandardFontPreferenceKey,
@"Monaco", WebKitFixedFontPreferenceKey,
@"Georgia", WebKitSerifFontPreferenceKey,
- @"Lucida Grande", WebKitSansSerifFontPreferenceKey,
+ @"Arial", WebKitSansSerifFontPreferenceKey,
@"Apple Chancery", WebKitCursiveFontPreferenceKey,
@"Papyrus", WebKitFantasyFontPreferenceKey,
@"6", WebKitMinimumFontSizePreferenceKey,
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list