1 2007-10-25 Adam Roben <aroben@apple.com>
3 Add wkSetPatternBaseCTM.
7 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
8 * win/lib/WebKitSystemInterface.lib:
9 * win/lib/WebKitSystemInterface_debug.lib:
11 2007-10-25 Sam Weinig <sam@webkit.org>
13 Fix the windows build.
15 * win/lib/WebKitSystemInterface.lib:
16 * win/lib/WebKitSystemInterface_debug.lib:
18 2007-10-25 Timothy Hatcher <timothy@apple.com>
20 Add WKSetPatternBaseCTM.
22 * WebKitSystemInterface.h:
23 * libWebKitSystemInterfaceLeopard.a:
24 * libWebKitSystemInterfaceTiger.a:
26 2007-10-25 Timothy Hatcher <timothy@apple.com>
30 Update the Leopard WebKitSystemInterface to be 4-way univeral to include 64-bit.
32 * libWebKitSystemInterfaceLeopard.a:
34 2007-10-25 Sam Weinig <sam@webkit.org>
36 Added wrapper for getting the foundation cache directory.
38 Reviewed by Adam Roben.
40 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
41 * win/lib/WebKitSystemInterface.lib:
42 * win/lib/WebKitSystemInterface_debug.lib:
44 2007-10-24 Adam Roben <aroben@apple.com>
46 Added some font-related functions needed for <rdar://5549919>
50 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
51 * win/lib/WebKitSystemInterface.lib:
52 * win/lib/WebKitSystemInterface_debug.lib:
54 2007-10-24 Timothy Hatcher <timothy@apple.com>
56 Reviewed by Mark Rowe.
58 <rdar://problem/5069711> OpenSource version of libWebKitSystemInterface.a is Tiger only, causes issues if used on Leopard
60 Add system specific versions of WebKitSystemInterface.
62 * libWebKitSystemInterface.a: Removed.
63 * libWebKitSystemInterfaceLeopard.a: Added.
64 * libWebKitSystemInterfaceTiger.a: Added.
66 2007-10-11 Ada Chan <adachan@apple.com>
68 <rdar://problem/5534421>
69 Added wkGetDefaultHTTPCookieStorage(). Updated libraries.
73 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
74 * win/lib/WebKitSystemInterface.lib:
75 * win/lib/WebKitSystemInterface_debug.lib:
77 2007-09-27 Sam Weinig <sam@webkit.org>
79 Build fix. Ran update-webkitsysteminterface script on Tiger, because
80 the resulting binary differs when built on Tiger.
82 * libWebKitSystemInterface.a:
84 2007-09-27 David Hyatt <hyatt@apple.com>
86 Update WebKitSYstemInterface for @font-face changes.
88 * WebKitSystemInterface.h:
89 * libWebKitSystemInterface.a:
91 2007-09-18 Geoffrey Garen <ggaren@apple.com>
93 Build fix. Ran update-webkitsysteminterface script on Tiger, because
94 the resulting binary differs when built on Tiger. See
95 <rdar://problem/5490613>.
97 * libWebKitSystemInterface.a:
99 2007-09-18 Geoffrey Garen <ggaren@apple.com>
101 Build fix. Ran update-webkitsysteminterface script.
103 * WebKitSystemInterface.h:
104 * libWebKitSystemInterface.a:
106 2007-08-28 Anders Carlsson <andersca@apple.com>
108 Add WKSetNSURLRequestShouldContentSniff.
110 * WebKitSystemInterface.h:
111 * libWebKitSystemInterface.a:
113 2007-08-28 Ada Chan <adachan@apple.com>
115 <rdar://problem/4876242> Added SPI to fetch SSL certificate information.
120 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
121 * win/lib/WebKitSystemInterface.lib:
122 * win/lib/WebKitSystemInterface_debug.lib:
124 2007-07-23 Ada Chan <adachan@apple.com>
128 Update WebKitSystemInterface.{h,lib}.
130 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
131 * win/lib/WebKitSystemInterface.lib:
132 * win/lib/WebKitSystemInterface_debug.lib:
134 2007-07-19 Ada Chan <adachan@apple.com>
136 Rubber-stamped by Adam.
140 * win/lib/WebKitSystemInterface.lib:
141 * win/lib/WebKitSystemInterface_debug.lib:
143 2007-07-06 Adam Roben <aroben@apple.com>
145 Update WebKitSystemInterface.{h,lib} for <rdar://problem/5301994>
149 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
150 * win/lib/WebKitSystemInterface.lib:
151 * win/lib/WebKitSystemInterface_debug.lib:
153 2007-06-29 Antti Koivisto <antti@apple.com>
157 Added WKQTMovieDataRate and WKQTMovieMaxTimeLoaded
159 * WebKitSystemInterface.h:
160 * libWebKitSystemInterface.a:
162 2007-03-29 Beth Dakin <bdakin@apple.com>
164 Rubber-stamped by Adam.
166 Keep OpenSource building.
168 * WebKitSystemInterface.h:
169 * libWebKitSystemInterface.a:
171 2007-03-28 Antti Koivisto <antti@apple.com>
173 Update libWebKitSystemInterface, previous version was out of date.
175 * libWebKitSystemInterface.a:
177 2007-03-27 Antti Koivisto <antti@apple.com>
181 Added wkGetWheelEventDeltas
183 * WebKitSystemInterface.h:
184 * libWebKitSystemInterface.a:
186 2007-03-07 Mark Rowe <mrowe@apple.com>
188 Build fix. Rebuild against 10.4 SDK.
190 * libWebKitSystemInterface.a:
192 2007-03-06 Kevin Decker <kdecker@apple.com>
196 Fixed: <rdar://problem/4126976> private keys imported by WebKit should not be accessible by all applications
198 * libWebKitSystemInterface.a:
200 2007-02-21 Anders Carlsson <acarlsson@apple.com>
202 Add new version with WKCGContextIsBitmapContext.
204 * WebKitSystemInterface.h:
205 * libWebKitSystemInterface.a:
207 2006-12-16 Adele Peterson <adele@apple.com>
211 WebKitLibraries part of fix for:
212 <rdar://problem/4463829> Switch to use new search field implementation for <input type="search">
214 Added wkDrawTextFieldCellFocusRing.
216 * WebKitSystemInterface.h:
217 * libWebKitSystemInterface.a:
219 2006-10-11 Darin Adler <darin@apple.com>
221 Reviewed by John Sullivan.
223 * WebKitSystemInterface.h: Updated to a C++-compatible version.
225 2006-08-31 Adele Peterson <adele@apple.com>
227 Reviewed by John Sullivan.
229 Removed wkSecureEventInput and wkSetSecureEventInput, since this can be done with API.
231 * WebKitSystemInterface.h:
232 * libWebKitSystemInterface.a:
234 2006-08-30 Adele Peterson <adele@apple.com>
238 Updated for http://bugs.webkit.org/show_bug.cgi?id=10575
239 Enable secure input mode for new password fields
241 * WebKitSystemInterface.h: Added WKSetSecureEventInput and WKSecureEventInput;
242 * libWebKitSystemInterface.a:
244 2006-07-09 Anders Carlsson <acarlsson@apple.com>
248 * WebKitSystemInterface.h:
249 * libWebKitSystemInterface.a:
252 2006-07-05 Adele Peterson <adele@apple.com>
254 Reviewed by Maciej and Hyatt.
256 * WebKitSystemInterface.h: Updated.
257 * libWebKitSystemInterface.a: Updated.
259 2006-06-16 Adele Peterson <adele@apple.com>
263 * WebKitSystemInterface.h: Added WKDrawBezeledTextArea().
264 * libWebKitSystemInterface.a: ditto.
266 2006-04-01 Eric Seidel <eseidel@apple.com>
268 * libWebKitSystemInterface.a: commit a universal binary.
270 2006-04-01 Darin Adler <darin@apple.com>
274 * libWebKitSystemInterface.a: Changed alpha in the focus-ring drawing
275 code to use the system default alpha.
277 2006-03-17 Eric Seidel <eseidel@apple.com>
279 * libWebKitSystemInterface.a: commit a universal binary.
281 2006-03-17 Adele Peterson <adele@apple.com>
283 * WebKitSystemInterface.h: Added WKDrawBezeledTextFieldCell()
284 * libWebKitSystemInterface.a: ditto
286 2006-02-28 John Sullivan <sullivan@apple.com>
288 * WebKitSystemInterface.h: Removed WKMouseIsDown()
289 * libWebKitSystemInterface.a: ditto
291 2006-02-23 Timothy Hatcher <timothy@apple.com>
293 New build to fix the i386 arch. (The _cuEnc64 symbol was missing.)
295 * libWebKitSystemInterface.a:
297 2006-02-19 Darin Adler <darin@apple.com>
299 * WebKitSystemInterface.h: Added WKDrawFocusRing.
300 * libWebKitSystemInterface.a: Ditto.
302 2006-02-06 John Sullivan <sullivan@apple.com>
304 * WebKitSystemInterface.h:
305 * libWebKitSystemInterface.a:
306 removed WKExecutableLinkedInTigerOrEarlier
308 2005-11-01 Darin Adler <darin@apple.com>
310 * libWebKitSystemInterface.a: Updated.
312 2005-10-04 Maciej Stachowiak <mjs@apple.com>
316 * WebKitSystemInterface.h:
317 * libWebKitSystemInterface.a:
319 2005-09-08 Justin Garcia <justin.garcia@apple.com>
321 * WebKitSystemInterface.h: Update to latest
322 * libWebKitSystemInterface.a: ditto
324 2005-09-04 Darin Adler <darin@apple.com>
326 * WebKitSystemInterface.h: Update to latest
327 * libWebKitSystemInterface.a: Ditto.
329 2005-08-07 Darin Adler <darin@apple.com>
331 * libWebKitSystemInterface.a: Universal binary.
332 * WebKitSystemInterface.h: Updated for calls that Eric recently removed.
334 2005-07-01 John Sullivan <sullivan@apple.com>
336 - added WKExecutableLinkedInTigerOrEarlier
338 * WebKitSystemInterface.h:
339 * libWebKitSystemInterface.a:
341 2005-06-06 Maciej Stachowiak <mjs@apple.com>
343 - updated for crashing bugfix
345 * libWebKitSystemInterface.a:
347 2005-06-06 Maciej Stachowiak <mjs@apple.com>
351 * WebKitSystemInterface.h:
352 * libWebKitSystemInterface.a:
354 2005-06-06 Maciej Stachowiak <mjs@apple.com>
358 * WebKitSystemInterface.h:
359 * libWebKitSystemInterface.a:
361 2005-06-06 Maciej Stachowiak <mjs@apple.com>
365 * WebKitSystemInterface.h:
366 * libWebKitSystemInterface.a:
368 2005-06-06 Maciej Stachowiak <mjs@apple.com>
372 * WebKitSystemInterface.h:
373 * libWebKitSystemInterface.a:
375 2005-06-06 Maciej Stachowiak <mjs@apple.com>
379 * WebKitSystemInterface.h:
380 * libWebKitSystemInterface.a:
382 2005-06-06 Maciej Stachowiak <mjs@apple.com>
386 * WebKitSystemInterface.h:
387 * libWebKitSystemInterface.a:
389 2005-06-06 Maciej Stachowiak <mjs@apple.com>
393 * WebKitSystemInterface.h:
394 * libWebKitSystemInterface.a:
396 2005-06-06 Maciej Stachowiak <mjs@apple.com>
400 * WebKitSystemInterface.h:
401 * libWebKitSystemInterface.a:
403 2005-06-05 Maciej Stachowiak <mjs@apple.com>
405 - added a few more bits of SPI
407 * WebKitSystemInterface.h:
408 * libWebKitSystemInterface.a:
410 2005-06-05 Maciej Stachowiak <mjs@apple.com>
412 - added file type and NSURLResponse caching SPI
414 * WebKitSystemInterface.h:
415 * libWebKitSystemInterface.a:
417 2005-06-05 Maciej Stachowiak <mjs@apple.com>
419 - initial checkin of WebKitSystemInterface binary
421 * WebKitSystemInterface.h: Added.
422 * libWebKitSystemInterface.a: Added.