1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902
|
2008-05-13 Dan Bernstein <mitz@apple.com>
Reviewed by John Sullivan.
- WebKitSystemInterface support for <rdar://problem/5725912> improve render quality of transformed text
* libWebKitSystemInterfaceLeopard.a: Improved glyph positioning in
transformed graphics contexts.
* win/include/WebKitSystemInterface/WebKitSystemInterface.h: Added
wkSetCGContextFontRenderingStyle().
* win/lib/WebKitSystemInterface.lib: Updated.
* win/lib/WebKitSystemInterface_debug.lib: Updated.
2008-05-09 Adam Roben <aroben@apple.com>
Disable a MSVC warning
Reviewed by Darin Adler.
* win/tools/vsprops/common.vsprops: Add warning 4503 to the list of
disabled warnings. It's a warning about decorated names being longer
than MSVC's limit of 4096 characters. This warning doesn't indicate a
correctness problem, but these truncated decorated names will be
harder to recognize during debugging or when they appear in linker
errors.
2008-04-28 Darin Adler <darin@apple.com>
Reviewed by Adam.
- fix Windows build
* win/tools/vsprops/common.vsprops: Add warning 4344 to the list of disabled warnings.
It's really a warning about a bug they fixed in MSVC -- not helpful to us in WebKit.
2008-04-24 Mark Rowe <mrowe@apple.com>
Reviewed by Sam Weinig.
Remove code for calculating the glyph cache size.
* WebKitSystemInterface.h: Remove unused symbol.
* libWebKitSystemInterfaceLeopard.a:
* libWebKitSystemInterfaceTiger.a:
2008-03-28 Steve Falkenburg <sfalken@apple.com>
Versioning.
* win/tools/scripts/PRODUCTVERSION:
2008-03-26 Adam Roben <aroben@apple.com>
Windows build fix after r31322
* win/include/WebKitSystemInterface/WebKitSystemInterface.h: Updated.
* win/lib/WebKitSystemInterface.lib: Updated.
* win/lib/WebKitSystemInterface_debug.lib: Updated.
2008-03-26 Mark Rowe <mrowe@apple.com>
Reviewed by David Hyatt.
Make the Ahem font antialias correctly on Acid3 on Tiger.
* WebKitSystemInterface.h:
* libWebKitSystemInterfaceTiger.a:
2008-03-19 Mark Rowe <mrowe@apple.com>
Rubber-stamped by Sam Weinig.
Fix http://bugs.webkit.org/show_bug.cgi?id=17816.
Bug 17816: libWebCoreSQLite3.a is 2-architecture universal binary (not 4-architecture)
* libWebCoreSQLite3.a: Land a 4-way fat binary.
2008-03-12 Steve Falkenburg <sfalken@apple.com>
New version of WebKitSystemInterface.lib with
more compiler warnings suppressed.
* win/lib/WebKitSystemInterface.lib:
* win/tools/vsprops/common.vsprops:
2008-03-12 Dan Bernstein <mitz@apple.com>
Reviewed by Darin Adler and Sam Weinig.
- <rdar://problem/4433248> use CoreText API instead of SPI on Leopard
* WebKitSystemInterface.h:
* libWebKitSystemInterfaceLeopard.a:
2008-03-11 Steve Falkenburg <sfalken@apple.com>
Disable two PGO/LTCG specific warnings.
Reviewed by Oliver.
* win/tools/vsprops/common.vsprops:
2008-02-29 Mark Rowe <mrowe@apple.com>
Update Tiger version of WebKitSystemInterface to match r30690.
* libWebKitSystemInterfaceTiger.a:
2008-02-29 Adele Peterson <adele@apple.com>
Reviewed by Mark.
Auto-generate image arrays.
* libWebKitSystemInterfaceLeopard.a:
2008-02-29 Mark Rowe <mrowe@apple.com>
Reviewed by Anders Carlsson.
Replace use of WKPathFromFont with implementation in terms of public API.
* WebKitSystemInterface.h: Remove unused symbol.
* libWebKitSystemInterfaceLeopard.a:
* libWebKitSystemInterfaceTiger.a:
2008-02-29 Mark Rowe <mrowe@apple.com>
Reviewed by Oliver Hunt.
Fix spelling of "request" in name of WKNSURLProtocolClassForRequest.
* WebKitSystemInterface.h:
* libWebKitSystemInterfaceLeopard.a:
* libWebKitSystemInterfaceTiger.a:
2008-02-29 Mark Rowe <mrowe@apple.com>
Reviewed by Oliver Hunt.
Don't use WKSupportsMultipartXMixedReplace on Leopard as multipart/x-mixed-replace is always handled by NSURLRequest.
* WebKitSystemInterface.h:
* libWebKitSystemInterfaceLeopard.a:
2008-02-29 Mark Rowe <mrowe@apple.com>
Reviewed by Oliver Hunt and Oliver Hunt.
<rdar://problem/4753845> WebKit should use CGEventSourceSecondsSinceLastEventType in place of WKSecondsSinceLastInputEvent SPI.
* WebKitSystemInterface.h: Remove unused symbol.
* libWebKitSystemInterfaceLeopard.a:
* libWebKitSystemInterfaceTiger.a:
2008-02-28 Mark Rowe <mrowe@apple.com>
Reviewed by Dan Bernstein.
Remove two unused functions from WebKitSystemInterface.
* WebKitSystemInterface.h: Remove WKPreferRGB32Key and WKGetDefaultGlyphForChar as they are unused. Also remove
a duplicate declaration of WKSecondsSinceLastInputEvent.
* libWebKitSystemInterfaceLeopard.a:
* libWebKitSystemInterfaceTiger.a:
2008-02-28 Mark Rowe <mrowe@apple.com>
Reviewed by Dave Hyatt.
Make use of new CGFont APIs on Leopard rather than making a WebKitSystemInterface call.
* WebKitSystemInterface.h: Only declare WKGetFontMetrics on Tiger.
* libWebKitSystemInterfaceLeopard.a: Update for removal of WKGetFontMetrics.
2008-02-27 Brady Eidson <beidson@apple.com>
Tiger build fix
* libWebKitSystemInterfaceTiger.a:
2008-02-27 Brady Eidson <beidson@apple.com>
Reviewed by Mark Rowe
Removed some unused methods:
WKGetNSURLResponseCalculatedExpiration
WKGetNSURLResponseMustRevalidate
* WebKitSystemInterface.h:
* libWebKitSystemInterfaceLeopard.a:
* libWebKitSystemInterfaceTiger.a:
2008-02-13 Adam Roben <aroben@apple.com>
* win/tools/scripts/auto-version.sh: Removed a redundant symbol.
2008-02-12 Adam Roben <aroben@apple.com>
Clean up auto-version.sh a bit
It now does quite a bit less file I/O and many fewer fork/exec pairs.
It's also quite a bit easier to read.
Reviewed by Steve.
* win/tools/scripts/auto-version.sh:
2008-02-12 Steve Falkenburg <sfalken@apple.com>
Versioning script change.
* win/tools/scripts/auto-version.sh:
2008-02-07 Ada Chan <adachan@apple.com>
Added 4 new methods:
wkSetClientCertificateInSSLProperties,
wkCanAccessCFURLRequestHTTPBodyParts,
wkCFURLRequestCopyHTTPRequestBodyParts,
wkCFURLRequestSetHTTPRequestBodyParts
Rubber-stamped by Steve.
* win/include/WebKitSystemInterface/WebKitSystemInterface.h:
* win/lib/WebKitSystemInterface.lib:
* win/lib/WebKitSystemInterface_debug.lib:
2008-02-04 Timothy Hatcher <timothy@apple.com>
<rdar://problem/5722735> Merge fix for SQLITE_FULL error
is given even if the max_page_count is increased (2920)
* libWebCoreSQLite3.a:
2008-02-01 Steve Falkenburg <sfalken@apple.com>
<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
Rubber-stamped by Jon Honeycutt.
* win/tools/vsprops/common.vsprops:
2008-01-29 Mark Rowe <mrowe@apple.com>
Reviewed by Tim Hatcher.
<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).
* WebCoreSQLite3/sqlite3.h: Added.
* WebCoreSQLite3/sqlite3ext.h: Added.
* libWebCoreSQLite3.a: Added.
2008-01-29 Alexey Proskuryakov <ap@webkit.org>
Debug (external) build fix.
Removed _DEBUG preprocessor definition, which indicates that debug libraries are used (while they aren't).
This preprocessor definition is automatically set by Visual Studio as needed anyway.
* win/tools/vsprops/debug.vsprops:
2008-01-17 Steve Falkenburg <sfalken@apple.com>
Add preprocessor define accidently dropped in my unification,
and required by some builds. Fixes an issue that caused both
debug and release DLLs to be loaded.
Rubber-stamped by Jon Honeycutt.
* win/tools/vsprops/debug_internal.vsprops:
2008-01-16 Steve Falkenburg <sfalken@apple.com>
Use recommended security-related compiler settings.
Reviewed by Adam.
* win/tools/vsprops/common.vsprops:
2008-01-16 Steve Falkenburg <sfalken@apple.com>
Build fix.
* win/tools/vsprops/release.vsprops:
2008-01-15 Adele Peterson <adele@apple.com>
Reviewed by Adam and Antti.
Updated libraries for <rdar://problem/5619062> Add load progress indicator to video controls
* WebKitSystemInterface.h:
* libWebKitSystemInterfaceLeopard.a:
* libWebKitSystemInterfaceTiger.a:
* win/include/SafariTheme: Added.
* win/include/SafariTheme/SafariThemeConstants.h: Added. Placeholder empty header until we release an updated WebKitSupportLibrary.
2008-01-14 Steve Falkenburg <sfalken@apple.com>
Use shared vsprops for most vcproj properties.
Reviewed by Darin.
* win/tools/vsprops/common.vsprops:
* win/tools/vsprops/debug.vsprops:
* win/tools/vsprops/debug_internal.vsprops:
* win/tools/vsprops/release.vsprops:
2008-01-11 Steve Falkenburg <sfalken@apple.com>
Share common files across projects.
Unify vsprops files
Debug: common.vsprops, debug.vsprops
Debug_Internal: common.vsprops, debug.vsprops, debug_internal.vsprops
Release: common.vsprops, release.vsprops
Shared properties can go into common.vsprops, shared debug settings can go into debug.vsprops.
debug_internal.vsprops will be mostly empty except for file path prefix modifiers.
Moved auto-version.sh, VERSION, PRODUCTVERSION to tools.
Reviewed by Adam Roben.
* win/tools/WinTools.make:
* win/tools/scripts: Added.
* win/tools/scripts/PRODUCTVERSION: Added.
* win/tools/scripts/VERSION: Added.
* win/tools/scripts/auto-version.sh: Copied from WebCore/WebCore.vcproj/auto-version.sh.
* win/tools/vsprops/debug.vsprops:
* win/tools/vsprops/debug_internal.vsprops: Added.
* win/tools/vsprops/release.vsprops:
2008-01-11 Steve Falkenburg <sfalken@apple.com>
Add shared vsprops to help unify our Windows tools settings.
Reviewed by Hyatt.
* win/tools: Added.
* win/tools/WinTools.make: Added.
* win/tools/vsprops: Added.
* win/tools/vsprops/common.vsprops: Added.
* win/tools/vsprops/debug.vsprops: Added.
* win/tools/vsprops/release.vsprops: Added.
2008-01-07 Mark Rowe <mrowe@apple.com>
Update Tiger library to a G3-friendly version.
* libWebKitSystemInterfaceTiger.a:
2008-01-07 Adele Peterson <adele@apple.com>
Reviewed by Antti, Adam, and Mitz.
WebKitLibraries part of fix for
<rdar://problem/5619073> Updated look for <video> controls
<rdar://problem/5619057> Add volume control to video controls
* WebKitSystemInterface.h:
* libWebKitSystemInterfaceLeopard.a:
* libWebKitSystemInterfaceTiger.a:
2008-01-03 Mark Rowe <mrowe@apple.com>
Update Tiger library to a G3-friendly version.
* libWebKitSystemInterfaceTiger.a:
2008-01-03 Adele Peterson <adele@apple.com>
Update libraries for <rdar://problem/4106190> Include "Where from" metadata in drag-and-dropped images
* WebKitSystemInterface.h:
* libWebKitSystemInterfaceLeopard.a:
* libWebKitSystemInterfaceTiger.a:
2007-12-21 Mark Rowe <mrowe@apple.com>
Rubber-stamped by Dan Bernstein.
Fix http://bugs.webkit.org/show_bug.cgi?id=16549.
Bug 16549: WebKit nightly build failing to launch on PowerPC G3s
* libWebKitSystemInterfaceTiger.a: Update to a G3-friendly version.
2007-12-07 Dan Bernstein <mitz@apple.com>
Reviewed by Darin Adler.
- updated system interface for fixing <rdar://problem/5499918> REGRESSION: insertion point in input field with custom border cuts holes in focus ring interior edges
* WebKitSystemInterface.h:
* libWebKitSystemInterfaceLeopard.a:
* libWebKitSystemInterfaceTiger.a:
2007-11-27 John Sullivan <sullivan@apple.com>
Fixed 5614525, caused by a recent bug in WKGetExtensionsForMIMEType
that affects Safari.
reviewed by Kevin Decker
* libWebKitSystemInterfaceLeopard.a:
* libWebKitSystemInterfaceTiger.a:
2007-11-26 Timothy Hatcher <timothy@apple.com>
Reviewed by Adam Roben.
Bug 16137: Web Inspector window on Leopard should have a unified toolbar and window title
http://bugs.webkit.org/show_bug.cgi?id=16137
Add a new function to make bottom window corners square for textured windows.
* WebKitSystemInterface.h:
* libWebKitSystemInterfaceTiger.a:
* libWebKitSystemInterfaceLeopard.a:
2007-11-23 Adam Roben <aroben@apple.com>
Add wkSetPatternPhaseInUserSpace to WebKitSystemInterface on Windows
Reviewed by Tim.
* win/include/WebKitSystemInterface/WebKitSystemInterface.h: Added
declaration.
* win/lib/WebKitSystemInterface.lib: Updated.
* win/lib/WebKitSystemInterface_debug.lib: Updated.
2007-11-16 Anders Carlsson <andersca@apple.com>
Reviewed by Adam.
<rdar://problem/5603832>
XMLHttpRequest readyState 3 & responseText buffer issues.
Add wkSetCFURLRequestShouldContentSniff.
* win/include/WebKitSystemInterface/WebKitSystemInterface.h:
* win/lib/WebKitSystemInterface.lib:
* win/lib/WebKitSystemInterface_debug.lib:
2007-11-05 Antti Koivisto <antti@apple.com>
Reviewed by Sam.
Update WKQTMovieViewSetDrawSynchronously.
* libWebKitSystemInterfaceLeopard.a:
* libWebKitSystemInterfaceTiger.a:
2007-11-02 Antti Koivisto <antti@apple.com>
Reviewed by Darin.
Update to add WKQTMovieViewSetDrawSynchronously
* WebKitSystemInterface.h:
* libWebKitSystemInterfaceLeopard.a:
* libWebKitSystemInterfaceTiger.a:
2007-10-26 Adele Peterson <adele@apple.com>
Reviewed by Tim Hatcher.
Updating header too for WKDrawCapsLockIndicator.
* WebKitSystemInterface.h:
2007-10-26 Adele Peterson <adele@apple.com>
Reviewed by Oliver.
Adding WKDrawCapsLockIndicator in preparation for fixing the caps lock indicator.
* libWebKitSystemInterfaceLeopard.a:
* libWebKitSystemInterfaceTiger.a:
2007-10-25 Adam Roben <aroben@apple.com>
Add wkSetPatternBaseCTM.
* win/include/WebKitSystemInterface/WebKitSystemInterface.h:
* win/lib/WebKitSystemInterface.lib:
* win/lib/WebKitSystemInterface_debug.lib:
2007-10-25 Sam Weinig <sam@webkit.org>
Fix the windows build.
* win/lib/WebKitSystemInterface.lib:
* win/lib/WebKitSystemInterface_debug.lib:
2007-10-25 Timothy Hatcher <timothy@apple.com>
Add WKSetPatternBaseCTM.
* WebKitSystemInterface.h:
* libWebKitSystemInterfaceLeopard.a:
* libWebKitSystemInterfaceTiger.a:
2007-10-25 Timothy Hatcher <timothy@apple.com>
Reviewed by Adam.
Update the Leopard WebKitSystemInterface to be 4-way univeral to include 64-bit.
* libWebKitSystemInterfaceLeopard.a:
2007-10-25 Sam Weinig <sam@webkit.org>
Added wrapper for getting the foundation cache directory.
Reviewed by Adam Roben.
* win/include/WebKitSystemInterface/WebKitSystemInterface.h:
* win/lib/WebKitSystemInterface.lib:
* win/lib/WebKitSystemInterface_debug.lib:
2007-10-24 Adam Roben <aroben@apple.com>
Added some font-related functions needed for <rdar://5549919>
Reviewed by Ada.
* win/include/WebKitSystemInterface/WebKitSystemInterface.h:
* win/lib/WebKitSystemInterface.lib:
* win/lib/WebKitSystemInterface_debug.lib:
2007-10-24 Timothy Hatcher <timothy@apple.com>
Reviewed by Mark Rowe.
<rdar://problem/5069711> OpenSource version of libWebKitSystemInterface.a is Tiger only, causes issues if used on Leopard
Add system specific versions of WebKitSystemInterface.
* libWebKitSystemInterface.a: Removed.
* libWebKitSystemInterfaceLeopard.a: Added.
* libWebKitSystemInterfaceTiger.a: Added.
2007-10-11 Ada Chan <adachan@apple.com>
<rdar://problem/5534421>
Added wkGetDefaultHTTPCookieStorage(). Updated libraries.
Reviewed by Darin.
* win/include/WebKitSystemInterface/WebKitSystemInterface.h:
* win/lib/WebKitSystemInterface.lib:
* win/lib/WebKitSystemInterface_debug.lib:
2007-09-27 Sam Weinig <sam@webkit.org>
Build fix. Ran update-webkitsysteminterface script on Tiger, because
the resulting binary differs when built on Tiger.
* libWebKitSystemInterface.a:
2007-09-27 David Hyatt <hyatt@apple.com>
Update WebKitSYstemInterface for @font-face changes.
* WebKitSystemInterface.h:
* libWebKitSystemInterface.a:
2007-09-18 Geoffrey Garen <ggaren@apple.com>
Build fix. Ran update-webkitsysteminterface script on Tiger, because
the resulting binary differs when built on Tiger. See
<rdar://problem/5490613>.
* libWebKitSystemInterface.a:
2007-09-18 Geoffrey Garen <ggaren@apple.com>
Build fix. Ran update-webkitsysteminterface script.
* WebKitSystemInterface.h:
* libWebKitSystemInterface.a:
2007-08-28 Anders Carlsson <andersca@apple.com>
Add WKSetNSURLRequestShouldContentSniff.
* WebKitSystemInterface.h:
* libWebKitSystemInterface.a:
2007-08-28 Ada Chan <adachan@apple.com>
<rdar://problem/4876242> Added SPI to fetch SSL certificate information.
Updated libraries.
Reviewed by Adam.
* win/include/WebKitSystemInterface/WebKitSystemInterface.h:
* win/lib/WebKitSystemInterface.lib:
* win/lib/WebKitSystemInterface_debug.lib:
2007-07-23 Ada Chan <adachan@apple.com>
Reviewed by Steve.
Update WebKitSystemInterface.{h,lib}.
* win/include/WebKitSystemInterface/WebKitSystemInterface.h:
* win/lib/WebKitSystemInterface.lib:
* win/lib/WebKitSystemInterface_debug.lib:
2007-07-19 Ada Chan <adachan@apple.com>
Rubber-stamped by Adam.
Update libraries.
* win/lib/WebKitSystemInterface.lib:
* win/lib/WebKitSystemInterface_debug.lib:
2007-07-06 Adam Roben <aroben@apple.com>
Update WebKitSystemInterface.{h,lib} for <rdar://problem/5301994>
Reviewed by Alice.
* win/include/WebKitSystemInterface/WebKitSystemInterface.h:
* win/lib/WebKitSystemInterface.lib:
* win/lib/WebKitSystemInterface_debug.lib:
2007-06-29 Antti Koivisto <antti@apple.com>
Reviewed by Maciej.
Added WKQTMovieDataRate and WKQTMovieMaxTimeLoaded
* WebKitSystemInterface.h:
* libWebKitSystemInterface.a:
2007-03-29 Beth Dakin <bdakin@apple.com>
Rubber-stamped by Adam.
Keep OpenSource building.
* WebKitSystemInterface.h:
* libWebKitSystemInterface.a:
2007-03-28 Antti Koivisto <antti@apple.com>
Update libWebKitSystemInterface, previous version was out of date.
* libWebKitSystemInterface.a:
2007-03-27 Antti Koivisto <antti@apple.com>
Reviewed by Darin.
Added wkGetWheelEventDeltas
* WebKitSystemInterface.h:
* libWebKitSystemInterface.a:
2007-03-07 Mark Rowe <mrowe@apple.com>
Build fix. Rebuild against 10.4 SDK.
* libWebKitSystemInterface.a:
2007-03-06 Kevin Decker <kdecker@apple.com>
Reviewed by Brady
Fixed: <rdar://problem/4126976> private keys imported by WebKit should not be accessible by all applications
* libWebKitSystemInterface.a:
2007-02-21 Anders Carlsson <acarlsson@apple.com>
Add new version with WKCGContextIsBitmapContext.
* WebKitSystemInterface.h:
* libWebKitSystemInterface.a:
2006-12-16 Adele Peterson <adele@apple.com>
Reviewed by Adam.
WebKitLibraries part of fix for:
<rdar://problem/4463829> Switch to use new search field implementation for <input type="search">
Added wkDrawTextFieldCellFocusRing.
* WebKitSystemInterface.h:
* libWebKitSystemInterface.a:
2006-10-11 Darin Adler <darin@apple.com>
Reviewed by John Sullivan.
* WebKitSystemInterface.h: Updated to a C++-compatible version.
2006-08-31 Adele Peterson <adele@apple.com>
Reviewed by John Sullivan.
Removed wkSecureEventInput and wkSetSecureEventInput, since this can be done with API.
* WebKitSystemInterface.h:
* libWebKitSystemInterface.a:
2006-08-30 Adele Peterson <adele@apple.com>
Reviewed by Hyatt.
Updated for http://bugs.webkit.org/show_bug.cgi?id=10575
Enable secure input mode for new password fields
* WebKitSystemInterface.h: Added WKSetSecureEventInput and WKSecureEventInput;
* libWebKitSystemInterface.a:
2006-07-09 Anders Carlsson <acarlsson@apple.com>
Reviewed by Darin.
* WebKitSystemInterface.h:
* libWebKitSystemInterface.a:
Add WKPathFromFont.
2006-07-05 Adele Peterson <adele@apple.com>
Reviewed by Maciej and Hyatt.
* WebKitSystemInterface.h: Updated.
* libWebKitSystemInterface.a: Updated.
2006-06-16 Adele Peterson <adele@apple.com>
Reviewed by Alice.
* WebKitSystemInterface.h: Added WKDrawBezeledTextArea().
* libWebKitSystemInterface.a: ditto.
2006-04-01 Eric Seidel <eseidel@apple.com>
* libWebKitSystemInterface.a: commit a universal binary.
2006-04-01 Darin Adler <darin@apple.com>
Reviewed by Beth.
* libWebKitSystemInterface.a: Changed alpha in the focus-ring drawing
code to use the system default alpha.
2006-03-17 Eric Seidel <eseidel@apple.com>
* libWebKitSystemInterface.a: commit a universal binary.
2006-03-17 Adele Peterson <adele@apple.com>
* WebKitSystemInterface.h: Added WKDrawBezeledTextFieldCell()
* libWebKitSystemInterface.a: ditto
2006-02-28 John Sullivan <sullivan@apple.com>
* WebKitSystemInterface.h: Removed WKMouseIsDown()
* libWebKitSystemInterface.a: ditto
2006-02-23 Timothy Hatcher <timothy@apple.com>
New build to fix the i386 arch. (The _cuEnc64 symbol was missing.)
* libWebKitSystemInterface.a:
2006-02-19 Darin Adler <darin@apple.com>
* WebKitSystemInterface.h: Added WKDrawFocusRing.
* libWebKitSystemInterface.a: Ditto.
2006-02-06 John Sullivan <sullivan@apple.com>
* WebKitSystemInterface.h:
* libWebKitSystemInterface.a:
removed WKExecutableLinkedInTigerOrEarlier
2005-11-01 Darin Adler <darin@apple.com>
* libWebKitSystemInterface.a: Updated.
2005-10-04 Maciej Stachowiak <mjs@apple.com>
- updated
* WebKitSystemInterface.h:
* libWebKitSystemInterface.a:
2005-09-08 Justin Garcia <justin.garcia@apple.com>
* WebKitSystemInterface.h: Update to latest
* libWebKitSystemInterface.a: ditto
2005-09-04 Darin Adler <darin@apple.com>
* WebKitSystemInterface.h: Update to latest
* libWebKitSystemInterface.a: Ditto.
2005-08-07 Darin Adler <darin@apple.com>
* libWebKitSystemInterface.a: Universal binary.
* WebKitSystemInterface.h: Updated for calls that Eric recently removed.
2005-07-01 John Sullivan <sullivan@apple.com>
- added WKExecutableLinkedInTigerOrEarlier
* WebKitSystemInterface.h:
* libWebKitSystemInterface.a:
2005-06-06 Maciej Stachowiak <mjs@apple.com>
- updated for crashing bugfix
* libWebKitSystemInterface.a:
2005-06-06 Maciej Stachowiak <mjs@apple.com>
- updated
* WebKitSystemInterface.h:
* libWebKitSystemInterface.a:
2005-06-06 Maciej Stachowiak <mjs@apple.com>
- updated
* WebKitSystemInterface.h:
* libWebKitSystemInterface.a:
2005-06-06 Maciej Stachowiak <mjs@apple.com>
- updated
* WebKitSystemInterface.h:
* libWebKitSystemInterface.a:
2005-06-06 Maciej Stachowiak <mjs@apple.com>
- updated
* WebKitSystemInterface.h:
* libWebKitSystemInterface.a:
2005-06-06 Maciej Stachowiak <mjs@apple.com>
- updated
* WebKitSystemInterface.h:
* libWebKitSystemInterface.a:
2005-06-06 Maciej Stachowiak <mjs@apple.com>
- updated
* WebKitSystemInterface.h:
* libWebKitSystemInterface.a:
2005-06-06 Maciej Stachowiak <mjs@apple.com>
- updated
* WebKitSystemInterface.h:
* libWebKitSystemInterface.a:
2005-06-06 Maciej Stachowiak <mjs@apple.com>
- updated
* WebKitSystemInterface.h:
* libWebKitSystemInterface.a:
2005-06-05 Maciej Stachowiak <mjs@apple.com>
- added a few more bits of SPI
* WebKitSystemInterface.h:
* libWebKitSystemInterface.a:
2005-06-05 Maciej Stachowiak <mjs@apple.com>
- added file type and NSURLResponse caching SPI
* WebKitSystemInterface.h:
* libWebKitSystemInterface.a:
2005-06-05 Maciej Stachowiak <mjs@apple.com>
- initial checkin of WebKitSystemInterface binary
* WebKitSystemInterface.h: Added.
* libWebKitSystemInterface.a: Added.
|