1 2008-02-29 Adele Peterson <adele@apple.com>
5 Auto-generate image arrays.
7 * libWebKitSystemInterfaceLeopard.a:
9 2008-02-29 Mark Rowe <mrowe@apple.com>
11 Reviewed by Anders Carlsson.
13 Replace use of WKPathFromFont with implementation in terms of public API.
15 * WebKitSystemInterface.h: Remove unused symbol.
16 * libWebKitSystemInterfaceLeopard.a:
17 * libWebKitSystemInterfaceTiger.a:
19 2008-02-29 Mark Rowe <mrowe@apple.com>
21 Reviewed by Oliver Hunt.
23 Fix spelling of "request" in name of WKNSURLProtocolClassForRequest.
25 * WebKitSystemInterface.h:
26 * libWebKitSystemInterfaceLeopard.a:
27 * libWebKitSystemInterfaceTiger.a:
29 2008-02-29 Mark Rowe <mrowe@apple.com>
31 Reviewed by Oliver Hunt.
33 Don't use WKSupportsMultipartXMixedReplace on Leopard as multipart/x-mixed-replace is always handled by NSURLRequest.
35 * WebKitSystemInterface.h:
36 * libWebKitSystemInterfaceLeopard.a:
38 2008-02-29 Mark Rowe <mrowe@apple.com>
40 Reviewed by Oliver Hunt and Oliver Hunt.
42 <rdar://problem/4753845> WebKit should use CGEventSourceSecondsSinceLastEventType in place of WKSecondsSinceLastInputEvent SPI.
44 * WebKitSystemInterface.h: Remove unused symbol.
45 * libWebKitSystemInterfaceLeopard.a:
46 * libWebKitSystemInterfaceTiger.a:
48 2008-02-28 Mark Rowe <mrowe@apple.com>
50 Reviewed by Dan Bernstein.
52 Remove two unused functions from WebKitSystemInterface.
54 * WebKitSystemInterface.h: Remove WKPreferRGB32Key and WKGetDefaultGlyphForChar as they are unused. Also remove
55 a duplicate declaration of WKSecondsSinceLastInputEvent.
56 * libWebKitSystemInterfaceLeopard.a:
57 * libWebKitSystemInterfaceTiger.a:
59 2008-02-28 Mark Rowe <mrowe@apple.com>
61 Reviewed by Dave Hyatt.
63 Make use of new CGFont APIs on Leopard rather than making a WebKitSystemInterface call.
65 * WebKitSystemInterface.h: Only declare WKGetFontMetrics on Tiger.
66 * libWebKitSystemInterfaceLeopard.a: Update for removal of WKGetFontMetrics.
68 2008-02-27 Brady Eidson <beidson@apple.com>
72 * libWebKitSystemInterfaceTiger.a:
74 2008-02-27 Brady Eidson <beidson@apple.com>
78 Removed some unused methods:
79 WKGetNSURLResponseCalculatedExpiration
80 WKGetNSURLResponseMustRevalidate
82 * WebKitSystemInterface.h:
83 * libWebKitSystemInterfaceLeopard.a:
84 * libWebKitSystemInterfaceTiger.a:
86 2008-02-13 Adam Roben <aroben@apple.com>
88 * win/tools/scripts/auto-version.sh: Removed a redundant symbol.
90 2008-02-12 Adam Roben <aroben@apple.com>
92 Clean up auto-version.sh a bit
94 It now does quite a bit less file I/O and many fewer fork/exec pairs.
95 It's also quite a bit easier to read.
99 * win/tools/scripts/auto-version.sh:
101 2008-02-12 Steve Falkenburg <sfalken@apple.com>
103 Versioning script change.
105 * win/tools/scripts/auto-version.sh:
107 2008-02-07 Ada Chan <adachan@apple.com>
110 wkSetClientCertificateInSSLProperties,
111 wkCanAccessCFURLRequestHTTPBodyParts,
112 wkCFURLRequestCopyHTTPRequestBodyParts,
113 wkCFURLRequestSetHTTPRequestBodyParts
115 Rubber-stamped by Steve.
117 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
118 * win/lib/WebKitSystemInterface.lib:
119 * win/lib/WebKitSystemInterface_debug.lib:
121 2008-02-04 Timothy Hatcher <timothy@apple.com>
123 <rdar://problem/5722735> Merge fix for SQLITE_FULL error
124 is given even if the max_page_count is increased (2920)
126 * libWebCoreSQLite3.a:
128 2008-02-01 Steve Falkenburg <sfalken@apple.com>
130 <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
132 Rubber-stamped by Jon Honeycutt.
134 * win/tools/vsprops/common.vsprops:
136 2008-01-29 Mark Rowe <mrowe@apple.com>
138 Reviewed by Tim Hatcher.
140 <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).
142 * WebCoreSQLite3/sqlite3.h: Added.
143 * WebCoreSQLite3/sqlite3ext.h: Added.
144 * libWebCoreSQLite3.a: Added.
146 2008-01-29 Alexey Proskuryakov <ap@webkit.org>
148 Debug (external) build fix.
150 Removed _DEBUG preprocessor definition, which indicates that debug libraries are used (while they aren't).
151 This preprocessor definition is automatically set by Visual Studio as needed anyway.
153 * win/tools/vsprops/debug.vsprops:
155 2008-01-17 Steve Falkenburg <sfalken@apple.com>
157 Add preprocessor define accidently dropped in my unification,
158 and required by some builds. Fixes an issue that caused both
159 debug and release DLLs to be loaded.
161 Rubber-stamped by Jon Honeycutt.
163 * win/tools/vsprops/debug_internal.vsprops:
165 2008-01-16 Steve Falkenburg <sfalken@apple.com>
167 Use recommended security-related compiler settings.
171 * win/tools/vsprops/common.vsprops:
173 2008-01-16 Steve Falkenburg <sfalken@apple.com>
177 * win/tools/vsprops/release.vsprops:
179 2008-01-15 Adele Peterson <adele@apple.com>
181 Reviewed by Adam and Antti.
183 Updated libraries for <rdar://problem/5619062> Add load progress indicator to video controls
185 * WebKitSystemInterface.h:
186 * libWebKitSystemInterfaceLeopard.a:
187 * libWebKitSystemInterfaceTiger.a:
188 * win/include/SafariTheme: Added.
189 * win/include/SafariTheme/SafariThemeConstants.h: Added. Placeholder empty header until we release an updated WebKitSupportLibrary.
191 2008-01-14 Steve Falkenburg <sfalken@apple.com>
193 Use shared vsprops for most vcproj properties.
197 * win/tools/vsprops/common.vsprops:
198 * win/tools/vsprops/debug.vsprops:
199 * win/tools/vsprops/debug_internal.vsprops:
200 * win/tools/vsprops/release.vsprops:
202 2008-01-11 Steve Falkenburg <sfalken@apple.com>
204 Share common files across projects.
207 Debug: common.vsprops, debug.vsprops
208 Debug_Internal: common.vsprops, debug.vsprops, debug_internal.vsprops
209 Release: common.vsprops, release.vsprops
211 Shared properties can go into common.vsprops, shared debug settings can go into debug.vsprops.
212 debug_internal.vsprops will be mostly empty except for file path prefix modifiers.
214 Moved auto-version.sh, VERSION, PRODUCTVERSION to tools.
216 Reviewed by Adam Roben.
218 * win/tools/WinTools.make:
219 * win/tools/scripts: Added.
220 * win/tools/scripts/PRODUCTVERSION: Added.
221 * win/tools/scripts/VERSION: Added.
222 * win/tools/scripts/auto-version.sh: Copied from WebCore/WebCore.vcproj/auto-version.sh.
223 * win/tools/vsprops/debug.vsprops:
224 * win/tools/vsprops/debug_internal.vsprops: Added.
225 * win/tools/vsprops/release.vsprops:
227 2008-01-11 Steve Falkenburg <sfalken@apple.com>
229 Add shared vsprops to help unify our Windows tools settings.
234 * win/tools/WinTools.make: Added.
235 * win/tools/vsprops: Added.
236 * win/tools/vsprops/common.vsprops: Added.
237 * win/tools/vsprops/debug.vsprops: Added.
238 * win/tools/vsprops/release.vsprops: Added.
240 2008-01-07 Mark Rowe <mrowe@apple.com>
242 Update Tiger library to a G3-friendly version.
244 * libWebKitSystemInterfaceTiger.a:
246 2008-01-07 Adele Peterson <adele@apple.com>
248 Reviewed by Antti, Adam, and Mitz.
250 WebKitLibraries part of fix for
251 <rdar://problem/5619073> Updated look for <video> controls
252 <rdar://problem/5619057> Add volume control to video controls
254 * WebKitSystemInterface.h:
255 * libWebKitSystemInterfaceLeopard.a:
256 * libWebKitSystemInterfaceTiger.a:
258 2008-01-03 Mark Rowe <mrowe@apple.com>
260 Update Tiger library to a G3-friendly version.
262 * libWebKitSystemInterfaceTiger.a:
264 2008-01-03 Adele Peterson <adele@apple.com>
266 Update libraries for <rdar://problem/4106190> Include "Where from" metadata in drag-and-dropped images
268 * WebKitSystemInterface.h:
269 * libWebKitSystemInterfaceLeopard.a:
270 * libWebKitSystemInterfaceTiger.a:
272 2007-12-21 Mark Rowe <mrowe@apple.com>
274 Rubber-stamped by Dan Bernstein.
276 Fix http://bugs.webkit.org/show_bug.cgi?id=16549.
277 Bug 16549: WebKit nightly build failing to launch on PowerPC G3s
279 * libWebKitSystemInterfaceTiger.a: Update to a G3-friendly version.
281 2007-12-07 Dan Bernstein <mitz@apple.com>
283 Reviewed by Darin Adler.
285 - updated system interface for fixing <rdar://problem/5499918> REGRESSION: insertion point in input field with custom border cuts holes in focus ring interior edges
287 * WebKitSystemInterface.h:
288 * libWebKitSystemInterfaceLeopard.a:
289 * libWebKitSystemInterfaceTiger.a:
291 2007-11-27 John Sullivan <sullivan@apple.com>
293 Fixed 5614525, caused by a recent bug in WKGetExtensionsForMIMEType
296 reviewed by Kevin Decker
298 * libWebKitSystemInterfaceLeopard.a:
299 * libWebKitSystemInterfaceTiger.a:
301 2007-11-26 Timothy Hatcher <timothy@apple.com>
303 Reviewed by Adam Roben.
305 Bug 16137: Web Inspector window on Leopard should have a unified toolbar and window title
306 http://bugs.webkit.org/show_bug.cgi?id=16137
308 Add a new function to make bottom window corners square for textured windows.
310 * WebKitSystemInterface.h:
311 * libWebKitSystemInterfaceTiger.a:
312 * libWebKitSystemInterfaceLeopard.a:
314 2007-11-23 Adam Roben <aroben@apple.com>
316 Add wkSetPatternPhaseInUserSpace to WebKitSystemInterface on Windows
320 * win/include/WebKitSystemInterface/WebKitSystemInterface.h: Added
322 * win/lib/WebKitSystemInterface.lib: Updated.
323 * win/lib/WebKitSystemInterface_debug.lib: Updated.
325 2007-11-16 Anders Carlsson <andersca@apple.com>
329 <rdar://problem/5603832>
330 XMLHttpRequest readyState 3 & responseText buffer issues.
332 Add wkSetCFURLRequestShouldContentSniff.
334 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
335 * win/lib/WebKitSystemInterface.lib:
336 * win/lib/WebKitSystemInterface_debug.lib:
338 2007-11-05 Antti Koivisto <antti@apple.com>
342 Update WKQTMovieViewSetDrawSynchronously.
344 * libWebKitSystemInterfaceLeopard.a:
345 * libWebKitSystemInterfaceTiger.a:
347 2007-11-02 Antti Koivisto <antti@apple.com>
351 Update to add WKQTMovieViewSetDrawSynchronously
353 * WebKitSystemInterface.h:
354 * libWebKitSystemInterfaceLeopard.a:
355 * libWebKitSystemInterfaceTiger.a:
357 2007-10-26 Adele Peterson <adele@apple.com>
359 Reviewed by Tim Hatcher.
361 Updating header too for WKDrawCapsLockIndicator.
363 * WebKitSystemInterface.h:
365 2007-10-26 Adele Peterson <adele@apple.com>
369 Adding WKDrawCapsLockIndicator in preparation for fixing the caps lock indicator.
371 * libWebKitSystemInterfaceLeopard.a:
372 * libWebKitSystemInterfaceTiger.a:
374 2007-10-25 Adam Roben <aroben@apple.com>
376 Add wkSetPatternBaseCTM.
378 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
379 * win/lib/WebKitSystemInterface.lib:
380 * win/lib/WebKitSystemInterface_debug.lib:
382 2007-10-25 Sam Weinig <sam@webkit.org>
384 Fix the windows build.
386 * win/lib/WebKitSystemInterface.lib:
387 * win/lib/WebKitSystemInterface_debug.lib:
389 2007-10-25 Timothy Hatcher <timothy@apple.com>
391 Add WKSetPatternBaseCTM.
393 * WebKitSystemInterface.h:
394 * libWebKitSystemInterfaceLeopard.a:
395 * libWebKitSystemInterfaceTiger.a:
397 2007-10-25 Timothy Hatcher <timothy@apple.com>
401 Update the Leopard WebKitSystemInterface to be 4-way univeral to include 64-bit.
403 * libWebKitSystemInterfaceLeopard.a:
405 2007-10-25 Sam Weinig <sam@webkit.org>
407 Added wrapper for getting the foundation cache directory.
409 Reviewed by Adam Roben.
411 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
412 * win/lib/WebKitSystemInterface.lib:
413 * win/lib/WebKitSystemInterface_debug.lib:
415 2007-10-24 Adam Roben <aroben@apple.com>
417 Added some font-related functions needed for <rdar://5549919>
421 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
422 * win/lib/WebKitSystemInterface.lib:
423 * win/lib/WebKitSystemInterface_debug.lib:
425 2007-10-24 Timothy Hatcher <timothy@apple.com>
427 Reviewed by Mark Rowe.
429 <rdar://problem/5069711> OpenSource version of libWebKitSystemInterface.a is Tiger only, causes issues if used on Leopard
431 Add system specific versions of WebKitSystemInterface.
433 * libWebKitSystemInterface.a: Removed.
434 * libWebKitSystemInterfaceLeopard.a: Added.
435 * libWebKitSystemInterfaceTiger.a: Added.
437 2007-10-11 Ada Chan <adachan@apple.com>
439 <rdar://problem/5534421>
440 Added wkGetDefaultHTTPCookieStorage(). Updated libraries.
444 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
445 * win/lib/WebKitSystemInterface.lib:
446 * win/lib/WebKitSystemInterface_debug.lib:
448 2007-09-27 Sam Weinig <sam@webkit.org>
450 Build fix. Ran update-webkitsysteminterface script on Tiger, because
451 the resulting binary differs when built on Tiger.
453 * libWebKitSystemInterface.a:
455 2007-09-27 David Hyatt <hyatt@apple.com>
457 Update WebKitSYstemInterface for @font-face changes.
459 * WebKitSystemInterface.h:
460 * libWebKitSystemInterface.a:
462 2007-09-18 Geoffrey Garen <ggaren@apple.com>
464 Build fix. Ran update-webkitsysteminterface script on Tiger, because
465 the resulting binary differs when built on Tiger. See
466 <rdar://problem/5490613>.
468 * libWebKitSystemInterface.a:
470 2007-09-18 Geoffrey Garen <ggaren@apple.com>
472 Build fix. Ran update-webkitsysteminterface script.
474 * WebKitSystemInterface.h:
475 * libWebKitSystemInterface.a:
477 2007-08-28 Anders Carlsson <andersca@apple.com>
479 Add WKSetNSURLRequestShouldContentSniff.
481 * WebKitSystemInterface.h:
482 * libWebKitSystemInterface.a:
484 2007-08-28 Ada Chan <adachan@apple.com>
486 <rdar://problem/4876242> Added SPI to fetch SSL certificate information.
491 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
492 * win/lib/WebKitSystemInterface.lib:
493 * win/lib/WebKitSystemInterface_debug.lib:
495 2007-07-23 Ada Chan <adachan@apple.com>
499 Update WebKitSystemInterface.{h,lib}.
501 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
502 * win/lib/WebKitSystemInterface.lib:
503 * win/lib/WebKitSystemInterface_debug.lib:
505 2007-07-19 Ada Chan <adachan@apple.com>
507 Rubber-stamped by Adam.
511 * win/lib/WebKitSystemInterface.lib:
512 * win/lib/WebKitSystemInterface_debug.lib:
514 2007-07-06 Adam Roben <aroben@apple.com>
516 Update WebKitSystemInterface.{h,lib} for <rdar://problem/5301994>
520 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
521 * win/lib/WebKitSystemInterface.lib:
522 * win/lib/WebKitSystemInterface_debug.lib:
524 2007-06-29 Antti Koivisto <antti@apple.com>
528 Added WKQTMovieDataRate and WKQTMovieMaxTimeLoaded
530 * WebKitSystemInterface.h:
531 * libWebKitSystemInterface.a:
533 2007-03-29 Beth Dakin <bdakin@apple.com>
535 Rubber-stamped by Adam.
537 Keep OpenSource building.
539 * WebKitSystemInterface.h:
540 * libWebKitSystemInterface.a:
542 2007-03-28 Antti Koivisto <antti@apple.com>
544 Update libWebKitSystemInterface, previous version was out of date.
546 * libWebKitSystemInterface.a:
548 2007-03-27 Antti Koivisto <antti@apple.com>
552 Added wkGetWheelEventDeltas
554 * WebKitSystemInterface.h:
555 * libWebKitSystemInterface.a:
557 2007-03-07 Mark Rowe <mrowe@apple.com>
559 Build fix. Rebuild against 10.4 SDK.
561 * libWebKitSystemInterface.a:
563 2007-03-06 Kevin Decker <kdecker@apple.com>
567 Fixed: <rdar://problem/4126976> private keys imported by WebKit should not be accessible by all applications
569 * libWebKitSystemInterface.a:
571 2007-02-21 Anders Carlsson <acarlsson@apple.com>
573 Add new version with WKCGContextIsBitmapContext.
575 * WebKitSystemInterface.h:
576 * libWebKitSystemInterface.a:
578 2006-12-16 Adele Peterson <adele@apple.com>
582 WebKitLibraries part of fix for:
583 <rdar://problem/4463829> Switch to use new search field implementation for <input type="search">
585 Added wkDrawTextFieldCellFocusRing.
587 * WebKitSystemInterface.h:
588 * libWebKitSystemInterface.a:
590 2006-10-11 Darin Adler <darin@apple.com>
592 Reviewed by John Sullivan.
594 * WebKitSystemInterface.h: Updated to a C++-compatible version.
596 2006-08-31 Adele Peterson <adele@apple.com>
598 Reviewed by John Sullivan.
600 Removed wkSecureEventInput and wkSetSecureEventInput, since this can be done with API.
602 * WebKitSystemInterface.h:
603 * libWebKitSystemInterface.a:
605 2006-08-30 Adele Peterson <adele@apple.com>
609 Updated for http://bugs.webkit.org/show_bug.cgi?id=10575
610 Enable secure input mode for new password fields
612 * WebKitSystemInterface.h: Added WKSetSecureEventInput and WKSecureEventInput;
613 * libWebKitSystemInterface.a:
615 2006-07-09 Anders Carlsson <acarlsson@apple.com>
619 * WebKitSystemInterface.h:
620 * libWebKitSystemInterface.a:
623 2006-07-05 Adele Peterson <adele@apple.com>
625 Reviewed by Maciej and Hyatt.
627 * WebKitSystemInterface.h: Updated.
628 * libWebKitSystemInterface.a: Updated.
630 2006-06-16 Adele Peterson <adele@apple.com>
634 * WebKitSystemInterface.h: Added WKDrawBezeledTextArea().
635 * libWebKitSystemInterface.a: ditto.
637 2006-04-01 Eric Seidel <eseidel@apple.com>
639 * libWebKitSystemInterface.a: commit a universal binary.
641 2006-04-01 Darin Adler <darin@apple.com>
645 * libWebKitSystemInterface.a: Changed alpha in the focus-ring drawing
646 code to use the system default alpha.
648 2006-03-17 Eric Seidel <eseidel@apple.com>
650 * libWebKitSystemInterface.a: commit a universal binary.
652 2006-03-17 Adele Peterson <adele@apple.com>
654 * WebKitSystemInterface.h: Added WKDrawBezeledTextFieldCell()
655 * libWebKitSystemInterface.a: ditto
657 2006-02-28 John Sullivan <sullivan@apple.com>
659 * WebKitSystemInterface.h: Removed WKMouseIsDown()
660 * libWebKitSystemInterface.a: ditto
662 2006-02-23 Timothy Hatcher <timothy@apple.com>
664 New build to fix the i386 arch. (The _cuEnc64 symbol was missing.)
666 * libWebKitSystemInterface.a:
668 2006-02-19 Darin Adler <darin@apple.com>
670 * WebKitSystemInterface.h: Added WKDrawFocusRing.
671 * libWebKitSystemInterface.a: Ditto.
673 2006-02-06 John Sullivan <sullivan@apple.com>
675 * WebKitSystemInterface.h:
676 * libWebKitSystemInterface.a:
677 removed WKExecutableLinkedInTigerOrEarlier
679 2005-11-01 Darin Adler <darin@apple.com>
681 * libWebKitSystemInterface.a: Updated.
683 2005-10-04 Maciej Stachowiak <mjs@apple.com>
687 * WebKitSystemInterface.h:
688 * libWebKitSystemInterface.a:
690 2005-09-08 Justin Garcia <justin.garcia@apple.com>
692 * WebKitSystemInterface.h: Update to latest
693 * libWebKitSystemInterface.a: ditto
695 2005-09-04 Darin Adler <darin@apple.com>
697 * WebKitSystemInterface.h: Update to latest
698 * libWebKitSystemInterface.a: Ditto.
700 2005-08-07 Darin Adler <darin@apple.com>
702 * libWebKitSystemInterface.a: Universal binary.
703 * WebKitSystemInterface.h: Updated for calls that Eric recently removed.
705 2005-07-01 John Sullivan <sullivan@apple.com>
707 - added WKExecutableLinkedInTigerOrEarlier
709 * WebKitSystemInterface.h:
710 * libWebKitSystemInterface.a:
712 2005-06-06 Maciej Stachowiak <mjs@apple.com>
714 - updated for crashing bugfix
716 * libWebKitSystemInterface.a:
718 2005-06-06 Maciej Stachowiak <mjs@apple.com>
722 * WebKitSystemInterface.h:
723 * libWebKitSystemInterface.a:
725 2005-06-06 Maciej Stachowiak <mjs@apple.com>
729 * WebKitSystemInterface.h:
730 * libWebKitSystemInterface.a:
732 2005-06-06 Maciej Stachowiak <mjs@apple.com>
736 * WebKitSystemInterface.h:
737 * libWebKitSystemInterface.a:
739 2005-06-06 Maciej Stachowiak <mjs@apple.com>
743 * WebKitSystemInterface.h:
744 * libWebKitSystemInterface.a:
746 2005-06-06 Maciej Stachowiak <mjs@apple.com>
750 * WebKitSystemInterface.h:
751 * libWebKitSystemInterface.a:
753 2005-06-06 Maciej Stachowiak <mjs@apple.com>
757 * WebKitSystemInterface.h:
758 * libWebKitSystemInterface.a:
760 2005-06-06 Maciej Stachowiak <mjs@apple.com>
764 * WebKitSystemInterface.h:
765 * libWebKitSystemInterface.a:
767 2005-06-06 Maciej Stachowiak <mjs@apple.com>
771 * WebKitSystemInterface.h:
772 * libWebKitSystemInterface.a:
774 2005-06-05 Maciej Stachowiak <mjs@apple.com>
776 - added a few more bits of SPI
778 * WebKitSystemInterface.h:
779 * libWebKitSystemInterface.a:
781 2005-06-05 Maciej Stachowiak <mjs@apple.com>
783 - added file type and NSURLResponse caching SPI
785 * WebKitSystemInterface.h:
786 * libWebKitSystemInterface.a:
788 2005-06-05 Maciej Stachowiak <mjs@apple.com>
790 - initial checkin of WebKitSystemInterface binary
792 * WebKitSystemInterface.h: Added.
793 * libWebKitSystemInterface.a: Added.