1 2008-02-29 Mark Rowe <mrowe@apple.com>
3 Reviewed by Anders Carlsson.
5 Replace use of WKPathFromFont with implementation in terms of public API.
7 * WebKitSystemInterface.h: Remove unused symbol.
8 * libWebKitSystemInterfaceLeopard.a:
9 * libWebKitSystemInterfaceTiger.a:
11 2008-02-29 Mark Rowe <mrowe@apple.com>
13 Reviewed by Oliver Hunt.
15 Fix spelling of "request" in name of WKNSURLProtocolClassForRequest.
17 * WebKitSystemInterface.h:
18 * libWebKitSystemInterfaceLeopard.a:
19 * libWebKitSystemInterfaceTiger.a:
21 2008-02-29 Mark Rowe <mrowe@apple.com>
23 Reviewed by Oliver Hunt.
25 Don't use WKSupportsMultipartXMixedReplace on Leopard as multipart/x-mixed-replace is always handled by NSURLRequest.
27 * WebKitSystemInterface.h:
28 * libWebKitSystemInterfaceLeopard.a:
30 2008-02-29 Mark Rowe <mrowe@apple.com>
32 Reviewed by Oliver Hunt and Oliver Hunt.
34 <rdar://problem/4753845> WebKit should use CGEventSourceSecondsSinceLastEventType in place of WKSecondsSinceLastInputEvent SPI.
36 * WebKitSystemInterface.h: Remove unused symbol.
37 * libWebKitSystemInterfaceLeopard.a:
38 * libWebKitSystemInterfaceTiger.a:
40 2008-02-28 Mark Rowe <mrowe@apple.com>
42 Reviewed by Dan Bernstein.
44 Remove two unused functions from WebKitSystemInterface.
46 * WebKitSystemInterface.h: Remove WKPreferRGB32Key and WKGetDefaultGlyphForChar as they are unused. Also remove
47 a duplicate declaration of WKSecondsSinceLastInputEvent.
48 * libWebKitSystemInterfaceLeopard.a:
49 * libWebKitSystemInterfaceTiger.a:
51 2008-02-28 Mark Rowe <mrowe@apple.com>
53 Reviewed by Dave Hyatt.
55 Make use of new CGFont APIs on Leopard rather than making a WebKitSystemInterface call.
57 * WebKitSystemInterface.h: Only declare WKGetFontMetrics on Tiger.
58 * libWebKitSystemInterfaceLeopard.a: Update for removal of WKGetFontMetrics.
60 2008-02-27 Brady Eidson <beidson@apple.com>
64 * libWebKitSystemInterfaceTiger.a:
66 2008-02-27 Brady Eidson <beidson@apple.com>
70 Removed some unused methods:
71 WKGetNSURLResponseCalculatedExpiration
72 WKGetNSURLResponseMustRevalidate
74 * WebKitSystemInterface.h:
75 * libWebKitSystemInterfaceLeopard.a:
76 * libWebKitSystemInterfaceTiger.a:
78 2008-02-13 Adam Roben <aroben@apple.com>
80 * win/tools/scripts/auto-version.sh: Removed a redundant symbol.
82 2008-02-12 Adam Roben <aroben@apple.com>
84 Clean up auto-version.sh a bit
86 It now does quite a bit less file I/O and many fewer fork/exec pairs.
87 It's also quite a bit easier to read.
91 * win/tools/scripts/auto-version.sh:
93 2008-02-12 Steve Falkenburg <sfalken@apple.com>
95 Versioning script change.
97 * win/tools/scripts/auto-version.sh:
99 2008-02-07 Ada Chan <adachan@apple.com>
102 wkSetClientCertificateInSSLProperties,
103 wkCanAccessCFURLRequestHTTPBodyParts,
104 wkCFURLRequestCopyHTTPRequestBodyParts,
105 wkCFURLRequestSetHTTPRequestBodyParts
107 Rubber-stamped by Steve.
109 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
110 * win/lib/WebKitSystemInterface.lib:
111 * win/lib/WebKitSystemInterface_debug.lib:
113 2008-02-04 Timothy Hatcher <timothy@apple.com>
115 <rdar://problem/5722735> Merge fix for SQLITE_FULL error
116 is given even if the max_page_count is increased (2920)
118 * libWebCoreSQLite3.a:
120 2008-02-01 Steve Falkenburg <sfalken@apple.com>
122 <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
124 Rubber-stamped by Jon Honeycutt.
126 * win/tools/vsprops/common.vsprops:
128 2008-01-29 Mark Rowe <mrowe@apple.com>
130 Reviewed by Tim Hatcher.
132 <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).
134 * WebCoreSQLite3/sqlite3.h: Added.
135 * WebCoreSQLite3/sqlite3ext.h: Added.
136 * libWebCoreSQLite3.a: Added.
138 2008-01-29 Alexey Proskuryakov <ap@webkit.org>
140 Debug (external) build fix.
142 Removed _DEBUG preprocessor definition, which indicates that debug libraries are used (while they aren't).
143 This preprocessor definition is automatically set by Visual Studio as needed anyway.
145 * win/tools/vsprops/debug.vsprops:
147 2008-01-17 Steve Falkenburg <sfalken@apple.com>
149 Add preprocessor define accidently dropped in my unification,
150 and required by some builds. Fixes an issue that caused both
151 debug and release DLLs to be loaded.
153 Rubber-stamped by Jon Honeycutt.
155 * win/tools/vsprops/debug_internal.vsprops:
157 2008-01-16 Steve Falkenburg <sfalken@apple.com>
159 Use recommended security-related compiler settings.
163 * win/tools/vsprops/common.vsprops:
165 2008-01-16 Steve Falkenburg <sfalken@apple.com>
169 * win/tools/vsprops/release.vsprops:
171 2008-01-15 Adele Peterson <adele@apple.com>
173 Reviewed by Adam and Antti.
175 Updated libraries for <rdar://problem/5619062> Add load progress indicator to video controls
177 * WebKitSystemInterface.h:
178 * libWebKitSystemInterfaceLeopard.a:
179 * libWebKitSystemInterfaceTiger.a:
180 * win/include/SafariTheme: Added.
181 * win/include/SafariTheme/SafariThemeConstants.h: Added. Placeholder empty header until we release an updated WebKitSupportLibrary.
183 2008-01-14 Steve Falkenburg <sfalken@apple.com>
185 Use shared vsprops for most vcproj properties.
189 * win/tools/vsprops/common.vsprops:
190 * win/tools/vsprops/debug.vsprops:
191 * win/tools/vsprops/debug_internal.vsprops:
192 * win/tools/vsprops/release.vsprops:
194 2008-01-11 Steve Falkenburg <sfalken@apple.com>
196 Share common files across projects.
199 Debug: common.vsprops, debug.vsprops
200 Debug_Internal: common.vsprops, debug.vsprops, debug_internal.vsprops
201 Release: common.vsprops, release.vsprops
203 Shared properties can go into common.vsprops, shared debug settings can go into debug.vsprops.
204 debug_internal.vsprops will be mostly empty except for file path prefix modifiers.
206 Moved auto-version.sh, VERSION, PRODUCTVERSION to tools.
208 Reviewed by Adam Roben.
210 * win/tools/WinTools.make:
211 * win/tools/scripts: Added.
212 * win/tools/scripts/PRODUCTVERSION: Added.
213 * win/tools/scripts/VERSION: Added.
214 * win/tools/scripts/auto-version.sh: Copied from WebCore/WebCore.vcproj/auto-version.sh.
215 * win/tools/vsprops/debug.vsprops:
216 * win/tools/vsprops/debug_internal.vsprops: Added.
217 * win/tools/vsprops/release.vsprops:
219 2008-01-11 Steve Falkenburg <sfalken@apple.com>
221 Add shared vsprops to help unify our Windows tools settings.
226 * win/tools/WinTools.make: Added.
227 * win/tools/vsprops: Added.
228 * win/tools/vsprops/common.vsprops: Added.
229 * win/tools/vsprops/debug.vsprops: Added.
230 * win/tools/vsprops/release.vsprops: Added.
232 2008-01-07 Mark Rowe <mrowe@apple.com>
234 Update Tiger library to a G3-friendly version.
236 * libWebKitSystemInterfaceTiger.a:
238 2008-01-07 Adele Peterson <adele@apple.com>
240 Reviewed by Antti, Adam, and Mitz.
242 WebKitLibraries part of fix for
243 <rdar://problem/5619073> Updated look for <video> controls
244 <rdar://problem/5619057> Add volume control to video controls
246 * WebKitSystemInterface.h:
247 * libWebKitSystemInterfaceLeopard.a:
248 * libWebKitSystemInterfaceTiger.a:
250 2008-01-03 Mark Rowe <mrowe@apple.com>
252 Update Tiger library to a G3-friendly version.
254 * libWebKitSystemInterfaceTiger.a:
256 2008-01-03 Adele Peterson <adele@apple.com>
258 Update libraries for <rdar://problem/4106190> Include "Where from" metadata in drag-and-dropped images
260 * WebKitSystemInterface.h:
261 * libWebKitSystemInterfaceLeopard.a:
262 * libWebKitSystemInterfaceTiger.a:
264 2007-12-21 Mark Rowe <mrowe@apple.com>
266 Rubber-stamped by Dan Bernstein.
268 Fix http://bugs.webkit.org/show_bug.cgi?id=16549.
269 Bug 16549: WebKit nightly build failing to launch on PowerPC G3s
271 * libWebKitSystemInterfaceTiger.a: Update to a G3-friendly version.
273 2007-12-07 Dan Bernstein <mitz@apple.com>
275 Reviewed by Darin Adler.
277 - updated system interface for fixing <rdar://problem/5499918> REGRESSION: insertion point in input field with custom border cuts holes in focus ring interior edges
279 * WebKitSystemInterface.h:
280 * libWebKitSystemInterfaceLeopard.a:
281 * libWebKitSystemInterfaceTiger.a:
283 2007-11-27 John Sullivan <sullivan@apple.com>
285 Fixed 5614525, caused by a recent bug in WKGetExtensionsForMIMEType
288 reviewed by Kevin Decker
290 * libWebKitSystemInterfaceLeopard.a:
291 * libWebKitSystemInterfaceTiger.a:
293 2007-11-26 Timothy Hatcher <timothy@apple.com>
295 Reviewed by Adam Roben.
297 Bug 16137: Web Inspector window on Leopard should have a unified toolbar and window title
298 http://bugs.webkit.org/show_bug.cgi?id=16137
300 Add a new function to make bottom window corners square for textured windows.
302 * WebKitSystemInterface.h:
303 * libWebKitSystemInterfaceTiger.a:
304 * libWebKitSystemInterfaceLeopard.a:
306 2007-11-23 Adam Roben <aroben@apple.com>
308 Add wkSetPatternPhaseInUserSpace to WebKitSystemInterface on Windows
312 * win/include/WebKitSystemInterface/WebKitSystemInterface.h: Added
314 * win/lib/WebKitSystemInterface.lib: Updated.
315 * win/lib/WebKitSystemInterface_debug.lib: Updated.
317 2007-11-16 Anders Carlsson <andersca@apple.com>
321 <rdar://problem/5603832>
322 XMLHttpRequest readyState 3 & responseText buffer issues.
324 Add wkSetCFURLRequestShouldContentSniff.
326 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
327 * win/lib/WebKitSystemInterface.lib:
328 * win/lib/WebKitSystemInterface_debug.lib:
330 2007-11-05 Antti Koivisto <antti@apple.com>
334 Update WKQTMovieViewSetDrawSynchronously.
336 * libWebKitSystemInterfaceLeopard.a:
337 * libWebKitSystemInterfaceTiger.a:
339 2007-11-02 Antti Koivisto <antti@apple.com>
343 Update to add WKQTMovieViewSetDrawSynchronously
345 * WebKitSystemInterface.h:
346 * libWebKitSystemInterfaceLeopard.a:
347 * libWebKitSystemInterfaceTiger.a:
349 2007-10-26 Adele Peterson <adele@apple.com>
351 Reviewed by Tim Hatcher.
353 Updating header too for WKDrawCapsLockIndicator.
355 * WebKitSystemInterface.h:
357 2007-10-26 Adele Peterson <adele@apple.com>
361 Adding WKDrawCapsLockIndicator in preparation for fixing the caps lock indicator.
363 * libWebKitSystemInterfaceLeopard.a:
364 * libWebKitSystemInterfaceTiger.a:
366 2007-10-25 Adam Roben <aroben@apple.com>
368 Add wkSetPatternBaseCTM.
370 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
371 * win/lib/WebKitSystemInterface.lib:
372 * win/lib/WebKitSystemInterface_debug.lib:
374 2007-10-25 Sam Weinig <sam@webkit.org>
376 Fix the windows build.
378 * win/lib/WebKitSystemInterface.lib:
379 * win/lib/WebKitSystemInterface_debug.lib:
381 2007-10-25 Timothy Hatcher <timothy@apple.com>
383 Add WKSetPatternBaseCTM.
385 * WebKitSystemInterface.h:
386 * libWebKitSystemInterfaceLeopard.a:
387 * libWebKitSystemInterfaceTiger.a:
389 2007-10-25 Timothy Hatcher <timothy@apple.com>
393 Update the Leopard WebKitSystemInterface to be 4-way univeral to include 64-bit.
395 * libWebKitSystemInterfaceLeopard.a:
397 2007-10-25 Sam Weinig <sam@webkit.org>
399 Added wrapper for getting the foundation cache directory.
401 Reviewed by Adam Roben.
403 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
404 * win/lib/WebKitSystemInterface.lib:
405 * win/lib/WebKitSystemInterface_debug.lib:
407 2007-10-24 Adam Roben <aroben@apple.com>
409 Added some font-related functions needed for <rdar://5549919>
413 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
414 * win/lib/WebKitSystemInterface.lib:
415 * win/lib/WebKitSystemInterface_debug.lib:
417 2007-10-24 Timothy Hatcher <timothy@apple.com>
419 Reviewed by Mark Rowe.
421 <rdar://problem/5069711> OpenSource version of libWebKitSystemInterface.a is Tiger only, causes issues if used on Leopard
423 Add system specific versions of WebKitSystemInterface.
425 * libWebKitSystemInterface.a: Removed.
426 * libWebKitSystemInterfaceLeopard.a: Added.
427 * libWebKitSystemInterfaceTiger.a: Added.
429 2007-10-11 Ada Chan <adachan@apple.com>
431 <rdar://problem/5534421>
432 Added wkGetDefaultHTTPCookieStorage(). Updated libraries.
436 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
437 * win/lib/WebKitSystemInterface.lib:
438 * win/lib/WebKitSystemInterface_debug.lib:
440 2007-09-27 Sam Weinig <sam@webkit.org>
442 Build fix. Ran update-webkitsysteminterface script on Tiger, because
443 the resulting binary differs when built on Tiger.
445 * libWebKitSystemInterface.a:
447 2007-09-27 David Hyatt <hyatt@apple.com>
449 Update WebKitSYstemInterface for @font-face changes.
451 * WebKitSystemInterface.h:
452 * libWebKitSystemInterface.a:
454 2007-09-18 Geoffrey Garen <ggaren@apple.com>
456 Build fix. Ran update-webkitsysteminterface script on Tiger, because
457 the resulting binary differs when built on Tiger. See
458 <rdar://problem/5490613>.
460 * libWebKitSystemInterface.a:
462 2007-09-18 Geoffrey Garen <ggaren@apple.com>
464 Build fix. Ran update-webkitsysteminterface script.
466 * WebKitSystemInterface.h:
467 * libWebKitSystemInterface.a:
469 2007-08-28 Anders Carlsson <andersca@apple.com>
471 Add WKSetNSURLRequestShouldContentSniff.
473 * WebKitSystemInterface.h:
474 * libWebKitSystemInterface.a:
476 2007-08-28 Ada Chan <adachan@apple.com>
478 <rdar://problem/4876242> Added SPI to fetch SSL certificate information.
483 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
484 * win/lib/WebKitSystemInterface.lib:
485 * win/lib/WebKitSystemInterface_debug.lib:
487 2007-07-23 Ada Chan <adachan@apple.com>
491 Update WebKitSystemInterface.{h,lib}.
493 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
494 * win/lib/WebKitSystemInterface.lib:
495 * win/lib/WebKitSystemInterface_debug.lib:
497 2007-07-19 Ada Chan <adachan@apple.com>
499 Rubber-stamped by Adam.
503 * win/lib/WebKitSystemInterface.lib:
504 * win/lib/WebKitSystemInterface_debug.lib:
506 2007-07-06 Adam Roben <aroben@apple.com>
508 Update WebKitSystemInterface.{h,lib} for <rdar://problem/5301994>
512 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
513 * win/lib/WebKitSystemInterface.lib:
514 * win/lib/WebKitSystemInterface_debug.lib:
516 2007-06-29 Antti Koivisto <antti@apple.com>
520 Added WKQTMovieDataRate and WKQTMovieMaxTimeLoaded
522 * WebKitSystemInterface.h:
523 * libWebKitSystemInterface.a:
525 2007-03-29 Beth Dakin <bdakin@apple.com>
527 Rubber-stamped by Adam.
529 Keep OpenSource building.
531 * WebKitSystemInterface.h:
532 * libWebKitSystemInterface.a:
534 2007-03-28 Antti Koivisto <antti@apple.com>
536 Update libWebKitSystemInterface, previous version was out of date.
538 * libWebKitSystemInterface.a:
540 2007-03-27 Antti Koivisto <antti@apple.com>
544 Added wkGetWheelEventDeltas
546 * WebKitSystemInterface.h:
547 * libWebKitSystemInterface.a:
549 2007-03-07 Mark Rowe <mrowe@apple.com>
551 Build fix. Rebuild against 10.4 SDK.
553 * libWebKitSystemInterface.a:
555 2007-03-06 Kevin Decker <kdecker@apple.com>
559 Fixed: <rdar://problem/4126976> private keys imported by WebKit should not be accessible by all applications
561 * libWebKitSystemInterface.a:
563 2007-02-21 Anders Carlsson <acarlsson@apple.com>
565 Add new version with WKCGContextIsBitmapContext.
567 * WebKitSystemInterface.h:
568 * libWebKitSystemInterface.a:
570 2006-12-16 Adele Peterson <adele@apple.com>
574 WebKitLibraries part of fix for:
575 <rdar://problem/4463829> Switch to use new search field implementation for <input type="search">
577 Added wkDrawTextFieldCellFocusRing.
579 * WebKitSystemInterface.h:
580 * libWebKitSystemInterface.a:
582 2006-10-11 Darin Adler <darin@apple.com>
584 Reviewed by John Sullivan.
586 * WebKitSystemInterface.h: Updated to a C++-compatible version.
588 2006-08-31 Adele Peterson <adele@apple.com>
590 Reviewed by John Sullivan.
592 Removed wkSecureEventInput and wkSetSecureEventInput, since this can be done with API.
594 * WebKitSystemInterface.h:
595 * libWebKitSystemInterface.a:
597 2006-08-30 Adele Peterson <adele@apple.com>
601 Updated for http://bugs.webkit.org/show_bug.cgi?id=10575
602 Enable secure input mode for new password fields
604 * WebKitSystemInterface.h: Added WKSetSecureEventInput and WKSecureEventInput;
605 * libWebKitSystemInterface.a:
607 2006-07-09 Anders Carlsson <acarlsson@apple.com>
611 * WebKitSystemInterface.h:
612 * libWebKitSystemInterface.a:
615 2006-07-05 Adele Peterson <adele@apple.com>
617 Reviewed by Maciej and Hyatt.
619 * WebKitSystemInterface.h: Updated.
620 * libWebKitSystemInterface.a: Updated.
622 2006-06-16 Adele Peterson <adele@apple.com>
626 * WebKitSystemInterface.h: Added WKDrawBezeledTextArea().
627 * libWebKitSystemInterface.a: ditto.
629 2006-04-01 Eric Seidel <eseidel@apple.com>
631 * libWebKitSystemInterface.a: commit a universal binary.
633 2006-04-01 Darin Adler <darin@apple.com>
637 * libWebKitSystemInterface.a: Changed alpha in the focus-ring drawing
638 code to use the system default alpha.
640 2006-03-17 Eric Seidel <eseidel@apple.com>
642 * libWebKitSystemInterface.a: commit a universal binary.
644 2006-03-17 Adele Peterson <adele@apple.com>
646 * WebKitSystemInterface.h: Added WKDrawBezeledTextFieldCell()
647 * libWebKitSystemInterface.a: ditto
649 2006-02-28 John Sullivan <sullivan@apple.com>
651 * WebKitSystemInterface.h: Removed WKMouseIsDown()
652 * libWebKitSystemInterface.a: ditto
654 2006-02-23 Timothy Hatcher <timothy@apple.com>
656 New build to fix the i386 arch. (The _cuEnc64 symbol was missing.)
658 * libWebKitSystemInterface.a:
660 2006-02-19 Darin Adler <darin@apple.com>
662 * WebKitSystemInterface.h: Added WKDrawFocusRing.
663 * libWebKitSystemInterface.a: Ditto.
665 2006-02-06 John Sullivan <sullivan@apple.com>
667 * WebKitSystemInterface.h:
668 * libWebKitSystemInterface.a:
669 removed WKExecutableLinkedInTigerOrEarlier
671 2005-11-01 Darin Adler <darin@apple.com>
673 * libWebKitSystemInterface.a: Updated.
675 2005-10-04 Maciej Stachowiak <mjs@apple.com>
679 * WebKitSystemInterface.h:
680 * libWebKitSystemInterface.a:
682 2005-09-08 Justin Garcia <justin.garcia@apple.com>
684 * WebKitSystemInterface.h: Update to latest
685 * libWebKitSystemInterface.a: ditto
687 2005-09-04 Darin Adler <darin@apple.com>
689 * WebKitSystemInterface.h: Update to latest
690 * libWebKitSystemInterface.a: Ditto.
692 2005-08-07 Darin Adler <darin@apple.com>
694 * libWebKitSystemInterface.a: Universal binary.
695 * WebKitSystemInterface.h: Updated for calls that Eric recently removed.
697 2005-07-01 John Sullivan <sullivan@apple.com>
699 - added WKExecutableLinkedInTigerOrEarlier
701 * WebKitSystemInterface.h:
702 * libWebKitSystemInterface.a:
704 2005-06-06 Maciej Stachowiak <mjs@apple.com>
706 - updated for crashing bugfix
708 * libWebKitSystemInterface.a:
710 2005-06-06 Maciej Stachowiak <mjs@apple.com>
714 * WebKitSystemInterface.h:
715 * libWebKitSystemInterface.a:
717 2005-06-06 Maciej Stachowiak <mjs@apple.com>
721 * WebKitSystemInterface.h:
722 * libWebKitSystemInterface.a:
724 2005-06-06 Maciej Stachowiak <mjs@apple.com>
728 * WebKitSystemInterface.h:
729 * libWebKitSystemInterface.a:
731 2005-06-06 Maciej Stachowiak <mjs@apple.com>
735 * WebKitSystemInterface.h:
736 * libWebKitSystemInterface.a:
738 2005-06-06 Maciej Stachowiak <mjs@apple.com>
742 * WebKitSystemInterface.h:
743 * libWebKitSystemInterface.a:
745 2005-06-06 Maciej Stachowiak <mjs@apple.com>
749 * WebKitSystemInterface.h:
750 * libWebKitSystemInterface.a:
752 2005-06-06 Maciej Stachowiak <mjs@apple.com>
756 * WebKitSystemInterface.h:
757 * libWebKitSystemInterface.a:
759 2005-06-06 Maciej Stachowiak <mjs@apple.com>
763 * WebKitSystemInterface.h:
764 * libWebKitSystemInterface.a:
766 2005-06-05 Maciej Stachowiak <mjs@apple.com>
768 - added a few more bits of SPI
770 * WebKitSystemInterface.h:
771 * libWebKitSystemInterface.a:
773 2005-06-05 Maciej Stachowiak <mjs@apple.com>
775 - added file type and NSURLResponse caching SPI
777 * WebKitSystemInterface.h:
778 * libWebKitSystemInterface.a:
780 2005-06-05 Maciej Stachowiak <mjs@apple.com>
782 - initial checkin of WebKitSystemInterface binary
784 * WebKitSystemInterface.h: Added.
785 * libWebKitSystemInterface.a: Added.