2010-02-11 Brian Weinstein Rubber-stamped by Eric Seidel. Turn back on SVG Filters on Windows, as they were accidentally disabled and cause test breakage. * win/tools/vsprops/FeatureDefines.vsprops: 2010-02-08 Maciej Stachowiak Reviewed by Cameron Zwarich. Restore ENABLE_RUBY flag so vendors can ship with Ruby disabled if they choose. https://bugs.webkit.org/show_bug.cgi?id=34698 * win/tools/vsprops/FeatureDefines.vsprops: 2010-02-04 Mark Rowe Reviewed by Steve Falkenburg. Update auto-version.sh to better handle major version numbers with fewer than three digits, and the case when WEBKITLIBRARIESDIR is not set. * win/tools/scripts/auto-version.sh: 2010-02-04 Steve Falkenburg Windows build fix for projects not defining WebKitLibrariesDir. * win/tools/scripts/auto-version.sh: 2010-02-03 Dan Bernstein Reviewed by Anders Carlsson. Fixed a bug where WKSetNSURLConnectionDefersCallbacks(true) did not defer callbacks during modal dialogs. * libWebKitSystemInterfaceLeopard.a: 2010-02-02 Steve Falkenburg Reviewed by Darin Adler. Copyright year updating for Windows version resources should be automatic https://bugs.webkit.org/show_bug.cgi?id=34503 * win/tools/scripts/auto-version.sh: 2010-02-02 Martin Robinson Unreviewed build fix. The WinCairo build requires this script to be executable. * win/tools/scripts/feature-defines.sh: Added property svn:executable. 2010-01-29 Mark Rowe 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 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 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 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 Reviewed by Darin Adler. 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 Reviewed by Darin Adler. 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 Reviewed by Darin Adler. 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 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 Reviewed by Samuel Weinig. Update WebKitSystemInterface. * libWebKitSystemInterfaceLeopard.a: * libWebKitSystemInterfaceSnowLeopard.a: * libWebKitSystemInterfaceTiger.a: 2009-12-21 Mark Rowe Reviewed by Samuel Weinig. Update WebKitSystemInterface. * WebKitSystemInterface.h: * libWebKitSystemInterfaceLeopard.a: * libWebKitSystemInterfaceSnowLeopard.a: * libWebKitSystemInterfaceTiger.a: 2009-12-18 Sam Weinig Reviewed by Anders Carlsson. Update WebKitSystemInterface for . * WebKitSystemInterface.h: * libWebKitSystemInterfaceLeopard.a: * libWebKitSystemInterfaceSnowLeopard.a: * libWebKitSystemInterfaceTiger.a: 2009-12-15 Dan Bernstein Reviewed by Adam Roben. WebKitSystemInterface part of 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 Reviewed by Darin Adler. Pull shared UI code into WebKit * WebKitSystemInterface.h: * libWebKitSystemInterfaceLeopard.a: * libWebKitSystemInterfaceSnowLeopard.a: * libWebKitSystemInterfaceTiger.a: 2009-12-11 Chris Marrin 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 Windows build fix for checkouts with a space in the path * win/tools/scripts/auto-version.sh: Quote the output file's directory before passing it to mkdir. 2009-12-01 Alexey Proskuryakov Reviewed by Darin Adler. https://bugs.webkit.org/show_bug.cgi?id=32036 Implement CredentialStorage::getFromPersistentStorage for CFNetwork * win/include/WebKitSystemInterface/WebKitSystemInterface.h: * win/lib/WebKitSystemInterface.lib: * win/lib/WebKitSystemInterface_debug.lib: Update WebKitSystemInterface. 2009-11-24 Alexey Proskuryakov Reviewed by Brady Eidson. https://bugs.webkit.org/show_bug.cgi?id=31844 SocketStreamHandleCFNet should support CONNECT proxy credentials * WebKitSystemInterface.h: * libWebKitSystemInterfaceLeopard.a: * libWebKitSystemInterfaceSnowLeopard.a: * libWebKitSystemInterfaceTiger.a: * win/include/WebKitSystemInterface/WebKitSystemInterface.h: * win/lib/WebKitSystemInterface.lib: * win/lib/WebKitSystemInterface_debug.lib: Update WebKitSystemInterface. 2009-11-22 Dan Bernstein Reviewed by Eric Carlson. Updated WebKitSystemInterface. * libWebKitSystemInterfaceLeopard.a: * libWebKitSystemInterfaceSnowLeopard.a: * libWebKitSystemInterfaceTiger.a: 2009-11-22 Dan Bernstein Reviewed by Cameron Zwarich. Fixed a leak in WKDrawMediaUIPart(). * libWebKitSystemInterfaceLeopard.a: * libWebKitSystemInterfaceSnowLeopard.a: * libWebKitSystemInterfaceTiger.a: 2009-11-20 Eric Carlson Reviewed by Simon Fraser. Leopard & Tiger: Support closed caption in