1 2008-02-04 Timothy Hatcher <timothy@apple.com>
3 <rdar://problem/5722735> Merge fix for SQLITE_FULL error
4 is given even if the max_page_count is increased (2920)
8 2008-02-01 Steve Falkenburg <sfalken@apple.com>
10 <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
12 Rubber-stamped by Jon Honeycutt.
14 * win/tools/vsprops/common.vsprops:
16 2008-01-29 Mark Rowe <mrowe@apple.com>
18 Reviewed by Tim Hatcher.
20 <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).
22 * WebCoreSQLite3/sqlite3.h: Added.
23 * WebCoreSQLite3/sqlite3ext.h: Added.
24 * libWebCoreSQLite3.a: Added.
26 2008-01-29 Alexey Proskuryakov <ap@webkit.org>
28 Debug (external) build fix.
30 Removed _DEBUG preprocessor definition, which indicates that debug libraries are used (while they aren't).
31 This preprocessor definition is automatically set by Visual Studio as needed anyway.
33 * win/tools/vsprops/debug.vsprops:
35 2008-01-17 Steve Falkenburg <sfalken@apple.com>
37 Add preprocessor define accidently dropped in my unification,
38 and required by some builds. Fixes an issue that caused both
39 debug and release DLLs to be loaded.
41 Rubber-stamped by Jon Honeycutt.
43 * win/tools/vsprops/debug_internal.vsprops:
45 2008-01-16 Steve Falkenburg <sfalken@apple.com>
47 Use recommended security-related compiler settings.
51 * win/tools/vsprops/common.vsprops:
53 2008-01-16 Steve Falkenburg <sfalken@apple.com>
57 * win/tools/vsprops/release.vsprops:
59 2008-01-15 Adele Peterson <adele@apple.com>
61 Reviewed by Adam and Antti.
63 Updated libraries for <rdar://problem/5619062> Add load progress indicator to video controls
65 * WebKitSystemInterface.h:
66 * libWebKitSystemInterfaceLeopard.a:
67 * libWebKitSystemInterfaceTiger.a:
68 * win/include/SafariTheme: Added.
69 * win/include/SafariTheme/SafariThemeConstants.h: Added. Placeholder empty header until we release an updated WebKitSupportLibrary.
71 2008-01-14 Steve Falkenburg <sfalken@apple.com>
73 Use shared vsprops for most vcproj properties.
77 * win/tools/vsprops/common.vsprops:
78 * win/tools/vsprops/debug.vsprops:
79 * win/tools/vsprops/debug_internal.vsprops:
80 * win/tools/vsprops/release.vsprops:
82 2008-01-11 Steve Falkenburg <sfalken@apple.com>
84 Share common files across projects.
87 Debug: common.vsprops, debug.vsprops
88 Debug_Internal: common.vsprops, debug.vsprops, debug_internal.vsprops
89 Release: common.vsprops, release.vsprops
91 Shared properties can go into common.vsprops, shared debug settings can go into debug.vsprops.
92 debug_internal.vsprops will be mostly empty except for file path prefix modifiers.
94 Moved auto-version.sh, VERSION, PRODUCTVERSION to tools.
96 Reviewed by Adam Roben.
98 * win/tools/WinTools.make:
99 * win/tools/scripts: Added.
100 * win/tools/scripts/PRODUCTVERSION: Added.
101 * win/tools/scripts/VERSION: Added.
102 * win/tools/scripts/auto-version.sh: Copied from WebCore/WebCore.vcproj/auto-version.sh.
103 * win/tools/vsprops/debug.vsprops:
104 * win/tools/vsprops/debug_internal.vsprops: Added.
105 * win/tools/vsprops/release.vsprops:
107 2008-01-11 Steve Falkenburg <sfalken@apple.com>
109 Add shared vsprops to help unify our Windows tools settings.
114 * win/tools/WinTools.make: Added.
115 * win/tools/vsprops: Added.
116 * win/tools/vsprops/common.vsprops: Added.
117 * win/tools/vsprops/debug.vsprops: Added.
118 * win/tools/vsprops/release.vsprops: Added.
120 2008-01-07 Mark Rowe <mrowe@apple.com>
122 Update Tiger library to a G3-friendly version.
124 * libWebKitSystemInterfaceTiger.a:
126 2008-01-07 Adele Peterson <adele@apple.com>
128 Reviewed by Antti, Adam, and Mitz.
130 WebKitLibraries part of fix for
131 <rdar://problem/5619073> Updated look for <video> controls
132 <rdar://problem/5619057> Add volume control to video controls
134 * WebKitSystemInterface.h:
135 * libWebKitSystemInterfaceLeopard.a:
136 * libWebKitSystemInterfaceTiger.a:
138 2008-01-03 Mark Rowe <mrowe@apple.com>
140 Update Tiger library to a G3-friendly version.
142 * libWebKitSystemInterfaceTiger.a:
144 2008-01-03 Adele Peterson <adele@apple.com>
146 Update libraries for <rdar://problem/4106190> Include "Where from" metadata in drag-and-dropped images
148 * WebKitSystemInterface.h:
149 * libWebKitSystemInterfaceLeopard.a:
150 * libWebKitSystemInterfaceTiger.a:
152 2007-12-21 Mark Rowe <mrowe@apple.com>
154 Rubber-stamped by Dan Bernstein.
156 Fix http://bugs.webkit.org/show_bug.cgi?id=16549.
157 Bug 16549: WebKit nightly build failing to launch on PowerPC G3s
159 * libWebKitSystemInterfaceTiger.a: Update to a G3-friendly version.
161 2007-12-07 Dan Bernstein <mitz@apple.com>
163 Reviewed by Darin Adler.
165 - updated system interface for fixing <rdar://problem/5499918> REGRESSION: insertion point in input field with custom border cuts holes in focus ring interior edges
167 * WebKitSystemInterface.h:
168 * libWebKitSystemInterfaceLeopard.a:
169 * libWebKitSystemInterfaceTiger.a:
171 2007-11-27 John Sullivan <sullivan@apple.com>
173 Fixed 5614525, caused by a recent bug in WKGetExtensionsForMIMEType
176 reviewed by Kevin Decker
178 * libWebKitSystemInterfaceLeopard.a:
179 * libWebKitSystemInterfaceTiger.a:
181 2007-11-26 Timothy Hatcher <timothy@apple.com>
183 Reviewed by Adam Roben.
185 Bug 16137: Web Inspector window on Leopard should have a unified toolbar and window title
186 http://bugs.webkit.org/show_bug.cgi?id=16137
188 Add a new function to make bottom window corners square for textured windows.
190 * WebKitSystemInterface.h:
191 * libWebKitSystemInterfaceTiger.a:
192 * libWebKitSystemInterfaceLeopard.a:
194 2007-11-23 Adam Roben <aroben@apple.com>
196 Add wkSetPatternPhaseInUserSpace to WebKitSystemInterface on Windows
200 * win/include/WebKitSystemInterface/WebKitSystemInterface.h: Added
202 * win/lib/WebKitSystemInterface.lib: Updated.
203 * win/lib/WebKitSystemInterface_debug.lib: Updated.
205 2007-11-16 Anders Carlsson <andersca@apple.com>
209 <rdar://problem/5603832>
210 XMLHttpRequest readyState 3 & responseText buffer issues.
212 Add wkSetCFURLRequestShouldContentSniff.
214 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
215 * win/lib/WebKitSystemInterface.lib:
216 * win/lib/WebKitSystemInterface_debug.lib:
218 2007-11-05 Antti Koivisto <antti@apple.com>
222 Update WKQTMovieViewSetDrawSynchronously.
224 * libWebKitSystemInterfaceLeopard.a:
225 * libWebKitSystemInterfaceTiger.a:
227 2007-11-02 Antti Koivisto <antti@apple.com>
231 Update to add WKQTMovieViewSetDrawSynchronously
233 * WebKitSystemInterface.h:
234 * libWebKitSystemInterfaceLeopard.a:
235 * libWebKitSystemInterfaceTiger.a:
237 2007-10-26 Adele Peterson <adele@apple.com>
239 Reviewed by Tim Hatcher.
241 Updating header too for WKDrawCapsLockIndicator.
243 * WebKitSystemInterface.h:
245 2007-10-26 Adele Peterson <adele@apple.com>
249 Adding WKDrawCapsLockIndicator in preparation for fixing the caps lock indicator.
251 * libWebKitSystemInterfaceLeopard.a:
252 * libWebKitSystemInterfaceTiger.a:
254 2007-10-25 Adam Roben <aroben@apple.com>
256 Add wkSetPatternBaseCTM.
258 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
259 * win/lib/WebKitSystemInterface.lib:
260 * win/lib/WebKitSystemInterface_debug.lib:
262 2007-10-25 Sam Weinig <sam@webkit.org>
264 Fix the windows build.
266 * win/lib/WebKitSystemInterface.lib:
267 * win/lib/WebKitSystemInterface_debug.lib:
269 2007-10-25 Timothy Hatcher <timothy@apple.com>
271 Add WKSetPatternBaseCTM.
273 * WebKitSystemInterface.h:
274 * libWebKitSystemInterfaceLeopard.a:
275 * libWebKitSystemInterfaceTiger.a:
277 2007-10-25 Timothy Hatcher <timothy@apple.com>
281 Update the Leopard WebKitSystemInterface to be 4-way univeral to include 64-bit.
283 * libWebKitSystemInterfaceLeopard.a:
285 2007-10-25 Sam Weinig <sam@webkit.org>
287 Added wrapper for getting the foundation cache directory.
289 Reviewed by Adam Roben.
291 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
292 * win/lib/WebKitSystemInterface.lib:
293 * win/lib/WebKitSystemInterface_debug.lib:
295 2007-10-24 Adam Roben <aroben@apple.com>
297 Added some font-related functions needed for <rdar://5549919>
301 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
302 * win/lib/WebKitSystemInterface.lib:
303 * win/lib/WebKitSystemInterface_debug.lib:
305 2007-10-24 Timothy Hatcher <timothy@apple.com>
307 Reviewed by Mark Rowe.
309 <rdar://problem/5069711> OpenSource version of libWebKitSystemInterface.a is Tiger only, causes issues if used on Leopard
311 Add system specific versions of WebKitSystemInterface.
313 * libWebKitSystemInterface.a: Removed.
314 * libWebKitSystemInterfaceLeopard.a: Added.
315 * libWebKitSystemInterfaceTiger.a: Added.
317 2007-10-11 Ada Chan <adachan@apple.com>
319 <rdar://problem/5534421>
320 Added wkGetDefaultHTTPCookieStorage(). Updated libraries.
324 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
325 * win/lib/WebKitSystemInterface.lib:
326 * win/lib/WebKitSystemInterface_debug.lib:
328 2007-09-27 Sam Weinig <sam@webkit.org>
330 Build fix. Ran update-webkitsysteminterface script on Tiger, because
331 the resulting binary differs when built on Tiger.
333 * libWebKitSystemInterface.a:
335 2007-09-27 David Hyatt <hyatt@apple.com>
337 Update WebKitSYstemInterface for @font-face changes.
339 * WebKitSystemInterface.h:
340 * libWebKitSystemInterface.a:
342 2007-09-18 Geoffrey Garen <ggaren@apple.com>
344 Build fix. Ran update-webkitsysteminterface script on Tiger, because
345 the resulting binary differs when built on Tiger. See
346 <rdar://problem/5490613>.
348 * libWebKitSystemInterface.a:
350 2007-09-18 Geoffrey Garen <ggaren@apple.com>
352 Build fix. Ran update-webkitsysteminterface script.
354 * WebKitSystemInterface.h:
355 * libWebKitSystemInterface.a:
357 2007-08-28 Anders Carlsson <andersca@apple.com>
359 Add WKSetNSURLRequestShouldContentSniff.
361 * WebKitSystemInterface.h:
362 * libWebKitSystemInterface.a:
364 2007-08-28 Ada Chan <adachan@apple.com>
366 <rdar://problem/4876242> Added SPI to fetch SSL certificate information.
371 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
372 * win/lib/WebKitSystemInterface.lib:
373 * win/lib/WebKitSystemInterface_debug.lib:
375 2007-07-23 Ada Chan <adachan@apple.com>
379 Update WebKitSystemInterface.{h,lib}.
381 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
382 * win/lib/WebKitSystemInterface.lib:
383 * win/lib/WebKitSystemInterface_debug.lib:
385 2007-07-19 Ada Chan <adachan@apple.com>
387 Rubber-stamped by Adam.
391 * win/lib/WebKitSystemInterface.lib:
392 * win/lib/WebKitSystemInterface_debug.lib:
394 2007-07-06 Adam Roben <aroben@apple.com>
396 Update WebKitSystemInterface.{h,lib} for <rdar://problem/5301994>
400 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
401 * win/lib/WebKitSystemInterface.lib:
402 * win/lib/WebKitSystemInterface_debug.lib:
404 2007-06-29 Antti Koivisto <antti@apple.com>
408 Added WKQTMovieDataRate and WKQTMovieMaxTimeLoaded
410 * WebKitSystemInterface.h:
411 * libWebKitSystemInterface.a:
413 2007-03-29 Beth Dakin <bdakin@apple.com>
415 Rubber-stamped by Adam.
417 Keep OpenSource building.
419 * WebKitSystemInterface.h:
420 * libWebKitSystemInterface.a:
422 2007-03-28 Antti Koivisto <antti@apple.com>
424 Update libWebKitSystemInterface, previous version was out of date.
426 * libWebKitSystemInterface.a:
428 2007-03-27 Antti Koivisto <antti@apple.com>
432 Added wkGetWheelEventDeltas
434 * WebKitSystemInterface.h:
435 * libWebKitSystemInterface.a:
437 2007-03-07 Mark Rowe <mrowe@apple.com>
439 Build fix. Rebuild against 10.4 SDK.
441 * libWebKitSystemInterface.a:
443 2007-03-06 Kevin Decker <kdecker@apple.com>
447 Fixed: <rdar://problem/4126976> private keys imported by WebKit should not be accessible by all applications
449 * libWebKitSystemInterface.a:
451 2007-02-21 Anders Carlsson <acarlsson@apple.com>
453 Add new version with WKCGContextIsBitmapContext.
455 * WebKitSystemInterface.h:
456 * libWebKitSystemInterface.a:
458 2006-12-16 Adele Peterson <adele@apple.com>
462 WebKitLibraries part of fix for:
463 <rdar://problem/4463829> Switch to use new search field implementation for <input type="search">
465 Added wkDrawTextFieldCellFocusRing.
467 * WebKitSystemInterface.h:
468 * libWebKitSystemInterface.a:
470 2006-10-11 Darin Adler <darin@apple.com>
472 Reviewed by John Sullivan.
474 * WebKitSystemInterface.h: Updated to a C++-compatible version.
476 2006-08-31 Adele Peterson <adele@apple.com>
478 Reviewed by John Sullivan.
480 Removed wkSecureEventInput and wkSetSecureEventInput, since this can be done with API.
482 * WebKitSystemInterface.h:
483 * libWebKitSystemInterface.a:
485 2006-08-30 Adele Peterson <adele@apple.com>
489 Updated for http://bugs.webkit.org/show_bug.cgi?id=10575
490 Enable secure input mode for new password fields
492 * WebKitSystemInterface.h: Added WKSetSecureEventInput and WKSecureEventInput;
493 * libWebKitSystemInterface.a:
495 2006-07-09 Anders Carlsson <acarlsson@apple.com>
499 * WebKitSystemInterface.h:
500 * libWebKitSystemInterface.a:
503 2006-07-05 Adele Peterson <adele@apple.com>
505 Reviewed by Maciej and Hyatt.
507 * WebKitSystemInterface.h: Updated.
508 * libWebKitSystemInterface.a: Updated.
510 2006-06-16 Adele Peterson <adele@apple.com>
514 * WebKitSystemInterface.h: Added WKDrawBezeledTextArea().
515 * libWebKitSystemInterface.a: ditto.
517 2006-04-01 Eric Seidel <eseidel@apple.com>
519 * libWebKitSystemInterface.a: commit a universal binary.
521 2006-04-01 Darin Adler <darin@apple.com>
525 * libWebKitSystemInterface.a: Changed alpha in the focus-ring drawing
526 code to use the system default alpha.
528 2006-03-17 Eric Seidel <eseidel@apple.com>
530 * libWebKitSystemInterface.a: commit a universal binary.
532 2006-03-17 Adele Peterson <adele@apple.com>
534 * WebKitSystemInterface.h: Added WKDrawBezeledTextFieldCell()
535 * libWebKitSystemInterface.a: ditto
537 2006-02-28 John Sullivan <sullivan@apple.com>
539 * WebKitSystemInterface.h: Removed WKMouseIsDown()
540 * libWebKitSystemInterface.a: ditto
542 2006-02-23 Timothy Hatcher <timothy@apple.com>
544 New build to fix the i386 arch. (The _cuEnc64 symbol was missing.)
546 * libWebKitSystemInterface.a:
548 2006-02-19 Darin Adler <darin@apple.com>
550 * WebKitSystemInterface.h: Added WKDrawFocusRing.
551 * libWebKitSystemInterface.a: Ditto.
553 2006-02-06 John Sullivan <sullivan@apple.com>
555 * WebKitSystemInterface.h:
556 * libWebKitSystemInterface.a:
557 removed WKExecutableLinkedInTigerOrEarlier
559 2005-11-01 Darin Adler <darin@apple.com>
561 * libWebKitSystemInterface.a: Updated.
563 2005-10-04 Maciej Stachowiak <mjs@apple.com>
567 * WebKitSystemInterface.h:
568 * libWebKitSystemInterface.a:
570 2005-09-08 Justin Garcia <justin.garcia@apple.com>
572 * WebKitSystemInterface.h: Update to latest
573 * libWebKitSystemInterface.a: ditto
575 2005-09-04 Darin Adler <darin@apple.com>
577 * WebKitSystemInterface.h: Update to latest
578 * libWebKitSystemInterface.a: Ditto.
580 2005-08-07 Darin Adler <darin@apple.com>
582 * libWebKitSystemInterface.a: Universal binary.
583 * WebKitSystemInterface.h: Updated for calls that Eric recently removed.
585 2005-07-01 John Sullivan <sullivan@apple.com>
587 - added WKExecutableLinkedInTigerOrEarlier
589 * WebKitSystemInterface.h:
590 * libWebKitSystemInterface.a:
592 2005-06-06 Maciej Stachowiak <mjs@apple.com>
594 - updated for crashing bugfix
596 * libWebKitSystemInterface.a:
598 2005-06-06 Maciej Stachowiak <mjs@apple.com>
602 * WebKitSystemInterface.h:
603 * libWebKitSystemInterface.a:
605 2005-06-06 Maciej Stachowiak <mjs@apple.com>
609 * WebKitSystemInterface.h:
610 * libWebKitSystemInterface.a:
612 2005-06-06 Maciej Stachowiak <mjs@apple.com>
616 * WebKitSystemInterface.h:
617 * libWebKitSystemInterface.a:
619 2005-06-06 Maciej Stachowiak <mjs@apple.com>
623 * WebKitSystemInterface.h:
624 * libWebKitSystemInterface.a:
626 2005-06-06 Maciej Stachowiak <mjs@apple.com>
630 * WebKitSystemInterface.h:
631 * libWebKitSystemInterface.a:
633 2005-06-06 Maciej Stachowiak <mjs@apple.com>
637 * WebKitSystemInterface.h:
638 * libWebKitSystemInterface.a:
640 2005-06-06 Maciej Stachowiak <mjs@apple.com>
644 * WebKitSystemInterface.h:
645 * libWebKitSystemInterface.a:
647 2005-06-06 Maciej Stachowiak <mjs@apple.com>
651 * WebKitSystemInterface.h:
652 * libWebKitSystemInterface.a:
654 2005-06-05 Maciej Stachowiak <mjs@apple.com>
656 - added a few more bits of SPI
658 * WebKitSystemInterface.h:
659 * libWebKitSystemInterface.a:
661 2005-06-05 Maciej Stachowiak <mjs@apple.com>
663 - added file type and NSURLResponse caching SPI
665 * WebKitSystemInterface.h:
666 * libWebKitSystemInterface.a:
668 2005-06-05 Maciej Stachowiak <mjs@apple.com>
670 - initial checkin of WebKitSystemInterface binary
672 * WebKitSystemInterface.h: Added.
673 * libWebKitSystemInterface.a: Added.