diff -r 000000000000 -r 4f2f89ce4247 WebKitLibraries/ChangeLog --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/WebKitLibraries/ChangeLog Fri Sep 17 09:02:29 2010 +0300 @@ -0,0 +1,2226 @@ +2010-07-12 Mark Rowe + + Rubber-stamped by Sam Weinig. + + Update WebKitSystemInterface. + + * libWebKitSystemInterfaceLeopard.a: + * libWebKitSystemInterfaceSnowLeopard.a: + * libWebKitSystemInterfaceTiger.a: + +2010-07-12 Adam Roben + + Stop generating stripped symbols for Release builds + + It turns out we can strip the symbols after-the-fact using PDBCopy. + + Fixes . + + Reviewed by Steve Falkenburg. + + * win/tools/vsprops/release.vsprops: Removed the StripPrivateSymbols + attribute, which caused link.exe to generate a stripped PDB file for + each project. + +2010-07-08 Eric Carlson + + Reviewed by Dan Bernstein. + + Update WebKitSystemInterface. + + * libWebKitSystemInterfaceLeopard.a: + * libWebKitSystemInterfaceSnowLeopard.a: + * libWebKitSystemInterfaceTiger.a: + +2010-07-07 Dumitru Daniliuc + + Reviewed by Adam Roben. + + Disable MSVC warning 4288. + https://bugs.webkit.org/show_bug.cgi?id=41804 + + MSVC has a non-standard extension that allows variables declared + in for-loops to remain visible in the same scope even after + exiting the for-loop + (http://msdn.microsoft.com/en-us/library/bk5hc10s.aspx). The /Ze + option (turned on by default) enables all MSVC extensions, and + /Zc:forScope- tells the compiler to issue a C4288 warning when the + same variable is declared in the for-loop and re-declared later in + the same scope. + + There seems to be a bug in VS2005 that erroneously enables + /Zc:forScope- even when that option is not specified + (http://connect.microsoft.com/VisualStudio/feedback/details/338010/bogus-compiler-warning-c4288). Looks + like our build got hit by that bug, so we need to disable warning + 4288 to fix it. + + * win/tools/vsprops/common.vsprops: + +2010-07-01 Simon Fraser + + Reviewed by Sam Weinig. + + + + Update WebKitSystemInterface, making some functions used by + WebKit2 available in 32-bit (for reals this time). + + * libWebKitSystemInterfaceLeopard.a: + * libWebKitSystemInterfaceSnowLeopard.a: + * libWebKitSystemInterfaceTiger.a: + +2010-07-01 Simon Fraser + + Reviewed by Sam Weinig. + + + + Update WebKitSystemInterface, making some functions used by + WebKit2 available in 32-bit. + + * WebKitSystemInterface.h: + * libWebKitSystemInterfaceLeopard.a: + * libWebKitSystemInterfaceSnowLeopard.a: + * libWebKitSystemInterfaceTiger.a: + +2010-06-23 John Gregg + + Reviewed by Kent Tamura. + + add ENABLE_DIRECTORY_UPLOAD build support + https://bugs.webkit.org/show_bug.cgi?id=41100 + + * win/tools/vsprops/FeatureDefines.vsprops: + * win/tools/vsprops/FeatureDefinesCairo.vsprops: + +2010-06-27 Steve Falkenburg + + Windows (Cairo) build fix. + Add missing ENABLE_WEB_TIMING feature define. + + * win/tools/vsprops/FeatureDefinesCairo.vsprops: + +2010-06-27 Steve Falkenburg + + Windows build fix. + Disable ENABLE_WEB_TIMING on Windows. + + * win/tools/vsprops/FeatureDefines.vsprops: + +2010-06-26 Tony Gentilcore + + Reviewed by Dimitri Glazkov. + + Add a VS macro for enabling Web Timing support. + https://bugs.webkit.org/show_bug.cgi?id=38924 + + * win/tools/vsprops/FeatureDefines.vsprops: + +2010-06-21 Sam Weinig + + Reviewed by Anders Carlsson. + + Update WebKitSystemInterface. + + * WebKitSystemInterface.h: + * libWebKitSystemInterfaceLeopard.a: + * libWebKitSystemInterfaceSnowLeopard.a: + * libWebKitSystemInterfaceTiger.a: + +2010-06-21 Dan Bernstein + + Speculative build fix. + + * WebKitSystemInterface.h: + +2010-06-21 Dan Bernstein + + Reviewed by Darin Adler. + + WebKitSystemInterface part of CSS3: Implement the 'hyphens' and 'hyphenate-character' properties + https://bugs.webkit.org/show_bug.cgi?id=10228 + + * WebKitSystemInterface.h: Added WKGetHyphenationLocationBeforeIndex(). + * libWebKitSystemInterfaceLeopard.a: + * libWebKitSystemInterfaceSnowLeopard.a: + * libWebKitSystemInterfaceTiger.a: + +2010-06-21 Satish Sampath + + Reviewed by Steve Block. + + Speech Input Patch 0: Added compilation argument to conditionally compile pending patches. + https://bugs.webkit.org/show_bug.cgi?id=40878 + + * win/tools/vsprops/FeatureDefines.vsprops: + * win/tools/vsprops/FeatureDefinesCairo.vsprops: + +2010-06-02 Sterling Swigart + + Reviewed by David Levin. + + Image Resizer Patch 0: Added compilation argument to conditionally compile pending patches. + https://bugs.webkit.org/show_bug.cgi?id=39906 + + * win/tools/vsprops/FeatureDefines.vsprops: + * win/tools/vsprops/FeatureDefinesCairo.vsprops: + +2010-05-24 Jer Noble + + No review; build fix only. + + Roll-out changes r60110. + + * win/include/WebKitSystemInterface/WebKitSystemInterface.h: + * win/lib/WebKitSystemInterface.lib: + * win/lib/WebKitSystemInterface_debug.lib: + +2010-05-24 Jer Noble + + No review; build fix only. + + Roll-out changes r60094, 60096-60097. + + * win/include/WebKitSystemInterface/WebKitSystemInterface.h: + * win/lib/WebKitSystemInterface.lib: + * win/lib/WebKitSystemInterface_debug.lib: + +2010-05-23 Jer Noble + + Reviewed by Eric Carlson. + + HTML5