From 0bf48ef3be53ddaa52bbead65dfd75bf90e7a2b5 Mon Sep 17 00:00:00 2001 From: Ben Murdoch Date: Tue, 11 Aug 2009 17:01:47 +0100 Subject: Merge in WebKit r47029. --- WebKitLibraries/ChangeLog | 312 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 312 insertions(+) (limited to 'WebKitLibraries/ChangeLog') diff --git a/WebKitLibraries/ChangeLog b/WebKitLibraries/ChangeLog index 886e6a9..66f1e38 100644 --- a/WebKitLibraries/ChangeLog +++ b/WebKitLibraries/ChangeLog @@ -1,3 +1,315 @@ +2009-08-10 Peter Kasting + + Reviewed by George Staikos. + + https://bugs.webkit.org/show_bug.cgi?id=27323 + Even more line ending-stripping for auto-version.sh, based on output + provided by Jessie Berlin. + + * win/tools/scripts/auto-version.sh: + +2009-08-10 Brent Fulgham + + Reviewed by Adam Roben. + + https://bugs.webkit.org/show_bug.cgi?id=28048. + Move various WinCairo build settings into *.vsprops file. + + * win/tools/vsprops/cURL.vsprops: Added. + +2009-08-06 Peter Kasting + + Reviewed by Adam Barth. + + https://bugs.webkit.org/show_bug.cgi?id=27323 + Strip line endings at all points auto-version.sh reads data, not just + the one I happened to run into. + + * win/tools/scripts/auto-version.sh: + +2009-07-27 Peter Kasting + + Reviewed by Adam Roben. + + https://bugs.webkit.org/show_bug.cgi?id=27323 + Correctly parse command output, even when the line endings are not LF, + so that we don't create an autoversion.h that MSVC chokes on. + + * win/tools/scripts/auto-version.sh: + +2009-07-13 Brent Fulgham + + Reviewed by Adam Roben. + + Add new configuration flag for redistributable Windows build. + https://bugs.webkit.org/show_bug.cgi=27087 + + * win/tools/vsprops/WinCairo.vsprops: Added. Defines the + new WIN_CAIRO flag used to drive non-Apple Windows build. + +2009-07-10 Eric Carlson + + Reviewed by Simon Fraser. + + Update WebKitSystemInterface for . + + * WebKitSystemInterface.h: + * libWebKitSystemInterfaceLeopard.a: + * libWebKitSystemInterfaceSnowLeopard.a: + * libWebKitSystemInterfaceTiger.a: + +2009-07-06 Eric Carlson + + Update WebKitSystemInterface for . + + * WebKitSystemInterface.h: + * libWebKitSystemInterfaceLeopard.a: + * libWebKitSystemInterfaceSnowLeopard.a: + * libWebKitSystemInterfaceTiger.a: + +2009-07-06 Anders Carlsson + + Update WebKitSystemInterface. + + * WebKitSystemInterface.h: + * libWebKitSystemInterfaceLeopard.a: + * libWebKitSystemInterfaceSnowLeopard.a: + * libWebKitSystemInterfaceTiger.a: + +2009-07-02 Pierre d'Herbemont + + Reviewed by Simon Fraser. + + Update WebKitSystemInterface for + + * WebKitSystemInterface.h: + * libWebKitSystemInterfaceLeopard.a: + * libWebKitSystemInterfaceSnowLeopard.a: + * libWebKitSystemInterfaceTiger.a: + +2009-07-01 Eric Carlson + + Reviewed by Simon Fraser. + + Update WebKitSystemInterface for + + * libWebKitSystemInterfaceLeopard.a: + * libWebKitSystemInterfaceSnowLeopard.a: + * libWebKitSystemInterfaceTiger.a: + +2009-06-29 Eric Carlson + + Reviewed by Simon Fraser. + + Update WebKitSystemInterface for + + * WebKitSystemInterface.h: + * libWebKitSystemInterfaceLeopard.a: + * libWebKitSystemInterfaceSnowLeopard.a: + * libWebKitSystemInterfaceTiger.a: + +2009-06-25 Simon Fraser + + Rubber-stamped by Mark Rowe. + + + + Update the media controller images. + + * libWebKitSystemInterfaceLeopard.a: + * libWebKitSystemInterfaceSnowLeopard.a: + * libWebKitSystemInterfaceTiger.a: + +2009-06-16 Simon Fraser + + Rubber-stamped by Anders Carlsson. + + Update WebKitSystemInterface for . + + * libWebKitSystemInterfaceLeopard.a: + * libWebKitSystemInterfaceSnowLeopard.a: + * libWebKitSystemInterfaceTiger.a: + +2009-06-02 Anders Carlsson + + Rubber-stamped by Mark Rowe. + + Update WebKitSystemInterface. + + * libWebKitSystemInterfaceLeopard.a: + * libWebKitSystemInterfaceSnowLeopard.a: + * libWebKitSystemInterfaceTiger.a: + +2009-05-27 Mark Rowe + + Rubber-stamped by Dan Bernstein. + + Update WebKitSystemInterface. + + * libWebKitSystemInterfaceLeopard.a: + * libWebKitSystemInterfaceSnowLeopard.a: Added. + * libWebKitSystemInterfaceTiger.a: + +2009-05-26 Anders Carlsson + + Reviewed by Dan Bernstein. + + + REGRESSION (r35515): Tiger crash painting the selection on registration page of car2go.com + + Remove WKCGContextIsSafeToClip. + + * WebKitSystemInterface.h: + * libWebKitSystemInterfaceTiger.a: + +2009-05-21 Dan Bernstein + + Rubber-stamped by Mark Rowe. + + - correct a copyright header accidently reverted in r43964 + + * WebKitSystemInterface.h: + +2009-05-21 Dan Bernstein + + Reviewed by Anders Carlsson. + + - WebKitSystemInterface part of REGRESSION + (r35515): Tiger crash painting the selection on registration page of + car2go.com + + * WebKitSystemInterface.h: + * libWebKitSystemInterfaceTiger.a: + +2009-05-07 Simon Fraser + + Source changes reviewed by Darin Adler + + Endcap of media controls slider is fuzzy + + * libWebKitSystemInterfaceLeopard.a: + * libWebKitSystemInterfaceTiger.a: + +2009-04-28 Steve Falkenburg + + Fix extraneous warning about AnalyzeWithLargeStack not being defined in Windows builds. + Indirected definition through a UserMacro. + + Reviewed by Mark Rowe. + + * win/tools/vsprops/common.vsprops: + +2009-04-28 Steve Falkenburg + + Fix extraneous warning about PRODUCTION not being defined in Windows builds. + Indirected definition for __PRODUCTION__ through a UserMacro. + + Reviewed by Mark Rowe. + + * win/tools/vsprops/common.vsprops: + +2009-04-24 Simon Fraser + + Source changes reviewed by Darin Adler + + https://bugs.webkit.org/show_bug.cgi?id=22242 + + Update WebKitSystemInterface for Mac with fixes for video controller drawing. + + * libWebKitSystemInterfaceLeopard.a: + * libWebKitSystemInterfaceTiger.a: + +2009-04-22 Ada Chan + + Update WebKitSystemInterface with new method that maps CFNetwork error code to localized description. + + Reviewed by Darin Adler. + + * win/include/WebKitSystemInterface/WebKitSystemInterface.h: + * win/lib/WebKitSystemInterface.lib: + * win/lib/WebKitSystemInterface_debug.lib: + +2009-04-20 Steve Falkenburg + + Separate JavaScriptCore.dll from WebKit.dll. + Slight performance improvement or no change on benchmarks. + + Allows us to break a circular dependency between CFNetwork and WebKit on Windows, + and simplifies standalone JavaScriptCore builds. + + Reviewed by Oliver Hunt. + + * win/tools/vsprops/common.vsprops: Add BUILDING_{project} preprocessor define. + +2009-04-18 Pierre d'Herbemont + + Reviewed by Mark Rowe. + + video.buffered and video.seekable are not + the same. video.buffered should return only what is buffered and + not what is seekable + + * WebKitSystemInterface.h: + * libWebKitSystemInterfaceLeopard.a: + * libWebKitSystemInterfaceTiger.a: + +2009-04-18 Pierre d'Herbemont + + Reviewed by Adele Peterson. + + work around QTKit no longer reaching + QTMovieLoadStateComplete + + * WebKitSystemInterface.h: + * libWebKitSystemInterfaceLeopard.a: + * libWebKitSystemInterfaceTiger.a: + +2009-04-15 Steve Falkenburg + + Updated WebKitSystemInterface for Windows. + Changes needed for + + * win/include/WebKitSystemInterface/WebKitSystemInterface.h: + * win/lib/WebKitSystemInterface.lib: + * win/lib/WebKitSystemInterface_debug.lib: + +2009-04-14 Mark Rowe + + Update WebKitSystemInterface so that the Tiger portion supports PowerPC. + + * libWebKitSystemInterfaceLeopard.a: + * libWebKitSystemInterfaceTiger.a: + +2009-04-13 Antti Koivisto + + Reviewed by Darin Adler. + + Increase the connection count per host + + * WebKitSystemInterface.h: + * libWebKitSystemInterfaceLeopard.a: + * libWebKitSystemInterfaceTiger.a: + +2009-04-10 Eric Carlson + + WebKitSystemInterface changes for + + * libWebKitSystemInterfaceLeopard.a: + * libWebKitSystemInterfaceTiger.a: + +2009-04-10 Simon Fraser + + Fix the leopard build by updating WebKitSystemInterface. + + * WebKitSystemInterface.h: + * libWebKitSystemInterfaceLeopard.a: + +2009-03-30 Steve Falkenburg + + Bump version to 530. + + * win/tools/scripts/VERSION: + 2009-03-26 Adam Roben Remove SafariThemeConstants.h, which is now provided by -- cgit v1.1