[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.15-1-40151-g37bb677
hyatt
hyatt at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 07:46:21 UTC 2009
The following commit has been merged in the debian/unstable branch:
commit 0ebab597f6d334eed0f1d8fabf341fda0ca06bac
Author: hyatt <hyatt at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date: Tue Jul 8 07:20:03 2003 +0000
Change minimum font size pref value back to 9. This change
has been made in conjunction with associated WebCore changes
that allow us to institute a minimum font size safely without
the need for a visible GUI pref.
Reviewed by darin
* WebView.subproj/WebPreferences.m:
(+[WebPreferences initialize]):
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@4600 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog
index c625449..3c265b8 100644
--- a/WebKit/ChangeLog
+++ b/WebKit/ChangeLog
@@ -1,3 +1,15 @@
+2003-07-08 Dave Hyatt <hyatt at apple.com>
+
+ Change minimum font size pref value back to 9. This change
+ has been made in conjunction with associated WebCore changes
+ that allow us to institute a minimum font size safely without
+ the need for a visible GUI pref.
+
+ Reviewed by darin
+
+ * WebView.subproj/WebPreferences.m:
+ (+[WebPreferences initialize]):
+
2003-07-07 Maciej Stachowiak <mjs at apple.com>
Reviewed by John.
diff --git a/WebKit/WebView.subproj/WebPreferences.m b/WebKit/WebView.subproj/WebPreferences.m
index dca78cb..be9ba3d 100644
--- a/WebKit/WebView.subproj/WebPreferences.m
+++ b/WebKit/WebView.subproj/WebPreferences.m
@@ -178,7 +178,7 @@ NS_ENDHANDLER
@"Helvetica", WebKitSansSerifFontPreferenceKey,
@"Apple Chancery", WebKitCursiveFontPreferenceKey,
@"Papyrus", WebKitFantasyFontPreferenceKey,
- @"1", WebKitMinimumFontSizePreferenceKey,
+ @"9", WebKitMinimumFontSizePreferenceKey,
@"16", WebKitDefaultFontSizePreferenceKey,
@"13", WebKitDefaultFixedFontSizePreferenceKey,
@"latin1", WebKitDefaultTextEncodingNamePreferenceKey,
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list