1 2008-02-29 Mark Rowe <mrowe@apple.com>
3 Reviewed by Oliver Hunt and Oliver Hunt.
5 <rdar://problem/4753845> WebKit should use CGEventSourceSecondsSinceLastEventType in place of WKSecondsSinceLastInputEvent SPI.
7 * WebKitSystemInterface.h: Remove unused symbol.
8 * libWebKitSystemInterfaceLeopard.a:
9 * libWebKitSystemInterfaceTiger.a:
11 2008-02-28 Mark Rowe <mrowe@apple.com>
13 Reviewed by Dan Bernstein.
15 Remove two unused functions from WebKitSystemInterface.
17 * WebKitSystemInterface.h: Remove WKPreferRGB32Key and WKGetDefaultGlyphForChar as they are unused. Also remove
18 a duplicate declaration of WKSecondsSinceLastInputEvent.
19 * libWebKitSystemInterfaceLeopard.a:
20 * libWebKitSystemInterfaceTiger.a:
22 2008-02-28 Mark Rowe <mrowe@apple.com>
24 Reviewed by Dave Hyatt.
26 Make use of new CGFont APIs on Leopard rather than making a WebKitSystemInterface call.
28 * WebKitSystemInterface.h: Only declare WKGetFontMetrics on Tiger.
29 * libWebKitSystemInterfaceLeopard.a: Update for removal of WKGetFontMetrics.
31 2008-02-27 Brady Eidson <beidson@apple.com>
35 * libWebKitSystemInterfaceTiger.a:
37 2008-02-27 Brady Eidson <beidson@apple.com>
41 Removed some unused methods:
42 WKGetNSURLResponseCalculatedExpiration
43 WKGetNSURLResponseMustRevalidate
45 * WebKitSystemInterface.h:
46 * libWebKitSystemInterfaceLeopard.a:
47 * libWebKitSystemInterfaceTiger.a:
49 2008-02-13 Adam Roben <aroben@apple.com>
51 * win/tools/scripts/auto-version.sh: Removed a redundant symbol.
53 2008-02-12 Adam Roben <aroben@apple.com>
55 Clean up auto-version.sh a bit
57 It now does quite a bit less file I/O and many fewer fork/exec pairs.
58 It's also quite a bit easier to read.
62 * win/tools/scripts/auto-version.sh:
64 2008-02-12 Steve Falkenburg <sfalken@apple.com>
66 Versioning script change.
68 * win/tools/scripts/auto-version.sh:
70 2008-02-07 Ada Chan <adachan@apple.com>
73 wkSetClientCertificateInSSLProperties,
74 wkCanAccessCFURLRequestHTTPBodyParts,
75 wkCFURLRequestCopyHTTPRequestBodyParts,
76 wkCFURLRequestSetHTTPRequestBodyParts
78 Rubber-stamped by Steve.
80 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
81 * win/lib/WebKitSystemInterface.lib:
82 * win/lib/WebKitSystemInterface_debug.lib:
84 2008-02-04 Timothy Hatcher <timothy@apple.com>
86 <rdar://problem/5722735> Merge fix for SQLITE_FULL error
87 is given even if the max_page_count is increased (2920)
89 * libWebCoreSQLite3.a:
91 2008-02-01 Steve Falkenburg <sfalken@apple.com>
93 <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
95 Rubber-stamped by Jon Honeycutt.
97 * win/tools/vsprops/common.vsprops:
99 2008-01-29 Mark Rowe <mrowe@apple.com>
101 Reviewed by Tim Hatcher.
103 <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).
105 * WebCoreSQLite3/sqlite3.h: Added.
106 * WebCoreSQLite3/sqlite3ext.h: Added.
107 * libWebCoreSQLite3.a: Added.
109 2008-01-29 Alexey Proskuryakov <ap@webkit.org>
111 Debug (external) build fix.
113 Removed _DEBUG preprocessor definition, which indicates that debug libraries are used (while they aren't).
114 This preprocessor definition is automatically set by Visual Studio as needed anyway.
116 * win/tools/vsprops/debug.vsprops:
118 2008-01-17 Steve Falkenburg <sfalken@apple.com>
120 Add preprocessor define accidently dropped in my unification,
121 and required by some builds. Fixes an issue that caused both
122 debug and release DLLs to be loaded.
124 Rubber-stamped by Jon Honeycutt.
126 * win/tools/vsprops/debug_internal.vsprops:
128 2008-01-16 Steve Falkenburg <sfalken@apple.com>
130 Use recommended security-related compiler settings.
134 * win/tools/vsprops/common.vsprops:
136 2008-01-16 Steve Falkenburg <sfalken@apple.com>
140 * win/tools/vsprops/release.vsprops:
142 2008-01-15 Adele Peterson <adele@apple.com>
144 Reviewed by Adam and Antti.
146 Updated libraries for <rdar://problem/5619062> Add load progress indicator to video controls
148 * WebKitSystemInterface.h:
149 * libWebKitSystemInterfaceLeopard.a:
150 * libWebKitSystemInterfaceTiger.a:
151 * win/include/SafariTheme: Added.
152 * win/include/SafariTheme/SafariThemeConstants.h: Added. Placeholder empty header until we release an updated WebKitSupportLibrary.
154 2008-01-14 Steve Falkenburg <sfalken@apple.com>
156 Use shared vsprops for most vcproj properties.
160 * win/tools/vsprops/common.vsprops:
161 * win/tools/vsprops/debug.vsprops:
162 * win/tools/vsprops/debug_internal.vsprops:
163 * win/tools/vsprops/release.vsprops:
165 2008-01-11 Steve Falkenburg <sfalken@apple.com>
167 Share common files across projects.
170 Debug: common.vsprops, debug.vsprops
171 Debug_Internal: common.vsprops, debug.vsprops, debug_internal.vsprops
172 Release: common.vsprops, release.vsprops
174 Shared properties can go into common.vsprops, shared debug settings can go into debug.vsprops.
175 debug_internal.vsprops will be mostly empty except for file path prefix modifiers.
177 Moved auto-version.sh, VERSION, PRODUCTVERSION to tools.
179 Reviewed by Adam Roben.
181 * win/tools/WinTools.make:
182 * win/tools/scripts: Added.
183 * win/tools/scripts/PRODUCTVERSION: Added.
184 * win/tools/scripts/VERSION: Added.
185 * win/tools/scripts/auto-version.sh: Copied from WebCore/WebCore.vcproj/auto-version.sh.
186 * win/tools/vsprops/debug.vsprops:
187 * win/tools/vsprops/debug_internal.vsprops: Added.
188 * win/tools/vsprops/release.vsprops:
190 2008-01-11 Steve Falkenburg <sfalken@apple.com>
192 Add shared vsprops to help unify our Windows tools settings.
197 * win/tools/WinTools.make: Added.
198 * win/tools/vsprops: Added.
199 * win/tools/vsprops/common.vsprops: Added.
200 * win/tools/vsprops/debug.vsprops: Added.
201 * win/tools/vsprops/release.vsprops: Added.
203 2008-01-07 Mark Rowe <mrowe@apple.com>
205 Update Tiger library to a G3-friendly version.
207 * libWebKitSystemInterfaceTiger.a:
209 2008-01-07 Adele Peterson <adele@apple.com>
211 Reviewed by Antti, Adam, and Mitz.
213 WebKitLibraries part of fix for
214 <rdar://problem/5619073> Updated look for <video> controls
215 <rdar://problem/5619057> Add volume control to video controls
217 * WebKitSystemInterface.h:
218 * libWebKitSystemInterfaceLeopard.a:
219 * libWebKitSystemInterfaceTiger.a:
221 2008-01-03 Mark Rowe <mrowe@apple.com>
223 Update Tiger library to a G3-friendly version.
225 * libWebKitSystemInterfaceTiger.a:
227 2008-01-03 Adele Peterson <adele@apple.com>
229 Update libraries for <rdar://problem/4106190> Include "Where from" metadata in drag-and-dropped images
231 * WebKitSystemInterface.h:
232 * libWebKitSystemInterfaceLeopard.a:
233 * libWebKitSystemInterfaceTiger.a:
235 2007-12-21 Mark Rowe <mrowe@apple.com>
237 Rubber-stamped by Dan Bernstein.
239 Fix http://bugs.webkit.org/show_bug.cgi?id=16549.
240 Bug 16549: WebKit nightly build failing to launch on PowerPC G3s
242 * libWebKitSystemInterfaceTiger.a: Update to a G3-friendly version.
244 2007-12-07 Dan Bernstein <mitz@apple.com>
246 Reviewed by Darin Adler.
248 - updated system interface for fixing <rdar://problem/5499918> REGRESSION: insertion point in input field with custom border cuts holes in focus ring interior edges
250 * WebKitSystemInterface.h:
251 * libWebKitSystemInterfaceLeopard.a:
252 * libWebKitSystemInterfaceTiger.a:
254 2007-11-27 John Sullivan <sullivan@apple.com>
256 Fixed 5614525, caused by a recent bug in WKGetExtensionsForMIMEType
259 reviewed by Kevin Decker
261 * libWebKitSystemInterfaceLeopard.a:
262 * libWebKitSystemInterfaceTiger.a:
264 2007-11-26 Timothy Hatcher <timothy@apple.com>
266 Reviewed by Adam Roben.
268 Bug 16137: Web Inspector window on Leopard should have a unified toolbar and window title
269 http://bugs.webkit.org/show_bug.cgi?id=16137
271 Add a new function to make bottom window corners square for textured windows.
273 * WebKitSystemInterface.h:
274 * libWebKitSystemInterfaceTiger.a:
275 * libWebKitSystemInterfaceLeopard.a:
277 2007-11-23 Adam Roben <aroben@apple.com>
279 Add wkSetPatternPhaseInUserSpace to WebKitSystemInterface on Windows
283 * win/include/WebKitSystemInterface/WebKitSystemInterface.h: Added
285 * win/lib/WebKitSystemInterface.lib: Updated.
286 * win/lib/WebKitSystemInterface_debug.lib: Updated.
288 2007-11-16 Anders Carlsson <andersca@apple.com>
292 <rdar://problem/5603832>
293 XMLHttpRequest readyState 3 & responseText buffer issues.
295 Add wkSetCFURLRequestShouldContentSniff.
297 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
298 * win/lib/WebKitSystemInterface.lib:
299 * win/lib/WebKitSystemInterface_debug.lib:
301 2007-11-05 Antti Koivisto <antti@apple.com>
305 Update WKQTMovieViewSetDrawSynchronously.
307 * libWebKitSystemInterfaceLeopard.a:
308 * libWebKitSystemInterfaceTiger.a:
310 2007-11-02 Antti Koivisto <antti@apple.com>
314 Update to add WKQTMovieViewSetDrawSynchronously
316 * WebKitSystemInterface.h:
317 * libWebKitSystemInterfaceLeopard.a:
318 * libWebKitSystemInterfaceTiger.a:
320 2007-10-26 Adele Peterson <adele@apple.com>
322 Reviewed by Tim Hatcher.
324 Updating header too for WKDrawCapsLockIndicator.
326 * WebKitSystemInterface.h:
328 2007-10-26 Adele Peterson <adele@apple.com>
332 Adding WKDrawCapsLockIndicator in preparation for fixing the caps lock indicator.
334 * libWebKitSystemInterfaceLeopard.a:
335 * libWebKitSystemInterfaceTiger.a:
337 2007-10-25 Adam Roben <aroben@apple.com>
339 Add wkSetPatternBaseCTM.
341 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
342 * win/lib/WebKitSystemInterface.lib:
343 * win/lib/WebKitSystemInterface_debug.lib:
345 2007-10-25 Sam Weinig <sam@webkit.org>
347 Fix the windows build.
349 * win/lib/WebKitSystemInterface.lib:
350 * win/lib/WebKitSystemInterface_debug.lib:
352 2007-10-25 Timothy Hatcher <timothy@apple.com>
354 Add WKSetPatternBaseCTM.
356 * WebKitSystemInterface.h:
357 * libWebKitSystemInterfaceLeopard.a:
358 * libWebKitSystemInterfaceTiger.a:
360 2007-10-25 Timothy Hatcher <timothy@apple.com>
364 Update the Leopard WebKitSystemInterface to be 4-way univeral to include 64-bit.
366 * libWebKitSystemInterfaceLeopard.a:
368 2007-10-25 Sam Weinig <sam@webkit.org>
370 Added wrapper for getting the foundation cache directory.
372 Reviewed by Adam Roben.
374 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
375 * win/lib/WebKitSystemInterface.lib:
376 * win/lib/WebKitSystemInterface_debug.lib:
378 2007-10-24 Adam Roben <aroben@apple.com>
380 Added some font-related functions needed for <rdar://5549919>
384 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
385 * win/lib/WebKitSystemInterface.lib:
386 * win/lib/WebKitSystemInterface_debug.lib:
388 2007-10-24 Timothy Hatcher <timothy@apple.com>
390 Reviewed by Mark Rowe.
392 <rdar://problem/5069711> OpenSource version of libWebKitSystemInterface.a is Tiger only, causes issues if used on Leopard
394 Add system specific versions of WebKitSystemInterface.
396 * libWebKitSystemInterface.a: Removed.
397 * libWebKitSystemInterfaceLeopard.a: Added.
398 * libWebKitSystemInterfaceTiger.a: Added.
400 2007-10-11 Ada Chan <adachan@apple.com>
402 <rdar://problem/5534421>
403 Added wkGetDefaultHTTPCookieStorage(). Updated libraries.
407 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
408 * win/lib/WebKitSystemInterface.lib:
409 * win/lib/WebKitSystemInterface_debug.lib:
411 2007-09-27 Sam Weinig <sam@webkit.org>
413 Build fix. Ran update-webkitsysteminterface script on Tiger, because
414 the resulting binary differs when built on Tiger.
416 * libWebKitSystemInterface.a:
418 2007-09-27 David Hyatt <hyatt@apple.com>
420 Update WebKitSYstemInterface for @font-face changes.
422 * WebKitSystemInterface.h:
423 * libWebKitSystemInterface.a:
425 2007-09-18 Geoffrey Garen <ggaren@apple.com>
427 Build fix. Ran update-webkitsysteminterface script on Tiger, because
428 the resulting binary differs when built on Tiger. See
429 <rdar://problem/5490613>.
431 * libWebKitSystemInterface.a:
433 2007-09-18 Geoffrey Garen <ggaren@apple.com>
435 Build fix. Ran update-webkitsysteminterface script.
437 * WebKitSystemInterface.h:
438 * libWebKitSystemInterface.a:
440 2007-08-28 Anders Carlsson <andersca@apple.com>
442 Add WKSetNSURLRequestShouldContentSniff.
444 * WebKitSystemInterface.h:
445 * libWebKitSystemInterface.a:
447 2007-08-28 Ada Chan <adachan@apple.com>
449 <rdar://problem/4876242> Added SPI to fetch SSL certificate information.
454 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
455 * win/lib/WebKitSystemInterface.lib:
456 * win/lib/WebKitSystemInterface_debug.lib:
458 2007-07-23 Ada Chan <adachan@apple.com>
462 Update WebKitSystemInterface.{h,lib}.
464 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
465 * win/lib/WebKitSystemInterface.lib:
466 * win/lib/WebKitSystemInterface_debug.lib:
468 2007-07-19 Ada Chan <adachan@apple.com>
470 Rubber-stamped by Adam.
474 * win/lib/WebKitSystemInterface.lib:
475 * win/lib/WebKitSystemInterface_debug.lib:
477 2007-07-06 Adam Roben <aroben@apple.com>
479 Update WebKitSystemInterface.{h,lib} for <rdar://problem/5301994>
483 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
484 * win/lib/WebKitSystemInterface.lib:
485 * win/lib/WebKitSystemInterface_debug.lib:
487 2007-06-29 Antti Koivisto <antti@apple.com>
491 Added WKQTMovieDataRate and WKQTMovieMaxTimeLoaded
493 * WebKitSystemInterface.h:
494 * libWebKitSystemInterface.a:
496 2007-03-29 Beth Dakin <bdakin@apple.com>
498 Rubber-stamped by Adam.
500 Keep OpenSource building.
502 * WebKitSystemInterface.h:
503 * libWebKitSystemInterface.a:
505 2007-03-28 Antti Koivisto <antti@apple.com>
507 Update libWebKitSystemInterface, previous version was out of date.
509 * libWebKitSystemInterface.a:
511 2007-03-27 Antti Koivisto <antti@apple.com>
515 Added wkGetWheelEventDeltas
517 * WebKitSystemInterface.h:
518 * libWebKitSystemInterface.a:
520 2007-03-07 Mark Rowe <mrowe@apple.com>
522 Build fix. Rebuild against 10.4 SDK.
524 * libWebKitSystemInterface.a:
526 2007-03-06 Kevin Decker <kdecker@apple.com>
530 Fixed: <rdar://problem/4126976> private keys imported by WebKit should not be accessible by all applications
532 * libWebKitSystemInterface.a:
534 2007-02-21 Anders Carlsson <acarlsson@apple.com>
536 Add new version with WKCGContextIsBitmapContext.
538 * WebKitSystemInterface.h:
539 * libWebKitSystemInterface.a:
541 2006-12-16 Adele Peterson <adele@apple.com>
545 WebKitLibraries part of fix for:
546 <rdar://problem/4463829> Switch to use new search field implementation for <input type="search">
548 Added wkDrawTextFieldCellFocusRing.
550 * WebKitSystemInterface.h:
551 * libWebKitSystemInterface.a:
553 2006-10-11 Darin Adler <darin@apple.com>
555 Reviewed by John Sullivan.
557 * WebKitSystemInterface.h: Updated to a C++-compatible version.
559 2006-08-31 Adele Peterson <adele@apple.com>
561 Reviewed by John Sullivan.
563 Removed wkSecureEventInput and wkSetSecureEventInput, since this can be done with API.
565 * WebKitSystemInterface.h:
566 * libWebKitSystemInterface.a:
568 2006-08-30 Adele Peterson <adele@apple.com>
572 Updated for http://bugs.webkit.org/show_bug.cgi?id=10575
573 Enable secure input mode for new password fields
575 * WebKitSystemInterface.h: Added WKSetSecureEventInput and WKSecureEventInput;
576 * libWebKitSystemInterface.a:
578 2006-07-09 Anders Carlsson <acarlsson@apple.com>
582 * WebKitSystemInterface.h:
583 * libWebKitSystemInterface.a:
586 2006-07-05 Adele Peterson <adele@apple.com>
588 Reviewed by Maciej and Hyatt.
590 * WebKitSystemInterface.h: Updated.
591 * libWebKitSystemInterface.a: Updated.
593 2006-06-16 Adele Peterson <adele@apple.com>
597 * WebKitSystemInterface.h: Added WKDrawBezeledTextArea().
598 * libWebKitSystemInterface.a: ditto.
600 2006-04-01 Eric Seidel <eseidel@apple.com>
602 * libWebKitSystemInterface.a: commit a universal binary.
604 2006-04-01 Darin Adler <darin@apple.com>
608 * libWebKitSystemInterface.a: Changed alpha in the focus-ring drawing
609 code to use the system default alpha.
611 2006-03-17 Eric Seidel <eseidel@apple.com>
613 * libWebKitSystemInterface.a: commit a universal binary.
615 2006-03-17 Adele Peterson <adele@apple.com>
617 * WebKitSystemInterface.h: Added WKDrawBezeledTextFieldCell()
618 * libWebKitSystemInterface.a: ditto
620 2006-02-28 John Sullivan <sullivan@apple.com>
622 * WebKitSystemInterface.h: Removed WKMouseIsDown()
623 * libWebKitSystemInterface.a: ditto
625 2006-02-23 Timothy Hatcher <timothy@apple.com>
627 New build to fix the i386 arch. (The _cuEnc64 symbol was missing.)
629 * libWebKitSystemInterface.a:
631 2006-02-19 Darin Adler <darin@apple.com>
633 * WebKitSystemInterface.h: Added WKDrawFocusRing.
634 * libWebKitSystemInterface.a: Ditto.
636 2006-02-06 John Sullivan <sullivan@apple.com>
638 * WebKitSystemInterface.h:
639 * libWebKitSystemInterface.a:
640 removed WKExecutableLinkedInTigerOrEarlier
642 2005-11-01 Darin Adler <darin@apple.com>
644 * libWebKitSystemInterface.a: Updated.
646 2005-10-04 Maciej Stachowiak <mjs@apple.com>
650 * WebKitSystemInterface.h:
651 * libWebKitSystemInterface.a:
653 2005-09-08 Justin Garcia <justin.garcia@apple.com>
655 * WebKitSystemInterface.h: Update to latest
656 * libWebKitSystemInterface.a: ditto
658 2005-09-04 Darin Adler <darin@apple.com>
660 * WebKitSystemInterface.h: Update to latest
661 * libWebKitSystemInterface.a: Ditto.
663 2005-08-07 Darin Adler <darin@apple.com>
665 * libWebKitSystemInterface.a: Universal binary.
666 * WebKitSystemInterface.h: Updated for calls that Eric recently removed.
668 2005-07-01 John Sullivan <sullivan@apple.com>
670 - added WKExecutableLinkedInTigerOrEarlier
672 * WebKitSystemInterface.h:
673 * libWebKitSystemInterface.a:
675 2005-06-06 Maciej Stachowiak <mjs@apple.com>
677 - updated for crashing bugfix
679 * libWebKitSystemInterface.a:
681 2005-06-06 Maciej Stachowiak <mjs@apple.com>
685 * WebKitSystemInterface.h:
686 * libWebKitSystemInterface.a:
688 2005-06-06 Maciej Stachowiak <mjs@apple.com>
692 * WebKitSystemInterface.h:
693 * libWebKitSystemInterface.a:
695 2005-06-06 Maciej Stachowiak <mjs@apple.com>
699 * WebKitSystemInterface.h:
700 * libWebKitSystemInterface.a:
702 2005-06-06 Maciej Stachowiak <mjs@apple.com>
706 * WebKitSystemInterface.h:
707 * libWebKitSystemInterface.a:
709 2005-06-06 Maciej Stachowiak <mjs@apple.com>
713 * WebKitSystemInterface.h:
714 * libWebKitSystemInterface.a:
716 2005-06-06 Maciej Stachowiak <mjs@apple.com>
720 * WebKitSystemInterface.h:
721 * libWebKitSystemInterface.a:
723 2005-06-06 Maciej Stachowiak <mjs@apple.com>
727 * WebKitSystemInterface.h:
728 * libWebKitSystemInterface.a:
730 2005-06-06 Maciej Stachowiak <mjs@apple.com>
734 * WebKitSystemInterface.h:
735 * libWebKitSystemInterface.a:
737 2005-06-05 Maciej Stachowiak <mjs@apple.com>
739 - added a few more bits of SPI
741 * WebKitSystemInterface.h:
742 * libWebKitSystemInterface.a:
744 2005-06-05 Maciej Stachowiak <mjs@apple.com>
746 - added file type and NSURLResponse caching SPI
748 * WebKitSystemInterface.h:
749 * libWebKitSystemInterface.a:
751 2005-06-05 Maciej Stachowiak <mjs@apple.com>
753 - initial checkin of WebKitSystemInterface binary
755 * WebKitSystemInterface.h: Added.
756 * libWebKitSystemInterface.a: Added.