1 2011-01-17 Adam Roben <aroben@apple.com>
3 Make it possible to both set and clear a wkCACFContext's D3D device
5 Fixes <http://webkit.org/b/52587> WKCACFLayerRenderer is hard to use
7 Reviewed by Chris Marrin.
9 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
10 * win/lib/WebKitSystemInterface.lib:
12 2011-01-07 Chris Marrin <cmarrin@apple.com>
16 Minor change to check for null context
18 * win/lib/WebKitSystemInterface.lib:
19 * win/lib/WebKitSystemInterface_debug.lib:
21 2011-01-07 Chris Marrin <cmarrin@apple.com>
25 Added one more API to WKSI to get the user data
26 out of the CACFContext.
28 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
29 * win/lib/WebKitSystemInterface.lib:
30 * win/lib/WebKitSystemInterface_debug.lib:
32 2011-01-07 Chris Marrin <cmarrin@apple.com>
36 Adding updated WKSI files missed in http://trac.webkit.org/changeset/75262
38 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
39 * win/lib/WebKitSystemInterface.lib:
40 * win/lib/WebKitSystemInterface_debug.lib:
42 2011-01-05 Steve Falkenburg <sfalken@apple.com>
44 Reviewed by Darin Adler.
46 Debug and Release builds on Windows clobber each other
47 https://bugs.webkit.org/show_bug.cgi?id=49185
49 Changes the structure of WebKitBuild build products directory so we
50 completely separate each build configuration into independent directories.
52 Although we previously had per-configuration directories for obj, this change adds
53 per-configuration directories for bin, lib, obj, and include. Each configuration's
54 build products are stored within a directory inside of WebKitBuild.
56 Most use of $(WebKitOutputDir) in the build files has been replaced by $(ConfigurationBuildDir),
57 defined in common.vsprops to be $(WebKitOutputDir)\$(ConfigurationName).
59 * win/tools/vsprops/common.vsprops:
61 2011-01-03 Chris Fleizach <cfleizach@apple.com>
63 Reviewed, tweaked and landed by Sam Weinig.
65 WebKit2: Accessibility support (42130)
66 <rdar://problem/7660629>
68 * WebKitSystemInterface.h:
69 * libWebKitSystemInterfaceLeopard.a:
70 * libWebKitSystemInterfaceSnowLeopard.a:
72 2011-01-02 Dan Bernstein <mitz@apple.com>
74 Rubber-stamped by Simon Fraser.
76 <rdar://problem/8812159> Update copyright strings
78 * win/tools/scripts/COPYRIGHT-END-YEAR:
80 2010-12-21 Sam Weinig <weinig@apple.com>
82 Reviewed by Anders Carlsson.
84 Add serialization for CFURLRequestRef and CFURLResponseRef.
86 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
87 * win/lib/WebKitSystemInterface.lib:
89 2010-12-14 Anders Carlsson <andersca@apple.com>
91 Reviewed by Dan Bernstein.
93 Add WKGetScriptCodeFromCurrentKeyboardInputSource function.
95 * WebKitSystemInterface.h:
96 * libWebKitSystemInterfaceLeopard.a:
97 * libWebKitSystemInterfaceSnowLeopard.a:
99 2010-12-10 Chris Marrin <cmarrin@apple.com>
101 Reviewed by Adam Roben.
103 Add CACFContextGetLastCommitTime to WebKitSystemInterface for Windows.
104 Also got rid of WebKitSystemInterface_debug.lib as recommended by
105 Adam Roben. No OpenSource builds use it since r72327.
107 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
108 * win/lib/WebKitSystemInterface.lib:
109 * win/lib/WebKitSystemInterface_debug.lib: Removed.
111 2010-12-09 Anders Carlsson <andersca@apple.com>
113 Reviewed by Sam Weinig.
115 Cannot use NSKeyedArchiver in WK2 for ResourceResponses
116 https://bugs.webkit.org/show_bug.cgi?id=50792
117 <rdar://problem/8741799>
119 * WebKitSystemInterface.h:
120 * libWebKitSystemInterfaceLeopard.a:
121 * libWebKitSystemInterfaceSnowLeopard.a:
123 2010-12-03 Anders Carlsson <andersca@apple.com>
125 Reviewed by Sam Weinig.
127 Dispatch keyboard events in the Carbon event model
128 https://bugs.webkit.org/show_bug.cgi?id=50503
130 Make WKGetNSEventKeyChar available in 32-bit.
132 * WebKitSystemInterface.h:
133 * libWebKitSystemInterfaceLeopard.a:
134 * libWebKitSystemInterfaceSnowLeopard.a:
136 2010-12-02 Anders Carlsson <andersca@apple.com>
138 Reviewed by Sam Weinig.
140 Plug-ins should be able to update the mouse cursor
141 https://bugs.webkit.org/show_bug.cgi?id=50399
143 Add WKEnableSettingCursorWhenInBackground.
145 * WebKitSystemInterface.h:
146 * libWebKitSystemInterfaceLeopard.a:
147 * libWebKitSystemInterfaceSnowLeopard.a:
149 2010-12-01 Adam Roben <aroben@apple.com>
151 Don't let harmless errorlevels from the "set" utility leak into
152 project-specific build scripts
154 When using set to unset an environment variable that didn't previously
155 exist, set raises the errorlevel to 1. This was leaking into
156 project-specific scripts, causing them to think the build has failed.
157 We now clear the errorlevel after we finish setting environment
160 Fixes <http://webkit.org/b/50350> Windows builds mysteriously fail in
163 Reviewed by Steve Falkenburg.
165 * win/tools/vsprops/common.vsprops: Call "cmd /c" after setting
166 environment variables to get rid of any errorlevel that "set" set.
168 2010-12-01 Steve Falkenburg <sfalken@apple.com>
170 Reviewed by Adam Roben.
172 vcproj changes can't be applied cleanly by the Windows EWS bot
173 https://bugs.webkit.org/show_bug.cgi?id=50328
175 * win/tools/vsprops/WinCairo.vsprops: Added property svn:eol-style.
176 * win/tools/vsprops/cURL.vsprops: Added property svn:eol-style.
177 * win/tools/vsprops/debug_wincairo.vsprops: Added property svn:eol-style.
179 2010-11-29 Steve Falkenburg <sfalken@apple.com>
181 Windows build fix (part 2).
182 Define Visual Studio internal variables used in pre-build/pre-link/post-build commands in environment for separated cmd files.
184 * win/tools/vsprops/common.vsprops:
186 2010-11-19 Steve Falkenburg <sfalken@apple.com>
188 Reviewed by Adam Roben.
190 Add a mechanism for Windows pre-build/pre-link/post-build events to be separated into individual cmd files
191 https://bugs.webkit.org/show_bug.cgi?id=49858
193 We're migrating our prebuild/prelink/postbuild steps out of vcproj and vsprops files:
194 - To simplify editing (editing vsprops build steps is confusing).
195 - For more readable diffs.
197 To add a prebuild/prelink/postbuild step for a vcproj,
198 Add a new file named {ProjectName}PreBuild|PreLink|PostBuild.cmd to the project directory.
199 For example, a WTF prebuild script would be named WTFPreBuild.cmd and would be located
200 in the directory JavaScriptCore/JavaScriptCore.vcproj/WTF (alongside WTF.vcproj).
202 * win/tools/vsprops/common.vsprops:
203 * win/tools/vsprops/release.vsprops:
205 2010-11-29 Anders Carlsson <andersca@apple.com>
207 Reviewed by Sam Weinig and Simon Fraser.
209 WebKitSystemInterface.h piece of r72438.
211 * WebKitSystemInterface.h:
213 2010-11-22 Adam Roben <aroben@apple.com>
215 Use paths relative to $WebKitVSPropsRedirectionDir to access shared .vsprops files
217 Apple's Windows build allows placing header files and import libraries for WebKit's
218 dependencies (CoreGraphics, CFNetwork, SQLite, etc.) outside the source tree via the
219 $WebKitLibrariesDir environment variable. This is both required for production builds and
220 convenient for Apple-internal developer builds. Apple's production builds also require that
221 WebKit's shared .vsprops files be accessed relative to $WebKitLibrariesDir. In production
222 builds, the files are copied into that directory tree by the
223 WebKitLibraries/win/tools/WinTools.make file. In Apple-internal developer builds, the
225 JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCoreGenerated.make.
227 This .vsprops copying is problematic in one very important case: when a developer updates
228 their source tree and then tries to build. Visual Studio only reads .vsprops files when a
229 project is first loaded. So, when Visual Studio is first opened after the .vsprops files are
230 updated, it reads in the old files that were already residing in $WebKitLibrariesDir. When a
231 build is started, JavaScriptCoreGenerated.make copies the new .vsprops files into
232 $WebKitLibrariesDir, but Visual Studio will not pick up the changes. The rest of the build
233 will proceed with out-of-date .vsprops files, which will likely result in a build failure.
235 To fix this, we now use normal relative paths to access the .vsprops files in the source
236 tree rather than in $WebKitLibrariesDir, but prefix those paths with a new environment
237 variable, $WebKitVSPropsRedirectionDir. In developer builds, this environment variable is
238 unset, so the normal relative paths are used to read the .vsprops files out of the source
239 tree directly. In production builds, this environment variable is set to a fake directory
240 that will cause the .vsprops files in $WebKitLibrariesDir to be found when the relative path
243 For example, JavaScriptCore.vcproj uses this path for FeatureDefines.vsprops:
245 $(WebKitVSPropsRedirectionDir)..\..\..\WebKitLibraries\win\tools\vsprops\FeatureDefines.vsprops
247 In developer builds, where $WebKitVSPropsRedirectionDir is unset, this will point to the
248 files in WebKitLibraries\win\tools\vsprops in the source tree. In production builds,
249 JavaScriptCore.make sets $WebKitVSPropsRedirectionDir to
250 "$(SRCROOT)\AppleInternal\tools\vsprops\OpenSource\1\2\3\", so the full path for
251 FeatureDefines.vsprops becomes:
253 $(SRCROOT)\AppleInternal\tools\vsprops\OpenSource\1\2\3\..\..\..\WebKitLibraries\win\tools\vsprops\FeatureDefines.vsprops
257 $(SRCROOT)\AppleInternal\tools\vsprops\OpenSource\WebKitLibraries\win\tools\vsprops\FeatureDefines.vsprops
259 (We rely on the fact that Windows doesn't care whether the directories "1", "2", and "3"
260 actually exist since they are matched by an equal number of ".." path components.)
262 Note that Visual Studio still won't pick up changes made to .vsprops files while Visual
263 Studio is open, but that problem hasn't seemed to cause developers many headaches so far.
265 Fixes <http://webkit.org/b/49181> Windows build fails mysteriously when .vsprops files are
268 Reviewed by Dave Hyatt.
270 * win/tools/WinTools.make: Copy the shared .vsprops files into a directory tree beneath
271 AppleInternal\tools\vsprops that matches the source directory tree. This allows production
272 builds to redirect the relative paths used to find the shared .vsprops files into
273 AppleInternal by setting $WebKitVSPropsRedirectionDir to the appropriate value.
275 2010-11-18 Steve Falkenburg <sfalken@apple.com>
277 Rubber-stamped by Adam Roben.
279 Remove unused debug_internal vsprops file.
281 * win/tools/vsprops/debug_internal.vsprops: Removed.
283 2010-11-18 Steve Falkenburg <sfalken@apple.com>
285 Reviewed by Adam Roben.
287 Debug_Internal Windows configuration is unnecessary, should be removed
288 https://bugs.webkit.org/show_bug.cgi?id=49753
290 * win/tools/vsprops/debug.vsprops:
291 * win/tools/vsprops/debug_internal.vsprops:
293 2010-11-17 Steve Falkenburg <sfalken@apple.com>
295 Rubber-stamped by Adam Roben.
297 Update WebKitSystemInterfaceWin.
299 * win/lib/WebKitSystemInterface.lib:
300 * win/lib/WebKitSystemInterface_debug.lib:
302 2010-11-16 Adam Roben <aroben@apple.com>
304 Ignore files from libdispatch/zlib
306 Rubber-stamped by Eric Seidel.
308 * win/include: Modified property svn:ignore.
309 * win/lib: Modified property svn:ignore.
311 2010-11-10 Csaba Osztrogonác <ossy@webkit.org>
313 Reviewed by David Hyatt.
315 HTML5 Ruby support should be mandatory feature
316 https://bugs.webkit.org/show_bug.cgi?id=49272
318 Remove Ruby as optional feature.
320 * win/tools/vsprops/FeatureDefines.vsprops:
321 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
323 2010-10-29 Dan Bernstein <mitz@apple.com>
325 Snow Leopard PowerPC build fix.
327 * libWebKitSystemInterfaceSnowLeopard.a:
329 2010-10-29 Dan Bernstein <mitz@apple.com>
331 Leopard PowerPC build fix.
333 * libWebKitSystemInterfaceLeopard.a:
335 2010-10-29 Csaba Osztrogonác <ossy@webkit.org>
337 Reviewed by Adam Roben and David Kilzer.
339 Fix and cleanup of build systems
340 https://bugs.webkit.org/show_bug.cgi?id=48342
342 Remove unnecessary ENABLE_SANDBOX.
343 Add missing features to converge to FeatureDefines.xcconfig.
345 * win/tools/vsprops/FeatureDefines.vsprops:
346 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
348 2010-10-28 Dan Bernstein <mitz@apple.com>
350 Reviewed by John Sullivan.
352 Added UniCharProvider-based ways to create a CTTypeSetter and a CTLine, to be used in an
353 upcoming ComplexTextController patch.
355 * WebKitSystemInterface.h:
356 * libWebKitSystemInterfaceLeopard.a:
357 * libWebKitSystemInterfaceSnowLeopard.a:
359 2010-10-28 Ivan Krstić <ike@apple.com>
361 Reviewed by Mark Rowe.
363 Remove unused experimental proxied panel interface.
364 <rdar://problem/7237059>
366 * WebKitSystemInterface.h:
368 2010-10-27 Anders Carlsson <andersca@apple.com>
370 Reviewed by Sam Weinig.
372 Find indicators do not bounce
373 https://bugs.webkit.org/show_bug.cgi?id=48490
374 <rdar://problem/8564276>
376 Add bounce animation context functions.
378 * WebKitSystemInterface.h:
379 * libWebKitSystemInterfaceLeopard.a:
380 * libWebKitSystemInterfaceSnowLeopard.a:
382 2010-10-26 Adam Roben <aroben@apple.com>
384 Fix duplicate vsprops name
386 * win/tools/vsprops/FeatureDefinesCairo.vsprops: Renamed to
387 "FeatureDefinesCairo" to match the filename.
389 2010-10-23 Alexey Proskuryakov <ap@apple.com>
393 * win/lib/WebKitSystemInterface.lib:
394 * win/lib/WebKitSystemInterface_debug.lib:
396 2010-10-23 Alexey Proskuryakov <ap@apple.com>
398 Reviewed by Anders Carlsson.
400 https://bugs.webkit.org/show_bug.cgi?id=48083
401 <rdar://problem/8489082> Need WebKit2 API for private browsing (48083)
403 * WebKitSystemInterface.h:
404 * libWebKitSystemInterfaceLeopard.a:
405 * libWebKitSystemInterfaceSnowLeopard.a:
406 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
407 * win/lib/WebKitSystemInterface.lib:
408 * win/lib/WebKitSystemInterface_debug.lib:
409 Updated WebKitSystemInterface with necessary methods.
411 2010-10-22 Adam Roben <aroben@apple.com>
413 Turn on ENABLE_3D_RENDERING on all Windows builds
415 Reviewed by Sam Weinig.
417 * win/tools/vsprops/FeatureDefines.vsprops:
419 2010-10-20 Adam Roben <aroben@apple.com>
423 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
424 * win/lib/WebKitSystemInterface.lib:
425 * win/lib/WebKitSystemInterface_debug.lib:
426 Use a WKCFURLCredentialRef type to protect against changes to the
427 definition of CFURLCredentialRef.
429 2010-10-19 Adam Roben <aroben@apple.com>
433 * win/include/WebKitSystemInterface/WebKitSystemInterface.h: Check in
434 this file that I meant to check in in r70129.
436 2010-10-19 Adam Roben <aroben@apple.com>
438 Add WKCACFContext and related functions
440 Fixes <http://webkit.org/b/43244>.
442 Reviewed by Sam Weinig.
444 * win/lib/WebKitSystemInterface.lib:
445 * win/lib/WebKitSystemInterface_debug.lib:
447 2010-10-14 Ada Chan <adachan@apple.com>
449 Rubber-stamped by Adam Roben.
453 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
454 * win/lib/WebKitSystemInterface.lib:
455 * win/lib/WebKitSystemInterface_debug.lib:
457 2010-10-14 Ada Chan <adachan@apple.com>
459 Reviewed by Steve Falkenburg.
461 Add wkGetSSLCertificateChainContext for fetching the certificate chain.
462 Needed for https://bugs.webkit.org/show_bug.cgi?id=47603.
464 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
465 * win/lib/WebKitSystemInterface.lib:
466 * win/lib/WebKitSystemInterface_debug.lib:
468 2010-10-11 Mike Thole <mthole@apple.com>
470 Reviewed by Darin Adler.
472 Rename WKCertificateInfoGetPeerCertificates() to WKCertificateInfoGetCertificateChain()
473 https://bugs.webkit.org/show_bug.cgi?id=47495
475 * WebKitSystemInterface.h:
476 * libWebKitSystemInterfaceLeopard.a:
477 * libWebKitSystemInterfaceSnowLeopard.a:
479 2010-10-03 Brent Fulgham <bfulgham@webkit.org>
481 Unreviewed build fix.
483 WinCairo also needs access to the <inttypes.h> header requirement
484 introduced by Bug 46357.
486 * win/tools/vsprops/WinCairo.vsprops:
488 2010-09-17 Sam Weinig <sam@webkit.org>
490 Reviewed, tweaked, and landed by Anders Carlsson.
492 Add WKCopyNSURLResponsePeerCertificates.
494 * WebKitSystemInterface.h:
495 * libWebKitSystemInterfaceLeopard.a:
496 * libWebKitSystemInterfaceSnowLeopard.a:
498 2010-09-16 Eric Uhrhane <ericu@chromium.org>
502 Unify FILE_SYSTEM and FILE_WRITER enables under the name FILE_SYSTEM.
503 https://bugs.webkit.org/show_bug.cgi?id=45798
505 * win/tools/vsprops/FeatureDefines.vsprops:
506 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
508 2010-09-09 Jer Noble <jer.noble@apple.com>
510 Reviewed by Eric Carlson.
512 Adopt shared control drawing for <video> controls on Windows
513 https://bugs.webkit.org/show_bug.cgi?id=45490
515 * win/lib/WebKitSystemInterface.lib:
516 * win/lib/WebKitSystemInterface_debug.lib:
518 2010-09-10 Anders Carlsson <andersca@apple.com>
520 WebKitSystemInterface part of:
521 Set the visible name for the web process
522 https://bugs.webkit.org/show_bug.cgi?id=45564
523 <rdar://problem/8416970>
525 * WebKitSystemInterface.h:
526 * libWebKitSystemInterfaceLeopard.a:
527 * libWebKitSystemInterfaceSnowLeopard.a:
529 2010-08-05 Jian Li <jianli@chromium.org>
531 Reviewed by David Levin.
533 Unify blob related feature defines to ENABLE(BLOB).
534 https://bugs.webkit.org/show_bug.cgi?id=43081
536 * win/tools/vsprops/FeatureDefines.vsprops:
537 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
539 2010-08-04 Dan Bernstein <mitz@apple.com>
541 Reviewed by Darin Adler.
543 WebKitSystemInterface part of: Allow the language for hyphenation to be specified
544 https://bugs.webkit.org/show_bug.cgi?id=43467
546 * WebKitSystemInterface.h:
547 * libWebKitSystemInterfaceLeopard.a:
548 * libWebKitSystemInterfaceSnowLeopard.a:
549 * libWebKitSystemInterfaceTiger.a:
551 2010-08-03 Beth Dakin <bdakin@apple.com>
553 Reviewed by Alice Liu.
555 Enable MathML on Windows.
557 * win/tools/vsprops/FeatureDefines.vsprops:
559 2010-07-30 Adam Roben <aroben@apple.com>
561 Roll our r64361 and r64363
563 We can't make these changes until QuartzCore.lib is included in
564 WebKitSupportLibrary.
566 2010-07-30 Adam Roben <aroben@apple.com>
568 Add WKCACFContext and related functions
570 Also added some functions used by WKCAImageQueue.
572 Fixes <http://webkit.org/b/43244>.
574 Reviewed by Sam Weinig.
576 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
577 * win/lib/WebKitSystemInterface.lib:
578 * win/lib/WebKitSystemInterface_debug.lib:
580 2010-07-27 Kinuko Yasuda <kinuko@chromium.org>
582 Reviewed by Ojan Vafai.
584 Add FILE_SYSTEM build flag for FileSystem API
585 https://bugs.webkit.org/show_bug.cgi?id=42915
587 * win/tools/vsprops/FeatureDefines.vsprops:
588 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
590 2010-07-12 Mark Rowe <mrowe@apple.com>
592 Rubber-stamped by Sam Weinig.
594 Update WebKitSystemInterface.
596 * libWebKitSystemInterfaceLeopard.a:
597 * libWebKitSystemInterfaceSnowLeopard.a:
598 * libWebKitSystemInterfaceTiger.a:
600 2010-07-12 Adam Roben <aroben@apple.com>
602 Stop generating stripped symbols for Release builds
604 It turns out we can strip the symbols after-the-fact using PDBCopy.
606 Fixes <http://webkit.org/b/42085>.
608 Reviewed by Steve Falkenburg.
610 * win/tools/vsprops/release.vsprops: Removed the StripPrivateSymbols
611 attribute, which caused link.exe to generate a stripped PDB file for
614 2010-07-08 Eric Carlson <eric.carlson@apple.com>
616 Reviewed by Dan Bernstein.
618 Update WebKitSystemInterface.
620 * libWebKitSystemInterfaceLeopard.a:
621 * libWebKitSystemInterfaceSnowLeopard.a:
622 * libWebKitSystemInterfaceTiger.a:
624 2010-07-07 Dumitru Daniliuc <dumi@chromium.org>
626 Reviewed by Adam Roben.
628 Disable MSVC warning 4288.
629 https://bugs.webkit.org/show_bug.cgi?id=41804
631 MSVC has a non-standard extension that allows variables declared
632 in for-loops to remain visible in the same scope even after
634 (http://msdn.microsoft.com/en-us/library/bk5hc10s.aspx). The /Ze
635 option (turned on by default) enables all MSVC extensions, and
636 /Zc:forScope- tells the compiler to issue a C4288 warning when the
637 same variable is declared in the for-loop and re-declared later in
640 There seems to be a bug in VS2005 that erroneously enables
641 /Zc:forScope- even when that option is not specified
642 (http://connect.microsoft.com/VisualStudio/feedback/details/338010/bogus-compiler-warning-c4288). Looks
643 like our build got hit by that bug, so we need to disable warning
646 * win/tools/vsprops/common.vsprops:
648 2010-07-01 Simon Fraser <simon.fraser@apple.com>
650 Reviewed by Sam Weinig.
652 <rdar://problem/8154047>
654 Update WebKitSystemInterface, making some functions used by
655 WebKit2 available in 32-bit (for reals this time).
657 * libWebKitSystemInterfaceLeopard.a:
658 * libWebKitSystemInterfaceSnowLeopard.a:
659 * libWebKitSystemInterfaceTiger.a:
661 2010-07-01 Simon Fraser <simon.fraser@apple.com>
663 Reviewed by Sam Weinig.
665 <rdar://problem/8154047>
667 Update WebKitSystemInterface, making some functions used by
668 WebKit2 available in 32-bit.
670 * WebKitSystemInterface.h:
671 * libWebKitSystemInterfaceLeopard.a:
672 * libWebKitSystemInterfaceSnowLeopard.a:
673 * libWebKitSystemInterfaceTiger.a:
675 2010-06-23 John Gregg <johnnyg@google.com>
677 Reviewed by Kent Tamura.
679 add ENABLE_DIRECTORY_UPLOAD build support
680 https://bugs.webkit.org/show_bug.cgi?id=41100
682 * win/tools/vsprops/FeatureDefines.vsprops:
683 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
685 2010-06-27 Steve Falkenburg <sfalken@apple.com>
687 Windows (Cairo) build fix.
688 Add missing ENABLE_WEB_TIMING feature define.
690 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
692 2010-06-27 Steve Falkenburg <sfalken@apple.com>
695 Disable ENABLE_WEB_TIMING on Windows.
697 * win/tools/vsprops/FeatureDefines.vsprops:
699 2010-06-26 Tony Gentilcore <tonyg@chromium.org>
701 Reviewed by Dimitri Glazkov.
703 Add a VS macro for enabling Web Timing support.
704 https://bugs.webkit.org/show_bug.cgi?id=38924
706 * win/tools/vsprops/FeatureDefines.vsprops:
708 2010-06-21 Sam Weinig <sam@webkit.org>
710 Reviewed by Anders Carlsson.
712 Update WebKitSystemInterface.
714 * WebKitSystemInterface.h:
715 * libWebKitSystemInterfaceLeopard.a:
716 * libWebKitSystemInterfaceSnowLeopard.a:
717 * libWebKitSystemInterfaceTiger.a:
719 2010-06-21 Dan Bernstein <mitz@apple.com>
721 Speculative build fix.
723 * WebKitSystemInterface.h:
725 2010-06-21 Dan Bernstein <mitz@apple.com>
727 Reviewed by Darin Adler.
729 WebKitSystemInterface part of CSS3: Implement the 'hyphens' and 'hyphenate-character' properties
730 https://bugs.webkit.org/show_bug.cgi?id=10228
732 * WebKitSystemInterface.h: Added WKGetHyphenationLocationBeforeIndex().
733 * libWebKitSystemInterfaceLeopard.a:
734 * libWebKitSystemInterfaceSnowLeopard.a:
735 * libWebKitSystemInterfaceTiger.a:
737 2010-06-21 Satish Sampath <satish@chromium.org>
739 Reviewed by Steve Block.
741 Speech Input Patch 0: Added compilation argument to conditionally compile pending patches.
742 https://bugs.webkit.org/show_bug.cgi?id=40878
744 * win/tools/vsprops/FeatureDefines.vsprops:
745 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
747 2010-06-02 Sterling Swigart <sswigart@google.com>
749 Reviewed by David Levin.
751 Image Resizer Patch 0: Added compilation argument to conditionally compile pending patches.
752 https://bugs.webkit.org/show_bug.cgi?id=39906
754 * win/tools/vsprops/FeatureDefines.vsprops:
755 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
757 2010-05-24 Jer Noble <jer.noble@apple.com>
759 No review; build fix only.
761 Roll-out changes r60110.
763 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
764 * win/lib/WebKitSystemInterface.lib:
765 * win/lib/WebKitSystemInterface_debug.lib:
767 2010-05-24 Jer Noble <jer.noble@apple.com>
769 No review; build fix only.
771 Roll-out changes r60094, 60096-60097.
773 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
774 * win/lib/WebKitSystemInterface.lib:
775 * win/lib/WebKitSystemInterface_debug.lib:
777 2010-05-23 Jer Noble <jer.noble@apple.com>
779 Reviewed by Eric Carlson.
781 HTML5 <video> tag performance worse than Flash
782 https://bugs.webkit.org/show_bug.cgi?id=39577
783 rdar://problem/7982458
785 Added WebKitSystemInterface calls for new CAImageQueue APIs.
787 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
788 * win/lib/WebKitSystemInterface.lib:
789 * win/lib/WebKitSystemInterface_debug.lib:
791 2010-05-20 Steve Block <steveblock@google.com>
793 Reviewed by Jeremy Orlow.
795 Provide bindings for DeviceOrientation
796 https://bugs.webkit.org/show_bug.cgi?id=39210
798 Adds ENABLE_DEVICE_ORIENTATION to VisualStudio project files, always disabled.
800 * win/tools/vsprops/FeatureDefines.vsprops:
801 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
803 2010-04-09 Alexey Proskuryakov <ap@apple.com>
805 Reviewed by Maciej Stachowiak.
807 https://bugs.webkit.org/show_bug.cgi?id=24572
808 XMLHttpRequest.statusText returns always "OK" on Mac
810 * WebKitSystemInterface.h:
811 * libWebKitSystemInterfaceLeopard.a:
812 * libWebKitSystemInterfaceSnowLeopard.a:
813 * libWebKitSystemInterfaceTiger.a:
815 2010-04-07 Chris Marrin <cmarrin@apple.com>
817 Reviewed by Steve Falkenburg.
819 Remove QuartzCoreInterface from the build
821 No longer needed since QuartzCore.dll is now included in the latest Safari release (4.0.5).
823 * win/bin/QuartzCoreInterface.dll: Removed.
824 * win/include/QuartzCoreInterface: Removed.
825 * win/include/QuartzCoreInterface/QuartzCoreInterface.h: Removed.
826 * win/lib/QuartzCoreInterface.lib: Removed.
828 2010-04-02 Jer Noble <jer.noble@apple.com>
830 Reviewed by Eric Carlson.
832 https://bugs.webkit.org/show_bug.cgi?id=36624
834 Update WebKitSystemInterface
836 * WebKitSystemInterface.h: add WKQTMovieSelectPreferredAlternates.
837 * libWebKitSystemInterfaceLeopard.a:
838 * libWebKitSystemInterfaceSnowLeopard.a:
839 * libWebKitSystemInterfaceTiger.a:
841 2010-04-01 Kinuko Yasuda <kinuko@chromium.org>
843 Reviewed by Dmitry Titov.
845 Add FileThread for async file operation support in FileReader and FileWriter
846 https://bugs.webkit.org/show_bug.cgi?id=36896
848 Adds ENABLE_FILE_READER and ENABLE_FILE_WRITER feature flags
849 for FileReader and FileWriter support.
851 * win/tools/vsprops/FeatureDefines.vsprops:
852 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
854 2010-03-25 Mark Rowe <mrowe@apple.com>
856 Rubber-stamped by Dan Bernstein.
858 Update WebCoreSQLite3 to SQLite v3.6.12.
860 * WebCoreSQLite3/sqlite3.h:
861 * WebCoreSQLite3/sqlite3ext.h:
862 * libWebCoreSQLite3.a:
863 * libWebKitSystemInterfaceLeopard.a:
864 * libWebKitSystemInterfaceSnowLeopard.a:
865 * libWebKitSystemInterfaceTiger.a:
867 2010-03-23 Dan Bernstein <mitz@apple.com>
869 Reviewed by John Sullivan.
871 WebKitSystemInterface part of
872 <rdar://problem/7197736> Plug-in clip rect does not update when overflow
874 https://bugs.webkit.org/show_bug.cgi?id=36479.
876 * WebKitSystemInterface.h: Added WKSyncSurfaceToView().
877 * libWebKitSystemInterfaceSnowLeopard.a: Updated
879 2010-03-16 Dan Bernstein <mitz@apple.com>
881 Reviewed by Sam Weinig.
883 Fix incorrect glyph advances when using the Core Graphics (non-GDI) glyph look.
885 * win/lib/WebKitSystemInterface.lib:
886 * win/lib/WebKitSystemInterface_debug.lib:
888 2010-03-15 Andy Estes <aestes@apple.com>
890 Reviewed by John Sullivan.
892 Added two new output arguments to WKGetWheelEventDeltas() to return
893 the number of scroll wheel ticks in the x and y directions.
895 https://bugs.webkit.org/show_bug.cgi?id=29601.
896 <rdar://problem/7453254>
898 * WebKitSystemInterface.h:
899 * libWebKitSystemInterfaceLeopard.a:
900 * libWebKitSystemInterfaceSnowLeopard.a:
901 * libWebKitSystemInterfaceTiger.a:
903 2010-03-14 Dan Bernstein <mitz@apple.com>
905 Reviewed by Darin Adler.
907 WebKitSystemInterface part of removing support for legacy versions of Core Graphics
909 * win/include/WebKitSystemInterface/WebKitSystemInterface.h: Removed
910 wkCanCreateCGFontWithLOGFONT(), wkSetFontPlatformInfo(), wkAddFontsInDirectory(),
911 wkAddFontsAtPath(), wkAddFontsFromRegistry(), wkAddFontsFromPlist(), and
912 wkCreateFontsPlist().
913 * win/lib/WebKitSystemInterface.lib: Updated.
914 * win/lib/WebKitSystemInterface_debug.lib: Updated.
916 2010-03-08 Jian Li <jianli@chromium.org>
918 Reviewed by Dmitry Titov.
921 https://bugs.webkit.org/show_bug.cgi?id=32993
923 Add ENABLE_BLOB_SLICE feature define.
925 * win/tools/vsprops/FeatureDefines.vsprops:
926 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
928 2010-02-19 Maciej Stachowiak <mjs@apple.com>
930 Reviewed by David Levin.
932 Add an ENABLE flag for sandboxed iframes to make it possible to disable it in releases
933 https://bugs.webkit.org/show_bug.cgi?id=35147
935 * win/tools/vsprops/FeatureDefines.vsprops:
937 2010-02-18 Steve Falkenburg <sfalken@apple.com>
939 Reviewed by Dan Bernstein.
941 WebKit on Windows needs a mechanism to listen for WM_SETTINGCHANGED messages
942 https://bugs.webkit.org/show_bug.cgi?id=35076
944 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
945 * win/lib/WebKitSystemInterface.lib: Updated to add wkSystemFontSmoothingChanged.
946 * win/lib/WebKitSystemInterface_debug.lib: Updated to add wkSystemFontSmoothingChanged.
948 2010-02-16 Gavin Barraclough <barraclough@apple.com>
950 Reviewed by NOBODY (Build fix).
952 Disable warnings preventing use of anonymous structs/onions -
953 don't take all my fun toys away, these are useful & awesome!
955 * win/tools/vsprops/common.vsprops:
957 2010-02-11 Brian Weinstein <bweinstein@apple.com>
959 Rubber-stamped by Eric Seidel.
961 Turn back on SVG Filters on Windows, as they were accidentally disabled and cause
964 * win/tools/vsprops/FeatureDefines.vsprops:
966 2010-02-08 Maciej Stachowiak <mjs@apple.com>
968 Reviewed by Cameron Zwarich.
970 Restore ENABLE_RUBY flag so vendors can ship with Ruby disabled if they choose.
971 https://bugs.webkit.org/show_bug.cgi?id=34698
973 * win/tools/vsprops/FeatureDefines.vsprops:
975 2010-02-04 Mark Rowe <mrowe@apple.com>
977 Reviewed by Steve Falkenburg.
979 Update auto-version.sh to better handle major version numbers with fewer than three digits,
980 and the case when WEBKITLIBRARIESDIR is not set.
982 * win/tools/scripts/auto-version.sh:
984 2010-02-04 Steve Falkenburg <sfalken@apple.com>
986 Windows build fix for projects not defining WebKitLibrariesDir.
988 * win/tools/scripts/auto-version.sh:
990 2010-02-03 Dan Bernstein <mitz@apple.com>
992 Reviewed by Anders Carlsson.
994 Fixed a bug where WKSetNSURLConnectionDefersCallbacks(true) did not defer callbacks during modal dialogs.
996 * libWebKitSystemInterfaceLeopard.a:
998 2010-02-02 Steve Falkenburg <sfalken@apple.com>
1000 Reviewed by Darin Adler.
1002 Copyright year updating for Windows version resources should be automatic
1003 https://bugs.webkit.org/show_bug.cgi?id=34503
1005 * win/tools/scripts/auto-version.sh:
1007 2010-02-02 Martin Robinson <mrobinson@webkit.org>
1009 Unreviewed build fix.
1011 The WinCairo build requires this script to be executable.
1013 * win/tools/scripts/feature-defines.sh: Added property svn:executable.
1015 2010-01-29 Mark Rowe <mrowe@apple.com>
1017 Keep the Windows feature defines in sync with FeatureDefines.xcconfig.
1019 * win/tools/vsprops/FeatureDefines.vsprops:
1020 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
1022 2010-01-26 Alexey Proskuryakov <ap@apple.com>
1024 More Windows build fixing.
1026 * win/tools/vsprops/common.vsprops: Disable warning C4180 (qualifier applied to function
1027 type has no meaning; ignored). This is a known bug - MSVC tries to compile a wrong
1028 specialization sometimes - but it's not instantiated, so it's harmless.
1030 2010-01-22 Steve Falkenburg <sfalken@apple.com>
1032 Reviewed by Darin Adler.
1034 https://bugs.webkit.org/show_bug.cgi?id=34025
1035 Enable client-based Geolocation abstraction for Mac, Windows AppleWebKit targets.
1037 * win/tools/vsprops/FeatureDefines.vsprops:
1038 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
1040 2010-01-20 Steve Falkenburg <sfalken@apple.com>
1042 Reviewed by Darin Adler and Adam Roben.
1044 Feature defines are difficult to maintain on Windows builds
1045 https://bugs.webkit.org/show_bug.cgi?id=33883
1047 FeatureDefines.vsprops are now maintained in a way similar to
1048 Configurations/FeatureDefines.xcconfig, with the added advantage
1049 of having a single FeatureDefines file across all projects.
1051 Keep this list of features (not enabled/disabled state) in sync with
1052 FeatureDefines.xcconfig files in JavaScriptCore, WebCore, and WebKit.
1054 Add new features to both PreprocessorDefinitions and UserMacro sections.
1055 Set any ENABLE_FEATURE_NAME macro to an empty string to disable that feature.
1057 * win/tools/scripts/feature-defines.sh: Added.
1058 * win/tools/vsprops/FeatureDefines.vsprops: Added.
1059 * win/tools/vsprops/FeatureDefinesCairo.vsprops: Added.
1060 * win/tools/vsprops/WinCairo.vsprops: Removed ENABLE_FILTERS. Now set in FeatureDefinesCairo.vsprops.
1062 2010-01-13 Simon Fraser <simon.fraser@apple.com>
1064 Reviewed by Darin Adler.
1066 <rdar://problem/7532544>
1068 Expose new method on WebKitSystemInterface, WKGetUserToBaseCTM(), which will
1069 be used for a shadow drawing fix. Once more, with feeling. On Windows.
1071 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
1072 * win/lib/WebKitSystemInterface.lib:
1073 * win/lib/WebKitSystemInterface_debug.lib:
1075 2010-01-13 Simon Fraser <simon.fraser@apple.com>
1077 Reviewed by Darin Adler.
1079 <rdar://problem/7532544>
1081 Expose new method on WebKitSystemInterface, WKGetUserToBaseCTM(), which will
1082 be used for a shadow drawing fix.
1084 * win/lib/WebKitSystemInterface.lib:
1085 * win/lib/WebKitSystemInterface_debug.lib:
1087 2010-01-13 Simon Fraser <simon.fraser@apple.com>
1089 Reviewed by Darin Adler.
1091 <rdar://problem/7532544>
1093 Expose new method on WebKitSystemInterface, WKGetUserToBaseCTM(), which will
1094 be used for a shadow drawing fix.
1096 * WebKitSystemInterface.h:
1097 * libWebKitSystemInterfaceLeopard.a:
1098 * libWebKitSystemInterfaceSnowLeopard.a:
1099 * libWebKitSystemInterfaceTiger.a:
1101 2010-01-07 Alexey Proskuryakov <ap@apple.com>
1103 Not reviewed, build fix.
1105 Windows buid fix - disable warning 4251 (class needs to have dll-interface to be used by
1106 clients of another class). WebCore doesn't use all methods of JSString, so
1107 we don't export all classes clients could theoretically access via JSString.
1109 * win/tools/vsprops/common.vsprops:
1111 2009-12-21 Mark Rowe <mrowe@apple.com>
1113 Reviewed by Samuel Weinig.
1115 Update WebKitSystemInterface.
1117 * libWebKitSystemInterfaceLeopard.a:
1118 * libWebKitSystemInterfaceSnowLeopard.a:
1119 * libWebKitSystemInterfaceTiger.a:
1121 2009-12-21 Mark Rowe <mrowe@apple.com>
1123 Reviewed by Samuel Weinig.
1125 Update WebKitSystemInterface.
1127 * WebKitSystemInterface.h:
1128 * libWebKitSystemInterfaceLeopard.a:
1129 * libWebKitSystemInterfaceSnowLeopard.a:
1130 * libWebKitSystemInterfaceTiger.a:
1132 2009-12-18 Sam Weinig <sam@webkit.org>
1134 Reviewed by Anders Carlsson.
1136 Update WebKitSystemInterface for <rdar://problem/7237059>.
1138 * WebKitSystemInterface.h:
1139 * libWebKitSystemInterfaceLeopard.a:
1140 * libWebKitSystemInterfaceSnowLeopard.a:
1141 * libWebKitSystemInterfaceTiger.a:
1143 2009-12-15 Dan Bernstein <mitz@apple.com>
1145 Reviewed by Adam Roben.
1147 WebKitSystemInterface part of <rdar://problem/7173515> Use LOGFONT support in
1148 Core Graphics when available
1150 * win/include/WebKitSystemInterface/WebKitSystemInterface.h: Declared
1151 wkCanCreateCGFontWithLOGFONT().
1152 * win/lib/WebKitSystemInterface.lib:
1153 * win/lib/WebKitSystemInterface_debug.lib:
1155 2009-12-12 Eric Carlson <eric.carlson@apple.com>
1157 Reviewed by Darin Adler.
1159 <rdar://problem/7453726> Pull shared UI code into WebKit
1161 * WebKitSystemInterface.h:
1162 * libWebKitSystemInterfaceLeopard.a:
1163 * libWebKitSystemInterfaceSnowLeopard.a:
1164 * libWebKitSystemInterfaceTiger.a:
1166 2009-12-11 Chris Marrin <cmarrin@apple.com>
1168 Reviewed by Adam Roben.
1170 Add QuartzCore build files to OpenSource tree
1171 https://bugs.webkit.org/show_bug.cgi?id=31856
1173 This allows proper building and linking with QuartzCore
1177 * win/bin/QuartzCoreInterface.dll: Added.
1178 * win/include/QuartzCoreInterface: Added.
1179 * win/include/QuartzCoreInterface/QuartzCoreInterface.h: Added.
1180 * win/lib/QuartzCoreInterface.lib: Added.
1182 2009-12-07 Adam Roben <aroben@apple.com>
1184 Windows build fix for checkouts with a space in the path
1186 * win/tools/scripts/auto-version.sh: Quote the output file's directory
1187 before passing it to mkdir.
1189 2009-12-01 Alexey Proskuryakov <ap@apple.com>
1191 Reviewed by Darin Adler.
1193 https://bugs.webkit.org/show_bug.cgi?id=32036
1194 Implement CredentialStorage::getFromPersistentStorage for CFNetwork
1196 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
1197 * win/lib/WebKitSystemInterface.lib:
1198 * win/lib/WebKitSystemInterface_debug.lib:
1199 Update WebKitSystemInterface.
1201 2009-11-24 Alexey Proskuryakov <ap@apple.com>
1203 Reviewed by Brady Eidson.
1205 https://bugs.webkit.org/show_bug.cgi?id=31844
1206 SocketStreamHandleCFNet should support CONNECT proxy credentials
1208 * WebKitSystemInterface.h:
1209 * libWebKitSystemInterfaceLeopard.a:
1210 * libWebKitSystemInterfaceSnowLeopard.a:
1211 * libWebKitSystemInterfaceTiger.a:
1212 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
1213 * win/lib/WebKitSystemInterface.lib:
1214 * win/lib/WebKitSystemInterface_debug.lib:
1215 Update WebKitSystemInterface.
1217 2009-11-22 Dan Bernstein <mitz@apple.com>
1219 Reviewed by Eric Carlson.
1221 Updated WebKitSystemInterface.
1223 * libWebKitSystemInterfaceLeopard.a:
1224 * libWebKitSystemInterfaceSnowLeopard.a:
1225 * libWebKitSystemInterfaceTiger.a:
1227 2009-11-22 Dan Bernstein <mitz@apple.com>
1229 Reviewed by Cameron Zwarich.
1231 Fixed a leak in WKDrawMediaUIPart().
1233 * libWebKitSystemInterfaceLeopard.a:
1234 * libWebKitSystemInterfaceSnowLeopard.a:
1235 * libWebKitSystemInterfaceTiger.a:
1237 2009-11-20 Eric Carlson <eric.carlson@apple.com>
1239 Reviewed by Simon Fraser.
1241 <rdar://problem/7414396> Leopard & Tiger: Support closed caption in <video> element
1243 * WebKitSystemInterface.h:
1244 * libWebKitSystemInterfaceLeopard.a:
1245 * libWebKitSystemInterfaceSnowLeopard.a:
1246 * libWebKitSystemInterfaceTiger.a:
1248 2009-11-19 Eric Carlson <eric.carlson@apple.com>
1250 Reviewed by Dan Bernstein.
1252 <rdar://problem/7035231>
1253 Support closed caption in <video> element
1255 * WebKitSystemInterface.h:
1256 Add prototypes for WKQTMovieHasClosedCaptions and WKQTMovieSetShowClosedCaptions,
1257 define WKMediaUIPartToggleClosedCaptionsButton.
1259 2009-11-13 Anders Carlsson <andersca@apple.com>
1261 Reviewed by Dan Bernstein.
1263 Update WebKitSystemInterface.
1265 * WebKitSystemInterface.h:
1266 * libWebKitSystemInterfaceLeopard.a:
1267 * libWebKitSystemInterfaceSnowLeopard.a:
1268 * libWebKitSystemInterfaceTiger.a:
1270 2009-11-13 Brent Fulgham <bfulgham@webkit.org>
1272 Build correction. No review.
1274 The WinCairo build requires ENABLE_FILTERS to work properly.
1276 * win/tools/vsprops/WinCairo.vsprops:
1278 2009-11-02 Dan Bernstein <mitz@apple.com>
1280 Reviewed by John Sullivan.
1282 WebKitSystemInterface part of making the appearance of the full-screen video HUD match
1283 QuickTime Player X’s HUD.
1285 * libWebKitSystemInterfaceLeopard.a:
1286 * libWebKitSystemInterfaceSnowLeopard.a:
1287 * libWebKitSystemInterfaceTiger.a:
1289 2009-10-26 Mark Rowe <mrowe@apple.com>
1291 Reviewed by Adam Roben.
1293 Clean up the regex madness in auto-version.sh to make it obvious what the script is doing.
1295 Also teaches auto-version.sh to handle RC_PROJECTSOURCEVERSION that has more than three digits
1296 in the major component of the version number.
1298 * win/tools/scripts/auto-version.sh:
1300 2009-10-19 Marshall Culpepper <mculpepper@appcelerator.com>
1302 Reviewed by Eric Seidel.
1304 added cairo include and lib directories to debug_wincairo.vsprops
1305 https://bugs.webkit.org/show_bug.cgi?id=29831
1307 * win/tools/vsprops/debug_wincairo.vsprops:
1309 2009-10-16 Steve Falkenburg <sfalken@apple.com>
1311 Reviewed by Dan Bernstein.
1313 https://bugs.webkit.org/show_bug.cgi?id=30456
1314 Fixes for new Debug_All Windows build configuration.
1316 * win/tools/vsprops/debug_all.vsprops:
1317 Define DEBUG_ALL in Debug_All configuration.
1318 Continue to define USE_DEBUG_SAFARI_THEME for open source SafariTheme header usage.
1320 2009-10-16 Steve Falkenburg <sfalken@apple.com>
1322 Reviewed by Adam Roben.
1324 Add a Debug_All configuration to build entire stack as debug.
1325 Change Debug_Internal to:
1326 - stop using _debug suffix for all WebKit/Safari binaries
1327 - not use _debug as a DLL naming suffix
1328 - use non-debug C runtime lib.
1330 * win/tools/vsprops/debug_all.vsprops: Added.
1331 Use debug C runtime library in debug_all.
1332 Specify USE_DEBUG_SAFARI_THEME to get "_debug" suffix for debug_all.
1333 * win/tools/vsprops/debug_internal.vsprops:
1334 Don't specify debug C runtime library in debug_internal.
1335 Don't specify _debug suffix for standard debug_internal builds.
1337 2009-10-05 Pierre d'Herbemont <pdherbemont@webkit.org>
1339 Reviewed by Simon Fraser
1341 Support fullscreen in MediaPlayer (Mac)
1342 https://bugs.webkit.org/show_bug.cgi?id=26742
1344 New methods required for video fullscreen.
1346 * WebKitSystemInterface.h:
1347 * libWebKitSystemInterfaceLeopard.a:
1348 * libWebKitSystemInterfaceSnowLeopard.a:
1349 * libWebKitSystemInterfaceTiger.a:
1351 2009-10-02 Steve Falkenburg <sfalken@apple.com>
1354 Re-apply lost changes to auto-version.sh.
1356 * win/tools/scripts/auto-version.sh:
1358 2009-10-02 Eric Carlson <eric.carlson@apple.com>
1360 Reviewed by Adam Roben.
1362 <rdar://problem/7271334>
1363 Rename MediaControllerThemeQT to MediaControllerThemeQuickTime
1365 * WebKitSystemInterface.h:
1366 MediaControllerThemeQT -> MediaControllerThemeQuickTime
1368 2009-10-02 Steve Falkenburg <sfalken@apple.com>
1370 Reviewed by Mark Rowe.
1372 <https://bugs.webkit.org/show_bug.cgi?id=29989>
1373 Safari version number shouldn't be exposed in WebKit code
1375 For a WebKit version of 532.3.4:
1376 Product version is: 5.32.3.4 (was 4.0.3.0)
1377 File version is: 5.32.3.4 (was 4.532.3.4)
1379 * win/tools/scripts/PRODUCTVERSION: Removed.
1380 * win/tools/scripts/auto-version.sh: Re-worked script to remove references to PRODUCTVERSION.
1382 2009-09-25 Dan Bernstein <mitz@apple.com>
1384 Reviewed by Adam Roben.
1386 WebKitSystemInterface changes for
1387 <rdar://problem/7211635> 2 byte characters are displayed as garbaged
1388 <rdar://problem/7212626> garbled/gibberish text (off-by-one)
1390 * win/include/WebKitSystemInterface/WebKitSystemInterface.h: Added
1391 wkAddFontsFromPlistRepresentation() and replaced
1392 wkCreateFontsPlistRepresentation() with wkCreateFontsPlist() and
1393 wkAddFontsFromPlistRepresentation() with wkAddFontsFromPlist().
1394 * win/lib/WebKitSystemInterface.lib:
1395 * win/lib/WebKitSystemInterface_debug.lib:
1397 2009-09-23 Marshall Culpepper <mculpepper@appcelerator.com>
1399 Reviewed by Eric Seidel.
1401 Added $(WebKitLibrariesDir)/include/cairo so cairo.h is found by
1402 default when the necessary dependencies are extracted into the
1404 https://bugs.webkit.org/show_bug.cgi?id=29661
1406 * win/tools/vsprops/WinCairo.vsprops:
1408 2009-09-09 Brent Fulgham <bfulgham@webkit.org>
1410 Reviewed by Dave Levin.
1412 Adjust WinCairo-specific property sheet to use static versions of
1413 libjpeg.lib and libpng.lib. Change to libpng.lib required addition
1414 of zlib.lib to link.
1416 * win/tools/vsprops/WinCairo.vsprops:
1418 2009-08-28 Steve Falkenburg <sfalken@apple.com>
1420 Reviewed by Adam Roben.
1422 Define _CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES=1
1423 to automatically use secure versions of C runtime lib calls on Windows.
1424 https://bugs.webkit.org/show_bug.cgi?id=28824
1426 * win/tools/vsprops/common.vsprops:
1428 2009-08-25 Brent Fulgham <bfulgham@webkit.org>
1430 Rubber stamped by Steve Falkenburg.
1432 debug_wincairo.vsprops was linking against wrong C runtime.
1434 * win/tools/vsprops/debug_wincairo.vsprops: Link to correct
1435 C runtime (as in the standard 'debug.vsprops' file.)
1437 2009-08-24 Brent Fulgham <bfulgham@webkit.org>
1439 Reviewed by Steve Falkenburg.
1441 Revise CFLite Debug build to emit DLL's with _debug label.
1442 https://bugs.webkit.org/show_bug.cgi?id=28695.
1444 * win/tools/vsprops/debug_wincairo.vsprops: Added.
1446 2009-08-12 Peter Kasting <pkasting@google.com>
1448 Reviewed by Darin Adler.
1450 https://bugs.webkit.org/show_bug.cgi?id=27323
1451 Change pattern that strips all trailing whitespace to just remove EOL
1452 chars (\r, \n), to make it clear that varying EOL chars is the primary
1453 problem being solved.
1455 * win/tools/scripts/auto-version.sh:
1457 2009-08-10 Peter Kasting <pkasting@google.com>
1459 Reviewed by George Staikos.
1461 https://bugs.webkit.org/show_bug.cgi?id=27323
1462 Even more line ending-stripping for auto-version.sh, based on output
1463 provided by Jessie Berlin.
1465 * win/tools/scripts/auto-version.sh:
1467 2009-08-10 Brent Fulgham <bfulgham@webkit.org>
1469 Reviewed by Adam Roben.
1471 https://bugs.webkit.org/show_bug.cgi?id=28048.
1472 Move various WinCairo build settings into *.vsprops file.
1474 * win/tools/vsprops/cURL.vsprops: Added.
1476 2009-08-06 Peter Kasting <pkasting@google.com>
1478 Reviewed by Adam Barth.
1480 https://bugs.webkit.org/show_bug.cgi?id=27323
1481 Strip line endings at all points auto-version.sh reads data, not just
1482 the one I happened to run into.
1484 * win/tools/scripts/auto-version.sh:
1486 2009-07-27 Peter Kasting <pkasting@google.com>
1488 Reviewed by Adam Roben.
1490 https://bugs.webkit.org/show_bug.cgi?id=27323
1491 Correctly parse command output, even when the line endings are not LF,
1492 so that we don't create an autoversion.h that MSVC chokes on.
1494 * win/tools/scripts/auto-version.sh:
1496 2009-07-13 Brent Fulgham <bfulgham@webkit.org>
1498 Reviewed by Adam Roben.
1500 Add new configuration flag for redistributable Windows build.
1501 https://bugs.webkit.org/show_bug.cgi=27087
1503 * win/tools/vsprops/WinCairo.vsprops: Added. Defines the
1504 new WIN_CAIRO flag used to drive non-Apple Windows build.
1506 2009-07-10 Eric Carlson <eric.carlson@apple.com>
1508 Reviewed by Simon Fraser.
1510 Update WebKitSystemInterface for <rdar://problem/7049066>.
1512 * WebKitSystemInterface.h:
1513 * libWebKitSystemInterfaceLeopard.a:
1514 * libWebKitSystemInterfaceSnowLeopard.a:
1515 * libWebKitSystemInterfaceTiger.a:
1517 2009-07-06 Eric Carlson <eric.carlson@apple.com>
1519 Update WebKitSystemInterface for <rdar://problem/7008093>.
1521 * WebKitSystemInterface.h:
1522 * libWebKitSystemInterfaceLeopard.a:
1523 * libWebKitSystemInterfaceSnowLeopard.a:
1524 * libWebKitSystemInterfaceTiger.a:
1526 2009-07-06 Anders Carlsson <andersca@apple.com>
1528 Update WebKitSystemInterface.
1530 * WebKitSystemInterface.h:
1531 * libWebKitSystemInterfaceLeopard.a:
1532 * libWebKitSystemInterfaceSnowLeopard.a:
1533 * libWebKitSystemInterfaceTiger.a:
1535 2009-07-02 Pierre d'Herbemont <pdherbemont@apple.com>
1537 Reviewed by Simon Fraser.
1539 Update WebKitSystemInterface for <rdar://problem/6518119>
1541 * WebKitSystemInterface.h:
1542 * libWebKitSystemInterfaceLeopard.a:
1543 * libWebKitSystemInterfaceSnowLeopard.a:
1544 * libWebKitSystemInterfaceTiger.a:
1546 2009-07-01 Eric Carlson <eric.carlson@apple.com>
1548 Reviewed by Simon Fraser.
1550 Update WebKitSystemInterface for <rdar://problem/7014990>
1552 * libWebKitSystemInterfaceLeopard.a:
1553 * libWebKitSystemInterfaceSnowLeopard.a:
1554 * libWebKitSystemInterfaceTiger.a:
1556 2009-06-29 Eric Carlson <eric.carlson@apple.com>
1558 Reviewed by Simon Fraser.
1560 Update WebKitSystemInterface for <rdar://problem/7014813>
1562 * WebKitSystemInterface.h:
1563 * libWebKitSystemInterfaceLeopard.a:
1564 * libWebKitSystemInterfaceSnowLeopard.a:
1565 * libWebKitSystemInterfaceTiger.a:
1567 2009-06-25 Simon Fraser <simon.fraser@apple.com>
1569 Rubber-stamped by Mark Rowe.
1571 <rdar://problem/6999737>
1573 Update the media controller images.
1575 * libWebKitSystemInterfaceLeopard.a:
1576 * libWebKitSystemInterfaceSnowLeopard.a:
1577 * libWebKitSystemInterfaceTiger.a:
1579 2009-06-16 Simon Fraser <simon.fraser@apple.com>
1581 Rubber-stamped by Anders Carlsson.
1583 Update WebKitSystemInterface for <rdar://problem/6937882>.
1585 * libWebKitSystemInterfaceLeopard.a:
1586 * libWebKitSystemInterfaceSnowLeopard.a:
1587 * libWebKitSystemInterfaceTiger.a:
1589 2009-06-02 Anders Carlsson <andersca@apple.com>
1591 Rubber-stamped by Mark Rowe.
1593 Update WebKitSystemInterface.
1595 * libWebKitSystemInterfaceLeopard.a:
1596 * libWebKitSystemInterfaceSnowLeopard.a:
1597 * libWebKitSystemInterfaceTiger.a:
1599 2009-05-27 Mark Rowe <mrowe@apple.com>
1601 Rubber-stamped by Dan Bernstein.
1603 Update WebKitSystemInterface.
1605 * libWebKitSystemInterfaceLeopard.a:
1606 * libWebKitSystemInterfaceSnowLeopard.a: Added.
1607 * libWebKitSystemInterfaceTiger.a:
1609 2009-05-26 Anders Carlsson <andersca@apple.com>
1611 Reviewed by Dan Bernstein.
1613 <rdar://problem/6901751>
1614 REGRESSION (r35515): Tiger crash painting the selection on registration page of car2go.com
1616 Remove WKCGContextIsSafeToClip.
1618 * WebKitSystemInterface.h:
1619 * libWebKitSystemInterfaceTiger.a:
1621 2009-05-21 Dan Bernstein <mitz@apple.com>
1623 Rubber-stamped by Mark Rowe.
1625 - correct a copyright header accidently reverted in r43964
1627 * WebKitSystemInterface.h:
1629 2009-05-21 Dan Bernstein <mitz@apple.com>
1631 Reviewed by Anders Carlsson.
1633 - WebKitSystemInterface part of <rdar://problem/6901751> REGRESSION
1634 (r35515): Tiger crash painting the selection on registration page of
1637 * WebKitSystemInterface.h:
1638 * libWebKitSystemInterfaceTiger.a:
1640 2009-05-07 Simon Fraser <simon.fraser@apple.com>
1642 Source changes reviewed by Darin Adler
1644 <rdar://problem/6864091> Endcap of media controls slider is fuzzy
1646 * libWebKitSystemInterfaceLeopard.a:
1647 * libWebKitSystemInterfaceTiger.a:
1649 2009-04-28 Steve Falkenburg <sfalken@apple.com>
1651 Fix extraneous warning about AnalyzeWithLargeStack not being defined in Windows builds.
1652 Indirected definition through a UserMacro.
1654 Reviewed by Mark Rowe.
1656 * win/tools/vsprops/common.vsprops:
1658 2009-04-28 Steve Falkenburg <sfalken@apple.com>
1660 Fix extraneous warning about PRODUCTION not being defined in Windows builds.
1661 Indirected definition for __PRODUCTION__ through a UserMacro.
1663 Reviewed by Mark Rowe.
1665 * win/tools/vsprops/common.vsprops:
1667 2009-04-24 Simon Fraser <simon.fraser@apple.com>
1669 Source changes reviewed by Darin Adler
1671 https://bugs.webkit.org/show_bug.cgi?id=22242
1673 Update WebKitSystemInterface for Mac with fixes for video controller drawing.
1675 * libWebKitSystemInterfaceLeopard.a:
1676 * libWebKitSystemInterfaceTiger.a:
1678 2009-04-22 Ada Chan <adachan@apple.com>
1680 Update WebKitSystemInterface with new method that maps CFNetwork error code to localized description.
1682 Reviewed by Darin Adler.
1684 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
1685 * win/lib/WebKitSystemInterface.lib:
1686 * win/lib/WebKitSystemInterface_debug.lib:
1688 2009-04-20 Steve Falkenburg <sfalken@apple.com>
1690 Separate JavaScriptCore.dll from WebKit.dll.
1691 Slight performance improvement or no change on benchmarks.
1693 Allows us to break a circular dependency between CFNetwork and WebKit on Windows,
1694 and simplifies standalone JavaScriptCore builds.
1696 Reviewed by Oliver Hunt.
1698 * win/tools/vsprops/common.vsprops: Add BUILDING_{project} preprocessor define.
1700 2009-04-18 Pierre d'Herbemont <pdherbemont@apple.com>
1702 Reviewed by Mark Rowe.
1704 <rdar://problem/6781295> video.buffered and video.seekable are not
1705 the same. video.buffered should return only what is buffered and
1706 not what is seekable
1708 * WebKitSystemInterface.h:
1709 * libWebKitSystemInterfaceLeopard.a:
1710 * libWebKitSystemInterfaceTiger.a:
1712 2009-04-18 Pierre d'Herbemont <pdherbemont@apple.com>
1714 Reviewed by Adele Peterson.
1716 <rdar://problem/6747241> work around QTKit no longer reaching
1717 QTMovieLoadStateComplete
1719 * WebKitSystemInterface.h:
1720 * libWebKitSystemInterfaceLeopard.a:
1721 * libWebKitSystemInterfaceTiger.a:
1723 2009-04-15 Steve Falkenburg <sfalken@apple.com>
1725 Updated WebKitSystemInterface for Windows.
1726 Changes needed for <rdar://problem/6785760>
1728 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
1729 * win/lib/WebKitSystemInterface.lib:
1730 * win/lib/WebKitSystemInterface_debug.lib:
1732 2009-04-14 Mark Rowe <mrowe@apple.com>
1734 Update WebKitSystemInterface so that the Tiger portion supports PowerPC.
1736 * libWebKitSystemInterfaceLeopard.a:
1737 * libWebKitSystemInterfaceTiger.a:
1739 2009-04-13 Antti Koivisto <antti@apple.com>
1741 Reviewed by Darin Adler.
1743 <rdar://problem/6740294> Increase the connection count per host
1745 * WebKitSystemInterface.h:
1746 * libWebKitSystemInterfaceLeopard.a:
1747 * libWebKitSystemInterfaceTiger.a:
1749 2009-04-10 Eric Carlson <eric.carlson@apple.com>
1751 WebKitSystemInterface changes for <rdar://problem/6646998>
1753 * libWebKitSystemInterfaceLeopard.a:
1754 * libWebKitSystemInterfaceTiger.a:
1756 2009-04-10 Simon Fraser <simon.fraser@apple.com>
1758 Fix the leopard build by updating WebKitSystemInterface.
1760 * WebKitSystemInterface.h:
1761 * libWebKitSystemInterfaceLeopard.a:
1763 2009-03-30 Steve Falkenburg <sfalken@apple.com>
1765 Bump version to 530.
1767 * win/tools/scripts/VERSION:
1769 2009-03-26 Adam Roben <aroben@apple.com>
1771 Remove SafariThemeConstants.h, which is now provided by
1772 WebKitSupportLibrary
1774 * win/include/SafariTheme: Removed.
1775 * win/include/SafariTheme/SafariThemeConstants.h: Removed.
1777 2009-03-07 Dan Bernstein <mitz@apple.com>
1779 Reviewed by Mark Rowe.
1781 - WebKitSystemInterface part of removing build-time and run-time support
1782 for legacy versions of CFNetwork and Core Graphics
1784 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
1785 * win/lib/WebKitSystemInterface.lib:
1786 * win/lib/WebKitSystemInterface_debug.lib:
1788 2009-01-30 Dan Bernstein <mitz@apple.com>
1790 Reviewed by Timothy Hatcher.
1792 - <rdar://problem/6545912> expose the build number in autoversion.h
1794 * win/tools/scripts/auto-version.sh: Added a #define __BUILD_NUMBER__
1795 with the full build number.
1797 2009-01-08 Dan Bernstein <mitz@apple.com>
1799 Reviewed by Adam Roben.
1801 - WebKitSystemInterface changes to support Core Graphics native glyph drawing
1803 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
1804 * win/lib/WebKitSystemInterface.lib:
1805 * win/lib/WebKitSystemInterface_debug.lib:
1807 2008-11-11 Ada Chan <adachan@apple.com>
1809 Fix: https://bugs.webkit.org/show_bug.cgi?id=22187
1810 Bug 22187: CLEARTYPE_QUALITY flag is not supported on Win2000
1812 Update window versions to correspond to Windows XP.
1814 Reviewed by Steve Falkenburg.
1816 * win/tools/vsprops/common.vsprops:
1818 2008-10-23 Anders Carlsson <andersca@apple.com>
1820 Reviewed by John Sullivan.
1822 Fix <rdar://problem/6306513> by adding a workaround for <rdar://problem/6304600>.
1824 * libWebKitSystemInterfaceLeopard.a:
1825 * libWebKitSystemInterfaceTiger.a:
1827 2008-10-08 Mark Rowe <mrowe@apple.com>
1829 Rubber-stamped by Jon Honeycutt.
1831 Remove restriction on version number ending in a 4.
1833 * win/tools/scripts/auto-version.sh:
1835 2008-10-07 Anders Carlsson <andersca@apple.com>
1837 Reviewed by Mitz Pettel.
1839 Update WebKitSystemInterface.
1841 * libWebKitSystemInterfaceLeopard.a:
1842 * libWebKitSystemInterfaceTiger.a:
1844 2008-09-09 Dan Bernstein <mitz@apple.com>
1846 Reviewed by Darin Adler.
1848 - WebKitLibraries part of <rdar://problem/6206244> Use alternate character-to-glyph interface on Leopard
1850 * WebKitSystemInterface.h:
1851 * libWebKitSystemInterfaceLeopard.a:
1853 2008-09-04 Adam Roben <aroben@apple.com>
1855 Ignore warning LNK4221 on Windows
1857 This warning is emitted when an object file with no public symbols is
1858 passed to the linker/librarian. This often occurs in WebCore for files
1859 that have been disabled via ENABLE()/USE() macros.
1861 Rubberstamped by Anders Carlsson.
1863 * win/tools/vsprops/common.vsprops: Ignore warning LNK4221.
1865 2008-08-27 Timothy Hatcher <timothy@apple.com>
1867 Adds the WKAdvanceDefaultButtonPulseAnimation function.
1869 <rdar://problem/6173530> Add Mac support for -webkit-appearance: default-button
1871 Reviewed by Adele Peterson.
1873 * WebKitSystemInterface.h: Added WKAdvanceDefaultButtonPulseAnimation.
1874 * libWebKitSystemInterfaceLeopard.a: Updated.
1875 * libWebKitSystemInterfaceTiger.a: Updated.
1877 2008-08-26 Adam Roben <aroben@apple.com>
1879 Disable a truncation warning that is disabled/doesn't exist on Mac
1881 This warning was firing when initializing floats from double literals.
1882 I haven't yet found any other situation that would cause this warning
1885 Reviewed by Sam Weinig.
1887 * win/tools/vsprops/common.vsprops: Turn off warning C4305.
1889 2008-07-20 Steve Falkenburg <sfalken@apple.com>
1893 * win/tools/vsprops/common.vsprops:
1895 2008-07-08 Dan Bernstein <mitz@apple.com>
1897 Reviewed by John Sullivan.
1899 - WebKitSystemInterface part of <rdar://problem/6008409> Need a way to disable updates in offscreen views
1901 * WebKitSystemInterface.h: Added WKWindowWillOrderOnScreenNotification.
1902 * libWebKitSystemInterfaceLeopard.a: Updated.
1903 * libWebKitSystemInterfaceTiger.a: Updated.
1905 2008-07-01 Steve Falkenburg <sfalken@apple.com>
1907 Bump version numbers.
1909 Reviewed by Mark Rowe.
1911 * win/tools/scripts/PRODUCTVERSION:
1912 * win/tools/scripts/VERSION:
1914 2008-05-13 Dan Bernstein <mitz@apple.com>
1916 Reviewed by John Sullivan.
1918 - WebKitSystemInterface support for <rdar://problem/5725912> improve render quality of transformed text
1920 * libWebKitSystemInterfaceLeopard.a: Improved glyph positioning in
1921 transformed graphics contexts.
1922 * win/include/WebKitSystemInterface/WebKitSystemInterface.h: Added
1923 wkSetCGContextFontRenderingStyle().
1924 * win/lib/WebKitSystemInterface.lib: Updated.
1925 * win/lib/WebKitSystemInterface_debug.lib: Updated.
1927 2008-05-09 Adam Roben <aroben@apple.com>
1929 Disable a MSVC warning
1931 Reviewed by Darin Adler.
1933 * win/tools/vsprops/common.vsprops: Add warning 4503 to the list of
1934 disabled warnings. It's a warning about decorated names being longer
1935 than MSVC's limit of 4096 characters. This warning doesn't indicate a
1936 correctness problem, but these truncated decorated names will be
1937 harder to recognize during debugging or when they appear in linker
1940 2008-04-28 Darin Adler <darin@apple.com>
1946 * win/tools/vsprops/common.vsprops: Add warning 4344 to the list of disabled warnings.
1947 It's really a warning about a bug they fixed in MSVC -- not helpful to us in WebKit.
1949 2008-04-24 Mark Rowe <mrowe@apple.com>
1951 Reviewed by Sam Weinig.
1953 Remove code for calculating the glyph cache size.
1955 * WebKitSystemInterface.h: Remove unused symbol.
1956 * libWebKitSystemInterfaceLeopard.a:
1957 * libWebKitSystemInterfaceTiger.a:
1959 2008-03-28 Steve Falkenburg <sfalken@apple.com>
1963 * win/tools/scripts/PRODUCTVERSION:
1965 2008-03-26 Adam Roben <aroben@apple.com>
1967 Windows build fix after r31322
1969 * win/include/WebKitSystemInterface/WebKitSystemInterface.h: Updated.
1970 * win/lib/WebKitSystemInterface.lib: Updated.
1971 * win/lib/WebKitSystemInterface_debug.lib: Updated.
1973 2008-03-26 Mark Rowe <mrowe@apple.com>
1975 Reviewed by David Hyatt.
1977 Make the Ahem font antialias correctly on Acid3 on Tiger.
1979 * WebKitSystemInterface.h:
1980 * libWebKitSystemInterfaceTiger.a:
1982 2008-03-19 Mark Rowe <mrowe@apple.com>
1984 Rubber-stamped by Sam Weinig.
1986 Fix http://bugs.webkit.org/show_bug.cgi?id=17816.
1987 Bug 17816: libWebCoreSQLite3.a is 2-architecture universal binary (not 4-architecture)
1989 * libWebCoreSQLite3.a: Land a 4-way fat binary.
1991 2008-03-12 Steve Falkenburg <sfalken@apple.com>
1993 New version of WebKitSystemInterface.lib with
1994 more compiler warnings suppressed.
1996 * win/lib/WebKitSystemInterface.lib:
1997 * win/tools/vsprops/common.vsprops:
1999 2008-03-12 Dan Bernstein <mitz@apple.com>
2001 Reviewed by Darin Adler and Sam Weinig.
2003 - <rdar://problem/4433248> use CoreText API instead of SPI on Leopard
2005 * WebKitSystemInterface.h:
2006 * libWebKitSystemInterfaceLeopard.a:
2008 2008-03-11 Steve Falkenburg <sfalken@apple.com>
2010 Disable two PGO/LTCG specific warnings.
2014 * win/tools/vsprops/common.vsprops:
2016 2008-02-29 Mark Rowe <mrowe@apple.com>
2018 Update Tiger version of WebKitSystemInterface to match r30690.
2020 * libWebKitSystemInterfaceTiger.a:
2022 2008-02-29 Adele Peterson <adele@apple.com>
2026 Auto-generate image arrays.
2028 * libWebKitSystemInterfaceLeopard.a:
2030 2008-02-29 Mark Rowe <mrowe@apple.com>
2032 Reviewed by Anders Carlsson.
2034 Replace use of WKPathFromFont with implementation in terms of public API.
2036 * WebKitSystemInterface.h: Remove unused symbol.
2037 * libWebKitSystemInterfaceLeopard.a:
2038 * libWebKitSystemInterfaceTiger.a:
2040 2008-02-29 Mark Rowe <mrowe@apple.com>
2042 Reviewed by Oliver Hunt.
2044 Fix spelling of "request" in name of WKNSURLProtocolClassForRequest.
2046 * WebKitSystemInterface.h:
2047 * libWebKitSystemInterfaceLeopard.a:
2048 * libWebKitSystemInterfaceTiger.a:
2050 2008-02-29 Mark Rowe <mrowe@apple.com>
2052 Reviewed by Oliver Hunt.
2054 Don't use WKSupportsMultipartXMixedReplace on Leopard as multipart/x-mixed-replace is always handled by NSURLRequest.
2056 * WebKitSystemInterface.h:
2057 * libWebKitSystemInterfaceLeopard.a:
2059 2008-02-29 Mark Rowe <mrowe@apple.com>
2061 Reviewed by Oliver Hunt and Oliver Hunt.
2063 <rdar://problem/4753845> WebKit should use CGEventSourceSecondsSinceLastEventType in place of WKSecondsSinceLastInputEvent SPI.
2065 * WebKitSystemInterface.h: Remove unused symbol.
2066 * libWebKitSystemInterfaceLeopard.a:
2067 * libWebKitSystemInterfaceTiger.a:
2069 2008-02-28 Mark Rowe <mrowe@apple.com>
2071 Reviewed by Dan Bernstein.
2073 Remove two unused functions from WebKitSystemInterface.
2075 * WebKitSystemInterface.h: Remove WKPreferRGB32Key and WKGetDefaultGlyphForChar as they are unused. Also remove
2076 a duplicate declaration of WKSecondsSinceLastInputEvent.
2077 * libWebKitSystemInterfaceLeopard.a:
2078 * libWebKitSystemInterfaceTiger.a:
2080 2008-02-28 Mark Rowe <mrowe@apple.com>
2082 Reviewed by Dave Hyatt.
2084 Make use of new CGFont APIs on Leopard rather than making a WebKitSystemInterface call.
2086 * WebKitSystemInterface.h: Only declare WKGetFontMetrics on Tiger.
2087 * libWebKitSystemInterfaceLeopard.a: Update for removal of WKGetFontMetrics.
2089 2008-02-27 Brady Eidson <beidson@apple.com>
2093 * libWebKitSystemInterfaceTiger.a:
2095 2008-02-27 Brady Eidson <beidson@apple.com>
2097 Reviewed by Mark Rowe
2099 Removed some unused methods:
2100 WKGetNSURLResponseCalculatedExpiration
2101 WKGetNSURLResponseMustRevalidate
2103 * WebKitSystemInterface.h:
2104 * libWebKitSystemInterfaceLeopard.a:
2105 * libWebKitSystemInterfaceTiger.a:
2107 2008-02-13 Adam Roben <aroben@apple.com>
2109 * win/tools/scripts/auto-version.sh: Removed a redundant symbol.
2111 2008-02-12 Adam Roben <aroben@apple.com>
2113 Clean up auto-version.sh a bit
2115 It now does quite a bit less file I/O and many fewer fork/exec pairs.
2116 It's also quite a bit easier to read.
2120 * win/tools/scripts/auto-version.sh:
2122 2008-02-12 Steve Falkenburg <sfalken@apple.com>
2124 Versioning script change.
2126 * win/tools/scripts/auto-version.sh:
2128 2008-02-07 Ada Chan <adachan@apple.com>
2130 Added 4 new methods:
2131 wkSetClientCertificateInSSLProperties,
2132 wkCanAccessCFURLRequestHTTPBodyParts,
2133 wkCFURLRequestCopyHTTPRequestBodyParts,
2134 wkCFURLRequestSetHTTPRequestBodyParts
2136 Rubber-stamped by Steve.
2138 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
2139 * win/lib/WebKitSystemInterface.lib:
2140 * win/lib/WebKitSystemInterface_debug.lib:
2142 2008-02-04 Timothy Hatcher <timothy@apple.com>
2144 <rdar://problem/5722735> Merge fix for SQLITE_FULL error
2145 is given even if the max_page_count is increased (2920)
2147 * libWebCoreSQLite3.a:
2149 2008-02-01 Steve Falkenburg <sfalken@apple.com>
2151 <rdar://problem/5717523> Don't set DEP opt-in flag (data execution prevention) since it is incompaible with the video plugin used on CNN.com
2153 Rubber-stamped by Jon Honeycutt.
2155 * win/tools/vsprops/common.vsprops:
2157 2008-01-29 Mark Rowe <mrowe@apple.com>
2159 Reviewed by Tim Hatcher.
2161 <rdar://problem/5600926> WebCore on Tiger must link to its own copy of SQLite 3.4 or newer (so HTML database behavior will be correct).
2163 * WebCoreSQLite3/sqlite3.h: Added.
2164 * WebCoreSQLite3/sqlite3ext.h: Added.
2165 * libWebCoreSQLite3.a: Added.
2167 2008-01-29 Alexey Proskuryakov <ap@webkit.org>
2169 Debug (external) build fix.
2171 Removed _DEBUG preprocessor definition, which indicates that debug libraries are used (while they aren't).
2172 This preprocessor definition is automatically set by Visual Studio as needed anyway.
2174 * win/tools/vsprops/debug.vsprops:
2176 2008-01-17 Steve Falkenburg <sfalken@apple.com>
2178 Add preprocessor define accidently dropped in my unification,
2179 and required by some builds. Fixes an issue that caused both
2180 debug and release DLLs to be loaded.
2182 Rubber-stamped by Jon Honeycutt.
2184 * win/tools/vsprops/debug_internal.vsprops:
2186 2008-01-16 Steve Falkenburg <sfalken@apple.com>
2188 Use recommended security-related compiler settings.
2192 * win/tools/vsprops/common.vsprops:
2194 2008-01-16 Steve Falkenburg <sfalken@apple.com>
2198 * win/tools/vsprops/release.vsprops:
2200 2008-01-15 Adele Peterson <adele@apple.com>
2202 Reviewed by Adam and Antti.
2204 Updated libraries for <rdar://problem/5619062> Add load progress indicator to video controls
2206 * WebKitSystemInterface.h:
2207 * libWebKitSystemInterfaceLeopard.a:
2208 * libWebKitSystemInterfaceTiger.a:
2209 * win/include/SafariTheme: Added.
2210 * win/include/SafariTheme/SafariThemeConstants.h: Added. Placeholder empty header until we release an updated WebKitSupportLibrary.
2212 2008-01-14 Steve Falkenburg <sfalken@apple.com>
2214 Use shared vsprops for most vcproj properties.
2216 Reviewed by Darin Adler.
2218 * win/tools/vsprops/common.vsprops:
2219 * win/tools/vsprops/debug.vsprops:
2220 * win/tools/vsprops/debug_internal.vsprops:
2221 * win/tools/vsprops/release.vsprops:
2223 2008-01-11 Steve Falkenburg <sfalken@apple.com>
2225 Share common files across projects.
2228 Debug: common.vsprops, debug.vsprops
2229 Debug_Internal: common.vsprops, debug.vsprops, debug_internal.vsprops
2230 Release: common.vsprops, release.vsprops
2232 Shared properties can go into common.vsprops, shared debug settings can go into debug.vsprops.
2233 debug_internal.vsprops will be mostly empty except for file path prefix modifiers.
2235 Moved auto-version.sh, VERSION, PRODUCTVERSION to tools.
2237 Reviewed by Adam Roben.
2239 * win/tools/WinTools.make:
2240 * win/tools/scripts: Added.
2241 * win/tools/scripts/PRODUCTVERSION: Added.
2242 * win/tools/scripts/VERSION: Added.
2243 * win/tools/scripts/auto-version.sh: Copied from WebCore/WebCore.vcproj/auto-version.sh.
2244 * win/tools/vsprops/debug.vsprops:
2245 * win/tools/vsprops/debug_internal.vsprops: Added.
2246 * win/tools/vsprops/release.vsprops:
2248 2008-01-11 Steve Falkenburg <sfalken@apple.com>
2250 Add shared vsprops to help unify our Windows tools settings.
2255 * win/tools/WinTools.make: Added.
2256 * win/tools/vsprops: Added.
2257 * win/tools/vsprops/common.vsprops: Added.
2258 * win/tools/vsprops/debug.vsprops: Added.
2259 * win/tools/vsprops/release.vsprops: Added.
2261 2008-01-07 Mark Rowe <mrowe@apple.com>
2263 Update Tiger library to a G3-friendly version.
2265 * libWebKitSystemInterfaceTiger.a:
2267 2008-01-07 Adele Peterson <adele@apple.com>
2269 Reviewed by Antti, Adam, and Mitz.
2271 WebKitLibraries part of fix for
2272 <rdar://problem/5619073> Updated look for <video> controls
2273 <rdar://problem/5619057> Add volume control to video controls
2275 * WebKitSystemInterface.h:
2276 * libWebKitSystemInterfaceLeopard.a:
2277 * libWebKitSystemInterfaceTiger.a:
2279 2008-01-03 Mark Rowe <mrowe@apple.com>
2281 Update Tiger library to a G3-friendly version.
2283 * libWebKitSystemInterfaceTiger.a:
2285 2008-01-03 Adele Peterson <adele@apple.com>
2287 Update libraries for <rdar://problem/4106190> Include "Where from" metadata in drag-and-dropped images
2289 * WebKitSystemInterface.h:
2290 * libWebKitSystemInterfaceLeopard.a:
2291 * libWebKitSystemInterfaceTiger.a:
2293 2007-12-21 Mark Rowe <mrowe@apple.com>
2295 Rubber-stamped by Dan Bernstein.
2297 Fix http://bugs.webkit.org/show_bug.cgi?id=16549.
2298 Bug 16549: WebKit nightly build failing to launch on PowerPC G3s
2300 * libWebKitSystemInterfaceTiger.a: Update to a G3-friendly version.
2302 2007-12-07 Dan Bernstein <mitz@apple.com>
2304 Reviewed by Darin Adler.
2306 - updated system interface for fixing <rdar://problem/5499918> REGRESSION: insertion point in input field with custom border cuts holes in focus ring interior edges
2308 * WebKitSystemInterface.h:
2309 * libWebKitSystemInterfaceLeopard.a:
2310 * libWebKitSystemInterfaceTiger.a:
2312 2007-11-27 John Sullivan <sullivan@apple.com>
2314 Fixed 5614525, caused by a recent bug in WKGetExtensionsForMIMEType
2315 that affects Safari.
2317 reviewed by Kevin Decker
2319 * libWebKitSystemInterfaceLeopard.a:
2320 * libWebKitSystemInterfaceTiger.a:
2322 2007-11-26 Timothy Hatcher <timothy@apple.com>
2324 Reviewed by Adam Roben.
2326 Bug 16137: Web Inspector window on Leopard should have a unified toolbar and window title
2327 http://bugs.webkit.org/show_bug.cgi?id=16137
2329 Add a new function to make bottom window corners square for textured windows.
2331 * WebKitSystemInterface.h:
2332 * libWebKitSystemInterfaceTiger.a:
2333 * libWebKitSystemInterfaceLeopard.a:
2335 2007-11-23 Adam Roben <aroben@apple.com>
2337 Add wkSetPatternPhaseInUserSpace to WebKitSystemInterface on Windows
2341 * win/include/WebKitSystemInterface/WebKitSystemInterface.h: Added
2343 * win/lib/WebKitSystemInterface.lib: Updated.
2344 * win/lib/WebKitSystemInterface_debug.lib: Updated.
2346 2007-11-16 Anders Carlsson <andersca@apple.com>
2350 <rdar://problem/5603832>
2351 XMLHttpRequest readyState 3 & responseText buffer issues.
2353 Add wkSetCFURLRequestShouldContentSniff.
2355 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
2356 * win/lib/WebKitSystemInterface.lib:
2357 * win/lib/WebKitSystemInterface_debug.lib:
2359 2007-11-05 Antti Koivisto <antti@apple.com>
2363 Update WKQTMovieViewSetDrawSynchronously.
2365 * libWebKitSystemInterfaceLeopard.a:
2366 * libWebKitSystemInterfaceTiger.a:
2368 2007-11-02 Antti Koivisto <antti@apple.com>
2370 Reviewed by Darin Adler.
2372 Update to add WKQTMovieViewSetDrawSynchronously
2374 * WebKitSystemInterface.h:
2375 * libWebKitSystemInterfaceLeopard.a:
2376 * libWebKitSystemInterfaceTiger.a:
2378 2007-10-26 Adele Peterson <adele@apple.com>
2380 Reviewed by Tim Hatcher.
2382 Updating header too for WKDrawCapsLockIndicator.
2384 * WebKitSystemInterface.h:
2386 2007-10-26 Adele Peterson <adele@apple.com>
2390 Adding WKDrawCapsLockIndicator in preparation for fixing the caps lock indicator.
2392 * libWebKitSystemInterfaceLeopard.a:
2393 * libWebKitSystemInterfaceTiger.a:
2395 2007-10-25 Adam Roben <aroben@apple.com>
2397 Add wkSetPatternBaseCTM.
2399 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
2400 * win/lib/WebKitSystemInterface.lib:
2401 * win/lib/WebKitSystemInterface_debug.lib:
2403 2007-10-25 Sam Weinig <sam@webkit.org>
2405 Fix the windows build.
2407 * win/lib/WebKitSystemInterface.lib:
2408 * win/lib/WebKitSystemInterface_debug.lib:
2410 2007-10-25 Timothy Hatcher <timothy@apple.com>
2412 Add WKSetPatternBaseCTM.
2414 * WebKitSystemInterface.h:
2415 * libWebKitSystemInterfaceLeopard.a:
2416 * libWebKitSystemInterfaceTiger.a:
2418 2007-10-25 Timothy Hatcher <timothy@apple.com>
2422 Update the Leopard WebKitSystemInterface to be 4-way univeral to include 64-bit.
2424 * libWebKitSystemInterfaceLeopard.a:
2426 2007-10-25 Sam Weinig <sam@webkit.org>
2428 Added wrapper for getting the foundation cache directory.
2430 Reviewed by Adam Roben.
2432 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
2433 * win/lib/WebKitSystemInterface.lib:
2434 * win/lib/WebKitSystemInterface_debug.lib:
2436 2007-10-24 Adam Roben <aroben@apple.com>
2438 Added some font-related functions needed for <rdar://5549919>
2442 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
2443 * win/lib/WebKitSystemInterface.lib:
2444 * win/lib/WebKitSystemInterface_debug.lib:
2446 2007-10-24 Timothy Hatcher <timothy@apple.com>
2448 Reviewed by Mark Rowe.
2450 <rdar://problem/5069711> OpenSource version of libWebKitSystemInterface.a is Tiger only, causes issues if used on Leopard
2452 Add system specific versions of WebKitSystemInterface.
2454 * libWebKitSystemInterface.a: Removed.
2455 * libWebKitSystemInterfaceLeopard.a: Added.
2456 * libWebKitSystemInterfaceTiger.a: Added.
2458 2007-10-11 Ada Chan <adachan@apple.com>
2460 <rdar://problem/5534421>
2461 Added wkGetDefaultHTTPCookieStorage(). Updated libraries.
2463 Reviewed by Darin Adler.
2465 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
2466 * win/lib/WebKitSystemInterface.lib:
2467 * win/lib/WebKitSystemInterface_debug.lib:
2469 2007-09-27 Sam Weinig <sam@webkit.org>
2471 Build fix. Ran update-webkitsysteminterface script on Tiger, because
2472 the resulting binary differs when built on Tiger.
2474 * libWebKitSystemInterface.a:
2476 2007-09-27 David Hyatt <hyatt@apple.com>
2478 Update WebKitSYstemInterface for @font-face changes.
2480 * WebKitSystemInterface.h:
2481 * libWebKitSystemInterface.a:
2483 2007-09-18 Geoffrey Garen <ggaren@apple.com>
2485 Build fix. Ran update-webkitsysteminterface script on Tiger, because
2486 the resulting binary differs when built on Tiger. See
2487 <rdar://problem/5490613>.
2489 * libWebKitSystemInterface.a:
2491 2007-09-18 Geoffrey Garen <ggaren@apple.com>
2493 Build fix. Ran update-webkitsysteminterface script.
2495 * WebKitSystemInterface.h:
2496 * libWebKitSystemInterface.a:
2498 2007-08-28 Anders Carlsson <andersca@apple.com>
2500 Add WKSetNSURLRequestShouldContentSniff.
2502 * WebKitSystemInterface.h:
2503 * libWebKitSystemInterface.a:
2505 2007-08-28 Ada Chan <adachan@apple.com>
2507 <rdar://problem/4876242> Added SPI to fetch SSL certificate information.
2512 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
2513 * win/lib/WebKitSystemInterface.lib:
2514 * win/lib/WebKitSystemInterface_debug.lib:
2516 2007-07-23 Ada Chan <adachan@apple.com>
2520 Update WebKitSystemInterface.{h,lib}.
2522 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
2523 * win/lib/WebKitSystemInterface.lib:
2524 * win/lib/WebKitSystemInterface_debug.lib:
2526 2007-07-19 Ada Chan <adachan@apple.com>
2528 Rubber-stamped by Adam.
2532 * win/lib/WebKitSystemInterface.lib:
2533 * win/lib/WebKitSystemInterface_debug.lib:
2535 2007-07-06 Adam Roben <aroben@apple.com>
2537 Update WebKitSystemInterface.{h,lib} for <rdar://problem/5301994>
2541 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
2542 * win/lib/WebKitSystemInterface.lib:
2543 * win/lib/WebKitSystemInterface_debug.lib:
2545 2007-06-29 Antti Koivisto <antti@apple.com>
2549 Added WKQTMovieDataRate and WKQTMovieMaxTimeLoaded
2551 * WebKitSystemInterface.h:
2552 * libWebKitSystemInterface.a:
2554 2007-03-29 Beth Dakin <bdakin@apple.com>
2556 Rubber-stamped by Adam.
2558 Keep OpenSource building.
2560 * WebKitSystemInterface.h:
2561 * libWebKitSystemInterface.a:
2563 2007-03-28 Antti Koivisto <antti@apple.com>
2565 Update libWebKitSystemInterface, previous version was out of date.
2567 * libWebKitSystemInterface.a:
2569 2007-03-27 Antti Koivisto <antti@apple.com>
2571 Reviewed by Darin Adler.
2573 Added wkGetWheelEventDeltas
2575 * WebKitSystemInterface.h:
2576 * libWebKitSystemInterface.a:
2578 2007-03-07 Mark Rowe <mrowe@apple.com>
2580 Build fix. Rebuild against 10.4 SDK.
2582 * libWebKitSystemInterface.a:
2584 2007-03-06 Kevin Decker <kdecker@apple.com>
2588 Fixed: <rdar://problem/4126976> private keys imported by WebKit should not be accessible by all applications
2590 * libWebKitSystemInterface.a:
2592 2007-02-21 Anders Carlsson <acarlsson@apple.com>
2594 Add new version with WKCGContextIsBitmapContext.
2596 * WebKitSystemInterface.h:
2597 * libWebKitSystemInterface.a:
2599 2006-12-16 Adele Peterson <adele@apple.com>
2603 WebKitLibraries part of fix for:
2604 <rdar://problem/4463829> Switch to use new search field implementation for <input type="search">
2606 Added wkDrawTextFieldCellFocusRing.
2608 * WebKitSystemInterface.h:
2609 * libWebKitSystemInterface.a:
2611 2006-10-11 Darin Adler <darin@apple.com>
2613 Reviewed by John Sullivan.
2615 * WebKitSystemInterface.h: Updated to a C++-compatible version.
2617 2006-08-31 Adele Peterson <adele@apple.com>
2619 Reviewed by John Sullivan.
2621 Removed wkSecureEventInput and wkSetSecureEventInput, since this can be done with API.
2623 * WebKitSystemInterface.h:
2624 * libWebKitSystemInterface.a:
2626 2006-08-30 Adele Peterson <adele@apple.com>
2630 Updated for http://bugs.webkit.org/show_bug.cgi?id=10575
2631 Enable secure input mode for new password fields
2633 * WebKitSystemInterface.h: Added WKSetSecureEventInput and WKSecureEventInput;
2634 * libWebKitSystemInterface.a:
2636 2006-07-09 Anders Carlsson <acarlsson@apple.com>
2638 Reviewed by Darin Adler.
2640 * WebKitSystemInterface.h:
2641 * libWebKitSystemInterface.a:
2644 2006-07-05 Adele Peterson <adele@apple.com>
2646 Reviewed by Maciej and Hyatt.
2648 * WebKitSystemInterface.h: Updated.
2649 * libWebKitSystemInterface.a: Updated.
2651 2006-06-16 Adele Peterson <adele@apple.com>
2655 * WebKitSystemInterface.h: Added WKDrawBezeledTextArea().
2656 * libWebKitSystemInterface.a: ditto.
2658 2006-04-01 Eric Seidel <eseidel@apple.com>
2660 * libWebKitSystemInterface.a: commit a universal binary.
2662 2006-04-01 Darin Adler <darin@apple.com>
2666 * libWebKitSystemInterface.a: Changed alpha in the focus-ring drawing
2667 code to use the system default alpha.
2669 2006-03-17 Eric Seidel <eseidel@apple.com>
2671 * libWebKitSystemInterface.a: commit a universal binary.
2673 2006-03-17 Adele Peterson <adele@apple.com>
2675 * WebKitSystemInterface.h: Added WKDrawBezeledTextFieldCell()
2676 * libWebKitSystemInterface.a: ditto
2678 2006-02-28 John Sullivan <sullivan@apple.com>
2680 * WebKitSystemInterface.h: Removed WKMouseIsDown()
2681 * libWebKitSystemInterface.a: ditto
2683 2006-02-23 Timothy Hatcher <timothy@apple.com>
2685 New build to fix the i386 arch. (The _cuEnc64 symbol was missing.)
2687 * libWebKitSystemInterface.a:
2689 2006-02-19 Darin Adler <darin@apple.com>
2691 * WebKitSystemInterface.h: Added WKDrawFocusRing.
2692 * libWebKitSystemInterface.a: Ditto.
2694 2006-02-06 John Sullivan <sullivan@apple.com>
2696 * WebKitSystemInterface.h:
2697 * libWebKitSystemInterface.a:
2698 removed WKExecutableLinkedInTigerOrEarlier
2700 2005-11-01 Darin Adler <darin@apple.com>
2702 * libWebKitSystemInterface.a: Updated.
2704 2005-10-04 Maciej Stachowiak <mjs@apple.com>
2708 * WebKitSystemInterface.h:
2709 * libWebKitSystemInterface.a:
2711 2005-09-08 Justin Garcia <justin.garcia@apple.com>
2713 * WebKitSystemInterface.h: Update to latest
2714 * libWebKitSystemInterface.a: ditto
2716 2005-09-04 Darin Adler <darin@apple.com>
2718 * WebKitSystemInterface.h: Update to latest
2719 * libWebKitSystemInterface.a: Ditto.
2721 2005-08-07 Darin Adler <darin@apple.com>
2723 * libWebKitSystemInterface.a: Universal binary.
2724 * WebKitSystemInterface.h: Updated for calls that Eric recently removed.
2726 2005-07-01 John Sullivan <sullivan@apple.com>
2728 - added WKExecutableLinkedInTigerOrEarlier
2730 * WebKitSystemInterface.h:
2731 * libWebKitSystemInterface.a:
2733 2005-06-06 Maciej Stachowiak <mjs@apple.com>
2735 - updated for crashing bugfix
2737 * libWebKitSystemInterface.a:
2739 2005-06-06 Maciej Stachowiak <mjs@apple.com>
2743 * WebKitSystemInterface.h:
2744 * libWebKitSystemInterface.a:
2746 2005-06-06 Maciej Stachowiak <mjs@apple.com>
2750 * WebKitSystemInterface.h:
2751 * libWebKitSystemInterface.a:
2753 2005-06-06 Maciej Stachowiak <mjs@apple.com>
2757 * WebKitSystemInterface.h:
2758 * libWebKitSystemInterface.a:
2760 2005-06-06 Maciej Stachowiak <mjs@apple.com>
2764 * WebKitSystemInterface.h:
2765 * libWebKitSystemInterface.a:
2767 2005-06-06 Maciej Stachowiak <mjs@apple.com>
2771 * WebKitSystemInterface.h:
2772 * libWebKitSystemInterface.a:
2774 2005-06-06 Maciej Stachowiak <mjs@apple.com>
2778 * WebKitSystemInterface.h:
2779 * libWebKitSystemInterface.a:
2781 2005-06-06 Maciej Stachowiak <mjs@apple.com>
2785 * WebKitSystemInterface.h:
2786 * libWebKitSystemInterface.a:
2788 2005-06-06 Maciej Stachowiak <mjs@apple.com>
2792 * WebKitSystemInterface.h:
2793 * libWebKitSystemInterface.a:
2795 2005-06-05 Maciej Stachowiak <mjs@apple.com>
2797 - added a few more bits of SPI
2799 * WebKitSystemInterface.h:
2800 * libWebKitSystemInterface.a:
2802 2005-06-05 Maciej Stachowiak <mjs@apple.com>
2804 - added file type and NSURLResponse caching SPI
2806 * WebKitSystemInterface.h:
2807 * libWebKitSystemInterface.a:
2809 2005-06-05 Maciej Stachowiak <mjs@apple.com>
2811 - initial checkin of WebKitSystemInterface binary
2813 * WebKitSystemInterface.h: Added.
2814 * libWebKitSystemInterface.a: Added.