1 2007-10-24 Adam Roben <aroben@apple.com>
3 Added some font-related functions needed for <rdar://5549919>
7 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
8 * win/lib/WebKitSystemInterface.lib:
9 * win/lib/WebKitSystemInterface_debug.lib:
11 2007-10-24 Timothy Hatcher <timothy@apple.com>
13 Reviewed by Mark Rowe.
15 <rdar://problem/5069711> OpenSource version of libWebKitSystemInterface.a is Tiger only, causes issues if used on Leopard
17 Add system specific versions of WebKitSystemInterface.
19 * libWebKitSystemInterface.a: Removed.
20 * libWebKitSystemInterfaceLeopard.a: Added.
21 * libWebKitSystemInterfaceTiger.a: Added.
23 2007-10-11 Ada Chan <adachan@apple.com>
25 <rdar://problem/5534421>
26 Added wkGetDefaultHTTPCookieStorage(). Updated libraries.
30 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
31 * win/lib/WebKitSystemInterface.lib:
32 * win/lib/WebKitSystemInterface_debug.lib:
34 2007-09-27 Sam Weinig <sam@webkit.org>
36 Build fix. Ran update-webkitsysteminterface script on Tiger, because
37 the resulting binary differs when built on Tiger.
39 * libWebKitSystemInterface.a:
41 2007-09-27 David Hyatt <hyatt@apple.com>
43 Update WebKitSYstemInterface for @font-face changes.
45 * WebKitSystemInterface.h:
46 * libWebKitSystemInterface.a:
48 2007-09-18 Geoffrey Garen <ggaren@apple.com>
50 Build fix. Ran update-webkitsysteminterface script on Tiger, because
51 the resulting binary differs when built on Tiger. See
52 <rdar://problem/5490613>.
54 * libWebKitSystemInterface.a:
56 2007-09-18 Geoffrey Garen <ggaren@apple.com>
58 Build fix. Ran update-webkitsysteminterface script.
60 * WebKitSystemInterface.h:
61 * libWebKitSystemInterface.a:
63 2007-08-28 Anders Carlsson <andersca@apple.com>
65 Add WKSetNSURLRequestShouldContentSniff.
67 * WebKitSystemInterface.h:
68 * libWebKitSystemInterface.a:
70 2007-08-28 Ada Chan <adachan@apple.com>
72 <rdar://problem/4876242> Added SPI to fetch SSL certificate information.
77 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
78 * win/lib/WebKitSystemInterface.lib:
79 * win/lib/WebKitSystemInterface_debug.lib:
81 2007-07-23 Ada Chan <adachan@apple.com>
85 Update WebKitSystemInterface.{h,lib}.
87 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
88 * win/lib/WebKitSystemInterface.lib:
89 * win/lib/WebKitSystemInterface_debug.lib:
91 2007-07-19 Ada Chan <adachan@apple.com>
93 Rubber-stamped by Adam.
97 * win/lib/WebKitSystemInterface.lib:
98 * win/lib/WebKitSystemInterface_debug.lib:
100 2007-07-06 Adam Roben <aroben@apple.com>
102 Update WebKitSystemInterface.{h,lib} for <rdar://problem/5301994>
106 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
107 * win/lib/WebKitSystemInterface.lib:
108 * win/lib/WebKitSystemInterface_debug.lib:
110 2007-06-29 Antti Koivisto <antti@apple.com>
114 Added WKQTMovieDataRate and WKQTMovieMaxTimeLoaded
116 * WebKitSystemInterface.h:
117 * libWebKitSystemInterface.a:
119 2007-03-29 Beth Dakin <bdakin@apple.com>
121 Rubber-stamped by Adam.
123 Keep OpenSource building.
125 * WebKitSystemInterface.h:
126 * libWebKitSystemInterface.a:
128 2007-03-28 Antti Koivisto <antti@apple.com>
130 Update libWebKitSystemInterface, previous version was out of date.
132 * libWebKitSystemInterface.a:
134 2007-03-27 Antti Koivisto <antti@apple.com>
138 Added wkGetWheelEventDeltas
140 * WebKitSystemInterface.h:
141 * libWebKitSystemInterface.a:
143 2007-03-07 Mark Rowe <mrowe@apple.com>
145 Build fix. Rebuild against 10.4 SDK.
147 * libWebKitSystemInterface.a:
149 2007-03-06 Kevin Decker <kdecker@apple.com>
153 Fixed: <rdar://problem/4126976> private keys imported by WebKit should not be accessible by all applications
155 * libWebKitSystemInterface.a:
157 2007-02-21 Anders Carlsson <acarlsson@apple.com>
159 Add new version with WKCGContextIsBitmapContext.
161 * WebKitSystemInterface.h:
162 * libWebKitSystemInterface.a:
164 2006-12-16 Adele Peterson <adele@apple.com>
168 WebKitLibraries part of fix for:
169 <rdar://problem/4463829> Switch to use new search field implementation for <input type="search">
171 Added wkDrawTextFieldCellFocusRing.
173 * WebKitSystemInterface.h:
174 * libWebKitSystemInterface.a:
176 2006-10-11 Darin Adler <darin@apple.com>
178 Reviewed by John Sullivan.
180 * WebKitSystemInterface.h: Updated to a C++-compatible version.
182 2006-08-31 Adele Peterson <adele@apple.com>
184 Reviewed by John Sullivan.
186 Removed wkSecureEventInput and wkSetSecureEventInput, since this can be done with API.
188 * WebKitSystemInterface.h:
189 * libWebKitSystemInterface.a:
191 2006-08-30 Adele Peterson <adele@apple.com>
195 Updated for http://bugs.webkit.org/show_bug.cgi?id=10575
196 Enable secure input mode for new password fields
198 * WebKitSystemInterface.h: Added WKSetSecureEventInput and WKSecureEventInput;
199 * libWebKitSystemInterface.a:
201 2006-07-09 Anders Carlsson <acarlsson@apple.com>
205 * WebKitSystemInterface.h:
206 * libWebKitSystemInterface.a:
209 2006-07-05 Adele Peterson <adele@apple.com>
211 Reviewed by Maciej and Hyatt.
213 * WebKitSystemInterface.h: Updated.
214 * libWebKitSystemInterface.a: Updated.
216 2006-06-16 Adele Peterson <adele@apple.com>
220 * WebKitSystemInterface.h: Added WKDrawBezeledTextArea().
221 * libWebKitSystemInterface.a: ditto.
223 2006-04-01 Eric Seidel <eseidel@apple.com>
225 * libWebKitSystemInterface.a: commit a universal binary.
227 2006-04-01 Darin Adler <darin@apple.com>
231 * libWebKitSystemInterface.a: Changed alpha in the focus-ring drawing
232 code to use the system default alpha.
234 2006-03-17 Eric Seidel <eseidel@apple.com>
236 * libWebKitSystemInterface.a: commit a universal binary.
238 2006-03-17 Adele Peterson <adele@apple.com>
240 * WebKitSystemInterface.h: Added WKDrawBezeledTextFieldCell()
241 * libWebKitSystemInterface.a: ditto
243 2006-02-28 John Sullivan <sullivan@apple.com>
245 * WebKitSystemInterface.h: Removed WKMouseIsDown()
246 * libWebKitSystemInterface.a: ditto
248 2006-02-23 Timothy Hatcher <timothy@apple.com>
250 New build to fix the i386 arch. (The _cuEnc64 symbol was missing.)
252 * libWebKitSystemInterface.a:
254 2006-02-19 Darin Adler <darin@apple.com>
256 * WebKitSystemInterface.h: Added WKDrawFocusRing.
257 * libWebKitSystemInterface.a: Ditto.
259 2006-02-06 John Sullivan <sullivan@apple.com>
261 * WebKitSystemInterface.h:
262 * libWebKitSystemInterface.a:
263 removed WKExecutableLinkedInTigerOrEarlier
265 2005-11-01 Darin Adler <darin@apple.com>
267 * libWebKitSystemInterface.a: Updated.
269 2005-10-04 Maciej Stachowiak <mjs@apple.com>
273 * WebKitSystemInterface.h:
274 * libWebKitSystemInterface.a:
276 2005-09-08 Justin Garcia <justin.garcia@apple.com>
278 * WebKitSystemInterface.h: Update to latest
279 * libWebKitSystemInterface.a: ditto
281 2005-09-04 Darin Adler <darin@apple.com>
283 * WebKitSystemInterface.h: Update to latest
284 * libWebKitSystemInterface.a: Ditto.
286 2005-08-07 Darin Adler <darin@apple.com>
288 * libWebKitSystemInterface.a: Universal binary.
289 * WebKitSystemInterface.h: Updated for calls that Eric recently removed.
291 2005-07-01 John Sullivan <sullivan@apple.com>
293 - added WKExecutableLinkedInTigerOrEarlier
295 * WebKitSystemInterface.h:
296 * libWebKitSystemInterface.a:
298 2005-06-06 Maciej Stachowiak <mjs@apple.com>
300 - updated for crashing bugfix
302 * libWebKitSystemInterface.a:
304 2005-06-06 Maciej Stachowiak <mjs@apple.com>
308 * WebKitSystemInterface.h:
309 * libWebKitSystemInterface.a:
311 2005-06-06 Maciej Stachowiak <mjs@apple.com>
315 * WebKitSystemInterface.h:
316 * libWebKitSystemInterface.a:
318 2005-06-06 Maciej Stachowiak <mjs@apple.com>
322 * WebKitSystemInterface.h:
323 * libWebKitSystemInterface.a:
325 2005-06-06 Maciej Stachowiak <mjs@apple.com>
329 * WebKitSystemInterface.h:
330 * libWebKitSystemInterface.a:
332 2005-06-06 Maciej Stachowiak <mjs@apple.com>
336 * WebKitSystemInterface.h:
337 * libWebKitSystemInterface.a:
339 2005-06-06 Maciej Stachowiak <mjs@apple.com>
343 * WebKitSystemInterface.h:
344 * libWebKitSystemInterface.a:
346 2005-06-06 Maciej Stachowiak <mjs@apple.com>
350 * WebKitSystemInterface.h:
351 * libWebKitSystemInterface.a:
353 2005-06-06 Maciej Stachowiak <mjs@apple.com>
357 * WebKitSystemInterface.h:
358 * libWebKitSystemInterface.a:
360 2005-06-05 Maciej Stachowiak <mjs@apple.com>
362 - added a few more bits of SPI
364 * WebKitSystemInterface.h:
365 * libWebKitSystemInterface.a:
367 2005-06-05 Maciej Stachowiak <mjs@apple.com>
369 - added file type and NSURLResponse caching SPI
371 * WebKitSystemInterface.h:
372 * libWebKitSystemInterface.a:
374 2005-06-05 Maciej Stachowiak <mjs@apple.com>
376 - initial checkin of WebKitSystemInterface binary
378 * WebKitSystemInterface.h: Added.
379 * libWebKitSystemInterface.a: Added.