From 9364f22aed35e1a1e9d07c121510f80be3ab0502 Mon Sep 17 00:00:00 2001 From: The Android Open Source Project Date: Tue, 21 Oct 2008 07:00:00 -0700 Subject: Initial Contribution --- WebKitLibraries/ChangeLog | 692 ++++++++++++++++++++++ WebKitLibraries/WebKitSystemInterface.h | 23 +- WebKitLibraries/libWebKitSystemInterfaceLeopard.a | Bin 1775088 -> 1791488 bytes WebKitLibraries/libWebKitSystemInterfaceTiger.a | Bin 684612 -> 730628 bytes WebKitLibraries/win/tools/scripts/VERSION | 2 +- WebKitLibraries/win/tools/scripts/auto-version.sh | 76 ++- 6 files changed, 753 insertions(+), 40 deletions(-) create mode 100644 WebKitLibraries/ChangeLog (limited to 'WebKitLibraries') diff --git a/WebKitLibraries/ChangeLog b/WebKitLibraries/ChangeLog new file mode 100644 index 0000000..ed9e1d8 --- /dev/null +++ b/WebKitLibraries/ChangeLog @@ -0,0 +1,692 @@ +2008-02-15 Mark Rowe + + Merge r30084 to Safari-3-1-branch. + + 2008-02-07 Ada Chan + + Added 4 new methods: + wkSetClientCertificateInSSLProperties, + wkCanAccessCFURLRequestHTTPBodyParts, + wkCFURLRequestCopyHTTPRequestBodyParts, + wkCFURLRequestSetHTTPRequestBodyParts + + Rubber-stamped by Steve. + + * win/include/WebKitSystemInterface/WebKitSystemInterface.h: + * win/lib/WebKitSystemInterface.lib: + * win/lib/WebKitSystemInterface_debug.lib: + +2008-02-04 Timothy Hatcher + + Merge fix for SQLITE_FULL error + is given even if the max_page_count is increased (2920) + + * libWebCoreSQLite3.a: + +2008-02-01 Steve Falkenburg + + Don't set DEP opt-in flag (data execution prevention) since it is incompaible with the video plugin used on CNN.com + + Rubber-stamped by Jon Honeycutt. + + * win/tools/vsprops/common.vsprops: + +2008-01-29 Mark Rowe + + Reviewed by Tim Hatcher. + + WebCore on Tiger must link to its own copy of SQLite 3.4 or newer (so HTML database behavior will be correct). + + * WebCoreSQLite3/sqlite3.h: Added. + * WebCoreSQLite3/sqlite3ext.h: Added. + * libWebCoreSQLite3.a: Added. + +2008-01-29 Alexey Proskuryakov + + Debug (external) build fix. + + Removed _DEBUG preprocessor definition, which indicates that debug libraries are used (while they aren't). + This preprocessor definition is automatically set by Visual Studio as needed anyway. + + * win/tools/vsprops/debug.vsprops: + +2008-01-17 Steve Falkenburg + + Add preprocessor define accidently dropped in my unification, + and required by some builds. Fixes an issue that caused both + debug and release DLLs to be loaded. + + Rubber-stamped by Jon Honeycutt. + + * win/tools/vsprops/debug_internal.vsprops: + +2008-01-16 Steve Falkenburg + + Use recommended security-related compiler settings. + + Reviewed by Adam. + + * win/tools/vsprops/common.vsprops: + +2008-01-16 Steve Falkenburg + + Build fix. + + * win/tools/vsprops/release.vsprops: + +2008-01-15 Adele Peterson + + Reviewed by Adam and Antti. + + Updated libraries for Add load progress indicator to video controls + + * WebKitSystemInterface.h: + * libWebKitSystemInterfaceLeopard.a: + * libWebKitSystemInterfaceTiger.a: + * win/include/SafariTheme: Added. + * win/include/SafariTheme/SafariThemeConstants.h: Added. Placeholder empty header until we release an updated WebKitSupportLibrary. + +2008-01-14 Steve Falkenburg + + Use shared vsprops for most vcproj properties. + + Reviewed by Darin. + + * win/tools/vsprops/common.vsprops: + * win/tools/vsprops/debug.vsprops: + * win/tools/vsprops/debug_internal.vsprops: + * win/tools/vsprops/release.vsprops: + +2008-01-11 Steve Falkenburg + + Share common files across projects. + + Unify vsprops files + Debug: common.vsprops, debug.vsprops + Debug_Internal: common.vsprops, debug.vsprops, debug_internal.vsprops + Release: common.vsprops, release.vsprops + + Shared properties can go into common.vsprops, shared debug settings can go into debug.vsprops. + debug_internal.vsprops will be mostly empty except for file path prefix modifiers. + + Moved auto-version.sh, VERSION, PRODUCTVERSION to tools. + + Reviewed by Adam Roben. + + * win/tools/WinTools.make: + * win/tools/scripts: Added. + * win/tools/scripts/PRODUCTVERSION: Added. + * win/tools/scripts/VERSION: Added. + * win/tools/scripts/auto-version.sh: Copied from WebCore/WebCore.vcproj/auto-version.sh. + * win/tools/vsprops/debug.vsprops: + * win/tools/vsprops/debug_internal.vsprops: Added. + * win/tools/vsprops/release.vsprops: + +2008-01-11 Steve Falkenburg + + Add shared vsprops to help unify our Windows tools settings. + + Reviewed by Hyatt. + + * win/tools: Added. + * win/tools/WinTools.make: Added. + * win/tools/vsprops: Added. + * win/tools/vsprops/common.vsprops: Added. + * win/tools/vsprops/debug.vsprops: Added. + * win/tools/vsprops/release.vsprops: Added. + +2008-01-07 Mark Rowe + + Update Tiger library to a G3-friendly version. + + * libWebKitSystemInterfaceTiger.a: + +2008-01-07 Adele Peterson + + Reviewed by Antti, Adam, and Mitz. + + WebKitLibraries part of fix for + Updated look for