[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.15-1-40151-g37bb677

rjw rjw at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 07:18:31 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 3d3be9b38e1201da9499952651d71d140f243f45
Author: rjw <rjw at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Jan 2 23:34:33 2003 +0000

            Increase the minimum font size to 9pt.  This bounds the lower
            size of the sizes array used for named sizes.  Net effect is
            to increase xx-small from 8pt to 9pt.  xx-small is used by
            www.microsoft.com.
    
            Reviewed by hyatt.
    
            * WebView.subproj/WebPreferences.m:
            (+[WebPreferences load]):
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@3239 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog
index a29b853..a89649d 100644
--- a/WebKit/ChangeLog
+++ b/WebKit/ChangeLog
@@ -1,3 +1,15 @@
+2003-01-02  Richard Williamson   <rjw at apple.com>
+
+        Increase the minimum font size to 9pt.  This bounds the lower
+        size of the sizes array used for named sizes.  Net effect is
+        to increase xx-small from 8pt to 9pt.  xx-small is used by
+        www.microsoft.com.
+                
+        Reviewed by hyatt.
+
+        * WebView.subproj/WebPreferences.m:
+        (+[WebPreferences load]):
+
 2003-01-02  Darin Adler  <darin at apple.com>
 
         Reviewed by Don.
diff --git a/WebKit/WebView.subproj/WebPreferences.m b/WebKit/WebView.subproj/WebPreferences.m
index c2edf89..b8e4ec5 100644
--- a/WebKit/WebView.subproj/WebPreferences.m
+++ b/WebKit/WebView.subproj/WebPreferences.m
@@ -88,7 +88,7 @@
         @"Lucida Grande",               WebKitSansSerifFontPreferenceKey,
         @"Apple Chancery",              WebKitCursiveFontPreferenceKey,
         @"Papyrus",                     WebKitFantasyFontPreferenceKey,
-        @"6",                           WebKitMinimumFontSizePreferenceKey,
+        @"9",                           WebKitMinimumFontSizePreferenceKey,
         @"14",                          WebKitDefaultFontSizePreferenceKey,
         @"14", 				WebKitDefaultFixedFontSizePreferenceKey,
 	@"latin1", 		        WebKitDefaultTextEncodingNamePreferenceKey,

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list