summaryrefslogtreecommitdiffstats
path: root/WebKitLibraries/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'WebKitLibraries/ChangeLog')
-rw-r--r--WebKitLibraries/ChangeLog167
1 files changed, 167 insertions, 0 deletions
diff --git a/WebKitLibraries/ChangeLog b/WebKitLibraries/ChangeLog
index a0f1cef..b4d72ac 100644
--- a/WebKitLibraries/ChangeLog
+++ b/WebKitLibraries/ChangeLog
@@ -1,3 +1,170 @@
+2010-01-29 Mark Rowe <mrowe@apple.com>
+
+ Keep the Windows feature defines in sync with FeatureDefines.xcconfig.
+
+ * win/tools/vsprops/FeatureDefines.vsprops:
+ * win/tools/vsprops/FeatureDefinesCairo.vsprops:
+
+2010-01-26 Alexey Proskuryakov <ap@apple.com>
+
+ More Windows build fixing.
+
+ * win/tools/vsprops/common.vsprops: Disable warning C4180 (qualifier applied to function
+ type has no meaning; ignored). This is a known bug - MSVC tries to compile a wrong
+ specialization sometimes - but it's not instantiated, so it's harmless.
+
+2010-01-22 Steve Falkenburg <sfalken@apple.com>
+
+ Reviewed by Darin Adler.
+
+ https://bugs.webkit.org/show_bug.cgi?id=34025
+ Enable client-based Geolocation abstraction for Mac, Windows AppleWebKit targets.
+
+ * win/tools/vsprops/FeatureDefines.vsprops:
+ * win/tools/vsprops/FeatureDefinesCairo.vsprops:
+
+2010-01-20 Steve Falkenburg <sfalken@apple.com>
+
+ Reviewed by Darin Adler and Adam Roben.
+
+ Feature defines are difficult to maintain on Windows builds
+ https://bugs.webkit.org/show_bug.cgi?id=33883
+
+ FeatureDefines.vsprops are now maintained in a way similar to
+ Configurations/FeatureDefines.xcconfig, with the added advantage
+ of having a single FeatureDefines file across all projects.
+
+ Keep this list of features (not enabled/disabled state) in sync with
+ FeatureDefines.xcconfig files in JavaScriptCore, WebCore, and WebKit.
+
+ Add new features to both PreprocessorDefinitions and UserMacro sections.
+ Set any ENABLE_FEATURE_NAME macro to an empty string to disable that feature.
+
+ * win/tools/scripts/feature-defines.sh: Added.
+ * win/tools/vsprops/FeatureDefines.vsprops: Added.
+ * win/tools/vsprops/FeatureDefinesCairo.vsprops: Added.
+ * win/tools/vsprops/WinCairo.vsprops: Removed ENABLE_FILTERS. Now set in FeatureDefinesCairo.vsprops.
+
+2010-01-13 Simon Fraser <simon.fraser@apple.com>
+
+ Reviewed by Darin Adler.
+
+ <rdar://problem/7532544>
+
+ Expose new method on WebKitSystemInterface, WKGetUserToBaseCTM(), which will
+ be used for a shadow drawing fix. Once more, with feeling. On Windows.
+
+ * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
+ * win/lib/WebKitSystemInterface.lib:
+ * win/lib/WebKitSystemInterface_debug.lib:
+
+2010-01-13 Simon Fraser <simon.fraser@apple.com>
+
+ Reviewed by Darin Adler.
+
+ <rdar://problem/7532544>
+
+ Expose new method on WebKitSystemInterface, WKGetUserToBaseCTM(), which will
+ be used for a shadow drawing fix.
+
+ * win/lib/WebKitSystemInterface.lib:
+ * win/lib/WebKitSystemInterface_debug.lib:
+
+2010-01-13 Simon Fraser <simon.fraser@apple.com>
+
+ Reviewed by Darin Adler.
+
+ <rdar://problem/7532544>
+
+ Expose new method on WebKitSystemInterface, WKGetUserToBaseCTM(), which will
+ be used for a shadow drawing fix.
+
+ * WebKitSystemInterface.h:
+ * libWebKitSystemInterfaceLeopard.a:
+ * libWebKitSystemInterfaceSnowLeopard.a:
+ * libWebKitSystemInterfaceTiger.a:
+
+2010-01-07 Alexey Proskuryakov <ap@apple.com>
+
+ Not reviewed, build fix.
+
+ Windows buid fix - disable warning 4251 (class needs to have dll-interface to be used by
+ clients of another class). WebCore doesn't use all methods of JSString, so
+ we don't export all classes clients could theoretically access via JSString.
+
+ * win/tools/vsprops/common.vsprops:
+
+2009-12-21 Mark Rowe <mrowe@apple.com>
+
+ Reviewed by Samuel Weinig.
+
+ Update WebKitSystemInterface.
+
+ * libWebKitSystemInterfaceLeopard.a:
+ * libWebKitSystemInterfaceSnowLeopard.a:
+ * libWebKitSystemInterfaceTiger.a:
+
+2009-12-21 Mark Rowe <mrowe@apple.com>
+
+ Reviewed by Samuel Weinig.
+
+ Update WebKitSystemInterface.
+
+ * WebKitSystemInterface.h:
+ * libWebKitSystemInterfaceLeopard.a:
+ * libWebKitSystemInterfaceSnowLeopard.a:
+ * libWebKitSystemInterfaceTiger.a:
+
+2009-12-18 Sam Weinig <sam@webkit.org>
+
+ Reviewed by Anders Carlsson.
+
+ Update WebKitSystemInterface for <rdar://problem/7237059>.
+
+ * WebKitSystemInterface.h:
+ * libWebKitSystemInterfaceLeopard.a:
+ * libWebKitSystemInterfaceSnowLeopard.a:
+ * libWebKitSystemInterfaceTiger.a:
+
+2009-12-15 Dan Bernstein <mitz@apple.com>
+
+ Reviewed by Adam Roben.
+
+ WebKitSystemInterface part of <rdar://problem/7173515> Use LOGFONT support in
+ Core Graphics when available
+
+ * win/include/WebKitSystemInterface/WebKitSystemInterface.h: Declared
+ wkCanCreateCGFontWithLOGFONT().
+ * win/lib/WebKitSystemInterface.lib:
+ * win/lib/WebKitSystemInterface_debug.lib:
+
+2009-12-12 Eric Carlson <eric.carlson@apple.com>
+
+ Reviewed by Darin Adler.
+
+ <rdar://problem/7453726> Pull shared UI code into WebKit
+
+ * WebKitSystemInterface.h:
+ * libWebKitSystemInterfaceLeopard.a:
+ * libWebKitSystemInterfaceSnowLeopard.a:
+ * libWebKitSystemInterfaceTiger.a:
+
+2009-12-11 Chris Marrin <cmarrin@apple.com>
+
+ Reviewed by Adam Roben.
+
+ Add QuartzCore build files to OpenSource tree
+ https://bugs.webkit.org/show_bug.cgi?id=31856
+
+ This allows proper building and linking with QuartzCore
+ when present.
+
+ * win/bin: Added.
+ * win/bin/QuartzCoreInterface.dll: Added.
+ * win/include/QuartzCoreInterface: Added.
+ * win/include/QuartzCoreInterface/QuartzCoreInterface.h: Added.
+ * win/lib/QuartzCoreInterface.lib: Added.
+
2009-12-07 Adam Roben <aroben@apple.com>
Windows build fix for checkouts with a space in the path