1 2010-01-13 Simon Fraser <simon.fraser@apple.com>
3 Reviewed by Darin Adler.
5 <rdar://problem/7532544>
7 Expose new method on WebKitSystemInterface, WKGetUserToBaseCTM(), which will
8 be used for a shadow drawing fix. Once more, with feeling. On Windows.
10 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
11 * win/lib/WebKitSystemInterface.lib:
12 * win/lib/WebKitSystemInterface_debug.lib:
14 2010-01-13 Simon Fraser <simon.fraser@apple.com>
16 Reviewed by Darin Adler.
18 <rdar://problem/7532544>
20 Expose new method on WebKitSystemInterface, WKGetUserToBaseCTM(), which will
21 be used for a shadow drawing fix.
23 * win/lib/WebKitSystemInterface.lib:
24 * win/lib/WebKitSystemInterface_debug.lib:
26 2010-01-13 Simon Fraser <simon.fraser@apple.com>
28 Reviewed by Darin Adler.
30 <rdar://problem/7532544>
32 Expose new method on WebKitSystemInterface, WKGetUserToBaseCTM(), which will
33 be used for a shadow drawing fix.
35 * WebKitSystemInterface.h:
36 * libWebKitSystemInterfaceLeopard.a:
37 * libWebKitSystemInterfaceSnowLeopard.a:
38 * libWebKitSystemInterfaceTiger.a:
40 2010-01-07 Alexey Proskuryakov <ap@apple.com>
42 Not reviewed, build fix.
44 Windows buid fix - disable warning 4251 (class needs to have dll-interface to be used by
45 clients of another class). WebCore doesn't use all methods of JSString, so
46 we don't export all classes clients could theoretically access via JSString.
48 * win/tools/vsprops/common.vsprops:
50 2009-12-21 Mark Rowe <mrowe@apple.com>
52 Reviewed by Samuel Weinig.
54 Update WebKitSystemInterface.
56 * libWebKitSystemInterfaceLeopard.a:
57 * libWebKitSystemInterfaceSnowLeopard.a:
58 * libWebKitSystemInterfaceTiger.a:
60 2009-12-21 Mark Rowe <mrowe@apple.com>
62 Reviewed by Samuel Weinig.
64 Update WebKitSystemInterface.
66 * WebKitSystemInterface.h:
67 * libWebKitSystemInterfaceLeopard.a:
68 * libWebKitSystemInterfaceSnowLeopard.a:
69 * libWebKitSystemInterfaceTiger.a:
71 2009-12-18 Sam Weinig <sam@webkit.org>
73 Reviewed by Anders Carlsson.
75 Update WebKitSystemInterface for <rdar://problem/7237059>.
77 * WebKitSystemInterface.h:
78 * libWebKitSystemInterfaceLeopard.a:
79 * libWebKitSystemInterfaceSnowLeopard.a:
80 * libWebKitSystemInterfaceTiger.a:
82 2009-12-15 Dan Bernstein <mitz@apple.com>
84 Reviewed by Adam Roben.
86 WebKitSystemInterface part of <rdar://problem/7173515> Use LOGFONT support in
87 Core Graphics when available
89 * win/include/WebKitSystemInterface/WebKitSystemInterface.h: Declared
90 wkCanCreateCGFontWithLOGFONT().
91 * win/lib/WebKitSystemInterface.lib:
92 * win/lib/WebKitSystemInterface_debug.lib:
94 2009-12-12 Eric Carlson <eric.carlson@apple.com>
96 Reviewed by Darin Adler.
98 <rdar://problem/7453726> Pull shared UI code into WebKit
100 * WebKitSystemInterface.h:
101 * libWebKitSystemInterfaceLeopard.a:
102 * libWebKitSystemInterfaceSnowLeopard.a:
103 * libWebKitSystemInterfaceTiger.a:
105 2009-12-11 Chris Marrin <cmarrin@apple.com>
107 Reviewed by Adam Roben.
109 Add QuartzCore build files to OpenSource tree
110 https://bugs.webkit.org/show_bug.cgi?id=31856
112 This allows proper building and linking with QuartzCore
116 * win/bin/QuartzCoreInterface.dll: Added.
117 * win/include/QuartzCoreInterface: Added.
118 * win/include/QuartzCoreInterface/QuartzCoreInterface.h: Added.
119 * win/lib/QuartzCoreInterface.lib: Added.
121 2009-12-07 Adam Roben <aroben@apple.com>
123 Windows build fix for checkouts with a space in the path
125 * win/tools/scripts/auto-version.sh: Quote the output file's directory
126 before passing it to mkdir.
128 2009-12-01 Alexey Proskuryakov <ap@apple.com>
130 Reviewed by Darin Adler.
132 https://bugs.webkit.org/show_bug.cgi?id=32036
133 Implement CredentialStorage::getFromPersistentStorage for CFNetwork
135 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
136 * win/lib/WebKitSystemInterface.lib:
137 * win/lib/WebKitSystemInterface_debug.lib:
138 Update WebKitSystemInterface.
140 2009-11-24 Alexey Proskuryakov <ap@apple.com>
142 Reviewed by Brady Eidson.
144 https://bugs.webkit.org/show_bug.cgi?id=31844
145 SocketStreamHandleCFNet should support CONNECT proxy credentials
147 * WebKitSystemInterface.h:
148 * libWebKitSystemInterfaceLeopard.a:
149 * libWebKitSystemInterfaceSnowLeopard.a:
150 * libWebKitSystemInterfaceTiger.a:
151 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
152 * win/lib/WebKitSystemInterface.lib:
153 * win/lib/WebKitSystemInterface_debug.lib:
154 Update WebKitSystemInterface.
156 2009-11-22 Dan Bernstein <mitz@apple.com>
158 Reviewed by Eric Carlson.
160 Updated WebKitSystemInterface.
162 * libWebKitSystemInterfaceLeopard.a:
163 * libWebKitSystemInterfaceSnowLeopard.a:
164 * libWebKitSystemInterfaceTiger.a:
166 2009-11-22 Dan Bernstein <mitz@apple.com>
168 Reviewed by Cameron Zwarich.
170 Fixed a leak in WKDrawMediaUIPart().
172 * libWebKitSystemInterfaceLeopard.a:
173 * libWebKitSystemInterfaceSnowLeopard.a:
174 * libWebKitSystemInterfaceTiger.a:
176 2009-11-20 Eric Carlson <eric.carlson@apple.com>
178 Reviewed by Simon Fraser.
180 <rdar://problem/7414396> Leopard & Tiger: Support closed caption in <video> element
182 * WebKitSystemInterface.h:
183 * libWebKitSystemInterfaceLeopard.a:
184 * libWebKitSystemInterfaceSnowLeopard.a:
185 * libWebKitSystemInterfaceTiger.a:
187 2009-11-19 Eric Carlson <eric.carlson@apple.com>
189 Reviewed by Dan Bernstein.
191 <rdar://problem/7035231>
192 Support closed caption in <video> element
194 * WebKitSystemInterface.h:
195 Add prototypes for WKQTMovieHasClosedCaptions and WKQTMovieSetShowClosedCaptions,
196 define WKMediaUIPartToggleClosedCaptionsButton.
198 2009-11-13 Anders Carlsson <andersca@apple.com>
200 Reviewed by Dan Bernstein.
202 Update WebKitSystemInterface.
204 * WebKitSystemInterface.h:
205 * libWebKitSystemInterfaceLeopard.a:
206 * libWebKitSystemInterfaceSnowLeopard.a:
207 * libWebKitSystemInterfaceTiger.a:
209 2009-11-13 Brent Fulgham <bfulgham@webkit.org>
211 Build correction. No review.
213 The WinCairo build requires ENABLE_FILTERS to work properly.
215 * win/tools/vsprops/WinCairo.vsprops:
217 2009-11-02 Dan Bernstein <mitz@apple.com>
219 Reviewed by John Sullivan.
221 WebKitSystemInterface part of making the appearance of the full-screen video HUD match
222 QuickTime Player X’s HUD.
224 * libWebKitSystemInterfaceLeopard.a:
225 * libWebKitSystemInterfaceSnowLeopard.a:
226 * libWebKitSystemInterfaceTiger.a:
228 2009-10-26 Mark Rowe <mrowe@apple.com>
230 Reviewed by Adam Roben.
232 Clean up the regex madness in auto-version.sh to make it obvious what the script is doing.
234 Also teaches auto-version.sh to handle RC_PROJECTSOURCEVERSION that has more than three digits
235 in the major component of the version number.
237 * win/tools/scripts/auto-version.sh:
239 2009-10-19 Marshall Culpepper <mculpepper@appcelerator.com>
241 Reviewed by Eric Seidel.
243 added cairo include and lib directories to debug_wincairo.vsprops
244 https://bugs.webkit.org/show_bug.cgi?id=29831
246 * win/tools/vsprops/debug_wincairo.vsprops:
248 2009-10-16 Steve Falkenburg <sfalken@apple.com>
250 Reviewed by Dan Bernstein.
252 https://bugs.webkit.org/show_bug.cgi?id=30456
253 Fixes for new Debug_All Windows build configuration.
255 * win/tools/vsprops/debug_all.vsprops:
256 Define DEBUG_ALL in Debug_All configuration.
257 Continue to define USE_DEBUG_SAFARI_THEME for open source SafariTheme header usage.
259 2009-10-16 Steve Falkenburg <sfalken@apple.com>
261 Reviewed by Adam Roben.
263 Add a Debug_All configuration to build entire stack as debug.
264 Change Debug_Internal to:
265 - stop using _debug suffix for all WebKit/Safari binaries
266 - not use _debug as a DLL naming suffix
267 - use non-debug C runtime lib.
269 * win/tools/vsprops/debug_all.vsprops: Added.
270 Use debug C runtime library in debug_all.
271 Specify USE_DEBUG_SAFARI_THEME to get "_debug" suffix for debug_all.
272 * win/tools/vsprops/debug_internal.vsprops:
273 Don't specify debug C runtime library in debug_internal.
274 Don't specify _debug suffix for standard debug_internal builds.
276 2009-10-05 Pierre d'Herbemont <pdherbemont@webkit.org>
278 Reviewed by Simon Fraser
280 Support fullscreen in MediaPlayer (Mac)
281 https://bugs.webkit.org/show_bug.cgi?id=26742
283 New methods required for video fullscreen.
285 * WebKitSystemInterface.h:
286 * libWebKitSystemInterfaceLeopard.a:
287 * libWebKitSystemInterfaceSnowLeopard.a:
288 * libWebKitSystemInterfaceTiger.a:
290 2009-10-02 Steve Falkenburg <sfalken@apple.com>
293 Re-apply lost changes to auto-version.sh.
295 * win/tools/scripts/auto-version.sh:
297 2009-10-02 Eric Carlson <eric.carlson@apple.com>
299 Reviewed by Adam Roben.
301 <rdar://problem/7271334>
302 Rename MediaControllerThemeQT to MediaControllerThemeQuickTime
304 * WebKitSystemInterface.h:
305 MediaControllerThemeQT -> MediaControllerThemeQuickTime
307 2009-10-02 Steve Falkenburg <sfalken@apple.com>
309 Reviewed by Mark Rowe.
311 <https://bugs.webkit.org/show_bug.cgi?id=29989>
312 Safari version number shouldn't be exposed in WebKit code
314 For a WebKit version of 532.3.4:
315 Product version is: 5.32.3.4 (was 4.0.3.0)
316 File version is: 5.32.3.4 (was 4.532.3.4)
318 * win/tools/scripts/PRODUCTVERSION: Removed.
319 * win/tools/scripts/auto-version.sh: Re-worked script to remove references to PRODUCTVERSION.
321 2009-09-25 Dan Bernstein <mitz@apple.com>
323 Reviewed by Adam Roben.
325 WebKitSystemInterface changes for
326 <rdar://problem/7211635> 2 byte characters are displayed as garbaged
327 <rdar://problem/7212626> garbled/gibberish text (off-by-one)
329 * win/include/WebKitSystemInterface/WebKitSystemInterface.h: Added
330 wkAddFontsFromPlistRepresentation() and replaced
331 wkCreateFontsPlistRepresentation() with wkCreateFontsPlist() and
332 wkAddFontsFromPlistRepresentation() with wkAddFontsFromPlist().
333 * win/lib/WebKitSystemInterface.lib:
334 * win/lib/WebKitSystemInterface_debug.lib:
336 2009-09-23 Marshall Culpepper <mculpepper@appcelerator.com>
338 Reviewed by Eric Seidel.
340 Added $(WebKitLibrariesDir)/include/cairo so cairo.h is found by
341 default when the necessary dependencies are extracted into the
343 https://bugs.webkit.org/show_bug.cgi?id=29661
345 * win/tools/vsprops/WinCairo.vsprops:
347 2009-09-09 Brent Fulgham <bfulgham@webkit.org>
349 Reviewed by Dave Levin.
351 Adjust WinCairo-specific property sheet to use static versions of
352 libjpeg.lib and libpng.lib. Change to libpng.lib required addition
355 * win/tools/vsprops/WinCairo.vsprops:
357 2009-08-28 Steve Falkenburg <sfalken@apple.com>
359 Reviewed by Adam Roben.
361 Define _CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES=1
362 to automatically use secure versions of C runtime lib calls on Windows.
363 https://bugs.webkit.org/show_bug.cgi?id=28824
365 * win/tools/vsprops/common.vsprops:
367 2009-08-25 Brent Fulgham <bfulgham@webkit.org>
369 Rubber stamped by Steve Falkenburg.
371 debug_wincairo.vsprops was linking against wrong C runtime.
373 * win/tools/vsprops/debug_wincairo.vsprops: Link to correct
374 C runtime (as in the standard 'debug.vsprops' file.)
376 2009-08-24 Brent Fulgham <bfulgham@webkit.org>
378 Reviewed by Steve Falkenburg.
380 Revise CFLite Debug build to emit DLL's with _debug label.
381 https://bugs.webkit.org/show_bug.cgi?id=28695.
383 * win/tools/vsprops/debug_wincairo.vsprops: Added.
385 2009-08-12 Peter Kasting <pkasting@google.com>
387 Reviewed by Darin Adler.
389 https://bugs.webkit.org/show_bug.cgi?id=27323
390 Change pattern that strips all trailing whitespace to just remove EOL
391 chars (\r, \n), to make it clear that varying EOL chars is the primary
392 problem being solved.
394 * win/tools/scripts/auto-version.sh:
396 2009-08-10 Peter Kasting <pkasting@google.com>
398 Reviewed by George Staikos.
400 https://bugs.webkit.org/show_bug.cgi?id=27323
401 Even more line ending-stripping for auto-version.sh, based on output
402 provided by Jessie Berlin.
404 * win/tools/scripts/auto-version.sh:
406 2009-08-10 Brent Fulgham <bfulgham@webkit.org>
408 Reviewed by Adam Roben.
410 https://bugs.webkit.org/show_bug.cgi?id=28048.
411 Move various WinCairo build settings into *.vsprops file.
413 * win/tools/vsprops/cURL.vsprops: Added.
415 2009-08-06 Peter Kasting <pkasting@google.com>
417 Reviewed by Adam Barth.
419 https://bugs.webkit.org/show_bug.cgi?id=27323
420 Strip line endings at all points auto-version.sh reads data, not just
421 the one I happened to run into.
423 * win/tools/scripts/auto-version.sh:
425 2009-07-27 Peter Kasting <pkasting@google.com>
427 Reviewed by Adam Roben.
429 https://bugs.webkit.org/show_bug.cgi?id=27323
430 Correctly parse command output, even when the line endings are not LF,
431 so that we don't create an autoversion.h that MSVC chokes on.
433 * win/tools/scripts/auto-version.sh:
435 2009-07-13 Brent Fulgham <bfulgham@webkit.org>
437 Reviewed by Adam Roben.
439 Add new configuration flag for redistributable Windows build.
440 https://bugs.webkit.org/show_bug.cgi=27087
442 * win/tools/vsprops/WinCairo.vsprops: Added. Defines the
443 new WIN_CAIRO flag used to drive non-Apple Windows build.
445 2009-07-10 Eric Carlson <eric.carlson@apple.com>
447 Reviewed by Simon Fraser.
449 Update WebKitSystemInterface for <rdar://problem/7049066>.
451 * WebKitSystemInterface.h:
452 * libWebKitSystemInterfaceLeopard.a:
453 * libWebKitSystemInterfaceSnowLeopard.a:
454 * libWebKitSystemInterfaceTiger.a:
456 2009-07-06 Eric Carlson <eric.carlson@apple.com>
458 Update WebKitSystemInterface for <rdar://problem/7008093>.
460 * WebKitSystemInterface.h:
461 * libWebKitSystemInterfaceLeopard.a:
462 * libWebKitSystemInterfaceSnowLeopard.a:
463 * libWebKitSystemInterfaceTiger.a:
465 2009-07-06 Anders Carlsson <andersca@apple.com>
467 Update WebKitSystemInterface.
469 * WebKitSystemInterface.h:
470 * libWebKitSystemInterfaceLeopard.a:
471 * libWebKitSystemInterfaceSnowLeopard.a:
472 * libWebKitSystemInterfaceTiger.a:
474 2009-07-02 Pierre d'Herbemont <pdherbemont@apple.com>
476 Reviewed by Simon Fraser.
478 Update WebKitSystemInterface for <rdar://problem/6518119>
480 * WebKitSystemInterface.h:
481 * libWebKitSystemInterfaceLeopard.a:
482 * libWebKitSystemInterfaceSnowLeopard.a:
483 * libWebKitSystemInterfaceTiger.a:
485 2009-07-01 Eric Carlson <eric.carlson@apple.com>
487 Reviewed by Simon Fraser.
489 Update WebKitSystemInterface for <rdar://problem/7014990>
491 * libWebKitSystemInterfaceLeopard.a:
492 * libWebKitSystemInterfaceSnowLeopard.a:
493 * libWebKitSystemInterfaceTiger.a:
495 2009-06-29 Eric Carlson <eric.carlson@apple.com>
497 Reviewed by Simon Fraser.
499 Update WebKitSystemInterface for <rdar://problem/7014813>
501 * WebKitSystemInterface.h:
502 * libWebKitSystemInterfaceLeopard.a:
503 * libWebKitSystemInterfaceSnowLeopard.a:
504 * libWebKitSystemInterfaceTiger.a:
506 2009-06-25 Simon Fraser <simon.fraser@apple.com>
508 Rubber-stamped by Mark Rowe.
510 <rdar://problem/6999737>
512 Update the media controller images.
514 * libWebKitSystemInterfaceLeopard.a:
515 * libWebKitSystemInterfaceSnowLeopard.a:
516 * libWebKitSystemInterfaceTiger.a:
518 2009-06-16 Simon Fraser <simon.fraser@apple.com>
520 Rubber-stamped by Anders Carlsson.
522 Update WebKitSystemInterface for <rdar://problem/6937882>.
524 * libWebKitSystemInterfaceLeopard.a:
525 * libWebKitSystemInterfaceSnowLeopard.a:
526 * libWebKitSystemInterfaceTiger.a:
528 2009-06-02 Anders Carlsson <andersca@apple.com>
530 Rubber-stamped by Mark Rowe.
532 Update WebKitSystemInterface.
534 * libWebKitSystemInterfaceLeopard.a:
535 * libWebKitSystemInterfaceSnowLeopard.a:
536 * libWebKitSystemInterfaceTiger.a:
538 2009-05-27 Mark Rowe <mrowe@apple.com>
540 Rubber-stamped by Dan Bernstein.
542 Update WebKitSystemInterface.
544 * libWebKitSystemInterfaceLeopard.a:
545 * libWebKitSystemInterfaceSnowLeopard.a: Added.
546 * libWebKitSystemInterfaceTiger.a:
548 2009-05-26 Anders Carlsson <andersca@apple.com>
550 Reviewed by Dan Bernstein.
552 <rdar://problem/6901751>
553 REGRESSION (r35515): Tiger crash painting the selection on registration page of car2go.com
555 Remove WKCGContextIsSafeToClip.
557 * WebKitSystemInterface.h:
558 * libWebKitSystemInterfaceTiger.a:
560 2009-05-21 Dan Bernstein <mitz@apple.com>
562 Rubber-stamped by Mark Rowe.
564 - correct a copyright header accidently reverted in r43964
566 * WebKitSystemInterface.h:
568 2009-05-21 Dan Bernstein <mitz@apple.com>
570 Reviewed by Anders Carlsson.
572 - WebKitSystemInterface part of <rdar://problem/6901751> REGRESSION
573 (r35515): Tiger crash painting the selection on registration page of
576 * WebKitSystemInterface.h:
577 * libWebKitSystemInterfaceTiger.a:
579 2009-05-07 Simon Fraser <simon.fraser@apple.com>
581 Source changes reviewed by Darin Adler
583 <rdar://problem/6864091> Endcap of media controls slider is fuzzy
585 * libWebKitSystemInterfaceLeopard.a:
586 * libWebKitSystemInterfaceTiger.a:
588 2009-04-28 Steve Falkenburg <sfalken@apple.com>
590 Fix extraneous warning about AnalyzeWithLargeStack not being defined in Windows builds.
591 Indirected definition through a UserMacro.
593 Reviewed by Mark Rowe.
595 * win/tools/vsprops/common.vsprops:
597 2009-04-28 Steve Falkenburg <sfalken@apple.com>
599 Fix extraneous warning about PRODUCTION not being defined in Windows builds.
600 Indirected definition for __PRODUCTION__ through a UserMacro.
602 Reviewed by Mark Rowe.
604 * win/tools/vsprops/common.vsprops:
606 2009-04-24 Simon Fraser <simon.fraser@apple.com>
608 Source changes reviewed by Darin Adler
610 https://bugs.webkit.org/show_bug.cgi?id=22242
612 Update WebKitSystemInterface for Mac with fixes for video controller drawing.
614 * libWebKitSystemInterfaceLeopard.a:
615 * libWebKitSystemInterfaceTiger.a:
617 2009-04-22 Ada Chan <adachan@apple.com>
619 Update WebKitSystemInterface with new method that maps CFNetwork error code to localized description.
621 Reviewed by Darin Adler.
623 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
624 * win/lib/WebKitSystemInterface.lib:
625 * win/lib/WebKitSystemInterface_debug.lib:
627 2009-04-20 Steve Falkenburg <sfalken@apple.com>
629 Separate JavaScriptCore.dll from WebKit.dll.
630 Slight performance improvement or no change on benchmarks.
632 Allows us to break a circular dependency between CFNetwork and WebKit on Windows,
633 and simplifies standalone JavaScriptCore builds.
635 Reviewed by Oliver Hunt.
637 * win/tools/vsprops/common.vsprops: Add BUILDING_{project} preprocessor define.
639 2009-04-18 Pierre d'Herbemont <pdherbemont@apple.com>
641 Reviewed by Mark Rowe.
643 <rdar://problem/6781295> video.buffered and video.seekable are not
644 the same. video.buffered should return only what is buffered and
647 * WebKitSystemInterface.h:
648 * libWebKitSystemInterfaceLeopard.a:
649 * libWebKitSystemInterfaceTiger.a:
651 2009-04-18 Pierre d'Herbemont <pdherbemont@apple.com>
653 Reviewed by Adele Peterson.
655 <rdar://problem/6747241> work around QTKit no longer reaching
656 QTMovieLoadStateComplete
658 * WebKitSystemInterface.h:
659 * libWebKitSystemInterfaceLeopard.a:
660 * libWebKitSystemInterfaceTiger.a:
662 2009-04-15 Steve Falkenburg <sfalken@apple.com>
664 Updated WebKitSystemInterface for Windows.
665 Changes needed for <rdar://problem/6785760>
667 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
668 * win/lib/WebKitSystemInterface.lib:
669 * win/lib/WebKitSystemInterface_debug.lib:
671 2009-04-14 Mark Rowe <mrowe@apple.com>
673 Update WebKitSystemInterface so that the Tiger portion supports PowerPC.
675 * libWebKitSystemInterfaceLeopard.a:
676 * libWebKitSystemInterfaceTiger.a:
678 2009-04-13 Antti Koivisto <antti@apple.com>
680 Reviewed by Darin Adler.
682 <rdar://problem/6740294> Increase the connection count per host
684 * WebKitSystemInterface.h:
685 * libWebKitSystemInterfaceLeopard.a:
686 * libWebKitSystemInterfaceTiger.a:
688 2009-04-10 Eric Carlson <eric.carlson@apple.com>
690 WebKitSystemInterface changes for <rdar://problem/6646998>
692 * libWebKitSystemInterfaceLeopard.a:
693 * libWebKitSystemInterfaceTiger.a:
695 2009-04-10 Simon Fraser <simon.fraser@apple.com>
697 Fix the leopard build by updating WebKitSystemInterface.
699 * WebKitSystemInterface.h:
700 * libWebKitSystemInterfaceLeopard.a:
702 2009-03-30 Steve Falkenburg <sfalken@apple.com>
706 * win/tools/scripts/VERSION:
708 2009-03-26 Adam Roben <aroben@apple.com>
710 Remove SafariThemeConstants.h, which is now provided by
713 * win/include/SafariTheme: Removed.
714 * win/include/SafariTheme/SafariThemeConstants.h: Removed.
716 2009-03-07 Dan Bernstein <mitz@apple.com>
718 Reviewed by Mark Rowe.
720 - WebKitSystemInterface part of removing build-time and run-time support
721 for legacy versions of CFNetwork and Core Graphics
723 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
724 * win/lib/WebKitSystemInterface.lib:
725 * win/lib/WebKitSystemInterface_debug.lib:
727 2009-01-30 Dan Bernstein <mitz@apple.com>
729 Reviewed by Timothy Hatcher.
731 - <rdar://problem/6545912> expose the build number in autoversion.h
733 * win/tools/scripts/auto-version.sh: Added a #define __BUILD_NUMBER__
734 with the full build number.
736 2009-01-08 Dan Bernstein <mitz@apple.com>
738 Reviewed by Adam Roben.
740 - WebKitSystemInterface changes to support Core Graphics native glyph drawing
742 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
743 * win/lib/WebKitSystemInterface.lib:
744 * win/lib/WebKitSystemInterface_debug.lib:
746 2008-11-11 Ada Chan <adachan@apple.com>
748 Fix: https://bugs.webkit.org/show_bug.cgi?id=22187
749 Bug 22187: CLEARTYPE_QUALITY flag is not supported on Win2000
751 Update window versions to correspond to Windows XP.
753 Reviewed by Steve Falkenburg.
755 * win/tools/vsprops/common.vsprops:
757 2008-10-23 Anders Carlsson <andersca@apple.com>
759 Reviewed by John Sullivan.
761 Fix <rdar://problem/6306513> by adding a workaround for <rdar://problem/6304600>.
763 * libWebKitSystemInterfaceLeopard.a:
764 * libWebKitSystemInterfaceTiger.a:
766 2008-10-08 Mark Rowe <mrowe@apple.com>
768 Rubber-stamped by Jon Honeycutt.
770 Remove restriction on version number ending in a 4.
772 * win/tools/scripts/auto-version.sh:
774 2008-10-07 Anders Carlsson <andersca@apple.com>
776 Reviewed by Mitz Pettel.
778 Update WebKitSystemInterface.
780 * libWebKitSystemInterfaceLeopard.a:
781 * libWebKitSystemInterfaceTiger.a:
783 2008-09-09 Dan Bernstein <mitz@apple.com>
785 Reviewed by Darin Adler.
787 - WebKitLibraries part of <rdar://problem/6206244> Use alternate character-to-glyph interface on Leopard
789 * WebKitSystemInterface.h:
790 * libWebKitSystemInterfaceLeopard.a:
792 2008-09-04 Adam Roben <aroben@apple.com>
794 Ignore warning LNK4221 on Windows
796 This warning is emitted when an object file with no public symbols is
797 passed to the linker/librarian. This often occurs in WebCore for files
798 that have been disabled via ENABLE()/USE() macros.
800 Rubberstamped by Anders Carlsson.
802 * win/tools/vsprops/common.vsprops: Ignore warning LNK4221.
804 2008-08-27 Timothy Hatcher <timothy@apple.com>
806 Adds the WKAdvanceDefaultButtonPulseAnimation function.
808 <rdar://problem/6173530> Add Mac support for -webkit-appearance: default-button
810 Reviewed by Adele Peterson.
812 * WebKitSystemInterface.h: Added WKAdvanceDefaultButtonPulseAnimation.
813 * libWebKitSystemInterfaceLeopard.a: Updated.
814 * libWebKitSystemInterfaceTiger.a: Updated.
816 2008-08-26 Adam Roben <aroben@apple.com>
818 Disable a truncation warning that is disabled/doesn't exist on Mac
820 This warning was firing when initializing floats from double literals.
821 I haven't yet found any other situation that would cause this warning
824 Reviewed by Sam Weinig.
826 * win/tools/vsprops/common.vsprops: Turn off warning C4305.
828 2008-07-20 Steve Falkenburg <sfalken@apple.com>
832 * win/tools/vsprops/common.vsprops:
834 2008-07-08 Dan Bernstein <mitz@apple.com>
836 Reviewed by John Sullivan.
838 - WebKitSystemInterface part of <rdar://problem/6008409> Need a way to disable updates in offscreen views
840 * WebKitSystemInterface.h: Added WKWindowWillOrderOnScreenNotification.
841 * libWebKitSystemInterfaceLeopard.a: Updated.
842 * libWebKitSystemInterfaceTiger.a: Updated.
844 2008-07-01 Steve Falkenburg <sfalken@apple.com>
846 Bump version numbers.
848 Reviewed by Mark Rowe.
850 * win/tools/scripts/PRODUCTVERSION:
851 * win/tools/scripts/VERSION:
853 2008-05-13 Dan Bernstein <mitz@apple.com>
855 Reviewed by John Sullivan.
857 - WebKitSystemInterface support for <rdar://problem/5725912> improve render quality of transformed text
859 * libWebKitSystemInterfaceLeopard.a: Improved glyph positioning in
860 transformed graphics contexts.
861 * win/include/WebKitSystemInterface/WebKitSystemInterface.h: Added
862 wkSetCGContextFontRenderingStyle().
863 * win/lib/WebKitSystemInterface.lib: Updated.
864 * win/lib/WebKitSystemInterface_debug.lib: Updated.
866 2008-05-09 Adam Roben <aroben@apple.com>
868 Disable a MSVC warning
870 Reviewed by Darin Adler.
872 * win/tools/vsprops/common.vsprops: Add warning 4503 to the list of
873 disabled warnings. It's a warning about decorated names being longer
874 than MSVC's limit of 4096 characters. This warning doesn't indicate a
875 correctness problem, but these truncated decorated names will be
876 harder to recognize during debugging or when they appear in linker
879 2008-04-28 Darin Adler <darin@apple.com>
885 * win/tools/vsprops/common.vsprops: Add warning 4344 to the list of disabled warnings.
886 It's really a warning about a bug they fixed in MSVC -- not helpful to us in WebKit.
888 2008-04-24 Mark Rowe <mrowe@apple.com>
890 Reviewed by Sam Weinig.
892 Remove code for calculating the glyph cache size.
894 * WebKitSystemInterface.h: Remove unused symbol.
895 * libWebKitSystemInterfaceLeopard.a:
896 * libWebKitSystemInterfaceTiger.a:
898 2008-03-28 Steve Falkenburg <sfalken@apple.com>
902 * win/tools/scripts/PRODUCTVERSION:
904 2008-03-26 Adam Roben <aroben@apple.com>
906 Windows build fix after r31322
908 * win/include/WebKitSystemInterface/WebKitSystemInterface.h: Updated.
909 * win/lib/WebKitSystemInterface.lib: Updated.
910 * win/lib/WebKitSystemInterface_debug.lib: Updated.
912 2008-03-26 Mark Rowe <mrowe@apple.com>
914 Reviewed by David Hyatt.
916 Make the Ahem font antialias correctly on Acid3 on Tiger.
918 * WebKitSystemInterface.h:
919 * libWebKitSystemInterfaceTiger.a:
921 2008-03-19 Mark Rowe <mrowe@apple.com>
923 Rubber-stamped by Sam Weinig.
925 Fix http://bugs.webkit.org/show_bug.cgi?id=17816.
926 Bug 17816: libWebCoreSQLite3.a is 2-architecture universal binary (not 4-architecture)
928 * libWebCoreSQLite3.a: Land a 4-way fat binary.
930 2008-03-12 Steve Falkenburg <sfalken@apple.com>
932 New version of WebKitSystemInterface.lib with
933 more compiler warnings suppressed.
935 * win/lib/WebKitSystemInterface.lib:
936 * win/tools/vsprops/common.vsprops:
938 2008-03-12 Dan Bernstein <mitz@apple.com>
940 Reviewed by Darin Adler and Sam Weinig.
942 - <rdar://problem/4433248> use CoreText API instead of SPI on Leopard
944 * WebKitSystemInterface.h:
945 * libWebKitSystemInterfaceLeopard.a:
947 2008-03-11 Steve Falkenburg <sfalken@apple.com>
949 Disable two PGO/LTCG specific warnings.
953 * win/tools/vsprops/common.vsprops:
955 2008-02-29 Mark Rowe <mrowe@apple.com>
957 Update Tiger version of WebKitSystemInterface to match r30690.
959 * libWebKitSystemInterfaceTiger.a:
961 2008-02-29 Adele Peterson <adele@apple.com>
965 Auto-generate image arrays.
967 * libWebKitSystemInterfaceLeopard.a:
969 2008-02-29 Mark Rowe <mrowe@apple.com>
971 Reviewed by Anders Carlsson.
973 Replace use of WKPathFromFont with implementation in terms of public API.
975 * WebKitSystemInterface.h: Remove unused symbol.
976 * libWebKitSystemInterfaceLeopard.a:
977 * libWebKitSystemInterfaceTiger.a:
979 2008-02-29 Mark Rowe <mrowe@apple.com>
981 Reviewed by Oliver Hunt.
983 Fix spelling of "request" in name of WKNSURLProtocolClassForRequest.
985 * WebKitSystemInterface.h:
986 * libWebKitSystemInterfaceLeopard.a:
987 * libWebKitSystemInterfaceTiger.a:
989 2008-02-29 Mark Rowe <mrowe@apple.com>
991 Reviewed by Oliver Hunt.
993 Don't use WKSupportsMultipartXMixedReplace on Leopard as multipart/x-mixed-replace is always handled by NSURLRequest.
995 * WebKitSystemInterface.h:
996 * libWebKitSystemInterfaceLeopard.a:
998 2008-02-29 Mark Rowe <mrowe@apple.com>
1000 Reviewed by Oliver Hunt and Oliver Hunt.
1002 <rdar://problem/4753845> WebKit should use CGEventSourceSecondsSinceLastEventType in place of WKSecondsSinceLastInputEvent SPI.
1004 * WebKitSystemInterface.h: Remove unused symbol.
1005 * libWebKitSystemInterfaceLeopard.a:
1006 * libWebKitSystemInterfaceTiger.a:
1008 2008-02-28 Mark Rowe <mrowe@apple.com>
1010 Reviewed by Dan Bernstein.
1012 Remove two unused functions from WebKitSystemInterface.
1014 * WebKitSystemInterface.h: Remove WKPreferRGB32Key and WKGetDefaultGlyphForChar as they are unused. Also remove
1015 a duplicate declaration of WKSecondsSinceLastInputEvent.
1016 * libWebKitSystemInterfaceLeopard.a:
1017 * libWebKitSystemInterfaceTiger.a:
1019 2008-02-28 Mark Rowe <mrowe@apple.com>
1021 Reviewed by Dave Hyatt.
1023 Make use of new CGFont APIs on Leopard rather than making a WebKitSystemInterface call.
1025 * WebKitSystemInterface.h: Only declare WKGetFontMetrics on Tiger.
1026 * libWebKitSystemInterfaceLeopard.a: Update for removal of WKGetFontMetrics.
1028 2008-02-27 Brady Eidson <beidson@apple.com>
1032 * libWebKitSystemInterfaceTiger.a:
1034 2008-02-27 Brady Eidson <beidson@apple.com>
1036 Reviewed by Mark Rowe
1038 Removed some unused methods:
1039 WKGetNSURLResponseCalculatedExpiration
1040 WKGetNSURLResponseMustRevalidate
1042 * WebKitSystemInterface.h:
1043 * libWebKitSystemInterfaceLeopard.a:
1044 * libWebKitSystemInterfaceTiger.a:
1046 2008-02-13 Adam Roben <aroben@apple.com>
1048 * win/tools/scripts/auto-version.sh: Removed a redundant symbol.
1050 2008-02-12 Adam Roben <aroben@apple.com>
1052 Clean up auto-version.sh a bit
1054 It now does quite a bit less file I/O and many fewer fork/exec pairs.
1055 It's also quite a bit easier to read.
1059 * win/tools/scripts/auto-version.sh:
1061 2008-02-12 Steve Falkenburg <sfalken@apple.com>
1063 Versioning script change.
1065 * win/tools/scripts/auto-version.sh:
1067 2008-02-07 Ada Chan <adachan@apple.com>
1069 Added 4 new methods:
1070 wkSetClientCertificateInSSLProperties,
1071 wkCanAccessCFURLRequestHTTPBodyParts,
1072 wkCFURLRequestCopyHTTPRequestBodyParts,
1073 wkCFURLRequestSetHTTPRequestBodyParts
1075 Rubber-stamped by Steve.
1077 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
1078 * win/lib/WebKitSystemInterface.lib:
1079 * win/lib/WebKitSystemInterface_debug.lib:
1081 2008-02-04 Timothy Hatcher <timothy@apple.com>
1083 <rdar://problem/5722735> Merge fix for SQLITE_FULL error
1084 is given even if the max_page_count is increased (2920)
1086 * libWebCoreSQLite3.a:
1088 2008-02-01 Steve Falkenburg <sfalken@apple.com>
1090 <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
1092 Rubber-stamped by Jon Honeycutt.
1094 * win/tools/vsprops/common.vsprops:
1096 2008-01-29 Mark Rowe <mrowe@apple.com>
1098 Reviewed by Tim Hatcher.
1100 <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).
1102 * WebCoreSQLite3/sqlite3.h: Added.
1103 * WebCoreSQLite3/sqlite3ext.h: Added.
1104 * libWebCoreSQLite3.a: Added.
1106 2008-01-29 Alexey Proskuryakov <ap@webkit.org>
1108 Debug (external) build fix.
1110 Removed _DEBUG preprocessor definition, which indicates that debug libraries are used (while they aren't).
1111 This preprocessor definition is automatically set by Visual Studio as needed anyway.
1113 * win/tools/vsprops/debug.vsprops:
1115 2008-01-17 Steve Falkenburg <sfalken@apple.com>
1117 Add preprocessor define accidently dropped in my unification,
1118 and required by some builds. Fixes an issue that caused both
1119 debug and release DLLs to be loaded.
1121 Rubber-stamped by Jon Honeycutt.
1123 * win/tools/vsprops/debug_internal.vsprops:
1125 2008-01-16 Steve Falkenburg <sfalken@apple.com>
1127 Use recommended security-related compiler settings.
1131 * win/tools/vsprops/common.vsprops:
1133 2008-01-16 Steve Falkenburg <sfalken@apple.com>
1137 * win/tools/vsprops/release.vsprops:
1139 2008-01-15 Adele Peterson <adele@apple.com>
1141 Reviewed by Adam and Antti.
1143 Updated libraries for <rdar://problem/5619062> Add load progress indicator to video controls
1145 * WebKitSystemInterface.h:
1146 * libWebKitSystemInterfaceLeopard.a:
1147 * libWebKitSystemInterfaceTiger.a:
1148 * win/include/SafariTheme: Added.
1149 * win/include/SafariTheme/SafariThemeConstants.h: Added. Placeholder empty header until we release an updated WebKitSupportLibrary.
1151 2008-01-14 Steve Falkenburg <sfalken@apple.com>
1153 Use shared vsprops for most vcproj properties.
1155 Reviewed by Darin Adler.
1157 * win/tools/vsprops/common.vsprops:
1158 * win/tools/vsprops/debug.vsprops:
1159 * win/tools/vsprops/debug_internal.vsprops:
1160 * win/tools/vsprops/release.vsprops:
1162 2008-01-11 Steve Falkenburg <sfalken@apple.com>
1164 Share common files across projects.
1167 Debug: common.vsprops, debug.vsprops
1168 Debug_Internal: common.vsprops, debug.vsprops, debug_internal.vsprops
1169 Release: common.vsprops, release.vsprops
1171 Shared properties can go into common.vsprops, shared debug settings can go into debug.vsprops.
1172 debug_internal.vsprops will be mostly empty except for file path prefix modifiers.
1174 Moved auto-version.sh, VERSION, PRODUCTVERSION to tools.
1176 Reviewed by Adam Roben.
1178 * win/tools/WinTools.make:
1179 * win/tools/scripts: Added.
1180 * win/tools/scripts/PRODUCTVERSION: Added.
1181 * win/tools/scripts/VERSION: Added.
1182 * win/tools/scripts/auto-version.sh: Copied from WebCore/WebCore.vcproj/auto-version.sh.
1183 * win/tools/vsprops/debug.vsprops:
1184 * win/tools/vsprops/debug_internal.vsprops: Added.
1185 * win/tools/vsprops/release.vsprops:
1187 2008-01-11 Steve Falkenburg <sfalken@apple.com>
1189 Add shared vsprops to help unify our Windows tools settings.
1194 * win/tools/WinTools.make: Added.
1195 * win/tools/vsprops: Added.
1196 * win/tools/vsprops/common.vsprops: Added.
1197 * win/tools/vsprops/debug.vsprops: Added.
1198 * win/tools/vsprops/release.vsprops: Added.
1200 2008-01-07 Mark Rowe <mrowe@apple.com>
1202 Update Tiger library to a G3-friendly version.
1204 * libWebKitSystemInterfaceTiger.a:
1206 2008-01-07 Adele Peterson <adele@apple.com>
1208 Reviewed by Antti, Adam, and Mitz.
1210 WebKitLibraries part of fix for
1211 <rdar://problem/5619073> Updated look for <video> controls
1212 <rdar://problem/5619057> Add volume control to video controls
1214 * WebKitSystemInterface.h:
1215 * libWebKitSystemInterfaceLeopard.a:
1216 * libWebKitSystemInterfaceTiger.a:
1218 2008-01-03 Mark Rowe <mrowe@apple.com>
1220 Update Tiger library to a G3-friendly version.
1222 * libWebKitSystemInterfaceTiger.a:
1224 2008-01-03 Adele Peterson <adele@apple.com>
1226 Update libraries for <rdar://problem/4106190> Include "Where from" metadata in drag-and-dropped images
1228 * WebKitSystemInterface.h:
1229 * libWebKitSystemInterfaceLeopard.a:
1230 * libWebKitSystemInterfaceTiger.a:
1232 2007-12-21 Mark Rowe <mrowe@apple.com>
1234 Rubber-stamped by Dan Bernstein.
1236 Fix http://bugs.webkit.org/show_bug.cgi?id=16549.
1237 Bug 16549: WebKit nightly build failing to launch on PowerPC G3s
1239 * libWebKitSystemInterfaceTiger.a: Update to a G3-friendly version.
1241 2007-12-07 Dan Bernstein <mitz@apple.com>
1243 Reviewed by Darin Adler.
1245 - updated system interface for fixing <rdar://problem/5499918> REGRESSION: insertion point in input field with custom border cuts holes in focus ring interior edges
1247 * WebKitSystemInterface.h:
1248 * libWebKitSystemInterfaceLeopard.a:
1249 * libWebKitSystemInterfaceTiger.a:
1251 2007-11-27 John Sullivan <sullivan@apple.com>
1253 Fixed 5614525, caused by a recent bug in WKGetExtensionsForMIMEType
1254 that affects Safari.
1256 reviewed by Kevin Decker
1258 * libWebKitSystemInterfaceLeopard.a:
1259 * libWebKitSystemInterfaceTiger.a:
1261 2007-11-26 Timothy Hatcher <timothy@apple.com>
1263 Reviewed by Adam Roben.
1265 Bug 16137: Web Inspector window on Leopard should have a unified toolbar and window title
1266 http://bugs.webkit.org/show_bug.cgi?id=16137
1268 Add a new function to make bottom window corners square for textured windows.
1270 * WebKitSystemInterface.h:
1271 * libWebKitSystemInterfaceTiger.a:
1272 * libWebKitSystemInterfaceLeopard.a:
1274 2007-11-23 Adam Roben <aroben@apple.com>
1276 Add wkSetPatternPhaseInUserSpace to WebKitSystemInterface on Windows
1280 * win/include/WebKitSystemInterface/WebKitSystemInterface.h: Added
1282 * win/lib/WebKitSystemInterface.lib: Updated.
1283 * win/lib/WebKitSystemInterface_debug.lib: Updated.
1285 2007-11-16 Anders Carlsson <andersca@apple.com>
1289 <rdar://problem/5603832>
1290 XMLHttpRequest readyState 3 & responseText buffer issues.
1292 Add wkSetCFURLRequestShouldContentSniff.
1294 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
1295 * win/lib/WebKitSystemInterface.lib:
1296 * win/lib/WebKitSystemInterface_debug.lib:
1298 2007-11-05 Antti Koivisto <antti@apple.com>
1302 Update WKQTMovieViewSetDrawSynchronously.
1304 * libWebKitSystemInterfaceLeopard.a:
1305 * libWebKitSystemInterfaceTiger.a:
1307 2007-11-02 Antti Koivisto <antti@apple.com>
1309 Reviewed by Darin Adler.
1311 Update to add WKQTMovieViewSetDrawSynchronously
1313 * WebKitSystemInterface.h:
1314 * libWebKitSystemInterfaceLeopard.a:
1315 * libWebKitSystemInterfaceTiger.a:
1317 2007-10-26 Adele Peterson <adele@apple.com>
1319 Reviewed by Tim Hatcher.
1321 Updating header too for WKDrawCapsLockIndicator.
1323 * WebKitSystemInterface.h:
1325 2007-10-26 Adele Peterson <adele@apple.com>
1329 Adding WKDrawCapsLockIndicator in preparation for fixing the caps lock indicator.
1331 * libWebKitSystemInterfaceLeopard.a:
1332 * libWebKitSystemInterfaceTiger.a:
1334 2007-10-25 Adam Roben <aroben@apple.com>
1336 Add wkSetPatternBaseCTM.
1338 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
1339 * win/lib/WebKitSystemInterface.lib:
1340 * win/lib/WebKitSystemInterface_debug.lib:
1342 2007-10-25 Sam Weinig <sam@webkit.org>
1344 Fix the windows build.
1346 * win/lib/WebKitSystemInterface.lib:
1347 * win/lib/WebKitSystemInterface_debug.lib:
1349 2007-10-25 Timothy Hatcher <timothy@apple.com>
1351 Add WKSetPatternBaseCTM.
1353 * WebKitSystemInterface.h:
1354 * libWebKitSystemInterfaceLeopard.a:
1355 * libWebKitSystemInterfaceTiger.a:
1357 2007-10-25 Timothy Hatcher <timothy@apple.com>
1361 Update the Leopard WebKitSystemInterface to be 4-way univeral to include 64-bit.
1363 * libWebKitSystemInterfaceLeopard.a:
1365 2007-10-25 Sam Weinig <sam@webkit.org>
1367 Added wrapper for getting the foundation cache directory.
1369 Reviewed by Adam Roben.
1371 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
1372 * win/lib/WebKitSystemInterface.lib:
1373 * win/lib/WebKitSystemInterface_debug.lib:
1375 2007-10-24 Adam Roben <aroben@apple.com>
1377 Added some font-related functions needed for <rdar://5549919>
1381 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
1382 * win/lib/WebKitSystemInterface.lib:
1383 * win/lib/WebKitSystemInterface_debug.lib:
1385 2007-10-24 Timothy Hatcher <timothy@apple.com>
1387 Reviewed by Mark Rowe.
1389 <rdar://problem/5069711> OpenSource version of libWebKitSystemInterface.a is Tiger only, causes issues if used on Leopard
1391 Add system specific versions of WebKitSystemInterface.
1393 * libWebKitSystemInterface.a: Removed.
1394 * libWebKitSystemInterfaceLeopard.a: Added.
1395 * libWebKitSystemInterfaceTiger.a: Added.
1397 2007-10-11 Ada Chan <adachan@apple.com>
1399 <rdar://problem/5534421>
1400 Added wkGetDefaultHTTPCookieStorage(). Updated libraries.
1402 Reviewed by Darin Adler.
1404 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
1405 * win/lib/WebKitSystemInterface.lib:
1406 * win/lib/WebKitSystemInterface_debug.lib:
1408 2007-09-27 Sam Weinig <sam@webkit.org>
1410 Build fix. Ran update-webkitsysteminterface script on Tiger, because
1411 the resulting binary differs when built on Tiger.
1413 * libWebKitSystemInterface.a:
1415 2007-09-27 David Hyatt <hyatt@apple.com>
1417 Update WebKitSYstemInterface for @font-face changes.
1419 * WebKitSystemInterface.h:
1420 * libWebKitSystemInterface.a:
1422 2007-09-18 Geoffrey Garen <ggaren@apple.com>
1424 Build fix. Ran update-webkitsysteminterface script on Tiger, because
1425 the resulting binary differs when built on Tiger. See
1426 <rdar://problem/5490613>.
1428 * libWebKitSystemInterface.a:
1430 2007-09-18 Geoffrey Garen <ggaren@apple.com>
1432 Build fix. Ran update-webkitsysteminterface script.
1434 * WebKitSystemInterface.h:
1435 * libWebKitSystemInterface.a:
1437 2007-08-28 Anders Carlsson <andersca@apple.com>
1439 Add WKSetNSURLRequestShouldContentSniff.
1441 * WebKitSystemInterface.h:
1442 * libWebKitSystemInterface.a:
1444 2007-08-28 Ada Chan <adachan@apple.com>
1446 <rdar://problem/4876242> Added SPI to fetch SSL certificate information.
1451 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
1452 * win/lib/WebKitSystemInterface.lib:
1453 * win/lib/WebKitSystemInterface_debug.lib:
1455 2007-07-23 Ada Chan <adachan@apple.com>
1459 Update WebKitSystemInterface.{h,lib}.
1461 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
1462 * win/lib/WebKitSystemInterface.lib:
1463 * win/lib/WebKitSystemInterface_debug.lib:
1465 2007-07-19 Ada Chan <adachan@apple.com>
1467 Rubber-stamped by Adam.
1471 * win/lib/WebKitSystemInterface.lib:
1472 * win/lib/WebKitSystemInterface_debug.lib:
1474 2007-07-06 Adam Roben <aroben@apple.com>
1476 Update WebKitSystemInterface.{h,lib} for <rdar://problem/5301994>
1480 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
1481 * win/lib/WebKitSystemInterface.lib:
1482 * win/lib/WebKitSystemInterface_debug.lib:
1484 2007-06-29 Antti Koivisto <antti@apple.com>
1488 Added WKQTMovieDataRate and WKQTMovieMaxTimeLoaded
1490 * WebKitSystemInterface.h:
1491 * libWebKitSystemInterface.a:
1493 2007-03-29 Beth Dakin <bdakin@apple.com>
1495 Rubber-stamped by Adam.
1497 Keep OpenSource building.
1499 * WebKitSystemInterface.h:
1500 * libWebKitSystemInterface.a:
1502 2007-03-28 Antti Koivisto <antti@apple.com>
1504 Update libWebKitSystemInterface, previous version was out of date.
1506 * libWebKitSystemInterface.a:
1508 2007-03-27 Antti Koivisto <antti@apple.com>
1510 Reviewed by Darin Adler.
1512 Added wkGetWheelEventDeltas
1514 * WebKitSystemInterface.h:
1515 * libWebKitSystemInterface.a:
1517 2007-03-07 Mark Rowe <mrowe@apple.com>
1519 Build fix. Rebuild against 10.4 SDK.
1521 * libWebKitSystemInterface.a:
1523 2007-03-06 Kevin Decker <kdecker@apple.com>
1527 Fixed: <rdar://problem/4126976> private keys imported by WebKit should not be accessible by all applications
1529 * libWebKitSystemInterface.a:
1531 2007-02-21 Anders Carlsson <acarlsson@apple.com>
1533 Add new version with WKCGContextIsBitmapContext.
1535 * WebKitSystemInterface.h:
1536 * libWebKitSystemInterface.a:
1538 2006-12-16 Adele Peterson <adele@apple.com>
1542 WebKitLibraries part of fix for:
1543 <rdar://problem/4463829> Switch to use new search field implementation for <input type="search">
1545 Added wkDrawTextFieldCellFocusRing.
1547 * WebKitSystemInterface.h:
1548 * libWebKitSystemInterface.a:
1550 2006-10-11 Darin Adler <darin@apple.com>
1552 Reviewed by John Sullivan.
1554 * WebKitSystemInterface.h: Updated to a C++-compatible version.
1556 2006-08-31 Adele Peterson <adele@apple.com>
1558 Reviewed by John Sullivan.
1560 Removed wkSecureEventInput and wkSetSecureEventInput, since this can be done with API.
1562 * WebKitSystemInterface.h:
1563 * libWebKitSystemInterface.a:
1565 2006-08-30 Adele Peterson <adele@apple.com>
1569 Updated for http://bugs.webkit.org/show_bug.cgi?id=10575
1570 Enable secure input mode for new password fields
1572 * WebKitSystemInterface.h: Added WKSetSecureEventInput and WKSecureEventInput;
1573 * libWebKitSystemInterface.a:
1575 2006-07-09 Anders Carlsson <acarlsson@apple.com>
1577 Reviewed by Darin Adler.
1579 * WebKitSystemInterface.h:
1580 * libWebKitSystemInterface.a:
1583 2006-07-05 Adele Peterson <adele@apple.com>
1585 Reviewed by Maciej and Hyatt.
1587 * WebKitSystemInterface.h: Updated.
1588 * libWebKitSystemInterface.a: Updated.
1590 2006-06-16 Adele Peterson <adele@apple.com>
1594 * WebKitSystemInterface.h: Added WKDrawBezeledTextArea().
1595 * libWebKitSystemInterface.a: ditto.
1597 2006-04-01 Eric Seidel <eseidel@apple.com>
1599 * libWebKitSystemInterface.a: commit a universal binary.
1601 2006-04-01 Darin Adler <darin@apple.com>
1605 * libWebKitSystemInterface.a: Changed alpha in the focus-ring drawing
1606 code to use the system default alpha.
1608 2006-03-17 Eric Seidel <eseidel@apple.com>
1610 * libWebKitSystemInterface.a: commit a universal binary.
1612 2006-03-17 Adele Peterson <adele@apple.com>
1614 * WebKitSystemInterface.h: Added WKDrawBezeledTextFieldCell()
1615 * libWebKitSystemInterface.a: ditto
1617 2006-02-28 John Sullivan <sullivan@apple.com>
1619 * WebKitSystemInterface.h: Removed WKMouseIsDown()
1620 * libWebKitSystemInterface.a: ditto
1622 2006-02-23 Timothy Hatcher <timothy@apple.com>
1624 New build to fix the i386 arch. (The _cuEnc64 symbol was missing.)
1626 * libWebKitSystemInterface.a:
1628 2006-02-19 Darin Adler <darin@apple.com>
1630 * WebKitSystemInterface.h: Added WKDrawFocusRing.
1631 * libWebKitSystemInterface.a: Ditto.
1633 2006-02-06 John Sullivan <sullivan@apple.com>
1635 * WebKitSystemInterface.h:
1636 * libWebKitSystemInterface.a:
1637 removed WKExecutableLinkedInTigerOrEarlier
1639 2005-11-01 Darin Adler <darin@apple.com>
1641 * libWebKitSystemInterface.a: Updated.
1643 2005-10-04 Maciej Stachowiak <mjs@apple.com>
1647 * WebKitSystemInterface.h:
1648 * libWebKitSystemInterface.a:
1650 2005-09-08 Justin Garcia <justin.garcia@apple.com>
1652 * WebKitSystemInterface.h: Update to latest
1653 * libWebKitSystemInterface.a: ditto
1655 2005-09-04 Darin Adler <darin@apple.com>
1657 * WebKitSystemInterface.h: Update to latest
1658 * libWebKitSystemInterface.a: Ditto.
1660 2005-08-07 Darin Adler <darin@apple.com>
1662 * libWebKitSystemInterface.a: Universal binary.
1663 * WebKitSystemInterface.h: Updated for calls that Eric recently removed.
1665 2005-07-01 John Sullivan <sullivan@apple.com>
1667 - added WKExecutableLinkedInTigerOrEarlier
1669 * WebKitSystemInterface.h:
1670 * libWebKitSystemInterface.a:
1672 2005-06-06 Maciej Stachowiak <mjs@apple.com>
1674 - updated for crashing bugfix
1676 * libWebKitSystemInterface.a:
1678 2005-06-06 Maciej Stachowiak <mjs@apple.com>
1682 * WebKitSystemInterface.h:
1683 * libWebKitSystemInterface.a:
1685 2005-06-06 Maciej Stachowiak <mjs@apple.com>
1689 * WebKitSystemInterface.h:
1690 * libWebKitSystemInterface.a:
1692 2005-06-06 Maciej Stachowiak <mjs@apple.com>
1696 * WebKitSystemInterface.h:
1697 * libWebKitSystemInterface.a:
1699 2005-06-06 Maciej Stachowiak <mjs@apple.com>
1703 * WebKitSystemInterface.h:
1704 * libWebKitSystemInterface.a:
1706 2005-06-06 Maciej Stachowiak <mjs@apple.com>
1710 * WebKitSystemInterface.h:
1711 * libWebKitSystemInterface.a:
1713 2005-06-06 Maciej Stachowiak <mjs@apple.com>
1717 * WebKitSystemInterface.h:
1718 * libWebKitSystemInterface.a:
1720 2005-06-06 Maciej Stachowiak <mjs@apple.com>
1724 * WebKitSystemInterface.h:
1725 * libWebKitSystemInterface.a:
1727 2005-06-06 Maciej Stachowiak <mjs@apple.com>
1731 * WebKitSystemInterface.h:
1732 * libWebKitSystemInterface.a:
1734 2005-06-05 Maciej Stachowiak <mjs@apple.com>
1736 - added a few more bits of SPI
1738 * WebKitSystemInterface.h:
1739 * libWebKitSystemInterface.a:
1741 2005-06-05 Maciej Stachowiak <mjs@apple.com>
1743 - added file type and NSURLResponse caching SPI
1745 * WebKitSystemInterface.h:
1746 * libWebKitSystemInterface.a:
1748 2005-06-05 Maciej Stachowiak <mjs@apple.com>
1750 - initial checkin of WebKitSystemInterface binary
1752 * WebKitSystemInterface.h: Added.
1753 * libWebKitSystemInterface.a: Added.