1 2008-01-16 Steve Falkenburg <sfalken@apple.com>
3 Use recommended security-related compiler settings.
7 * win/tools/vsprops/common.vsprops:
9 2008-01-16 Steve Falkenburg <sfalken@apple.com>
13 * win/tools/vsprops/release.vsprops:
15 2008-01-15 Adele Peterson <adele@apple.com>
17 Reviewed by Adam and Antti.
19 Updated libraries for <rdar://problem/5619062> Add load progress indicator to video controls
21 * WebKitSystemInterface.h:
22 * libWebKitSystemInterfaceLeopard.a:
23 * libWebKitSystemInterfaceTiger.a:
24 * win/include/SafariTheme: Added.
25 * win/include/SafariTheme/SafariThemeConstants.h: Added. Placeholder empty header until we release an updated WebKitSupportLibrary.
27 2008-01-14 Steve Falkenburg <sfalken@apple.com>
29 Use shared vsprops for most vcproj properties.
33 * win/tools/vsprops/common.vsprops:
34 * win/tools/vsprops/debug.vsprops:
35 * win/tools/vsprops/debug_internal.vsprops:
36 * win/tools/vsprops/release.vsprops:
38 2008-01-11 Steve Falkenburg <sfalken@apple.com>
40 Share common files across projects.
43 Debug: common.vsprops, debug.vsprops
44 Debug_Internal: common.vsprops, debug.vsprops, debug_internal.vsprops
45 Release: common.vsprops, release.vsprops
47 Shared properties can go into common.vsprops, shared debug settings can go into debug.vsprops.
48 debug_internal.vsprops will be mostly empty except for file path prefix modifiers.
50 Moved auto-version.sh, VERSION, PRODUCTVERSION to tools.
52 Reviewed by Adam Roben.
54 * win/tools/WinTools.make:
55 * win/tools/scripts: Added.
56 * win/tools/scripts/PRODUCTVERSION: Added.
57 * win/tools/scripts/VERSION: Added.
58 * win/tools/scripts/auto-version.sh: Copied from WebCore/WebCore.vcproj/auto-version.sh.
59 * win/tools/vsprops/debug.vsprops:
60 * win/tools/vsprops/debug_internal.vsprops: Added.
61 * win/tools/vsprops/release.vsprops:
63 2008-01-11 Steve Falkenburg <sfalken@apple.com>
65 Add shared vsprops to help unify our Windows tools settings.
70 * win/tools/WinTools.make: Added.
71 * win/tools/vsprops: Added.
72 * win/tools/vsprops/common.vsprops: Added.
73 * win/tools/vsprops/debug.vsprops: Added.
74 * win/tools/vsprops/release.vsprops: Added.
76 2008-01-07 Mark Rowe <mrowe@apple.com>
78 Update Tiger library to a G3-friendly version.
80 * libWebKitSystemInterfaceTiger.a:
82 2008-01-07 Adele Peterson <adele@apple.com>
84 Reviewed by Antti, Adam, and Mitz.
86 WebKitLibraries part of fix for
87 <rdar://problem/5619073> Updated look for <video> controls
88 <rdar://problem/5619057> Add volume control to video controls
90 * WebKitSystemInterface.h:
91 * libWebKitSystemInterfaceLeopard.a:
92 * libWebKitSystemInterfaceTiger.a:
94 2008-01-03 Mark Rowe <mrowe@apple.com>
96 Update Tiger library to a G3-friendly version.
98 * libWebKitSystemInterfaceTiger.a:
100 2008-01-03 Adele Peterson <adele@apple.com>
102 Update libraries for <rdar://problem/4106190> Include "Where from" metadata in drag-and-dropped images
104 * WebKitSystemInterface.h:
105 * libWebKitSystemInterfaceLeopard.a:
106 * libWebKitSystemInterfaceTiger.a:
108 2007-12-21 Mark Rowe <mrowe@apple.com>
110 Rubber-stamped by Dan Bernstein.
112 Fix http://bugs.webkit.org/show_bug.cgi?id=16549.
113 Bug 16549: WebKit nightly build failing to launch on PowerPC G3s
115 * libWebKitSystemInterfaceTiger.a: Update to a G3-friendly version.
117 2007-12-07 Dan Bernstein <mitz@apple.com>
119 Reviewed by Darin Adler.
121 - updated system interface for fixing <rdar://problem/5499918> REGRESSION: insertion point in input field with custom border cuts holes in focus ring interior edges
123 * WebKitSystemInterface.h:
124 * libWebKitSystemInterfaceLeopard.a:
125 * libWebKitSystemInterfaceTiger.a:
127 2007-11-27 John Sullivan <sullivan@apple.com>
129 Fixed 5614525, caused by a recent bug in WKGetExtensionsForMIMEType
132 reviewed by Kevin Decker
134 * libWebKitSystemInterfaceLeopard.a:
135 * libWebKitSystemInterfaceTiger.a:
137 2007-11-26 Timothy Hatcher <timothy@apple.com>
139 Reviewed by Adam Roben.
141 Bug 16137: Web Inspector window on Leopard should have a unified toolbar and window title
142 http://bugs.webkit.org/show_bug.cgi?id=16137
144 Add a new function to make bottom window corners square for textured windows.
146 * WebKitSystemInterface.h:
147 * libWebKitSystemInterfaceTiger.a:
148 * libWebKitSystemInterfaceLeopard.a:
150 2007-11-23 Adam Roben <aroben@apple.com>
152 Add wkSetPatternPhaseInUserSpace to WebKitSystemInterface on Windows
156 * win/include/WebKitSystemInterface/WebKitSystemInterface.h: Added
158 * win/lib/WebKitSystemInterface.lib: Updated.
159 * win/lib/WebKitSystemInterface_debug.lib: Updated.
161 2007-11-16 Anders Carlsson <andersca@apple.com>
165 <rdar://problem/5603832>
166 XMLHttpRequest readyState 3 & responseText buffer issues.
168 Add wkSetCFURLRequestShouldContentSniff.
170 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
171 * win/lib/WebKitSystemInterface.lib:
172 * win/lib/WebKitSystemInterface_debug.lib:
174 2007-11-05 Antti Koivisto <antti@apple.com>
178 Update WKQTMovieViewSetDrawSynchronously.
180 * libWebKitSystemInterfaceLeopard.a:
181 * libWebKitSystemInterfaceTiger.a:
183 2007-11-02 Antti Koivisto <antti@apple.com>
187 Update to add WKQTMovieViewSetDrawSynchronously
189 * WebKitSystemInterface.h:
190 * libWebKitSystemInterfaceLeopard.a:
191 * libWebKitSystemInterfaceTiger.a:
193 2007-10-26 Adele Peterson <adele@apple.com>
195 Reviewed by Tim Hatcher.
197 Updating header too for WKDrawCapsLockIndicator.
199 * WebKitSystemInterface.h:
201 2007-10-26 Adele Peterson <adele@apple.com>
205 Adding WKDrawCapsLockIndicator in preparation for fixing the caps lock indicator.
207 * libWebKitSystemInterfaceLeopard.a:
208 * libWebKitSystemInterfaceTiger.a:
210 2007-10-25 Adam Roben <aroben@apple.com>
212 Add wkSetPatternBaseCTM.
214 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
215 * win/lib/WebKitSystemInterface.lib:
216 * win/lib/WebKitSystemInterface_debug.lib:
218 2007-10-25 Sam Weinig <sam@webkit.org>
220 Fix the windows build.
222 * win/lib/WebKitSystemInterface.lib:
223 * win/lib/WebKitSystemInterface_debug.lib:
225 2007-10-25 Timothy Hatcher <timothy@apple.com>
227 Add WKSetPatternBaseCTM.
229 * WebKitSystemInterface.h:
230 * libWebKitSystemInterfaceLeopard.a:
231 * libWebKitSystemInterfaceTiger.a:
233 2007-10-25 Timothy Hatcher <timothy@apple.com>
237 Update the Leopard WebKitSystemInterface to be 4-way univeral to include 64-bit.
239 * libWebKitSystemInterfaceLeopard.a:
241 2007-10-25 Sam Weinig <sam@webkit.org>
243 Added wrapper for getting the foundation cache directory.
245 Reviewed by Adam Roben.
247 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
248 * win/lib/WebKitSystemInterface.lib:
249 * win/lib/WebKitSystemInterface_debug.lib:
251 2007-10-24 Adam Roben <aroben@apple.com>
253 Added some font-related functions needed for <rdar://5549919>
257 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
258 * win/lib/WebKitSystemInterface.lib:
259 * win/lib/WebKitSystemInterface_debug.lib:
261 2007-10-24 Timothy Hatcher <timothy@apple.com>
263 Reviewed by Mark Rowe.
265 <rdar://problem/5069711> OpenSource version of libWebKitSystemInterface.a is Tiger only, causes issues if used on Leopard
267 Add system specific versions of WebKitSystemInterface.
269 * libWebKitSystemInterface.a: Removed.
270 * libWebKitSystemInterfaceLeopard.a: Added.
271 * libWebKitSystemInterfaceTiger.a: Added.
273 2007-10-11 Ada Chan <adachan@apple.com>
275 <rdar://problem/5534421>
276 Added wkGetDefaultHTTPCookieStorage(). Updated libraries.
280 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
281 * win/lib/WebKitSystemInterface.lib:
282 * win/lib/WebKitSystemInterface_debug.lib:
284 2007-09-27 Sam Weinig <sam@webkit.org>
286 Build fix. Ran update-webkitsysteminterface script on Tiger, because
287 the resulting binary differs when built on Tiger.
289 * libWebKitSystemInterface.a:
291 2007-09-27 David Hyatt <hyatt@apple.com>
293 Update WebKitSYstemInterface for @font-face changes.
295 * WebKitSystemInterface.h:
296 * libWebKitSystemInterface.a:
298 2007-09-18 Geoffrey Garen <ggaren@apple.com>
300 Build fix. Ran update-webkitsysteminterface script on Tiger, because
301 the resulting binary differs when built on Tiger. See
302 <rdar://problem/5490613>.
304 * libWebKitSystemInterface.a:
306 2007-09-18 Geoffrey Garen <ggaren@apple.com>
308 Build fix. Ran update-webkitsysteminterface script.
310 * WebKitSystemInterface.h:
311 * libWebKitSystemInterface.a:
313 2007-08-28 Anders Carlsson <andersca@apple.com>
315 Add WKSetNSURLRequestShouldContentSniff.
317 * WebKitSystemInterface.h:
318 * libWebKitSystemInterface.a:
320 2007-08-28 Ada Chan <adachan@apple.com>
322 <rdar://problem/4876242> Added SPI to fetch SSL certificate information.
327 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
328 * win/lib/WebKitSystemInterface.lib:
329 * win/lib/WebKitSystemInterface_debug.lib:
331 2007-07-23 Ada Chan <adachan@apple.com>
335 Update WebKitSystemInterface.{h,lib}.
337 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
338 * win/lib/WebKitSystemInterface.lib:
339 * win/lib/WebKitSystemInterface_debug.lib:
341 2007-07-19 Ada Chan <adachan@apple.com>
343 Rubber-stamped by Adam.
347 * win/lib/WebKitSystemInterface.lib:
348 * win/lib/WebKitSystemInterface_debug.lib:
350 2007-07-06 Adam Roben <aroben@apple.com>
352 Update WebKitSystemInterface.{h,lib} for <rdar://problem/5301994>
356 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
357 * win/lib/WebKitSystemInterface.lib:
358 * win/lib/WebKitSystemInterface_debug.lib:
360 2007-06-29 Antti Koivisto <antti@apple.com>
364 Added WKQTMovieDataRate and WKQTMovieMaxTimeLoaded
366 * WebKitSystemInterface.h:
367 * libWebKitSystemInterface.a:
369 2007-03-29 Beth Dakin <bdakin@apple.com>
371 Rubber-stamped by Adam.
373 Keep OpenSource building.
375 * WebKitSystemInterface.h:
376 * libWebKitSystemInterface.a:
378 2007-03-28 Antti Koivisto <antti@apple.com>
380 Update libWebKitSystemInterface, previous version was out of date.
382 * libWebKitSystemInterface.a:
384 2007-03-27 Antti Koivisto <antti@apple.com>
388 Added wkGetWheelEventDeltas
390 * WebKitSystemInterface.h:
391 * libWebKitSystemInterface.a:
393 2007-03-07 Mark Rowe <mrowe@apple.com>
395 Build fix. Rebuild against 10.4 SDK.
397 * libWebKitSystemInterface.a:
399 2007-03-06 Kevin Decker <kdecker@apple.com>
403 Fixed: <rdar://problem/4126976> private keys imported by WebKit should not be accessible by all applications
405 * libWebKitSystemInterface.a:
407 2007-02-21 Anders Carlsson <acarlsson@apple.com>
409 Add new version with WKCGContextIsBitmapContext.
411 * WebKitSystemInterface.h:
412 * libWebKitSystemInterface.a:
414 2006-12-16 Adele Peterson <adele@apple.com>
418 WebKitLibraries part of fix for:
419 <rdar://problem/4463829> Switch to use new search field implementation for <input type="search">
421 Added wkDrawTextFieldCellFocusRing.
423 * WebKitSystemInterface.h:
424 * libWebKitSystemInterface.a:
426 2006-10-11 Darin Adler <darin@apple.com>
428 Reviewed by John Sullivan.
430 * WebKitSystemInterface.h: Updated to a C++-compatible version.
432 2006-08-31 Adele Peterson <adele@apple.com>
434 Reviewed by John Sullivan.
436 Removed wkSecureEventInput and wkSetSecureEventInput, since this can be done with API.
438 * WebKitSystemInterface.h:
439 * libWebKitSystemInterface.a:
441 2006-08-30 Adele Peterson <adele@apple.com>
445 Updated for http://bugs.webkit.org/show_bug.cgi?id=10575
446 Enable secure input mode for new password fields
448 * WebKitSystemInterface.h: Added WKSetSecureEventInput and WKSecureEventInput;
449 * libWebKitSystemInterface.a:
451 2006-07-09 Anders Carlsson <acarlsson@apple.com>
455 * WebKitSystemInterface.h:
456 * libWebKitSystemInterface.a:
459 2006-07-05 Adele Peterson <adele@apple.com>
461 Reviewed by Maciej and Hyatt.
463 * WebKitSystemInterface.h: Updated.
464 * libWebKitSystemInterface.a: Updated.
466 2006-06-16 Adele Peterson <adele@apple.com>
470 * WebKitSystemInterface.h: Added WKDrawBezeledTextArea().
471 * libWebKitSystemInterface.a: ditto.
473 2006-04-01 Eric Seidel <eseidel@apple.com>
475 * libWebKitSystemInterface.a: commit a universal binary.
477 2006-04-01 Darin Adler <darin@apple.com>
481 * libWebKitSystemInterface.a: Changed alpha in the focus-ring drawing
482 code to use the system default alpha.
484 2006-03-17 Eric Seidel <eseidel@apple.com>
486 * libWebKitSystemInterface.a: commit a universal binary.
488 2006-03-17 Adele Peterson <adele@apple.com>
490 * WebKitSystemInterface.h: Added WKDrawBezeledTextFieldCell()
491 * libWebKitSystemInterface.a: ditto
493 2006-02-28 John Sullivan <sullivan@apple.com>
495 * WebKitSystemInterface.h: Removed WKMouseIsDown()
496 * libWebKitSystemInterface.a: ditto
498 2006-02-23 Timothy Hatcher <timothy@apple.com>
500 New build to fix the i386 arch. (The _cuEnc64 symbol was missing.)
502 * libWebKitSystemInterface.a:
504 2006-02-19 Darin Adler <darin@apple.com>
506 * WebKitSystemInterface.h: Added WKDrawFocusRing.
507 * libWebKitSystemInterface.a: Ditto.
509 2006-02-06 John Sullivan <sullivan@apple.com>
511 * WebKitSystemInterface.h:
512 * libWebKitSystemInterface.a:
513 removed WKExecutableLinkedInTigerOrEarlier
515 2005-11-01 Darin Adler <darin@apple.com>
517 * libWebKitSystemInterface.a: Updated.
519 2005-10-04 Maciej Stachowiak <mjs@apple.com>
523 * WebKitSystemInterface.h:
524 * libWebKitSystemInterface.a:
526 2005-09-08 Justin Garcia <justin.garcia@apple.com>
528 * WebKitSystemInterface.h: Update to latest
529 * libWebKitSystemInterface.a: ditto
531 2005-09-04 Darin Adler <darin@apple.com>
533 * WebKitSystemInterface.h: Update to latest
534 * libWebKitSystemInterface.a: Ditto.
536 2005-08-07 Darin Adler <darin@apple.com>
538 * libWebKitSystemInterface.a: Universal binary.
539 * WebKitSystemInterface.h: Updated for calls that Eric recently removed.
541 2005-07-01 John Sullivan <sullivan@apple.com>
543 - added WKExecutableLinkedInTigerOrEarlier
545 * WebKitSystemInterface.h:
546 * libWebKitSystemInterface.a:
548 2005-06-06 Maciej Stachowiak <mjs@apple.com>
550 - updated for crashing bugfix
552 * libWebKitSystemInterface.a:
554 2005-06-06 Maciej Stachowiak <mjs@apple.com>
558 * WebKitSystemInterface.h:
559 * libWebKitSystemInterface.a:
561 2005-06-06 Maciej Stachowiak <mjs@apple.com>
565 * WebKitSystemInterface.h:
566 * libWebKitSystemInterface.a:
568 2005-06-06 Maciej Stachowiak <mjs@apple.com>
572 * WebKitSystemInterface.h:
573 * libWebKitSystemInterface.a:
575 2005-06-06 Maciej Stachowiak <mjs@apple.com>
579 * WebKitSystemInterface.h:
580 * libWebKitSystemInterface.a:
582 2005-06-06 Maciej Stachowiak <mjs@apple.com>
586 * WebKitSystemInterface.h:
587 * libWebKitSystemInterface.a:
589 2005-06-06 Maciej Stachowiak <mjs@apple.com>
593 * WebKitSystemInterface.h:
594 * libWebKitSystemInterface.a:
596 2005-06-06 Maciej Stachowiak <mjs@apple.com>
600 * WebKitSystemInterface.h:
601 * libWebKitSystemInterface.a:
603 2005-06-06 Maciej Stachowiak <mjs@apple.com>
607 * WebKitSystemInterface.h:
608 * libWebKitSystemInterface.a:
610 2005-06-05 Maciej Stachowiak <mjs@apple.com>
612 - added a few more bits of SPI
614 * WebKitSystemInterface.h:
615 * libWebKitSystemInterface.a:
617 2005-06-05 Maciej Stachowiak <mjs@apple.com>
619 - added file type and NSURLResponse caching SPI
621 * WebKitSystemInterface.h:
622 * libWebKitSystemInterface.a:
624 2005-06-05 Maciej Stachowiak <mjs@apple.com>
626 - initial checkin of WebKitSystemInterface binary
628 * WebKitSystemInterface.h: Added.
629 * libWebKitSystemInterface.a: Added.