1 2011-01-07 Chris Marrin <cmarrin@apple.com>
5 Added one more API to WKSI to get the user data
6 out of the CACFContext.
8 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
9 * win/lib/WebKitSystemInterface.lib:
10 * win/lib/WebKitSystemInterface_debug.lib:
12 2011-01-07 Chris Marrin <cmarrin@apple.com>
16 Adding updated WKSI files missed in http://trac.webkit.org/changeset/75262
18 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
19 * win/lib/WebKitSystemInterface.lib:
20 * win/lib/WebKitSystemInterface_debug.lib:
22 2011-01-05 Steve Falkenburg <sfalken@apple.com>
24 Reviewed by Darin Adler.
26 Debug and Release builds on Windows clobber each other
27 https://bugs.webkit.org/show_bug.cgi?id=49185
29 Changes the structure of WebKitBuild build products directory so we
30 completely separate each build configuration into independent directories.
32 Although we previously had per-configuration directories for obj, this change adds
33 per-configuration directories for bin, lib, obj, and include. Each configuration's
34 build products are stored within a directory inside of WebKitBuild.
36 Most use of $(WebKitOutputDir) in the build files has been replaced by $(ConfigurationBuildDir),
37 defined in common.vsprops to be $(WebKitOutputDir)\$(ConfigurationName).
39 * win/tools/vsprops/common.vsprops:
41 2011-01-03 Chris Fleizach <cfleizach@apple.com>
43 Reviewed, tweaked and landed by Sam Weinig.
45 WebKit2: Accessibility support (42130)
46 <rdar://problem/7660629>
48 * WebKitSystemInterface.h:
49 * libWebKitSystemInterfaceLeopard.a:
50 * libWebKitSystemInterfaceSnowLeopard.a:
52 2011-01-02 Dan Bernstein <mitz@apple.com>
54 Rubber-stamped by Simon Fraser.
56 <rdar://problem/8812159> Update copyright strings
58 * win/tools/scripts/COPYRIGHT-END-YEAR:
60 2010-12-21 Sam Weinig <weinig@apple.com>
62 Reviewed by Anders Carlsson.
64 Add serialization for CFURLRequestRef and CFURLResponseRef.
66 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
67 * win/lib/WebKitSystemInterface.lib:
69 2010-12-14 Anders Carlsson <andersca@apple.com>
71 Reviewed by Dan Bernstein.
73 Add WKGetScriptCodeFromCurrentKeyboardInputSource function.
75 * WebKitSystemInterface.h:
76 * libWebKitSystemInterfaceLeopard.a:
77 * libWebKitSystemInterfaceSnowLeopard.a:
79 2010-12-10 Chris Marrin <cmarrin@apple.com>
81 Reviewed by Adam Roben.
83 Add CACFContextGetLastCommitTime to WebKitSystemInterface for Windows.
84 Also got rid of WebKitSystemInterface_debug.lib as recommended by
85 Adam Roben. No OpenSource builds use it since r72327.
87 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
88 * win/lib/WebKitSystemInterface.lib:
89 * win/lib/WebKitSystemInterface_debug.lib: Removed.
91 2010-12-09 Anders Carlsson <andersca@apple.com>
93 Reviewed by Sam Weinig.
95 Cannot use NSKeyedArchiver in WK2 for ResourceResponses
96 https://bugs.webkit.org/show_bug.cgi?id=50792
97 <rdar://problem/8741799>
99 * WebKitSystemInterface.h:
100 * libWebKitSystemInterfaceLeopard.a:
101 * libWebKitSystemInterfaceSnowLeopard.a:
103 2010-12-03 Anders Carlsson <andersca@apple.com>
105 Reviewed by Sam Weinig.
107 Dispatch keyboard events in the Carbon event model
108 https://bugs.webkit.org/show_bug.cgi?id=50503
110 Make WKGetNSEventKeyChar available in 32-bit.
112 * WebKitSystemInterface.h:
113 * libWebKitSystemInterfaceLeopard.a:
114 * libWebKitSystemInterfaceSnowLeopard.a:
116 2010-12-02 Anders Carlsson <andersca@apple.com>
118 Reviewed by Sam Weinig.
120 Plug-ins should be able to update the mouse cursor
121 https://bugs.webkit.org/show_bug.cgi?id=50399
123 Add WKEnableSettingCursorWhenInBackground.
125 * WebKitSystemInterface.h:
126 * libWebKitSystemInterfaceLeopard.a:
127 * libWebKitSystemInterfaceSnowLeopard.a:
129 2010-12-01 Adam Roben <aroben@apple.com>
131 Don't let harmless errorlevels from the "set" utility leak into
132 project-specific build scripts
134 When using set to unset an environment variable that didn't previously
135 exist, set raises the errorlevel to 1. This was leaking into
136 project-specific scripts, causing them to think the build has failed.
137 We now clear the errorlevel after we finish setting environment
140 Fixes <http://webkit.org/b/50350> Windows builds mysteriously fail in
143 Reviewed by Steve Falkenburg.
145 * win/tools/vsprops/common.vsprops: Call "cmd /c" after setting
146 environment variables to get rid of any errorlevel that "set" set.
148 2010-12-01 Steve Falkenburg <sfalken@apple.com>
150 Reviewed by Adam Roben.
152 vcproj changes can't be applied cleanly by the Windows EWS bot
153 https://bugs.webkit.org/show_bug.cgi?id=50328
155 * win/tools/vsprops/WinCairo.vsprops: Added property svn:eol-style.
156 * win/tools/vsprops/cURL.vsprops: Added property svn:eol-style.
157 * win/tools/vsprops/debug_wincairo.vsprops: Added property svn:eol-style.
159 2010-11-29 Steve Falkenburg <sfalken@apple.com>
161 Windows build fix (part 2).
162 Define Visual Studio internal variables used in pre-build/pre-link/post-build commands in environment for separated cmd files.
164 * win/tools/vsprops/common.vsprops:
166 2010-11-19 Steve Falkenburg <sfalken@apple.com>
168 Reviewed by Adam Roben.
170 Add a mechanism for Windows pre-build/pre-link/post-build events to be separated into individual cmd files
171 https://bugs.webkit.org/show_bug.cgi?id=49858
173 We're migrating our prebuild/prelink/postbuild steps out of vcproj and vsprops files:
174 - To simplify editing (editing vsprops build steps is confusing).
175 - For more readable diffs.
177 To add a prebuild/prelink/postbuild step for a vcproj,
178 Add a new file named {ProjectName}PreBuild|PreLink|PostBuild.cmd to the project directory.
179 For example, a WTF prebuild script would be named WTFPreBuild.cmd and would be located
180 in the directory JavaScriptCore/JavaScriptCore.vcproj/WTF (alongside WTF.vcproj).
182 * win/tools/vsprops/common.vsprops:
183 * win/tools/vsprops/release.vsprops:
185 2010-11-29 Anders Carlsson <andersca@apple.com>
187 Reviewed by Sam Weinig and Simon Fraser.
189 WebKitSystemInterface.h piece of r72438.
191 * WebKitSystemInterface.h:
193 2010-11-22 Adam Roben <aroben@apple.com>
195 Use paths relative to $WebKitVSPropsRedirectionDir to access shared .vsprops files
197 Apple's Windows build allows placing header files and import libraries for WebKit's
198 dependencies (CoreGraphics, CFNetwork, SQLite, etc.) outside the source tree via the
199 $WebKitLibrariesDir environment variable. This is both required for production builds and
200 convenient for Apple-internal developer builds. Apple's production builds also require that
201 WebKit's shared .vsprops files be accessed relative to $WebKitLibrariesDir. In production
202 builds, the files are copied into that directory tree by the
203 WebKitLibraries/win/tools/WinTools.make file. In Apple-internal developer builds, the
205 JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCoreGenerated.make.
207 This .vsprops copying is problematic in one very important case: when a developer updates
208 their source tree and then tries to build. Visual Studio only reads .vsprops files when a
209 project is first loaded. So, when Visual Studio is first opened after the .vsprops files are
210 updated, it reads in the old files that were already residing in $WebKitLibrariesDir. When a
211 build is started, JavaScriptCoreGenerated.make copies the new .vsprops files into
212 $WebKitLibrariesDir, but Visual Studio will not pick up the changes. The rest of the build
213 will proceed with out-of-date .vsprops files, which will likely result in a build failure.
215 To fix this, we now use normal relative paths to access the .vsprops files in the source
216 tree rather than in $WebKitLibrariesDir, but prefix those paths with a new environment
217 variable, $WebKitVSPropsRedirectionDir. In developer builds, this environment variable is
218 unset, so the normal relative paths are used to read the .vsprops files out of the source
219 tree directly. In production builds, this environment variable is set to a fake directory
220 that will cause the .vsprops files in $WebKitLibrariesDir to be found when the relative path
223 For example, JavaScriptCore.vcproj uses this path for FeatureDefines.vsprops:
225 $(WebKitVSPropsRedirectionDir)..\..\..\WebKitLibraries\win\tools\vsprops\FeatureDefines.vsprops
227 In developer builds, where $WebKitVSPropsRedirectionDir is unset, this will point to the
228 files in WebKitLibraries\win\tools\vsprops in the source tree. In production builds,
229 JavaScriptCore.make sets $WebKitVSPropsRedirectionDir to
230 "$(SRCROOT)\AppleInternal\tools\vsprops\OpenSource\1\2\3\", so the full path for
231 FeatureDefines.vsprops becomes:
233 $(SRCROOT)\AppleInternal\tools\vsprops\OpenSource\1\2\3\..\..\..\WebKitLibraries\win\tools\vsprops\FeatureDefines.vsprops
237 $(SRCROOT)\AppleInternal\tools\vsprops\OpenSource\WebKitLibraries\win\tools\vsprops\FeatureDefines.vsprops
239 (We rely on the fact that Windows doesn't care whether the directories "1", "2", and "3"
240 actually exist since they are matched by an equal number of ".." path components.)
242 Note that Visual Studio still won't pick up changes made to .vsprops files while Visual
243 Studio is open, but that problem hasn't seemed to cause developers many headaches so far.
245 Fixes <http://webkit.org/b/49181> Windows build fails mysteriously when .vsprops files are
248 Reviewed by Dave Hyatt.
250 * win/tools/WinTools.make: Copy the shared .vsprops files into a directory tree beneath
251 AppleInternal\tools\vsprops that matches the source directory tree. This allows production
252 builds to redirect the relative paths used to find the shared .vsprops files into
253 AppleInternal by setting $WebKitVSPropsRedirectionDir to the appropriate value.
255 2010-11-18 Steve Falkenburg <sfalken@apple.com>
257 Rubber-stamped by Adam Roben.
259 Remove unused debug_internal vsprops file.
261 * win/tools/vsprops/debug_internal.vsprops: Removed.
263 2010-11-18 Steve Falkenburg <sfalken@apple.com>
265 Reviewed by Adam Roben.
267 Debug_Internal Windows configuration is unnecessary, should be removed
268 https://bugs.webkit.org/show_bug.cgi?id=49753
270 * win/tools/vsprops/debug.vsprops:
271 * win/tools/vsprops/debug_internal.vsprops:
273 2010-11-17 Steve Falkenburg <sfalken@apple.com>
275 Rubber-stamped by Adam Roben.
277 Update WebKitSystemInterfaceWin.
279 * win/lib/WebKitSystemInterface.lib:
280 * win/lib/WebKitSystemInterface_debug.lib:
282 2010-11-16 Adam Roben <aroben@apple.com>
284 Ignore files from libdispatch/zlib
286 Rubber-stamped by Eric Seidel.
288 * win/include: Modified property svn:ignore.
289 * win/lib: Modified property svn:ignore.
291 2010-11-10 Csaba Osztrogonác <ossy@webkit.org>
293 Reviewed by David Hyatt.
295 HTML5 Ruby support should be mandatory feature
296 https://bugs.webkit.org/show_bug.cgi?id=49272
298 Remove Ruby as optional feature.
300 * win/tools/vsprops/FeatureDefines.vsprops:
301 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
303 2010-10-29 Dan Bernstein <mitz@apple.com>
305 Snow Leopard PowerPC build fix.
307 * libWebKitSystemInterfaceSnowLeopard.a:
309 2010-10-29 Dan Bernstein <mitz@apple.com>
311 Leopard PowerPC build fix.
313 * libWebKitSystemInterfaceLeopard.a:
315 2010-10-29 Csaba Osztrogonác <ossy@webkit.org>
317 Reviewed by Adam Roben and David Kilzer.
319 Fix and cleanup of build systems
320 https://bugs.webkit.org/show_bug.cgi?id=48342
322 Remove unnecessary ENABLE_SANDBOX.
323 Add missing features to converge to FeatureDefines.xcconfig.
325 * win/tools/vsprops/FeatureDefines.vsprops:
326 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
328 2010-10-28 Dan Bernstein <mitz@apple.com>
330 Reviewed by John Sullivan.
332 Added UniCharProvider-based ways to create a CTTypeSetter and a CTLine, to be used in an
333 upcoming ComplexTextController patch.
335 * WebKitSystemInterface.h:
336 * libWebKitSystemInterfaceLeopard.a:
337 * libWebKitSystemInterfaceSnowLeopard.a:
339 2010-10-28 Ivan Krstić <ike@apple.com>
341 Reviewed by Mark Rowe.
343 Remove unused experimental proxied panel interface.
344 <rdar://problem/7237059>
346 * WebKitSystemInterface.h:
348 2010-10-27 Anders Carlsson <andersca@apple.com>
350 Reviewed by Sam Weinig.
352 Find indicators do not bounce
353 https://bugs.webkit.org/show_bug.cgi?id=48490
354 <rdar://problem/8564276>
356 Add bounce animation context functions.
358 * WebKitSystemInterface.h:
359 * libWebKitSystemInterfaceLeopard.a:
360 * libWebKitSystemInterfaceSnowLeopard.a:
362 2010-10-26 Adam Roben <aroben@apple.com>
364 Fix duplicate vsprops name
366 * win/tools/vsprops/FeatureDefinesCairo.vsprops: Renamed to
367 "FeatureDefinesCairo" to match the filename.
369 2010-10-23 Alexey Proskuryakov <ap@apple.com>
373 * win/lib/WebKitSystemInterface.lib:
374 * win/lib/WebKitSystemInterface_debug.lib:
376 2010-10-23 Alexey Proskuryakov <ap@apple.com>
378 Reviewed by Anders Carlsson.
380 https://bugs.webkit.org/show_bug.cgi?id=48083
381 <rdar://problem/8489082> Need WebKit2 API for private browsing (48083)
383 * WebKitSystemInterface.h:
384 * libWebKitSystemInterfaceLeopard.a:
385 * libWebKitSystemInterfaceSnowLeopard.a:
386 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
387 * win/lib/WebKitSystemInterface.lib:
388 * win/lib/WebKitSystemInterface_debug.lib:
389 Updated WebKitSystemInterface with necessary methods.
391 2010-10-22 Adam Roben <aroben@apple.com>
393 Turn on ENABLE_3D_RENDERING on all Windows builds
395 Reviewed by Sam Weinig.
397 * win/tools/vsprops/FeatureDefines.vsprops:
399 2010-10-20 Adam Roben <aroben@apple.com>
403 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
404 * win/lib/WebKitSystemInterface.lib:
405 * win/lib/WebKitSystemInterface_debug.lib:
406 Use a WKCFURLCredentialRef type to protect against changes to the
407 definition of CFURLCredentialRef.
409 2010-10-19 Adam Roben <aroben@apple.com>
413 * win/include/WebKitSystemInterface/WebKitSystemInterface.h: Check in
414 this file that I meant to check in in r70129.
416 2010-10-19 Adam Roben <aroben@apple.com>
418 Add WKCACFContext and related functions
420 Fixes <http://webkit.org/b/43244>.
422 Reviewed by Sam Weinig.
424 * win/lib/WebKitSystemInterface.lib:
425 * win/lib/WebKitSystemInterface_debug.lib:
427 2010-10-14 Ada Chan <adachan@apple.com>
429 Rubber-stamped by Adam Roben.
433 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
434 * win/lib/WebKitSystemInterface.lib:
435 * win/lib/WebKitSystemInterface_debug.lib:
437 2010-10-14 Ada Chan <adachan@apple.com>
439 Reviewed by Steve Falkenburg.
441 Add wkGetSSLCertificateChainContext for fetching the certificate chain.
442 Needed for https://bugs.webkit.org/show_bug.cgi?id=47603.
444 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
445 * win/lib/WebKitSystemInterface.lib:
446 * win/lib/WebKitSystemInterface_debug.lib:
448 2010-10-11 Mike Thole <mthole@apple.com>
450 Reviewed by Darin Adler.
452 Rename WKCertificateInfoGetPeerCertificates() to WKCertificateInfoGetCertificateChain()
453 https://bugs.webkit.org/show_bug.cgi?id=47495
455 * WebKitSystemInterface.h:
456 * libWebKitSystemInterfaceLeopard.a:
457 * libWebKitSystemInterfaceSnowLeopard.a:
459 2010-10-03 Brent Fulgham <bfulgham@webkit.org>
461 Unreviewed build fix.
463 WinCairo also needs access to the <inttypes.h> header requirement
464 introduced by Bug 46357.
466 * win/tools/vsprops/WinCairo.vsprops:
468 2010-09-17 Sam Weinig <sam@webkit.org>
470 Reviewed, tweaked, and landed by Anders Carlsson.
472 Add WKCopyNSURLResponsePeerCertificates.
474 * WebKitSystemInterface.h:
475 * libWebKitSystemInterfaceLeopard.a:
476 * libWebKitSystemInterfaceSnowLeopard.a:
478 2010-09-16 Eric Uhrhane <ericu@chromium.org>
482 Unify FILE_SYSTEM and FILE_WRITER enables under the name FILE_SYSTEM.
483 https://bugs.webkit.org/show_bug.cgi?id=45798
485 * win/tools/vsprops/FeatureDefines.vsprops:
486 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
488 2010-09-09 Jer Noble <jer.noble@apple.com>
490 Reviewed by Eric Carlson.
492 Adopt shared control drawing for <video> controls on Windows
493 https://bugs.webkit.org/show_bug.cgi?id=45490
495 * win/lib/WebKitSystemInterface.lib:
496 * win/lib/WebKitSystemInterface_debug.lib:
498 2010-09-10 Anders Carlsson <andersca@apple.com>
500 WebKitSystemInterface part of:
501 Set the visible name for the web process
502 https://bugs.webkit.org/show_bug.cgi?id=45564
503 <rdar://problem/8416970>
505 * WebKitSystemInterface.h:
506 * libWebKitSystemInterfaceLeopard.a:
507 * libWebKitSystemInterfaceSnowLeopard.a:
509 2010-08-05 Jian Li <jianli@chromium.org>
511 Reviewed by David Levin.
513 Unify blob related feature defines to ENABLE(BLOB).
514 https://bugs.webkit.org/show_bug.cgi?id=43081
516 * win/tools/vsprops/FeatureDefines.vsprops:
517 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
519 2010-08-04 Dan Bernstein <mitz@apple.com>
521 Reviewed by Darin Adler.
523 WebKitSystemInterface part of: Allow the language for hyphenation to be specified
524 https://bugs.webkit.org/show_bug.cgi?id=43467
526 * WebKitSystemInterface.h:
527 * libWebKitSystemInterfaceLeopard.a:
528 * libWebKitSystemInterfaceSnowLeopard.a:
529 * libWebKitSystemInterfaceTiger.a:
531 2010-08-03 Beth Dakin <bdakin@apple.com>
533 Reviewed by Alice Liu.
535 Enable MathML on Windows.
537 * win/tools/vsprops/FeatureDefines.vsprops:
539 2010-07-30 Adam Roben <aroben@apple.com>
541 Roll our r64361 and r64363
543 We can't make these changes until QuartzCore.lib is included in
544 WebKitSupportLibrary.
546 2010-07-30 Adam Roben <aroben@apple.com>
548 Add WKCACFContext and related functions
550 Also added some functions used by WKCAImageQueue.
552 Fixes <http://webkit.org/b/43244>.
554 Reviewed by Sam Weinig.
556 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
557 * win/lib/WebKitSystemInterface.lib:
558 * win/lib/WebKitSystemInterface_debug.lib:
560 2010-07-27 Kinuko Yasuda <kinuko@chromium.org>
562 Reviewed by Ojan Vafai.
564 Add FILE_SYSTEM build flag for FileSystem API
565 https://bugs.webkit.org/show_bug.cgi?id=42915
567 * win/tools/vsprops/FeatureDefines.vsprops:
568 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
570 2010-07-12 Mark Rowe <mrowe@apple.com>
572 Rubber-stamped by Sam Weinig.
574 Update WebKitSystemInterface.
576 * libWebKitSystemInterfaceLeopard.a:
577 * libWebKitSystemInterfaceSnowLeopard.a:
578 * libWebKitSystemInterfaceTiger.a:
580 2010-07-12 Adam Roben <aroben@apple.com>
582 Stop generating stripped symbols for Release builds
584 It turns out we can strip the symbols after-the-fact using PDBCopy.
586 Fixes <http://webkit.org/b/42085>.
588 Reviewed by Steve Falkenburg.
590 * win/tools/vsprops/release.vsprops: Removed the StripPrivateSymbols
591 attribute, which caused link.exe to generate a stripped PDB file for
594 2010-07-08 Eric Carlson <eric.carlson@apple.com>
596 Reviewed by Dan Bernstein.
598 Update WebKitSystemInterface.
600 * libWebKitSystemInterfaceLeopard.a:
601 * libWebKitSystemInterfaceSnowLeopard.a:
602 * libWebKitSystemInterfaceTiger.a:
604 2010-07-07 Dumitru Daniliuc <dumi@chromium.org>
606 Reviewed by Adam Roben.
608 Disable MSVC warning 4288.
609 https://bugs.webkit.org/show_bug.cgi?id=41804
611 MSVC has a non-standard extension that allows variables declared
612 in for-loops to remain visible in the same scope even after
614 (http://msdn.microsoft.com/en-us/library/bk5hc10s.aspx). The /Ze
615 option (turned on by default) enables all MSVC extensions, and
616 /Zc:forScope- tells the compiler to issue a C4288 warning when the
617 same variable is declared in the for-loop and re-declared later in
620 There seems to be a bug in VS2005 that erroneously enables
621 /Zc:forScope- even when that option is not specified
622 (http://connect.microsoft.com/VisualStudio/feedback/details/338010/bogus-compiler-warning-c4288). Looks
623 like our build got hit by that bug, so we need to disable warning
626 * win/tools/vsprops/common.vsprops:
628 2010-07-01 Simon Fraser <simon.fraser@apple.com>
630 Reviewed by Sam Weinig.
632 <rdar://problem/8154047>
634 Update WebKitSystemInterface, making some functions used by
635 WebKit2 available in 32-bit (for reals this time).
637 * libWebKitSystemInterfaceLeopard.a:
638 * libWebKitSystemInterfaceSnowLeopard.a:
639 * libWebKitSystemInterfaceTiger.a:
641 2010-07-01 Simon Fraser <simon.fraser@apple.com>
643 Reviewed by Sam Weinig.
645 <rdar://problem/8154047>
647 Update WebKitSystemInterface, making some functions used by
648 WebKit2 available in 32-bit.
650 * WebKitSystemInterface.h:
651 * libWebKitSystemInterfaceLeopard.a:
652 * libWebKitSystemInterfaceSnowLeopard.a:
653 * libWebKitSystemInterfaceTiger.a:
655 2010-06-23 John Gregg <johnnyg@google.com>
657 Reviewed by Kent Tamura.
659 add ENABLE_DIRECTORY_UPLOAD build support
660 https://bugs.webkit.org/show_bug.cgi?id=41100
662 * win/tools/vsprops/FeatureDefines.vsprops:
663 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
665 2010-06-27 Steve Falkenburg <sfalken@apple.com>
667 Windows (Cairo) build fix.
668 Add missing ENABLE_WEB_TIMING feature define.
670 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
672 2010-06-27 Steve Falkenburg <sfalken@apple.com>
675 Disable ENABLE_WEB_TIMING on Windows.
677 * win/tools/vsprops/FeatureDefines.vsprops:
679 2010-06-26 Tony Gentilcore <tonyg@chromium.org>
681 Reviewed by Dimitri Glazkov.
683 Add a VS macro for enabling Web Timing support.
684 https://bugs.webkit.org/show_bug.cgi?id=38924
686 * win/tools/vsprops/FeatureDefines.vsprops:
688 2010-06-21 Sam Weinig <sam@webkit.org>
690 Reviewed by Anders Carlsson.
692 Update WebKitSystemInterface.
694 * WebKitSystemInterface.h:
695 * libWebKitSystemInterfaceLeopard.a:
696 * libWebKitSystemInterfaceSnowLeopard.a:
697 * libWebKitSystemInterfaceTiger.a:
699 2010-06-21 Dan Bernstein <mitz@apple.com>
701 Speculative build fix.
703 * WebKitSystemInterface.h:
705 2010-06-21 Dan Bernstein <mitz@apple.com>
707 Reviewed by Darin Adler.
709 WebKitSystemInterface part of CSS3: Implement the 'hyphens' and 'hyphenate-character' properties
710 https://bugs.webkit.org/show_bug.cgi?id=10228
712 * WebKitSystemInterface.h: Added WKGetHyphenationLocationBeforeIndex().
713 * libWebKitSystemInterfaceLeopard.a:
714 * libWebKitSystemInterfaceSnowLeopard.a:
715 * libWebKitSystemInterfaceTiger.a:
717 2010-06-21 Satish Sampath <satish@chromium.org>
719 Reviewed by Steve Block.
721 Speech Input Patch 0: Added compilation argument to conditionally compile pending patches.
722 https://bugs.webkit.org/show_bug.cgi?id=40878
724 * win/tools/vsprops/FeatureDefines.vsprops:
725 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
727 2010-06-02 Sterling Swigart <sswigart@google.com>
729 Reviewed by David Levin.
731 Image Resizer Patch 0: Added compilation argument to conditionally compile pending patches.
732 https://bugs.webkit.org/show_bug.cgi?id=39906
734 * win/tools/vsprops/FeatureDefines.vsprops:
735 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
737 2010-05-24 Jer Noble <jer.noble@apple.com>
739 No review; build fix only.
741 Roll-out changes r60110.
743 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
744 * win/lib/WebKitSystemInterface.lib:
745 * win/lib/WebKitSystemInterface_debug.lib:
747 2010-05-24 Jer Noble <jer.noble@apple.com>
749 No review; build fix only.
751 Roll-out changes r60094, 60096-60097.
753 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
754 * win/lib/WebKitSystemInterface.lib:
755 * win/lib/WebKitSystemInterface_debug.lib:
757 2010-05-23 Jer Noble <jer.noble@apple.com>
759 Reviewed by Eric Carlson.
761 HTML5 <video> tag performance worse than Flash
762 https://bugs.webkit.org/show_bug.cgi?id=39577
763 rdar://problem/7982458
765 Added WebKitSystemInterface calls for new CAImageQueue APIs.
767 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
768 * win/lib/WebKitSystemInterface.lib:
769 * win/lib/WebKitSystemInterface_debug.lib:
771 2010-05-20 Steve Block <steveblock@google.com>
773 Reviewed by Jeremy Orlow.
775 Provide bindings for DeviceOrientation
776 https://bugs.webkit.org/show_bug.cgi?id=39210
778 Adds ENABLE_DEVICE_ORIENTATION to VisualStudio project files, always disabled.
780 * win/tools/vsprops/FeatureDefines.vsprops:
781 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
783 2010-04-09 Alexey Proskuryakov <ap@apple.com>
785 Reviewed by Maciej Stachowiak.
787 https://bugs.webkit.org/show_bug.cgi?id=24572
788 XMLHttpRequest.statusText returns always "OK" on Mac
790 * WebKitSystemInterface.h:
791 * libWebKitSystemInterfaceLeopard.a:
792 * libWebKitSystemInterfaceSnowLeopard.a:
793 * libWebKitSystemInterfaceTiger.a:
795 2010-04-07 Chris Marrin <cmarrin@apple.com>
797 Reviewed by Steve Falkenburg.
799 Remove QuartzCoreInterface from the build
801 No longer needed since QuartzCore.dll is now included in the latest Safari release (4.0.5).
803 * win/bin/QuartzCoreInterface.dll: Removed.
804 * win/include/QuartzCoreInterface: Removed.
805 * win/include/QuartzCoreInterface/QuartzCoreInterface.h: Removed.
806 * win/lib/QuartzCoreInterface.lib: Removed.
808 2010-04-02 Jer Noble <jer.noble@apple.com>
810 Reviewed by Eric Carlson.
812 https://bugs.webkit.org/show_bug.cgi?id=36624
814 Update WebKitSystemInterface
816 * WebKitSystemInterface.h: add WKQTMovieSelectPreferredAlternates.
817 * libWebKitSystemInterfaceLeopard.a:
818 * libWebKitSystemInterfaceSnowLeopard.a:
819 * libWebKitSystemInterfaceTiger.a:
821 2010-04-01 Kinuko Yasuda <kinuko@chromium.org>
823 Reviewed by Dmitry Titov.
825 Add FileThread for async file operation support in FileReader and FileWriter
826 https://bugs.webkit.org/show_bug.cgi?id=36896
828 Adds ENABLE_FILE_READER and ENABLE_FILE_WRITER feature flags
829 for FileReader and FileWriter support.
831 * win/tools/vsprops/FeatureDefines.vsprops:
832 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
834 2010-03-25 Mark Rowe <mrowe@apple.com>
836 Rubber-stamped by Dan Bernstein.
838 Update WebCoreSQLite3 to SQLite v3.6.12.
840 * WebCoreSQLite3/sqlite3.h:
841 * WebCoreSQLite3/sqlite3ext.h:
842 * libWebCoreSQLite3.a:
843 * libWebKitSystemInterfaceLeopard.a:
844 * libWebKitSystemInterfaceSnowLeopard.a:
845 * libWebKitSystemInterfaceTiger.a:
847 2010-03-23 Dan Bernstein <mitz@apple.com>
849 Reviewed by John Sullivan.
851 WebKitSystemInterface part of
852 <rdar://problem/7197736> Plug-in clip rect does not update when overflow
854 https://bugs.webkit.org/show_bug.cgi?id=36479.
856 * WebKitSystemInterface.h: Added WKSyncSurfaceToView().
857 * libWebKitSystemInterfaceSnowLeopard.a: Updated
859 2010-03-16 Dan Bernstein <mitz@apple.com>
861 Reviewed by Sam Weinig.
863 Fix incorrect glyph advances when using the Core Graphics (non-GDI) glyph look.
865 * win/lib/WebKitSystemInterface.lib:
866 * win/lib/WebKitSystemInterface_debug.lib:
868 2010-03-15 Andy Estes <aestes@apple.com>
870 Reviewed by John Sullivan.
872 Added two new output arguments to WKGetWheelEventDeltas() to return
873 the number of scroll wheel ticks in the x and y directions.
875 https://bugs.webkit.org/show_bug.cgi?id=29601.
876 <rdar://problem/7453254>
878 * WebKitSystemInterface.h:
879 * libWebKitSystemInterfaceLeopard.a:
880 * libWebKitSystemInterfaceSnowLeopard.a:
881 * libWebKitSystemInterfaceTiger.a:
883 2010-03-14 Dan Bernstein <mitz@apple.com>
885 Reviewed by Darin Adler.
887 WebKitSystemInterface part of removing support for legacy versions of Core Graphics
889 * win/include/WebKitSystemInterface/WebKitSystemInterface.h: Removed
890 wkCanCreateCGFontWithLOGFONT(), wkSetFontPlatformInfo(), wkAddFontsInDirectory(),
891 wkAddFontsAtPath(), wkAddFontsFromRegistry(), wkAddFontsFromPlist(), and
892 wkCreateFontsPlist().
893 * win/lib/WebKitSystemInterface.lib: Updated.
894 * win/lib/WebKitSystemInterface_debug.lib: Updated.
896 2010-03-08 Jian Li <jianli@chromium.org>
898 Reviewed by Dmitry Titov.
901 https://bugs.webkit.org/show_bug.cgi?id=32993
903 Add ENABLE_BLOB_SLICE feature define.
905 * win/tools/vsprops/FeatureDefines.vsprops:
906 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
908 2010-02-19 Maciej Stachowiak <mjs@apple.com>
910 Reviewed by David Levin.
912 Add an ENABLE flag for sandboxed iframes to make it possible to disable it in releases
913 https://bugs.webkit.org/show_bug.cgi?id=35147
915 * win/tools/vsprops/FeatureDefines.vsprops:
917 2010-02-18 Steve Falkenburg <sfalken@apple.com>
919 Reviewed by Dan Bernstein.
921 WebKit on Windows needs a mechanism to listen for WM_SETTINGCHANGED messages
922 https://bugs.webkit.org/show_bug.cgi?id=35076
924 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
925 * win/lib/WebKitSystemInterface.lib: Updated to add wkSystemFontSmoothingChanged.
926 * win/lib/WebKitSystemInterface_debug.lib: Updated to add wkSystemFontSmoothingChanged.
928 2010-02-16 Gavin Barraclough <barraclough@apple.com>
930 Reviewed by NOBODY (Build fix).
932 Disable warnings preventing use of anonymous structs/onions -
933 don't take all my fun toys away, these are useful & awesome!
935 * win/tools/vsprops/common.vsprops:
937 2010-02-11 Brian Weinstein <bweinstein@apple.com>
939 Rubber-stamped by Eric Seidel.
941 Turn back on SVG Filters on Windows, as they were accidentally disabled and cause
944 * win/tools/vsprops/FeatureDefines.vsprops:
946 2010-02-08 Maciej Stachowiak <mjs@apple.com>
948 Reviewed by Cameron Zwarich.
950 Restore ENABLE_RUBY flag so vendors can ship with Ruby disabled if they choose.
951 https://bugs.webkit.org/show_bug.cgi?id=34698
953 * win/tools/vsprops/FeatureDefines.vsprops:
955 2010-02-04 Mark Rowe <mrowe@apple.com>
957 Reviewed by Steve Falkenburg.
959 Update auto-version.sh to better handle major version numbers with fewer than three digits,
960 and the case when WEBKITLIBRARIESDIR is not set.
962 * win/tools/scripts/auto-version.sh:
964 2010-02-04 Steve Falkenburg <sfalken@apple.com>
966 Windows build fix for projects not defining WebKitLibrariesDir.
968 * win/tools/scripts/auto-version.sh:
970 2010-02-03 Dan Bernstein <mitz@apple.com>
972 Reviewed by Anders Carlsson.
974 Fixed a bug where WKSetNSURLConnectionDefersCallbacks(true) did not defer callbacks during modal dialogs.
976 * libWebKitSystemInterfaceLeopard.a:
978 2010-02-02 Steve Falkenburg <sfalken@apple.com>
980 Reviewed by Darin Adler.
982 Copyright year updating for Windows version resources should be automatic
983 https://bugs.webkit.org/show_bug.cgi?id=34503
985 * win/tools/scripts/auto-version.sh:
987 2010-02-02 Martin Robinson <mrobinson@webkit.org>
989 Unreviewed build fix.
991 The WinCairo build requires this script to be executable.
993 * win/tools/scripts/feature-defines.sh: Added property svn:executable.
995 2010-01-29 Mark Rowe <mrowe@apple.com>
997 Keep the Windows feature defines in sync with FeatureDefines.xcconfig.
999 * win/tools/vsprops/FeatureDefines.vsprops:
1000 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
1002 2010-01-26 Alexey Proskuryakov <ap@apple.com>
1004 More Windows build fixing.
1006 * win/tools/vsprops/common.vsprops: Disable warning C4180 (qualifier applied to function
1007 type has no meaning; ignored). This is a known bug - MSVC tries to compile a wrong
1008 specialization sometimes - but it's not instantiated, so it's harmless.
1010 2010-01-22 Steve Falkenburg <sfalken@apple.com>
1012 Reviewed by Darin Adler.
1014 https://bugs.webkit.org/show_bug.cgi?id=34025
1015 Enable client-based Geolocation abstraction for Mac, Windows AppleWebKit targets.
1017 * win/tools/vsprops/FeatureDefines.vsprops:
1018 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
1020 2010-01-20 Steve Falkenburg <sfalken@apple.com>
1022 Reviewed by Darin Adler and Adam Roben.
1024 Feature defines are difficult to maintain on Windows builds
1025 https://bugs.webkit.org/show_bug.cgi?id=33883
1027 FeatureDefines.vsprops are now maintained in a way similar to
1028 Configurations/FeatureDefines.xcconfig, with the added advantage
1029 of having a single FeatureDefines file across all projects.
1031 Keep this list of features (not enabled/disabled state) in sync with
1032 FeatureDefines.xcconfig files in JavaScriptCore, WebCore, and WebKit.
1034 Add new features to both PreprocessorDefinitions and UserMacro sections.
1035 Set any ENABLE_FEATURE_NAME macro to an empty string to disable that feature.
1037 * win/tools/scripts/feature-defines.sh: Added.
1038 * win/tools/vsprops/FeatureDefines.vsprops: Added.
1039 * win/tools/vsprops/FeatureDefinesCairo.vsprops: Added.
1040 * win/tools/vsprops/WinCairo.vsprops: Removed ENABLE_FILTERS. Now set in FeatureDefinesCairo.vsprops.
1042 2010-01-13 Simon Fraser <simon.fraser@apple.com>
1044 Reviewed by Darin Adler.
1046 <rdar://problem/7532544>
1048 Expose new method on WebKitSystemInterface, WKGetUserToBaseCTM(), which will
1049 be used for a shadow drawing fix. Once more, with feeling. On Windows.
1051 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
1052 * win/lib/WebKitSystemInterface.lib:
1053 * win/lib/WebKitSystemInterface_debug.lib:
1055 2010-01-13 Simon Fraser <simon.fraser@apple.com>
1057 Reviewed by Darin Adler.
1059 <rdar://problem/7532544>
1061 Expose new method on WebKitSystemInterface, WKGetUserToBaseCTM(), which will
1062 be used for a shadow drawing fix.
1064 * win/lib/WebKitSystemInterface.lib:
1065 * win/lib/WebKitSystemInterface_debug.lib:
1067 2010-01-13 Simon Fraser <simon.fraser@apple.com>
1069 Reviewed by Darin Adler.
1071 <rdar://problem/7532544>
1073 Expose new method on WebKitSystemInterface, WKGetUserToBaseCTM(), which will
1074 be used for a shadow drawing fix.
1076 * WebKitSystemInterface.h:
1077 * libWebKitSystemInterfaceLeopard.a:
1078 * libWebKitSystemInterfaceSnowLeopard.a:
1079 * libWebKitSystemInterfaceTiger.a:
1081 2010-01-07 Alexey Proskuryakov <ap@apple.com>
1083 Not reviewed, build fix.
1085 Windows buid fix - disable warning 4251 (class needs to have dll-interface to be used by
1086 clients of another class). WebCore doesn't use all methods of JSString, so
1087 we don't export all classes clients could theoretically access via JSString.
1089 * win/tools/vsprops/common.vsprops:
1091 2009-12-21 Mark Rowe <mrowe@apple.com>
1093 Reviewed by Samuel Weinig.
1095 Update WebKitSystemInterface.
1097 * libWebKitSystemInterfaceLeopard.a:
1098 * libWebKitSystemInterfaceSnowLeopard.a:
1099 * libWebKitSystemInterfaceTiger.a:
1101 2009-12-21 Mark Rowe <mrowe@apple.com>
1103 Reviewed by Samuel Weinig.
1105 Update WebKitSystemInterface.
1107 * WebKitSystemInterface.h:
1108 * libWebKitSystemInterfaceLeopard.a:
1109 * libWebKitSystemInterfaceSnowLeopard.a:
1110 * libWebKitSystemInterfaceTiger.a:
1112 2009-12-18 Sam Weinig <sam@webkit.org>
1114 Reviewed by Anders Carlsson.
1116 Update WebKitSystemInterface for <rdar://problem/7237059>.
1118 * WebKitSystemInterface.h:
1119 * libWebKitSystemInterfaceLeopard.a:
1120 * libWebKitSystemInterfaceSnowLeopard.a:
1121 * libWebKitSystemInterfaceTiger.a:
1123 2009-12-15 Dan Bernstein <mitz@apple.com>
1125 Reviewed by Adam Roben.
1127 WebKitSystemInterface part of <rdar://problem/7173515> Use LOGFONT support in
1128 Core Graphics when available
1130 * win/include/WebKitSystemInterface/WebKitSystemInterface.h: Declared
1131 wkCanCreateCGFontWithLOGFONT().
1132 * win/lib/WebKitSystemInterface.lib:
1133 * win/lib/WebKitSystemInterface_debug.lib:
1135 2009-12-12 Eric Carlson <eric.carlson@apple.com>
1137 Reviewed by Darin Adler.
1139 <rdar://problem/7453726> Pull shared UI code into WebKit
1141 * WebKitSystemInterface.h:
1142 * libWebKitSystemInterfaceLeopard.a:
1143 * libWebKitSystemInterfaceSnowLeopard.a:
1144 * libWebKitSystemInterfaceTiger.a:
1146 2009-12-11 Chris Marrin <cmarrin@apple.com>
1148 Reviewed by Adam Roben.
1150 Add QuartzCore build files to OpenSource tree
1151 https://bugs.webkit.org/show_bug.cgi?id=31856
1153 This allows proper building and linking with QuartzCore
1157 * win/bin/QuartzCoreInterface.dll: Added.
1158 * win/include/QuartzCoreInterface: Added.
1159 * win/include/QuartzCoreInterface/QuartzCoreInterface.h: Added.
1160 * win/lib/QuartzCoreInterface.lib: Added.
1162 2009-12-07 Adam Roben <aroben@apple.com>
1164 Windows build fix for checkouts with a space in the path
1166 * win/tools/scripts/auto-version.sh: Quote the output file's directory
1167 before passing it to mkdir.
1169 2009-12-01 Alexey Proskuryakov <ap@apple.com>
1171 Reviewed by Darin Adler.
1173 https://bugs.webkit.org/show_bug.cgi?id=32036
1174 Implement CredentialStorage::getFromPersistentStorage for CFNetwork
1176 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
1177 * win/lib/WebKitSystemInterface.lib:
1178 * win/lib/WebKitSystemInterface_debug.lib:
1179 Update WebKitSystemInterface.
1181 2009-11-24 Alexey Proskuryakov <ap@apple.com>
1183 Reviewed by Brady Eidson.
1185 https://bugs.webkit.org/show_bug.cgi?id=31844
1186 SocketStreamHandleCFNet should support CONNECT proxy credentials
1188 * WebKitSystemInterface.h:
1189 * libWebKitSystemInterfaceLeopard.a:
1190 * libWebKitSystemInterfaceSnowLeopard.a:
1191 * libWebKitSystemInterfaceTiger.a:
1192 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
1193 * win/lib/WebKitSystemInterface.lib:
1194 * win/lib/WebKitSystemInterface_debug.lib:
1195 Update WebKitSystemInterface.
1197 2009-11-22 Dan Bernstein <mitz@apple.com>
1199 Reviewed by Eric Carlson.
1201 Updated WebKitSystemInterface.
1203 * libWebKitSystemInterfaceLeopard.a:
1204 * libWebKitSystemInterfaceSnowLeopard.a:
1205 * libWebKitSystemInterfaceTiger.a:
1207 2009-11-22 Dan Bernstein <mitz@apple.com>
1209 Reviewed by Cameron Zwarich.
1211 Fixed a leak in WKDrawMediaUIPart().
1213 * libWebKitSystemInterfaceLeopard.a:
1214 * libWebKitSystemInterfaceSnowLeopard.a:
1215 * libWebKitSystemInterfaceTiger.a:
1217 2009-11-20 Eric Carlson <eric.carlson@apple.com>
1219 Reviewed by Simon Fraser.
1221 <rdar://problem/7414396> Leopard & Tiger: Support closed caption in <video> element
1223 * WebKitSystemInterface.h:
1224 * libWebKitSystemInterfaceLeopard.a:
1225 * libWebKitSystemInterfaceSnowLeopard.a:
1226 * libWebKitSystemInterfaceTiger.a:
1228 2009-11-19 Eric Carlson <eric.carlson@apple.com>
1230 Reviewed by Dan Bernstein.
1232 <rdar://problem/7035231>
1233 Support closed caption in <video> element
1235 * WebKitSystemInterface.h:
1236 Add prototypes for WKQTMovieHasClosedCaptions and WKQTMovieSetShowClosedCaptions,
1237 define WKMediaUIPartToggleClosedCaptionsButton.
1239 2009-11-13 Anders Carlsson <andersca@apple.com>
1241 Reviewed by Dan Bernstein.
1243 Update WebKitSystemInterface.
1245 * WebKitSystemInterface.h:
1246 * libWebKitSystemInterfaceLeopard.a:
1247 * libWebKitSystemInterfaceSnowLeopard.a:
1248 * libWebKitSystemInterfaceTiger.a:
1250 2009-11-13 Brent Fulgham <bfulgham@webkit.org>
1252 Build correction. No review.
1254 The WinCairo build requires ENABLE_FILTERS to work properly.
1256 * win/tools/vsprops/WinCairo.vsprops:
1258 2009-11-02 Dan Bernstein <mitz@apple.com>
1260 Reviewed by John Sullivan.
1262 WebKitSystemInterface part of making the appearance of the full-screen video HUD match
1263 QuickTime Player X’s HUD.
1265 * libWebKitSystemInterfaceLeopard.a:
1266 * libWebKitSystemInterfaceSnowLeopard.a:
1267 * libWebKitSystemInterfaceTiger.a:
1269 2009-10-26 Mark Rowe <mrowe@apple.com>
1271 Reviewed by Adam Roben.
1273 Clean up the regex madness in auto-version.sh to make it obvious what the script is doing.
1275 Also teaches auto-version.sh to handle RC_PROJECTSOURCEVERSION that has more than three digits
1276 in the major component of the version number.
1278 * win/tools/scripts/auto-version.sh:
1280 2009-10-19 Marshall Culpepper <mculpepper@appcelerator.com>
1282 Reviewed by Eric Seidel.
1284 added cairo include and lib directories to debug_wincairo.vsprops
1285 https://bugs.webkit.org/show_bug.cgi?id=29831
1287 * win/tools/vsprops/debug_wincairo.vsprops:
1289 2009-10-16 Steve Falkenburg <sfalken@apple.com>
1291 Reviewed by Dan Bernstein.
1293 https://bugs.webkit.org/show_bug.cgi?id=30456
1294 Fixes for new Debug_All Windows build configuration.
1296 * win/tools/vsprops/debug_all.vsprops:
1297 Define DEBUG_ALL in Debug_All configuration.
1298 Continue to define USE_DEBUG_SAFARI_THEME for open source SafariTheme header usage.
1300 2009-10-16 Steve Falkenburg <sfalken@apple.com>
1302 Reviewed by Adam Roben.
1304 Add a Debug_All configuration to build entire stack as debug.
1305 Change Debug_Internal to:
1306 - stop using _debug suffix for all WebKit/Safari binaries
1307 - not use _debug as a DLL naming suffix
1308 - use non-debug C runtime lib.
1310 * win/tools/vsprops/debug_all.vsprops: Added.
1311 Use debug C runtime library in debug_all.
1312 Specify USE_DEBUG_SAFARI_THEME to get "_debug" suffix for debug_all.
1313 * win/tools/vsprops/debug_internal.vsprops:
1314 Don't specify debug C runtime library in debug_internal.
1315 Don't specify _debug suffix for standard debug_internal builds.
1317 2009-10-05 Pierre d'Herbemont <pdherbemont@webkit.org>
1319 Reviewed by Simon Fraser
1321 Support fullscreen in MediaPlayer (Mac)
1322 https://bugs.webkit.org/show_bug.cgi?id=26742
1324 New methods required for video fullscreen.
1326 * WebKitSystemInterface.h:
1327 * libWebKitSystemInterfaceLeopard.a:
1328 * libWebKitSystemInterfaceSnowLeopard.a:
1329 * libWebKitSystemInterfaceTiger.a:
1331 2009-10-02 Steve Falkenburg <sfalken@apple.com>
1334 Re-apply lost changes to auto-version.sh.
1336 * win/tools/scripts/auto-version.sh:
1338 2009-10-02 Eric Carlson <eric.carlson@apple.com>
1340 Reviewed by Adam Roben.
1342 <rdar://problem/7271334>
1343 Rename MediaControllerThemeQT to MediaControllerThemeQuickTime
1345 * WebKitSystemInterface.h:
1346 MediaControllerThemeQT -> MediaControllerThemeQuickTime
1348 2009-10-02 Steve Falkenburg <sfalken@apple.com>
1350 Reviewed by Mark Rowe.
1352 <https://bugs.webkit.org/show_bug.cgi?id=29989>
1353 Safari version number shouldn't be exposed in WebKit code
1355 For a WebKit version of 532.3.4:
1356 Product version is: 5.32.3.4 (was 4.0.3.0)
1357 File version is: 5.32.3.4 (was 4.532.3.4)
1359 * win/tools/scripts/PRODUCTVERSION: Removed.
1360 * win/tools/scripts/auto-version.sh: Re-worked script to remove references to PRODUCTVERSION.
1362 2009-09-25 Dan Bernstein <mitz@apple.com>
1364 Reviewed by Adam Roben.
1366 WebKitSystemInterface changes for
1367 <rdar://problem/7211635> 2 byte characters are displayed as garbaged
1368 <rdar://problem/7212626> garbled/gibberish text (off-by-one)
1370 * win/include/WebKitSystemInterface/WebKitSystemInterface.h: Added
1371 wkAddFontsFromPlistRepresentation() and replaced
1372 wkCreateFontsPlistRepresentation() with wkCreateFontsPlist() and
1373 wkAddFontsFromPlistRepresentation() with wkAddFontsFromPlist().
1374 * win/lib/WebKitSystemInterface.lib:
1375 * win/lib/WebKitSystemInterface_debug.lib:
1377 2009-09-23 Marshall Culpepper <mculpepper@appcelerator.com>
1379 Reviewed by Eric Seidel.
1381 Added $(WebKitLibrariesDir)/include/cairo so cairo.h is found by
1382 default when the necessary dependencies are extracted into the
1384 https://bugs.webkit.org/show_bug.cgi?id=29661
1386 * win/tools/vsprops/WinCairo.vsprops:
1388 2009-09-09 Brent Fulgham <bfulgham@webkit.org>
1390 Reviewed by Dave Levin.
1392 Adjust WinCairo-specific property sheet to use static versions of
1393 libjpeg.lib and libpng.lib. Change to libpng.lib required addition
1394 of zlib.lib to link.
1396 * win/tools/vsprops/WinCairo.vsprops:
1398 2009-08-28 Steve Falkenburg <sfalken@apple.com>
1400 Reviewed by Adam Roben.
1402 Define _CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES=1
1403 to automatically use secure versions of C runtime lib calls on Windows.
1404 https://bugs.webkit.org/show_bug.cgi?id=28824
1406 * win/tools/vsprops/common.vsprops:
1408 2009-08-25 Brent Fulgham <bfulgham@webkit.org>
1410 Rubber stamped by Steve Falkenburg.
1412 debug_wincairo.vsprops was linking against wrong C runtime.
1414 * win/tools/vsprops/debug_wincairo.vsprops: Link to correct
1415 C runtime (as in the standard 'debug.vsprops' file.)
1417 2009-08-24 Brent Fulgham <bfulgham@webkit.org>
1419 Reviewed by Steve Falkenburg.
1421 Revise CFLite Debug build to emit DLL's with _debug label.
1422 https://bugs.webkit.org/show_bug.cgi?id=28695.
1424 * win/tools/vsprops/debug_wincairo.vsprops: Added.
1426 2009-08-12 Peter Kasting <pkasting@google.com>
1428 Reviewed by Darin Adler.
1430 https://bugs.webkit.org/show_bug.cgi?id=27323
1431 Change pattern that strips all trailing whitespace to just remove EOL
1432 chars (\r, \n), to make it clear that varying EOL chars is the primary
1433 problem being solved.
1435 * win/tools/scripts/auto-version.sh:
1437 2009-08-10 Peter Kasting <pkasting@google.com>
1439 Reviewed by George Staikos.
1441 https://bugs.webkit.org/show_bug.cgi?id=27323
1442 Even more line ending-stripping for auto-version.sh, based on output
1443 provided by Jessie Berlin.
1445 * win/tools/scripts/auto-version.sh:
1447 2009-08-10 Brent Fulgham <bfulgham@webkit.org>
1449 Reviewed by Adam Roben.
1451 https://bugs.webkit.org/show_bug.cgi?id=28048.
1452 Move various WinCairo build settings into *.vsprops file.
1454 * win/tools/vsprops/cURL.vsprops: Added.
1456 2009-08-06 Peter Kasting <pkasting@google.com>
1458 Reviewed by Adam Barth.
1460 https://bugs.webkit.org/show_bug.cgi?id=27323
1461 Strip line endings at all points auto-version.sh reads data, not just
1462 the one I happened to run into.
1464 * win/tools/scripts/auto-version.sh:
1466 2009-07-27 Peter Kasting <pkasting@google.com>
1468 Reviewed by Adam Roben.
1470 https://bugs.webkit.org/show_bug.cgi?id=27323
1471 Correctly parse command output, even when the line endings are not LF,
1472 so that we don't create an autoversion.h that MSVC chokes on.
1474 * win/tools/scripts/auto-version.sh:
1476 2009-07-13 Brent Fulgham <bfulgham@webkit.org>
1478 Reviewed by Adam Roben.
1480 Add new configuration flag for redistributable Windows build.
1481 https://bugs.webkit.org/show_bug.cgi=27087
1483 * win/tools/vsprops/WinCairo.vsprops: Added. Defines the
1484 new WIN_CAIRO flag used to drive non-Apple Windows build.
1486 2009-07-10 Eric Carlson <eric.carlson@apple.com>
1488 Reviewed by Simon Fraser.
1490 Update WebKitSystemInterface for <rdar://problem/7049066>.
1492 * WebKitSystemInterface.h:
1493 * libWebKitSystemInterfaceLeopard.a:
1494 * libWebKitSystemInterfaceSnowLeopard.a:
1495 * libWebKitSystemInterfaceTiger.a:
1497 2009-07-06 Eric Carlson <eric.carlson@apple.com>
1499 Update WebKitSystemInterface for <rdar://problem/7008093>.
1501 * WebKitSystemInterface.h:
1502 * libWebKitSystemInterfaceLeopard.a:
1503 * libWebKitSystemInterfaceSnowLeopard.a:
1504 * libWebKitSystemInterfaceTiger.a:
1506 2009-07-06 Anders Carlsson <andersca@apple.com>
1508 Update WebKitSystemInterface.
1510 * WebKitSystemInterface.h:
1511 * libWebKitSystemInterfaceLeopard.a:
1512 * libWebKitSystemInterfaceSnowLeopard.a:
1513 * libWebKitSystemInterfaceTiger.a:
1515 2009-07-02 Pierre d'Herbemont <pdherbemont@apple.com>
1517 Reviewed by Simon Fraser.
1519 Update WebKitSystemInterface for <rdar://problem/6518119>
1521 * WebKitSystemInterface.h:
1522 * libWebKitSystemInterfaceLeopard.a:
1523 * libWebKitSystemInterfaceSnowLeopard.a:
1524 * libWebKitSystemInterfaceTiger.a:
1526 2009-07-01 Eric Carlson <eric.carlson@apple.com>
1528 Reviewed by Simon Fraser.
1530 Update WebKitSystemInterface for <rdar://problem/7014990>
1532 * libWebKitSystemInterfaceLeopard.a:
1533 * libWebKitSystemInterfaceSnowLeopard.a:
1534 * libWebKitSystemInterfaceTiger.a:
1536 2009-06-29 Eric Carlson <eric.carlson@apple.com>
1538 Reviewed by Simon Fraser.
1540 Update WebKitSystemInterface for <rdar://problem/7014813>
1542 * WebKitSystemInterface.h:
1543 * libWebKitSystemInterfaceLeopard.a:
1544 * libWebKitSystemInterfaceSnowLeopard.a:
1545 * libWebKitSystemInterfaceTiger.a:
1547 2009-06-25 Simon Fraser <simon.fraser@apple.com>
1549 Rubber-stamped by Mark Rowe.
1551 <rdar://problem/6999737>
1553 Update the media controller images.
1555 * libWebKitSystemInterfaceLeopard.a:
1556 * libWebKitSystemInterfaceSnowLeopard.a:
1557 * libWebKitSystemInterfaceTiger.a:
1559 2009-06-16 Simon Fraser <simon.fraser@apple.com>
1561 Rubber-stamped by Anders Carlsson.
1563 Update WebKitSystemInterface for <rdar://problem/6937882>.
1565 * libWebKitSystemInterfaceLeopard.a:
1566 * libWebKitSystemInterfaceSnowLeopard.a:
1567 * libWebKitSystemInterfaceTiger.a:
1569 2009-06-02 Anders Carlsson <andersca@apple.com>
1571 Rubber-stamped by Mark Rowe.
1573 Update WebKitSystemInterface.
1575 * libWebKitSystemInterfaceLeopard.a:
1576 * libWebKitSystemInterfaceSnowLeopard.a:
1577 * libWebKitSystemInterfaceTiger.a:
1579 2009-05-27 Mark Rowe <mrowe@apple.com>
1581 Rubber-stamped by Dan Bernstein.
1583 Update WebKitSystemInterface.
1585 * libWebKitSystemInterfaceLeopard.a:
1586 * libWebKitSystemInterfaceSnowLeopard.a: Added.
1587 * libWebKitSystemInterfaceTiger.a:
1589 2009-05-26 Anders Carlsson <andersca@apple.com>
1591 Reviewed by Dan Bernstein.
1593 <rdar://problem/6901751>
1594 REGRESSION (r35515): Tiger crash painting the selection on registration page of car2go.com
1596 Remove WKCGContextIsSafeToClip.
1598 * WebKitSystemInterface.h:
1599 * libWebKitSystemInterfaceTiger.a:
1601 2009-05-21 Dan Bernstein <mitz@apple.com>
1603 Rubber-stamped by Mark Rowe.
1605 - correct a copyright header accidently reverted in r43964
1607 * WebKitSystemInterface.h:
1609 2009-05-21 Dan Bernstein <mitz@apple.com>
1611 Reviewed by Anders Carlsson.
1613 - WebKitSystemInterface part of <rdar://problem/6901751> REGRESSION
1614 (r35515): Tiger crash painting the selection on registration page of
1617 * WebKitSystemInterface.h:
1618 * libWebKitSystemInterfaceTiger.a:
1620 2009-05-07 Simon Fraser <simon.fraser@apple.com>
1622 Source changes reviewed by Darin Adler
1624 <rdar://problem/6864091> Endcap of media controls slider is fuzzy
1626 * libWebKitSystemInterfaceLeopard.a:
1627 * libWebKitSystemInterfaceTiger.a:
1629 2009-04-28 Steve Falkenburg <sfalken@apple.com>
1631 Fix extraneous warning about AnalyzeWithLargeStack not being defined in Windows builds.
1632 Indirected definition through a UserMacro.
1634 Reviewed by Mark Rowe.
1636 * win/tools/vsprops/common.vsprops:
1638 2009-04-28 Steve Falkenburg <sfalken@apple.com>
1640 Fix extraneous warning about PRODUCTION not being defined in Windows builds.
1641 Indirected definition for __PRODUCTION__ through a UserMacro.
1643 Reviewed by Mark Rowe.
1645 * win/tools/vsprops/common.vsprops:
1647 2009-04-24 Simon Fraser <simon.fraser@apple.com>
1649 Source changes reviewed by Darin Adler
1651 https://bugs.webkit.org/show_bug.cgi?id=22242
1653 Update WebKitSystemInterface for Mac with fixes for video controller drawing.
1655 * libWebKitSystemInterfaceLeopard.a:
1656 * libWebKitSystemInterfaceTiger.a:
1658 2009-04-22 Ada Chan <adachan@apple.com>
1660 Update WebKitSystemInterface with new method that maps CFNetwork error code to localized description.
1662 Reviewed by Darin Adler.
1664 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
1665 * win/lib/WebKitSystemInterface.lib:
1666 * win/lib/WebKitSystemInterface_debug.lib:
1668 2009-04-20 Steve Falkenburg <sfalken@apple.com>
1670 Separate JavaScriptCore.dll from WebKit.dll.
1671 Slight performance improvement or no change on benchmarks.
1673 Allows us to break a circular dependency between CFNetwork and WebKit on Windows,
1674 and simplifies standalone JavaScriptCore builds.
1676 Reviewed by Oliver Hunt.
1678 * win/tools/vsprops/common.vsprops: Add BUILDING_{project} preprocessor define.
1680 2009-04-18 Pierre d'Herbemont <pdherbemont@apple.com>
1682 Reviewed by Mark Rowe.
1684 <rdar://problem/6781295> video.buffered and video.seekable are not
1685 the same. video.buffered should return only what is buffered and
1686 not what is seekable
1688 * WebKitSystemInterface.h:
1689 * libWebKitSystemInterfaceLeopard.a:
1690 * libWebKitSystemInterfaceTiger.a:
1692 2009-04-18 Pierre d'Herbemont <pdherbemont@apple.com>
1694 Reviewed by Adele Peterson.
1696 <rdar://problem/6747241> work around QTKit no longer reaching
1697 QTMovieLoadStateComplete
1699 * WebKitSystemInterface.h:
1700 * libWebKitSystemInterfaceLeopard.a:
1701 * libWebKitSystemInterfaceTiger.a:
1703 2009-04-15 Steve Falkenburg <sfalken@apple.com>
1705 Updated WebKitSystemInterface for Windows.
1706 Changes needed for <rdar://problem/6785760>
1708 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
1709 * win/lib/WebKitSystemInterface.lib:
1710 * win/lib/WebKitSystemInterface_debug.lib:
1712 2009-04-14 Mark Rowe <mrowe@apple.com>
1714 Update WebKitSystemInterface so that the Tiger portion supports PowerPC.
1716 * libWebKitSystemInterfaceLeopard.a:
1717 * libWebKitSystemInterfaceTiger.a:
1719 2009-04-13 Antti Koivisto <antti@apple.com>
1721 Reviewed by Darin Adler.
1723 <rdar://problem/6740294> Increase the connection count per host
1725 * WebKitSystemInterface.h:
1726 * libWebKitSystemInterfaceLeopard.a:
1727 * libWebKitSystemInterfaceTiger.a:
1729 2009-04-10 Eric Carlson <eric.carlson@apple.com>
1731 WebKitSystemInterface changes for <rdar://problem/6646998>
1733 * libWebKitSystemInterfaceLeopard.a:
1734 * libWebKitSystemInterfaceTiger.a:
1736 2009-04-10 Simon Fraser <simon.fraser@apple.com>
1738 Fix the leopard build by updating WebKitSystemInterface.
1740 * WebKitSystemInterface.h:
1741 * libWebKitSystemInterfaceLeopard.a:
1743 2009-03-30 Steve Falkenburg <sfalken@apple.com>
1745 Bump version to 530.
1747 * win/tools/scripts/VERSION:
1749 2009-03-26 Adam Roben <aroben@apple.com>
1751 Remove SafariThemeConstants.h, which is now provided by
1752 WebKitSupportLibrary
1754 * win/include/SafariTheme: Removed.
1755 * win/include/SafariTheme/SafariThemeConstants.h: Removed.
1757 2009-03-07 Dan Bernstein <mitz@apple.com>
1759 Reviewed by Mark Rowe.
1761 - WebKitSystemInterface part of removing build-time and run-time support
1762 for legacy versions of CFNetwork and Core Graphics
1764 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
1765 * win/lib/WebKitSystemInterface.lib:
1766 * win/lib/WebKitSystemInterface_debug.lib:
1768 2009-01-30 Dan Bernstein <mitz@apple.com>
1770 Reviewed by Timothy Hatcher.
1772 - <rdar://problem/6545912> expose the build number in autoversion.h
1774 * win/tools/scripts/auto-version.sh: Added a #define __BUILD_NUMBER__
1775 with the full build number.
1777 2009-01-08 Dan Bernstein <mitz@apple.com>
1779 Reviewed by Adam Roben.
1781 - WebKitSystemInterface changes to support Core Graphics native glyph drawing
1783 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
1784 * win/lib/WebKitSystemInterface.lib:
1785 * win/lib/WebKitSystemInterface_debug.lib:
1787 2008-11-11 Ada Chan <adachan@apple.com>
1789 Fix: https://bugs.webkit.org/show_bug.cgi?id=22187
1790 Bug 22187: CLEARTYPE_QUALITY flag is not supported on Win2000
1792 Update window versions to correspond to Windows XP.
1794 Reviewed by Steve Falkenburg.
1796 * win/tools/vsprops/common.vsprops:
1798 2008-10-23 Anders Carlsson <andersca@apple.com>
1800 Reviewed by John Sullivan.
1802 Fix <rdar://problem/6306513> by adding a workaround for <rdar://problem/6304600>.
1804 * libWebKitSystemInterfaceLeopard.a:
1805 * libWebKitSystemInterfaceTiger.a:
1807 2008-10-08 Mark Rowe <mrowe@apple.com>
1809 Rubber-stamped by Jon Honeycutt.
1811 Remove restriction on version number ending in a 4.
1813 * win/tools/scripts/auto-version.sh:
1815 2008-10-07 Anders Carlsson <andersca@apple.com>
1817 Reviewed by Mitz Pettel.
1819 Update WebKitSystemInterface.
1821 * libWebKitSystemInterfaceLeopard.a:
1822 * libWebKitSystemInterfaceTiger.a:
1824 2008-09-09 Dan Bernstein <mitz@apple.com>
1826 Reviewed by Darin Adler.
1828 - WebKitLibraries part of <rdar://problem/6206244> Use alternate character-to-glyph interface on Leopard
1830 * WebKitSystemInterface.h:
1831 * libWebKitSystemInterfaceLeopard.a:
1833 2008-09-04 Adam Roben <aroben@apple.com>
1835 Ignore warning LNK4221 on Windows
1837 This warning is emitted when an object file with no public symbols is
1838 passed to the linker/librarian. This often occurs in WebCore for files
1839 that have been disabled via ENABLE()/USE() macros.
1841 Rubberstamped by Anders Carlsson.
1843 * win/tools/vsprops/common.vsprops: Ignore warning LNK4221.
1845 2008-08-27 Timothy Hatcher <timothy@apple.com>
1847 Adds the WKAdvanceDefaultButtonPulseAnimation function.
1849 <rdar://problem/6173530> Add Mac support for -webkit-appearance: default-button
1851 Reviewed by Adele Peterson.
1853 * WebKitSystemInterface.h: Added WKAdvanceDefaultButtonPulseAnimation.
1854 * libWebKitSystemInterfaceLeopard.a: Updated.
1855 * libWebKitSystemInterfaceTiger.a: Updated.
1857 2008-08-26 Adam Roben <aroben@apple.com>
1859 Disable a truncation warning that is disabled/doesn't exist on Mac
1861 This warning was firing when initializing floats from double literals.
1862 I haven't yet found any other situation that would cause this warning
1865 Reviewed by Sam Weinig.
1867 * win/tools/vsprops/common.vsprops: Turn off warning C4305.
1869 2008-07-20 Steve Falkenburg <sfalken@apple.com>
1873 * win/tools/vsprops/common.vsprops:
1875 2008-07-08 Dan Bernstein <mitz@apple.com>
1877 Reviewed by John Sullivan.
1879 - WebKitSystemInterface part of <rdar://problem/6008409> Need a way to disable updates in offscreen views
1881 * WebKitSystemInterface.h: Added WKWindowWillOrderOnScreenNotification.
1882 * libWebKitSystemInterfaceLeopard.a: Updated.
1883 * libWebKitSystemInterfaceTiger.a: Updated.
1885 2008-07-01 Steve Falkenburg <sfalken@apple.com>
1887 Bump version numbers.
1889 Reviewed by Mark Rowe.
1891 * win/tools/scripts/PRODUCTVERSION:
1892 * win/tools/scripts/VERSION:
1894 2008-05-13 Dan Bernstein <mitz@apple.com>
1896 Reviewed by John Sullivan.
1898 - WebKitSystemInterface support for <rdar://problem/5725912> improve render quality of transformed text
1900 * libWebKitSystemInterfaceLeopard.a: Improved glyph positioning in
1901 transformed graphics contexts.
1902 * win/include/WebKitSystemInterface/WebKitSystemInterface.h: Added
1903 wkSetCGContextFontRenderingStyle().
1904 * win/lib/WebKitSystemInterface.lib: Updated.
1905 * win/lib/WebKitSystemInterface_debug.lib: Updated.
1907 2008-05-09 Adam Roben <aroben@apple.com>
1909 Disable a MSVC warning
1911 Reviewed by Darin Adler.
1913 * win/tools/vsprops/common.vsprops: Add warning 4503 to the list of
1914 disabled warnings. It's a warning about decorated names being longer
1915 than MSVC's limit of 4096 characters. This warning doesn't indicate a
1916 correctness problem, but these truncated decorated names will be
1917 harder to recognize during debugging or when they appear in linker
1920 2008-04-28 Darin Adler <darin@apple.com>
1926 * win/tools/vsprops/common.vsprops: Add warning 4344 to the list of disabled warnings.
1927 It's really a warning about a bug they fixed in MSVC -- not helpful to us in WebKit.
1929 2008-04-24 Mark Rowe <mrowe@apple.com>
1931 Reviewed by Sam Weinig.
1933 Remove code for calculating the glyph cache size.
1935 * WebKitSystemInterface.h: Remove unused symbol.
1936 * libWebKitSystemInterfaceLeopard.a:
1937 * libWebKitSystemInterfaceTiger.a:
1939 2008-03-28 Steve Falkenburg <sfalken@apple.com>
1943 * win/tools/scripts/PRODUCTVERSION:
1945 2008-03-26 Adam Roben <aroben@apple.com>
1947 Windows build fix after r31322
1949 * win/include/WebKitSystemInterface/WebKitSystemInterface.h: Updated.
1950 * win/lib/WebKitSystemInterface.lib: Updated.
1951 * win/lib/WebKitSystemInterface_debug.lib: Updated.
1953 2008-03-26 Mark Rowe <mrowe@apple.com>
1955 Reviewed by David Hyatt.
1957 Make the Ahem font antialias correctly on Acid3 on Tiger.
1959 * WebKitSystemInterface.h:
1960 * libWebKitSystemInterfaceTiger.a:
1962 2008-03-19 Mark Rowe <mrowe@apple.com>
1964 Rubber-stamped by Sam Weinig.
1966 Fix http://bugs.webkit.org/show_bug.cgi?id=17816.
1967 Bug 17816: libWebCoreSQLite3.a is 2-architecture universal binary (not 4-architecture)
1969 * libWebCoreSQLite3.a: Land a 4-way fat binary.
1971 2008-03-12 Steve Falkenburg <sfalken@apple.com>
1973 New version of WebKitSystemInterface.lib with
1974 more compiler warnings suppressed.
1976 * win/lib/WebKitSystemInterface.lib:
1977 * win/tools/vsprops/common.vsprops:
1979 2008-03-12 Dan Bernstein <mitz@apple.com>
1981 Reviewed by Darin Adler and Sam Weinig.
1983 - <rdar://problem/4433248> use CoreText API instead of SPI on Leopard
1985 * WebKitSystemInterface.h:
1986 * libWebKitSystemInterfaceLeopard.a:
1988 2008-03-11 Steve Falkenburg <sfalken@apple.com>
1990 Disable two PGO/LTCG specific warnings.
1994 * win/tools/vsprops/common.vsprops:
1996 2008-02-29 Mark Rowe <mrowe@apple.com>
1998 Update Tiger version of WebKitSystemInterface to match r30690.
2000 * libWebKitSystemInterfaceTiger.a:
2002 2008-02-29 Adele Peterson <adele@apple.com>
2006 Auto-generate image arrays.
2008 * libWebKitSystemInterfaceLeopard.a:
2010 2008-02-29 Mark Rowe <mrowe@apple.com>
2012 Reviewed by Anders Carlsson.
2014 Replace use of WKPathFromFont with implementation in terms of public API.
2016 * WebKitSystemInterface.h: Remove unused symbol.
2017 * libWebKitSystemInterfaceLeopard.a:
2018 * libWebKitSystemInterfaceTiger.a:
2020 2008-02-29 Mark Rowe <mrowe@apple.com>
2022 Reviewed by Oliver Hunt.
2024 Fix spelling of "request" in name of WKNSURLProtocolClassForRequest.
2026 * WebKitSystemInterface.h:
2027 * libWebKitSystemInterfaceLeopard.a:
2028 * libWebKitSystemInterfaceTiger.a:
2030 2008-02-29 Mark Rowe <mrowe@apple.com>
2032 Reviewed by Oliver Hunt.
2034 Don't use WKSupportsMultipartXMixedReplace on Leopard as multipart/x-mixed-replace is always handled by NSURLRequest.
2036 * WebKitSystemInterface.h:
2037 * libWebKitSystemInterfaceLeopard.a:
2039 2008-02-29 Mark Rowe <mrowe@apple.com>
2041 Reviewed by Oliver Hunt and Oliver Hunt.
2043 <rdar://problem/4753845> WebKit should use CGEventSourceSecondsSinceLastEventType in place of WKSecondsSinceLastInputEvent SPI.
2045 * WebKitSystemInterface.h: Remove unused symbol.
2046 * libWebKitSystemInterfaceLeopard.a:
2047 * libWebKitSystemInterfaceTiger.a:
2049 2008-02-28 Mark Rowe <mrowe@apple.com>
2051 Reviewed by Dan Bernstein.
2053 Remove two unused functions from WebKitSystemInterface.
2055 * WebKitSystemInterface.h: Remove WKPreferRGB32Key and WKGetDefaultGlyphForChar as they are unused. Also remove
2056 a duplicate declaration of WKSecondsSinceLastInputEvent.
2057 * libWebKitSystemInterfaceLeopard.a:
2058 * libWebKitSystemInterfaceTiger.a:
2060 2008-02-28 Mark Rowe <mrowe@apple.com>
2062 Reviewed by Dave Hyatt.
2064 Make use of new CGFont APIs on Leopard rather than making a WebKitSystemInterface call.
2066 * WebKitSystemInterface.h: Only declare WKGetFontMetrics on Tiger.
2067 * libWebKitSystemInterfaceLeopard.a: Update for removal of WKGetFontMetrics.
2069 2008-02-27 Brady Eidson <beidson@apple.com>
2073 * libWebKitSystemInterfaceTiger.a:
2075 2008-02-27 Brady Eidson <beidson@apple.com>
2077 Reviewed by Mark Rowe
2079 Removed some unused methods:
2080 WKGetNSURLResponseCalculatedExpiration
2081 WKGetNSURLResponseMustRevalidate
2083 * WebKitSystemInterface.h:
2084 * libWebKitSystemInterfaceLeopard.a:
2085 * libWebKitSystemInterfaceTiger.a:
2087 2008-02-13 Adam Roben <aroben@apple.com>
2089 * win/tools/scripts/auto-version.sh: Removed a redundant symbol.
2091 2008-02-12 Adam Roben <aroben@apple.com>
2093 Clean up auto-version.sh a bit
2095 It now does quite a bit less file I/O and many fewer fork/exec pairs.
2096 It's also quite a bit easier to read.
2100 * win/tools/scripts/auto-version.sh:
2102 2008-02-12 Steve Falkenburg <sfalken@apple.com>
2104 Versioning script change.
2106 * win/tools/scripts/auto-version.sh:
2108 2008-02-07 Ada Chan <adachan@apple.com>
2110 Added 4 new methods:
2111 wkSetClientCertificateInSSLProperties,
2112 wkCanAccessCFURLRequestHTTPBodyParts,
2113 wkCFURLRequestCopyHTTPRequestBodyParts,
2114 wkCFURLRequestSetHTTPRequestBodyParts
2116 Rubber-stamped by Steve.
2118 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
2119 * win/lib/WebKitSystemInterface.lib:
2120 * win/lib/WebKitSystemInterface_debug.lib:
2122 2008-02-04 Timothy Hatcher <timothy@apple.com>
2124 <rdar://problem/5722735> Merge fix for SQLITE_FULL error
2125 is given even if the max_page_count is increased (2920)
2127 * libWebCoreSQLite3.a:
2129 2008-02-01 Steve Falkenburg <sfalken@apple.com>
2131 <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
2133 Rubber-stamped by Jon Honeycutt.
2135 * win/tools/vsprops/common.vsprops:
2137 2008-01-29 Mark Rowe <mrowe@apple.com>
2139 Reviewed by Tim Hatcher.
2141 <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).
2143 * WebCoreSQLite3/sqlite3.h: Added.
2144 * WebCoreSQLite3/sqlite3ext.h: Added.
2145 * libWebCoreSQLite3.a: Added.
2147 2008-01-29 Alexey Proskuryakov <ap@webkit.org>
2149 Debug (external) build fix.
2151 Removed _DEBUG preprocessor definition, which indicates that debug libraries are used (while they aren't).
2152 This preprocessor definition is automatically set by Visual Studio as needed anyway.
2154 * win/tools/vsprops/debug.vsprops:
2156 2008-01-17 Steve Falkenburg <sfalken@apple.com>
2158 Add preprocessor define accidently dropped in my unification,
2159 and required by some builds. Fixes an issue that caused both
2160 debug and release DLLs to be loaded.
2162 Rubber-stamped by Jon Honeycutt.
2164 * win/tools/vsprops/debug_internal.vsprops:
2166 2008-01-16 Steve Falkenburg <sfalken@apple.com>
2168 Use recommended security-related compiler settings.
2172 * win/tools/vsprops/common.vsprops:
2174 2008-01-16 Steve Falkenburg <sfalken@apple.com>
2178 * win/tools/vsprops/release.vsprops:
2180 2008-01-15 Adele Peterson <adele@apple.com>
2182 Reviewed by Adam and Antti.
2184 Updated libraries for <rdar://problem/5619062> Add load progress indicator to video controls
2186 * WebKitSystemInterface.h:
2187 * libWebKitSystemInterfaceLeopard.a:
2188 * libWebKitSystemInterfaceTiger.a:
2189 * win/include/SafariTheme: Added.
2190 * win/include/SafariTheme/SafariThemeConstants.h: Added. Placeholder empty header until we release an updated WebKitSupportLibrary.
2192 2008-01-14 Steve Falkenburg <sfalken@apple.com>
2194 Use shared vsprops for most vcproj properties.
2196 Reviewed by Darin Adler.
2198 * win/tools/vsprops/common.vsprops:
2199 * win/tools/vsprops/debug.vsprops:
2200 * win/tools/vsprops/debug_internal.vsprops:
2201 * win/tools/vsprops/release.vsprops:
2203 2008-01-11 Steve Falkenburg <sfalken@apple.com>
2205 Share common files across projects.
2208 Debug: common.vsprops, debug.vsprops
2209 Debug_Internal: common.vsprops, debug.vsprops, debug_internal.vsprops
2210 Release: common.vsprops, release.vsprops
2212 Shared properties can go into common.vsprops, shared debug settings can go into debug.vsprops.
2213 debug_internal.vsprops will be mostly empty except for file path prefix modifiers.
2215 Moved auto-version.sh, VERSION, PRODUCTVERSION to tools.
2217 Reviewed by Adam Roben.
2219 * win/tools/WinTools.make:
2220 * win/tools/scripts: Added.
2221 * win/tools/scripts/PRODUCTVERSION: Added.
2222 * win/tools/scripts/VERSION: Added.
2223 * win/tools/scripts/auto-version.sh: Copied from WebCore/WebCore.vcproj/auto-version.sh.
2224 * win/tools/vsprops/debug.vsprops:
2225 * win/tools/vsprops/debug_internal.vsprops: Added.
2226 * win/tools/vsprops/release.vsprops:
2228 2008-01-11 Steve Falkenburg <sfalken@apple.com>
2230 Add shared vsprops to help unify our Windows tools settings.
2235 * win/tools/WinTools.make: Added.
2236 * win/tools/vsprops: Added.
2237 * win/tools/vsprops/common.vsprops: Added.
2238 * win/tools/vsprops/debug.vsprops: Added.
2239 * win/tools/vsprops/release.vsprops: Added.
2241 2008-01-07 Mark Rowe <mrowe@apple.com>
2243 Update Tiger library to a G3-friendly version.
2245 * libWebKitSystemInterfaceTiger.a:
2247 2008-01-07 Adele Peterson <adele@apple.com>
2249 Reviewed by Antti, Adam, and Mitz.
2251 WebKitLibraries part of fix for
2252 <rdar://problem/5619073> Updated look for <video> controls
2253 <rdar://problem/5619057> Add volume control to video controls
2255 * WebKitSystemInterface.h:
2256 * libWebKitSystemInterfaceLeopard.a:
2257 * libWebKitSystemInterfaceTiger.a:
2259 2008-01-03 Mark Rowe <mrowe@apple.com>
2261 Update Tiger library to a G3-friendly version.
2263 * libWebKitSystemInterfaceTiger.a:
2265 2008-01-03 Adele Peterson <adele@apple.com>
2267 Update libraries for <rdar://problem/4106190> Include "Where from" metadata in drag-and-dropped images
2269 * WebKitSystemInterface.h:
2270 * libWebKitSystemInterfaceLeopard.a:
2271 * libWebKitSystemInterfaceTiger.a:
2273 2007-12-21 Mark Rowe <mrowe@apple.com>
2275 Rubber-stamped by Dan Bernstein.
2277 Fix http://bugs.webkit.org/show_bug.cgi?id=16549.
2278 Bug 16549: WebKit nightly build failing to launch on PowerPC G3s
2280 * libWebKitSystemInterfaceTiger.a: Update to a G3-friendly version.
2282 2007-12-07 Dan Bernstein <mitz@apple.com>
2284 Reviewed by Darin Adler.
2286 - updated system interface for fixing <rdar://problem/5499918> REGRESSION: insertion point in input field with custom border cuts holes in focus ring interior edges
2288 * WebKitSystemInterface.h:
2289 * libWebKitSystemInterfaceLeopard.a:
2290 * libWebKitSystemInterfaceTiger.a:
2292 2007-11-27 John Sullivan <sullivan@apple.com>
2294 Fixed 5614525, caused by a recent bug in WKGetExtensionsForMIMEType
2295 that affects Safari.
2297 reviewed by Kevin Decker
2299 * libWebKitSystemInterfaceLeopard.a:
2300 * libWebKitSystemInterfaceTiger.a:
2302 2007-11-26 Timothy Hatcher <timothy@apple.com>
2304 Reviewed by Adam Roben.
2306 Bug 16137: Web Inspector window on Leopard should have a unified toolbar and window title
2307 http://bugs.webkit.org/show_bug.cgi?id=16137
2309 Add a new function to make bottom window corners square for textured windows.
2311 * WebKitSystemInterface.h:
2312 * libWebKitSystemInterfaceTiger.a:
2313 * libWebKitSystemInterfaceLeopard.a:
2315 2007-11-23 Adam Roben <aroben@apple.com>
2317 Add wkSetPatternPhaseInUserSpace to WebKitSystemInterface on Windows
2321 * win/include/WebKitSystemInterface/WebKitSystemInterface.h: Added
2323 * win/lib/WebKitSystemInterface.lib: Updated.
2324 * win/lib/WebKitSystemInterface_debug.lib: Updated.
2326 2007-11-16 Anders Carlsson <andersca@apple.com>
2330 <rdar://problem/5603832>
2331 XMLHttpRequest readyState 3 & responseText buffer issues.
2333 Add wkSetCFURLRequestShouldContentSniff.
2335 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
2336 * win/lib/WebKitSystemInterface.lib:
2337 * win/lib/WebKitSystemInterface_debug.lib:
2339 2007-11-05 Antti Koivisto <antti@apple.com>
2343 Update WKQTMovieViewSetDrawSynchronously.
2345 * libWebKitSystemInterfaceLeopard.a:
2346 * libWebKitSystemInterfaceTiger.a:
2348 2007-11-02 Antti Koivisto <antti@apple.com>
2350 Reviewed by Darin Adler.
2352 Update to add WKQTMovieViewSetDrawSynchronously
2354 * WebKitSystemInterface.h:
2355 * libWebKitSystemInterfaceLeopard.a:
2356 * libWebKitSystemInterfaceTiger.a:
2358 2007-10-26 Adele Peterson <adele@apple.com>
2360 Reviewed by Tim Hatcher.
2362 Updating header too for WKDrawCapsLockIndicator.
2364 * WebKitSystemInterface.h:
2366 2007-10-26 Adele Peterson <adele@apple.com>
2370 Adding WKDrawCapsLockIndicator in preparation for fixing the caps lock indicator.
2372 * libWebKitSystemInterfaceLeopard.a:
2373 * libWebKitSystemInterfaceTiger.a:
2375 2007-10-25 Adam Roben <aroben@apple.com>
2377 Add wkSetPatternBaseCTM.
2379 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
2380 * win/lib/WebKitSystemInterface.lib:
2381 * win/lib/WebKitSystemInterface_debug.lib:
2383 2007-10-25 Sam Weinig <sam@webkit.org>
2385 Fix the windows build.
2387 * win/lib/WebKitSystemInterface.lib:
2388 * win/lib/WebKitSystemInterface_debug.lib:
2390 2007-10-25 Timothy Hatcher <timothy@apple.com>
2392 Add WKSetPatternBaseCTM.
2394 * WebKitSystemInterface.h:
2395 * libWebKitSystemInterfaceLeopard.a:
2396 * libWebKitSystemInterfaceTiger.a:
2398 2007-10-25 Timothy Hatcher <timothy@apple.com>
2402 Update the Leopard WebKitSystemInterface to be 4-way univeral to include 64-bit.
2404 * libWebKitSystemInterfaceLeopard.a:
2406 2007-10-25 Sam Weinig <sam@webkit.org>
2408 Added wrapper for getting the foundation cache directory.
2410 Reviewed by Adam Roben.
2412 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
2413 * win/lib/WebKitSystemInterface.lib:
2414 * win/lib/WebKitSystemInterface_debug.lib:
2416 2007-10-24 Adam Roben <aroben@apple.com>
2418 Added some font-related functions needed for <rdar://5549919>
2422 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
2423 * win/lib/WebKitSystemInterface.lib:
2424 * win/lib/WebKitSystemInterface_debug.lib:
2426 2007-10-24 Timothy Hatcher <timothy@apple.com>
2428 Reviewed by Mark Rowe.
2430 <rdar://problem/5069711> OpenSource version of libWebKitSystemInterface.a is Tiger only, causes issues if used on Leopard
2432 Add system specific versions of WebKitSystemInterface.
2434 * libWebKitSystemInterface.a: Removed.
2435 * libWebKitSystemInterfaceLeopard.a: Added.
2436 * libWebKitSystemInterfaceTiger.a: Added.
2438 2007-10-11 Ada Chan <adachan@apple.com>
2440 <rdar://problem/5534421>
2441 Added wkGetDefaultHTTPCookieStorage(). Updated libraries.
2443 Reviewed by Darin Adler.
2445 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
2446 * win/lib/WebKitSystemInterface.lib:
2447 * win/lib/WebKitSystemInterface_debug.lib:
2449 2007-09-27 Sam Weinig <sam@webkit.org>
2451 Build fix. Ran update-webkitsysteminterface script on Tiger, because
2452 the resulting binary differs when built on Tiger.
2454 * libWebKitSystemInterface.a:
2456 2007-09-27 David Hyatt <hyatt@apple.com>
2458 Update WebKitSYstemInterface for @font-face changes.
2460 * WebKitSystemInterface.h:
2461 * libWebKitSystemInterface.a:
2463 2007-09-18 Geoffrey Garen <ggaren@apple.com>
2465 Build fix. Ran update-webkitsysteminterface script on Tiger, because
2466 the resulting binary differs when built on Tiger. See
2467 <rdar://problem/5490613>.
2469 * libWebKitSystemInterface.a:
2471 2007-09-18 Geoffrey Garen <ggaren@apple.com>
2473 Build fix. Ran update-webkitsysteminterface script.
2475 * WebKitSystemInterface.h:
2476 * libWebKitSystemInterface.a:
2478 2007-08-28 Anders Carlsson <andersca@apple.com>
2480 Add WKSetNSURLRequestShouldContentSniff.
2482 * WebKitSystemInterface.h:
2483 * libWebKitSystemInterface.a:
2485 2007-08-28 Ada Chan <adachan@apple.com>
2487 <rdar://problem/4876242> Added SPI to fetch SSL certificate information.
2492 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
2493 * win/lib/WebKitSystemInterface.lib:
2494 * win/lib/WebKitSystemInterface_debug.lib:
2496 2007-07-23 Ada Chan <adachan@apple.com>
2500 Update WebKitSystemInterface.{h,lib}.
2502 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
2503 * win/lib/WebKitSystemInterface.lib:
2504 * win/lib/WebKitSystemInterface_debug.lib:
2506 2007-07-19 Ada Chan <adachan@apple.com>
2508 Rubber-stamped by Adam.
2512 * win/lib/WebKitSystemInterface.lib:
2513 * win/lib/WebKitSystemInterface_debug.lib:
2515 2007-07-06 Adam Roben <aroben@apple.com>
2517 Update WebKitSystemInterface.{h,lib} for <rdar://problem/5301994>
2521 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
2522 * win/lib/WebKitSystemInterface.lib:
2523 * win/lib/WebKitSystemInterface_debug.lib:
2525 2007-06-29 Antti Koivisto <antti@apple.com>
2529 Added WKQTMovieDataRate and WKQTMovieMaxTimeLoaded
2531 * WebKitSystemInterface.h:
2532 * libWebKitSystemInterface.a:
2534 2007-03-29 Beth Dakin <bdakin@apple.com>
2536 Rubber-stamped by Adam.
2538 Keep OpenSource building.
2540 * WebKitSystemInterface.h:
2541 * libWebKitSystemInterface.a:
2543 2007-03-28 Antti Koivisto <antti@apple.com>
2545 Update libWebKitSystemInterface, previous version was out of date.
2547 * libWebKitSystemInterface.a:
2549 2007-03-27 Antti Koivisto <antti@apple.com>
2551 Reviewed by Darin Adler.
2553 Added wkGetWheelEventDeltas
2555 * WebKitSystemInterface.h:
2556 * libWebKitSystemInterface.a:
2558 2007-03-07 Mark Rowe <mrowe@apple.com>
2560 Build fix. Rebuild against 10.4 SDK.
2562 * libWebKitSystemInterface.a:
2564 2007-03-06 Kevin Decker <kdecker@apple.com>
2568 Fixed: <rdar://problem/4126976> private keys imported by WebKit should not be accessible by all applications
2570 * libWebKitSystemInterface.a:
2572 2007-02-21 Anders Carlsson <acarlsson@apple.com>
2574 Add new version with WKCGContextIsBitmapContext.
2576 * WebKitSystemInterface.h:
2577 * libWebKitSystemInterface.a:
2579 2006-12-16 Adele Peterson <adele@apple.com>
2583 WebKitLibraries part of fix for:
2584 <rdar://problem/4463829> Switch to use new search field implementation for <input type="search">
2586 Added wkDrawTextFieldCellFocusRing.
2588 * WebKitSystemInterface.h:
2589 * libWebKitSystemInterface.a:
2591 2006-10-11 Darin Adler <darin@apple.com>
2593 Reviewed by John Sullivan.
2595 * WebKitSystemInterface.h: Updated to a C++-compatible version.
2597 2006-08-31 Adele Peterson <adele@apple.com>
2599 Reviewed by John Sullivan.
2601 Removed wkSecureEventInput and wkSetSecureEventInput, since this can be done with API.
2603 * WebKitSystemInterface.h:
2604 * libWebKitSystemInterface.a:
2606 2006-08-30 Adele Peterson <adele@apple.com>
2610 Updated for http://bugs.webkit.org/show_bug.cgi?id=10575
2611 Enable secure input mode for new password fields
2613 * WebKitSystemInterface.h: Added WKSetSecureEventInput and WKSecureEventInput;
2614 * libWebKitSystemInterface.a:
2616 2006-07-09 Anders Carlsson <acarlsson@apple.com>
2618 Reviewed by Darin Adler.
2620 * WebKitSystemInterface.h:
2621 * libWebKitSystemInterface.a:
2624 2006-07-05 Adele Peterson <adele@apple.com>
2626 Reviewed by Maciej and Hyatt.
2628 * WebKitSystemInterface.h: Updated.
2629 * libWebKitSystemInterface.a: Updated.
2631 2006-06-16 Adele Peterson <adele@apple.com>
2635 * WebKitSystemInterface.h: Added WKDrawBezeledTextArea().
2636 * libWebKitSystemInterface.a: ditto.
2638 2006-04-01 Eric Seidel <eseidel@apple.com>
2640 * libWebKitSystemInterface.a: commit a universal binary.
2642 2006-04-01 Darin Adler <darin@apple.com>
2646 * libWebKitSystemInterface.a: Changed alpha in the focus-ring drawing
2647 code to use the system default alpha.
2649 2006-03-17 Eric Seidel <eseidel@apple.com>
2651 * libWebKitSystemInterface.a: commit a universal binary.
2653 2006-03-17 Adele Peterson <adele@apple.com>
2655 * WebKitSystemInterface.h: Added WKDrawBezeledTextFieldCell()
2656 * libWebKitSystemInterface.a: ditto
2658 2006-02-28 John Sullivan <sullivan@apple.com>
2660 * WebKitSystemInterface.h: Removed WKMouseIsDown()
2661 * libWebKitSystemInterface.a: ditto
2663 2006-02-23 Timothy Hatcher <timothy@apple.com>
2665 New build to fix the i386 arch. (The _cuEnc64 symbol was missing.)
2667 * libWebKitSystemInterface.a:
2669 2006-02-19 Darin Adler <darin@apple.com>
2671 * WebKitSystemInterface.h: Added WKDrawFocusRing.
2672 * libWebKitSystemInterface.a: Ditto.
2674 2006-02-06 John Sullivan <sullivan@apple.com>
2676 * WebKitSystemInterface.h:
2677 * libWebKitSystemInterface.a:
2678 removed WKExecutableLinkedInTigerOrEarlier
2680 2005-11-01 Darin Adler <darin@apple.com>
2682 * libWebKitSystemInterface.a: Updated.
2684 2005-10-04 Maciej Stachowiak <mjs@apple.com>
2688 * WebKitSystemInterface.h:
2689 * libWebKitSystemInterface.a:
2691 2005-09-08 Justin Garcia <justin.garcia@apple.com>
2693 * WebKitSystemInterface.h: Update to latest
2694 * libWebKitSystemInterface.a: ditto
2696 2005-09-04 Darin Adler <darin@apple.com>
2698 * WebKitSystemInterface.h: Update to latest
2699 * libWebKitSystemInterface.a: Ditto.
2701 2005-08-07 Darin Adler <darin@apple.com>
2703 * libWebKitSystemInterface.a: Universal binary.
2704 * WebKitSystemInterface.h: Updated for calls that Eric recently removed.
2706 2005-07-01 John Sullivan <sullivan@apple.com>
2708 - added WKExecutableLinkedInTigerOrEarlier
2710 * WebKitSystemInterface.h:
2711 * libWebKitSystemInterface.a:
2713 2005-06-06 Maciej Stachowiak <mjs@apple.com>
2715 - updated for crashing bugfix
2717 * libWebKitSystemInterface.a:
2719 2005-06-06 Maciej Stachowiak <mjs@apple.com>
2723 * WebKitSystemInterface.h:
2724 * libWebKitSystemInterface.a:
2726 2005-06-06 Maciej Stachowiak <mjs@apple.com>
2730 * WebKitSystemInterface.h:
2731 * libWebKitSystemInterface.a:
2733 2005-06-06 Maciej Stachowiak <mjs@apple.com>
2737 * WebKitSystemInterface.h:
2738 * libWebKitSystemInterface.a:
2740 2005-06-06 Maciej Stachowiak <mjs@apple.com>
2744 * WebKitSystemInterface.h:
2745 * libWebKitSystemInterface.a:
2747 2005-06-06 Maciej Stachowiak <mjs@apple.com>
2751 * WebKitSystemInterface.h:
2752 * libWebKitSystemInterface.a:
2754 2005-06-06 Maciej Stachowiak <mjs@apple.com>
2758 * WebKitSystemInterface.h:
2759 * libWebKitSystemInterface.a:
2761 2005-06-06 Maciej Stachowiak <mjs@apple.com>
2765 * WebKitSystemInterface.h:
2766 * libWebKitSystemInterface.a:
2768 2005-06-06 Maciej Stachowiak <mjs@apple.com>
2772 * WebKitSystemInterface.h:
2773 * libWebKitSystemInterface.a:
2775 2005-06-05 Maciej Stachowiak <mjs@apple.com>
2777 - added a few more bits of SPI
2779 * WebKitSystemInterface.h:
2780 * libWebKitSystemInterface.a:
2782 2005-06-05 Maciej Stachowiak <mjs@apple.com>
2784 - added file type and NSURLResponse caching SPI
2786 * WebKitSystemInterface.h:
2787 * libWebKitSystemInterface.a:
2789 2005-06-05 Maciej Stachowiak <mjs@apple.com>
2791 - initial checkin of WebKitSystemInterface binary
2793 * WebKitSystemInterface.h: Added.
2794 * libWebKitSystemInterface.a: Added.