1 2008-01-17 Steve Falkenburg <sfalken@apple.com>
3 Add preprocessor define accidently dropped in my unification,
4 and required by some builds. Fixes an issue that caused both
5 debug and release DLLs to be loaded.
7 Rubber-stamped by Jon Honeycutt.
9 * win/tools/vsprops/debug_internal.vsprops:
11 2008-01-16 Steve Falkenburg <sfalken@apple.com>
13 Use recommended security-related compiler settings.
17 * win/tools/vsprops/common.vsprops:
19 2008-01-16 Steve Falkenburg <sfalken@apple.com>
23 * win/tools/vsprops/release.vsprops:
25 2008-01-15 Adele Peterson <adele@apple.com>
27 Reviewed by Adam and Antti.
29 Updated libraries for <rdar://problem/5619062> Add load progress indicator to video controls
31 * WebKitSystemInterface.h:
32 * libWebKitSystemInterfaceLeopard.a:
33 * libWebKitSystemInterfaceTiger.a:
34 * win/include/SafariTheme: Added.
35 * win/include/SafariTheme/SafariThemeConstants.h: Added. Placeholder empty header until we release an updated WebKitSupportLibrary.
37 2008-01-14 Steve Falkenburg <sfalken@apple.com>
39 Use shared vsprops for most vcproj properties.
43 * win/tools/vsprops/common.vsprops:
44 * win/tools/vsprops/debug.vsprops:
45 * win/tools/vsprops/debug_internal.vsprops:
46 * win/tools/vsprops/release.vsprops:
48 2008-01-11 Steve Falkenburg <sfalken@apple.com>
50 Share common files across projects.
53 Debug: common.vsprops, debug.vsprops
54 Debug_Internal: common.vsprops, debug.vsprops, debug_internal.vsprops
55 Release: common.vsprops, release.vsprops
57 Shared properties can go into common.vsprops, shared debug settings can go into debug.vsprops.
58 debug_internal.vsprops will be mostly empty except for file path prefix modifiers.
60 Moved auto-version.sh, VERSION, PRODUCTVERSION to tools.
62 Reviewed by Adam Roben.
64 * win/tools/WinTools.make:
65 * win/tools/scripts: Added.
66 * win/tools/scripts/PRODUCTVERSION: Added.
67 * win/tools/scripts/VERSION: Added.
68 * win/tools/scripts/auto-version.sh: Copied from WebCore/WebCore.vcproj/auto-version.sh.
69 * win/tools/vsprops/debug.vsprops:
70 * win/tools/vsprops/debug_internal.vsprops: Added.
71 * win/tools/vsprops/release.vsprops:
73 2008-01-11 Steve Falkenburg <sfalken@apple.com>
75 Add shared vsprops to help unify our Windows tools settings.
80 * win/tools/WinTools.make: Added.
81 * win/tools/vsprops: Added.
82 * win/tools/vsprops/common.vsprops: Added.
83 * win/tools/vsprops/debug.vsprops: Added.
84 * win/tools/vsprops/release.vsprops: Added.
86 2008-01-07 Mark Rowe <mrowe@apple.com>
88 Update Tiger library to a G3-friendly version.
90 * libWebKitSystemInterfaceTiger.a:
92 2008-01-07 Adele Peterson <adele@apple.com>
94 Reviewed by Antti, Adam, and Mitz.
96 WebKitLibraries part of fix for
97 <rdar://problem/5619073> Updated look for <video> controls
98 <rdar://problem/5619057> Add volume control to video controls
100 * WebKitSystemInterface.h:
101 * libWebKitSystemInterfaceLeopard.a:
102 * libWebKitSystemInterfaceTiger.a:
104 2008-01-03 Mark Rowe <mrowe@apple.com>
106 Update Tiger library to a G3-friendly version.
108 * libWebKitSystemInterfaceTiger.a:
110 2008-01-03 Adele Peterson <adele@apple.com>
112 Update libraries for <rdar://problem/4106190> Include "Where from" metadata in drag-and-dropped images
114 * WebKitSystemInterface.h:
115 * libWebKitSystemInterfaceLeopard.a:
116 * libWebKitSystemInterfaceTiger.a:
118 2007-12-21 Mark Rowe <mrowe@apple.com>
120 Rubber-stamped by Dan Bernstein.
122 Fix http://bugs.webkit.org/show_bug.cgi?id=16549.
123 Bug 16549: WebKit nightly build failing to launch on PowerPC G3s
125 * libWebKitSystemInterfaceTiger.a: Update to a G3-friendly version.
127 2007-12-07 Dan Bernstein <mitz@apple.com>
129 Reviewed by Darin Adler.
131 - updated system interface for fixing <rdar://problem/5499918> REGRESSION: insertion point in input field with custom border cuts holes in focus ring interior edges
133 * WebKitSystemInterface.h:
134 * libWebKitSystemInterfaceLeopard.a:
135 * libWebKitSystemInterfaceTiger.a:
137 2007-11-27 John Sullivan <sullivan@apple.com>
139 Fixed 5614525, caused by a recent bug in WKGetExtensionsForMIMEType
142 reviewed by Kevin Decker
144 * libWebKitSystemInterfaceLeopard.a:
145 * libWebKitSystemInterfaceTiger.a:
147 2007-11-26 Timothy Hatcher <timothy@apple.com>
149 Reviewed by Adam Roben.
151 Bug 16137: Web Inspector window on Leopard should have a unified toolbar and window title
152 http://bugs.webkit.org/show_bug.cgi?id=16137
154 Add a new function to make bottom window corners square for textured windows.
156 * WebKitSystemInterface.h:
157 * libWebKitSystemInterfaceTiger.a:
158 * libWebKitSystemInterfaceLeopard.a:
160 2007-11-23 Adam Roben <aroben@apple.com>
162 Add wkSetPatternPhaseInUserSpace to WebKitSystemInterface on Windows
166 * win/include/WebKitSystemInterface/WebKitSystemInterface.h: Added
168 * win/lib/WebKitSystemInterface.lib: Updated.
169 * win/lib/WebKitSystemInterface_debug.lib: Updated.
171 2007-11-16 Anders Carlsson <andersca@apple.com>
175 <rdar://problem/5603832>
176 XMLHttpRequest readyState 3 & responseText buffer issues.
178 Add wkSetCFURLRequestShouldContentSniff.
180 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
181 * win/lib/WebKitSystemInterface.lib:
182 * win/lib/WebKitSystemInterface_debug.lib:
184 2007-11-05 Antti Koivisto <antti@apple.com>
188 Update WKQTMovieViewSetDrawSynchronously.
190 * libWebKitSystemInterfaceLeopard.a:
191 * libWebKitSystemInterfaceTiger.a:
193 2007-11-02 Antti Koivisto <antti@apple.com>
197 Update to add WKQTMovieViewSetDrawSynchronously
199 * WebKitSystemInterface.h:
200 * libWebKitSystemInterfaceLeopard.a:
201 * libWebKitSystemInterfaceTiger.a:
203 2007-10-26 Adele Peterson <adele@apple.com>
205 Reviewed by Tim Hatcher.
207 Updating header too for WKDrawCapsLockIndicator.
209 * WebKitSystemInterface.h:
211 2007-10-26 Adele Peterson <adele@apple.com>
215 Adding WKDrawCapsLockIndicator in preparation for fixing the caps lock indicator.
217 * libWebKitSystemInterfaceLeopard.a:
218 * libWebKitSystemInterfaceTiger.a:
220 2007-10-25 Adam Roben <aroben@apple.com>
222 Add wkSetPatternBaseCTM.
224 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
225 * win/lib/WebKitSystemInterface.lib:
226 * win/lib/WebKitSystemInterface_debug.lib:
228 2007-10-25 Sam Weinig <sam@webkit.org>
230 Fix the windows build.
232 * win/lib/WebKitSystemInterface.lib:
233 * win/lib/WebKitSystemInterface_debug.lib:
235 2007-10-25 Timothy Hatcher <timothy@apple.com>
237 Add WKSetPatternBaseCTM.
239 * WebKitSystemInterface.h:
240 * libWebKitSystemInterfaceLeopard.a:
241 * libWebKitSystemInterfaceTiger.a:
243 2007-10-25 Timothy Hatcher <timothy@apple.com>
247 Update the Leopard WebKitSystemInterface to be 4-way univeral to include 64-bit.
249 * libWebKitSystemInterfaceLeopard.a:
251 2007-10-25 Sam Weinig <sam@webkit.org>
253 Added wrapper for getting the foundation cache directory.
255 Reviewed by Adam Roben.
257 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
258 * win/lib/WebKitSystemInterface.lib:
259 * win/lib/WebKitSystemInterface_debug.lib:
261 2007-10-24 Adam Roben <aroben@apple.com>
263 Added some font-related functions needed for <rdar://5549919>
267 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
268 * win/lib/WebKitSystemInterface.lib:
269 * win/lib/WebKitSystemInterface_debug.lib:
271 2007-10-24 Timothy Hatcher <timothy@apple.com>
273 Reviewed by Mark Rowe.
275 <rdar://problem/5069711> OpenSource version of libWebKitSystemInterface.a is Tiger only, causes issues if used on Leopard
277 Add system specific versions of WebKitSystemInterface.
279 * libWebKitSystemInterface.a: Removed.
280 * libWebKitSystemInterfaceLeopard.a: Added.
281 * libWebKitSystemInterfaceTiger.a: Added.
283 2007-10-11 Ada Chan <adachan@apple.com>
285 <rdar://problem/5534421>
286 Added wkGetDefaultHTTPCookieStorage(). Updated libraries.
290 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
291 * win/lib/WebKitSystemInterface.lib:
292 * win/lib/WebKitSystemInterface_debug.lib:
294 2007-09-27 Sam Weinig <sam@webkit.org>
296 Build fix. Ran update-webkitsysteminterface script on Tiger, because
297 the resulting binary differs when built on Tiger.
299 * libWebKitSystemInterface.a:
301 2007-09-27 David Hyatt <hyatt@apple.com>
303 Update WebKitSYstemInterface for @font-face changes.
305 * WebKitSystemInterface.h:
306 * libWebKitSystemInterface.a:
308 2007-09-18 Geoffrey Garen <ggaren@apple.com>
310 Build fix. Ran update-webkitsysteminterface script on Tiger, because
311 the resulting binary differs when built on Tiger. See
312 <rdar://problem/5490613>.
314 * libWebKitSystemInterface.a:
316 2007-09-18 Geoffrey Garen <ggaren@apple.com>
318 Build fix. Ran update-webkitsysteminterface script.
320 * WebKitSystemInterface.h:
321 * libWebKitSystemInterface.a:
323 2007-08-28 Anders Carlsson <andersca@apple.com>
325 Add WKSetNSURLRequestShouldContentSniff.
327 * WebKitSystemInterface.h:
328 * libWebKitSystemInterface.a:
330 2007-08-28 Ada Chan <adachan@apple.com>
332 <rdar://problem/4876242> Added SPI to fetch SSL certificate information.
337 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
338 * win/lib/WebKitSystemInterface.lib:
339 * win/lib/WebKitSystemInterface_debug.lib:
341 2007-07-23 Ada Chan <adachan@apple.com>
345 Update WebKitSystemInterface.{h,lib}.
347 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
348 * win/lib/WebKitSystemInterface.lib:
349 * win/lib/WebKitSystemInterface_debug.lib:
351 2007-07-19 Ada Chan <adachan@apple.com>
353 Rubber-stamped by Adam.
357 * win/lib/WebKitSystemInterface.lib:
358 * win/lib/WebKitSystemInterface_debug.lib:
360 2007-07-06 Adam Roben <aroben@apple.com>
362 Update WebKitSystemInterface.{h,lib} for <rdar://problem/5301994>
366 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
367 * win/lib/WebKitSystemInterface.lib:
368 * win/lib/WebKitSystemInterface_debug.lib:
370 2007-06-29 Antti Koivisto <antti@apple.com>
374 Added WKQTMovieDataRate and WKQTMovieMaxTimeLoaded
376 * WebKitSystemInterface.h:
377 * libWebKitSystemInterface.a:
379 2007-03-29 Beth Dakin <bdakin@apple.com>
381 Rubber-stamped by Adam.
383 Keep OpenSource building.
385 * WebKitSystemInterface.h:
386 * libWebKitSystemInterface.a:
388 2007-03-28 Antti Koivisto <antti@apple.com>
390 Update libWebKitSystemInterface, previous version was out of date.
392 * libWebKitSystemInterface.a:
394 2007-03-27 Antti Koivisto <antti@apple.com>
398 Added wkGetWheelEventDeltas
400 * WebKitSystemInterface.h:
401 * libWebKitSystemInterface.a:
403 2007-03-07 Mark Rowe <mrowe@apple.com>
405 Build fix. Rebuild against 10.4 SDK.
407 * libWebKitSystemInterface.a:
409 2007-03-06 Kevin Decker <kdecker@apple.com>
413 Fixed: <rdar://problem/4126976> private keys imported by WebKit should not be accessible by all applications
415 * libWebKitSystemInterface.a:
417 2007-02-21 Anders Carlsson <acarlsson@apple.com>
419 Add new version with WKCGContextIsBitmapContext.
421 * WebKitSystemInterface.h:
422 * libWebKitSystemInterface.a:
424 2006-12-16 Adele Peterson <adele@apple.com>
428 WebKitLibraries part of fix for:
429 <rdar://problem/4463829> Switch to use new search field implementation for <input type="search">
431 Added wkDrawTextFieldCellFocusRing.
433 * WebKitSystemInterface.h:
434 * libWebKitSystemInterface.a:
436 2006-10-11 Darin Adler <darin@apple.com>
438 Reviewed by John Sullivan.
440 * WebKitSystemInterface.h: Updated to a C++-compatible version.
442 2006-08-31 Adele Peterson <adele@apple.com>
444 Reviewed by John Sullivan.
446 Removed wkSecureEventInput and wkSetSecureEventInput, since this can be done with API.
448 * WebKitSystemInterface.h:
449 * libWebKitSystemInterface.a:
451 2006-08-30 Adele Peterson <adele@apple.com>
455 Updated for http://bugs.webkit.org/show_bug.cgi?id=10575
456 Enable secure input mode for new password fields
458 * WebKitSystemInterface.h: Added WKSetSecureEventInput and WKSecureEventInput;
459 * libWebKitSystemInterface.a:
461 2006-07-09 Anders Carlsson <acarlsson@apple.com>
465 * WebKitSystemInterface.h:
466 * libWebKitSystemInterface.a:
469 2006-07-05 Adele Peterson <adele@apple.com>
471 Reviewed by Maciej and Hyatt.
473 * WebKitSystemInterface.h: Updated.
474 * libWebKitSystemInterface.a: Updated.
476 2006-06-16 Adele Peterson <adele@apple.com>
480 * WebKitSystemInterface.h: Added WKDrawBezeledTextArea().
481 * libWebKitSystemInterface.a: ditto.
483 2006-04-01 Eric Seidel <eseidel@apple.com>
485 * libWebKitSystemInterface.a: commit a universal binary.
487 2006-04-01 Darin Adler <darin@apple.com>
491 * libWebKitSystemInterface.a: Changed alpha in the focus-ring drawing
492 code to use the system default alpha.
494 2006-03-17 Eric Seidel <eseidel@apple.com>
496 * libWebKitSystemInterface.a: commit a universal binary.
498 2006-03-17 Adele Peterson <adele@apple.com>
500 * WebKitSystemInterface.h: Added WKDrawBezeledTextFieldCell()
501 * libWebKitSystemInterface.a: ditto
503 2006-02-28 John Sullivan <sullivan@apple.com>
505 * WebKitSystemInterface.h: Removed WKMouseIsDown()
506 * libWebKitSystemInterface.a: ditto
508 2006-02-23 Timothy Hatcher <timothy@apple.com>
510 New build to fix the i386 arch. (The _cuEnc64 symbol was missing.)
512 * libWebKitSystemInterface.a:
514 2006-02-19 Darin Adler <darin@apple.com>
516 * WebKitSystemInterface.h: Added WKDrawFocusRing.
517 * libWebKitSystemInterface.a: Ditto.
519 2006-02-06 John Sullivan <sullivan@apple.com>
521 * WebKitSystemInterface.h:
522 * libWebKitSystemInterface.a:
523 removed WKExecutableLinkedInTigerOrEarlier
525 2005-11-01 Darin Adler <darin@apple.com>
527 * libWebKitSystemInterface.a: Updated.
529 2005-10-04 Maciej Stachowiak <mjs@apple.com>
533 * WebKitSystemInterface.h:
534 * libWebKitSystemInterface.a:
536 2005-09-08 Justin Garcia <justin.garcia@apple.com>
538 * WebKitSystemInterface.h: Update to latest
539 * libWebKitSystemInterface.a: ditto
541 2005-09-04 Darin Adler <darin@apple.com>
543 * WebKitSystemInterface.h: Update to latest
544 * libWebKitSystemInterface.a: Ditto.
546 2005-08-07 Darin Adler <darin@apple.com>
548 * libWebKitSystemInterface.a: Universal binary.
549 * WebKitSystemInterface.h: Updated for calls that Eric recently removed.
551 2005-07-01 John Sullivan <sullivan@apple.com>
553 - added WKExecutableLinkedInTigerOrEarlier
555 * WebKitSystemInterface.h:
556 * libWebKitSystemInterface.a:
558 2005-06-06 Maciej Stachowiak <mjs@apple.com>
560 - updated for crashing bugfix
562 * libWebKitSystemInterface.a:
564 2005-06-06 Maciej Stachowiak <mjs@apple.com>
568 * WebKitSystemInterface.h:
569 * libWebKitSystemInterface.a:
571 2005-06-06 Maciej Stachowiak <mjs@apple.com>
575 * WebKitSystemInterface.h:
576 * libWebKitSystemInterface.a:
578 2005-06-06 Maciej Stachowiak <mjs@apple.com>
582 * WebKitSystemInterface.h:
583 * libWebKitSystemInterface.a:
585 2005-06-06 Maciej Stachowiak <mjs@apple.com>
589 * WebKitSystemInterface.h:
590 * libWebKitSystemInterface.a:
592 2005-06-06 Maciej Stachowiak <mjs@apple.com>
596 * WebKitSystemInterface.h:
597 * libWebKitSystemInterface.a:
599 2005-06-06 Maciej Stachowiak <mjs@apple.com>
603 * WebKitSystemInterface.h:
604 * libWebKitSystemInterface.a:
606 2005-06-06 Maciej Stachowiak <mjs@apple.com>
610 * WebKitSystemInterface.h:
611 * libWebKitSystemInterface.a:
613 2005-06-06 Maciej Stachowiak <mjs@apple.com>
617 * WebKitSystemInterface.h:
618 * libWebKitSystemInterface.a:
620 2005-06-05 Maciej Stachowiak <mjs@apple.com>
622 - added a few more bits of SPI
624 * WebKitSystemInterface.h:
625 * libWebKitSystemInterface.a:
627 2005-06-05 Maciej Stachowiak <mjs@apple.com>
629 - added file type and NSURLResponse caching SPI
631 * WebKitSystemInterface.h:
632 * libWebKitSystemInterface.a:
634 2005-06-05 Maciej Stachowiak <mjs@apple.com>
636 - initial checkin of WebKitSystemInterface binary
638 * WebKitSystemInterface.h: Added.
639 * libWebKitSystemInterface.a: Added.