blob: 50d4e19f1aebfc43e451f698721d85ae3309ad9d [file] [log] [blame]
Steve Blockcac0f672009-11-05 09:23:40 +000012009-10-26 Mark Rowe <mrowe@apple.com>
2
3 Reviewed by Adam Roben.
4
5 Clean up the regex madness in auto-version.sh to make it obvious what the script is doing.
6
7 Also teaches auto-version.sh to handle RC_PROJECTSOURCEVERSION that has more than three digits
8 in the major component of the version number.
9
10 * win/tools/scripts/auto-version.sh:
11
122009-10-19 Marshall Culpepper <mculpepper@appcelerator.com>
13
14 Reviewed by Eric Seidel.
15
16 added cairo include and lib directories to debug_wincairo.vsprops
17 https://bugs.webkit.org/show_bug.cgi?id=29831
18
19 * win/tools/vsprops/debug_wincairo.vsprops:
20
212009-10-16 Steve Falkenburg <sfalken@apple.com>
22
23 Reviewed by Dan Bernstein.
24
25 https://bugs.webkit.org/show_bug.cgi?id=30456
26 Fixes for new Debug_All Windows build configuration.
27
28 * win/tools/vsprops/debug_all.vsprops:
29 Define DEBUG_ALL in Debug_All configuration.
30 Continue to define USE_DEBUG_SAFARI_THEME for open source SafariTheme header usage.
31
322009-10-16 Steve Falkenburg <sfalken@apple.com>
33
34 Reviewed by Adam Roben.
35
36 Add a Debug_All configuration to build entire stack as debug.
37 Change Debug_Internal to:
38 - stop using _debug suffix for all WebKit/Safari binaries
39 - not use _debug as a DLL naming suffix
40 - use non-debug C runtime lib.
41
42 * win/tools/vsprops/debug_all.vsprops: Added.
43 Use debug C runtime library in debug_all.
44 Specify USE_DEBUG_SAFARI_THEME to get "_debug" suffix for debug_all.
45 * win/tools/vsprops/debug_internal.vsprops:
46 Don't specify debug C runtime library in debug_internal.
47 Don't specify _debug suffix for standard debug_internal builds.
48
Steve Block231d4e32009-10-08 17:19:54 +0100492009-10-05 Pierre d'Herbemont <pdherbemont@webkit.org>
50
51 Reviewed by Simon Fraser
52
53 Support fullscreen in MediaPlayer (Mac)
54 https://bugs.webkit.org/show_bug.cgi?id=26742
55
56 New methods required for video fullscreen.
57
58 * WebKitSystemInterface.h:
59 * libWebKitSystemInterfaceLeopard.a:
60 * libWebKitSystemInterfaceSnowLeopard.a:
61 * libWebKitSystemInterfaceTiger.a:
62
632009-10-02 Steve Falkenburg <sfalken@apple.com>
64
65 Windows build fix.
66 Re-apply lost changes to auto-version.sh.
67
68 * win/tools/scripts/auto-version.sh:
69
702009-10-02 Eric Carlson <eric.carlson@apple.com>
71
72 Reviewed by Adam Roben.
73
74 <rdar://problem/7271334>
75 Rename MediaControllerThemeQT to MediaControllerThemeQuickTime
76
77 * WebKitSystemInterface.h:
78 MediaControllerThemeQT -> MediaControllerThemeQuickTime
79
802009-10-02 Steve Falkenburg <sfalken@apple.com>
81
82 Reviewed by Mark Rowe.
83
84 <https://bugs.webkit.org/show_bug.cgi?id=29989>
85 Safari version number shouldn't be exposed in WebKit code
86
87 For a WebKit version of 532.3.4:
88 Product version is: 5.32.3.4 (was 4.0.3.0)
89 File version is: 5.32.3.4 (was 4.532.3.4)
90
91 * win/tools/scripts/PRODUCTVERSION: Removed.
92 * win/tools/scripts/auto-version.sh: Re-worked script to remove references to PRODUCTVERSION.
93
942009-09-25 Dan Bernstein <mitz@apple.com>
95
96 Reviewed by Adam Roben.
97
98 WebKitSystemInterface changes for
99 <rdar://problem/7211635> 2 byte characters are displayed as garbaged
100 <rdar://problem/7212626> garbled/gibberish text (off-by-one)
101
102 * win/include/WebKitSystemInterface/WebKitSystemInterface.h: Added
103 wkAddFontsFromPlistRepresentation() and replaced
104 wkCreateFontsPlistRepresentation() with wkCreateFontsPlist() and
105 wkAddFontsFromPlistRepresentation() with wkAddFontsFromPlist().
106 * win/lib/WebKitSystemInterface.lib:
107 * win/lib/WebKitSystemInterface_debug.lib:
108
1092009-09-23 Marshall Culpepper <mculpepper@appcelerator.com>
110
111 Reviewed by Eric Seidel.
112
113 Added $(WebKitLibrariesDir)/include/cairo so cairo.h is found by
114 default when the necessary dependencies are extracted into the
115 WebKitLibrariesDir.
116 https://bugs.webkit.org/show_bug.cgi?id=29661
117
118 * win/tools/vsprops/WinCairo.vsprops:
119
1202009-09-09 Brent Fulgham <bfulgham@webkit.org>
121
122 Reviewed by Dave Levin.
123
124 Adjust WinCairo-specific property sheet to use static versions of
125 libjpeg.lib and libpng.lib. Change to libpng.lib required addition
126 of zlib.lib to link.
127
128 * win/tools/vsprops/WinCairo.vsprops:
129
1302009-08-28 Steve Falkenburg <sfalken@apple.com>
131
132 Reviewed by Adam Roben.
133
134 Define _CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES=1
135 to automatically use secure versions of C runtime lib calls on Windows.
136 https://bugs.webkit.org/show_bug.cgi?id=28824
137
138 * win/tools/vsprops/common.vsprops:
139
1402009-08-25 Brent Fulgham <bfulgham@webkit.org>
141
142 Rubber stamped by Steve Falkenburg.
143
144 debug_wincairo.vsprops was linking against wrong C runtime.
145
146 * win/tools/vsprops/debug_wincairo.vsprops: Link to correct
147 C runtime (as in the standard 'debug.vsprops' file.)
148
1492009-08-24 Brent Fulgham <bfulgham@webkit.org>
150
151 Reviewed by Steve Falkenburg.
152
153 Revise CFLite Debug build to emit DLL's with _debug label.
154 https://bugs.webkit.org/show_bug.cgi?id=28695.
155
156 * win/tools/vsprops/debug_wincairo.vsprops: Added.
157
1582009-08-12 Peter Kasting <pkasting@google.com>
159
160 Reviewed by Darin Adler.
161
162 https://bugs.webkit.org/show_bug.cgi?id=27323
163 Change pattern that strips all trailing whitespace to just remove EOL
164 chars (\r, \n), to make it clear that varying EOL chars is the primary
165 problem being solved.
166
167 * win/tools/scripts/auto-version.sh:
168
Ben Murdoch0bf48ef2009-08-11 17:01:47 +01001692009-08-10 Peter Kasting <pkasting@google.com>
170
171 Reviewed by George Staikos.
172
173 https://bugs.webkit.org/show_bug.cgi?id=27323
174 Even more line ending-stripping for auto-version.sh, based on output
175 provided by Jessie Berlin.
176
177 * win/tools/scripts/auto-version.sh:
178
1792009-08-10 Brent Fulgham <bfulgham@webkit.org>
180
181 Reviewed by Adam Roben.
182
183 https://bugs.webkit.org/show_bug.cgi?id=28048.
184 Move various WinCairo build settings into *.vsprops file.
185
186 * win/tools/vsprops/cURL.vsprops: Added.
187
1882009-08-06 Peter Kasting <pkasting@google.com>
189
190 Reviewed by Adam Barth.
191
192 https://bugs.webkit.org/show_bug.cgi?id=27323
193 Strip line endings at all points auto-version.sh reads data, not just
194 the one I happened to run into.
195
196 * win/tools/scripts/auto-version.sh:
197
1982009-07-27 Peter Kasting <pkasting@google.com>
199
200 Reviewed by Adam Roben.
201
202 https://bugs.webkit.org/show_bug.cgi?id=27323
203 Correctly parse command output, even when the line endings are not LF,
204 so that we don't create an autoversion.h that MSVC chokes on.
205
206 * win/tools/scripts/auto-version.sh:
207
2082009-07-13 Brent Fulgham <bfulgham@webkit.org>
209
210 Reviewed by Adam Roben.
211
212 Add new configuration flag for redistributable Windows build.
213 https://bugs.webkit.org/show_bug.cgi=27087
214
215 * win/tools/vsprops/WinCairo.vsprops: Added. Defines the
216 new WIN_CAIRO flag used to drive non-Apple Windows build.
217
2182009-07-10 Eric Carlson <eric.carlson@apple.com>
219
220 Reviewed by Simon Fraser.
221
222 Update WebKitSystemInterface for <rdar://problem/7049066>.
223
224 * WebKitSystemInterface.h:
225 * libWebKitSystemInterfaceLeopard.a:
226 * libWebKitSystemInterfaceSnowLeopard.a:
227 * libWebKitSystemInterfaceTiger.a:
228
2292009-07-06 Eric Carlson <eric.carlson@apple.com>
230
231 Update WebKitSystemInterface for <rdar://problem/7008093>.
232
233 * WebKitSystemInterface.h:
234 * libWebKitSystemInterfaceLeopard.a:
235 * libWebKitSystemInterfaceSnowLeopard.a:
236 * libWebKitSystemInterfaceTiger.a:
237
2382009-07-06 Anders Carlsson <andersca@apple.com>
239
240 Update WebKitSystemInterface.
241
242 * WebKitSystemInterface.h:
243 * libWebKitSystemInterfaceLeopard.a:
244 * libWebKitSystemInterfaceSnowLeopard.a:
245 * libWebKitSystemInterfaceTiger.a:
246
2472009-07-02 Pierre d'Herbemont <pdherbemont@apple.com>
248
249 Reviewed by Simon Fraser.
250
251 Update WebKitSystemInterface for <rdar://problem/6518119>
252
253 * WebKitSystemInterface.h:
254 * libWebKitSystemInterfaceLeopard.a:
255 * libWebKitSystemInterfaceSnowLeopard.a:
256 * libWebKitSystemInterfaceTiger.a:
257
2582009-07-01 Eric Carlson <eric.carlson@apple.com>
259
260 Reviewed by Simon Fraser.
261
262 Update WebKitSystemInterface for <rdar://problem/7014990>
263
264 * libWebKitSystemInterfaceLeopard.a:
265 * libWebKitSystemInterfaceSnowLeopard.a:
266 * libWebKitSystemInterfaceTiger.a:
267
2682009-06-29 Eric Carlson <eric.carlson@apple.com>
269
270 Reviewed by Simon Fraser.
271
272 Update WebKitSystemInterface for <rdar://problem/7014813>
273
274 * WebKitSystemInterface.h:
275 * libWebKitSystemInterfaceLeopard.a:
276 * libWebKitSystemInterfaceSnowLeopard.a:
277 * libWebKitSystemInterfaceTiger.a:
278
2792009-06-25 Simon Fraser <simon.fraser@apple.com>
280
281 Rubber-stamped by Mark Rowe.
282
283 <rdar://problem/6999737>
284
285 Update the media controller images.
286
287 * libWebKitSystemInterfaceLeopard.a:
288 * libWebKitSystemInterfaceSnowLeopard.a:
289 * libWebKitSystemInterfaceTiger.a:
290
2912009-06-16 Simon Fraser <simon.fraser@apple.com>
292
293 Rubber-stamped by Anders Carlsson.
294
295 Update WebKitSystemInterface for <rdar://problem/6937882>.
296
297 * libWebKitSystemInterfaceLeopard.a:
298 * libWebKitSystemInterfaceSnowLeopard.a:
299 * libWebKitSystemInterfaceTiger.a:
300
3012009-06-02 Anders Carlsson <andersca@apple.com>
302
303 Rubber-stamped by Mark Rowe.
304
305 Update WebKitSystemInterface.
306
307 * libWebKitSystemInterfaceLeopard.a:
308 * libWebKitSystemInterfaceSnowLeopard.a:
309 * libWebKitSystemInterfaceTiger.a:
310
3112009-05-27 Mark Rowe <mrowe@apple.com>
312
313 Rubber-stamped by Dan Bernstein.
314
315 Update WebKitSystemInterface.
316
317 * libWebKitSystemInterfaceLeopard.a:
318 * libWebKitSystemInterfaceSnowLeopard.a: Added.
319 * libWebKitSystemInterfaceTiger.a:
320
3212009-05-26 Anders Carlsson <andersca@apple.com>
322
323 Reviewed by Dan Bernstein.
324
325 <rdar://problem/6901751>
326 REGRESSION (r35515): Tiger crash painting the selection on registration page of car2go.com
327
328 Remove WKCGContextIsSafeToClip.
329
330 * WebKitSystemInterface.h:
331 * libWebKitSystemInterfaceTiger.a:
332
3332009-05-21 Dan Bernstein <mitz@apple.com>
334
335 Rubber-stamped by Mark Rowe.
336
337 - correct a copyright header accidently reverted in r43964
338
339 * WebKitSystemInterface.h:
340
3412009-05-21 Dan Bernstein <mitz@apple.com>
342
343 Reviewed by Anders Carlsson.
344
345 - WebKitSystemInterface part of <rdar://problem/6901751> REGRESSION
346 (r35515): Tiger crash painting the selection on registration page of
347 car2go.com
348
349 * WebKitSystemInterface.h:
350 * libWebKitSystemInterfaceTiger.a:
351
3522009-05-07 Simon Fraser <simon.fraser@apple.com>
353
354 Source changes reviewed by Darin Adler
355
356 <rdar://problem/6864091> Endcap of media controls slider is fuzzy
357
358 * libWebKitSystemInterfaceLeopard.a:
359 * libWebKitSystemInterfaceTiger.a:
360
3612009-04-28 Steve Falkenburg <sfalken@apple.com>
362
363 Fix extraneous warning about AnalyzeWithLargeStack not being defined in Windows builds.
364 Indirected definition through a UserMacro.
365
366 Reviewed by Mark Rowe.
367
368 * win/tools/vsprops/common.vsprops:
369
3702009-04-28 Steve Falkenburg <sfalken@apple.com>
371
372 Fix extraneous warning about PRODUCTION not being defined in Windows builds.
373 Indirected definition for __PRODUCTION__ through a UserMacro.
374
375 Reviewed by Mark Rowe.
376
377 * win/tools/vsprops/common.vsprops:
378
3792009-04-24 Simon Fraser <simon.fraser@apple.com>
380
381 Source changes reviewed by Darin Adler
382
383 https://bugs.webkit.org/show_bug.cgi?id=22242
384
385 Update WebKitSystemInterface for Mac with fixes for video controller drawing.
386
387 * libWebKitSystemInterfaceLeopard.a:
388 * libWebKitSystemInterfaceTiger.a:
389
3902009-04-22 Ada Chan <adachan@apple.com>
391
392 Update WebKitSystemInterface with new method that maps CFNetwork error code to localized description.
393
394 Reviewed by Darin Adler.
395
396 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
397 * win/lib/WebKitSystemInterface.lib:
398 * win/lib/WebKitSystemInterface_debug.lib:
399
4002009-04-20 Steve Falkenburg <sfalken@apple.com>
401
402 Separate JavaScriptCore.dll from WebKit.dll.
403 Slight performance improvement or no change on benchmarks.
404
405 Allows us to break a circular dependency between CFNetwork and WebKit on Windows,
406 and simplifies standalone JavaScriptCore builds.
407
408 Reviewed by Oliver Hunt.
409
410 * win/tools/vsprops/common.vsprops: Add BUILDING_{project} preprocessor define.
411
4122009-04-18 Pierre d'Herbemont <pdherbemont@apple.com>
413
414 Reviewed by Mark Rowe.
415
416 <rdar://problem/6781295> video.buffered and video.seekable are not
417 the same. video.buffered should return only what is buffered and
418 not what is seekable
419
420 * WebKitSystemInterface.h:
421 * libWebKitSystemInterfaceLeopard.a:
422 * libWebKitSystemInterfaceTiger.a:
423
4242009-04-18 Pierre d'Herbemont <pdherbemont@apple.com>
425
426 Reviewed by Adele Peterson.
427
428 <rdar://problem/6747241> work around QTKit no longer reaching
429 QTMovieLoadStateComplete
430
431 * WebKitSystemInterface.h:
432 * libWebKitSystemInterfaceLeopard.a:
433 * libWebKitSystemInterfaceTiger.a:
434
4352009-04-15 Steve Falkenburg <sfalken@apple.com>
436
437 Updated WebKitSystemInterface for Windows.
438 Changes needed for <rdar://problem/6785760>
439
440 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
441 * win/lib/WebKitSystemInterface.lib:
442 * win/lib/WebKitSystemInterface_debug.lib:
443
4442009-04-14 Mark Rowe <mrowe@apple.com>
445
446 Update WebKitSystemInterface so that the Tiger portion supports PowerPC.
447
448 * libWebKitSystemInterfaceLeopard.a:
449 * libWebKitSystemInterfaceTiger.a:
450
4512009-04-13 Antti Koivisto <antti@apple.com>
452
453 Reviewed by Darin Adler.
454
455 <rdar://problem/6740294> Increase the connection count per host
456
457 * WebKitSystemInterface.h:
458 * libWebKitSystemInterfaceLeopard.a:
459 * libWebKitSystemInterfaceTiger.a:
460
4612009-04-10 Eric Carlson <eric.carlson@apple.com>
462
463 WebKitSystemInterface changes for <rdar://problem/6646998>
464
465 * libWebKitSystemInterfaceLeopard.a:
466 * libWebKitSystemInterfaceTiger.a:
467
4682009-04-10 Simon Fraser <simon.fraser@apple.com>
469
470 Fix the leopard build by updating WebKitSystemInterface.
471
472 * WebKitSystemInterface.h:
473 * libWebKitSystemInterfaceLeopard.a:
474
4752009-03-30 Steve Falkenburg <sfalken@apple.com>
476
477 Bump version to 530.
478
479 * win/tools/scripts/VERSION:
480
Cary Clark563af332009-04-14 06:33:00 -07004812009-03-26 Adam Roben <aroben@apple.com>
482
483 Remove SafariThemeConstants.h, which is now provided by
484 WebKitSupportLibrary
485
486 * win/include/SafariTheme: Removed.
487 * win/include/SafariTheme/SafariThemeConstants.h: Removed.
488
4892009-03-07 Dan Bernstein <mitz@apple.com>
490
491 Reviewed by Mark Rowe.
492
493 - WebKitSystemInterface part of removing build-time and run-time support
494 for legacy versions of CFNetwork and Core Graphics
495
496 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
497 * win/lib/WebKitSystemInterface.lib:
498 * win/lib/WebKitSystemInterface_debug.lib:
499
5002009-01-30 Dan Bernstein <mitz@apple.com>
501
502 Reviewed by Timothy Hatcher.
503
504 - <rdar://problem/6545912> expose the build number in autoversion.h
505
506 * win/tools/scripts/auto-version.sh: Added a #define __BUILD_NUMBER__
507 with the full build number.
508
5092009-01-08 Dan Bernstein <mitz@apple.com>
510
511 Reviewed by Adam Roben.
512
513 - WebKitSystemInterface changes to support Core Graphics native glyph drawing
514
515 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
516 * win/lib/WebKitSystemInterface.lib:
517 * win/lib/WebKitSystemInterface_debug.lib:
518
5192008-11-11 Ada Chan <adachan@apple.com>
520
521 Fix: https://bugs.webkit.org/show_bug.cgi?id=22187
522 Bug 22187: CLEARTYPE_QUALITY flag is not supported on Win2000
523
524 Update window versions to correspond to Windows XP.
525
526 Reviewed by Steve Falkenburg.
527
528 * win/tools/vsprops/common.vsprops:
529
5302008-10-23 Anders Carlsson <andersca@apple.com>
531
532 Reviewed by John Sullivan.
533
534 Fix <rdar://problem/6306513> by adding a workaround for <rdar://problem/6304600>.
535
536 * libWebKitSystemInterfaceLeopard.a:
537 * libWebKitSystemInterfaceTiger.a:
538
5392008-10-08 Mark Rowe <mrowe@apple.com>
540
541 Rubber-stamped by Jon Honeycutt.
542
543 Remove restriction on version number ending in a 4.
544
545 * win/tools/scripts/auto-version.sh:
546
5472008-10-07 Anders Carlsson <andersca@apple.com>
548
549 Reviewed by Mitz Pettel.
550
551 Update WebKitSystemInterface.
552
553 * libWebKitSystemInterfaceLeopard.a:
554 * libWebKitSystemInterfaceTiger.a:
555
5562008-09-09 Dan Bernstein <mitz@apple.com>
557
558 Reviewed by Darin Adler.
559
560 - WebKitLibraries part of <rdar://problem/6206244> Use alternate character-to-glyph interface on Leopard
561
562 * WebKitSystemInterface.h:
563 * libWebKitSystemInterfaceLeopard.a:
564
5652008-09-04 Adam Roben <aroben@apple.com>
566
567 Ignore warning LNK4221 on Windows
568
569 This warning is emitted when an object file with no public symbols is
570 passed to the linker/librarian. This often occurs in WebCore for files
571 that have been disabled via ENABLE()/USE() macros.
572
573 Rubberstamped by Anders Carlsson.
574
575 * win/tools/vsprops/common.vsprops: Ignore warning LNK4221.
576
5772008-08-27 Timothy Hatcher <timothy@apple.com>
578
579 Adds the WKAdvanceDefaultButtonPulseAnimation function.
580
581 <rdar://problem/6173530> Add Mac support for -webkit-appearance: default-button
582
583 Reviewed by Adele Peterson.
584
585 * WebKitSystemInterface.h: Added WKAdvanceDefaultButtonPulseAnimation.
586 * libWebKitSystemInterfaceLeopard.a: Updated.
587 * libWebKitSystemInterfaceTiger.a: Updated.
588
5892008-08-26 Adam Roben <aroben@apple.com>
590
591 Disable a truncation warning that is disabled/doesn't exist on Mac
592
593 This warning was firing when initializing floats from double literals.
594 I haven't yet found any other situation that would cause this warning
595 to arise.
596
597 Reviewed by Sam Weinig.
598
599 * win/tools/vsprops/common.vsprops: Turn off warning C4305.
600
6012008-07-20 Steve Falkenburg <sfalken@apple.com>
602
603 Build fix.
604
605 * win/tools/vsprops/common.vsprops:
606
6072008-07-08 Dan Bernstein <mitz@apple.com>
608
609 Reviewed by John Sullivan.
610
611 - WebKitSystemInterface part of <rdar://problem/6008409> Need a way to disable updates in offscreen views
612
613 * WebKitSystemInterface.h: Added WKWindowWillOrderOnScreenNotification.
614 * libWebKitSystemInterfaceLeopard.a: Updated.
615 * libWebKitSystemInterfaceTiger.a: Updated.
616
6172008-07-01 Steve Falkenburg <sfalken@apple.com>
618
619 Bump version numbers.
620
621 Reviewed by Mark Rowe.
622
623 * win/tools/scripts/PRODUCTVERSION:
624 * win/tools/scripts/VERSION:
625
6262008-05-13 Dan Bernstein <mitz@apple.com>
627
628 Reviewed by John Sullivan.
629
630 - WebKitSystemInterface support for <rdar://problem/5725912> improve render quality of transformed text
631
632 * libWebKitSystemInterfaceLeopard.a: Improved glyph positioning in
633 transformed graphics contexts.
634 * win/include/WebKitSystemInterface/WebKitSystemInterface.h: Added
635 wkSetCGContextFontRenderingStyle().
636 * win/lib/WebKitSystemInterface.lib: Updated.
637 * win/lib/WebKitSystemInterface_debug.lib: Updated.
638
6392008-05-09 Adam Roben <aroben@apple.com>
640
641 Disable a MSVC warning
642
643 Reviewed by Darin Adler.
644
645 * win/tools/vsprops/common.vsprops: Add warning 4503 to the list of
646 disabled warnings. It's a warning about decorated names being longer
647 than MSVC's limit of 4096 characters. This warning doesn't indicate a
648 correctness problem, but these truncated decorated names will be
649 harder to recognize during debugging or when they appear in linker
650 errors.
651
6522008-04-28 Darin Adler <darin@apple.com>
653
654 Reviewed by Adam.
655
656 - fix Windows build
657
658 * win/tools/vsprops/common.vsprops: Add warning 4344 to the list of disabled warnings.
659 It's really a warning about a bug they fixed in MSVC -- not helpful to us in WebKit.
660
6612008-04-24 Mark Rowe <mrowe@apple.com>
662
663 Reviewed by Sam Weinig.
664
665 Remove code for calculating the glyph cache size.
666
667 * WebKitSystemInterface.h: Remove unused symbol.
668 * libWebKitSystemInterfaceLeopard.a:
669 * libWebKitSystemInterfaceTiger.a:
670
6712008-03-28 Steve Falkenburg <sfalken@apple.com>
672
673 Versioning.
674
675 * win/tools/scripts/PRODUCTVERSION:
676
6772008-03-26 Adam Roben <aroben@apple.com>
678
679 Windows build fix after r31322
680
681 * win/include/WebKitSystemInterface/WebKitSystemInterface.h: Updated.
682 * win/lib/WebKitSystemInterface.lib: Updated.
683 * win/lib/WebKitSystemInterface_debug.lib: Updated.
684
6852008-03-26 Mark Rowe <mrowe@apple.com>
686
687 Reviewed by David Hyatt.
688
689 Make the Ahem font antialias correctly on Acid3 on Tiger.
690
691 * WebKitSystemInterface.h:
692 * libWebKitSystemInterfaceTiger.a:
693
6942008-03-19 Mark Rowe <mrowe@apple.com>
695
696 Rubber-stamped by Sam Weinig.
697
698 Fix http://bugs.webkit.org/show_bug.cgi?id=17816.
699 Bug 17816: libWebCoreSQLite3.a is 2-architecture universal binary (not 4-architecture)
700
701 * libWebCoreSQLite3.a: Land a 4-way fat binary.
702
7032008-03-12 Steve Falkenburg <sfalken@apple.com>
704
705 New version of WebKitSystemInterface.lib with
706 more compiler warnings suppressed.
707
708 * win/lib/WebKitSystemInterface.lib:
709 * win/tools/vsprops/common.vsprops:
710
7112008-03-12 Dan Bernstein <mitz@apple.com>
712
713 Reviewed by Darin Adler and Sam Weinig.
714
715 - <rdar://problem/4433248> use CoreText API instead of SPI on Leopard
716
717 * WebKitSystemInterface.h:
718 * libWebKitSystemInterfaceLeopard.a:
719
7202008-03-11 Steve Falkenburg <sfalken@apple.com>
721
722 Disable two PGO/LTCG specific warnings.
723
724 Reviewed by Oliver.
725
726 * win/tools/vsprops/common.vsprops:
727
7282008-02-29 Mark Rowe <mrowe@apple.com>
729
730 Update Tiger version of WebKitSystemInterface to match r30690.
731
732 * libWebKitSystemInterfaceTiger.a:
733
7342008-02-29 Adele Peterson <adele@apple.com>
735
736 Reviewed by Mark.
737
738 Auto-generate image arrays.
739
740 * libWebKitSystemInterfaceLeopard.a:
741
7422008-02-29 Mark Rowe <mrowe@apple.com>
743
744 Reviewed by Anders Carlsson.
745
746 Replace use of WKPathFromFont with implementation in terms of public API.
747
748 * WebKitSystemInterface.h: Remove unused symbol.
749 * libWebKitSystemInterfaceLeopard.a:
750 * libWebKitSystemInterfaceTiger.a:
751
7522008-02-29 Mark Rowe <mrowe@apple.com>
753
754 Reviewed by Oliver Hunt.
755
756 Fix spelling of "request" in name of WKNSURLProtocolClassForRequest.
757
758 * WebKitSystemInterface.h:
759 * libWebKitSystemInterfaceLeopard.a:
760 * libWebKitSystemInterfaceTiger.a:
761
7622008-02-29 Mark Rowe <mrowe@apple.com>
763
764 Reviewed by Oliver Hunt.
765
766 Don't use WKSupportsMultipartXMixedReplace on Leopard as multipart/x-mixed-replace is always handled by NSURLRequest.
767
768 * WebKitSystemInterface.h:
769 * libWebKitSystemInterfaceLeopard.a:
770
7712008-02-29 Mark Rowe <mrowe@apple.com>
772
773 Reviewed by Oliver Hunt and Oliver Hunt.
774
775 <rdar://problem/4753845> WebKit should use CGEventSourceSecondsSinceLastEventType in place of WKSecondsSinceLastInputEvent SPI.
776
777 * WebKitSystemInterface.h: Remove unused symbol.
778 * libWebKitSystemInterfaceLeopard.a:
779 * libWebKitSystemInterfaceTiger.a:
780
7812008-02-28 Mark Rowe <mrowe@apple.com>
782
783 Reviewed by Dan Bernstein.
784
785 Remove two unused functions from WebKitSystemInterface.
786
787 * WebKitSystemInterface.h: Remove WKPreferRGB32Key and WKGetDefaultGlyphForChar as they are unused. Also remove
788 a duplicate declaration of WKSecondsSinceLastInputEvent.
789 * libWebKitSystemInterfaceLeopard.a:
790 * libWebKitSystemInterfaceTiger.a:
791
7922008-02-28 Mark Rowe <mrowe@apple.com>
793
794 Reviewed by Dave Hyatt.
795
796 Make use of new CGFont APIs on Leopard rather than making a WebKitSystemInterface call.
797
798 * WebKitSystemInterface.h: Only declare WKGetFontMetrics on Tiger.
799 * libWebKitSystemInterfaceLeopard.a: Update for removal of WKGetFontMetrics.
800
8012008-02-27 Brady Eidson <beidson@apple.com>
802
803 Tiger build fix
804
805 * libWebKitSystemInterfaceTiger.a:
806
8072008-02-27 Brady Eidson <beidson@apple.com>
808
809 Reviewed by Mark Rowe
810
811 Removed some unused methods:
812 WKGetNSURLResponseCalculatedExpiration
813 WKGetNSURLResponseMustRevalidate
814
815 * WebKitSystemInterface.h:
816 * libWebKitSystemInterfaceLeopard.a:
817 * libWebKitSystemInterfaceTiger.a:
818
8192008-02-13 Adam Roben <aroben@apple.com>
820
821 * win/tools/scripts/auto-version.sh: Removed a redundant symbol.
822
8232008-02-12 Adam Roben <aroben@apple.com>
824
825 Clean up auto-version.sh a bit
826
827 It now does quite a bit less file I/O and many fewer fork/exec pairs.
828 It's also quite a bit easier to read.
829
830 Reviewed by Steve.
831
832 * win/tools/scripts/auto-version.sh:
833
8342008-02-12 Steve Falkenburg <sfalken@apple.com>
835
836 Versioning script change.
837
838 * win/tools/scripts/auto-version.sh:
839
8402008-02-07 Ada Chan <adachan@apple.com>
841
842 Added 4 new methods:
843 wkSetClientCertificateInSSLProperties,
844 wkCanAccessCFURLRequestHTTPBodyParts,
845 wkCFURLRequestCopyHTTPRequestBodyParts,
846 wkCFURLRequestSetHTTPRequestBodyParts
847
848 Rubber-stamped by Steve.
849
850 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
851 * win/lib/WebKitSystemInterface.lib:
852 * win/lib/WebKitSystemInterface_debug.lib:
853
8542008-02-04 Timothy Hatcher <timothy@apple.com>
855
856 <rdar://problem/5722735> Merge fix for SQLITE_FULL error
857 is given even if the max_page_count is increased (2920)
858
859 * libWebCoreSQLite3.a:
860
8612008-02-01 Steve Falkenburg <sfalken@apple.com>
862
863 <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
864
865 Rubber-stamped by Jon Honeycutt.
866
867 * win/tools/vsprops/common.vsprops:
868
8692008-01-29 Mark Rowe <mrowe@apple.com>
870
871 Reviewed by Tim Hatcher.
872
873 <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).
874
875 * WebCoreSQLite3/sqlite3.h: Added.
876 * WebCoreSQLite3/sqlite3ext.h: Added.
877 * libWebCoreSQLite3.a: Added.
878
8792008-01-29 Alexey Proskuryakov <ap@webkit.org>
880
881 Debug (external) build fix.
882
883 Removed _DEBUG preprocessor definition, which indicates that debug libraries are used (while they aren't).
884 This preprocessor definition is automatically set by Visual Studio as needed anyway.
885
886 * win/tools/vsprops/debug.vsprops:
887
8882008-01-17 Steve Falkenburg <sfalken@apple.com>
889
890 Add preprocessor define accidently dropped in my unification,
891 and required by some builds. Fixes an issue that caused both
892 debug and release DLLs to be loaded.
893
894 Rubber-stamped by Jon Honeycutt.
895
896 * win/tools/vsprops/debug_internal.vsprops:
897
8982008-01-16 Steve Falkenburg <sfalken@apple.com>
899
900 Use recommended security-related compiler settings.
901
902 Reviewed by Adam.
903
904 * win/tools/vsprops/common.vsprops:
905
9062008-01-16 Steve Falkenburg <sfalken@apple.com>
907
908 Build fix.
909
910 * win/tools/vsprops/release.vsprops:
911
9122008-01-15 Adele Peterson <adele@apple.com>
913
914 Reviewed by Adam and Antti.
915
916 Updated libraries for <rdar://problem/5619062> Add load progress indicator to video controls
917
918 * WebKitSystemInterface.h:
919 * libWebKitSystemInterfaceLeopard.a:
920 * libWebKitSystemInterfaceTiger.a:
921 * win/include/SafariTheme: Added.
922 * win/include/SafariTheme/SafariThemeConstants.h: Added. Placeholder empty header until we release an updated WebKitSupportLibrary.
923
9242008-01-14 Steve Falkenburg <sfalken@apple.com>
925
926 Use shared vsprops for most vcproj properties.
927
928 Reviewed by Darin Adler.
929
930 * win/tools/vsprops/common.vsprops:
931 * win/tools/vsprops/debug.vsprops:
932 * win/tools/vsprops/debug_internal.vsprops:
933 * win/tools/vsprops/release.vsprops:
934
9352008-01-11 Steve Falkenburg <sfalken@apple.com>
936
937 Share common files across projects.
938
939 Unify vsprops files
940 Debug: common.vsprops, debug.vsprops
941 Debug_Internal: common.vsprops, debug.vsprops, debug_internal.vsprops
942 Release: common.vsprops, release.vsprops
943
944 Shared properties can go into common.vsprops, shared debug settings can go into debug.vsprops.
945 debug_internal.vsprops will be mostly empty except for file path prefix modifiers.
946
947 Moved auto-version.sh, VERSION, PRODUCTVERSION to tools.
948
949 Reviewed by Adam Roben.
950
951 * win/tools/WinTools.make:
952 * win/tools/scripts: Added.
953 * win/tools/scripts/PRODUCTVERSION: Added.
954 * win/tools/scripts/VERSION: Added.
955 * win/tools/scripts/auto-version.sh: Copied from WebCore/WebCore.vcproj/auto-version.sh.
956 * win/tools/vsprops/debug.vsprops:
957 * win/tools/vsprops/debug_internal.vsprops: Added.
958 * win/tools/vsprops/release.vsprops:
959
9602008-01-11 Steve Falkenburg <sfalken@apple.com>
961
962 Add shared vsprops to help unify our Windows tools settings.
963
964 Reviewed by Hyatt.
965
966 * win/tools: Added.
967 * win/tools/WinTools.make: Added.
968 * win/tools/vsprops: Added.
969 * win/tools/vsprops/common.vsprops: Added.
970 * win/tools/vsprops/debug.vsprops: Added.
971 * win/tools/vsprops/release.vsprops: Added.
972
9732008-01-07 Mark Rowe <mrowe@apple.com>
974
975 Update Tiger library to a G3-friendly version.
976
977 * libWebKitSystemInterfaceTiger.a:
978
9792008-01-07 Adele Peterson <adele@apple.com>
980
981 Reviewed by Antti, Adam, and Mitz.
982
983 WebKitLibraries part of fix for
984 <rdar://problem/5619073> Updated look for <video> controls
985 <rdar://problem/5619057> Add volume control to video controls
986
987 * WebKitSystemInterface.h:
988 * libWebKitSystemInterfaceLeopard.a:
989 * libWebKitSystemInterfaceTiger.a:
990
9912008-01-03 Mark Rowe <mrowe@apple.com>
992
993 Update Tiger library to a G3-friendly version.
994
995 * libWebKitSystemInterfaceTiger.a:
996
9972008-01-03 Adele Peterson <adele@apple.com>
998
999 Update libraries for <rdar://problem/4106190> Include "Where from" metadata in drag-and-dropped images
1000
1001 * WebKitSystemInterface.h:
1002 * libWebKitSystemInterfaceLeopard.a:
1003 * libWebKitSystemInterfaceTiger.a:
1004
10052007-12-21 Mark Rowe <mrowe@apple.com>
1006
1007 Rubber-stamped by Dan Bernstein.
1008
1009 Fix http://bugs.webkit.org/show_bug.cgi?id=16549.
1010 Bug 16549: WebKit nightly build failing to launch on PowerPC G3s
1011
1012 * libWebKitSystemInterfaceTiger.a: Update to a G3-friendly version.
1013
10142007-12-07 Dan Bernstein <mitz@apple.com>
1015
1016 Reviewed by Darin Adler.
1017
1018 - updated system interface for fixing <rdar://problem/5499918> REGRESSION: insertion point in input field with custom border cuts holes in focus ring interior edges
1019
1020 * WebKitSystemInterface.h:
1021 * libWebKitSystemInterfaceLeopard.a:
1022 * libWebKitSystemInterfaceTiger.a:
1023
10242007-11-27 John Sullivan <sullivan@apple.com>
1025
1026 Fixed 5614525, caused by a recent bug in WKGetExtensionsForMIMEType
1027 that affects Safari.
1028
1029 reviewed by Kevin Decker
1030
1031 * libWebKitSystemInterfaceLeopard.a:
1032 * libWebKitSystemInterfaceTiger.a:
1033
10342007-11-26 Timothy Hatcher <timothy@apple.com>
1035
1036 Reviewed by Adam Roben.
1037
1038 Bug 16137: Web Inspector window on Leopard should have a unified toolbar and window title
1039 http://bugs.webkit.org/show_bug.cgi?id=16137
1040
1041 Add a new function to make bottom window corners square for textured windows.
1042
1043 * WebKitSystemInterface.h:
1044 * libWebKitSystemInterfaceTiger.a:
1045 * libWebKitSystemInterfaceLeopard.a:
1046
10472007-11-23 Adam Roben <aroben@apple.com>
1048
1049 Add wkSetPatternPhaseInUserSpace to WebKitSystemInterface on Windows
1050
1051 Reviewed by Tim.
1052
1053 * win/include/WebKitSystemInterface/WebKitSystemInterface.h: Added
1054 declaration.
1055 * win/lib/WebKitSystemInterface.lib: Updated.
1056 * win/lib/WebKitSystemInterface_debug.lib: Updated.
1057
10582007-11-16 Anders Carlsson <andersca@apple.com>
1059
1060 Reviewed by Adam.
1061
1062 <rdar://problem/5603832>
1063 XMLHttpRequest readyState 3 & responseText buffer issues.
1064
1065 Add wkSetCFURLRequestShouldContentSniff.
1066
1067 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
1068 * win/lib/WebKitSystemInterface.lib:
1069 * win/lib/WebKitSystemInterface_debug.lib:
1070
10712007-11-05 Antti Koivisto <antti@apple.com>
1072
1073 Reviewed by Sam.
1074
1075 Update WKQTMovieViewSetDrawSynchronously.
1076
1077 * libWebKitSystemInterfaceLeopard.a:
1078 * libWebKitSystemInterfaceTiger.a:
1079
10802007-11-02 Antti Koivisto <antti@apple.com>
1081
1082 Reviewed by Darin Adler.
1083
1084 Update to add WKQTMovieViewSetDrawSynchronously
1085
1086 * WebKitSystemInterface.h:
1087 * libWebKitSystemInterfaceLeopard.a:
1088 * libWebKitSystemInterfaceTiger.a:
1089
10902007-10-26 Adele Peterson <adele@apple.com>
1091
1092 Reviewed by Tim Hatcher.
1093
1094 Updating header too for WKDrawCapsLockIndicator.
1095
1096 * WebKitSystemInterface.h:
1097
10982007-10-26 Adele Peterson <adele@apple.com>
1099
1100 Reviewed by Oliver.
1101
1102 Adding WKDrawCapsLockIndicator in preparation for fixing the caps lock indicator.
1103
1104 * libWebKitSystemInterfaceLeopard.a:
1105 * libWebKitSystemInterfaceTiger.a:
1106
11072007-10-25 Adam Roben <aroben@apple.com>
1108
1109 Add wkSetPatternBaseCTM.
1110
1111 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
1112 * win/lib/WebKitSystemInterface.lib:
1113 * win/lib/WebKitSystemInterface_debug.lib:
1114
11152007-10-25 Sam Weinig <sam@webkit.org>
1116
1117 Fix the windows build.
1118
1119 * win/lib/WebKitSystemInterface.lib:
1120 * win/lib/WebKitSystemInterface_debug.lib:
1121
11222007-10-25 Timothy Hatcher <timothy@apple.com>
1123
1124 Add WKSetPatternBaseCTM.
1125
1126 * WebKitSystemInterface.h:
1127 * libWebKitSystemInterfaceLeopard.a:
1128 * libWebKitSystemInterfaceTiger.a:
1129
11302007-10-25 Timothy Hatcher <timothy@apple.com>
1131
1132 Reviewed by Adam.
1133
1134 Update the Leopard WebKitSystemInterface to be 4-way univeral to include 64-bit.
1135
1136 * libWebKitSystemInterfaceLeopard.a:
1137
11382007-10-25 Sam Weinig <sam@webkit.org>
1139
1140 Added wrapper for getting the foundation cache directory.
1141
1142 Reviewed by Adam Roben.
1143
1144 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
1145 * win/lib/WebKitSystemInterface.lib:
1146 * win/lib/WebKitSystemInterface_debug.lib:
1147
11482007-10-24 Adam Roben <aroben@apple.com>
1149
1150 Added some font-related functions needed for <rdar://5549919>
1151
1152 Reviewed by Ada.
1153
1154 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
1155 * win/lib/WebKitSystemInterface.lib:
1156 * win/lib/WebKitSystemInterface_debug.lib:
1157
11582007-10-24 Timothy Hatcher <timothy@apple.com>
1159
1160 Reviewed by Mark Rowe.
1161
1162 <rdar://problem/5069711> OpenSource version of libWebKitSystemInterface.a is Tiger only, causes issues if used on Leopard
1163
1164 Add system specific versions of WebKitSystemInterface.
1165
1166 * libWebKitSystemInterface.a: Removed.
1167 * libWebKitSystemInterfaceLeopard.a: Added.
1168 * libWebKitSystemInterfaceTiger.a: Added.
1169
11702007-10-11 Ada Chan <adachan@apple.com>
1171
1172 <rdar://problem/5534421>
1173 Added wkGetDefaultHTTPCookieStorage(). Updated libraries.
1174
1175 Reviewed by Darin Adler.
1176
1177 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
1178 * win/lib/WebKitSystemInterface.lib:
1179 * win/lib/WebKitSystemInterface_debug.lib:
1180
11812007-09-27 Sam Weinig <sam@webkit.org>
1182
1183 Build fix. Ran update-webkitsysteminterface script on Tiger, because
1184 the resulting binary differs when built on Tiger.
1185
1186 * libWebKitSystemInterface.a:
1187
11882007-09-27 David Hyatt <hyatt@apple.com>
1189
1190 Update WebKitSYstemInterface for @font-face changes.
1191
1192 * WebKitSystemInterface.h:
1193 * libWebKitSystemInterface.a:
1194
11952007-09-18 Geoffrey Garen <ggaren@apple.com>
1196
1197 Build fix. Ran update-webkitsysteminterface script on Tiger, because
1198 the resulting binary differs when built on Tiger. See
1199 <rdar://problem/5490613>.
1200
1201 * libWebKitSystemInterface.a:
1202
12032007-09-18 Geoffrey Garen <ggaren@apple.com>
1204
1205 Build fix. Ran update-webkitsysteminterface script.
1206
1207 * WebKitSystemInterface.h:
1208 * libWebKitSystemInterface.a:
1209
12102007-08-28 Anders Carlsson <andersca@apple.com>
1211
1212 Add WKSetNSURLRequestShouldContentSniff.
1213
1214 * WebKitSystemInterface.h:
1215 * libWebKitSystemInterface.a:
1216
12172007-08-28 Ada Chan <adachan@apple.com>
1218
1219 <rdar://problem/4876242> Added SPI to fetch SSL certificate information.
1220 Updated libraries.
1221
1222 Reviewed by Adam.
1223
1224 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
1225 * win/lib/WebKitSystemInterface.lib:
1226 * win/lib/WebKitSystemInterface_debug.lib:
1227
12282007-07-23 Ada Chan <adachan@apple.com>
1229
1230 Reviewed by Steve.
1231
1232 Update WebKitSystemInterface.{h,lib}.
1233
1234 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
1235 * win/lib/WebKitSystemInterface.lib:
1236 * win/lib/WebKitSystemInterface_debug.lib:
1237
12382007-07-19 Ada Chan <adachan@apple.com>
1239
1240 Rubber-stamped by Adam.
1241
1242 Update libraries.
1243
1244 * win/lib/WebKitSystemInterface.lib:
1245 * win/lib/WebKitSystemInterface_debug.lib:
1246
12472007-07-06 Adam Roben <aroben@apple.com>
1248
1249 Update WebKitSystemInterface.{h,lib} for <rdar://problem/5301994>
1250
1251 Reviewed by Alice.
1252
1253 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
1254 * win/lib/WebKitSystemInterface.lib:
1255 * win/lib/WebKitSystemInterface_debug.lib:
1256
12572007-06-29 Antti Koivisto <antti@apple.com>
1258
1259 Reviewed by Maciej.
1260
1261 Added WKQTMovieDataRate and WKQTMovieMaxTimeLoaded
1262
1263 * WebKitSystemInterface.h:
1264 * libWebKitSystemInterface.a:
1265
12662007-03-29 Beth Dakin <bdakin@apple.com>
1267
1268 Rubber-stamped by Adam.
1269
1270 Keep OpenSource building.
1271
1272 * WebKitSystemInterface.h:
1273 * libWebKitSystemInterface.a:
1274
12752007-03-28 Antti Koivisto <antti@apple.com>
1276
1277 Update libWebKitSystemInterface, previous version was out of date.
1278
1279 * libWebKitSystemInterface.a:
1280
12812007-03-27 Antti Koivisto <antti@apple.com>
1282
1283 Reviewed by Darin Adler.
1284
1285 Added wkGetWheelEventDeltas
1286
1287 * WebKitSystemInterface.h:
1288 * libWebKitSystemInterface.a:
1289
12902007-03-07 Mark Rowe <mrowe@apple.com>
1291
1292 Build fix. Rebuild against 10.4 SDK.
1293
1294 * libWebKitSystemInterface.a:
1295
12962007-03-06 Kevin Decker <kdecker@apple.com>
1297
1298 Reviewed by Brady
1299
1300 Fixed: <rdar://problem/4126976> private keys imported by WebKit should not be accessible by all applications
1301
1302 * libWebKitSystemInterface.a:
1303
13042007-02-21 Anders Carlsson <acarlsson@apple.com>
1305
1306 Add new version with WKCGContextIsBitmapContext.
1307
1308 * WebKitSystemInterface.h:
1309 * libWebKitSystemInterface.a:
1310
13112006-12-16 Adele Peterson <adele@apple.com>
1312
1313 Reviewed by Adam.
1314
1315 WebKitLibraries part of fix for:
1316 <rdar://problem/4463829> Switch to use new search field implementation for <input type="search">
1317
1318 Added wkDrawTextFieldCellFocusRing.
1319
1320 * WebKitSystemInterface.h:
1321 * libWebKitSystemInterface.a:
1322
13232006-10-11 Darin Adler <darin@apple.com>
1324
1325 Reviewed by John Sullivan.
1326
1327 * WebKitSystemInterface.h: Updated to a C++-compatible version.
1328
13292006-08-31 Adele Peterson <adele@apple.com>
1330
1331 Reviewed by John Sullivan.
1332
1333 Removed wkSecureEventInput and wkSetSecureEventInput, since this can be done with API.
1334
1335 * WebKitSystemInterface.h:
1336 * libWebKitSystemInterface.a:
1337
13382006-08-30 Adele Peterson <adele@apple.com>
1339
1340 Reviewed by Hyatt.
1341
1342 Updated for http://bugs.webkit.org/show_bug.cgi?id=10575
1343 Enable secure input mode for new password fields
1344
1345 * WebKitSystemInterface.h: Added WKSetSecureEventInput and WKSecureEventInput;
1346 * libWebKitSystemInterface.a:
1347
13482006-07-09 Anders Carlsson <acarlsson@apple.com>
1349
1350 Reviewed by Darin Adler.
1351
1352 * WebKitSystemInterface.h:
1353 * libWebKitSystemInterface.a:
1354 Add WKPathFromFont.
1355
13562006-07-05 Adele Peterson <adele@apple.com>
1357
1358 Reviewed by Maciej and Hyatt.
1359
1360 * WebKitSystemInterface.h: Updated.
1361 * libWebKitSystemInterface.a: Updated.
1362
13632006-06-16 Adele Peterson <adele@apple.com>
1364
1365 Reviewed by Alice.
1366
1367 * WebKitSystemInterface.h: Added WKDrawBezeledTextArea().
1368 * libWebKitSystemInterface.a: ditto.
1369
13702006-04-01 Eric Seidel <eseidel@apple.com>
1371
1372 * libWebKitSystemInterface.a: commit a universal binary.
1373
13742006-04-01 Darin Adler <darin@apple.com>
1375
1376 Reviewed by Beth.
1377
1378 * libWebKitSystemInterface.a: Changed alpha in the focus-ring drawing
1379 code to use the system default alpha.
1380
13812006-03-17 Eric Seidel <eseidel@apple.com>
1382
1383 * libWebKitSystemInterface.a: commit a universal binary.
1384
13852006-03-17 Adele Peterson <adele@apple.com>
1386
1387 * WebKitSystemInterface.h: Added WKDrawBezeledTextFieldCell()
1388 * libWebKitSystemInterface.a: ditto
1389
13902006-02-28 John Sullivan <sullivan@apple.com>
1391
1392 * WebKitSystemInterface.h: Removed WKMouseIsDown()
1393 * libWebKitSystemInterface.a: ditto
1394
13952006-02-23 Timothy Hatcher <timothy@apple.com>
1396
1397 New build to fix the i386 arch. (The _cuEnc64 symbol was missing.)
1398
1399 * libWebKitSystemInterface.a:
1400
14012006-02-19 Darin Adler <darin@apple.com>
1402
1403 * WebKitSystemInterface.h: Added WKDrawFocusRing.
1404 * libWebKitSystemInterface.a: Ditto.
1405
14062006-02-06 John Sullivan <sullivan@apple.com>
1407
1408 * WebKitSystemInterface.h:
1409 * libWebKitSystemInterface.a:
1410 removed WKExecutableLinkedInTigerOrEarlier
1411
14122005-11-01 Darin Adler <darin@apple.com>
1413
1414 * libWebKitSystemInterface.a: Updated.
1415
14162005-10-04 Maciej Stachowiak <mjs@apple.com>
1417
1418 - updated
1419
1420 * WebKitSystemInterface.h:
1421 * libWebKitSystemInterface.a:
1422
14232005-09-08 Justin Garcia <justin.garcia@apple.com>
1424
1425 * WebKitSystemInterface.h: Update to latest
1426 * libWebKitSystemInterface.a: ditto
1427
14282005-09-04 Darin Adler <darin@apple.com>
1429
1430 * WebKitSystemInterface.h: Update to latest
1431 * libWebKitSystemInterface.a: Ditto.
1432
14332005-08-07 Darin Adler <darin@apple.com>
1434
1435 * libWebKitSystemInterface.a: Universal binary.
1436 * WebKitSystemInterface.h: Updated for calls that Eric recently removed.
1437
14382005-07-01 John Sullivan <sullivan@apple.com>
1439
1440 - added WKExecutableLinkedInTigerOrEarlier
1441
1442 * WebKitSystemInterface.h:
1443 * libWebKitSystemInterface.a:
1444
14452005-06-06 Maciej Stachowiak <mjs@apple.com>
1446
1447 - updated for crashing bugfix
1448
1449 * libWebKitSystemInterface.a:
1450
14512005-06-06 Maciej Stachowiak <mjs@apple.com>
1452
1453 - updated
1454
1455 * WebKitSystemInterface.h:
1456 * libWebKitSystemInterface.a:
1457
14582005-06-06 Maciej Stachowiak <mjs@apple.com>
1459
1460 - updated
1461
1462 * WebKitSystemInterface.h:
1463 * libWebKitSystemInterface.a:
1464
14652005-06-06 Maciej Stachowiak <mjs@apple.com>
1466
1467 - updated
1468
1469 * WebKitSystemInterface.h:
1470 * libWebKitSystemInterface.a:
1471
14722005-06-06 Maciej Stachowiak <mjs@apple.com>
1473
1474 - updated
1475
1476 * WebKitSystemInterface.h:
1477 * libWebKitSystemInterface.a:
1478
14792005-06-06 Maciej Stachowiak <mjs@apple.com>
1480
1481 - updated
1482
1483 * WebKitSystemInterface.h:
1484 * libWebKitSystemInterface.a:
1485
14862005-06-06 Maciej Stachowiak <mjs@apple.com>
1487
1488 - updated
1489
1490 * WebKitSystemInterface.h:
1491 * libWebKitSystemInterface.a:
1492
14932005-06-06 Maciej Stachowiak <mjs@apple.com>
1494
1495 - updated
1496
1497 * WebKitSystemInterface.h:
1498 * libWebKitSystemInterface.a:
1499
15002005-06-06 Maciej Stachowiak <mjs@apple.com>
1501
1502 - updated
1503
1504 * WebKitSystemInterface.h:
1505 * libWebKitSystemInterface.a:
1506
15072005-06-05 Maciej Stachowiak <mjs@apple.com>
1508
1509 - added a few more bits of SPI
1510
1511 * WebKitSystemInterface.h:
1512 * libWebKitSystemInterface.a:
1513
15142005-06-05 Maciej Stachowiak <mjs@apple.com>
1515
1516 - added file type and NSURLResponse caching SPI
1517
1518 * WebKitSystemInterface.h:
1519 * libWebKitSystemInterface.a:
1520
15212005-06-05 Maciej Stachowiak <mjs@apple.com>
1522
1523 - initial checkin of WebKitSystemInterface binary
1524
1525 * WebKitSystemInterface.h: Added.
1526 * libWebKitSystemInterface.a: Added.
1527