Font Boosting: Add compile flag and runtime setting
https://bugs.webkit.org/show_bug.cgi?id=87394
Patch by John Mellor <johnme@chromium.org> on 2012-05-24
Reviewed by Adam Barth.
.:
Add ENABLE_FONT_BOOSTING.
* configure.ac:
Source/JavaScriptCore:
Add ENABLE_FONT_BOOSTING.
* Configurations/FeatureDefines.xcconfig:
Source/WebCore:
Add ENABLE_FONT_BOOSTING compile flag and fontBoostingEnabled runtime setting.
No functionality yet, so no new tests.
* Configurations/FeatureDefines.xcconfig:
* GNUmakefile.am:
* Target.pri:
* page/Settings.cpp:
(WebCore::Settings::Settings):
(WebCore::Settings::setFontBoostingEnabled):
(WebCore):
* page/Settings.h:
(Settings):
(WebCore::Settings::fontBoostingEnabled):
Source/WebKit/chromium:
Expose fontBoostingEnabled runtime setting via WebSettings.
* features.gypi:
* public/WebSettings.h:
* src/WebSettingsImpl.cpp:
(WebKit::WebSettingsImpl::setFontBoostingEnabled):
(WebKit):
* src/WebSettingsImpl.h:
(WebSettingsImpl):
Source/WebKit/mac:
Add ENABLE_FONT_BOOSTING.
* Configurations/FeatureDefines.xcconfig:
Source/WebKit2:
Add ENABLE_FONT_BOOSTING.
* Configurations/FeatureDefines.xcconfig:
Tools:
Add ENABLE_FONT_BOOSTING.
* Scripts/webkitperl/FeatureList.pm:
* qmake/mkspecs/features/features.pri:
WebKitLibraries:
Add ENABLE_FONT_BOOSTING.
* win/tools/vsprops/FeatureDefines.vsprops:
* win/tools/vsprops/FeatureDefinesCairo.vsprops:
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@118407 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/Source/JavaScriptCore/ChangeLog b/Source/JavaScriptCore/ChangeLog
index 4ccc2b6..86e86a6 100644
--- a/Source/JavaScriptCore/ChangeLog
+++ b/Source/JavaScriptCore/ChangeLog
@@ -1,3 +1,14 @@
+2012-05-24 John Mellor <johnme@chromium.org>
+
+ Font Boosting: Add compile flag and runtime setting
+ https://bugs.webkit.org/show_bug.cgi?id=87394
+
+ Reviewed by Adam Barth.
+
+ Add ENABLE_FONT_BOOSTING.
+
+ * Configurations/FeatureDefines.xcconfig:
+
2012-05-24 Allan Sandfeld Jensen <allan.jensen@nokia.com>
cti_vm_throw gets kicked out by gcc 4.6 -flto