[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc
weinig at apple.com
weinig at apple.com
Wed Dec 22 11:42:41 UTC 2010
The following commit has been merged in the debian/experimental branch:
commit a8c31ff08c36a6953e7cfdb2f80db4ab61c97bb1
Author: weinig at apple.com <weinig at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date: Wed Aug 4 18:44:43 2010 +0000
Set correct default minimumFontSize.
Reviewed by Anders Carlsson.
* Shared/WebPreferencesStore.cpp:
(WebKit::WebPreferencesStore::WebPreferencesStore):
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@64661 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/WebKit2/ChangeLog b/WebKit2/ChangeLog
index 9ce77e3..842262b 100644
--- a/WebKit2/ChangeLog
+++ b/WebKit2/ChangeLog
@@ -1,3 +1,12 @@
+2010-08-04 Sam Weinig <sam at webkit.org>
+
+ Reviewed by Anders Carlsson.
+
+ Set correct default minimumFontSize.
+
+ * Shared/WebPreferencesStore.cpp:
+ (WebKit::WebPreferencesStore::WebPreferencesStore):
+
2010-08-03 Adam Roben <aroben at apple.com>
Turn on PLATFORM_STRATEGIES on Windows
diff --git a/WebKit2/Shared/WebPreferencesStore.cpp b/WebKit2/Shared/WebPreferencesStore.cpp
index 5eb90e6..776e3fa 100644
--- a/WebKit2/Shared/WebPreferencesStore.cpp
+++ b/WebKit2/Shared/WebPreferencesStore.cpp
@@ -33,7 +33,7 @@ WebPreferencesStore::WebPreferencesStore()
, pluginsEnabled(true)
, offlineWebApplicationCacheEnabled(false)
, localStorageEnabled(true)
- , minimumFontSize(9)
+ , minimumFontSize(1)
, minimumLogicalFontSize(9)
, defaultFontSize(16)
, defaultFixedFontSize(13)
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list