1 2010-08-03 Beth Dakin <bdakin@apple.com>
5 Enable MathML on Windows.
7 * win/tools/vsprops/FeatureDefines.vsprops:
9 2010-07-30 Adam Roben <aroben@apple.com>
11 Roll our r64361 and r64363
13 We can't make these changes until QuartzCore.lib is included in
16 2010-07-30 Adam Roben <aroben@apple.com>
18 Add WKCACFContext and related functions
20 Also added some functions used by WKCAImageQueue.
22 Fixes <http://webkit.org/b/43244>.
24 Reviewed by Sam Weinig.
26 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
27 * win/lib/WebKitSystemInterface.lib:
28 * win/lib/WebKitSystemInterface_debug.lib:
30 2010-07-27 Kinuko Yasuda <kinuko@chromium.org>
32 Reviewed by Ojan Vafai.
34 Add FILE_SYSTEM build flag for FileSystem API
35 https://bugs.webkit.org/show_bug.cgi?id=42915
37 * win/tools/vsprops/FeatureDefines.vsprops:
38 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
40 2010-07-12 Mark Rowe <mrowe@apple.com>
42 Rubber-stamped by Sam Weinig.
44 Update WebKitSystemInterface.
46 * libWebKitSystemInterfaceLeopard.a:
47 * libWebKitSystemInterfaceSnowLeopard.a:
48 * libWebKitSystemInterfaceTiger.a:
50 2010-07-12 Adam Roben <aroben@apple.com>
52 Stop generating stripped symbols for Release builds
54 It turns out we can strip the symbols after-the-fact using PDBCopy.
56 Fixes <http://webkit.org/b/42085>.
58 Reviewed by Steve Falkenburg.
60 * win/tools/vsprops/release.vsprops: Removed the StripPrivateSymbols
61 attribute, which caused link.exe to generate a stripped PDB file for
64 2010-07-08 Eric Carlson <eric.carlson@apple.com>
66 Reviewed by Dan Bernstein.
68 Update WebKitSystemInterface.
70 * libWebKitSystemInterfaceLeopard.a:
71 * libWebKitSystemInterfaceSnowLeopard.a:
72 * libWebKitSystemInterfaceTiger.a:
74 2010-07-07 Dumitru Daniliuc <dumi@chromium.org>
76 Reviewed by Adam Roben.
78 Disable MSVC warning 4288.
79 https://bugs.webkit.org/show_bug.cgi?id=41804
81 MSVC has a non-standard extension that allows variables declared
82 in for-loops to remain visible in the same scope even after
84 (http://msdn.microsoft.com/en-us/library/bk5hc10s.aspx). The /Ze
85 option (turned on by default) enables all MSVC extensions, and
86 /Zc:forScope- tells the compiler to issue a C4288 warning when the
87 same variable is declared in the for-loop and re-declared later in
90 There seems to be a bug in VS2005 that erroneously enables
91 /Zc:forScope- even when that option is not specified
92 (http://connect.microsoft.com/VisualStudio/feedback/details/338010/bogus-compiler-warning-c4288). Looks
93 like our build got hit by that bug, so we need to disable warning
96 * win/tools/vsprops/common.vsprops:
98 2010-07-01 Simon Fraser <simon.fraser@apple.com>
100 Reviewed by Sam Weinig.
102 <rdar://problem/8154047>
104 Update WebKitSystemInterface, making some functions used by
105 WebKit2 available in 32-bit (for reals this time).
107 * libWebKitSystemInterfaceLeopard.a:
108 * libWebKitSystemInterfaceSnowLeopard.a:
109 * libWebKitSystemInterfaceTiger.a:
111 2010-07-01 Simon Fraser <simon.fraser@apple.com>
113 Reviewed by Sam Weinig.
115 <rdar://problem/8154047>
117 Update WebKitSystemInterface, making some functions used by
118 WebKit2 available in 32-bit.
120 * WebKitSystemInterface.h:
121 * libWebKitSystemInterfaceLeopard.a:
122 * libWebKitSystemInterfaceSnowLeopard.a:
123 * libWebKitSystemInterfaceTiger.a:
125 2010-06-23 John Gregg <johnnyg@google.com>
127 Reviewed by Kent Tamura.
129 add ENABLE_DIRECTORY_UPLOAD build support
130 https://bugs.webkit.org/show_bug.cgi?id=41100
132 * win/tools/vsprops/FeatureDefines.vsprops:
133 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
135 2010-06-27 Steve Falkenburg <sfalken@apple.com>
137 Windows (Cairo) build fix.
138 Add missing ENABLE_WEB_TIMING feature define.
140 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
142 2010-06-27 Steve Falkenburg <sfalken@apple.com>
145 Disable ENABLE_WEB_TIMING on Windows.
147 * win/tools/vsprops/FeatureDefines.vsprops:
149 2010-06-26 Tony Gentilcore <tonyg@chromium.org>
151 Reviewed by Dimitri Glazkov.
153 Add a VS macro for enabling Web Timing support.
154 https://bugs.webkit.org/show_bug.cgi?id=38924
156 * win/tools/vsprops/FeatureDefines.vsprops:
158 2010-06-21 Sam Weinig <sam@webkit.org>
160 Reviewed by Anders Carlsson.
162 Update WebKitSystemInterface.
164 * WebKitSystemInterface.h:
165 * libWebKitSystemInterfaceLeopard.a:
166 * libWebKitSystemInterfaceSnowLeopard.a:
167 * libWebKitSystemInterfaceTiger.a:
169 2010-06-21 Dan Bernstein <mitz@apple.com>
171 Speculative build fix.
173 * WebKitSystemInterface.h:
175 2010-06-21 Dan Bernstein <mitz@apple.com>
177 Reviewed by Darin Adler.
179 WebKitSystemInterface part of CSS3: Implement the 'hyphens' and 'hyphenate-character' properties
180 https://bugs.webkit.org/show_bug.cgi?id=10228
182 * WebKitSystemInterface.h: Added WKGetHyphenationLocationBeforeIndex().
183 * libWebKitSystemInterfaceLeopard.a:
184 * libWebKitSystemInterfaceSnowLeopard.a:
185 * libWebKitSystemInterfaceTiger.a:
187 2010-06-21 Satish Sampath <satish@chromium.org>
189 Reviewed by Steve Block.
191 Speech Input Patch 0: Added compilation argument to conditionally compile pending patches.
192 https://bugs.webkit.org/show_bug.cgi?id=40878
194 * win/tools/vsprops/FeatureDefines.vsprops:
195 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
197 2010-06-02 Sterling Swigart <sswigart@google.com>
199 Reviewed by David Levin.
201 Image Resizer Patch 0: Added compilation argument to conditionally compile pending patches.
202 https://bugs.webkit.org/show_bug.cgi?id=39906
204 * win/tools/vsprops/FeatureDefines.vsprops:
205 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
207 2010-05-24 Jer Noble <jer.noble@apple.com>
209 No review; build fix only.
211 Roll-out changes r60110.
213 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
214 * win/lib/WebKitSystemInterface.lib:
215 * win/lib/WebKitSystemInterface_debug.lib:
217 2010-05-24 Jer Noble <jer.noble@apple.com>
219 No review; build fix only.
221 Roll-out changes r60094, 60096-60097.
223 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
224 * win/lib/WebKitSystemInterface.lib:
225 * win/lib/WebKitSystemInterface_debug.lib:
227 2010-05-23 Jer Noble <jer.noble@apple.com>
229 Reviewed by Eric Carlson.
231 HTML5 <video> tag performance worse than Flash
232 https://bugs.webkit.org/show_bug.cgi?id=39577
233 rdar://problem/7982458
235 Added WebKitSystemInterface calls for new CAImageQueue APIs.
237 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
238 * win/lib/WebKitSystemInterface.lib:
239 * win/lib/WebKitSystemInterface_debug.lib:
241 2010-05-20 Steve Block <steveblock@google.com>
243 Reviewed by Jeremy Orlow.
245 Provide bindings for DeviceOrientation
246 https://bugs.webkit.org/show_bug.cgi?id=39210
248 Adds ENABLE_DEVICE_ORIENTATION to VisualStudio project files, always disabled.
250 * win/tools/vsprops/FeatureDefines.vsprops:
251 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
253 2010-04-09 Alexey Proskuryakov <ap@apple.com>
255 Reviewed by Maciej Stachowiak.
257 https://bugs.webkit.org/show_bug.cgi?id=24572
258 XMLHttpRequest.statusText returns always "OK" on Mac
260 * WebKitSystemInterface.h:
261 * libWebKitSystemInterfaceLeopard.a:
262 * libWebKitSystemInterfaceSnowLeopard.a:
263 * libWebKitSystemInterfaceTiger.a:
265 2010-04-07 Chris Marrin <cmarrin@apple.com>
267 Reviewed by Steve Falkenburg.
269 Remove QuartzCoreInterface from the build
271 No longer needed since QuartzCore.dll is now included in the latest Safari release (4.0.5).
273 * win/bin/QuartzCoreInterface.dll: Removed.
274 * win/include/QuartzCoreInterface: Removed.
275 * win/include/QuartzCoreInterface/QuartzCoreInterface.h: Removed.
276 * win/lib/QuartzCoreInterface.lib: Removed.
278 2010-04-02 Jer Noble <jer.noble@apple.com>
280 Reviewed by Eric Carlson.
282 https://bugs.webkit.org/show_bug.cgi?id=36624
284 Update WebKitSystemInterface
286 * WebKitSystemInterface.h: add WKQTMovieSelectPreferredAlternates.
287 * libWebKitSystemInterfaceLeopard.a:
288 * libWebKitSystemInterfaceSnowLeopard.a:
289 * libWebKitSystemInterfaceTiger.a:
291 2010-04-01 Kinuko Yasuda <kinuko@chromium.org>
293 Reviewed by Dmitry Titov.
295 Add FileThread for async file operation support in FileReader and FileWriter
296 https://bugs.webkit.org/show_bug.cgi?id=36896
298 Adds ENABLE_FILE_READER and ENABLE_FILE_WRITER feature flags
299 for FileReader and FileWriter support.
301 * win/tools/vsprops/FeatureDefines.vsprops:
302 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
304 2010-03-25 Mark Rowe <mrowe@apple.com>
306 Rubber-stamped by Dan Bernstein.
308 Update WebCoreSQLite3 to SQLite v3.6.12.
310 * WebCoreSQLite3/sqlite3.h:
311 * WebCoreSQLite3/sqlite3ext.h:
312 * libWebCoreSQLite3.a:
313 * libWebKitSystemInterfaceLeopard.a:
314 * libWebKitSystemInterfaceSnowLeopard.a:
315 * libWebKitSystemInterfaceTiger.a:
317 2010-03-23 Dan Bernstein <mitz@apple.com>
319 Reviewed by John Sullivan.
321 WebKitSystemInterface part of
322 <rdar://problem/7197736> Plug-in clip rect does not update when overflow
324 https://bugs.webkit.org/show_bug.cgi?id=36479.
326 * WebKitSystemInterface.h: Added WKSyncSurfaceToView().
327 * libWebKitSystemInterfaceSnowLeopard.a: Updated
329 2010-03-16 Dan Bernstein <mitz@apple.com>
331 Reviewed by Sam Weinig.
333 Fix incorrect glyph advances when using the Core Graphics (non-GDI) glyph look.
335 * win/lib/WebKitSystemInterface.lib:
336 * win/lib/WebKitSystemInterface_debug.lib:
338 2010-03-15 Andy Estes <aestes@apple.com>
340 Reviewed by John Sullivan.
342 Added two new output arguments to WKGetWheelEventDeltas() to return
343 the number of scroll wheel ticks in the x and y directions.
345 https://bugs.webkit.org/show_bug.cgi?id=29601.
346 <rdar://problem/7453254>
348 * WebKitSystemInterface.h:
349 * libWebKitSystemInterfaceLeopard.a:
350 * libWebKitSystemInterfaceSnowLeopard.a:
351 * libWebKitSystemInterfaceTiger.a:
353 2010-03-14 Dan Bernstein <mitz@apple.com>
355 Reviewed by Darin Adler.
357 WebKitSystemInterface part of removing support for legacy versions of Core Graphics
359 * win/include/WebKitSystemInterface/WebKitSystemInterface.h: Removed
360 wkCanCreateCGFontWithLOGFONT(), wkSetFontPlatformInfo(), wkAddFontsInDirectory(),
361 wkAddFontsAtPath(), wkAddFontsFromRegistry(), wkAddFontsFromPlist(), and
362 wkCreateFontsPlist().
363 * win/lib/WebKitSystemInterface.lib: Updated.
364 * win/lib/WebKitSystemInterface_debug.lib: Updated.
366 2010-03-08 Jian Li <jianli@chromium.org>
368 Reviewed by Dmitry Titov.
371 https://bugs.webkit.org/show_bug.cgi?id=32993
373 Add ENABLE_BLOB_SLICE feature define.
375 * win/tools/vsprops/FeatureDefines.vsprops:
376 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
378 2010-02-19 Maciej Stachowiak <mjs@apple.com>
380 Reviewed by David Levin.
382 Add an ENABLE flag for sandboxed iframes to make it possible to disable it in releases
383 https://bugs.webkit.org/show_bug.cgi?id=35147
385 * win/tools/vsprops/FeatureDefines.vsprops:
387 2010-02-18 Steve Falkenburg <sfalken@apple.com>
389 Reviewed by Dan Bernstein.
391 WebKit on Windows needs a mechanism to listen for WM_SETTINGCHANGED messages
392 https://bugs.webkit.org/show_bug.cgi?id=35076
394 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
395 * win/lib/WebKitSystemInterface.lib: Updated to add wkSystemFontSmoothingChanged.
396 * win/lib/WebKitSystemInterface_debug.lib: Updated to add wkSystemFontSmoothingChanged.
398 2010-02-16 Gavin Barraclough <barraclough@apple.com>
400 Reviewed by NOBODY (Build fix).
402 Disable warnings preventing use of anonymous structs/onions -
403 don't take all my fun toys away, these are useful & awesome!
405 * win/tools/vsprops/common.vsprops:
407 2010-02-11 Brian Weinstein <bweinstein@apple.com>
409 Rubber-stamped by Eric Seidel.
411 Turn back on SVG Filters on Windows, as they were accidentally disabled and cause
414 * win/tools/vsprops/FeatureDefines.vsprops:
416 2010-02-08 Maciej Stachowiak <mjs@apple.com>
418 Reviewed by Cameron Zwarich.
420 Restore ENABLE_RUBY flag so vendors can ship with Ruby disabled if they choose.
421 https://bugs.webkit.org/show_bug.cgi?id=34698
423 * win/tools/vsprops/FeatureDefines.vsprops:
425 2010-02-04 Mark Rowe <mrowe@apple.com>
427 Reviewed by Steve Falkenburg.
429 Update auto-version.sh to better handle major version numbers with fewer than three digits,
430 and the case when WEBKITLIBRARIESDIR is not set.
432 * win/tools/scripts/auto-version.sh:
434 2010-02-04 Steve Falkenburg <sfalken@apple.com>
436 Windows build fix for projects not defining WebKitLibrariesDir.
438 * win/tools/scripts/auto-version.sh:
440 2010-02-03 Dan Bernstein <mitz@apple.com>
442 Reviewed by Anders Carlsson.
444 Fixed a bug where WKSetNSURLConnectionDefersCallbacks(true) did not defer callbacks during modal dialogs.
446 * libWebKitSystemInterfaceLeopard.a:
448 2010-02-02 Steve Falkenburg <sfalken@apple.com>
450 Reviewed by Darin Adler.
452 Copyright year updating for Windows version resources should be automatic
453 https://bugs.webkit.org/show_bug.cgi?id=34503
455 * win/tools/scripts/auto-version.sh:
457 2010-02-02 Martin Robinson <mrobinson@webkit.org>
459 Unreviewed build fix.
461 The WinCairo build requires this script to be executable.
463 * win/tools/scripts/feature-defines.sh: Added property svn:executable.
465 2010-01-29 Mark Rowe <mrowe@apple.com>
467 Keep the Windows feature defines in sync with FeatureDefines.xcconfig.
469 * win/tools/vsprops/FeatureDefines.vsprops:
470 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
472 2010-01-26 Alexey Proskuryakov <ap@apple.com>
474 More Windows build fixing.
476 * win/tools/vsprops/common.vsprops: Disable warning C4180 (qualifier applied to function
477 type has no meaning; ignored). This is a known bug - MSVC tries to compile a wrong
478 specialization sometimes - but it's not instantiated, so it's harmless.
480 2010-01-22 Steve Falkenburg <sfalken@apple.com>
482 Reviewed by Darin Adler.
484 https://bugs.webkit.org/show_bug.cgi?id=34025
485 Enable client-based Geolocation abstraction for Mac, Windows AppleWebKit targets.
487 * win/tools/vsprops/FeatureDefines.vsprops:
488 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
490 2010-01-20 Steve Falkenburg <sfalken@apple.com>
492 Reviewed by Darin Adler and Adam Roben.
494 Feature defines are difficult to maintain on Windows builds
495 https://bugs.webkit.org/show_bug.cgi?id=33883
497 FeatureDefines.vsprops are now maintained in a way similar to
498 Configurations/FeatureDefines.xcconfig, with the added advantage
499 of having a single FeatureDefines file across all projects.
501 Keep this list of features (not enabled/disabled state) in sync with
502 FeatureDefines.xcconfig files in JavaScriptCore, WebCore, and WebKit.
504 Add new features to both PreprocessorDefinitions and UserMacro sections.
505 Set any ENABLE_FEATURE_NAME macro to an empty string to disable that feature.
507 * win/tools/scripts/feature-defines.sh: Added.
508 * win/tools/vsprops/FeatureDefines.vsprops: Added.
509 * win/tools/vsprops/FeatureDefinesCairo.vsprops: Added.
510 * win/tools/vsprops/WinCairo.vsprops: Removed ENABLE_FILTERS. Now set in FeatureDefinesCairo.vsprops.
512 2010-01-13 Simon Fraser <simon.fraser@apple.com>
514 Reviewed by Darin Adler.
516 <rdar://problem/7532544>
518 Expose new method on WebKitSystemInterface, WKGetUserToBaseCTM(), which will
519 be used for a shadow drawing fix. Once more, with feeling. On Windows.
521 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
522 * win/lib/WebKitSystemInterface.lib:
523 * win/lib/WebKitSystemInterface_debug.lib:
525 2010-01-13 Simon Fraser <simon.fraser@apple.com>
527 Reviewed by Darin Adler.
529 <rdar://problem/7532544>
531 Expose new method on WebKitSystemInterface, WKGetUserToBaseCTM(), which will
532 be used for a shadow drawing fix.
534 * win/lib/WebKitSystemInterface.lib:
535 * win/lib/WebKitSystemInterface_debug.lib:
537 2010-01-13 Simon Fraser <simon.fraser@apple.com>
539 Reviewed by Darin Adler.
541 <rdar://problem/7532544>
543 Expose new method on WebKitSystemInterface, WKGetUserToBaseCTM(), which will
544 be used for a shadow drawing fix.
546 * WebKitSystemInterface.h:
547 * libWebKitSystemInterfaceLeopard.a:
548 * libWebKitSystemInterfaceSnowLeopard.a:
549 * libWebKitSystemInterfaceTiger.a:
551 2010-01-07 Alexey Proskuryakov <ap@apple.com>
553 Not reviewed, build fix.
555 Windows buid fix - disable warning 4251 (class needs to have dll-interface to be used by
556 clients of another class). WebCore doesn't use all methods of JSString, so
557 we don't export all classes clients could theoretically access via JSString.
559 * win/tools/vsprops/common.vsprops:
561 2009-12-21 Mark Rowe <mrowe@apple.com>
563 Reviewed by Samuel Weinig.
565 Update WebKitSystemInterface.
567 * libWebKitSystemInterfaceLeopard.a:
568 * libWebKitSystemInterfaceSnowLeopard.a:
569 * libWebKitSystemInterfaceTiger.a:
571 2009-12-21 Mark Rowe <mrowe@apple.com>
573 Reviewed by Samuel Weinig.
575 Update WebKitSystemInterface.
577 * WebKitSystemInterface.h:
578 * libWebKitSystemInterfaceLeopard.a:
579 * libWebKitSystemInterfaceSnowLeopard.a:
580 * libWebKitSystemInterfaceTiger.a:
582 2009-12-18 Sam Weinig <sam@webkit.org>
584 Reviewed by Anders Carlsson.
586 Update WebKitSystemInterface for <rdar://problem/7237059>.
588 * WebKitSystemInterface.h:
589 * libWebKitSystemInterfaceLeopard.a:
590 * libWebKitSystemInterfaceSnowLeopard.a:
591 * libWebKitSystemInterfaceTiger.a:
593 2009-12-15 Dan Bernstein <mitz@apple.com>
595 Reviewed by Adam Roben.
597 WebKitSystemInterface part of <rdar://problem/7173515> Use LOGFONT support in
598 Core Graphics when available
600 * win/include/WebKitSystemInterface/WebKitSystemInterface.h: Declared
601 wkCanCreateCGFontWithLOGFONT().
602 * win/lib/WebKitSystemInterface.lib:
603 * win/lib/WebKitSystemInterface_debug.lib:
605 2009-12-12 Eric Carlson <eric.carlson@apple.com>
607 Reviewed by Darin Adler.
609 <rdar://problem/7453726> Pull shared UI code into WebKit
611 * WebKitSystemInterface.h:
612 * libWebKitSystemInterfaceLeopard.a:
613 * libWebKitSystemInterfaceSnowLeopard.a:
614 * libWebKitSystemInterfaceTiger.a:
616 2009-12-11 Chris Marrin <cmarrin@apple.com>
618 Reviewed by Adam Roben.
620 Add QuartzCore build files to OpenSource tree
621 https://bugs.webkit.org/show_bug.cgi?id=31856
623 This allows proper building and linking with QuartzCore
627 * win/bin/QuartzCoreInterface.dll: Added.
628 * win/include/QuartzCoreInterface: Added.
629 * win/include/QuartzCoreInterface/QuartzCoreInterface.h: Added.
630 * win/lib/QuartzCoreInterface.lib: Added.
632 2009-12-07 Adam Roben <aroben@apple.com>
634 Windows build fix for checkouts with a space in the path
636 * win/tools/scripts/auto-version.sh: Quote the output file's directory
637 before passing it to mkdir.
639 2009-12-01 Alexey Proskuryakov <ap@apple.com>
641 Reviewed by Darin Adler.
643 https://bugs.webkit.org/show_bug.cgi?id=32036
644 Implement CredentialStorage::getFromPersistentStorage for CFNetwork
646 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
647 * win/lib/WebKitSystemInterface.lib:
648 * win/lib/WebKitSystemInterface_debug.lib:
649 Update WebKitSystemInterface.
651 2009-11-24 Alexey Proskuryakov <ap@apple.com>
653 Reviewed by Brady Eidson.
655 https://bugs.webkit.org/show_bug.cgi?id=31844
656 SocketStreamHandleCFNet should support CONNECT proxy credentials
658 * WebKitSystemInterface.h:
659 * libWebKitSystemInterfaceLeopard.a:
660 * libWebKitSystemInterfaceSnowLeopard.a:
661 * libWebKitSystemInterfaceTiger.a:
662 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
663 * win/lib/WebKitSystemInterface.lib:
664 * win/lib/WebKitSystemInterface_debug.lib:
665 Update WebKitSystemInterface.
667 2009-11-22 Dan Bernstein <mitz@apple.com>
669 Reviewed by Eric Carlson.
671 Updated WebKitSystemInterface.
673 * libWebKitSystemInterfaceLeopard.a:
674 * libWebKitSystemInterfaceSnowLeopard.a:
675 * libWebKitSystemInterfaceTiger.a:
677 2009-11-22 Dan Bernstein <mitz@apple.com>
679 Reviewed by Cameron Zwarich.
681 Fixed a leak in WKDrawMediaUIPart().
683 * libWebKitSystemInterfaceLeopard.a:
684 * libWebKitSystemInterfaceSnowLeopard.a:
685 * libWebKitSystemInterfaceTiger.a:
687 2009-11-20 Eric Carlson <eric.carlson@apple.com>
689 Reviewed by Simon Fraser.
691 <rdar://problem/7414396> Leopard & Tiger: Support closed caption in <video> element
693 * WebKitSystemInterface.h:
694 * libWebKitSystemInterfaceLeopard.a:
695 * libWebKitSystemInterfaceSnowLeopard.a:
696 * libWebKitSystemInterfaceTiger.a:
698 2009-11-19 Eric Carlson <eric.carlson@apple.com>
700 Reviewed by Dan Bernstein.
702 <rdar://problem/7035231>
703 Support closed caption in <video> element
705 * WebKitSystemInterface.h:
706 Add prototypes for WKQTMovieHasClosedCaptions and WKQTMovieSetShowClosedCaptions,
707 define WKMediaUIPartToggleClosedCaptionsButton.
709 2009-11-13 Anders Carlsson <andersca@apple.com>
711 Reviewed by Dan Bernstein.
713 Update WebKitSystemInterface.
715 * WebKitSystemInterface.h:
716 * libWebKitSystemInterfaceLeopard.a:
717 * libWebKitSystemInterfaceSnowLeopard.a:
718 * libWebKitSystemInterfaceTiger.a:
720 2009-11-13 Brent Fulgham <bfulgham@webkit.org>
722 Build correction. No review.
724 The WinCairo build requires ENABLE_FILTERS to work properly.
726 * win/tools/vsprops/WinCairo.vsprops:
728 2009-11-02 Dan Bernstein <mitz@apple.com>
730 Reviewed by John Sullivan.
732 WebKitSystemInterface part of making the appearance of the full-screen video HUD match
733 QuickTime Player X’s HUD.
735 * libWebKitSystemInterfaceLeopard.a:
736 * libWebKitSystemInterfaceSnowLeopard.a:
737 * libWebKitSystemInterfaceTiger.a:
739 2009-10-26 Mark Rowe <mrowe@apple.com>
741 Reviewed by Adam Roben.
743 Clean up the regex madness in auto-version.sh to make it obvious what the script is doing.
745 Also teaches auto-version.sh to handle RC_PROJECTSOURCEVERSION that has more than three digits
746 in the major component of the version number.
748 * win/tools/scripts/auto-version.sh:
750 2009-10-19 Marshall Culpepper <mculpepper@appcelerator.com>
752 Reviewed by Eric Seidel.
754 added cairo include and lib directories to debug_wincairo.vsprops
755 https://bugs.webkit.org/show_bug.cgi?id=29831
757 * win/tools/vsprops/debug_wincairo.vsprops:
759 2009-10-16 Steve Falkenburg <sfalken@apple.com>
761 Reviewed by Dan Bernstein.
763 https://bugs.webkit.org/show_bug.cgi?id=30456
764 Fixes for new Debug_All Windows build configuration.
766 * win/tools/vsprops/debug_all.vsprops:
767 Define DEBUG_ALL in Debug_All configuration.
768 Continue to define USE_DEBUG_SAFARI_THEME for open source SafariTheme header usage.
770 2009-10-16 Steve Falkenburg <sfalken@apple.com>
772 Reviewed by Adam Roben.
774 Add a Debug_All configuration to build entire stack as debug.
775 Change Debug_Internal to:
776 - stop using _debug suffix for all WebKit/Safari binaries
777 - not use _debug as a DLL naming suffix
778 - use non-debug C runtime lib.
780 * win/tools/vsprops/debug_all.vsprops: Added.
781 Use debug C runtime library in debug_all.
782 Specify USE_DEBUG_SAFARI_THEME to get "_debug" suffix for debug_all.
783 * win/tools/vsprops/debug_internal.vsprops:
784 Don't specify debug C runtime library in debug_internal.
785 Don't specify _debug suffix for standard debug_internal builds.
787 2009-10-05 Pierre d'Herbemont <pdherbemont@webkit.org>
789 Reviewed by Simon Fraser
791 Support fullscreen in MediaPlayer (Mac)
792 https://bugs.webkit.org/show_bug.cgi?id=26742
794 New methods required for video fullscreen.
796 * WebKitSystemInterface.h:
797 * libWebKitSystemInterfaceLeopard.a:
798 * libWebKitSystemInterfaceSnowLeopard.a:
799 * libWebKitSystemInterfaceTiger.a:
801 2009-10-02 Steve Falkenburg <sfalken@apple.com>
804 Re-apply lost changes to auto-version.sh.
806 * win/tools/scripts/auto-version.sh:
808 2009-10-02 Eric Carlson <eric.carlson@apple.com>
810 Reviewed by Adam Roben.
812 <rdar://problem/7271334>
813 Rename MediaControllerThemeQT to MediaControllerThemeQuickTime
815 * WebKitSystemInterface.h:
816 MediaControllerThemeQT -> MediaControllerThemeQuickTime
818 2009-10-02 Steve Falkenburg <sfalken@apple.com>
820 Reviewed by Mark Rowe.
822 <https://bugs.webkit.org/show_bug.cgi?id=29989>
823 Safari version number shouldn't be exposed in WebKit code
825 For a WebKit version of 532.3.4:
826 Product version is: 5.32.3.4 (was 4.0.3.0)
827 File version is: 5.32.3.4 (was 4.532.3.4)
829 * win/tools/scripts/PRODUCTVERSION: Removed.
830 * win/tools/scripts/auto-version.sh: Re-worked script to remove references to PRODUCTVERSION.
832 2009-09-25 Dan Bernstein <mitz@apple.com>
834 Reviewed by Adam Roben.
836 WebKitSystemInterface changes for
837 <rdar://problem/7211635> 2 byte characters are displayed as garbaged
838 <rdar://problem/7212626> garbled/gibberish text (off-by-one)
840 * win/include/WebKitSystemInterface/WebKitSystemInterface.h: Added
841 wkAddFontsFromPlistRepresentation() and replaced
842 wkCreateFontsPlistRepresentation() with wkCreateFontsPlist() and
843 wkAddFontsFromPlistRepresentation() with wkAddFontsFromPlist().
844 * win/lib/WebKitSystemInterface.lib:
845 * win/lib/WebKitSystemInterface_debug.lib:
847 2009-09-23 Marshall Culpepper <mculpepper@appcelerator.com>
849 Reviewed by Eric Seidel.
851 Added $(WebKitLibrariesDir)/include/cairo so cairo.h is found by
852 default when the necessary dependencies are extracted into the
854 https://bugs.webkit.org/show_bug.cgi?id=29661
856 * win/tools/vsprops/WinCairo.vsprops:
858 2009-09-09 Brent Fulgham <bfulgham@webkit.org>
860 Reviewed by Dave Levin.
862 Adjust WinCairo-specific property sheet to use static versions of
863 libjpeg.lib and libpng.lib. Change to libpng.lib required addition
866 * win/tools/vsprops/WinCairo.vsprops:
868 2009-08-28 Steve Falkenburg <sfalken@apple.com>
870 Reviewed by Adam Roben.
872 Define _CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES=1
873 to automatically use secure versions of C runtime lib calls on Windows.
874 https://bugs.webkit.org/show_bug.cgi?id=28824
876 * win/tools/vsprops/common.vsprops:
878 2009-08-25 Brent Fulgham <bfulgham@webkit.org>
880 Rubber stamped by Steve Falkenburg.
882 debug_wincairo.vsprops was linking against wrong C runtime.
884 * win/tools/vsprops/debug_wincairo.vsprops: Link to correct
885 C runtime (as in the standard 'debug.vsprops' file.)
887 2009-08-24 Brent Fulgham <bfulgham@webkit.org>
889 Reviewed by Steve Falkenburg.
891 Revise CFLite Debug build to emit DLL's with _debug label.
892 https://bugs.webkit.org/show_bug.cgi?id=28695.
894 * win/tools/vsprops/debug_wincairo.vsprops: Added.
896 2009-08-12 Peter Kasting <pkasting@google.com>
898 Reviewed by Darin Adler.
900 https://bugs.webkit.org/show_bug.cgi?id=27323
901 Change pattern that strips all trailing whitespace to just remove EOL
902 chars (\r, \n), to make it clear that varying EOL chars is the primary
903 problem being solved.
905 * win/tools/scripts/auto-version.sh:
907 2009-08-10 Peter Kasting <pkasting@google.com>
909 Reviewed by George Staikos.
911 https://bugs.webkit.org/show_bug.cgi?id=27323
912 Even more line ending-stripping for auto-version.sh, based on output
913 provided by Jessie Berlin.
915 * win/tools/scripts/auto-version.sh:
917 2009-08-10 Brent Fulgham <bfulgham@webkit.org>
919 Reviewed by Adam Roben.
921 https://bugs.webkit.org/show_bug.cgi?id=28048.
922 Move various WinCairo build settings into *.vsprops file.
924 * win/tools/vsprops/cURL.vsprops: Added.
926 2009-08-06 Peter Kasting <pkasting@google.com>
928 Reviewed by Adam Barth.
930 https://bugs.webkit.org/show_bug.cgi?id=27323
931 Strip line endings at all points auto-version.sh reads data, not just
932 the one I happened to run into.
934 * win/tools/scripts/auto-version.sh:
936 2009-07-27 Peter Kasting <pkasting@google.com>
938 Reviewed by Adam Roben.
940 https://bugs.webkit.org/show_bug.cgi?id=27323
941 Correctly parse command output, even when the line endings are not LF,
942 so that we don't create an autoversion.h that MSVC chokes on.
944 * win/tools/scripts/auto-version.sh:
946 2009-07-13 Brent Fulgham <bfulgham@webkit.org>
948 Reviewed by Adam Roben.
950 Add new configuration flag for redistributable Windows build.
951 https://bugs.webkit.org/show_bug.cgi=27087
953 * win/tools/vsprops/WinCairo.vsprops: Added. Defines the
954 new WIN_CAIRO flag used to drive non-Apple Windows build.
956 2009-07-10 Eric Carlson <eric.carlson@apple.com>
958 Reviewed by Simon Fraser.
960 Update WebKitSystemInterface for <rdar://problem/7049066>.
962 * WebKitSystemInterface.h:
963 * libWebKitSystemInterfaceLeopard.a:
964 * libWebKitSystemInterfaceSnowLeopard.a:
965 * libWebKitSystemInterfaceTiger.a:
967 2009-07-06 Eric Carlson <eric.carlson@apple.com>
969 Update WebKitSystemInterface for <rdar://problem/7008093>.
971 * WebKitSystemInterface.h:
972 * libWebKitSystemInterfaceLeopard.a:
973 * libWebKitSystemInterfaceSnowLeopard.a:
974 * libWebKitSystemInterfaceTiger.a:
976 2009-07-06 Anders Carlsson <andersca@apple.com>
978 Update WebKitSystemInterface.
980 * WebKitSystemInterface.h:
981 * libWebKitSystemInterfaceLeopard.a:
982 * libWebKitSystemInterfaceSnowLeopard.a:
983 * libWebKitSystemInterfaceTiger.a:
985 2009-07-02 Pierre d'Herbemont <pdherbemont@apple.com>
987 Reviewed by Simon Fraser.
989 Update WebKitSystemInterface for <rdar://problem/6518119>
991 * WebKitSystemInterface.h:
992 * libWebKitSystemInterfaceLeopard.a:
993 * libWebKitSystemInterfaceSnowLeopard.a:
994 * libWebKitSystemInterfaceTiger.a:
996 2009-07-01 Eric Carlson <eric.carlson@apple.com>
998 Reviewed by Simon Fraser.
1000 Update WebKitSystemInterface for <rdar://problem/7014990>
1002 * libWebKitSystemInterfaceLeopard.a:
1003 * libWebKitSystemInterfaceSnowLeopard.a:
1004 * libWebKitSystemInterfaceTiger.a:
1006 2009-06-29 Eric Carlson <eric.carlson@apple.com>
1008 Reviewed by Simon Fraser.
1010 Update WebKitSystemInterface for <rdar://problem/7014813>
1012 * WebKitSystemInterface.h:
1013 * libWebKitSystemInterfaceLeopard.a:
1014 * libWebKitSystemInterfaceSnowLeopard.a:
1015 * libWebKitSystemInterfaceTiger.a:
1017 2009-06-25 Simon Fraser <simon.fraser@apple.com>
1019 Rubber-stamped by Mark Rowe.
1021 <rdar://problem/6999737>
1023 Update the media controller images.
1025 * libWebKitSystemInterfaceLeopard.a:
1026 * libWebKitSystemInterfaceSnowLeopard.a:
1027 * libWebKitSystemInterfaceTiger.a:
1029 2009-06-16 Simon Fraser <simon.fraser@apple.com>
1031 Rubber-stamped by Anders Carlsson.
1033 Update WebKitSystemInterface for <rdar://problem/6937882>.
1035 * libWebKitSystemInterfaceLeopard.a:
1036 * libWebKitSystemInterfaceSnowLeopard.a:
1037 * libWebKitSystemInterfaceTiger.a:
1039 2009-06-02 Anders Carlsson <andersca@apple.com>
1041 Rubber-stamped by Mark Rowe.
1043 Update WebKitSystemInterface.
1045 * libWebKitSystemInterfaceLeopard.a:
1046 * libWebKitSystemInterfaceSnowLeopard.a:
1047 * libWebKitSystemInterfaceTiger.a:
1049 2009-05-27 Mark Rowe <mrowe@apple.com>
1051 Rubber-stamped by Dan Bernstein.
1053 Update WebKitSystemInterface.
1055 * libWebKitSystemInterfaceLeopard.a:
1056 * libWebKitSystemInterfaceSnowLeopard.a: Added.
1057 * libWebKitSystemInterfaceTiger.a:
1059 2009-05-26 Anders Carlsson <andersca@apple.com>
1061 Reviewed by Dan Bernstein.
1063 <rdar://problem/6901751>
1064 REGRESSION (r35515): Tiger crash painting the selection on registration page of car2go.com
1066 Remove WKCGContextIsSafeToClip.
1068 * WebKitSystemInterface.h:
1069 * libWebKitSystemInterfaceTiger.a:
1071 2009-05-21 Dan Bernstein <mitz@apple.com>
1073 Rubber-stamped by Mark Rowe.
1075 - correct a copyright header accidently reverted in r43964
1077 * WebKitSystemInterface.h:
1079 2009-05-21 Dan Bernstein <mitz@apple.com>
1081 Reviewed by Anders Carlsson.
1083 - WebKitSystemInterface part of <rdar://problem/6901751> REGRESSION
1084 (r35515): Tiger crash painting the selection on registration page of
1087 * WebKitSystemInterface.h:
1088 * libWebKitSystemInterfaceTiger.a:
1090 2009-05-07 Simon Fraser <simon.fraser@apple.com>
1092 Source changes reviewed by Darin Adler
1094 <rdar://problem/6864091> Endcap of media controls slider is fuzzy
1096 * libWebKitSystemInterfaceLeopard.a:
1097 * libWebKitSystemInterfaceTiger.a:
1099 2009-04-28 Steve Falkenburg <sfalken@apple.com>
1101 Fix extraneous warning about AnalyzeWithLargeStack not being defined in Windows builds.
1102 Indirected definition through a UserMacro.
1104 Reviewed by Mark Rowe.
1106 * win/tools/vsprops/common.vsprops:
1108 2009-04-28 Steve Falkenburg <sfalken@apple.com>
1110 Fix extraneous warning about PRODUCTION not being defined in Windows builds.
1111 Indirected definition for __PRODUCTION__ through a UserMacro.
1113 Reviewed by Mark Rowe.
1115 * win/tools/vsprops/common.vsprops:
1117 2009-04-24 Simon Fraser <simon.fraser@apple.com>
1119 Source changes reviewed by Darin Adler
1121 https://bugs.webkit.org/show_bug.cgi?id=22242
1123 Update WebKitSystemInterface for Mac with fixes for video controller drawing.
1125 * libWebKitSystemInterfaceLeopard.a:
1126 * libWebKitSystemInterfaceTiger.a:
1128 2009-04-22 Ada Chan <adachan@apple.com>
1130 Update WebKitSystemInterface with new method that maps CFNetwork error code to localized description.
1132 Reviewed by Darin Adler.
1134 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
1135 * win/lib/WebKitSystemInterface.lib:
1136 * win/lib/WebKitSystemInterface_debug.lib:
1138 2009-04-20 Steve Falkenburg <sfalken@apple.com>
1140 Separate JavaScriptCore.dll from WebKit.dll.
1141 Slight performance improvement or no change on benchmarks.
1143 Allows us to break a circular dependency between CFNetwork and WebKit on Windows,
1144 and simplifies standalone JavaScriptCore builds.
1146 Reviewed by Oliver Hunt.
1148 * win/tools/vsprops/common.vsprops: Add BUILDING_{project} preprocessor define.
1150 2009-04-18 Pierre d'Herbemont <pdherbemont@apple.com>
1152 Reviewed by Mark Rowe.
1154 <rdar://problem/6781295> video.buffered and video.seekable are not
1155 the same. video.buffered should return only what is buffered and
1156 not what is seekable
1158 * WebKitSystemInterface.h:
1159 * libWebKitSystemInterfaceLeopard.a:
1160 * libWebKitSystemInterfaceTiger.a:
1162 2009-04-18 Pierre d'Herbemont <pdherbemont@apple.com>
1164 Reviewed by Adele Peterson.
1166 <rdar://problem/6747241> work around QTKit no longer reaching
1167 QTMovieLoadStateComplete
1169 * WebKitSystemInterface.h:
1170 * libWebKitSystemInterfaceLeopard.a:
1171 * libWebKitSystemInterfaceTiger.a:
1173 2009-04-15 Steve Falkenburg <sfalken@apple.com>
1175 Updated WebKitSystemInterface for Windows.
1176 Changes needed for <rdar://problem/6785760>
1178 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
1179 * win/lib/WebKitSystemInterface.lib:
1180 * win/lib/WebKitSystemInterface_debug.lib:
1182 2009-04-14 Mark Rowe <mrowe@apple.com>
1184 Update WebKitSystemInterface so that the Tiger portion supports PowerPC.
1186 * libWebKitSystemInterfaceLeopard.a:
1187 * libWebKitSystemInterfaceTiger.a:
1189 2009-04-13 Antti Koivisto <antti@apple.com>
1191 Reviewed by Darin Adler.
1193 <rdar://problem/6740294> Increase the connection count per host
1195 * WebKitSystemInterface.h:
1196 * libWebKitSystemInterfaceLeopard.a:
1197 * libWebKitSystemInterfaceTiger.a:
1199 2009-04-10 Eric Carlson <eric.carlson@apple.com>
1201 WebKitSystemInterface changes for <rdar://problem/6646998>
1203 * libWebKitSystemInterfaceLeopard.a:
1204 * libWebKitSystemInterfaceTiger.a:
1206 2009-04-10 Simon Fraser <simon.fraser@apple.com>
1208 Fix the leopard build by updating WebKitSystemInterface.
1210 * WebKitSystemInterface.h:
1211 * libWebKitSystemInterfaceLeopard.a:
1213 2009-03-30 Steve Falkenburg <sfalken@apple.com>
1215 Bump version to 530.
1217 * win/tools/scripts/VERSION:
1219 2009-03-26 Adam Roben <aroben@apple.com>
1221 Remove SafariThemeConstants.h, which is now provided by
1222 WebKitSupportLibrary
1224 * win/include/SafariTheme: Removed.
1225 * win/include/SafariTheme/SafariThemeConstants.h: Removed.
1227 2009-03-07 Dan Bernstein <mitz@apple.com>
1229 Reviewed by Mark Rowe.
1231 - WebKitSystemInterface part of removing build-time and run-time support
1232 for legacy versions of CFNetwork and Core Graphics
1234 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
1235 * win/lib/WebKitSystemInterface.lib:
1236 * win/lib/WebKitSystemInterface_debug.lib:
1238 2009-01-30 Dan Bernstein <mitz@apple.com>
1240 Reviewed by Timothy Hatcher.
1242 - <rdar://problem/6545912> expose the build number in autoversion.h
1244 * win/tools/scripts/auto-version.sh: Added a #define __BUILD_NUMBER__
1245 with the full build number.
1247 2009-01-08 Dan Bernstein <mitz@apple.com>
1249 Reviewed by Adam Roben.
1251 - WebKitSystemInterface changes to support Core Graphics native glyph drawing
1253 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
1254 * win/lib/WebKitSystemInterface.lib:
1255 * win/lib/WebKitSystemInterface_debug.lib:
1257 2008-11-11 Ada Chan <adachan@apple.com>
1259 Fix: https://bugs.webkit.org/show_bug.cgi?id=22187
1260 Bug 22187: CLEARTYPE_QUALITY flag is not supported on Win2000
1262 Update window versions to correspond to Windows XP.
1264 Reviewed by Steve Falkenburg.
1266 * win/tools/vsprops/common.vsprops:
1268 2008-10-23 Anders Carlsson <andersca@apple.com>
1270 Reviewed by John Sullivan.
1272 Fix <rdar://problem/6306513> by adding a workaround for <rdar://problem/6304600>.
1274 * libWebKitSystemInterfaceLeopard.a:
1275 * libWebKitSystemInterfaceTiger.a:
1277 2008-10-08 Mark Rowe <mrowe@apple.com>
1279 Rubber-stamped by Jon Honeycutt.
1281 Remove restriction on version number ending in a 4.
1283 * win/tools/scripts/auto-version.sh:
1285 2008-10-07 Anders Carlsson <andersca@apple.com>
1287 Reviewed by Mitz Pettel.
1289 Update WebKitSystemInterface.
1291 * libWebKitSystemInterfaceLeopard.a:
1292 * libWebKitSystemInterfaceTiger.a:
1294 2008-09-09 Dan Bernstein <mitz@apple.com>
1296 Reviewed by Darin Adler.
1298 - WebKitLibraries part of <rdar://problem/6206244> Use alternate character-to-glyph interface on Leopard
1300 * WebKitSystemInterface.h:
1301 * libWebKitSystemInterfaceLeopard.a:
1303 2008-09-04 Adam Roben <aroben@apple.com>
1305 Ignore warning LNK4221 on Windows
1307 This warning is emitted when an object file with no public symbols is
1308 passed to the linker/librarian. This often occurs in WebCore for files
1309 that have been disabled via ENABLE()/USE() macros.
1311 Rubberstamped by Anders Carlsson.
1313 * win/tools/vsprops/common.vsprops: Ignore warning LNK4221.
1315 2008-08-27 Timothy Hatcher <timothy@apple.com>
1317 Adds the WKAdvanceDefaultButtonPulseAnimation function.
1319 <rdar://problem/6173530> Add Mac support for -webkit-appearance: default-button
1321 Reviewed by Adele Peterson.
1323 * WebKitSystemInterface.h: Added WKAdvanceDefaultButtonPulseAnimation.
1324 * libWebKitSystemInterfaceLeopard.a: Updated.
1325 * libWebKitSystemInterfaceTiger.a: Updated.
1327 2008-08-26 Adam Roben <aroben@apple.com>
1329 Disable a truncation warning that is disabled/doesn't exist on Mac
1331 This warning was firing when initializing floats from double literals.
1332 I haven't yet found any other situation that would cause this warning
1335 Reviewed by Sam Weinig.
1337 * win/tools/vsprops/common.vsprops: Turn off warning C4305.
1339 2008-07-20 Steve Falkenburg <sfalken@apple.com>
1343 * win/tools/vsprops/common.vsprops:
1345 2008-07-08 Dan Bernstein <mitz@apple.com>
1347 Reviewed by John Sullivan.
1349 - WebKitSystemInterface part of <rdar://problem/6008409> Need a way to disable updates in offscreen views
1351 * WebKitSystemInterface.h: Added WKWindowWillOrderOnScreenNotification.
1352 * libWebKitSystemInterfaceLeopard.a: Updated.
1353 * libWebKitSystemInterfaceTiger.a: Updated.
1355 2008-07-01 Steve Falkenburg <sfalken@apple.com>
1357 Bump version numbers.
1359 Reviewed by Mark Rowe.
1361 * win/tools/scripts/PRODUCTVERSION:
1362 * win/tools/scripts/VERSION:
1364 2008-05-13 Dan Bernstein <mitz@apple.com>
1366 Reviewed by John Sullivan.
1368 - WebKitSystemInterface support for <rdar://problem/5725912> improve render quality of transformed text
1370 * libWebKitSystemInterfaceLeopard.a: Improved glyph positioning in
1371 transformed graphics contexts.
1372 * win/include/WebKitSystemInterface/WebKitSystemInterface.h: Added
1373 wkSetCGContextFontRenderingStyle().
1374 * win/lib/WebKitSystemInterface.lib: Updated.
1375 * win/lib/WebKitSystemInterface_debug.lib: Updated.
1377 2008-05-09 Adam Roben <aroben@apple.com>
1379 Disable a MSVC warning
1381 Reviewed by Darin Adler.
1383 * win/tools/vsprops/common.vsprops: Add warning 4503 to the list of
1384 disabled warnings. It's a warning about decorated names being longer
1385 than MSVC's limit of 4096 characters. This warning doesn't indicate a
1386 correctness problem, but these truncated decorated names will be
1387 harder to recognize during debugging or when they appear in linker
1390 2008-04-28 Darin Adler <darin@apple.com>
1396 * win/tools/vsprops/common.vsprops: Add warning 4344 to the list of disabled warnings.
1397 It's really a warning about a bug they fixed in MSVC -- not helpful to us in WebKit.
1399 2008-04-24 Mark Rowe <mrowe@apple.com>
1401 Reviewed by Sam Weinig.
1403 Remove code for calculating the glyph cache size.
1405 * WebKitSystemInterface.h: Remove unused symbol.
1406 * libWebKitSystemInterfaceLeopard.a:
1407 * libWebKitSystemInterfaceTiger.a:
1409 2008-03-28 Steve Falkenburg <sfalken@apple.com>
1413 * win/tools/scripts/PRODUCTVERSION:
1415 2008-03-26 Adam Roben <aroben@apple.com>
1417 Windows build fix after r31322
1419 * win/include/WebKitSystemInterface/WebKitSystemInterface.h: Updated.
1420 * win/lib/WebKitSystemInterface.lib: Updated.
1421 * win/lib/WebKitSystemInterface_debug.lib: Updated.
1423 2008-03-26 Mark Rowe <mrowe@apple.com>
1425 Reviewed by David Hyatt.
1427 Make the Ahem font antialias correctly on Acid3 on Tiger.
1429 * WebKitSystemInterface.h:
1430 * libWebKitSystemInterfaceTiger.a:
1432 2008-03-19 Mark Rowe <mrowe@apple.com>
1434 Rubber-stamped by Sam Weinig.
1436 Fix http://bugs.webkit.org/show_bug.cgi?id=17816.
1437 Bug 17816: libWebCoreSQLite3.a is 2-architecture universal binary (not 4-architecture)
1439 * libWebCoreSQLite3.a: Land a 4-way fat binary.
1441 2008-03-12 Steve Falkenburg <sfalken@apple.com>
1443 New version of WebKitSystemInterface.lib with
1444 more compiler warnings suppressed.
1446 * win/lib/WebKitSystemInterface.lib:
1447 * win/tools/vsprops/common.vsprops:
1449 2008-03-12 Dan Bernstein <mitz@apple.com>
1451 Reviewed by Darin Adler and Sam Weinig.
1453 - <rdar://problem/4433248> use CoreText API instead of SPI on Leopard
1455 * WebKitSystemInterface.h:
1456 * libWebKitSystemInterfaceLeopard.a:
1458 2008-03-11 Steve Falkenburg <sfalken@apple.com>
1460 Disable two PGO/LTCG specific warnings.
1464 * win/tools/vsprops/common.vsprops:
1466 2008-02-29 Mark Rowe <mrowe@apple.com>
1468 Update Tiger version of WebKitSystemInterface to match r30690.
1470 * libWebKitSystemInterfaceTiger.a:
1472 2008-02-29 Adele Peterson <adele@apple.com>
1476 Auto-generate image arrays.
1478 * libWebKitSystemInterfaceLeopard.a:
1480 2008-02-29 Mark Rowe <mrowe@apple.com>
1482 Reviewed by Anders Carlsson.
1484 Replace use of WKPathFromFont with implementation in terms of public API.
1486 * WebKitSystemInterface.h: Remove unused symbol.
1487 * libWebKitSystemInterfaceLeopard.a:
1488 * libWebKitSystemInterfaceTiger.a:
1490 2008-02-29 Mark Rowe <mrowe@apple.com>
1492 Reviewed by Oliver Hunt.
1494 Fix spelling of "request" in name of WKNSURLProtocolClassForRequest.
1496 * WebKitSystemInterface.h:
1497 * libWebKitSystemInterfaceLeopard.a:
1498 * libWebKitSystemInterfaceTiger.a:
1500 2008-02-29 Mark Rowe <mrowe@apple.com>
1502 Reviewed by Oliver Hunt.
1504 Don't use WKSupportsMultipartXMixedReplace on Leopard as multipart/x-mixed-replace is always handled by NSURLRequest.
1506 * WebKitSystemInterface.h:
1507 * libWebKitSystemInterfaceLeopard.a:
1509 2008-02-29 Mark Rowe <mrowe@apple.com>
1511 Reviewed by Oliver Hunt and Oliver Hunt.
1513 <rdar://problem/4753845> WebKit should use CGEventSourceSecondsSinceLastEventType in place of WKSecondsSinceLastInputEvent SPI.
1515 * WebKitSystemInterface.h: Remove unused symbol.
1516 * libWebKitSystemInterfaceLeopard.a:
1517 * libWebKitSystemInterfaceTiger.a:
1519 2008-02-28 Mark Rowe <mrowe@apple.com>
1521 Reviewed by Dan Bernstein.
1523 Remove two unused functions from WebKitSystemInterface.
1525 * WebKitSystemInterface.h: Remove WKPreferRGB32Key and WKGetDefaultGlyphForChar as they are unused. Also remove
1526 a duplicate declaration of WKSecondsSinceLastInputEvent.
1527 * libWebKitSystemInterfaceLeopard.a:
1528 * libWebKitSystemInterfaceTiger.a:
1530 2008-02-28 Mark Rowe <mrowe@apple.com>
1532 Reviewed by Dave Hyatt.
1534 Make use of new CGFont APIs on Leopard rather than making a WebKitSystemInterface call.
1536 * WebKitSystemInterface.h: Only declare WKGetFontMetrics on Tiger.
1537 * libWebKitSystemInterfaceLeopard.a: Update for removal of WKGetFontMetrics.
1539 2008-02-27 Brady Eidson <beidson@apple.com>
1543 * libWebKitSystemInterfaceTiger.a:
1545 2008-02-27 Brady Eidson <beidson@apple.com>
1547 Reviewed by Mark Rowe
1549 Removed some unused methods:
1550 WKGetNSURLResponseCalculatedExpiration
1551 WKGetNSURLResponseMustRevalidate
1553 * WebKitSystemInterface.h:
1554 * libWebKitSystemInterfaceLeopard.a:
1555 * libWebKitSystemInterfaceTiger.a:
1557 2008-02-13 Adam Roben <aroben@apple.com>
1559 * win/tools/scripts/auto-version.sh: Removed a redundant symbol.
1561 2008-02-12 Adam Roben <aroben@apple.com>
1563 Clean up auto-version.sh a bit
1565 It now does quite a bit less file I/O and many fewer fork/exec pairs.
1566 It's also quite a bit easier to read.
1570 * win/tools/scripts/auto-version.sh:
1572 2008-02-12 Steve Falkenburg <sfalken@apple.com>
1574 Versioning script change.
1576 * win/tools/scripts/auto-version.sh:
1578 2008-02-07 Ada Chan <adachan@apple.com>
1580 Added 4 new methods:
1581 wkSetClientCertificateInSSLProperties,
1582 wkCanAccessCFURLRequestHTTPBodyParts,
1583 wkCFURLRequestCopyHTTPRequestBodyParts,
1584 wkCFURLRequestSetHTTPRequestBodyParts
1586 Rubber-stamped by Steve.
1588 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
1589 * win/lib/WebKitSystemInterface.lib:
1590 * win/lib/WebKitSystemInterface_debug.lib:
1592 2008-02-04 Timothy Hatcher <timothy@apple.com>
1594 <rdar://problem/5722735> Merge fix for SQLITE_FULL error
1595 is given even if the max_page_count is increased (2920)
1597 * libWebCoreSQLite3.a:
1599 2008-02-01 Steve Falkenburg <sfalken@apple.com>
1601 <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
1603 Rubber-stamped by Jon Honeycutt.
1605 * win/tools/vsprops/common.vsprops:
1607 2008-01-29 Mark Rowe <mrowe@apple.com>
1609 Reviewed by Tim Hatcher.
1611 <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).
1613 * WebCoreSQLite3/sqlite3.h: Added.
1614 * WebCoreSQLite3/sqlite3ext.h: Added.
1615 * libWebCoreSQLite3.a: Added.
1617 2008-01-29 Alexey Proskuryakov <ap@webkit.org>
1619 Debug (external) build fix.
1621 Removed _DEBUG preprocessor definition, which indicates that debug libraries are used (while they aren't).
1622 This preprocessor definition is automatically set by Visual Studio as needed anyway.
1624 * win/tools/vsprops/debug.vsprops:
1626 2008-01-17 Steve Falkenburg <sfalken@apple.com>
1628 Add preprocessor define accidently dropped in my unification,
1629 and required by some builds. Fixes an issue that caused both
1630 debug and release DLLs to be loaded.
1632 Rubber-stamped by Jon Honeycutt.
1634 * win/tools/vsprops/debug_internal.vsprops:
1636 2008-01-16 Steve Falkenburg <sfalken@apple.com>
1638 Use recommended security-related compiler settings.
1642 * win/tools/vsprops/common.vsprops:
1644 2008-01-16 Steve Falkenburg <sfalken@apple.com>
1648 * win/tools/vsprops/release.vsprops:
1650 2008-01-15 Adele Peterson <adele@apple.com>
1652 Reviewed by Adam and Antti.
1654 Updated libraries for <rdar://problem/5619062> Add load progress indicator to video controls
1656 * WebKitSystemInterface.h:
1657 * libWebKitSystemInterfaceLeopard.a:
1658 * libWebKitSystemInterfaceTiger.a:
1659 * win/include/SafariTheme: Added.
1660 * win/include/SafariTheme/SafariThemeConstants.h: Added. Placeholder empty header until we release an updated WebKitSupportLibrary.
1662 2008-01-14 Steve Falkenburg <sfalken@apple.com>
1664 Use shared vsprops for most vcproj properties.
1666 Reviewed by Darin Adler.
1668 * win/tools/vsprops/common.vsprops:
1669 * win/tools/vsprops/debug.vsprops:
1670 * win/tools/vsprops/debug_internal.vsprops:
1671 * win/tools/vsprops/release.vsprops:
1673 2008-01-11 Steve Falkenburg <sfalken@apple.com>
1675 Share common files across projects.
1678 Debug: common.vsprops, debug.vsprops
1679 Debug_Internal: common.vsprops, debug.vsprops, debug_internal.vsprops
1680 Release: common.vsprops, release.vsprops
1682 Shared properties can go into common.vsprops, shared debug settings can go into debug.vsprops.
1683 debug_internal.vsprops will be mostly empty except for file path prefix modifiers.
1685 Moved auto-version.sh, VERSION, PRODUCTVERSION to tools.
1687 Reviewed by Adam Roben.
1689 * win/tools/WinTools.make:
1690 * win/tools/scripts: Added.
1691 * win/tools/scripts/PRODUCTVERSION: Added.
1692 * win/tools/scripts/VERSION: Added.
1693 * win/tools/scripts/auto-version.sh: Copied from WebCore/WebCore.vcproj/auto-version.sh.
1694 * win/tools/vsprops/debug.vsprops:
1695 * win/tools/vsprops/debug_internal.vsprops: Added.
1696 * win/tools/vsprops/release.vsprops:
1698 2008-01-11 Steve Falkenburg <sfalken@apple.com>
1700 Add shared vsprops to help unify our Windows tools settings.
1705 * win/tools/WinTools.make: Added.
1706 * win/tools/vsprops: Added.
1707 * win/tools/vsprops/common.vsprops: Added.
1708 * win/tools/vsprops/debug.vsprops: Added.
1709 * win/tools/vsprops/release.vsprops: Added.
1711 2008-01-07 Mark Rowe <mrowe@apple.com>
1713 Update Tiger library to a G3-friendly version.
1715 * libWebKitSystemInterfaceTiger.a:
1717 2008-01-07 Adele Peterson <adele@apple.com>
1719 Reviewed by Antti, Adam, and Mitz.
1721 WebKitLibraries part of fix for
1722 <rdar://problem/5619073> Updated look for <video> controls
1723 <rdar://problem/5619057> Add volume control to video controls
1725 * WebKitSystemInterface.h:
1726 * libWebKitSystemInterfaceLeopard.a:
1727 * libWebKitSystemInterfaceTiger.a:
1729 2008-01-03 Mark Rowe <mrowe@apple.com>
1731 Update Tiger library to a G3-friendly version.
1733 * libWebKitSystemInterfaceTiger.a:
1735 2008-01-03 Adele Peterson <adele@apple.com>
1737 Update libraries for <rdar://problem/4106190> Include "Where from" metadata in drag-and-dropped images
1739 * WebKitSystemInterface.h:
1740 * libWebKitSystemInterfaceLeopard.a:
1741 * libWebKitSystemInterfaceTiger.a:
1743 2007-12-21 Mark Rowe <mrowe@apple.com>
1745 Rubber-stamped by Dan Bernstein.
1747 Fix http://bugs.webkit.org/show_bug.cgi?id=16549.
1748 Bug 16549: WebKit nightly build failing to launch on PowerPC G3s
1750 * libWebKitSystemInterfaceTiger.a: Update to a G3-friendly version.
1752 2007-12-07 Dan Bernstein <mitz@apple.com>
1754 Reviewed by Darin Adler.
1756 - updated system interface for fixing <rdar://problem/5499918> REGRESSION: insertion point in input field with custom border cuts holes in focus ring interior edges
1758 * WebKitSystemInterface.h:
1759 * libWebKitSystemInterfaceLeopard.a:
1760 * libWebKitSystemInterfaceTiger.a:
1762 2007-11-27 John Sullivan <sullivan@apple.com>
1764 Fixed 5614525, caused by a recent bug in WKGetExtensionsForMIMEType
1765 that affects Safari.
1767 reviewed by Kevin Decker
1769 * libWebKitSystemInterfaceLeopard.a:
1770 * libWebKitSystemInterfaceTiger.a:
1772 2007-11-26 Timothy Hatcher <timothy@apple.com>
1774 Reviewed by Adam Roben.
1776 Bug 16137: Web Inspector window on Leopard should have a unified toolbar and window title
1777 http://bugs.webkit.org/show_bug.cgi?id=16137
1779 Add a new function to make bottom window corners square for textured windows.
1781 * WebKitSystemInterface.h:
1782 * libWebKitSystemInterfaceTiger.a:
1783 * libWebKitSystemInterfaceLeopard.a:
1785 2007-11-23 Adam Roben <aroben@apple.com>
1787 Add wkSetPatternPhaseInUserSpace to WebKitSystemInterface on Windows
1791 * win/include/WebKitSystemInterface/WebKitSystemInterface.h: Added
1793 * win/lib/WebKitSystemInterface.lib: Updated.
1794 * win/lib/WebKitSystemInterface_debug.lib: Updated.
1796 2007-11-16 Anders Carlsson <andersca@apple.com>
1800 <rdar://problem/5603832>
1801 XMLHttpRequest readyState 3 & responseText buffer issues.
1803 Add wkSetCFURLRequestShouldContentSniff.
1805 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
1806 * win/lib/WebKitSystemInterface.lib:
1807 * win/lib/WebKitSystemInterface_debug.lib:
1809 2007-11-05 Antti Koivisto <antti@apple.com>
1813 Update WKQTMovieViewSetDrawSynchronously.
1815 * libWebKitSystemInterfaceLeopard.a:
1816 * libWebKitSystemInterfaceTiger.a:
1818 2007-11-02 Antti Koivisto <antti@apple.com>
1820 Reviewed by Darin Adler.
1822 Update to add WKQTMovieViewSetDrawSynchronously
1824 * WebKitSystemInterface.h:
1825 * libWebKitSystemInterfaceLeopard.a:
1826 * libWebKitSystemInterfaceTiger.a:
1828 2007-10-26 Adele Peterson <adele@apple.com>
1830 Reviewed by Tim Hatcher.
1832 Updating header too for WKDrawCapsLockIndicator.
1834 * WebKitSystemInterface.h:
1836 2007-10-26 Adele Peterson <adele@apple.com>
1840 Adding WKDrawCapsLockIndicator in preparation for fixing the caps lock indicator.
1842 * libWebKitSystemInterfaceLeopard.a:
1843 * libWebKitSystemInterfaceTiger.a:
1845 2007-10-25 Adam Roben <aroben@apple.com>
1847 Add wkSetPatternBaseCTM.
1849 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
1850 * win/lib/WebKitSystemInterface.lib:
1851 * win/lib/WebKitSystemInterface_debug.lib:
1853 2007-10-25 Sam Weinig <sam@webkit.org>
1855 Fix the windows build.
1857 * win/lib/WebKitSystemInterface.lib:
1858 * win/lib/WebKitSystemInterface_debug.lib:
1860 2007-10-25 Timothy Hatcher <timothy@apple.com>
1862 Add WKSetPatternBaseCTM.
1864 * WebKitSystemInterface.h:
1865 * libWebKitSystemInterfaceLeopard.a:
1866 * libWebKitSystemInterfaceTiger.a:
1868 2007-10-25 Timothy Hatcher <timothy@apple.com>
1872 Update the Leopard WebKitSystemInterface to be 4-way univeral to include 64-bit.
1874 * libWebKitSystemInterfaceLeopard.a:
1876 2007-10-25 Sam Weinig <sam@webkit.org>
1878 Added wrapper for getting the foundation cache directory.
1880 Reviewed by Adam Roben.
1882 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
1883 * win/lib/WebKitSystemInterface.lib:
1884 * win/lib/WebKitSystemInterface_debug.lib:
1886 2007-10-24 Adam Roben <aroben@apple.com>
1888 Added some font-related functions needed for <rdar://5549919>
1892 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
1893 * win/lib/WebKitSystemInterface.lib:
1894 * win/lib/WebKitSystemInterface_debug.lib:
1896 2007-10-24 Timothy Hatcher <timothy@apple.com>
1898 Reviewed by Mark Rowe.
1900 <rdar://problem/5069711> OpenSource version of libWebKitSystemInterface.a is Tiger only, causes issues if used on Leopard
1902 Add system specific versions of WebKitSystemInterface.
1904 * libWebKitSystemInterface.a: Removed.
1905 * libWebKitSystemInterfaceLeopard.a: Added.
1906 * libWebKitSystemInterfaceTiger.a: Added.
1908 2007-10-11 Ada Chan <adachan@apple.com>
1910 <rdar://problem/5534421>
1911 Added wkGetDefaultHTTPCookieStorage(). Updated libraries.
1913 Reviewed by Darin Adler.
1915 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
1916 * win/lib/WebKitSystemInterface.lib:
1917 * win/lib/WebKitSystemInterface_debug.lib:
1919 2007-09-27 Sam Weinig <sam@webkit.org>
1921 Build fix. Ran update-webkitsysteminterface script on Tiger, because
1922 the resulting binary differs when built on Tiger.
1924 * libWebKitSystemInterface.a:
1926 2007-09-27 David Hyatt <hyatt@apple.com>
1928 Update WebKitSYstemInterface for @font-face changes.
1930 * WebKitSystemInterface.h:
1931 * libWebKitSystemInterface.a:
1933 2007-09-18 Geoffrey Garen <ggaren@apple.com>
1935 Build fix. Ran update-webkitsysteminterface script on Tiger, because
1936 the resulting binary differs when built on Tiger. See
1937 <rdar://problem/5490613>.
1939 * libWebKitSystemInterface.a:
1941 2007-09-18 Geoffrey Garen <ggaren@apple.com>
1943 Build fix. Ran update-webkitsysteminterface script.
1945 * WebKitSystemInterface.h:
1946 * libWebKitSystemInterface.a:
1948 2007-08-28 Anders Carlsson <andersca@apple.com>
1950 Add WKSetNSURLRequestShouldContentSniff.
1952 * WebKitSystemInterface.h:
1953 * libWebKitSystemInterface.a:
1955 2007-08-28 Ada Chan <adachan@apple.com>
1957 <rdar://problem/4876242> Added SPI to fetch SSL certificate information.
1962 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
1963 * win/lib/WebKitSystemInterface.lib:
1964 * win/lib/WebKitSystemInterface_debug.lib:
1966 2007-07-23 Ada Chan <adachan@apple.com>
1970 Update WebKitSystemInterface.{h,lib}.
1972 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
1973 * win/lib/WebKitSystemInterface.lib:
1974 * win/lib/WebKitSystemInterface_debug.lib:
1976 2007-07-19 Ada Chan <adachan@apple.com>
1978 Rubber-stamped by Adam.
1982 * win/lib/WebKitSystemInterface.lib:
1983 * win/lib/WebKitSystemInterface_debug.lib:
1985 2007-07-06 Adam Roben <aroben@apple.com>
1987 Update WebKitSystemInterface.{h,lib} for <rdar://problem/5301994>
1991 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
1992 * win/lib/WebKitSystemInterface.lib:
1993 * win/lib/WebKitSystemInterface_debug.lib:
1995 2007-06-29 Antti Koivisto <antti@apple.com>
1999 Added WKQTMovieDataRate and WKQTMovieMaxTimeLoaded
2001 * WebKitSystemInterface.h:
2002 * libWebKitSystemInterface.a:
2004 2007-03-29 Beth Dakin <bdakin@apple.com>
2006 Rubber-stamped by Adam.
2008 Keep OpenSource building.
2010 * WebKitSystemInterface.h:
2011 * libWebKitSystemInterface.a:
2013 2007-03-28 Antti Koivisto <antti@apple.com>
2015 Update libWebKitSystemInterface, previous version was out of date.
2017 * libWebKitSystemInterface.a:
2019 2007-03-27 Antti Koivisto <antti@apple.com>
2021 Reviewed by Darin Adler.
2023 Added wkGetWheelEventDeltas
2025 * WebKitSystemInterface.h:
2026 * libWebKitSystemInterface.a:
2028 2007-03-07 Mark Rowe <mrowe@apple.com>
2030 Build fix. Rebuild against 10.4 SDK.
2032 * libWebKitSystemInterface.a:
2034 2007-03-06 Kevin Decker <kdecker@apple.com>
2038 Fixed: <rdar://problem/4126976> private keys imported by WebKit should not be accessible by all applications
2040 * libWebKitSystemInterface.a:
2042 2007-02-21 Anders Carlsson <acarlsson@apple.com>
2044 Add new version with WKCGContextIsBitmapContext.
2046 * WebKitSystemInterface.h:
2047 * libWebKitSystemInterface.a:
2049 2006-12-16 Adele Peterson <adele@apple.com>
2053 WebKitLibraries part of fix for:
2054 <rdar://problem/4463829> Switch to use new search field implementation for <input type="search">
2056 Added wkDrawTextFieldCellFocusRing.
2058 * WebKitSystemInterface.h:
2059 * libWebKitSystemInterface.a:
2061 2006-10-11 Darin Adler <darin@apple.com>
2063 Reviewed by John Sullivan.
2065 * WebKitSystemInterface.h: Updated to a C++-compatible version.
2067 2006-08-31 Adele Peterson <adele@apple.com>
2069 Reviewed by John Sullivan.
2071 Removed wkSecureEventInput and wkSetSecureEventInput, since this can be done with API.
2073 * WebKitSystemInterface.h:
2074 * libWebKitSystemInterface.a:
2076 2006-08-30 Adele Peterson <adele@apple.com>
2080 Updated for http://bugs.webkit.org/show_bug.cgi?id=10575
2081 Enable secure input mode for new password fields
2083 * WebKitSystemInterface.h: Added WKSetSecureEventInput and WKSecureEventInput;
2084 * libWebKitSystemInterface.a:
2086 2006-07-09 Anders Carlsson <acarlsson@apple.com>
2088 Reviewed by Darin Adler.
2090 * WebKitSystemInterface.h:
2091 * libWebKitSystemInterface.a:
2094 2006-07-05 Adele Peterson <adele@apple.com>
2096 Reviewed by Maciej and Hyatt.
2098 * WebKitSystemInterface.h: Updated.
2099 * libWebKitSystemInterface.a: Updated.
2101 2006-06-16 Adele Peterson <adele@apple.com>
2105 * WebKitSystemInterface.h: Added WKDrawBezeledTextArea().
2106 * libWebKitSystemInterface.a: ditto.
2108 2006-04-01 Eric Seidel <eseidel@apple.com>
2110 * libWebKitSystemInterface.a: commit a universal binary.
2112 2006-04-01 Darin Adler <darin@apple.com>
2116 * libWebKitSystemInterface.a: Changed alpha in the focus-ring drawing
2117 code to use the system default alpha.
2119 2006-03-17 Eric Seidel <eseidel@apple.com>
2121 * libWebKitSystemInterface.a: commit a universal binary.
2123 2006-03-17 Adele Peterson <adele@apple.com>
2125 * WebKitSystemInterface.h: Added WKDrawBezeledTextFieldCell()
2126 * libWebKitSystemInterface.a: ditto
2128 2006-02-28 John Sullivan <sullivan@apple.com>
2130 * WebKitSystemInterface.h: Removed WKMouseIsDown()
2131 * libWebKitSystemInterface.a: ditto
2133 2006-02-23 Timothy Hatcher <timothy@apple.com>
2135 New build to fix the i386 arch. (The _cuEnc64 symbol was missing.)
2137 * libWebKitSystemInterface.a:
2139 2006-02-19 Darin Adler <darin@apple.com>
2141 * WebKitSystemInterface.h: Added WKDrawFocusRing.
2142 * libWebKitSystemInterface.a: Ditto.
2144 2006-02-06 John Sullivan <sullivan@apple.com>
2146 * WebKitSystemInterface.h:
2147 * libWebKitSystemInterface.a:
2148 removed WKExecutableLinkedInTigerOrEarlier
2150 2005-11-01 Darin Adler <darin@apple.com>
2152 * libWebKitSystemInterface.a: Updated.
2154 2005-10-04 Maciej Stachowiak <mjs@apple.com>
2158 * WebKitSystemInterface.h:
2159 * libWebKitSystemInterface.a:
2161 2005-09-08 Justin Garcia <justin.garcia@apple.com>
2163 * WebKitSystemInterface.h: Update to latest
2164 * libWebKitSystemInterface.a: ditto
2166 2005-09-04 Darin Adler <darin@apple.com>
2168 * WebKitSystemInterface.h: Update to latest
2169 * libWebKitSystemInterface.a: Ditto.
2171 2005-08-07 Darin Adler <darin@apple.com>
2173 * libWebKitSystemInterface.a: Universal binary.
2174 * WebKitSystemInterface.h: Updated for calls that Eric recently removed.
2176 2005-07-01 John Sullivan <sullivan@apple.com>
2178 - added WKExecutableLinkedInTigerOrEarlier
2180 * WebKitSystemInterface.h:
2181 * libWebKitSystemInterface.a:
2183 2005-06-06 Maciej Stachowiak <mjs@apple.com>
2185 - updated for crashing bugfix
2187 * libWebKitSystemInterface.a:
2189 2005-06-06 Maciej Stachowiak <mjs@apple.com>
2193 * WebKitSystemInterface.h:
2194 * libWebKitSystemInterface.a:
2196 2005-06-06 Maciej Stachowiak <mjs@apple.com>
2200 * WebKitSystemInterface.h:
2201 * libWebKitSystemInterface.a:
2203 2005-06-06 Maciej Stachowiak <mjs@apple.com>
2207 * WebKitSystemInterface.h:
2208 * libWebKitSystemInterface.a:
2210 2005-06-06 Maciej Stachowiak <mjs@apple.com>
2214 * WebKitSystemInterface.h:
2215 * libWebKitSystemInterface.a:
2217 2005-06-06 Maciej Stachowiak <mjs@apple.com>
2221 * WebKitSystemInterface.h:
2222 * libWebKitSystemInterface.a:
2224 2005-06-06 Maciej Stachowiak <mjs@apple.com>
2228 * WebKitSystemInterface.h:
2229 * libWebKitSystemInterface.a:
2231 2005-06-06 Maciej Stachowiak <mjs@apple.com>
2235 * WebKitSystemInterface.h:
2236 * libWebKitSystemInterface.a:
2238 2005-06-06 Maciej Stachowiak <mjs@apple.com>
2242 * WebKitSystemInterface.h:
2243 * libWebKitSystemInterface.a:
2245 2005-06-05 Maciej Stachowiak <mjs@apple.com>
2247 - added a few more bits of SPI
2249 * WebKitSystemInterface.h:
2250 * libWebKitSystemInterface.a:
2252 2005-06-05 Maciej Stachowiak <mjs@apple.com>
2254 - added file type and NSURLResponse caching SPI
2256 * WebKitSystemInterface.h:
2257 * libWebKitSystemInterface.a:
2259 2005-06-05 Maciej Stachowiak <mjs@apple.com>
2261 - initial checkin of WebKitSystemInterface binary
2263 * WebKitSystemInterface.h: Added.
2264 * libWebKitSystemInterface.a: Added.