1 2008-02-28 Mark Rowe <mrowe@apple.com>
3 Reviewed by Dave Hyatt.
5 Make use of new CGFont APIs on Leopard rather than making a WebKitSystemInterface call.
7 * WebKitSystemInterface.h: Only declare WKGetFontMetrics on Tiger.
8 * libWebKitSystemInterfaceLeopard.a: Update for removal of WKGetFontMetrics.
10 2008-02-27 Brady Eidson <beidson@apple.com>
14 * libWebKitSystemInterfaceTiger.a:
16 2008-02-27 Brady Eidson <beidson@apple.com>
20 Removed some unused methods:
21 WKGetNSURLResponseCalculatedExpiration
22 WKGetNSURLResponseMustRevalidate
24 * WebKitSystemInterface.h:
25 * libWebKitSystemInterfaceLeopard.a:
26 * libWebKitSystemInterfaceTiger.a:
28 2008-02-13 Adam Roben <aroben@apple.com>
30 * win/tools/scripts/auto-version.sh: Removed a redundant symbol.
32 2008-02-12 Adam Roben <aroben@apple.com>
34 Clean up auto-version.sh a bit
36 It now does quite a bit less file I/O and many fewer fork/exec pairs.
37 It's also quite a bit easier to read.
41 * win/tools/scripts/auto-version.sh:
43 2008-02-12 Steve Falkenburg <sfalken@apple.com>
45 Versioning script change.
47 * win/tools/scripts/auto-version.sh:
49 2008-02-07 Ada Chan <adachan@apple.com>
52 wkSetClientCertificateInSSLProperties,
53 wkCanAccessCFURLRequestHTTPBodyParts,
54 wkCFURLRequestCopyHTTPRequestBodyParts,
55 wkCFURLRequestSetHTTPRequestBodyParts
57 Rubber-stamped by Steve.
59 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
60 * win/lib/WebKitSystemInterface.lib:
61 * win/lib/WebKitSystemInterface_debug.lib:
63 2008-02-04 Timothy Hatcher <timothy@apple.com>
65 <rdar://problem/5722735> Merge fix for SQLITE_FULL error
66 is given even if the max_page_count is increased (2920)
68 * libWebCoreSQLite3.a:
70 2008-02-01 Steve Falkenburg <sfalken@apple.com>
72 <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
74 Rubber-stamped by Jon Honeycutt.
76 * win/tools/vsprops/common.vsprops:
78 2008-01-29 Mark Rowe <mrowe@apple.com>
80 Reviewed by Tim Hatcher.
82 <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).
84 * WebCoreSQLite3/sqlite3.h: Added.
85 * WebCoreSQLite3/sqlite3ext.h: Added.
86 * libWebCoreSQLite3.a: Added.
88 2008-01-29 Alexey Proskuryakov <ap@webkit.org>
90 Debug (external) build fix.
92 Removed _DEBUG preprocessor definition, which indicates that debug libraries are used (while they aren't).
93 This preprocessor definition is automatically set by Visual Studio as needed anyway.
95 * win/tools/vsprops/debug.vsprops:
97 2008-01-17 Steve Falkenburg <sfalken@apple.com>
99 Add preprocessor define accidently dropped in my unification,
100 and required by some builds. Fixes an issue that caused both
101 debug and release DLLs to be loaded.
103 Rubber-stamped by Jon Honeycutt.
105 * win/tools/vsprops/debug_internal.vsprops:
107 2008-01-16 Steve Falkenburg <sfalken@apple.com>
109 Use recommended security-related compiler settings.
113 * win/tools/vsprops/common.vsprops:
115 2008-01-16 Steve Falkenburg <sfalken@apple.com>
119 * win/tools/vsprops/release.vsprops:
121 2008-01-15 Adele Peterson <adele@apple.com>
123 Reviewed by Adam and Antti.
125 Updated libraries for <rdar://problem/5619062> Add load progress indicator to video controls
127 * WebKitSystemInterface.h:
128 * libWebKitSystemInterfaceLeopard.a:
129 * libWebKitSystemInterfaceTiger.a:
130 * win/include/SafariTheme: Added.
131 * win/include/SafariTheme/SafariThemeConstants.h: Added. Placeholder empty header until we release an updated WebKitSupportLibrary.
133 2008-01-14 Steve Falkenburg <sfalken@apple.com>
135 Use shared vsprops for most vcproj properties.
139 * win/tools/vsprops/common.vsprops:
140 * win/tools/vsprops/debug.vsprops:
141 * win/tools/vsprops/debug_internal.vsprops:
142 * win/tools/vsprops/release.vsprops:
144 2008-01-11 Steve Falkenburg <sfalken@apple.com>
146 Share common files across projects.
149 Debug: common.vsprops, debug.vsprops
150 Debug_Internal: common.vsprops, debug.vsprops, debug_internal.vsprops
151 Release: common.vsprops, release.vsprops
153 Shared properties can go into common.vsprops, shared debug settings can go into debug.vsprops.
154 debug_internal.vsprops will be mostly empty except for file path prefix modifiers.
156 Moved auto-version.sh, VERSION, PRODUCTVERSION to tools.
158 Reviewed by Adam Roben.
160 * win/tools/WinTools.make:
161 * win/tools/scripts: Added.
162 * win/tools/scripts/PRODUCTVERSION: Added.
163 * win/tools/scripts/VERSION: Added.
164 * win/tools/scripts/auto-version.sh: Copied from WebCore/WebCore.vcproj/auto-version.sh.
165 * win/tools/vsprops/debug.vsprops:
166 * win/tools/vsprops/debug_internal.vsprops: Added.
167 * win/tools/vsprops/release.vsprops:
169 2008-01-11 Steve Falkenburg <sfalken@apple.com>
171 Add shared vsprops to help unify our Windows tools settings.
176 * win/tools/WinTools.make: Added.
177 * win/tools/vsprops: Added.
178 * win/tools/vsprops/common.vsprops: Added.
179 * win/tools/vsprops/debug.vsprops: Added.
180 * win/tools/vsprops/release.vsprops: Added.
182 2008-01-07 Mark Rowe <mrowe@apple.com>
184 Update Tiger library to a G3-friendly version.
186 * libWebKitSystemInterfaceTiger.a:
188 2008-01-07 Adele Peterson <adele@apple.com>
190 Reviewed by Antti, Adam, and Mitz.
192 WebKitLibraries part of fix for
193 <rdar://problem/5619073> Updated look for <video> controls
194 <rdar://problem/5619057> Add volume control to video controls
196 * WebKitSystemInterface.h:
197 * libWebKitSystemInterfaceLeopard.a:
198 * libWebKitSystemInterfaceTiger.a:
200 2008-01-03 Mark Rowe <mrowe@apple.com>
202 Update Tiger library to a G3-friendly version.
204 * libWebKitSystemInterfaceTiger.a:
206 2008-01-03 Adele Peterson <adele@apple.com>
208 Update libraries for <rdar://problem/4106190> Include "Where from" metadata in drag-and-dropped images
210 * WebKitSystemInterface.h:
211 * libWebKitSystemInterfaceLeopard.a:
212 * libWebKitSystemInterfaceTiger.a:
214 2007-12-21 Mark Rowe <mrowe@apple.com>
216 Rubber-stamped by Dan Bernstein.
218 Fix http://bugs.webkit.org/show_bug.cgi?id=16549.
219 Bug 16549: WebKit nightly build failing to launch on PowerPC G3s
221 * libWebKitSystemInterfaceTiger.a: Update to a G3-friendly version.
223 2007-12-07 Dan Bernstein <mitz@apple.com>
225 Reviewed by Darin Adler.
227 - updated system interface for fixing <rdar://problem/5499918> REGRESSION: insertion point in input field with custom border cuts holes in focus ring interior edges
229 * WebKitSystemInterface.h:
230 * libWebKitSystemInterfaceLeopard.a:
231 * libWebKitSystemInterfaceTiger.a:
233 2007-11-27 John Sullivan <sullivan@apple.com>
235 Fixed 5614525, caused by a recent bug in WKGetExtensionsForMIMEType
238 reviewed by Kevin Decker
240 * libWebKitSystemInterfaceLeopard.a:
241 * libWebKitSystemInterfaceTiger.a:
243 2007-11-26 Timothy Hatcher <timothy@apple.com>
245 Reviewed by Adam Roben.
247 Bug 16137: Web Inspector window on Leopard should have a unified toolbar and window title
248 http://bugs.webkit.org/show_bug.cgi?id=16137
250 Add a new function to make bottom window corners square for textured windows.
252 * WebKitSystemInterface.h:
253 * libWebKitSystemInterfaceTiger.a:
254 * libWebKitSystemInterfaceLeopard.a:
256 2007-11-23 Adam Roben <aroben@apple.com>
258 Add wkSetPatternPhaseInUserSpace to WebKitSystemInterface on Windows
262 * win/include/WebKitSystemInterface/WebKitSystemInterface.h: Added
264 * win/lib/WebKitSystemInterface.lib: Updated.
265 * win/lib/WebKitSystemInterface_debug.lib: Updated.
267 2007-11-16 Anders Carlsson <andersca@apple.com>
271 <rdar://problem/5603832>
272 XMLHttpRequest readyState 3 & responseText buffer issues.
274 Add wkSetCFURLRequestShouldContentSniff.
276 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
277 * win/lib/WebKitSystemInterface.lib:
278 * win/lib/WebKitSystemInterface_debug.lib:
280 2007-11-05 Antti Koivisto <antti@apple.com>
284 Update WKQTMovieViewSetDrawSynchronously.
286 * libWebKitSystemInterfaceLeopard.a:
287 * libWebKitSystemInterfaceTiger.a:
289 2007-11-02 Antti Koivisto <antti@apple.com>
293 Update to add WKQTMovieViewSetDrawSynchronously
295 * WebKitSystemInterface.h:
296 * libWebKitSystemInterfaceLeopard.a:
297 * libWebKitSystemInterfaceTiger.a:
299 2007-10-26 Adele Peterson <adele@apple.com>
301 Reviewed by Tim Hatcher.
303 Updating header too for WKDrawCapsLockIndicator.
305 * WebKitSystemInterface.h:
307 2007-10-26 Adele Peterson <adele@apple.com>
311 Adding WKDrawCapsLockIndicator in preparation for fixing the caps lock indicator.
313 * libWebKitSystemInterfaceLeopard.a:
314 * libWebKitSystemInterfaceTiger.a:
316 2007-10-25 Adam Roben <aroben@apple.com>
318 Add wkSetPatternBaseCTM.
320 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
321 * win/lib/WebKitSystemInterface.lib:
322 * win/lib/WebKitSystemInterface_debug.lib:
324 2007-10-25 Sam Weinig <sam@webkit.org>
326 Fix the windows build.
328 * win/lib/WebKitSystemInterface.lib:
329 * win/lib/WebKitSystemInterface_debug.lib:
331 2007-10-25 Timothy Hatcher <timothy@apple.com>
333 Add WKSetPatternBaseCTM.
335 * WebKitSystemInterface.h:
336 * libWebKitSystemInterfaceLeopard.a:
337 * libWebKitSystemInterfaceTiger.a:
339 2007-10-25 Timothy Hatcher <timothy@apple.com>
343 Update the Leopard WebKitSystemInterface to be 4-way univeral to include 64-bit.
345 * libWebKitSystemInterfaceLeopard.a:
347 2007-10-25 Sam Weinig <sam@webkit.org>
349 Added wrapper for getting the foundation cache directory.
351 Reviewed by Adam Roben.
353 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
354 * win/lib/WebKitSystemInterface.lib:
355 * win/lib/WebKitSystemInterface_debug.lib:
357 2007-10-24 Adam Roben <aroben@apple.com>
359 Added some font-related functions needed for <rdar://5549919>
363 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
364 * win/lib/WebKitSystemInterface.lib:
365 * win/lib/WebKitSystemInterface_debug.lib:
367 2007-10-24 Timothy Hatcher <timothy@apple.com>
369 Reviewed by Mark Rowe.
371 <rdar://problem/5069711> OpenSource version of libWebKitSystemInterface.a is Tiger only, causes issues if used on Leopard
373 Add system specific versions of WebKitSystemInterface.
375 * libWebKitSystemInterface.a: Removed.
376 * libWebKitSystemInterfaceLeopard.a: Added.
377 * libWebKitSystemInterfaceTiger.a: Added.
379 2007-10-11 Ada Chan <adachan@apple.com>
381 <rdar://problem/5534421>
382 Added wkGetDefaultHTTPCookieStorage(). Updated libraries.
386 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
387 * win/lib/WebKitSystemInterface.lib:
388 * win/lib/WebKitSystemInterface_debug.lib:
390 2007-09-27 Sam Weinig <sam@webkit.org>
392 Build fix. Ran update-webkitsysteminterface script on Tiger, because
393 the resulting binary differs when built on Tiger.
395 * libWebKitSystemInterface.a:
397 2007-09-27 David Hyatt <hyatt@apple.com>
399 Update WebKitSYstemInterface for @font-face changes.
401 * WebKitSystemInterface.h:
402 * libWebKitSystemInterface.a:
404 2007-09-18 Geoffrey Garen <ggaren@apple.com>
406 Build fix. Ran update-webkitsysteminterface script on Tiger, because
407 the resulting binary differs when built on Tiger. See
408 <rdar://problem/5490613>.
410 * libWebKitSystemInterface.a:
412 2007-09-18 Geoffrey Garen <ggaren@apple.com>
414 Build fix. Ran update-webkitsysteminterface script.
416 * WebKitSystemInterface.h:
417 * libWebKitSystemInterface.a:
419 2007-08-28 Anders Carlsson <andersca@apple.com>
421 Add WKSetNSURLRequestShouldContentSniff.
423 * WebKitSystemInterface.h:
424 * libWebKitSystemInterface.a:
426 2007-08-28 Ada Chan <adachan@apple.com>
428 <rdar://problem/4876242> Added SPI to fetch SSL certificate information.
433 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
434 * win/lib/WebKitSystemInterface.lib:
435 * win/lib/WebKitSystemInterface_debug.lib:
437 2007-07-23 Ada Chan <adachan@apple.com>
441 Update WebKitSystemInterface.{h,lib}.
443 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
444 * win/lib/WebKitSystemInterface.lib:
445 * win/lib/WebKitSystemInterface_debug.lib:
447 2007-07-19 Ada Chan <adachan@apple.com>
449 Rubber-stamped by Adam.
453 * win/lib/WebKitSystemInterface.lib:
454 * win/lib/WebKitSystemInterface_debug.lib:
456 2007-07-06 Adam Roben <aroben@apple.com>
458 Update WebKitSystemInterface.{h,lib} for <rdar://problem/5301994>
462 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
463 * win/lib/WebKitSystemInterface.lib:
464 * win/lib/WebKitSystemInterface_debug.lib:
466 2007-06-29 Antti Koivisto <antti@apple.com>
470 Added WKQTMovieDataRate and WKQTMovieMaxTimeLoaded
472 * WebKitSystemInterface.h:
473 * libWebKitSystemInterface.a:
475 2007-03-29 Beth Dakin <bdakin@apple.com>
477 Rubber-stamped by Adam.
479 Keep OpenSource building.
481 * WebKitSystemInterface.h:
482 * libWebKitSystemInterface.a:
484 2007-03-28 Antti Koivisto <antti@apple.com>
486 Update libWebKitSystemInterface, previous version was out of date.
488 * libWebKitSystemInterface.a:
490 2007-03-27 Antti Koivisto <antti@apple.com>
494 Added wkGetWheelEventDeltas
496 * WebKitSystemInterface.h:
497 * libWebKitSystemInterface.a:
499 2007-03-07 Mark Rowe <mrowe@apple.com>
501 Build fix. Rebuild against 10.4 SDK.
503 * libWebKitSystemInterface.a:
505 2007-03-06 Kevin Decker <kdecker@apple.com>
509 Fixed: <rdar://problem/4126976> private keys imported by WebKit should not be accessible by all applications
511 * libWebKitSystemInterface.a:
513 2007-02-21 Anders Carlsson <acarlsson@apple.com>
515 Add new version with WKCGContextIsBitmapContext.
517 * WebKitSystemInterface.h:
518 * libWebKitSystemInterface.a:
520 2006-12-16 Adele Peterson <adele@apple.com>
524 WebKitLibraries part of fix for:
525 <rdar://problem/4463829> Switch to use new search field implementation for <input type="search">
527 Added wkDrawTextFieldCellFocusRing.
529 * WebKitSystemInterface.h:
530 * libWebKitSystemInterface.a:
532 2006-10-11 Darin Adler <darin@apple.com>
534 Reviewed by John Sullivan.
536 * WebKitSystemInterface.h: Updated to a C++-compatible version.
538 2006-08-31 Adele Peterson <adele@apple.com>
540 Reviewed by John Sullivan.
542 Removed wkSecureEventInput and wkSetSecureEventInput, since this can be done with API.
544 * WebKitSystemInterface.h:
545 * libWebKitSystemInterface.a:
547 2006-08-30 Adele Peterson <adele@apple.com>
551 Updated for http://bugs.webkit.org/show_bug.cgi?id=10575
552 Enable secure input mode for new password fields
554 * WebKitSystemInterface.h: Added WKSetSecureEventInput and WKSecureEventInput;
555 * libWebKitSystemInterface.a:
557 2006-07-09 Anders Carlsson <acarlsson@apple.com>
561 * WebKitSystemInterface.h:
562 * libWebKitSystemInterface.a:
565 2006-07-05 Adele Peterson <adele@apple.com>
567 Reviewed by Maciej and Hyatt.
569 * WebKitSystemInterface.h: Updated.
570 * libWebKitSystemInterface.a: Updated.
572 2006-06-16 Adele Peterson <adele@apple.com>
576 * WebKitSystemInterface.h: Added WKDrawBezeledTextArea().
577 * libWebKitSystemInterface.a: ditto.
579 2006-04-01 Eric Seidel <eseidel@apple.com>
581 * libWebKitSystemInterface.a: commit a universal binary.
583 2006-04-01 Darin Adler <darin@apple.com>
587 * libWebKitSystemInterface.a: Changed alpha in the focus-ring drawing
588 code to use the system default alpha.
590 2006-03-17 Eric Seidel <eseidel@apple.com>
592 * libWebKitSystemInterface.a: commit a universal binary.
594 2006-03-17 Adele Peterson <adele@apple.com>
596 * WebKitSystemInterface.h: Added WKDrawBezeledTextFieldCell()
597 * libWebKitSystemInterface.a: ditto
599 2006-02-28 John Sullivan <sullivan@apple.com>
601 * WebKitSystemInterface.h: Removed WKMouseIsDown()
602 * libWebKitSystemInterface.a: ditto
604 2006-02-23 Timothy Hatcher <timothy@apple.com>
606 New build to fix the i386 arch. (The _cuEnc64 symbol was missing.)
608 * libWebKitSystemInterface.a:
610 2006-02-19 Darin Adler <darin@apple.com>
612 * WebKitSystemInterface.h: Added WKDrawFocusRing.
613 * libWebKitSystemInterface.a: Ditto.
615 2006-02-06 John Sullivan <sullivan@apple.com>
617 * WebKitSystemInterface.h:
618 * libWebKitSystemInterface.a:
619 removed WKExecutableLinkedInTigerOrEarlier
621 2005-11-01 Darin Adler <darin@apple.com>
623 * libWebKitSystemInterface.a: Updated.
625 2005-10-04 Maciej Stachowiak <mjs@apple.com>
629 * WebKitSystemInterface.h:
630 * libWebKitSystemInterface.a:
632 2005-09-08 Justin Garcia <justin.garcia@apple.com>
634 * WebKitSystemInterface.h: Update to latest
635 * libWebKitSystemInterface.a: ditto
637 2005-09-04 Darin Adler <darin@apple.com>
639 * WebKitSystemInterface.h: Update to latest
640 * libWebKitSystemInterface.a: Ditto.
642 2005-08-07 Darin Adler <darin@apple.com>
644 * libWebKitSystemInterface.a: Universal binary.
645 * WebKitSystemInterface.h: Updated for calls that Eric recently removed.
647 2005-07-01 John Sullivan <sullivan@apple.com>
649 - added WKExecutableLinkedInTigerOrEarlier
651 * WebKitSystemInterface.h:
652 * libWebKitSystemInterface.a:
654 2005-06-06 Maciej Stachowiak <mjs@apple.com>
656 - updated for crashing bugfix
658 * libWebKitSystemInterface.a:
660 2005-06-06 Maciej Stachowiak <mjs@apple.com>
664 * WebKitSystemInterface.h:
665 * libWebKitSystemInterface.a:
667 2005-06-06 Maciej Stachowiak <mjs@apple.com>
671 * WebKitSystemInterface.h:
672 * libWebKitSystemInterface.a:
674 2005-06-06 Maciej Stachowiak <mjs@apple.com>
678 * WebKitSystemInterface.h:
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-05 Maciej Stachowiak <mjs@apple.com>
718 - added a few more bits of SPI
720 * WebKitSystemInterface.h:
721 * libWebKitSystemInterface.a:
723 2005-06-05 Maciej Stachowiak <mjs@apple.com>
725 - added file type and NSURLResponse caching SPI
727 * WebKitSystemInterface.h:
728 * libWebKitSystemInterface.a:
730 2005-06-05 Maciej Stachowiak <mjs@apple.com>
732 - initial checkin of WebKitSystemInterface binary
734 * WebKitSystemInterface.h: Added.
735 * libWebKitSystemInterface.a: Added.