1 2010-02-08 Maciej Stachowiak <mjs@apple.com>
3 Reviewed by Cameron Zwarich.
5 Restore ENABLE_RUBY flag so vendors can ship with Ruby disabled if they choose.
6 https://bugs.webkit.org/show_bug.cgi?id=34698
8 * win/tools/vsprops/FeatureDefines.vsprops:
10 2010-02-04 Mark Rowe <mrowe@apple.com>
12 Reviewed by Steve Falkenburg.
14 Update auto-version.sh to better handle major version numbers with fewer than three digits,
15 and the case when WEBKITLIBRARIESDIR is not set.
17 * win/tools/scripts/auto-version.sh:
19 2010-02-04 Steve Falkenburg <sfalken@apple.com>
21 Windows build fix for projects not defining WebKitLibrariesDir.
23 * win/tools/scripts/auto-version.sh:
25 2010-02-03 Dan Bernstein <mitz@apple.com>
27 Reviewed by Anders Carlsson.
29 Fixed a bug where WKSetNSURLConnectionDefersCallbacks(true) did not defer callbacks during modal dialogs.
31 * libWebKitSystemInterfaceLeopard.a:
33 2010-02-02 Steve Falkenburg <sfalken@apple.com>
35 Reviewed by Darin Adler.
37 Copyright year updating for Windows version resources should be automatic
38 https://bugs.webkit.org/show_bug.cgi?id=34503
40 * win/tools/scripts/auto-version.sh:
42 2010-02-02 Martin Robinson <mrobinson@webkit.org>
46 The WinCairo build requires this script to be executable.
48 * win/tools/scripts/feature-defines.sh: Added property svn:executable.
50 2010-01-29 Mark Rowe <mrowe@apple.com>
52 Keep the Windows feature defines in sync with FeatureDefines.xcconfig.
54 * win/tools/vsprops/FeatureDefines.vsprops:
55 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
57 2010-01-26 Alexey Proskuryakov <ap@apple.com>
59 More Windows build fixing.
61 * win/tools/vsprops/common.vsprops: Disable warning C4180 (qualifier applied to function
62 type has no meaning; ignored). This is a known bug - MSVC tries to compile a wrong
63 specialization sometimes - but it's not instantiated, so it's harmless.
65 2010-01-22 Steve Falkenburg <sfalken@apple.com>
67 Reviewed by Darin Adler.
69 https://bugs.webkit.org/show_bug.cgi?id=34025
70 Enable client-based Geolocation abstraction for Mac, Windows AppleWebKit targets.
72 * win/tools/vsprops/FeatureDefines.vsprops:
73 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
75 2010-01-20 Steve Falkenburg <sfalken@apple.com>
77 Reviewed by Darin Adler and Adam Roben.
79 Feature defines are difficult to maintain on Windows builds
80 https://bugs.webkit.org/show_bug.cgi?id=33883
82 FeatureDefines.vsprops are now maintained in a way similar to
83 Configurations/FeatureDefines.xcconfig, with the added advantage
84 of having a single FeatureDefines file across all projects.
86 Keep this list of features (not enabled/disabled state) in sync with
87 FeatureDefines.xcconfig files in JavaScriptCore, WebCore, and WebKit.
89 Add new features to both PreprocessorDefinitions and UserMacro sections.
90 Set any ENABLE_FEATURE_NAME macro to an empty string to disable that feature.
92 * win/tools/scripts/feature-defines.sh: Added.
93 * win/tools/vsprops/FeatureDefines.vsprops: Added.
94 * win/tools/vsprops/FeatureDefinesCairo.vsprops: Added.
95 * win/tools/vsprops/WinCairo.vsprops: Removed ENABLE_FILTERS. Now set in FeatureDefinesCairo.vsprops.
97 2010-01-13 Simon Fraser <simon.fraser@apple.com>
99 Reviewed by Darin Adler.
101 <rdar://problem/7532544>
103 Expose new method on WebKitSystemInterface, WKGetUserToBaseCTM(), which will
104 be used for a shadow drawing fix. Once more, with feeling. On Windows.
106 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
107 * win/lib/WebKitSystemInterface.lib:
108 * win/lib/WebKitSystemInterface_debug.lib:
110 2010-01-13 Simon Fraser <simon.fraser@apple.com>
112 Reviewed by Darin Adler.
114 <rdar://problem/7532544>
116 Expose new method on WebKitSystemInterface, WKGetUserToBaseCTM(), which will
117 be used for a shadow drawing fix.
119 * win/lib/WebKitSystemInterface.lib:
120 * win/lib/WebKitSystemInterface_debug.lib:
122 2010-01-13 Simon Fraser <simon.fraser@apple.com>
124 Reviewed by Darin Adler.
126 <rdar://problem/7532544>
128 Expose new method on WebKitSystemInterface, WKGetUserToBaseCTM(), which will
129 be used for a shadow drawing fix.
131 * WebKitSystemInterface.h:
132 * libWebKitSystemInterfaceLeopard.a:
133 * libWebKitSystemInterfaceSnowLeopard.a:
134 * libWebKitSystemInterfaceTiger.a:
136 2010-01-07 Alexey Proskuryakov <ap@apple.com>
138 Not reviewed, build fix.
140 Windows buid fix - disable warning 4251 (class needs to have dll-interface to be used by
141 clients of another class). WebCore doesn't use all methods of JSString, so
142 we don't export all classes clients could theoretically access via JSString.
144 * win/tools/vsprops/common.vsprops:
146 2009-12-21 Mark Rowe <mrowe@apple.com>
148 Reviewed by Samuel Weinig.
150 Update WebKitSystemInterface.
152 * libWebKitSystemInterfaceLeopard.a:
153 * libWebKitSystemInterfaceSnowLeopard.a:
154 * libWebKitSystemInterfaceTiger.a:
156 2009-12-21 Mark Rowe <mrowe@apple.com>
158 Reviewed by Samuel Weinig.
160 Update WebKitSystemInterface.
162 * WebKitSystemInterface.h:
163 * libWebKitSystemInterfaceLeopard.a:
164 * libWebKitSystemInterfaceSnowLeopard.a:
165 * libWebKitSystemInterfaceTiger.a:
167 2009-12-18 Sam Weinig <sam@webkit.org>
169 Reviewed by Anders Carlsson.
171 Update WebKitSystemInterface for <rdar://problem/7237059>.
173 * WebKitSystemInterface.h:
174 * libWebKitSystemInterfaceLeopard.a:
175 * libWebKitSystemInterfaceSnowLeopard.a:
176 * libWebKitSystemInterfaceTiger.a:
178 2009-12-15 Dan Bernstein <mitz@apple.com>
180 Reviewed by Adam Roben.
182 WebKitSystemInterface part of <rdar://problem/7173515> Use LOGFONT support in
183 Core Graphics when available
185 * win/include/WebKitSystemInterface/WebKitSystemInterface.h: Declared
186 wkCanCreateCGFontWithLOGFONT().
187 * win/lib/WebKitSystemInterface.lib:
188 * win/lib/WebKitSystemInterface_debug.lib:
190 2009-12-12 Eric Carlson <eric.carlson@apple.com>
192 Reviewed by Darin Adler.
194 <rdar://problem/7453726> Pull shared UI code into WebKit
196 * WebKitSystemInterface.h:
197 * libWebKitSystemInterfaceLeopard.a:
198 * libWebKitSystemInterfaceSnowLeopard.a:
199 * libWebKitSystemInterfaceTiger.a:
201 2009-12-11 Chris Marrin <cmarrin@apple.com>
203 Reviewed by Adam Roben.
205 Add QuartzCore build files to OpenSource tree
206 https://bugs.webkit.org/show_bug.cgi?id=31856
208 This allows proper building and linking with QuartzCore
212 * win/bin/QuartzCoreInterface.dll: Added.
213 * win/include/QuartzCoreInterface: Added.
214 * win/include/QuartzCoreInterface/QuartzCoreInterface.h: Added.
215 * win/lib/QuartzCoreInterface.lib: Added.
217 2009-12-07 Adam Roben <aroben@apple.com>
219 Windows build fix for checkouts with a space in the path
221 * win/tools/scripts/auto-version.sh: Quote the output file's directory
222 before passing it to mkdir.
224 2009-12-01 Alexey Proskuryakov <ap@apple.com>
226 Reviewed by Darin Adler.
228 https://bugs.webkit.org/show_bug.cgi?id=32036
229 Implement CredentialStorage::getFromPersistentStorage for CFNetwork
231 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
232 * win/lib/WebKitSystemInterface.lib:
233 * win/lib/WebKitSystemInterface_debug.lib:
234 Update WebKitSystemInterface.
236 2009-11-24 Alexey Proskuryakov <ap@apple.com>
238 Reviewed by Brady Eidson.
240 https://bugs.webkit.org/show_bug.cgi?id=31844
241 SocketStreamHandleCFNet should support CONNECT proxy credentials
243 * WebKitSystemInterface.h:
244 * libWebKitSystemInterfaceLeopard.a:
245 * libWebKitSystemInterfaceSnowLeopard.a:
246 * libWebKitSystemInterfaceTiger.a:
247 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
248 * win/lib/WebKitSystemInterface.lib:
249 * win/lib/WebKitSystemInterface_debug.lib:
250 Update WebKitSystemInterface.
252 2009-11-22 Dan Bernstein <mitz@apple.com>
254 Reviewed by Eric Carlson.
256 Updated WebKitSystemInterface.
258 * libWebKitSystemInterfaceLeopard.a:
259 * libWebKitSystemInterfaceSnowLeopard.a:
260 * libWebKitSystemInterfaceTiger.a:
262 2009-11-22 Dan Bernstein <mitz@apple.com>
264 Reviewed by Cameron Zwarich.
266 Fixed a leak in WKDrawMediaUIPart().
268 * libWebKitSystemInterfaceLeopard.a:
269 * libWebKitSystemInterfaceSnowLeopard.a:
270 * libWebKitSystemInterfaceTiger.a:
272 2009-11-20 Eric Carlson <eric.carlson@apple.com>
274 Reviewed by Simon Fraser.
276 <rdar://problem/7414396> Leopard & Tiger: Support closed caption in <video> element
278 * WebKitSystemInterface.h:
279 * libWebKitSystemInterfaceLeopard.a:
280 * libWebKitSystemInterfaceSnowLeopard.a:
281 * libWebKitSystemInterfaceTiger.a:
283 2009-11-19 Eric Carlson <eric.carlson@apple.com>
285 Reviewed by Dan Bernstein.
287 <rdar://problem/7035231>
288 Support closed caption in <video> element
290 * WebKitSystemInterface.h:
291 Add prototypes for WKQTMovieHasClosedCaptions and WKQTMovieSetShowClosedCaptions,
292 define WKMediaUIPartToggleClosedCaptionsButton.
294 2009-11-13 Anders Carlsson <andersca@apple.com>
296 Reviewed by Dan Bernstein.
298 Update WebKitSystemInterface.
300 * WebKitSystemInterface.h:
301 * libWebKitSystemInterfaceLeopard.a:
302 * libWebKitSystemInterfaceSnowLeopard.a:
303 * libWebKitSystemInterfaceTiger.a:
305 2009-11-13 Brent Fulgham <bfulgham@webkit.org>
307 Build correction. No review.
309 The WinCairo build requires ENABLE_FILTERS to work properly.
311 * win/tools/vsprops/WinCairo.vsprops:
313 2009-11-02 Dan Bernstein <mitz@apple.com>
315 Reviewed by John Sullivan.
317 WebKitSystemInterface part of making the appearance of the full-screen video HUD match
318 QuickTime Player X’s HUD.
320 * libWebKitSystemInterfaceLeopard.a:
321 * libWebKitSystemInterfaceSnowLeopard.a:
322 * libWebKitSystemInterfaceTiger.a:
324 2009-10-26 Mark Rowe <mrowe@apple.com>
326 Reviewed by Adam Roben.
328 Clean up the regex madness in auto-version.sh to make it obvious what the script is doing.
330 Also teaches auto-version.sh to handle RC_PROJECTSOURCEVERSION that has more than three digits
331 in the major component of the version number.
333 * win/tools/scripts/auto-version.sh:
335 2009-10-19 Marshall Culpepper <mculpepper@appcelerator.com>
337 Reviewed by Eric Seidel.
339 added cairo include and lib directories to debug_wincairo.vsprops
340 https://bugs.webkit.org/show_bug.cgi?id=29831
342 * win/tools/vsprops/debug_wincairo.vsprops:
344 2009-10-16 Steve Falkenburg <sfalken@apple.com>
346 Reviewed by Dan Bernstein.
348 https://bugs.webkit.org/show_bug.cgi?id=30456
349 Fixes for new Debug_All Windows build configuration.
351 * win/tools/vsprops/debug_all.vsprops:
352 Define DEBUG_ALL in Debug_All configuration.
353 Continue to define USE_DEBUG_SAFARI_THEME for open source SafariTheme header usage.
355 2009-10-16 Steve Falkenburg <sfalken@apple.com>
357 Reviewed by Adam Roben.
359 Add a Debug_All configuration to build entire stack as debug.
360 Change Debug_Internal to:
361 - stop using _debug suffix for all WebKit/Safari binaries
362 - not use _debug as a DLL naming suffix
363 - use non-debug C runtime lib.
365 * win/tools/vsprops/debug_all.vsprops: Added.
366 Use debug C runtime library in debug_all.
367 Specify USE_DEBUG_SAFARI_THEME to get "_debug" suffix for debug_all.
368 * win/tools/vsprops/debug_internal.vsprops:
369 Don't specify debug C runtime library in debug_internal.
370 Don't specify _debug suffix for standard debug_internal builds.
372 2009-10-05 Pierre d'Herbemont <pdherbemont@webkit.org>
374 Reviewed by Simon Fraser
376 Support fullscreen in MediaPlayer (Mac)
377 https://bugs.webkit.org/show_bug.cgi?id=26742
379 New methods required for video fullscreen.
381 * WebKitSystemInterface.h:
382 * libWebKitSystemInterfaceLeopard.a:
383 * libWebKitSystemInterfaceSnowLeopard.a:
384 * libWebKitSystemInterfaceTiger.a:
386 2009-10-02 Steve Falkenburg <sfalken@apple.com>
389 Re-apply lost changes to auto-version.sh.
391 * win/tools/scripts/auto-version.sh:
393 2009-10-02 Eric Carlson <eric.carlson@apple.com>
395 Reviewed by Adam Roben.
397 <rdar://problem/7271334>
398 Rename MediaControllerThemeQT to MediaControllerThemeQuickTime
400 * WebKitSystemInterface.h:
401 MediaControllerThemeQT -> MediaControllerThemeQuickTime
403 2009-10-02 Steve Falkenburg <sfalken@apple.com>
405 Reviewed by Mark Rowe.
407 <https://bugs.webkit.org/show_bug.cgi?id=29989>
408 Safari version number shouldn't be exposed in WebKit code
410 For a WebKit version of 532.3.4:
411 Product version is: 5.32.3.4 (was 4.0.3.0)
412 File version is: 5.32.3.4 (was 4.532.3.4)
414 * win/tools/scripts/PRODUCTVERSION: Removed.
415 * win/tools/scripts/auto-version.sh: Re-worked script to remove references to PRODUCTVERSION.
417 2009-09-25 Dan Bernstein <mitz@apple.com>
419 Reviewed by Adam Roben.
421 WebKitSystemInterface changes for
422 <rdar://problem/7211635> 2 byte characters are displayed as garbaged
423 <rdar://problem/7212626> garbled/gibberish text (off-by-one)
425 * win/include/WebKitSystemInterface/WebKitSystemInterface.h: Added
426 wkAddFontsFromPlistRepresentation() and replaced
427 wkCreateFontsPlistRepresentation() with wkCreateFontsPlist() and
428 wkAddFontsFromPlistRepresentation() with wkAddFontsFromPlist().
429 * win/lib/WebKitSystemInterface.lib:
430 * win/lib/WebKitSystemInterface_debug.lib:
432 2009-09-23 Marshall Culpepper <mculpepper@appcelerator.com>
434 Reviewed by Eric Seidel.
436 Added $(WebKitLibrariesDir)/include/cairo so cairo.h is found by
437 default when the necessary dependencies are extracted into the
439 https://bugs.webkit.org/show_bug.cgi?id=29661
441 * win/tools/vsprops/WinCairo.vsprops:
443 2009-09-09 Brent Fulgham <bfulgham@webkit.org>
445 Reviewed by Dave Levin.
447 Adjust WinCairo-specific property sheet to use static versions of
448 libjpeg.lib and libpng.lib. Change to libpng.lib required addition
451 * win/tools/vsprops/WinCairo.vsprops:
453 2009-08-28 Steve Falkenburg <sfalken@apple.com>
455 Reviewed by Adam Roben.
457 Define _CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES=1
458 to automatically use secure versions of C runtime lib calls on Windows.
459 https://bugs.webkit.org/show_bug.cgi?id=28824
461 * win/tools/vsprops/common.vsprops:
463 2009-08-25 Brent Fulgham <bfulgham@webkit.org>
465 Rubber stamped by Steve Falkenburg.
467 debug_wincairo.vsprops was linking against wrong C runtime.
469 * win/tools/vsprops/debug_wincairo.vsprops: Link to correct
470 C runtime (as in the standard 'debug.vsprops' file.)
472 2009-08-24 Brent Fulgham <bfulgham@webkit.org>
474 Reviewed by Steve Falkenburg.
476 Revise CFLite Debug build to emit DLL's with _debug label.
477 https://bugs.webkit.org/show_bug.cgi?id=28695.
479 * win/tools/vsprops/debug_wincairo.vsprops: Added.
481 2009-08-12 Peter Kasting <pkasting@google.com>
483 Reviewed by Darin Adler.
485 https://bugs.webkit.org/show_bug.cgi?id=27323
486 Change pattern that strips all trailing whitespace to just remove EOL
487 chars (\r, \n), to make it clear that varying EOL chars is the primary
488 problem being solved.
490 * win/tools/scripts/auto-version.sh:
492 2009-08-10 Peter Kasting <pkasting@google.com>
494 Reviewed by George Staikos.
496 https://bugs.webkit.org/show_bug.cgi?id=27323
497 Even more line ending-stripping for auto-version.sh, based on output
498 provided by Jessie Berlin.
500 * win/tools/scripts/auto-version.sh:
502 2009-08-10 Brent Fulgham <bfulgham@webkit.org>
504 Reviewed by Adam Roben.
506 https://bugs.webkit.org/show_bug.cgi?id=28048.
507 Move various WinCairo build settings into *.vsprops file.
509 * win/tools/vsprops/cURL.vsprops: Added.
511 2009-08-06 Peter Kasting <pkasting@google.com>
513 Reviewed by Adam Barth.
515 https://bugs.webkit.org/show_bug.cgi?id=27323
516 Strip line endings at all points auto-version.sh reads data, not just
517 the one I happened to run into.
519 * win/tools/scripts/auto-version.sh:
521 2009-07-27 Peter Kasting <pkasting@google.com>
523 Reviewed by Adam Roben.
525 https://bugs.webkit.org/show_bug.cgi?id=27323
526 Correctly parse command output, even when the line endings are not LF,
527 so that we don't create an autoversion.h that MSVC chokes on.
529 * win/tools/scripts/auto-version.sh:
531 2009-07-13 Brent Fulgham <bfulgham@webkit.org>
533 Reviewed by Adam Roben.
535 Add new configuration flag for redistributable Windows build.
536 https://bugs.webkit.org/show_bug.cgi=27087
538 * win/tools/vsprops/WinCairo.vsprops: Added. Defines the
539 new WIN_CAIRO flag used to drive non-Apple Windows build.
541 2009-07-10 Eric Carlson <eric.carlson@apple.com>
543 Reviewed by Simon Fraser.
545 Update WebKitSystemInterface for <rdar://problem/7049066>.
547 * WebKitSystemInterface.h:
548 * libWebKitSystemInterfaceLeopard.a:
549 * libWebKitSystemInterfaceSnowLeopard.a:
550 * libWebKitSystemInterfaceTiger.a:
552 2009-07-06 Eric Carlson <eric.carlson@apple.com>
554 Update WebKitSystemInterface for <rdar://problem/7008093>.
556 * WebKitSystemInterface.h:
557 * libWebKitSystemInterfaceLeopard.a:
558 * libWebKitSystemInterfaceSnowLeopard.a:
559 * libWebKitSystemInterfaceTiger.a:
561 2009-07-06 Anders Carlsson <andersca@apple.com>
563 Update WebKitSystemInterface.
565 * WebKitSystemInterface.h:
566 * libWebKitSystemInterfaceLeopard.a:
567 * libWebKitSystemInterfaceSnowLeopard.a:
568 * libWebKitSystemInterfaceTiger.a:
570 2009-07-02 Pierre d'Herbemont <pdherbemont@apple.com>
572 Reviewed by Simon Fraser.
574 Update WebKitSystemInterface for <rdar://problem/6518119>
576 * WebKitSystemInterface.h:
577 * libWebKitSystemInterfaceLeopard.a:
578 * libWebKitSystemInterfaceSnowLeopard.a:
579 * libWebKitSystemInterfaceTiger.a:
581 2009-07-01 Eric Carlson <eric.carlson@apple.com>
583 Reviewed by Simon Fraser.
585 Update WebKitSystemInterface for <rdar://problem/7014990>
587 * libWebKitSystemInterfaceLeopard.a:
588 * libWebKitSystemInterfaceSnowLeopard.a:
589 * libWebKitSystemInterfaceTiger.a:
591 2009-06-29 Eric Carlson <eric.carlson@apple.com>
593 Reviewed by Simon Fraser.
595 Update WebKitSystemInterface for <rdar://problem/7014813>
597 * WebKitSystemInterface.h:
598 * libWebKitSystemInterfaceLeopard.a:
599 * libWebKitSystemInterfaceSnowLeopard.a:
600 * libWebKitSystemInterfaceTiger.a:
602 2009-06-25 Simon Fraser <simon.fraser@apple.com>
604 Rubber-stamped by Mark Rowe.
606 <rdar://problem/6999737>
608 Update the media controller images.
610 * libWebKitSystemInterfaceLeopard.a:
611 * libWebKitSystemInterfaceSnowLeopard.a:
612 * libWebKitSystemInterfaceTiger.a:
614 2009-06-16 Simon Fraser <simon.fraser@apple.com>
616 Rubber-stamped by Anders Carlsson.
618 Update WebKitSystemInterface for <rdar://problem/6937882>.
620 * libWebKitSystemInterfaceLeopard.a:
621 * libWebKitSystemInterfaceSnowLeopard.a:
622 * libWebKitSystemInterfaceTiger.a:
624 2009-06-02 Anders Carlsson <andersca@apple.com>
626 Rubber-stamped by Mark Rowe.
628 Update WebKitSystemInterface.
630 * libWebKitSystemInterfaceLeopard.a:
631 * libWebKitSystemInterfaceSnowLeopard.a:
632 * libWebKitSystemInterfaceTiger.a:
634 2009-05-27 Mark Rowe <mrowe@apple.com>
636 Rubber-stamped by Dan Bernstein.
638 Update WebKitSystemInterface.
640 * libWebKitSystemInterfaceLeopard.a:
641 * libWebKitSystemInterfaceSnowLeopard.a: Added.
642 * libWebKitSystemInterfaceTiger.a:
644 2009-05-26 Anders Carlsson <andersca@apple.com>
646 Reviewed by Dan Bernstein.
648 <rdar://problem/6901751>
649 REGRESSION (r35515): Tiger crash painting the selection on registration page of car2go.com
651 Remove WKCGContextIsSafeToClip.
653 * WebKitSystemInterface.h:
654 * libWebKitSystemInterfaceTiger.a:
656 2009-05-21 Dan Bernstein <mitz@apple.com>
658 Rubber-stamped by Mark Rowe.
660 - correct a copyright header accidently reverted in r43964
662 * WebKitSystemInterface.h:
664 2009-05-21 Dan Bernstein <mitz@apple.com>
666 Reviewed by Anders Carlsson.
668 - WebKitSystemInterface part of <rdar://problem/6901751> REGRESSION
669 (r35515): Tiger crash painting the selection on registration page of
672 * WebKitSystemInterface.h:
673 * libWebKitSystemInterfaceTiger.a:
675 2009-05-07 Simon Fraser <simon.fraser@apple.com>
677 Source changes reviewed by Darin Adler
679 <rdar://problem/6864091> Endcap of media controls slider is fuzzy
681 * libWebKitSystemInterfaceLeopard.a:
682 * libWebKitSystemInterfaceTiger.a:
684 2009-04-28 Steve Falkenburg <sfalken@apple.com>
686 Fix extraneous warning about AnalyzeWithLargeStack not being defined in Windows builds.
687 Indirected definition through a UserMacro.
689 Reviewed by Mark Rowe.
691 * win/tools/vsprops/common.vsprops:
693 2009-04-28 Steve Falkenburg <sfalken@apple.com>
695 Fix extraneous warning about PRODUCTION not being defined in Windows builds.
696 Indirected definition for __PRODUCTION__ through a UserMacro.
698 Reviewed by Mark Rowe.
700 * win/tools/vsprops/common.vsprops:
702 2009-04-24 Simon Fraser <simon.fraser@apple.com>
704 Source changes reviewed by Darin Adler
706 https://bugs.webkit.org/show_bug.cgi?id=22242
708 Update WebKitSystemInterface for Mac with fixes for video controller drawing.
710 * libWebKitSystemInterfaceLeopard.a:
711 * libWebKitSystemInterfaceTiger.a:
713 2009-04-22 Ada Chan <adachan@apple.com>
715 Update WebKitSystemInterface with new method that maps CFNetwork error code to localized description.
717 Reviewed by Darin Adler.
719 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
720 * win/lib/WebKitSystemInterface.lib:
721 * win/lib/WebKitSystemInterface_debug.lib:
723 2009-04-20 Steve Falkenburg <sfalken@apple.com>
725 Separate JavaScriptCore.dll from WebKit.dll.
726 Slight performance improvement or no change on benchmarks.
728 Allows us to break a circular dependency between CFNetwork and WebKit on Windows,
729 and simplifies standalone JavaScriptCore builds.
731 Reviewed by Oliver Hunt.
733 * win/tools/vsprops/common.vsprops: Add BUILDING_{project} preprocessor define.
735 2009-04-18 Pierre d'Herbemont <pdherbemont@apple.com>
737 Reviewed by Mark Rowe.
739 <rdar://problem/6781295> video.buffered and video.seekable are not
740 the same. video.buffered should return only what is buffered and
743 * WebKitSystemInterface.h:
744 * libWebKitSystemInterfaceLeopard.a:
745 * libWebKitSystemInterfaceTiger.a:
747 2009-04-18 Pierre d'Herbemont <pdherbemont@apple.com>
749 Reviewed by Adele Peterson.
751 <rdar://problem/6747241> work around QTKit no longer reaching
752 QTMovieLoadStateComplete
754 * WebKitSystemInterface.h:
755 * libWebKitSystemInterfaceLeopard.a:
756 * libWebKitSystemInterfaceTiger.a:
758 2009-04-15 Steve Falkenburg <sfalken@apple.com>
760 Updated WebKitSystemInterface for Windows.
761 Changes needed for <rdar://problem/6785760>
763 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
764 * win/lib/WebKitSystemInterface.lib:
765 * win/lib/WebKitSystemInterface_debug.lib:
767 2009-04-14 Mark Rowe <mrowe@apple.com>
769 Update WebKitSystemInterface so that the Tiger portion supports PowerPC.
771 * libWebKitSystemInterfaceLeopard.a:
772 * libWebKitSystemInterfaceTiger.a:
774 2009-04-13 Antti Koivisto <antti@apple.com>
776 Reviewed by Darin Adler.
778 <rdar://problem/6740294> Increase the connection count per host
780 * WebKitSystemInterface.h:
781 * libWebKitSystemInterfaceLeopard.a:
782 * libWebKitSystemInterfaceTiger.a:
784 2009-04-10 Eric Carlson <eric.carlson@apple.com>
786 WebKitSystemInterface changes for <rdar://problem/6646998>
788 * libWebKitSystemInterfaceLeopard.a:
789 * libWebKitSystemInterfaceTiger.a:
791 2009-04-10 Simon Fraser <simon.fraser@apple.com>
793 Fix the leopard build by updating WebKitSystemInterface.
795 * WebKitSystemInterface.h:
796 * libWebKitSystemInterfaceLeopard.a:
798 2009-03-30 Steve Falkenburg <sfalken@apple.com>
802 * win/tools/scripts/VERSION:
804 2009-03-26 Adam Roben <aroben@apple.com>
806 Remove SafariThemeConstants.h, which is now provided by
809 * win/include/SafariTheme: Removed.
810 * win/include/SafariTheme/SafariThemeConstants.h: Removed.
812 2009-03-07 Dan Bernstein <mitz@apple.com>
814 Reviewed by Mark Rowe.
816 - WebKitSystemInterface part of removing build-time and run-time support
817 for legacy versions of CFNetwork and Core Graphics
819 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
820 * win/lib/WebKitSystemInterface.lib:
821 * win/lib/WebKitSystemInterface_debug.lib:
823 2009-01-30 Dan Bernstein <mitz@apple.com>
825 Reviewed by Timothy Hatcher.
827 - <rdar://problem/6545912> expose the build number in autoversion.h
829 * win/tools/scripts/auto-version.sh: Added a #define __BUILD_NUMBER__
830 with the full build number.
832 2009-01-08 Dan Bernstein <mitz@apple.com>
834 Reviewed by Adam Roben.
836 - WebKitSystemInterface changes to support Core Graphics native glyph drawing
838 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
839 * win/lib/WebKitSystemInterface.lib:
840 * win/lib/WebKitSystemInterface_debug.lib:
842 2008-11-11 Ada Chan <adachan@apple.com>
844 Fix: https://bugs.webkit.org/show_bug.cgi?id=22187
845 Bug 22187: CLEARTYPE_QUALITY flag is not supported on Win2000
847 Update window versions to correspond to Windows XP.
849 Reviewed by Steve Falkenburg.
851 * win/tools/vsprops/common.vsprops:
853 2008-10-23 Anders Carlsson <andersca@apple.com>
855 Reviewed by John Sullivan.
857 Fix <rdar://problem/6306513> by adding a workaround for <rdar://problem/6304600>.
859 * libWebKitSystemInterfaceLeopard.a:
860 * libWebKitSystemInterfaceTiger.a:
862 2008-10-08 Mark Rowe <mrowe@apple.com>
864 Rubber-stamped by Jon Honeycutt.
866 Remove restriction on version number ending in a 4.
868 * win/tools/scripts/auto-version.sh:
870 2008-10-07 Anders Carlsson <andersca@apple.com>
872 Reviewed by Mitz Pettel.
874 Update WebKitSystemInterface.
876 * libWebKitSystemInterfaceLeopard.a:
877 * libWebKitSystemInterfaceTiger.a:
879 2008-09-09 Dan Bernstein <mitz@apple.com>
881 Reviewed by Darin Adler.
883 - WebKitLibraries part of <rdar://problem/6206244> Use alternate character-to-glyph interface on Leopard
885 * WebKitSystemInterface.h:
886 * libWebKitSystemInterfaceLeopard.a:
888 2008-09-04 Adam Roben <aroben@apple.com>
890 Ignore warning LNK4221 on Windows
892 This warning is emitted when an object file with no public symbols is
893 passed to the linker/librarian. This often occurs in WebCore for files
894 that have been disabled via ENABLE()/USE() macros.
896 Rubberstamped by Anders Carlsson.
898 * win/tools/vsprops/common.vsprops: Ignore warning LNK4221.
900 2008-08-27 Timothy Hatcher <timothy@apple.com>
902 Adds the WKAdvanceDefaultButtonPulseAnimation function.
904 <rdar://problem/6173530> Add Mac support for -webkit-appearance: default-button
906 Reviewed by Adele Peterson.
908 * WebKitSystemInterface.h: Added WKAdvanceDefaultButtonPulseAnimation.
909 * libWebKitSystemInterfaceLeopard.a: Updated.
910 * libWebKitSystemInterfaceTiger.a: Updated.
912 2008-08-26 Adam Roben <aroben@apple.com>
914 Disable a truncation warning that is disabled/doesn't exist on Mac
916 This warning was firing when initializing floats from double literals.
917 I haven't yet found any other situation that would cause this warning
920 Reviewed by Sam Weinig.
922 * win/tools/vsprops/common.vsprops: Turn off warning C4305.
924 2008-07-20 Steve Falkenburg <sfalken@apple.com>
928 * win/tools/vsprops/common.vsprops:
930 2008-07-08 Dan Bernstein <mitz@apple.com>
932 Reviewed by John Sullivan.
934 - WebKitSystemInterface part of <rdar://problem/6008409> Need a way to disable updates in offscreen views
936 * WebKitSystemInterface.h: Added WKWindowWillOrderOnScreenNotification.
937 * libWebKitSystemInterfaceLeopard.a: Updated.
938 * libWebKitSystemInterfaceTiger.a: Updated.
940 2008-07-01 Steve Falkenburg <sfalken@apple.com>
942 Bump version numbers.
944 Reviewed by Mark Rowe.
946 * win/tools/scripts/PRODUCTVERSION:
947 * win/tools/scripts/VERSION:
949 2008-05-13 Dan Bernstein <mitz@apple.com>
951 Reviewed by John Sullivan.
953 - WebKitSystemInterface support for <rdar://problem/5725912> improve render quality of transformed text
955 * libWebKitSystemInterfaceLeopard.a: Improved glyph positioning in
956 transformed graphics contexts.
957 * win/include/WebKitSystemInterface/WebKitSystemInterface.h: Added
958 wkSetCGContextFontRenderingStyle().
959 * win/lib/WebKitSystemInterface.lib: Updated.
960 * win/lib/WebKitSystemInterface_debug.lib: Updated.
962 2008-05-09 Adam Roben <aroben@apple.com>
964 Disable a MSVC warning
966 Reviewed by Darin Adler.
968 * win/tools/vsprops/common.vsprops: Add warning 4503 to the list of
969 disabled warnings. It's a warning about decorated names being longer
970 than MSVC's limit of 4096 characters. This warning doesn't indicate a
971 correctness problem, but these truncated decorated names will be
972 harder to recognize during debugging or when they appear in linker
975 2008-04-28 Darin Adler <darin@apple.com>
981 * win/tools/vsprops/common.vsprops: Add warning 4344 to the list of disabled warnings.
982 It's really a warning about a bug they fixed in MSVC -- not helpful to us in WebKit.
984 2008-04-24 Mark Rowe <mrowe@apple.com>
986 Reviewed by Sam Weinig.
988 Remove code for calculating the glyph cache size.
990 * WebKitSystemInterface.h: Remove unused symbol.
991 * libWebKitSystemInterfaceLeopard.a:
992 * libWebKitSystemInterfaceTiger.a:
994 2008-03-28 Steve Falkenburg <sfalken@apple.com>
998 * win/tools/scripts/PRODUCTVERSION:
1000 2008-03-26 Adam Roben <aroben@apple.com>
1002 Windows build fix after r31322
1004 * win/include/WebKitSystemInterface/WebKitSystemInterface.h: Updated.
1005 * win/lib/WebKitSystemInterface.lib: Updated.
1006 * win/lib/WebKitSystemInterface_debug.lib: Updated.
1008 2008-03-26 Mark Rowe <mrowe@apple.com>
1010 Reviewed by David Hyatt.
1012 Make the Ahem font antialias correctly on Acid3 on Tiger.
1014 * WebKitSystemInterface.h:
1015 * libWebKitSystemInterfaceTiger.a:
1017 2008-03-19 Mark Rowe <mrowe@apple.com>
1019 Rubber-stamped by Sam Weinig.
1021 Fix http://bugs.webkit.org/show_bug.cgi?id=17816.
1022 Bug 17816: libWebCoreSQLite3.a is 2-architecture universal binary (not 4-architecture)
1024 * libWebCoreSQLite3.a: Land a 4-way fat binary.
1026 2008-03-12 Steve Falkenburg <sfalken@apple.com>
1028 New version of WebKitSystemInterface.lib with
1029 more compiler warnings suppressed.
1031 * win/lib/WebKitSystemInterface.lib:
1032 * win/tools/vsprops/common.vsprops:
1034 2008-03-12 Dan Bernstein <mitz@apple.com>
1036 Reviewed by Darin Adler and Sam Weinig.
1038 - <rdar://problem/4433248> use CoreText API instead of SPI on Leopard
1040 * WebKitSystemInterface.h:
1041 * libWebKitSystemInterfaceLeopard.a:
1043 2008-03-11 Steve Falkenburg <sfalken@apple.com>
1045 Disable two PGO/LTCG specific warnings.
1049 * win/tools/vsprops/common.vsprops:
1051 2008-02-29 Mark Rowe <mrowe@apple.com>
1053 Update Tiger version of WebKitSystemInterface to match r30690.
1055 * libWebKitSystemInterfaceTiger.a:
1057 2008-02-29 Adele Peterson <adele@apple.com>
1061 Auto-generate image arrays.
1063 * libWebKitSystemInterfaceLeopard.a:
1065 2008-02-29 Mark Rowe <mrowe@apple.com>
1067 Reviewed by Anders Carlsson.
1069 Replace use of WKPathFromFont with implementation in terms of public API.
1071 * WebKitSystemInterface.h: Remove unused symbol.
1072 * libWebKitSystemInterfaceLeopard.a:
1073 * libWebKitSystemInterfaceTiger.a:
1075 2008-02-29 Mark Rowe <mrowe@apple.com>
1077 Reviewed by Oliver Hunt.
1079 Fix spelling of "request" in name of WKNSURLProtocolClassForRequest.
1081 * WebKitSystemInterface.h:
1082 * libWebKitSystemInterfaceLeopard.a:
1083 * libWebKitSystemInterfaceTiger.a:
1085 2008-02-29 Mark Rowe <mrowe@apple.com>
1087 Reviewed by Oliver Hunt.
1089 Don't use WKSupportsMultipartXMixedReplace on Leopard as multipart/x-mixed-replace is always handled by NSURLRequest.
1091 * WebKitSystemInterface.h:
1092 * libWebKitSystemInterfaceLeopard.a:
1094 2008-02-29 Mark Rowe <mrowe@apple.com>
1096 Reviewed by Oliver Hunt and Oliver Hunt.
1098 <rdar://problem/4753845> WebKit should use CGEventSourceSecondsSinceLastEventType in place of WKSecondsSinceLastInputEvent SPI.
1100 * WebKitSystemInterface.h: Remove unused symbol.
1101 * libWebKitSystemInterfaceLeopard.a:
1102 * libWebKitSystemInterfaceTiger.a:
1104 2008-02-28 Mark Rowe <mrowe@apple.com>
1106 Reviewed by Dan Bernstein.
1108 Remove two unused functions from WebKitSystemInterface.
1110 * WebKitSystemInterface.h: Remove WKPreferRGB32Key and WKGetDefaultGlyphForChar as they are unused. Also remove
1111 a duplicate declaration of WKSecondsSinceLastInputEvent.
1112 * libWebKitSystemInterfaceLeopard.a:
1113 * libWebKitSystemInterfaceTiger.a:
1115 2008-02-28 Mark Rowe <mrowe@apple.com>
1117 Reviewed by Dave Hyatt.
1119 Make use of new CGFont APIs on Leopard rather than making a WebKitSystemInterface call.
1121 * WebKitSystemInterface.h: Only declare WKGetFontMetrics on Tiger.
1122 * libWebKitSystemInterfaceLeopard.a: Update for removal of WKGetFontMetrics.
1124 2008-02-27 Brady Eidson <beidson@apple.com>
1128 * libWebKitSystemInterfaceTiger.a:
1130 2008-02-27 Brady Eidson <beidson@apple.com>
1132 Reviewed by Mark Rowe
1134 Removed some unused methods:
1135 WKGetNSURLResponseCalculatedExpiration
1136 WKGetNSURLResponseMustRevalidate
1138 * WebKitSystemInterface.h:
1139 * libWebKitSystemInterfaceLeopard.a:
1140 * libWebKitSystemInterfaceTiger.a:
1142 2008-02-13 Adam Roben <aroben@apple.com>
1144 * win/tools/scripts/auto-version.sh: Removed a redundant symbol.
1146 2008-02-12 Adam Roben <aroben@apple.com>
1148 Clean up auto-version.sh a bit
1150 It now does quite a bit less file I/O and many fewer fork/exec pairs.
1151 It's also quite a bit easier to read.
1155 * win/tools/scripts/auto-version.sh:
1157 2008-02-12 Steve Falkenburg <sfalken@apple.com>
1159 Versioning script change.
1161 * win/tools/scripts/auto-version.sh:
1163 2008-02-07 Ada Chan <adachan@apple.com>
1165 Added 4 new methods:
1166 wkSetClientCertificateInSSLProperties,
1167 wkCanAccessCFURLRequestHTTPBodyParts,
1168 wkCFURLRequestCopyHTTPRequestBodyParts,
1169 wkCFURLRequestSetHTTPRequestBodyParts
1171 Rubber-stamped by Steve.
1173 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
1174 * win/lib/WebKitSystemInterface.lib:
1175 * win/lib/WebKitSystemInterface_debug.lib:
1177 2008-02-04 Timothy Hatcher <timothy@apple.com>
1179 <rdar://problem/5722735> Merge fix for SQLITE_FULL error
1180 is given even if the max_page_count is increased (2920)
1182 * libWebCoreSQLite3.a:
1184 2008-02-01 Steve Falkenburg <sfalken@apple.com>
1186 <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
1188 Rubber-stamped by Jon Honeycutt.
1190 * win/tools/vsprops/common.vsprops:
1192 2008-01-29 Mark Rowe <mrowe@apple.com>
1194 Reviewed by Tim Hatcher.
1196 <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).
1198 * WebCoreSQLite3/sqlite3.h: Added.
1199 * WebCoreSQLite3/sqlite3ext.h: Added.
1200 * libWebCoreSQLite3.a: Added.
1202 2008-01-29 Alexey Proskuryakov <ap@webkit.org>
1204 Debug (external) build fix.
1206 Removed _DEBUG preprocessor definition, which indicates that debug libraries are used (while they aren't).
1207 This preprocessor definition is automatically set by Visual Studio as needed anyway.
1209 * win/tools/vsprops/debug.vsprops:
1211 2008-01-17 Steve Falkenburg <sfalken@apple.com>
1213 Add preprocessor define accidently dropped in my unification,
1214 and required by some builds. Fixes an issue that caused both
1215 debug and release DLLs to be loaded.
1217 Rubber-stamped by Jon Honeycutt.
1219 * win/tools/vsprops/debug_internal.vsprops:
1221 2008-01-16 Steve Falkenburg <sfalken@apple.com>
1223 Use recommended security-related compiler settings.
1227 * win/tools/vsprops/common.vsprops:
1229 2008-01-16 Steve Falkenburg <sfalken@apple.com>
1233 * win/tools/vsprops/release.vsprops:
1235 2008-01-15 Adele Peterson <adele@apple.com>
1237 Reviewed by Adam and Antti.
1239 Updated libraries for <rdar://problem/5619062> Add load progress indicator to video controls
1241 * WebKitSystemInterface.h:
1242 * libWebKitSystemInterfaceLeopard.a:
1243 * libWebKitSystemInterfaceTiger.a:
1244 * win/include/SafariTheme: Added.
1245 * win/include/SafariTheme/SafariThemeConstants.h: Added. Placeholder empty header until we release an updated WebKitSupportLibrary.
1247 2008-01-14 Steve Falkenburg <sfalken@apple.com>
1249 Use shared vsprops for most vcproj properties.
1251 Reviewed by Darin Adler.
1253 * win/tools/vsprops/common.vsprops:
1254 * win/tools/vsprops/debug.vsprops:
1255 * win/tools/vsprops/debug_internal.vsprops:
1256 * win/tools/vsprops/release.vsprops:
1258 2008-01-11 Steve Falkenburg <sfalken@apple.com>
1260 Share common files across projects.
1263 Debug: common.vsprops, debug.vsprops
1264 Debug_Internal: common.vsprops, debug.vsprops, debug_internal.vsprops
1265 Release: common.vsprops, release.vsprops
1267 Shared properties can go into common.vsprops, shared debug settings can go into debug.vsprops.
1268 debug_internal.vsprops will be mostly empty except for file path prefix modifiers.
1270 Moved auto-version.sh, VERSION, PRODUCTVERSION to tools.
1272 Reviewed by Adam Roben.
1274 * win/tools/WinTools.make:
1275 * win/tools/scripts: Added.
1276 * win/tools/scripts/PRODUCTVERSION: Added.
1277 * win/tools/scripts/VERSION: Added.
1278 * win/tools/scripts/auto-version.sh: Copied from WebCore/WebCore.vcproj/auto-version.sh.
1279 * win/tools/vsprops/debug.vsprops:
1280 * win/tools/vsprops/debug_internal.vsprops: Added.
1281 * win/tools/vsprops/release.vsprops:
1283 2008-01-11 Steve Falkenburg <sfalken@apple.com>
1285 Add shared vsprops to help unify our Windows tools settings.
1290 * win/tools/WinTools.make: Added.
1291 * win/tools/vsprops: Added.
1292 * win/tools/vsprops/common.vsprops: Added.
1293 * win/tools/vsprops/debug.vsprops: Added.
1294 * win/tools/vsprops/release.vsprops: Added.
1296 2008-01-07 Mark Rowe <mrowe@apple.com>
1298 Update Tiger library to a G3-friendly version.
1300 * libWebKitSystemInterfaceTiger.a:
1302 2008-01-07 Adele Peterson <adele@apple.com>
1304 Reviewed by Antti, Adam, and Mitz.
1306 WebKitLibraries part of fix for
1307 <rdar://problem/5619073> Updated look for <video> controls
1308 <rdar://problem/5619057> Add volume control to video controls
1310 * WebKitSystemInterface.h:
1311 * libWebKitSystemInterfaceLeopard.a:
1312 * libWebKitSystemInterfaceTiger.a:
1314 2008-01-03 Mark Rowe <mrowe@apple.com>
1316 Update Tiger library to a G3-friendly version.
1318 * libWebKitSystemInterfaceTiger.a:
1320 2008-01-03 Adele Peterson <adele@apple.com>
1322 Update libraries for <rdar://problem/4106190> Include "Where from" metadata in drag-and-dropped images
1324 * WebKitSystemInterface.h:
1325 * libWebKitSystemInterfaceLeopard.a:
1326 * libWebKitSystemInterfaceTiger.a:
1328 2007-12-21 Mark Rowe <mrowe@apple.com>
1330 Rubber-stamped by Dan Bernstein.
1332 Fix http://bugs.webkit.org/show_bug.cgi?id=16549.
1333 Bug 16549: WebKit nightly build failing to launch on PowerPC G3s
1335 * libWebKitSystemInterfaceTiger.a: Update to a G3-friendly version.
1337 2007-12-07 Dan Bernstein <mitz@apple.com>
1339 Reviewed by Darin Adler.
1341 - updated system interface for fixing <rdar://problem/5499918> REGRESSION: insertion point in input field with custom border cuts holes in focus ring interior edges
1343 * WebKitSystemInterface.h:
1344 * libWebKitSystemInterfaceLeopard.a:
1345 * libWebKitSystemInterfaceTiger.a:
1347 2007-11-27 John Sullivan <sullivan@apple.com>
1349 Fixed 5614525, caused by a recent bug in WKGetExtensionsForMIMEType
1350 that affects Safari.
1352 reviewed by Kevin Decker
1354 * libWebKitSystemInterfaceLeopard.a:
1355 * libWebKitSystemInterfaceTiger.a:
1357 2007-11-26 Timothy Hatcher <timothy@apple.com>
1359 Reviewed by Adam Roben.
1361 Bug 16137: Web Inspector window on Leopard should have a unified toolbar and window title
1362 http://bugs.webkit.org/show_bug.cgi?id=16137
1364 Add a new function to make bottom window corners square for textured windows.
1366 * WebKitSystemInterface.h:
1367 * libWebKitSystemInterfaceTiger.a:
1368 * libWebKitSystemInterfaceLeopard.a:
1370 2007-11-23 Adam Roben <aroben@apple.com>
1372 Add wkSetPatternPhaseInUserSpace to WebKitSystemInterface on Windows
1376 * win/include/WebKitSystemInterface/WebKitSystemInterface.h: Added
1378 * win/lib/WebKitSystemInterface.lib: Updated.
1379 * win/lib/WebKitSystemInterface_debug.lib: Updated.
1381 2007-11-16 Anders Carlsson <andersca@apple.com>
1385 <rdar://problem/5603832>
1386 XMLHttpRequest readyState 3 & responseText buffer issues.
1388 Add wkSetCFURLRequestShouldContentSniff.
1390 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
1391 * win/lib/WebKitSystemInterface.lib:
1392 * win/lib/WebKitSystemInterface_debug.lib:
1394 2007-11-05 Antti Koivisto <antti@apple.com>
1398 Update WKQTMovieViewSetDrawSynchronously.
1400 * libWebKitSystemInterfaceLeopard.a:
1401 * libWebKitSystemInterfaceTiger.a:
1403 2007-11-02 Antti Koivisto <antti@apple.com>
1405 Reviewed by Darin Adler.
1407 Update to add WKQTMovieViewSetDrawSynchronously
1409 * WebKitSystemInterface.h:
1410 * libWebKitSystemInterfaceLeopard.a:
1411 * libWebKitSystemInterfaceTiger.a:
1413 2007-10-26 Adele Peterson <adele@apple.com>
1415 Reviewed by Tim Hatcher.
1417 Updating header too for WKDrawCapsLockIndicator.
1419 * WebKitSystemInterface.h:
1421 2007-10-26 Adele Peterson <adele@apple.com>
1425 Adding WKDrawCapsLockIndicator in preparation for fixing the caps lock indicator.
1427 * libWebKitSystemInterfaceLeopard.a:
1428 * libWebKitSystemInterfaceTiger.a:
1430 2007-10-25 Adam Roben <aroben@apple.com>
1432 Add wkSetPatternBaseCTM.
1434 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
1435 * win/lib/WebKitSystemInterface.lib:
1436 * win/lib/WebKitSystemInterface_debug.lib:
1438 2007-10-25 Sam Weinig <sam@webkit.org>
1440 Fix the windows build.
1442 * win/lib/WebKitSystemInterface.lib:
1443 * win/lib/WebKitSystemInterface_debug.lib:
1445 2007-10-25 Timothy Hatcher <timothy@apple.com>
1447 Add WKSetPatternBaseCTM.
1449 * WebKitSystemInterface.h:
1450 * libWebKitSystemInterfaceLeopard.a:
1451 * libWebKitSystemInterfaceTiger.a:
1453 2007-10-25 Timothy Hatcher <timothy@apple.com>
1457 Update the Leopard WebKitSystemInterface to be 4-way univeral to include 64-bit.
1459 * libWebKitSystemInterfaceLeopard.a:
1461 2007-10-25 Sam Weinig <sam@webkit.org>
1463 Added wrapper for getting the foundation cache directory.
1465 Reviewed by Adam Roben.
1467 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
1468 * win/lib/WebKitSystemInterface.lib:
1469 * win/lib/WebKitSystemInterface_debug.lib:
1471 2007-10-24 Adam Roben <aroben@apple.com>
1473 Added some font-related functions needed for <rdar://5549919>
1477 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
1478 * win/lib/WebKitSystemInterface.lib:
1479 * win/lib/WebKitSystemInterface_debug.lib:
1481 2007-10-24 Timothy Hatcher <timothy@apple.com>
1483 Reviewed by Mark Rowe.
1485 <rdar://problem/5069711> OpenSource version of libWebKitSystemInterface.a is Tiger only, causes issues if used on Leopard
1487 Add system specific versions of WebKitSystemInterface.
1489 * libWebKitSystemInterface.a: Removed.
1490 * libWebKitSystemInterfaceLeopard.a: Added.
1491 * libWebKitSystemInterfaceTiger.a: Added.
1493 2007-10-11 Ada Chan <adachan@apple.com>
1495 <rdar://problem/5534421>
1496 Added wkGetDefaultHTTPCookieStorage(). Updated libraries.
1498 Reviewed by Darin Adler.
1500 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
1501 * win/lib/WebKitSystemInterface.lib:
1502 * win/lib/WebKitSystemInterface_debug.lib:
1504 2007-09-27 Sam Weinig <sam@webkit.org>
1506 Build fix. Ran update-webkitsysteminterface script on Tiger, because
1507 the resulting binary differs when built on Tiger.
1509 * libWebKitSystemInterface.a:
1511 2007-09-27 David Hyatt <hyatt@apple.com>
1513 Update WebKitSYstemInterface for @font-face changes.
1515 * WebKitSystemInterface.h:
1516 * libWebKitSystemInterface.a:
1518 2007-09-18 Geoffrey Garen <ggaren@apple.com>
1520 Build fix. Ran update-webkitsysteminterface script on Tiger, because
1521 the resulting binary differs when built on Tiger. See
1522 <rdar://problem/5490613>.
1524 * libWebKitSystemInterface.a:
1526 2007-09-18 Geoffrey Garen <ggaren@apple.com>
1528 Build fix. Ran update-webkitsysteminterface script.
1530 * WebKitSystemInterface.h:
1531 * libWebKitSystemInterface.a:
1533 2007-08-28 Anders Carlsson <andersca@apple.com>
1535 Add WKSetNSURLRequestShouldContentSniff.
1537 * WebKitSystemInterface.h:
1538 * libWebKitSystemInterface.a:
1540 2007-08-28 Ada Chan <adachan@apple.com>
1542 <rdar://problem/4876242> Added SPI to fetch SSL certificate information.
1547 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
1548 * win/lib/WebKitSystemInterface.lib:
1549 * win/lib/WebKitSystemInterface_debug.lib:
1551 2007-07-23 Ada Chan <adachan@apple.com>
1555 Update WebKitSystemInterface.{h,lib}.
1557 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
1558 * win/lib/WebKitSystemInterface.lib:
1559 * win/lib/WebKitSystemInterface_debug.lib:
1561 2007-07-19 Ada Chan <adachan@apple.com>
1563 Rubber-stamped by Adam.
1567 * win/lib/WebKitSystemInterface.lib:
1568 * win/lib/WebKitSystemInterface_debug.lib:
1570 2007-07-06 Adam Roben <aroben@apple.com>
1572 Update WebKitSystemInterface.{h,lib} for <rdar://problem/5301994>
1576 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
1577 * win/lib/WebKitSystemInterface.lib:
1578 * win/lib/WebKitSystemInterface_debug.lib:
1580 2007-06-29 Antti Koivisto <antti@apple.com>
1584 Added WKQTMovieDataRate and WKQTMovieMaxTimeLoaded
1586 * WebKitSystemInterface.h:
1587 * libWebKitSystemInterface.a:
1589 2007-03-29 Beth Dakin <bdakin@apple.com>
1591 Rubber-stamped by Adam.
1593 Keep OpenSource building.
1595 * WebKitSystemInterface.h:
1596 * libWebKitSystemInterface.a:
1598 2007-03-28 Antti Koivisto <antti@apple.com>
1600 Update libWebKitSystemInterface, previous version was out of date.
1602 * libWebKitSystemInterface.a:
1604 2007-03-27 Antti Koivisto <antti@apple.com>
1606 Reviewed by Darin Adler.
1608 Added wkGetWheelEventDeltas
1610 * WebKitSystemInterface.h:
1611 * libWebKitSystemInterface.a:
1613 2007-03-07 Mark Rowe <mrowe@apple.com>
1615 Build fix. Rebuild against 10.4 SDK.
1617 * libWebKitSystemInterface.a:
1619 2007-03-06 Kevin Decker <kdecker@apple.com>
1623 Fixed: <rdar://problem/4126976> private keys imported by WebKit should not be accessible by all applications
1625 * libWebKitSystemInterface.a:
1627 2007-02-21 Anders Carlsson <acarlsson@apple.com>
1629 Add new version with WKCGContextIsBitmapContext.
1631 * WebKitSystemInterface.h:
1632 * libWebKitSystemInterface.a:
1634 2006-12-16 Adele Peterson <adele@apple.com>
1638 WebKitLibraries part of fix for:
1639 <rdar://problem/4463829> Switch to use new search field implementation for <input type="search">
1641 Added wkDrawTextFieldCellFocusRing.
1643 * WebKitSystemInterface.h:
1644 * libWebKitSystemInterface.a:
1646 2006-10-11 Darin Adler <darin@apple.com>
1648 Reviewed by John Sullivan.
1650 * WebKitSystemInterface.h: Updated to a C++-compatible version.
1652 2006-08-31 Adele Peterson <adele@apple.com>
1654 Reviewed by John Sullivan.
1656 Removed wkSecureEventInput and wkSetSecureEventInput, since this can be done with API.
1658 * WebKitSystemInterface.h:
1659 * libWebKitSystemInterface.a:
1661 2006-08-30 Adele Peterson <adele@apple.com>
1665 Updated for http://bugs.webkit.org/show_bug.cgi?id=10575
1666 Enable secure input mode for new password fields
1668 * WebKitSystemInterface.h: Added WKSetSecureEventInput and WKSecureEventInput;
1669 * libWebKitSystemInterface.a:
1671 2006-07-09 Anders Carlsson <acarlsson@apple.com>
1673 Reviewed by Darin Adler.
1675 * WebKitSystemInterface.h:
1676 * libWebKitSystemInterface.a:
1679 2006-07-05 Adele Peterson <adele@apple.com>
1681 Reviewed by Maciej and Hyatt.
1683 * WebKitSystemInterface.h: Updated.
1684 * libWebKitSystemInterface.a: Updated.
1686 2006-06-16 Adele Peterson <adele@apple.com>
1690 * WebKitSystemInterface.h: Added WKDrawBezeledTextArea().
1691 * libWebKitSystemInterface.a: ditto.
1693 2006-04-01 Eric Seidel <eseidel@apple.com>
1695 * libWebKitSystemInterface.a: commit a universal binary.
1697 2006-04-01 Darin Adler <darin@apple.com>
1701 * libWebKitSystemInterface.a: Changed alpha in the focus-ring drawing
1702 code to use the system default alpha.
1704 2006-03-17 Eric Seidel <eseidel@apple.com>
1706 * libWebKitSystemInterface.a: commit a universal binary.
1708 2006-03-17 Adele Peterson <adele@apple.com>
1710 * WebKitSystemInterface.h: Added WKDrawBezeledTextFieldCell()
1711 * libWebKitSystemInterface.a: ditto
1713 2006-02-28 John Sullivan <sullivan@apple.com>
1715 * WebKitSystemInterface.h: Removed WKMouseIsDown()
1716 * libWebKitSystemInterface.a: ditto
1718 2006-02-23 Timothy Hatcher <timothy@apple.com>
1720 New build to fix the i386 arch. (The _cuEnc64 symbol was missing.)
1722 * libWebKitSystemInterface.a:
1724 2006-02-19 Darin Adler <darin@apple.com>
1726 * WebKitSystemInterface.h: Added WKDrawFocusRing.
1727 * libWebKitSystemInterface.a: Ditto.
1729 2006-02-06 John Sullivan <sullivan@apple.com>
1731 * WebKitSystemInterface.h:
1732 * libWebKitSystemInterface.a:
1733 removed WKExecutableLinkedInTigerOrEarlier
1735 2005-11-01 Darin Adler <darin@apple.com>
1737 * libWebKitSystemInterface.a: Updated.
1739 2005-10-04 Maciej Stachowiak <mjs@apple.com>
1743 * WebKitSystemInterface.h:
1744 * libWebKitSystemInterface.a:
1746 2005-09-08 Justin Garcia <justin.garcia@apple.com>
1748 * WebKitSystemInterface.h: Update to latest
1749 * libWebKitSystemInterface.a: ditto
1751 2005-09-04 Darin Adler <darin@apple.com>
1753 * WebKitSystemInterface.h: Update to latest
1754 * libWebKitSystemInterface.a: Ditto.
1756 2005-08-07 Darin Adler <darin@apple.com>
1758 * libWebKitSystemInterface.a: Universal binary.
1759 * WebKitSystemInterface.h: Updated for calls that Eric recently removed.
1761 2005-07-01 John Sullivan <sullivan@apple.com>
1763 - added WKExecutableLinkedInTigerOrEarlier
1765 * WebKitSystemInterface.h:
1766 * libWebKitSystemInterface.a:
1768 2005-06-06 Maciej Stachowiak <mjs@apple.com>
1770 - updated for crashing bugfix
1772 * libWebKitSystemInterface.a:
1774 2005-06-06 Maciej Stachowiak <mjs@apple.com>
1778 * WebKitSystemInterface.h:
1779 * libWebKitSystemInterface.a:
1781 2005-06-06 Maciej Stachowiak <mjs@apple.com>
1785 * WebKitSystemInterface.h:
1786 * libWebKitSystemInterface.a:
1788 2005-06-06 Maciej Stachowiak <mjs@apple.com>
1792 * WebKitSystemInterface.h:
1793 * libWebKitSystemInterface.a:
1795 2005-06-06 Maciej Stachowiak <mjs@apple.com>
1799 * WebKitSystemInterface.h:
1800 * libWebKitSystemInterface.a:
1802 2005-06-06 Maciej Stachowiak <mjs@apple.com>
1806 * WebKitSystemInterface.h:
1807 * libWebKitSystemInterface.a:
1809 2005-06-06 Maciej Stachowiak <mjs@apple.com>
1813 * WebKitSystemInterface.h:
1814 * libWebKitSystemInterface.a:
1816 2005-06-06 Maciej Stachowiak <mjs@apple.com>
1820 * WebKitSystemInterface.h:
1821 * libWebKitSystemInterface.a:
1823 2005-06-06 Maciej Stachowiak <mjs@apple.com>
1827 * WebKitSystemInterface.h:
1828 * libWebKitSystemInterface.a:
1830 2005-06-05 Maciej Stachowiak <mjs@apple.com>
1832 - added a few more bits of SPI
1834 * WebKitSystemInterface.h:
1835 * libWebKitSystemInterface.a:
1837 2005-06-05 Maciej Stachowiak <mjs@apple.com>
1839 - added file type and NSURLResponse caching SPI
1841 * WebKitSystemInterface.h:
1842 * libWebKitSystemInterface.a:
1844 2005-06-05 Maciej Stachowiak <mjs@apple.com>
1846 - initial checkin of WebKitSystemInterface binary
1848 * WebKitSystemInterface.h: Added.
1849 * libWebKitSystemInterface.a: Added.