Rubber-stamped by Brady Eidson.
[webbrowser.git] / WebKitLibraries / ChangeLog
blob541c401f78308f074e6947b41ee5566909674e77
1 2009-12-12  Eric Carlson  <eric.carlson@apple.com>
3         Reviewed by Darin Adler.
5        <rdar://problem/7453726> Pull shared UI code into WebKit
7         * WebKitSystemInterface.h:
8         * libWebKitSystemInterfaceLeopard.a:
9         * libWebKitSystemInterfaceSnowLeopard.a:
10         * libWebKitSystemInterfaceTiger.a:
12 2009-12-11  Chris Marrin  <cmarrin@apple.com>
14         Reviewed by Adam Roben.
16         Add QuartzCore build files to OpenSource tree
17         https://bugs.webkit.org/show_bug.cgi?id=31856
18         
19         This allows proper building and linking with QuartzCore
20         when present.
22         * win/bin: Added.
23         * win/bin/QuartzCoreInterface.dll: Added.
24         * win/include/QuartzCoreInterface: Added.
25         * win/include/QuartzCoreInterface/QuartzCoreInterface.h: Added.
26         * win/lib/QuartzCoreInterface.lib: Added.
28 2009-12-07  Adam Roben  <aroben@apple.com>
30         Windows build fix for checkouts with a space in the path
32         * win/tools/scripts/auto-version.sh: Quote the output file's directory
33         before passing it to mkdir.
35 2009-12-01  Alexey Proskuryakov  <ap@apple.com>
37         Reviewed by Darin Adler.
39         https://bugs.webkit.org/show_bug.cgi?id=32036
40         Implement CredentialStorage::getFromPersistentStorage for CFNetwork
42         * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
43         * win/lib/WebKitSystemInterface.lib:
44         * win/lib/WebKitSystemInterface_debug.lib:
45         Update WebKitSystemInterface.
47 2009-11-24  Alexey Proskuryakov  <ap@apple.com>
49         Reviewed by Brady Eidson.
51         https://bugs.webkit.org/show_bug.cgi?id=31844
52         SocketStreamHandleCFNet should support CONNECT proxy credentials
54         * WebKitSystemInterface.h:
55         * libWebKitSystemInterfaceLeopard.a:
56         * libWebKitSystemInterfaceSnowLeopard.a:
57         * libWebKitSystemInterfaceTiger.a:
58         * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
59         * win/lib/WebKitSystemInterface.lib:
60         * win/lib/WebKitSystemInterface_debug.lib:
61         Update WebKitSystemInterface.
63 2009-11-22  Dan Bernstein  <mitz@apple.com>
65         Reviewed by Eric Carlson.
67         Updated WebKitSystemInterface.
69         * libWebKitSystemInterfaceLeopard.a:
70         * libWebKitSystemInterfaceSnowLeopard.a:
71         * libWebKitSystemInterfaceTiger.a:
73 2009-11-22  Dan Bernstein  <mitz@apple.com>
75         Reviewed by Cameron Zwarich.
77         Fixed a leak in WKDrawMediaUIPart().
79         * libWebKitSystemInterfaceLeopard.a:
80         * libWebKitSystemInterfaceSnowLeopard.a:
81         * libWebKitSystemInterfaceTiger.a:
83 2009-11-20  Eric Carlson  <eric.carlson@apple.com>
85         Reviewed by Simon Fraser.
87         <rdar://problem/7414396> Leopard & Tiger: Support closed caption in <video> element
89         * WebKitSystemInterface.h:
90         * libWebKitSystemInterfaceLeopard.a:
91         * libWebKitSystemInterfaceSnowLeopard.a:
92         * libWebKitSystemInterfaceTiger.a:
94 2009-11-19  Eric Carlson  <eric.carlson@apple.com>
96         Reviewed by Dan Bernstein.
98         <rdar://problem/7035231>
99         Support closed caption in <video> element
101         * WebKitSystemInterface.h:
102             Add prototypes for WKQTMovieHasClosedCaptions and WKQTMovieSetShowClosedCaptions,
103             define WKMediaUIPartToggleClosedCaptionsButton.
105 2009-11-13  Anders Carlsson  <andersca@apple.com>
107         Reviewed by Dan Bernstein.
109         Update WebKitSystemInterface.
111         * WebKitSystemInterface.h:
112         * libWebKitSystemInterfaceLeopard.a:
113         * libWebKitSystemInterfaceSnowLeopard.a:
114         * libWebKitSystemInterfaceTiger.a:
116 2009-11-13  Brent Fulgham  <bfulgham@webkit.org>
118         Build correction.  No review.
120         The WinCairo build requires ENABLE_FILTERS to work properly.
122         * win/tools/vsprops/WinCairo.vsprops:
124 2009-11-02  Dan Bernstein  <mitz@apple.com>
126         Reviewed by John Sullivan.
128         WebKitSystemInterface part of making the appearance of the full-screen video HUD match
129         QuickTime Player X’s HUD.
131         * libWebKitSystemInterfaceLeopard.a:
132         * libWebKitSystemInterfaceSnowLeopard.a:
133         * libWebKitSystemInterfaceTiger.a:
135 2009-10-26  Mark Rowe  <mrowe@apple.com>
137         Reviewed by Adam Roben.
139         Clean up the regex madness in auto-version.sh to make it obvious what the script is doing.
141         Also teaches auto-version.sh to handle RC_PROJECTSOURCEVERSION that has more than three digits
142         in the major component of the version number.
144         * win/tools/scripts/auto-version.sh:
146 2009-10-19  Marshall Culpepper  <mculpepper@appcelerator.com>
148         Reviewed by Eric Seidel.
150         added cairo include and lib directories to debug_wincairo.vsprops
151         https://bugs.webkit.org/show_bug.cgi?id=29831
153         * win/tools/vsprops/debug_wincairo.vsprops:
155 2009-10-16  Steve Falkenburg  <sfalken@apple.com>
157         Reviewed by Dan Bernstein.
159         https://bugs.webkit.org/show_bug.cgi?id=30456
160         Fixes for new Debug_All Windows build configuration.
162         * win/tools/vsprops/debug_all.vsprops:
163         Define DEBUG_ALL in Debug_All configuration.
164         Continue to define USE_DEBUG_SAFARI_THEME for open source SafariTheme header usage.
166 2009-10-16  Steve Falkenburg  <sfalken@apple.com>
168         Reviewed by Adam Roben.
170         Add a Debug_All configuration to build entire stack as debug.
171         Change Debug_Internal to:
172         - stop using _debug suffix for all WebKit/Safari binaries
173         - not use _debug as a DLL naming suffix
174         - use non-debug C runtime lib.
176         * win/tools/vsprops/debug_all.vsprops: Added.
177         Use debug C runtime library in debug_all.
178         Specify USE_DEBUG_SAFARI_THEME to get "_debug" suffix for debug_all.
179         * win/tools/vsprops/debug_internal.vsprops:
180         Don't specify debug C runtime library in debug_internal.
181         Don't specify _debug suffix for standard debug_internal builds.
183 2009-10-05  Pierre d'Herbemont  <pdherbemont@webkit.org>
185         Reviewed by Simon Fraser
186         
187         Support fullscreen in MediaPlayer (Mac)
188         https://bugs.webkit.org/show_bug.cgi?id=26742
189         
190         New methods required for video fullscreen.
192         * WebKitSystemInterface.h:
193         * libWebKitSystemInterfaceLeopard.a:
194         * libWebKitSystemInterfaceSnowLeopard.a:
195         * libWebKitSystemInterfaceTiger.a:
197 2009-10-02  Steve Falkenburg  <sfalken@apple.com>
199         Windows build fix.
200         Re-apply lost changes to auto-version.sh.
201         
202         * win/tools/scripts/auto-version.sh:
204 2009-10-02  Eric Carlson  <eric.carlson@apple.com>
206         Reviewed by Adam Roben.
208         <rdar://problem/7271334> 
209         Rename MediaControllerThemeQT to MediaControllerThemeQuickTime
211         * WebKitSystemInterface.h: 
212         MediaControllerThemeQT -> MediaControllerThemeQuickTime
214 2009-10-02  Steve Falkenburg  <sfalken@apple.com>
216         Reviewed by Mark Rowe.
218         <https://bugs.webkit.org/show_bug.cgi?id=29989>
219         Safari version number shouldn't be exposed in WebKit code
220         
221         For a WebKit version of 532.3.4:
222         Product version is: 5.32.3.4 (was 4.0.3.0)
223         File version is: 5.32.3.4 (was 4.532.3.4)
225         * win/tools/scripts/PRODUCTVERSION: Removed.
226         * win/tools/scripts/auto-version.sh: Re-worked script to remove references to PRODUCTVERSION.
228 2009-09-25  Dan Bernstein  <mitz@apple.com>
230         Reviewed by Adam Roben.
232         WebKitSystemInterface changes for
233         <rdar://problem/7211635> 2 byte characters are displayed as garbaged
234         <rdar://problem/7212626> garbled/gibberish text (off-by-one)
236         * win/include/WebKitSystemInterface/WebKitSystemInterface.h: Added
237         wkAddFontsFromPlistRepresentation() and replaced
238         wkCreateFontsPlistRepresentation() with wkCreateFontsPlist() and
239         wkAddFontsFromPlistRepresentation() with wkAddFontsFromPlist().
240         * win/lib/WebKitSystemInterface.lib:
241         * win/lib/WebKitSystemInterface_debug.lib:
243 2009-09-23  Marshall Culpepper  <mculpepper@appcelerator.com>
245         Reviewed by Eric Seidel.
246         
247         Added $(WebKitLibrariesDir)/include/cairo so cairo.h is found by
248         default when the necessary dependencies are extracted into the
249         WebKitLibrariesDir.
250         https://bugs.webkit.org/show_bug.cgi?id=29661
252         * win/tools/vsprops/WinCairo.vsprops:
254 2009-09-09  Brent Fulgham  <bfulgham@webkit.org>
256         Reviewed by Dave Levin.
258         Adjust WinCairo-specific property sheet to use static versions of
259         libjpeg.lib and libpng.lib.  Change to libpng.lib required addition
260         of zlib.lib to link.
262         * win/tools/vsprops/WinCairo.vsprops:
264 2009-08-28  Steve Falkenburg  <sfalken@apple.com>
266         Reviewed by Adam Roben.
268         Define _CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES=1
269         to automatically use secure versions of C runtime lib calls on Windows.
270         https://bugs.webkit.org/show_bug.cgi?id=28824
271         
272         * win/tools/vsprops/common.vsprops:
274 2009-08-25  Brent Fulgham  <bfulgham@webkit.org>
276         Rubber stamped by Steve Falkenburg.
278         debug_wincairo.vsprops was linking against wrong C runtime.
280         * win/tools/vsprops/debug_wincairo.vsprops: Link to correct
281           C runtime (as in the standard 'debug.vsprops' file.)
283 2009-08-24  Brent Fulgham  <bfulgham@webkit.org>
285         Reviewed by Steve Falkenburg.
287         Revise CFLite Debug build to emit DLL's with _debug label.
288         https://bugs.webkit.org/show_bug.cgi?id=28695.
290         * win/tools/vsprops/debug_wincairo.vsprops: Added.
292 2009-08-12  Peter Kasting  <pkasting@google.com>
294         Reviewed by Darin Adler.
296         https://bugs.webkit.org/show_bug.cgi?id=27323
297         Change pattern that strips all trailing whitespace to just remove EOL
298         chars (\r, \n), to make it clear that varying EOL chars is the primary
299         problem being solved.
301         * win/tools/scripts/auto-version.sh:
303 2009-08-10  Peter Kasting  <pkasting@google.com>
305         Reviewed by George Staikos.
307         https://bugs.webkit.org/show_bug.cgi?id=27323
308         Even more line ending-stripping for auto-version.sh, based on output
309         provided by Jessie Berlin.
311         * win/tools/scripts/auto-version.sh:
313 2009-08-10  Brent Fulgham  <bfulgham@webkit.org>
315         Reviewed by Adam Roben.
317         https://bugs.webkit.org/show_bug.cgi?id=28048.
318         Move various WinCairo build settings into *.vsprops file.
320         * win/tools/vsprops/cURL.vsprops: Added.
322 2009-08-06  Peter Kasting  <pkasting@google.com>
324         Reviewed by Adam Barth.
326         https://bugs.webkit.org/show_bug.cgi?id=27323
327         Strip line endings at all points auto-version.sh reads data, not just
328         the one I happened to run into.
330         * win/tools/scripts/auto-version.sh:
332 2009-07-27  Peter Kasting  <pkasting@google.com>
334         Reviewed by Adam Roben.
336         https://bugs.webkit.org/show_bug.cgi?id=27323
337         Correctly parse command output, even when the line endings are not LF,
338         so that we don't create an autoversion.h that MSVC chokes on.
340         * win/tools/scripts/auto-version.sh:
342 2009-07-13  Brent Fulgham  <bfulgham@webkit.org>
344         Reviewed by Adam Roben.
346         Add new configuration flag for redistributable Windows build.
347         https://bugs.webkit.org/show_bug.cgi=27087
348         
349         * win/tools/vsprops/WinCairo.vsprops: Added.  Defines the
350           new WIN_CAIRO flag used to drive non-Apple Windows build.
352 2009-07-10  Eric Carlson  <eric.carlson@apple.com>
354         Reviewed by Simon Fraser.
356         Update WebKitSystemInterface for <rdar://problem/7049066>.
358         * WebKitSystemInterface.h:
359         * libWebKitSystemInterfaceLeopard.a:
360         * libWebKitSystemInterfaceSnowLeopard.a:
361         * libWebKitSystemInterfaceTiger.a:
363 2009-07-06  Eric Carlson  <eric.carlson@apple.com>
365         Update WebKitSystemInterface for <rdar://problem/7008093>.
367         * WebKitSystemInterface.h:
368         * libWebKitSystemInterfaceLeopard.a:
369         * libWebKitSystemInterfaceSnowLeopard.a:
370         * libWebKitSystemInterfaceTiger.a:
372 2009-07-06  Anders Carlsson  <andersca@apple.com>
374         Update WebKitSystemInterface.
376         * WebKitSystemInterface.h:
377         * libWebKitSystemInterfaceLeopard.a:
378         * libWebKitSystemInterfaceSnowLeopard.a:
379         * libWebKitSystemInterfaceTiger.a:
381 2009-07-02  Pierre d'Herbemont  <pdherbemont@apple.com>
383         Reviewed by Simon Fraser.
385         Update WebKitSystemInterface for <rdar://problem/6518119>
387         * WebKitSystemInterface.h:
388         * libWebKitSystemInterfaceLeopard.a:
389         * libWebKitSystemInterfaceSnowLeopard.a:
390         * libWebKitSystemInterfaceTiger.a:
392 2009-07-01  Eric Carlson  <eric.carlson@apple.com>
394         Reviewed by Simon Fraser.
396         Update WebKitSystemInterface for <rdar://problem/7014990>
398         * libWebKitSystemInterfaceLeopard.a:
399         * libWebKitSystemInterfaceSnowLeopard.a:
400         * libWebKitSystemInterfaceTiger.a:
402 2009-06-29  Eric Carlson  <eric.carlson@apple.com>
404         Reviewed by Simon Fraser.
406         Update WebKitSystemInterface for <rdar://problem/7014813>
408         * WebKitSystemInterface.h:
409         * libWebKitSystemInterfaceLeopard.a:
410         * libWebKitSystemInterfaceSnowLeopard.a:
411         * libWebKitSystemInterfaceTiger.a:
413 2009-06-25  Simon Fraser  <simon.fraser@apple.com>
415         Rubber-stamped by Mark Rowe.
416         
417         <rdar://problem/6999737>
418         
419         Update the media controller images.
421         * libWebKitSystemInterfaceLeopard.a:
422         * libWebKitSystemInterfaceSnowLeopard.a:
423         * libWebKitSystemInterfaceTiger.a:
425 2009-06-16  Simon Fraser  <simon.fraser@apple.com>
427         Rubber-stamped by Anders Carlsson.
429         Update WebKitSystemInterface for <rdar://problem/6937882>.
431         * libWebKitSystemInterfaceLeopard.a:
432         * libWebKitSystemInterfaceSnowLeopard.a:
433         * libWebKitSystemInterfaceTiger.a:
435 2009-06-02  Anders Carlsson  <andersca@apple.com>
437         Rubber-stamped by Mark Rowe.
439         Update WebKitSystemInterface.
441         * libWebKitSystemInterfaceLeopard.a:
442         * libWebKitSystemInterfaceSnowLeopard.a:
443         * libWebKitSystemInterfaceTiger.a:
445 2009-05-27  Mark Rowe  <mrowe@apple.com>
447         Rubber-stamped by Dan Bernstein.
449         Update WebKitSystemInterface.
451         * libWebKitSystemInterfaceLeopard.a:
452         * libWebKitSystemInterfaceSnowLeopard.a: Added.
453         * libWebKitSystemInterfaceTiger.a:
455 2009-05-26  Anders Carlsson  <andersca@apple.com>
457         Reviewed by Dan Bernstein.
459         <rdar://problem/6901751> 
460         REGRESSION (r35515): Tiger crash painting the selection on registration page of car2go.com
462         Remove WKCGContextIsSafeToClip.
463         
464         * WebKitSystemInterface.h:
465         * libWebKitSystemInterfaceTiger.a:
467 2009-05-21  Dan Bernstein  <mitz@apple.com>
469         Rubber-stamped by Mark Rowe.
471         - correct a copyright header accidently reverted in r43964
473         * WebKitSystemInterface.h:
475 2009-05-21  Dan Bernstein  <mitz@apple.com>
477         Reviewed by Anders Carlsson.
479         - WebKitSystemInterface part of <rdar://problem/6901751> REGRESSION
480           (r35515): Tiger crash painting the selection on registration page of
481           car2go.com
483         * WebKitSystemInterface.h:
484         * libWebKitSystemInterfaceTiger.a:
486 2009-05-07  Simon Fraser  <simon.fraser@apple.com>
488         Source changes reviewed by Darin Adler
489         
490         <rdar://problem/6864091> Endcap of media controls slider is fuzzy
491         
492         * libWebKitSystemInterfaceLeopard.a:
493         * libWebKitSystemInterfaceTiger.a:
495 2009-04-28  Steve Falkenburg  <sfalken@apple.com>
497         Fix extraneous warning about AnalyzeWithLargeStack not being defined in Windows builds.
498         Indirected definition through a UserMacro.
499         
500         Reviewed by Mark Rowe.
502         * win/tools/vsprops/common.vsprops:
504 2009-04-28  Steve Falkenburg  <sfalken@apple.com>
506         Fix extraneous warning about PRODUCTION not being defined in Windows builds.
507         Indirected definition for __PRODUCTION__ through a UserMacro.
508         
509         Reviewed by Mark Rowe.
511         * win/tools/vsprops/common.vsprops:
513 2009-04-24  Simon Fraser  <simon.fraser@apple.com>
515         Source changes reviewed by Darin Adler
516         
517         https://bugs.webkit.org/show_bug.cgi?id=22242
518         
519         Update WebKitSystemInterface for Mac with fixes for video controller drawing.
521         * libWebKitSystemInterfaceLeopard.a:
522         * libWebKitSystemInterfaceTiger.a:
524 2009-04-22  Ada Chan  <adachan@apple.com>
526         Update WebKitSystemInterface with new method that maps CFNetwork error code to localized description.
527         
528         Reviewed by Darin Adler.
530         * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
531         * win/lib/WebKitSystemInterface.lib:
532         * win/lib/WebKitSystemInterface_debug.lib:
534 2009-04-20  Steve Falkenburg  <sfalken@apple.com>
536         Separate JavaScriptCore.dll from WebKit.dll.
537         Slight performance improvement or no change on benchmarks.
538         
539         Allows us to break a circular dependency between CFNetwork and WebKit on Windows,
540         and simplifies standalone JavaScriptCore builds.
542         Reviewed by Oliver Hunt.
544         * win/tools/vsprops/common.vsprops: Add BUILDING_{project} preprocessor define.
546 2009-04-18  Pierre d'Herbemont  <pdherbemont@apple.com>
548         Reviewed by Mark Rowe.
550         <rdar://problem/6781295> video.buffered and video.seekable are not
551         the same. video.buffered should return only what is buffered and
552         not what is seekable
554         * WebKitSystemInterface.h:
555         * libWebKitSystemInterfaceLeopard.a:
556         * libWebKitSystemInterfaceTiger.a:
558 2009-04-18  Pierre d'Herbemont  <pdherbemont@apple.com>
560         Reviewed by Adele Peterson.
561         
562         <rdar://problem/6747241> work around QTKit no longer reaching
563         QTMovieLoadStateComplete
565         * WebKitSystemInterface.h:
566         * libWebKitSystemInterfaceLeopard.a:
567         * libWebKitSystemInterfaceTiger.a:
569 2009-04-15  Steve Falkenburg  <sfalken@apple.com>
571         Updated WebKitSystemInterface for Windows.
572         Changes needed for <rdar://problem/6785760>
574         * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
575         * win/lib/WebKitSystemInterface.lib:
576         * win/lib/WebKitSystemInterface_debug.lib:
578 2009-04-14  Mark Rowe  <mrowe@apple.com>
580         Update WebKitSystemInterface so that the Tiger portion supports PowerPC.
582         * libWebKitSystemInterfaceLeopard.a:
583         * libWebKitSystemInterfaceTiger.a:
585 2009-04-13  Antti Koivisto  <antti@apple.com>
587         Reviewed by Darin Adler.
588         
589         <rdar://problem/6740294> Increase the connection count per host
591         * WebKitSystemInterface.h:
592         * libWebKitSystemInterfaceLeopard.a:
593         * libWebKitSystemInterfaceTiger.a:
595 2009-04-10  Eric Carlson  <eric.carlson@apple.com>
597         WebKitSystemInterface changes for <rdar://problem/6646998>
599         * libWebKitSystemInterfaceLeopard.a:
600         * libWebKitSystemInterfaceTiger.a:
602 2009-04-10  Simon Fraser  <simon.fraser@apple.com>
604         Fix the leopard build by updating WebKitSystemInterface.
606         * WebKitSystemInterface.h:
607         * libWebKitSystemInterfaceLeopard.a:
609 2009-03-30  Steve Falkenburg  <sfalken@apple.com>
611         Bump version to 530.
613         * win/tools/scripts/VERSION:
615 2009-03-26  Adam Roben  <aroben@apple.com>
617         Remove SafariThemeConstants.h, which is now provided by
618         WebKitSupportLibrary
620         * win/include/SafariTheme: Removed.
621         * win/include/SafariTheme/SafariThemeConstants.h: Removed.
623 2009-03-07  Dan Bernstein  <mitz@apple.com>
625         Reviewed by Mark Rowe.
627         - WebKitSystemInterface part of removing build-time and run-time support
628           for legacy versions of CFNetwork and Core Graphics
630         * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
631         * win/lib/WebKitSystemInterface.lib:
632         * win/lib/WebKitSystemInterface_debug.lib:
634 2009-01-30  Dan Bernstein  <mitz@apple.com>
636         Reviewed by Timothy Hatcher.
638         - <rdar://problem/6545912> expose the build number in autoversion.h
640         * win/tools/scripts/auto-version.sh: Added a #define __BUILD_NUMBER__
641         with the full build number.
643 2009-01-08  Dan Bernstein  <mitz@apple.com>
645         Reviewed by Adam Roben.
647         - WebKitSystemInterface changes to support Core Graphics native glyph drawing
649         * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
650         * win/lib/WebKitSystemInterface.lib:
651         * win/lib/WebKitSystemInterface_debug.lib:
653 2008-11-11  Ada Chan  <adachan@apple.com>
655         Fix: https://bugs.webkit.org/show_bug.cgi?id=22187
656         Bug 22187: CLEARTYPE_QUALITY flag is not supported on Win2000
657         
658         Update window versions to correspond to Windows XP.
660         Reviewed by Steve Falkenburg.
662         * win/tools/vsprops/common.vsprops:
664 2008-10-23  Anders Carlsson  <andersca@apple.com>
666         Reviewed by John Sullivan.
668         Fix <rdar://problem/6306513> by adding a workaround for <rdar://problem/6304600>.
670         * libWebKitSystemInterfaceLeopard.a:
671         * libWebKitSystemInterfaceTiger.a:
673 2008-10-08  Mark Rowe  <mrowe@apple.com>
675         Rubber-stamped by Jon Honeycutt.
677         Remove restriction on version number ending in a 4.
679         * win/tools/scripts/auto-version.sh:
681 2008-10-07  Anders Carlsson  <andersca@apple.com>
683         Reviewed by Mitz Pettel.
685         Update WebKitSystemInterface.
686         
687         * libWebKitSystemInterfaceLeopard.a:
688         * libWebKitSystemInterfaceTiger.a:
690 2008-09-09  Dan Bernstein  <mitz@apple.com>
692         Reviewed by Darin Adler.
694         - WebKitLibraries part of <rdar://problem/6206244> Use alternate character-to-glyph interface on Leopard
696         * WebKitSystemInterface.h:
697         * libWebKitSystemInterfaceLeopard.a:
699 2008-09-04  Adam Roben  <aroben@apple.com>
701         Ignore warning LNK4221 on Windows
703         This warning is emitted when an object file with no public symbols is
704         passed to the linker/librarian. This often occurs in WebCore for files
705         that have been disabled via ENABLE()/USE() macros.
707         Rubberstamped by Anders Carlsson.
709         * win/tools/vsprops/common.vsprops: Ignore warning LNK4221.
711 2008-08-27  Timothy Hatcher  <timothy@apple.com>
713         Adds the WKAdvanceDefaultButtonPulseAnimation function.
715         <rdar://problem/6173530> Add Mac support for -webkit-appearance: default-button
717         Reviewed by Adele Peterson.
719         * WebKitSystemInterface.h: Added WKAdvanceDefaultButtonPulseAnimation.
720         * libWebKitSystemInterfaceLeopard.a: Updated.
721         * libWebKitSystemInterfaceTiger.a: Updated.
723 2008-08-26  Adam Roben  <aroben@apple.com>
725         Disable a truncation warning that is disabled/doesn't exist on Mac
727         This warning was firing when initializing floats from double literals.
728         I haven't yet found any other situation that would cause this warning
729         to arise.
731         Reviewed by Sam Weinig.
733         * win/tools/vsprops/common.vsprops: Turn off warning C4305.
735 2008-07-20  Steve Falkenburg  <sfalken@apple.com>
737         Build fix.
739         * win/tools/vsprops/common.vsprops:
741 2008-07-08  Dan Bernstein  <mitz@apple.com>
743         Reviewed by John Sullivan.
745         - WebKitSystemInterface part of <rdar://problem/6008409> Need a way to disable updates in offscreen views
747         * WebKitSystemInterface.h: Added WKWindowWillOrderOnScreenNotification.
748         * libWebKitSystemInterfaceLeopard.a: Updated.
749         * libWebKitSystemInterfaceTiger.a: Updated.
751 2008-07-01  Steve Falkenburg  <sfalken@apple.com>
753         Bump version numbers.
754         
755         Reviewed by Mark Rowe.
757         * win/tools/scripts/PRODUCTVERSION:
758         * win/tools/scripts/VERSION:
760 2008-05-13  Dan Bernstein  <mitz@apple.com>
762         Reviewed by John Sullivan.
764         - WebKitSystemInterface support for <rdar://problem/5725912> improve render quality of transformed text
766         * libWebKitSystemInterfaceLeopard.a: Improved glyph positioning in
767         transformed graphics contexts.
768         * win/include/WebKitSystemInterface/WebKitSystemInterface.h: Added
769         wkSetCGContextFontRenderingStyle().
770         * win/lib/WebKitSystemInterface.lib: Updated.
771         * win/lib/WebKitSystemInterface_debug.lib: Updated.
773 2008-05-09  Adam Roben  <aroben@apple.com>
775         Disable a MSVC warning
777         Reviewed by Darin Adler.
779         * win/tools/vsprops/common.vsprops: Add warning 4503 to the list of
780         disabled warnings. It's a warning about decorated names being longer
781         than MSVC's limit of 4096 characters. This warning doesn't indicate a
782         correctness problem, but these truncated decorated names will be
783         harder to recognize during debugging or when they appear in linker
784         errors.
786 2008-04-28  Darin Adler  <darin@apple.com>
788         Reviewed by Adam.
790         - fix Windows build
792         * win/tools/vsprops/common.vsprops: Add warning 4344 to the list of disabled warnings.
793         It's really a warning about a bug they fixed in MSVC -- not helpful to us in WebKit.
795 2008-04-24  Mark Rowe  <mrowe@apple.com>
797         Reviewed by Sam Weinig.
799         Remove code for calculating the glyph cache size.
801         * WebKitSystemInterface.h: Remove unused symbol.
802         * libWebKitSystemInterfaceLeopard.a:
803         * libWebKitSystemInterfaceTiger.a:
805 2008-03-28  Steve Falkenburg  <sfalken@apple.com>
807         Versioning.
809         * win/tools/scripts/PRODUCTVERSION:
811 2008-03-26  Adam Roben  <aroben@apple.com>
813         Windows build fix after r31322
815         * win/include/WebKitSystemInterface/WebKitSystemInterface.h: Updated.
816         * win/lib/WebKitSystemInterface.lib: Updated.
817         * win/lib/WebKitSystemInterface_debug.lib: Updated.
819 2008-03-26  Mark Rowe  <mrowe@apple.com>
821         Reviewed by David Hyatt.
823         Make the Ahem font antialias correctly on Acid3 on Tiger.
825         * WebKitSystemInterface.h:
826         * libWebKitSystemInterfaceTiger.a:
828 2008-03-19  Mark Rowe  <mrowe@apple.com>
830         Rubber-stamped by Sam Weinig.
832         Fix http://bugs.webkit.org/show_bug.cgi?id=17816.
833         Bug 17816: libWebCoreSQLite3.a is 2-architecture universal binary (not 4-architecture)
835         * libWebCoreSQLite3.a:  Land a 4-way fat binary.
837 2008-03-12  Steve Falkenburg  <sfalken@apple.com>
839         New version of WebKitSystemInterface.lib with
840         more compiler warnings suppressed.
842         * win/lib/WebKitSystemInterface.lib:
843         * win/tools/vsprops/common.vsprops:
845 2008-03-12  Dan Bernstein  <mitz@apple.com>
847         Reviewed by Darin Adler and Sam Weinig.
849         - <rdar://problem/4433248> use CoreText API instead of SPI on Leopard
851         * WebKitSystemInterface.h:
852         * libWebKitSystemInterfaceLeopard.a:
854 2008-03-11  Steve Falkenburg  <sfalken@apple.com>
856         Disable two PGO/LTCG specific warnings.
857         
858         Reviewed by Oliver.
860         * win/tools/vsprops/common.vsprops:
862 2008-02-29  Mark Rowe  <mrowe@apple.com>
864         Update Tiger version of WebKitSystemInterface to match r30690.
866         * libWebKitSystemInterfaceTiger.a:
868 2008-02-29  Adele Peterson  <adele@apple.com>
870         Reviewed by Mark.
872         Auto-generate image arrays.
874         * libWebKitSystemInterfaceLeopard.a:
876 2008-02-29  Mark Rowe  <mrowe@apple.com>
878         Reviewed by Anders Carlsson.
880         Replace use of WKPathFromFont with implementation in terms of public API.
882         * WebKitSystemInterface.h:  Remove unused symbol.
883         * libWebKitSystemInterfaceLeopard.a:
884         * libWebKitSystemInterfaceTiger.a:
886 2008-02-29  Mark Rowe  <mrowe@apple.com>
888         Reviewed by Oliver Hunt.
890         Fix spelling of "request" in name of WKNSURLProtocolClassForRequest.
892         * WebKitSystemInterface.h:
893         * libWebKitSystemInterfaceLeopard.a:
894         * libWebKitSystemInterfaceTiger.a:
896 2008-02-29  Mark Rowe  <mrowe@apple.com>
898         Reviewed by Oliver Hunt.
900         Don't use WKSupportsMultipartXMixedReplace on Leopard as multipart/x-mixed-replace is always handled by NSURLRequest.
902         * WebKitSystemInterface.h:
903         * libWebKitSystemInterfaceLeopard.a:
905 2008-02-29  Mark Rowe  <mrowe@apple.com>
907         Reviewed by Oliver Hunt and Oliver Hunt.
909         <rdar://problem/4753845> WebKit should use CGEventSourceSecondsSinceLastEventType in place of WKSecondsSinceLastInputEvent SPI.
911         * WebKitSystemInterface.h:  Remove unused symbol.
912         * libWebKitSystemInterfaceLeopard.a:
913         * libWebKitSystemInterfaceTiger.a:
915 2008-02-28  Mark Rowe  <mrowe@apple.com>
917         Reviewed by Dan Bernstein.
919         Remove two unused functions from WebKitSystemInterface.
921         * WebKitSystemInterface.h:  Remove WKPreferRGB32Key and WKGetDefaultGlyphForChar as they are unused. Also remove
922         a duplicate declaration of WKSecondsSinceLastInputEvent.
923         * libWebKitSystemInterfaceLeopard.a:
924         * libWebKitSystemInterfaceTiger.a:
926 2008-02-28  Mark Rowe  <mrowe@apple.com>
928         Reviewed by Dave Hyatt.
930         Make use of new CGFont APIs on Leopard rather than making a WebKitSystemInterface call.
932         * WebKitSystemInterface.h:  Only declare WKGetFontMetrics on Tiger.
933         * libWebKitSystemInterfaceLeopard.a:  Update for removal of WKGetFontMetrics.
935 2008-02-27  Brady Eidson  <beidson@apple.com>
937         Tiger build fix
939         * libWebKitSystemInterfaceTiger.a:
941 2008-02-27  Brady Eidson  <beidson@apple.com>
943         Reviewed by Mark Rowe
945         Removed some unused methods:
946         WKGetNSURLResponseCalculatedExpiration
947         WKGetNSURLResponseMustRevalidate
949         * WebKitSystemInterface.h:
950         * libWebKitSystemInterfaceLeopard.a:
951         * libWebKitSystemInterfaceTiger.a:
953 2008-02-13  Adam Roben  <aroben@apple.com>
955         * win/tools/scripts/auto-version.sh: Removed a redundant symbol.
957 2008-02-12  Adam Roben  <aroben@apple.com>
959         Clean up auto-version.sh a bit
961         It now does quite a bit less file I/O and many fewer fork/exec pairs.
962         It's also quite a bit easier to read.
964         Reviewed by Steve.
966         * win/tools/scripts/auto-version.sh:
968 2008-02-12  Steve Falkenburg  <sfalken@apple.com>
970         Versioning script change.
972         * win/tools/scripts/auto-version.sh:
974 2008-02-07  Ada Chan  <adachan@apple.com>
976         Added 4 new methods:
977         wkSetClientCertificateInSSLProperties, 
978         wkCanAccessCFURLRequestHTTPBodyParts,
979         wkCFURLRequestCopyHTTPRequestBodyParts,
980         wkCFURLRequestSetHTTPRequestBodyParts
982         Rubber-stamped by Steve.
984         * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
985         * win/lib/WebKitSystemInterface.lib:
986         * win/lib/WebKitSystemInterface_debug.lib:
988 2008-02-04  Timothy Hatcher  <timothy@apple.com>
990         <rdar://problem/5722735> Merge fix for SQLITE_FULL error
991         is given even if the max_page_count is increased (2920)
993         * libWebCoreSQLite3.a:
995 2008-02-01  Steve Falkenburg  <sfalken@apple.com>
997         <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
998         
999         Rubber-stamped by Jon Honeycutt.
1001         * win/tools/vsprops/common.vsprops:
1003 2008-01-29  Mark Rowe  <mrowe@apple.com>
1005         Reviewed by Tim Hatcher.
1007         <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).
1009         * WebCoreSQLite3/sqlite3.h: Added.
1010         * WebCoreSQLite3/sqlite3ext.h: Added.
1011         * libWebCoreSQLite3.a: Added.
1013 2008-01-29  Alexey Proskuryakov  <ap@webkit.org>
1015         Debug (external) build fix.
1017         Removed _DEBUG preprocessor definition, which indicates that debug libraries are used (while they aren't).
1018         This preprocessor definition is automatically set by Visual Studio as needed anyway.
1020         * win/tools/vsprops/debug.vsprops:
1022 2008-01-17  Steve Falkenburg  <sfalken@apple.com>
1024         Add preprocessor define accidently dropped in my unification,
1025         and required by some builds.  Fixes an issue that caused both
1026         debug and release DLLs to be loaded.
1027         
1028         Rubber-stamped by Jon Honeycutt.
1030         * win/tools/vsprops/debug_internal.vsprops:
1032 2008-01-16  Steve Falkenburg  <sfalken@apple.com>
1034         Use recommended security-related compiler settings.
1035         
1036         Reviewed by Adam.
1038         * win/tools/vsprops/common.vsprops:
1040 2008-01-16  Steve Falkenburg  <sfalken@apple.com>
1042         Build fix.
1044         * win/tools/vsprops/release.vsprops:
1046 2008-01-15  Adele Peterson  <adele@apple.com>
1048         Reviewed by Adam and Antti.
1050         Updated libraries for <rdar://problem/5619062> Add load progress indicator to video controls
1052         * WebKitSystemInterface.h:
1053         * libWebKitSystemInterfaceLeopard.a:
1054         * libWebKitSystemInterfaceTiger.a:
1055         * win/include/SafariTheme: Added.
1056         * win/include/SafariTheme/SafariThemeConstants.h: Added. Placeholder empty header until we release an updated WebKitSupportLibrary.
1058 2008-01-14  Steve Falkenburg  <sfalken@apple.com>
1060         Use shared vsprops for most vcproj properties.
1061         
1062         Reviewed by Darin Adler.
1064         * win/tools/vsprops/common.vsprops:
1065         * win/tools/vsprops/debug.vsprops:
1066         * win/tools/vsprops/debug_internal.vsprops:
1067         * win/tools/vsprops/release.vsprops:
1069 2008-01-11  Steve Falkenburg  <sfalken@apple.com>
1071         Share common files across projects.
1072         
1073         Unify vsprops files
1074         Debug:          common.vsprops, debug.vsprops
1075         Debug_Internal: common.vsprops, debug.vsprops, debug_internal.vsprops
1076         Release:        common.vsprops, release.vsprops
1077         
1078         Shared properties can go into common.vsprops, shared debug settings can go into debug.vsprops.
1079         debug_internal.vsprops will be mostly empty except for file path prefix modifiers.
1081         Moved auto-version.sh, VERSION, PRODUCTVERSION to tools.
1083         Reviewed by Adam Roben.
1085         * win/tools/WinTools.make:
1086         * win/tools/scripts: Added.
1087         * win/tools/scripts/PRODUCTVERSION: Added.
1088         * win/tools/scripts/VERSION: Added.
1089         * win/tools/scripts/auto-version.sh: Copied from WebCore/WebCore.vcproj/auto-version.sh.
1090         * win/tools/vsprops/debug.vsprops:
1091         * win/tools/vsprops/debug_internal.vsprops: Added.
1092         * win/tools/vsprops/release.vsprops:
1094 2008-01-11  Steve Falkenburg  <sfalken@apple.com>
1096         Add shared vsprops to help unify our Windows tools settings.
1098         Reviewed by Hyatt.
1100         * win/tools: Added.
1101         * win/tools/WinTools.make: Added.
1102         * win/tools/vsprops: Added.
1103         * win/tools/vsprops/common.vsprops: Added.
1104         * win/tools/vsprops/debug.vsprops: Added.
1105         * win/tools/vsprops/release.vsprops: Added.
1107 2008-01-07  Mark Rowe  <mrowe@apple.com>
1109         Update Tiger library to a G3-friendly version.
1111         * libWebKitSystemInterfaceTiger.a:
1113 2008-01-07  Adele Peterson  <adele@apple.com>
1115         Reviewed by Antti, Adam, and Mitz.
1117         WebKitLibraries part of fix for 
1118         <rdar://problem/5619073> Updated look for <video> controls
1119         <rdar://problem/5619057> Add volume control to video controls
1121         * WebKitSystemInterface.h:
1122         * libWebKitSystemInterfaceLeopard.a:
1123         * libWebKitSystemInterfaceTiger.a:
1125 2008-01-03  Mark Rowe  <mrowe@apple.com>
1127         Update Tiger library to a G3-friendly version.
1129         * libWebKitSystemInterfaceTiger.a:
1131 2008-01-03  Adele Peterson  <adele@apple.com>
1133         Update libraries for <rdar://problem/4106190> Include "Where from" metadata in drag-and-dropped images
1135         * WebKitSystemInterface.h:
1136         * libWebKitSystemInterfaceLeopard.a:
1137         * libWebKitSystemInterfaceTiger.a:
1139 2007-12-21  Mark Rowe  <mrowe@apple.com>
1141         Rubber-stamped by Dan Bernstein.
1143         Fix http://bugs.webkit.org/show_bug.cgi?id=16549.
1144         Bug 16549: WebKit nightly build failing to launch on PowerPC G3s
1146         * libWebKitSystemInterfaceTiger.a: Update to a G3-friendly version.
1148 2007-12-07  Dan Bernstein  <mitz@apple.com>
1150         Reviewed by Darin Adler.
1152         - updated system interface for fixing <rdar://problem/5499918> REGRESSION: insertion point in input field with custom border cuts holes in focus ring interior edges
1154         * WebKitSystemInterface.h:
1155         * libWebKitSystemInterfaceLeopard.a:
1156         * libWebKitSystemInterfaceTiger.a:
1158 2007-11-27  John Sullivan  <sullivan@apple.com>
1160         Fixed 5614525, caused by a recent bug in WKGetExtensionsForMIMEType
1161         that affects Safari.
1162         
1163         reviewed by Kevin Decker
1165         * libWebKitSystemInterfaceLeopard.a:
1166         * libWebKitSystemInterfaceTiger.a:
1168 2007-11-26  Timothy Hatcher  <timothy@apple.com>
1170         Reviewed by Adam Roben.
1172         Bug 16137: Web Inspector window on Leopard should have a unified toolbar and window title
1173         http://bugs.webkit.org/show_bug.cgi?id=16137
1175         Add a new function to make bottom window corners square for textured windows.
1177         * WebKitSystemInterface.h:
1178         * libWebKitSystemInterfaceTiger.a:
1179         * libWebKitSystemInterfaceLeopard.a:
1181 2007-11-23  Adam Roben  <aroben@apple.com>
1183         Add wkSetPatternPhaseInUserSpace to WebKitSystemInterface on Windows
1185         Reviewed by Tim.
1187         * win/include/WebKitSystemInterface/WebKitSystemInterface.h: Added
1188         declaration.
1189         * win/lib/WebKitSystemInterface.lib: Updated.
1190         * win/lib/WebKitSystemInterface_debug.lib: Updated.
1192 2007-11-16  Anders Carlsson  <andersca@apple.com>
1194         Reviewed by Adam.
1196         <rdar://problem/5603832>
1197         XMLHttpRequest readyState 3 & responseText buffer issues.
1199         Add wkSetCFURLRequestShouldContentSniff.
1200         
1201         * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
1202         * win/lib/WebKitSystemInterface.lib:
1203         * win/lib/WebKitSystemInterface_debug.lib:
1205 2007-11-05  Antti Koivisto  <antti@apple.com>
1207         Reviewed by Sam.
1208         
1209         Update WKQTMovieViewSetDrawSynchronously.
1211         * libWebKitSystemInterfaceLeopard.a:
1212         * libWebKitSystemInterfaceTiger.a:
1214 2007-11-02  Antti Koivisto  <antti@apple.com>
1216         Reviewed by Darin Adler.
1217         
1218         Update to add WKQTMovieViewSetDrawSynchronously
1220         * WebKitSystemInterface.h:
1221         * libWebKitSystemInterfaceLeopard.a:
1222         * libWebKitSystemInterfaceTiger.a:
1224 2007-10-26  Adele Peterson  <adele@apple.com>
1226         Reviewed by Tim Hatcher.
1228         Updating header too for WKDrawCapsLockIndicator.
1230         * WebKitSystemInterface.h:
1232 2007-10-26  Adele Peterson  <adele@apple.com>
1234         Reviewed by Oliver.
1236         Adding WKDrawCapsLockIndicator in preparation for fixing the caps lock indicator.
1238         * libWebKitSystemInterfaceLeopard.a:
1239         * libWebKitSystemInterfaceTiger.a:
1241 2007-10-25  Adam Roben  <aroben@apple.com>
1243         Add wkSetPatternBaseCTM.
1245         * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
1246         * win/lib/WebKitSystemInterface.lib:
1247         * win/lib/WebKitSystemInterface_debug.lib:
1249 2007-10-25  Sam Weinig  <sam@webkit.org>
1251         Fix the windows build.
1253         * win/lib/WebKitSystemInterface.lib:
1254         * win/lib/WebKitSystemInterface_debug.lib:
1256 2007-10-25  Timothy Hatcher  <timothy@apple.com>
1258         Add WKSetPatternBaseCTM.
1260         * WebKitSystemInterface.h:
1261         * libWebKitSystemInterfaceLeopard.a:
1262         * libWebKitSystemInterfaceTiger.a:
1264 2007-10-25  Timothy Hatcher  <timothy@apple.com>
1266         Reviewed by Adam.
1268         Update the Leopard WebKitSystemInterface to be 4-way univeral to include 64-bit.
1270         * libWebKitSystemInterfaceLeopard.a:
1272 2007-10-25  Sam Weinig  <sam@webkit.org>
1274         Added wrapper for getting the foundation cache directory.
1276         Reviewed by Adam Roben.
1278         * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
1279         * win/lib/WebKitSystemInterface.lib:
1280         * win/lib/WebKitSystemInterface_debug.lib:
1282 2007-10-24  Adam Roben  <aroben@apple.com>
1284         Added some font-related functions needed for <rdar://5549919>
1286         Reviewed by Ada.
1288         * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
1289         * win/lib/WebKitSystemInterface.lib:
1290         * win/lib/WebKitSystemInterface_debug.lib:
1292 2007-10-24  Timothy Hatcher  <timothy@apple.com>
1294         Reviewed by Mark Rowe.
1296         <rdar://problem/5069711> OpenSource version of libWebKitSystemInterface.a is Tiger only, causes issues if used on Leopard
1298         Add system specific versions of WebKitSystemInterface.
1300         * libWebKitSystemInterface.a: Removed.
1301         * libWebKitSystemInterfaceLeopard.a: Added.
1302         * libWebKitSystemInterfaceTiger.a: Added.
1304 2007-10-11  Ada Chan  <adachan@apple.com>
1306         <rdar://problem/5534421>
1307         Added wkGetDefaultHTTPCookieStorage().  Updated libraries.
1309         Reviewed by Darin Adler.
1311         * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
1312         * win/lib/WebKitSystemInterface.lib:
1313         * win/lib/WebKitSystemInterface_debug.lib:
1315 2007-09-27  Sam Weinig  <sam@webkit.org>
1317         Build fix. Ran update-webkitsysteminterface script on Tiger, because
1318         the resulting binary differs when built on Tiger.
1320         * libWebKitSystemInterface.a:
1322 2007-09-27  David Hyatt  <hyatt@apple.com>
1324         Update WebKitSYstemInterface for @font-face changes.
1326         * WebKitSystemInterface.h:
1327         * libWebKitSystemInterface.a:
1329 2007-09-18  Geoffrey Garen  <ggaren@apple.com>
1331         Build fix. Ran update-webkitsysteminterface script on Tiger, because
1332         the resulting binary differs when built on Tiger. See 
1333         <rdar://problem/5490613>.
1335         * libWebKitSystemInterface.a:
1337 2007-09-18  Geoffrey Garen  <ggaren@apple.com>
1339         Build fix. Ran update-webkitsysteminterface script.
1341         * WebKitSystemInterface.h:
1342         * libWebKitSystemInterface.a:
1344 2007-08-28  Anders Carlsson  <andersca@apple.com>
1346         Add WKSetNSURLRequestShouldContentSniff.
1347         
1348         * WebKitSystemInterface.h:
1349         * libWebKitSystemInterface.a:
1351 2007-08-28  Ada Chan  <adachan@apple.com>
1353         <rdar://problem/4876242> Added SPI to fetch SSL certificate information.
1354         Updated libraries.
1355         
1356         Reviewed by Adam.
1358         * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
1359         * win/lib/WebKitSystemInterface.lib:
1360         * win/lib/WebKitSystemInterface_debug.lib:
1362 2007-07-23  Ada Chan  <adachan@apple.com>
1364         Reviewed by Steve.
1365         
1366         Update WebKitSystemInterface.{h,lib}.
1368         * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
1369         * win/lib/WebKitSystemInterface.lib:
1370         * win/lib/WebKitSystemInterface_debug.lib:
1372 2007-07-19  Ada Chan  <adachan@apple.com>
1374         Rubber-stamped by Adam.
1375         
1376         Update libraries.
1378         * win/lib/WebKitSystemInterface.lib:
1379         * win/lib/WebKitSystemInterface_debug.lib:
1381 2007-07-06  Adam Roben  <aroben@apple.com>
1383         Update WebKitSystemInterface.{h,lib} for <rdar://problem/5301994>
1385         Reviewed by Alice.
1387         * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
1388         * win/lib/WebKitSystemInterface.lib:
1389         * win/lib/WebKitSystemInterface_debug.lib:
1391 2007-06-29  Antti Koivisto  <antti@apple.com>
1393         Reviewed by Maciej.
1394         
1395         Added WKQTMovieDataRate and WKQTMovieMaxTimeLoaded
1397         * WebKitSystemInterface.h:
1398         * libWebKitSystemInterface.a:
1400 2007-03-29  Beth Dakin  <bdakin@apple.com>
1402         Rubber-stamped by Adam.
1404         Keep OpenSource building.
1406         * WebKitSystemInterface.h:
1407         * libWebKitSystemInterface.a:
1409 2007-03-28  Antti Koivisto  <antti@apple.com>
1411         Update libWebKitSystemInterface, previous version was out of date.
1413         * libWebKitSystemInterface.a:
1415 2007-03-27  Antti Koivisto  <antti@apple.com>
1417         Reviewed by Darin Adler.
1418         
1419         Added wkGetWheelEventDeltas
1421         * WebKitSystemInterface.h:
1422         * libWebKitSystemInterface.a:
1424 2007-03-07  Mark Rowe  <mrowe@apple.com>
1426         Build fix.  Rebuild against 10.4 SDK.
1428         * libWebKitSystemInterface.a:
1430 2007-03-06  Kevin Decker  <kdecker@apple.com>
1432         Reviewed by Brady
1434         Fixed: <rdar://problem/4126976> private keys imported by WebKit should not be accessible by all applications
1436         * libWebKitSystemInterface.a:
1438 2007-02-21  Anders Carlsson  <acarlsson@apple.com>
1440         Add new version with WKCGContextIsBitmapContext.
1441         
1442         * WebKitSystemInterface.h:
1443         * libWebKitSystemInterface.a:
1445 2006-12-16  Adele Peterson  <adele@apple.com>
1447         Reviewed by Adam.
1449         WebKitLibraries part of fix for:
1450         <rdar://problem/4463829> Switch to use new search field implementation for <input type="search">
1452         Added wkDrawTextFieldCellFocusRing.
1454         * WebKitSystemInterface.h:
1455         * libWebKitSystemInterface.a:
1457 2006-10-11  Darin Adler  <darin@apple.com>
1459         Reviewed by John Sullivan.
1461         * WebKitSystemInterface.h: Updated to a C++-compatible version.
1463 2006-08-31  Adele Peterson  <adele@apple.com>
1465         Reviewed by John Sullivan.
1467         Removed wkSecureEventInput and wkSetSecureEventInput, since this can be done with API.
1469         * WebKitSystemInterface.h:
1470         * libWebKitSystemInterface.a:
1472 2006-08-30  Adele Peterson  <adele@apple.com>
1474         Reviewed by Hyatt.
1476         Updated for http://bugs.webkit.org/show_bug.cgi?id=10575
1477         Enable secure input mode for new password fields
1479         * WebKitSystemInterface.h: Added WKSetSecureEventInput and WKSecureEventInput;
1480         * libWebKitSystemInterface.a:
1482 2006-07-09  Anders Carlsson  <acarlsson@apple.com>
1484         Reviewed by Darin Adler.
1486         * WebKitSystemInterface.h:
1487         * libWebKitSystemInterface.a:
1488         Add WKPathFromFont.
1489         
1490 2006-07-05  Adele Peterson  <adele@apple.com>
1492         Reviewed by Maciej and Hyatt.
1494         * WebKitSystemInterface.h: Updated.
1495         * libWebKitSystemInterface.a: Updated.
1497 2006-06-16  Adele Peterson  <adele@apple.com>
1499         Reviewed by Alice.
1501         * WebKitSystemInterface.h: Added WKDrawBezeledTextArea().
1502         * libWebKitSystemInterface.a: ditto.
1504 2006-04-01  Eric Seidel  <eseidel@apple.com>
1506         * libWebKitSystemInterface.a: commit a universal binary.
1508 2006-04-01  Darin Adler  <darin@apple.com>
1510         Reviewed by Beth.
1512         * libWebKitSystemInterface.a: Changed alpha in the focus-ring drawing
1513         code to use the system default alpha.
1515 2006-03-17  Eric Seidel  <eseidel@apple.com>
1517         * libWebKitSystemInterface.a: commit a universal binary.
1519 2006-03-17  Adele Peterson  <adele@apple.com>
1521         * WebKitSystemInterface.h: Added WKDrawBezeledTextFieldCell()
1522         * libWebKitSystemInterface.a: ditto
1524 2006-02-28  John Sullivan  <sullivan@apple.com>
1526         * WebKitSystemInterface.h: Removed WKMouseIsDown()
1527         * libWebKitSystemInterface.a: ditto
1529 2006-02-23  Timothy Hatcher  <timothy@apple.com>
1531         New build to fix the i386 arch. (The _cuEnc64 symbol was missing.)
1533         * libWebKitSystemInterface.a:
1535 2006-02-19  Darin Adler  <darin@apple.com>
1537         * WebKitSystemInterface.h: Added WKDrawFocusRing.
1538         * libWebKitSystemInterface.a: Ditto.
1540 2006-02-06  John Sullivan  <sullivan@apple.com>
1542         * WebKitSystemInterface.h:
1543         * libWebKitSystemInterface.a:
1544         removed WKExecutableLinkedInTigerOrEarlier
1546 2005-11-01  Darin Adler  <darin@apple.com>
1548         * libWebKitSystemInterface.a: Updated.
1550 2005-10-04  Maciej Stachowiak  <mjs@apple.com>
1552         - updated
1554         * WebKitSystemInterface.h:
1555         * libWebKitSystemInterface.a:
1557 2005-09-08  Justin Garcia  <justin.garcia@apple.com>
1559         * WebKitSystemInterface.h: Update to latest
1560         * libWebKitSystemInterface.a: ditto
1562 2005-09-04  Darin Adler  <darin@apple.com>
1564         * WebKitSystemInterface.h: Update to latest
1565         * libWebKitSystemInterface.a: Ditto.
1567 2005-08-07  Darin Adler  <darin@apple.com>
1569         * libWebKitSystemInterface.a: Universal binary.
1570         * WebKitSystemInterface.h: Updated for calls that Eric recently removed.
1572 2005-07-01  John Sullivan  <sullivan@apple.com>
1574         - added WKExecutableLinkedInTigerOrEarlier
1576         * WebKitSystemInterface.h:
1577         * libWebKitSystemInterface.a:
1579 2005-06-06  Maciej Stachowiak  <mjs@apple.com>
1581         - updated for crashing bugfix
1583         * libWebKitSystemInterface.a:
1585 2005-06-06  Maciej Stachowiak  <mjs@apple.com>
1587         - updated
1589         * WebKitSystemInterface.h:
1590         * libWebKitSystemInterface.a:
1592 2005-06-06  Maciej Stachowiak  <mjs@apple.com>
1594         - updated
1596         * WebKitSystemInterface.h:
1597         * libWebKitSystemInterface.a:
1599 2005-06-06  Maciej Stachowiak  <mjs@apple.com>
1601         - updated
1603         * WebKitSystemInterface.h:
1604         * libWebKitSystemInterface.a:
1606 2005-06-06  Maciej Stachowiak  <mjs@apple.com>
1608         - updated
1610         * WebKitSystemInterface.h:
1611         * libWebKitSystemInterface.a:
1613 2005-06-06  Maciej Stachowiak  <mjs@apple.com>
1615         - updated
1617         * WebKitSystemInterface.h:
1618         * libWebKitSystemInterface.a:
1620 2005-06-06  Maciej Stachowiak  <mjs@apple.com>
1622         - updated
1624         * WebKitSystemInterface.h:
1625         * libWebKitSystemInterface.a:
1627 2005-06-06  Maciej Stachowiak  <mjs@apple.com>
1629         - updated
1631         * WebKitSystemInterface.h:
1632         * libWebKitSystemInterface.a:
1634 2005-06-06  Maciej Stachowiak  <mjs@apple.com>
1636         - updated
1638         * WebKitSystemInterface.h:
1639         * libWebKitSystemInterface.a:
1641 2005-06-05  Maciej Stachowiak  <mjs@apple.com>
1643         - added a few more bits of SPI
1645         * WebKitSystemInterface.h:
1646         * libWebKitSystemInterface.a:
1648 2005-06-05  Maciej Stachowiak  <mjs@apple.com>
1650         - added file type and NSURLResponse caching SPI
1652         * WebKitSystemInterface.h:
1653         * libWebKitSystemInterface.a:
1655 2005-06-05  Maciej Stachowiak  <mjs@apple.com>
1657         - initial checkin of WebKitSystemInterface binary
1659         * WebKitSystemInterface.h: Added.
1660         * libWebKitSystemInterface.a: Added.