2009-10-26 Mark Rowe Reviewed by Adam Roben. Clean up the regex madness in auto-version.sh to make it obvious what the script is doing. Also teaches auto-version.sh to handle RC_PROJECTSOURCEVERSION that has more than three digits in the major component of the version number. * win/tools/scripts/auto-version.sh: 2009-10-19 Marshall Culpepper Reviewed by Eric Seidel. added cairo include and lib directories to debug_wincairo.vsprops https://bugs.webkit.org/show_bug.cgi?id=29831 * win/tools/vsprops/debug_wincairo.vsprops: 2009-10-16 Steve Falkenburg Reviewed by Dan Bernstein. https://bugs.webkit.org/show_bug.cgi?id=30456 Fixes for new Debug_All Windows build configuration. * win/tools/vsprops/debug_all.vsprops: Define DEBUG_ALL in Debug_All configuration. Continue to define USE_DEBUG_SAFARI_THEME for open source SafariTheme header usage. 2009-10-16 Steve Falkenburg Reviewed by Adam Roben. Add a Debug_All configuration to build entire stack as debug. Change Debug_Internal to: - stop using _debug suffix for all WebKit/Safari binaries - not use _debug as a DLL naming suffix - use non-debug C runtime lib. * win/tools/vsprops/debug_all.vsprops: Added. Use debug C runtime library in debug_all. Specify USE_DEBUG_SAFARI_THEME to get "_debug" suffix for debug_all. * win/tools/vsprops/debug_internal.vsprops: Don't specify debug C runtime library in debug_internal. Don't specify _debug suffix for standard debug_internal builds. 2009-10-05 Pierre d'Herbemont Reviewed by Simon Fraser Support fullscreen in MediaPlayer (Mac) https://bugs.webkit.org/show_bug.cgi?id=26742 New methods required for video fullscreen. * WebKitSystemInterface.h: * libWebKitSystemInterfaceLeopard.a: * libWebKitSystemInterfaceSnowLeopard.a: * libWebKitSystemInterfaceTiger.a: 2009-10-02 Steve Falkenburg Windows build fix. Re-apply lost changes to auto-version.sh. * win/tools/scripts/auto-version.sh: 2009-10-02 Eric Carlson Reviewed by Adam Roben. Rename MediaControllerThemeQT to MediaControllerThemeQuickTime * WebKitSystemInterface.h: MediaControllerThemeQT -> MediaControllerThemeQuickTime 2009-10-02 Steve Falkenburg Reviewed by Mark Rowe. Safari version number shouldn't be exposed in WebKit code For a WebKit version of 532.3.4: Product version is: 5.32.3.4 (was 4.0.3.0) File version is: 5.32.3.4 (was 4.532.3.4) * win/tools/scripts/PRODUCTVERSION: Removed. * win/tools/scripts/auto-version.sh: Re-worked script to remove references to PRODUCTVERSION. 2009-09-25 Dan Bernstein Reviewed by Adam Roben. WebKitSystemInterface changes for 2 byte characters are displayed as garbaged garbled/gibberish text (off-by-one) * win/include/WebKitSystemInterface/WebKitSystemInterface.h: Added wkAddFontsFromPlistRepresentation() and replaced wkCreateFontsPlistRepresentation() with wkCreateFontsPlist() and wkAddFontsFromPlistRepresentation() with wkAddFontsFromPlist(). * win/lib/WebKitSystemInterface.lib: * win/lib/WebKitSystemInterface_debug.lib: 2009-09-23 Marshall Culpepper Reviewed by Eric Seidel. Added $(WebKitLibrariesDir)/include/cairo so cairo.h is found by default when the necessary dependencies are extracted into the WebKitLibrariesDir. https://bugs.webkit.org/show_bug.cgi?id=29661 * win/tools/vsprops/WinCairo.vsprops: 2009-09-09 Brent Fulgham Reviewed by Dave Levin. Adjust WinCairo-specific property sheet to use static versions of libjpeg.lib and libpng.lib. Change to libpng.lib required addition of zlib.lib to link. * win/tools/vsprops/WinCairo.vsprops: 2009-08-28 Steve Falkenburg Reviewed by Adam Roben. Define _CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES=1 to automatically use secure versions of C runtime lib calls on Windows. https://bugs.webkit.org/show_bug.cgi?id=28824 * win/tools/vsprops/common.vsprops: 2009-08-25 Brent Fulgham Rubber stamped by Steve Falkenburg. debug_wincairo.vsprops was linking against wrong C runtime. * win/tools/vsprops/debug_wincairo.vsprops: Link to correct C runtime (as in the standard 'debug.vsprops' file.) 2009-08-24 Brent Fulgham Reviewed by Steve Falkenburg. Revise CFLite Debug build to emit DLL's with _debug label. https://bugs.webkit.org/show_bug.cgi?id=28695. * win/tools/vsprops/debug_wincairo.vsprops: Added. 2009-08-12 Peter Kasting Reviewed by Darin Adler. https://bugs.webkit.org/show_bug.cgi?id=27323 Change pattern that strips all trailing whitespace to just remove EOL chars (\r, \n), to make it clear that varying EOL chars is the primary problem being solved. * win/tools/scripts/auto-version.sh: 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 WebKitSupportLibrary * win/include/SafariTheme: Removed. * win/include/SafariTheme/SafariThemeConstants.h: Removed. 2009-03-07 Dan Bernstein Reviewed by Mark Rowe. - WebKitSystemInterface part of removing build-time and run-time support for legacy versions of CFNetwork and Core Graphics * win/include/WebKitSystemInterface/WebKitSystemInterface.h: * win/lib/WebKitSystemInterface.lib: * win/lib/WebKitSystemInterface_debug.lib: 2009-01-30 Dan Bernstein Reviewed by Timothy Hatcher. - expose the build number in autoversion.h * win/tools/scripts/auto-version.sh: Added a #define __BUILD_NUMBER__ with the full build number. 2009-01-08 Dan Bernstein Reviewed by Adam Roben. - WebKitSystemInterface changes to support Core Graphics native glyph drawing * win/include/WebKitSystemInterface/WebKitSystemInterface.h: * win/lib/WebKitSystemInterface.lib: * win/lib/WebKitSystemInterface_debug.lib: 2008-11-11 Ada Chan Fix: https://bugs.webkit.org/show_bug.cgi?id=22187 Bug 22187: CLEARTYPE_QUALITY flag is not supported on Win2000 Update window versions to correspond to Windows XP. Reviewed by Steve Falkenburg. * win/tools/vsprops/common.vsprops: 2008-10-23 Anders Carlsson Reviewed by John Sullivan. Fix by adding a workaround for . * libWebKitSystemInterfaceLeopard.a: * libWebKitSystemInterfaceTiger.a: 2008-10-08 Mark Rowe Rubber-stamped by Jon Honeycutt. Remove restriction on version number ending in a 4. * win/tools/scripts/auto-version.sh: 2008-10-07 Anders Carlsson Reviewed by Mitz Pettel. Update WebKitSystemInterface. * libWebKitSystemInterfaceLeopard.a: * libWebKitSystemInterfaceTiger.a: 2008-09-09 Dan Bernstein Reviewed by Darin Adler. - WebKitLibraries part of Use alternate character-to-glyph interface on Leopard * WebKitSystemInterface.h: * libWebKitSystemInterfaceLeopard.a: 2008-09-04 Adam Roben Ignore warning LNK4221 on Windows This warning is emitted when an object file with no public symbols is passed to the linker/librarian. This often occurs in WebCore for files that have been disabled via ENABLE()/USE() macros. Rubberstamped by Anders Carlsson. * win/tools/vsprops/common.vsprops: Ignore warning LNK4221. 2008-08-27 Timothy Hatcher Adds the WKAdvanceDefaultButtonPulseAnimation function. Add Mac support for -webkit-appearance: default-button Reviewed by Adele Peterson. * WebKitSystemInterface.h: Added WKAdvanceDefaultButtonPulseAnimation. * libWebKitSystemInterfaceLeopard.a: Updated. * libWebKitSystemInterfaceTiger.a: Updated. 2008-08-26 Adam Roben Disable a truncation warning that is disabled/doesn't exist on Mac This warning was firing when initializing floats from double literals. I haven't yet found any other situation that would cause this warning to arise. Reviewed by Sam Weinig. * win/tools/vsprops/common.vsprops: Turn off warning C4305. 2008-07-20 Steve Falkenburg Build fix. * win/tools/vsprops/common.vsprops: 2008-07-08 Dan Bernstein Reviewed by John Sullivan. - WebKitSystemInterface part of Need a way to disable updates in offscreen views * WebKitSystemInterface.h: Added WKWindowWillOrderOnScreenNotification. * libWebKitSystemInterfaceLeopard.a: Updated. * libWebKitSystemInterfaceTiger.a: Updated. 2008-07-01 Steve Falkenburg Bump version numbers. Reviewed by Mark Rowe. * win/tools/scripts/PRODUCTVERSION: * win/tools/scripts/VERSION: 2008-05-13 Dan Bernstein Reviewed by John Sullivan. - WebKitSystemInterface support for improve render quality of transformed text * libWebKitSystemInterfaceLeopard.a: Improved glyph positioning in transformed graphics contexts. * win/include/WebKitSystemInterface/WebKitSystemInterface.h: Added wkSetCGContextFontRenderingStyle(). * win/lib/WebKitSystemInterface.lib: Updated. * win/lib/WebKitSystemInterface_debug.lib: Updated. 2008-05-09 Adam Roben Disable a MSVC warning Reviewed by Darin Adler. * win/tools/vsprops/common.vsprops: Add warning 4503 to the list of disabled warnings. It's a warning about decorated names being longer than MSVC's limit of 4096 characters. This warning doesn't indicate a correctness problem, but these truncated decorated names will be harder to recognize during debugging or when they appear in linker errors. 2008-04-28 Darin Adler Reviewed by Adam. - fix Windows build * win/tools/vsprops/common.vsprops: Add warning 4344 to the list of disabled warnings. It's really a warning about a bug they fixed in MSVC -- not helpful to us in WebKit. 2008-04-24 Mark Rowe Reviewed by Sam Weinig. Remove code for calculating the glyph cache size. * WebKitSystemInterface.h: Remove unused symbol. * libWebKitSystemInterfaceLeopard.a: * libWebKitSystemInterfaceTiger.a: 2008-03-28 Steve Falkenburg Versioning. * win/tools/scripts/PRODUCTVERSION: 2008-03-26 Adam Roben Windows build fix after r31322 * win/include/WebKitSystemInterface/WebKitSystemInterface.h: Updated. * win/lib/WebKitSystemInterface.lib: Updated. * win/lib/WebKitSystemInterface_debug.lib: Updated. 2008-03-26 Mark Rowe Reviewed by David Hyatt. Make the Ahem font antialias correctly on Acid3 on Tiger. * WebKitSystemInterface.h: * libWebKitSystemInterfaceTiger.a: 2008-03-19 Mark Rowe Rubber-stamped by Sam Weinig. Fix http://bugs.webkit.org/show_bug.cgi?id=17816. Bug 17816: libWebCoreSQLite3.a is 2-architecture universal binary (not 4-architecture) * libWebCoreSQLite3.a: Land a 4-way fat binary. 2008-03-12 Steve Falkenburg New version of WebKitSystemInterface.lib with more compiler warnings suppressed. * win/lib/WebKitSystemInterface.lib: * win/tools/vsprops/common.vsprops: 2008-03-12 Dan Bernstein Reviewed by Darin Adler and Sam Weinig. - use CoreText API instead of SPI on Leopard * WebKitSystemInterface.h: * libWebKitSystemInterfaceLeopard.a: 2008-03-11 Steve Falkenburg Disable two PGO/LTCG specific warnings. Reviewed by Oliver. * win/tools/vsprops/common.vsprops: 2008-02-29 Mark Rowe Update Tiger version of WebKitSystemInterface to match r30690. * libWebKitSystemInterfaceTiger.a: 2008-02-29 Adele Peterson Reviewed by Mark. Auto-generate image arrays. * libWebKitSystemInterfaceLeopard.a: 2008-02-29 Mark Rowe Reviewed by Anders Carlsson. Replace use of WKPathFromFont with implementation in terms of public API. * WebKitSystemInterface.h: Remove unused symbol. * libWebKitSystemInterfaceLeopard.a: * libWebKitSystemInterfaceTiger.a: 2008-02-29 Mark Rowe Reviewed by Oliver Hunt. Fix spelling of "request" in name of WKNSURLProtocolClassForRequest. * WebKitSystemInterface.h: * libWebKitSystemInterfaceLeopard.a: * libWebKitSystemInterfaceTiger.a: 2008-02-29 Mark Rowe Reviewed by Oliver Hunt. Don't use WKSupportsMultipartXMixedReplace on Leopard as multipart/x-mixed-replace is always handled by NSURLRequest. * WebKitSystemInterface.h: * libWebKitSystemInterfaceLeopard.a: 2008-02-29 Mark Rowe Reviewed by Oliver Hunt and Oliver Hunt. WebKit should use CGEventSourceSecondsSinceLastEventType in place of WKSecondsSinceLastInputEvent SPI. * WebKitSystemInterface.h: Remove unused symbol. * libWebKitSystemInterfaceLeopard.a: * libWebKitSystemInterfaceTiger.a: 2008-02-28 Mark Rowe Reviewed by Dan Bernstein. Remove two unused functions from WebKitSystemInterface. * WebKitSystemInterface.h: Remove WKPreferRGB32Key and WKGetDefaultGlyphForChar as they are unused. Also remove a duplicate declaration of WKSecondsSinceLastInputEvent. * libWebKitSystemInterfaceLeopard.a: * libWebKitSystemInterfaceTiger.a: 2008-02-28 Mark Rowe Reviewed by Dave Hyatt. Make use of new CGFont APIs on Leopard rather than making a WebKitSystemInterface call. * WebKitSystemInterface.h: Only declare WKGetFontMetrics on Tiger. * libWebKitSystemInterfaceLeopard.a: Update for removal of WKGetFontMetrics. 2008-02-27 Brady Eidson Tiger build fix * libWebKitSystemInterfaceTiger.a: 2008-02-27 Brady Eidson Reviewed by Mark Rowe Removed some unused methods: WKGetNSURLResponseCalculatedExpiration WKGetNSURLResponseMustRevalidate * WebKitSystemInterface.h: * libWebKitSystemInterfaceLeopard.a: * libWebKitSystemInterfaceTiger.a: 2008-02-13 Adam Roben * win/tools/scripts/auto-version.sh: Removed a redundant symbol. 2008-02-12 Adam Roben Clean up auto-version.sh a bit It now does quite a bit less file I/O and many fewer fork/exec pairs. It's also quite a bit easier to read. Reviewed by Steve. * win/tools/scripts/auto-version.sh: 2008-02-12 Steve Falkenburg Versioning script change. * win/tools/scripts/auto-version.sh: 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 Adler. * 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