diff options
author | Steve Block <steveblock@google.com> | 2010-02-02 14:57:50 +0000 |
---|---|---|
committer | Steve Block <steveblock@google.com> | 2010-02-04 15:06:55 +0000 |
commit | d0825bca7fe65beaee391d30da42e937db621564 (patch) | |
tree | 7461c49eb5844ffd1f35d1ba2c8b7584c1620823 /WebKitLibraries/ChangeLog | |
parent | 3db770bd97c5a59b6c7574ca80a39e5a51c1defd (diff) | |
download | external_webkit-d0825bca7fe65beaee391d30da42e937db621564.zip external_webkit-d0825bca7fe65beaee391d30da42e937db621564.tar.gz external_webkit-d0825bca7fe65beaee391d30da42e937db621564.tar.bz2 |
Merge webkit.org at r54127 : Initial merge by git
Change-Id: Ib661abb595522f50ea406f72d3a0ce17f7193c82
Diffstat (limited to 'WebKitLibraries/ChangeLog')
-rw-r--r-- | WebKitLibraries/ChangeLog | 167 |
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 |