[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:41:26 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 8e0911799de6d1c7622ef82dd35a3097af1aedb5
Author: hyatt <hyatt at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sat May 10 00:13:49 2003 +0000

    	Change the minfontsize to 1, i.e., to have no minimum.  This
    	matches other browsers while still retaining the pref control
    	in WebKit.
    
    	Fixes www.gamespot.com.  The bug is 3254489.
    
            Reviewed by darin
    
            * WebView.subproj/WebPreferences.m:
            (+[WebPreferences initialize]):
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@4337 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog
index ae160c1..120e80c 100644
--- a/WebKit/ChangeLog
+++ b/WebKit/ChangeLog
@@ -1,3 +1,16 @@
+2003-05-09  David Hyatt  <hyatt at apple.com>
+
+	Change the minfontsize to 1, i.e., to have no minimum.  This
+	matches other browsers while still retaining the pref control
+	in WebKit.
+
+	Fixes www.gamespot.com.  The bug is 3254489.
+	
+        Reviewed by darin
+
+        * WebView.subproj/WebPreferences.m:
+        (+[WebPreferences initialize]):
+
 2003-05-09  Maciej Stachowiak  <mjs at apple.com>
 
         Reviewed by John.
diff --git a/WebKit/WebView.subproj/WebPreferences.m b/WebKit/WebView.subproj/WebPreferences.m
index 76a0492..f941f7e 100644
--- a/WebKit/WebView.subproj/WebPreferences.m
+++ b/WebKit/WebView.subproj/WebPreferences.m
@@ -86,7 +86,7 @@ NSString *WebPreferencesChangedNotification = @"WebPreferencesChangedNotificatio
         @"Helvetica",                   WebKitSansSerifFontPreferenceKey,
         @"Apple Chancery",              WebKitCursiveFontPreferenceKey,
         @"Papyrus",                     WebKitFantasyFontPreferenceKey,
-        @"9",                           WebKitMinimumFontSizePreferenceKey,
+        @"1",                           WebKitMinimumFontSizePreferenceKey,
         @"16",                          WebKitDefaultFontSizePreferenceKey,
         @"13",                          WebKitDefaultFixedFontSizePreferenceKey,
         @"latin1",                      WebKitDefaultTextEncodingNamePreferenceKey,

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list