1 2008-03-28 Steve Falkenburg <sfalken@apple.com>
5 * win/tools/scripts/PRODUCTVERSION:
7 2008-03-26 Adam Roben <aroben@apple.com>
9 Windows build fix after r31322
11 * win/include/WebKitSystemInterface/WebKitSystemInterface.h: Updated.
12 * win/lib/WebKitSystemInterface.lib: Updated.
13 * win/lib/WebKitSystemInterface_debug.lib: Updated.
15 2008-03-26 Mark Rowe <mrowe@apple.com>
17 Reviewed by David Hyatt.
19 Make the Ahem font antialias correctly on Acid3 on Tiger.
21 * WebKitSystemInterface.h:
22 * libWebKitSystemInterfaceTiger.a:
24 2008-03-19 Mark Rowe <mrowe@apple.com>
26 Rubber-stamped by Sam Weinig.
28 Fix http://bugs.webkit.org/show_bug.cgi?id=17816.
29 Bug 17816: libWebCoreSQLite3.a is 2-architecture universal binary (not 4-architecture)
31 * libWebCoreSQLite3.a: Land a 4-way fat binary.
33 2008-03-12 Steve Falkenburg <sfalken@apple.com>
35 New version of WebKitSystemInterface.lib with
36 more compiler warnings suppressed.
38 * win/lib/WebKitSystemInterface.lib:
39 * win/tools/vsprops/common.vsprops:
41 2008-03-12 Dan Bernstein <mitz@apple.com>
43 Reviewed by Darin Adler and Sam Weinig.
45 - <rdar://problem/4433248> use CoreText API instead of SPI on Leopard
47 * WebKitSystemInterface.h:
48 * libWebKitSystemInterfaceLeopard.a:
50 2008-03-11 Steve Falkenburg <sfalken@apple.com>
52 Disable two PGO/LTCG specific warnings.
56 * win/tools/vsprops/common.vsprops:
58 2008-02-29 Mark Rowe <mrowe@apple.com>
60 Update Tiger version of WebKitSystemInterface to match r30690.
62 * libWebKitSystemInterfaceTiger.a:
64 2008-02-29 Adele Peterson <adele@apple.com>
68 Auto-generate image arrays.
70 * libWebKitSystemInterfaceLeopard.a:
72 2008-02-29 Mark Rowe <mrowe@apple.com>
74 Reviewed by Anders Carlsson.
76 Replace use of WKPathFromFont with implementation in terms of public API.
78 * WebKitSystemInterface.h: Remove unused symbol.
79 * libWebKitSystemInterfaceLeopard.a:
80 * libWebKitSystemInterfaceTiger.a:
82 2008-02-29 Mark Rowe <mrowe@apple.com>
84 Reviewed by Oliver Hunt.
86 Fix spelling of "request" in name of WKNSURLProtocolClassForRequest.
88 * WebKitSystemInterface.h:
89 * libWebKitSystemInterfaceLeopard.a:
90 * libWebKitSystemInterfaceTiger.a:
92 2008-02-29 Mark Rowe <mrowe@apple.com>
94 Reviewed by Oliver Hunt.
96 Don't use WKSupportsMultipartXMixedReplace on Leopard as multipart/x-mixed-replace is always handled by NSURLRequest.
98 * WebKitSystemInterface.h:
99 * libWebKitSystemInterfaceLeopard.a:
101 2008-02-29 Mark Rowe <mrowe@apple.com>
103 Reviewed by Oliver Hunt and Oliver Hunt.
105 <rdar://problem/4753845> WebKit should use CGEventSourceSecondsSinceLastEventType in place of WKSecondsSinceLastInputEvent SPI.
107 * WebKitSystemInterface.h: Remove unused symbol.
108 * libWebKitSystemInterfaceLeopard.a:
109 * libWebKitSystemInterfaceTiger.a:
111 2008-02-28 Mark Rowe <mrowe@apple.com>
113 Reviewed by Dan Bernstein.
115 Remove two unused functions from WebKitSystemInterface.
117 * WebKitSystemInterface.h: Remove WKPreferRGB32Key and WKGetDefaultGlyphForChar as they are unused. Also remove
118 a duplicate declaration of WKSecondsSinceLastInputEvent.
119 * libWebKitSystemInterfaceLeopard.a:
120 * libWebKitSystemInterfaceTiger.a:
122 2008-02-28 Mark Rowe <mrowe@apple.com>
124 Reviewed by Dave Hyatt.
126 Make use of new CGFont APIs on Leopard rather than making a WebKitSystemInterface call.
128 * WebKitSystemInterface.h: Only declare WKGetFontMetrics on Tiger.
129 * libWebKitSystemInterfaceLeopard.a: Update for removal of WKGetFontMetrics.
131 2008-02-27 Brady Eidson <beidson@apple.com>
135 * libWebKitSystemInterfaceTiger.a:
137 2008-02-27 Brady Eidson <beidson@apple.com>
139 Reviewed by Mark Rowe
141 Removed some unused methods:
142 WKGetNSURLResponseCalculatedExpiration
143 WKGetNSURLResponseMustRevalidate
145 * WebKitSystemInterface.h:
146 * libWebKitSystemInterfaceLeopard.a:
147 * libWebKitSystemInterfaceTiger.a:
149 2008-02-13 Adam Roben <aroben@apple.com>
151 * win/tools/scripts/auto-version.sh: Removed a redundant symbol.
153 2008-02-12 Adam Roben <aroben@apple.com>
155 Clean up auto-version.sh a bit
157 It now does quite a bit less file I/O and many fewer fork/exec pairs.
158 It's also quite a bit easier to read.
162 * win/tools/scripts/auto-version.sh:
164 2008-02-12 Steve Falkenburg <sfalken@apple.com>
166 Versioning script change.
168 * win/tools/scripts/auto-version.sh:
170 2008-02-07 Ada Chan <adachan@apple.com>
173 wkSetClientCertificateInSSLProperties,
174 wkCanAccessCFURLRequestHTTPBodyParts,
175 wkCFURLRequestCopyHTTPRequestBodyParts,
176 wkCFURLRequestSetHTTPRequestBodyParts
178 Rubber-stamped by Steve.
180 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
181 * win/lib/WebKitSystemInterface.lib:
182 * win/lib/WebKitSystemInterface_debug.lib:
184 2008-02-04 Timothy Hatcher <timothy@apple.com>
186 <rdar://problem/5722735> Merge fix for SQLITE_FULL error
187 is given even if the max_page_count is increased (2920)
189 * libWebCoreSQLite3.a:
191 2008-02-01 Steve Falkenburg <sfalken@apple.com>
193 <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
195 Rubber-stamped by Jon Honeycutt.
197 * win/tools/vsprops/common.vsprops:
199 2008-01-29 Mark Rowe <mrowe@apple.com>
201 Reviewed by Tim Hatcher.
203 <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).
205 * WebCoreSQLite3/sqlite3.h: Added.
206 * WebCoreSQLite3/sqlite3ext.h: Added.
207 * libWebCoreSQLite3.a: Added.
209 2008-01-29 Alexey Proskuryakov <ap@webkit.org>
211 Debug (external) build fix.
213 Removed _DEBUG preprocessor definition, which indicates that debug libraries are used (while they aren't).
214 This preprocessor definition is automatically set by Visual Studio as needed anyway.
216 * win/tools/vsprops/debug.vsprops:
218 2008-01-17 Steve Falkenburg <sfalken@apple.com>
220 Add preprocessor define accidently dropped in my unification,
221 and required by some builds. Fixes an issue that caused both
222 debug and release DLLs to be loaded.
224 Rubber-stamped by Jon Honeycutt.
226 * win/tools/vsprops/debug_internal.vsprops:
228 2008-01-16 Steve Falkenburg <sfalken@apple.com>
230 Use recommended security-related compiler settings.
234 * win/tools/vsprops/common.vsprops:
236 2008-01-16 Steve Falkenburg <sfalken@apple.com>
240 * win/tools/vsprops/release.vsprops:
242 2008-01-15 Adele Peterson <adele@apple.com>
244 Reviewed by Adam and Antti.
246 Updated libraries for <rdar://problem/5619062> Add load progress indicator to video controls
248 * WebKitSystemInterface.h:
249 * libWebKitSystemInterfaceLeopard.a:
250 * libWebKitSystemInterfaceTiger.a:
251 * win/include/SafariTheme: Added.
252 * win/include/SafariTheme/SafariThemeConstants.h: Added. Placeholder empty header until we release an updated WebKitSupportLibrary.
254 2008-01-14 Steve Falkenburg <sfalken@apple.com>
256 Use shared vsprops for most vcproj properties.
260 * win/tools/vsprops/common.vsprops:
261 * win/tools/vsprops/debug.vsprops:
262 * win/tools/vsprops/debug_internal.vsprops:
263 * win/tools/vsprops/release.vsprops:
265 2008-01-11 Steve Falkenburg <sfalken@apple.com>
267 Share common files across projects.
270 Debug: common.vsprops, debug.vsprops
271 Debug_Internal: common.vsprops, debug.vsprops, debug_internal.vsprops
272 Release: common.vsprops, release.vsprops
274 Shared properties can go into common.vsprops, shared debug settings can go into debug.vsprops.
275 debug_internal.vsprops will be mostly empty except for file path prefix modifiers.
277 Moved auto-version.sh, VERSION, PRODUCTVERSION to tools.
279 Reviewed by Adam Roben.
281 * win/tools/WinTools.make:
282 * win/tools/scripts: Added.
283 * win/tools/scripts/PRODUCTVERSION: Added.
284 * win/tools/scripts/VERSION: Added.
285 * win/tools/scripts/auto-version.sh: Copied from WebCore/WebCore.vcproj/auto-version.sh.
286 * win/tools/vsprops/debug.vsprops:
287 * win/tools/vsprops/debug_internal.vsprops: Added.
288 * win/tools/vsprops/release.vsprops:
290 2008-01-11 Steve Falkenburg <sfalken@apple.com>
292 Add shared vsprops to help unify our Windows tools settings.
297 * win/tools/WinTools.make: Added.
298 * win/tools/vsprops: Added.
299 * win/tools/vsprops/common.vsprops: Added.
300 * win/tools/vsprops/debug.vsprops: Added.
301 * win/tools/vsprops/release.vsprops: Added.
303 2008-01-07 Mark Rowe <mrowe@apple.com>
305 Update Tiger library to a G3-friendly version.
307 * libWebKitSystemInterfaceTiger.a:
309 2008-01-07 Adele Peterson <adele@apple.com>
311 Reviewed by Antti, Adam, and Mitz.
313 WebKitLibraries part of fix for
314 <rdar://problem/5619073> Updated look for <video> controls
315 <rdar://problem/5619057> Add volume control to video controls
317 * WebKitSystemInterface.h:
318 * libWebKitSystemInterfaceLeopard.a:
319 * libWebKitSystemInterfaceTiger.a:
321 2008-01-03 Mark Rowe <mrowe@apple.com>
323 Update Tiger library to a G3-friendly version.
325 * libWebKitSystemInterfaceTiger.a:
327 2008-01-03 Adele Peterson <adele@apple.com>
329 Update libraries for <rdar://problem/4106190> Include "Where from" metadata in drag-and-dropped images
331 * WebKitSystemInterface.h:
332 * libWebKitSystemInterfaceLeopard.a:
333 * libWebKitSystemInterfaceTiger.a:
335 2007-12-21 Mark Rowe <mrowe@apple.com>
337 Rubber-stamped by Dan Bernstein.
339 Fix http://bugs.webkit.org/show_bug.cgi?id=16549.
340 Bug 16549: WebKit nightly build failing to launch on PowerPC G3s
342 * libWebKitSystemInterfaceTiger.a: Update to a G3-friendly version.
344 2007-12-07 Dan Bernstein <mitz@apple.com>
346 Reviewed by Darin Adler.
348 - updated system interface for fixing <rdar://problem/5499918> REGRESSION: insertion point in input field with custom border cuts holes in focus ring interior edges
350 * WebKitSystemInterface.h:
351 * libWebKitSystemInterfaceLeopard.a:
352 * libWebKitSystemInterfaceTiger.a:
354 2007-11-27 John Sullivan <sullivan@apple.com>
356 Fixed 5614525, caused by a recent bug in WKGetExtensionsForMIMEType
359 reviewed by Kevin Decker
361 * libWebKitSystemInterfaceLeopard.a:
362 * libWebKitSystemInterfaceTiger.a:
364 2007-11-26 Timothy Hatcher <timothy@apple.com>
366 Reviewed by Adam Roben.
368 Bug 16137: Web Inspector window on Leopard should have a unified toolbar and window title
369 http://bugs.webkit.org/show_bug.cgi?id=16137
371 Add a new function to make bottom window corners square for textured windows.
373 * WebKitSystemInterface.h:
374 * libWebKitSystemInterfaceTiger.a:
375 * libWebKitSystemInterfaceLeopard.a:
377 2007-11-23 Adam Roben <aroben@apple.com>
379 Add wkSetPatternPhaseInUserSpace to WebKitSystemInterface on Windows
383 * win/include/WebKitSystemInterface/WebKitSystemInterface.h: Added
385 * win/lib/WebKitSystemInterface.lib: Updated.
386 * win/lib/WebKitSystemInterface_debug.lib: Updated.
388 2007-11-16 Anders Carlsson <andersca@apple.com>
392 <rdar://problem/5603832>
393 XMLHttpRequest readyState 3 & responseText buffer issues.
395 Add wkSetCFURLRequestShouldContentSniff.
397 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
398 * win/lib/WebKitSystemInterface.lib:
399 * win/lib/WebKitSystemInterface_debug.lib:
401 2007-11-05 Antti Koivisto <antti@apple.com>
405 Update WKQTMovieViewSetDrawSynchronously.
407 * libWebKitSystemInterfaceLeopard.a:
408 * libWebKitSystemInterfaceTiger.a:
410 2007-11-02 Antti Koivisto <antti@apple.com>
414 Update to add WKQTMovieViewSetDrawSynchronously
416 * WebKitSystemInterface.h:
417 * libWebKitSystemInterfaceLeopard.a:
418 * libWebKitSystemInterfaceTiger.a:
420 2007-10-26 Adele Peterson <adele@apple.com>
422 Reviewed by Tim Hatcher.
424 Updating header too for WKDrawCapsLockIndicator.
426 * WebKitSystemInterface.h:
428 2007-10-26 Adele Peterson <adele@apple.com>
432 Adding WKDrawCapsLockIndicator in preparation for fixing the caps lock indicator.
434 * libWebKitSystemInterfaceLeopard.a:
435 * libWebKitSystemInterfaceTiger.a:
437 2007-10-25 Adam Roben <aroben@apple.com>
439 Add wkSetPatternBaseCTM.
441 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
442 * win/lib/WebKitSystemInterface.lib:
443 * win/lib/WebKitSystemInterface_debug.lib:
445 2007-10-25 Sam Weinig <sam@webkit.org>
447 Fix the windows build.
449 * win/lib/WebKitSystemInterface.lib:
450 * win/lib/WebKitSystemInterface_debug.lib:
452 2007-10-25 Timothy Hatcher <timothy@apple.com>
454 Add WKSetPatternBaseCTM.
456 * WebKitSystemInterface.h:
457 * libWebKitSystemInterfaceLeopard.a:
458 * libWebKitSystemInterfaceTiger.a:
460 2007-10-25 Timothy Hatcher <timothy@apple.com>
464 Update the Leopard WebKitSystemInterface to be 4-way univeral to include 64-bit.
466 * libWebKitSystemInterfaceLeopard.a:
468 2007-10-25 Sam Weinig <sam@webkit.org>
470 Added wrapper for getting the foundation cache directory.
472 Reviewed by Adam Roben.
474 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
475 * win/lib/WebKitSystemInterface.lib:
476 * win/lib/WebKitSystemInterface_debug.lib:
478 2007-10-24 Adam Roben <aroben@apple.com>
480 Added some font-related functions needed for <rdar://5549919>
484 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
485 * win/lib/WebKitSystemInterface.lib:
486 * win/lib/WebKitSystemInterface_debug.lib:
488 2007-10-24 Timothy Hatcher <timothy@apple.com>
490 Reviewed by Mark Rowe.
492 <rdar://problem/5069711> OpenSource version of libWebKitSystemInterface.a is Tiger only, causes issues if used on Leopard
494 Add system specific versions of WebKitSystemInterface.
496 * libWebKitSystemInterface.a: Removed.
497 * libWebKitSystemInterfaceLeopard.a: Added.
498 * libWebKitSystemInterfaceTiger.a: Added.
500 2007-10-11 Ada Chan <adachan@apple.com>
502 <rdar://problem/5534421>
503 Added wkGetDefaultHTTPCookieStorage(). Updated libraries.
507 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
508 * win/lib/WebKitSystemInterface.lib:
509 * win/lib/WebKitSystemInterface_debug.lib:
511 2007-09-27 Sam Weinig <sam@webkit.org>
513 Build fix. Ran update-webkitsysteminterface script on Tiger, because
514 the resulting binary differs when built on Tiger.
516 * libWebKitSystemInterface.a:
518 2007-09-27 David Hyatt <hyatt@apple.com>
520 Update WebKitSYstemInterface for @font-face changes.
522 * WebKitSystemInterface.h:
523 * libWebKitSystemInterface.a:
525 2007-09-18 Geoffrey Garen <ggaren@apple.com>
527 Build fix. Ran update-webkitsysteminterface script on Tiger, because
528 the resulting binary differs when built on Tiger. See
529 <rdar://problem/5490613>.
531 * libWebKitSystemInterface.a:
533 2007-09-18 Geoffrey Garen <ggaren@apple.com>
535 Build fix. Ran update-webkitsysteminterface script.
537 * WebKitSystemInterface.h:
538 * libWebKitSystemInterface.a:
540 2007-08-28 Anders Carlsson <andersca@apple.com>
542 Add WKSetNSURLRequestShouldContentSniff.
544 * WebKitSystemInterface.h:
545 * libWebKitSystemInterface.a:
547 2007-08-28 Ada Chan <adachan@apple.com>
549 <rdar://problem/4876242> Added SPI to fetch SSL certificate information.
554 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
555 * win/lib/WebKitSystemInterface.lib:
556 * win/lib/WebKitSystemInterface_debug.lib:
558 2007-07-23 Ada Chan <adachan@apple.com>
562 Update WebKitSystemInterface.{h,lib}.
564 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
565 * win/lib/WebKitSystemInterface.lib:
566 * win/lib/WebKitSystemInterface_debug.lib:
568 2007-07-19 Ada Chan <adachan@apple.com>
570 Rubber-stamped by Adam.
574 * win/lib/WebKitSystemInterface.lib:
575 * win/lib/WebKitSystemInterface_debug.lib:
577 2007-07-06 Adam Roben <aroben@apple.com>
579 Update WebKitSystemInterface.{h,lib} for <rdar://problem/5301994>
583 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
584 * win/lib/WebKitSystemInterface.lib:
585 * win/lib/WebKitSystemInterface_debug.lib:
587 2007-06-29 Antti Koivisto <antti@apple.com>
591 Added WKQTMovieDataRate and WKQTMovieMaxTimeLoaded
593 * WebKitSystemInterface.h:
594 * libWebKitSystemInterface.a:
596 2007-03-29 Beth Dakin <bdakin@apple.com>
598 Rubber-stamped by Adam.
600 Keep OpenSource building.
602 * WebKitSystemInterface.h:
603 * libWebKitSystemInterface.a:
605 2007-03-28 Antti Koivisto <antti@apple.com>
607 Update libWebKitSystemInterface, previous version was out of date.
609 * libWebKitSystemInterface.a:
611 2007-03-27 Antti Koivisto <antti@apple.com>
615 Added wkGetWheelEventDeltas
617 * WebKitSystemInterface.h:
618 * libWebKitSystemInterface.a:
620 2007-03-07 Mark Rowe <mrowe@apple.com>
622 Build fix. Rebuild against 10.4 SDK.
624 * libWebKitSystemInterface.a:
626 2007-03-06 Kevin Decker <kdecker@apple.com>
630 Fixed: <rdar://problem/4126976> private keys imported by WebKit should not be accessible by all applications
632 * libWebKitSystemInterface.a:
634 2007-02-21 Anders Carlsson <acarlsson@apple.com>
636 Add new version with WKCGContextIsBitmapContext.
638 * WebKitSystemInterface.h:
639 * libWebKitSystemInterface.a:
641 2006-12-16 Adele Peterson <adele@apple.com>
645 WebKitLibraries part of fix for:
646 <rdar://problem/4463829> Switch to use new search field implementation for <input type="search">
648 Added wkDrawTextFieldCellFocusRing.
650 * WebKitSystemInterface.h:
651 * libWebKitSystemInterface.a:
653 2006-10-11 Darin Adler <darin@apple.com>
655 Reviewed by John Sullivan.
657 * WebKitSystemInterface.h: Updated to a C++-compatible version.
659 2006-08-31 Adele Peterson <adele@apple.com>
661 Reviewed by John Sullivan.
663 Removed wkSecureEventInput and wkSetSecureEventInput, since this can be done with API.
665 * WebKitSystemInterface.h:
666 * libWebKitSystemInterface.a:
668 2006-08-30 Adele Peterson <adele@apple.com>
672 Updated for http://bugs.webkit.org/show_bug.cgi?id=10575
673 Enable secure input mode for new password fields
675 * WebKitSystemInterface.h: Added WKSetSecureEventInput and WKSecureEventInput;
676 * libWebKitSystemInterface.a:
678 2006-07-09 Anders Carlsson <acarlsson@apple.com>
682 * WebKitSystemInterface.h:
683 * libWebKitSystemInterface.a:
686 2006-07-05 Adele Peterson <adele@apple.com>
688 Reviewed by Maciej and Hyatt.
690 * WebKitSystemInterface.h: Updated.
691 * libWebKitSystemInterface.a: Updated.
693 2006-06-16 Adele Peterson <adele@apple.com>
697 * WebKitSystemInterface.h: Added WKDrawBezeledTextArea().
698 * libWebKitSystemInterface.a: ditto.
700 2006-04-01 Eric Seidel <eseidel@apple.com>
702 * libWebKitSystemInterface.a: commit a universal binary.
704 2006-04-01 Darin Adler <darin@apple.com>
708 * libWebKitSystemInterface.a: Changed alpha in the focus-ring drawing
709 code to use the system default alpha.
711 2006-03-17 Eric Seidel <eseidel@apple.com>
713 * libWebKitSystemInterface.a: commit a universal binary.
715 2006-03-17 Adele Peterson <adele@apple.com>
717 * WebKitSystemInterface.h: Added WKDrawBezeledTextFieldCell()
718 * libWebKitSystemInterface.a: ditto
720 2006-02-28 John Sullivan <sullivan@apple.com>
722 * WebKitSystemInterface.h: Removed WKMouseIsDown()
723 * libWebKitSystemInterface.a: ditto
725 2006-02-23 Timothy Hatcher <timothy@apple.com>
727 New build to fix the i386 arch. (The _cuEnc64 symbol was missing.)
729 * libWebKitSystemInterface.a:
731 2006-02-19 Darin Adler <darin@apple.com>
733 * WebKitSystemInterface.h: Added WKDrawFocusRing.
734 * libWebKitSystemInterface.a: Ditto.
736 2006-02-06 John Sullivan <sullivan@apple.com>
738 * WebKitSystemInterface.h:
739 * libWebKitSystemInterface.a:
740 removed WKExecutableLinkedInTigerOrEarlier
742 2005-11-01 Darin Adler <darin@apple.com>
744 * libWebKitSystemInterface.a: Updated.
746 2005-10-04 Maciej Stachowiak <mjs@apple.com>
750 * WebKitSystemInterface.h:
751 * libWebKitSystemInterface.a:
753 2005-09-08 Justin Garcia <justin.garcia@apple.com>
755 * WebKitSystemInterface.h: Update to latest
756 * libWebKitSystemInterface.a: ditto
758 2005-09-04 Darin Adler <darin@apple.com>
760 * WebKitSystemInterface.h: Update to latest
761 * libWebKitSystemInterface.a: Ditto.
763 2005-08-07 Darin Adler <darin@apple.com>
765 * libWebKitSystemInterface.a: Universal binary.
766 * WebKitSystemInterface.h: Updated for calls that Eric recently removed.
768 2005-07-01 John Sullivan <sullivan@apple.com>
770 - added WKExecutableLinkedInTigerOrEarlier
772 * WebKitSystemInterface.h:
773 * libWebKitSystemInterface.a:
775 2005-06-06 Maciej Stachowiak <mjs@apple.com>
777 - updated for crashing bugfix
779 * libWebKitSystemInterface.a:
781 2005-06-06 Maciej Stachowiak <mjs@apple.com>
785 * WebKitSystemInterface.h:
786 * libWebKitSystemInterface.a:
788 2005-06-06 Maciej Stachowiak <mjs@apple.com>
792 * WebKitSystemInterface.h:
793 * libWebKitSystemInterface.a:
795 2005-06-06 Maciej Stachowiak <mjs@apple.com>
799 * WebKitSystemInterface.h:
800 * libWebKitSystemInterface.a:
802 2005-06-06 Maciej Stachowiak <mjs@apple.com>
806 * WebKitSystemInterface.h:
807 * libWebKitSystemInterface.a:
809 2005-06-06 Maciej Stachowiak <mjs@apple.com>
813 * WebKitSystemInterface.h:
814 * libWebKitSystemInterface.a:
816 2005-06-06 Maciej Stachowiak <mjs@apple.com>
820 * WebKitSystemInterface.h:
821 * libWebKitSystemInterface.a:
823 2005-06-06 Maciej Stachowiak <mjs@apple.com>
827 * WebKitSystemInterface.h:
828 * libWebKitSystemInterface.a:
830 2005-06-06 Maciej Stachowiak <mjs@apple.com>
834 * WebKitSystemInterface.h:
835 * libWebKitSystemInterface.a:
837 2005-06-05 Maciej Stachowiak <mjs@apple.com>
839 - added a few more bits of SPI
841 * WebKitSystemInterface.h:
842 * libWebKitSystemInterface.a:
844 2005-06-05 Maciej Stachowiak <mjs@apple.com>
846 - added file type and NSURLResponse caching SPI
848 * WebKitSystemInterface.h:
849 * libWebKitSystemInterface.a:
851 2005-06-05 Maciej Stachowiak <mjs@apple.com>
853 - initial checkin of WebKitSystemInterface binary
855 * WebKitSystemInterface.h: Added.
856 * libWebKitSystemInterface.a: Added.