1 2014-07-21 Brent Fulgham <bfulgham@apple.com>
3 [Win] Correct auto-version.pl script for two-digit version numbers
4 https://bugs.webkit.org/show_bug.cgi?id=135119
5 <rdar://problem/17743959>
7 Reviewed by David Kilzer.
9 The $MAJOR_VERSION must be the first digit of $BUILD_MAJOR_VERSION,
10 and $MINOR_VERSION must be the remaining digits.
12 Also correct regexp (line 90) that was allowing version numbers
13 larger than three digits to be processed.
15 * win/tools/scripts/auto-version.pl: Correct regular expression.
17 2014-07-18 Dana Burkart <dburkart@apple.com>
19 Add a new 'analyze' target to the makefile. This will make use of a new
20 'PATH_TO_SCAN_BUILD' which, if set will wrap xcodebuild in the clang
22 https://bugs.webkit.org/show_bug.cgi?id=135057
23 <rdar://problem/10193187>
25 Reviewed by David Kilzer.
31 2014-07-10 Alex Christensen <achristensen@webkit.org>
33 Enable same features on all Windows ports.
34 https://bugs.webkit.org/show_bug.cgi?id=134715
36 Reviewed by Brent Fulgham.
38 * win/tools/vsprops/FeatureDefinesCairo.props:
39 Made identical to FeatureDefines.props.
41 2014-07-09 Brent Fulgham <bfulgham@apple.com>
43 [Win] Unreviewed build fix.
45 Build bots don't have a three-part default version string,
46 breaking pattern matching. Handle this case.
48 * win/tools/scripts/auto-version.pl:
50 2014-07-09 Brent Fulgham <bfulgham@apple.com>
52 [Win] Unreviewed gardening.
54 * win/tools/scripts/auto-version.pl: Protect against
55 malformed paths (trailing backslashes).
56 * win/tools/scripts/feature-defines.pl: Make sure result
59 2014-07-09 Brent Fulgham <bfulgham@apple.com>
61 [Win] Remove uses of 'bash' in build system
62 https://bugs.webkit.org/show_bug.cgi?id=134782
63 <rdar://problem/17615533>
65 Reviewed by Dean Jackson.
67 Remove uses of 'bash' by replacing Windows-specific bash scripts
68 with Perl equivalents.
70 * win/tools/scripts/feature-defines.pl: Copied from WebKitLibraries/win/tools/scripts/feature-defines.sh.
71 * win/tools/scripts/feature-defines.sh: Removed.
73 2014-07-08 Brent Fulgham <bfulgham@apple.com>
75 [Win] Implement auto-version as a Perl program
76 https://bugs.webkit.org/show_bug.cgi?id=134745
77 <rdar://problem/17597801>
79 Reviewed by David Kilzer.
81 Translate the auto-version.sh bash script into an equivalent
84 * win/tools/scripts/auto-version.pl: Added.
85 * win/tools/scripts/auto-version.sh: Removed.
87 2014-07-06 Yoav Weiss <yoav@yoav.ws>
89 Turn on img@sizes compile flag
90 https://bugs.webkit.org/show_bug.cgi?id=134634
92 Reviewed by Benjamin Poulain.
94 * win/tools/vsprops/FeatureDefines.props: Added compile flag.
96 2014-07-01 Pratik Solanki <psolanki@apple.com>
98 Encode/decode CFURLRequestRefs when USE(CFNETWORK) is enabled
99 https://bugs.webkit.org/show_bug.cgi?id=134454
100 <rdar://problem/17510980>
102 Reviewed by Andreas Kling.
104 * WebKitSystemInterface.h:
105 * libWebKitSystemInterfaceMavericks.a:
106 * libWebKitSystemInterfaceMountainLion.a:
108 2014-06-25 Laszlo Gombos <l.gombos@samsung.com>
110 Remove build guard for progress element
111 https://bugs.webkit.org/show_bug.cgi?id=134292
113 Reviewed by Benjamin Poulain.
115 * win/tools/vsprops/FeatureDefines.props:
116 * win/tools/vsprops/FeatureDefinesCairo.props:
118 2014-06-21 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
120 Removing PAGE_VISIBILITY_API compile guard.
121 https://bugs.webkit.org/show_bug.cgi?id=133844
123 Reviewed by Gavin Barraclough.
125 * win/tools/vsprops/FeatureDefines.props:
126 * win/tools/vsprops/FeatureDefinesCairo.props:
128 2014-06-11 Jer Noble <jer.noble@apple.com>
130 Update WKSI for <rdar://problem/17009091>.
132 Rubber stamped by Eric Carlson.
134 * libWebKitSystemInterfaceMavericks.a:
135 * libWebKitSystemInterfaceMountainLion.a:
137 2014-06-02 David Kilzer <ddkilzer@apple.com>
139 Error running copy-webkitlibraries-to-product-directory
140 <http://webkit.org/b/133449>
141 <rdar://problem/17047638>
143 Reviewed by Filip Pizlo.
145 * Makefile: Ignore the mysterious future. Use "@true" to
146 suppress the annoying "Nothing to be done for `libs'." message.
148 2014-05-27 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
151 https://bugs.webkit.org/show_bug.cgi?id=132863
153 Reviewed by Csaba Osztrogonác.
155 * win/tools/vsprops/FeatureDefines.props:
156 * win/tools/vsprops/FeatureDefinesCairo.props:
158 2014-05-20 Dean Jackson <dino@apple.com>
160 [Mac] Allow popup menus to override default appearance
161 https://bugs.webkit.org/show_bug.cgi?id=133129
163 Reviewed by Tim Horton.
165 Add a new parameter to WKPopupMenu.
167 * WebKitSystemInterface.h:
168 * libWebKitSystemInterfaceMavericks.a:
169 * libWebKitSystemInterfaceMountainLion.a:
171 2014-05-14 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
173 Remove CSS_STICKY_POSITION guards
174 https://bugs.webkit.org/show_bug.cgi?id=132676
176 Reviewed by Simon Fraser.
178 * win/tools/vsprops/FeatureDefines.props:
179 * win/tools/vsprops/FeatureDefinesCairo.props:
181 2014-05-06 David Kilzer <ddkilzer@apple.com>
183 Add Makefile targets for copying static libraries (LLVM and WKSI)
184 <http://webkit.org/b/132619>
186 Reviewed by Mark Rowe.
189 (libs): Install both LLVM and WKSI static libraries.
190 (all): Add dependency on 'libs' target.
191 (debug d): Set configuration, the call 'libs' target.
194 2014-05-05 Dean Jackson <dino@apple.com>
196 https://bugs.webkit.org/show_bug.cgi?id=132593
198 Update WebKitSystemInterface to allow animated focus rings.
200 * WebKitSystemInterface.h:
201 * libWebKitSystemInterfaceMavericks.a:
202 * libWebKitSystemInterfaceMountainLion.a:
204 2014-05-05 Brent Fulgham <bfulgham@apple.com>
206 [WIN] Enhance auto-version.sh to handle all-caps or mixed-case build environment variable
207 https://bugs.webkit.org/show_bug.cgi?id=132580
208 <rdar://problem/16811179>
210 Reviewed by Dean Jackson.
212 * win/tools/scripts/auto-version.sh: Incorporate Mark's revised syntax.
214 2014-05-05 Brent Fulgham <bfulgham@apple.com>
216 [WIN] Enhance auto-version.sh to handle all-caps or mixed-case build environment variable
217 https://bugs.webkit.org/show_bug.cgi?id=132580
218 <rdar://problem/16811179>
220 Reviewed by Dean Jackson.
222 * win/tools/scripts/auto-version.sh: Fall back to all-caps version
223 of environment variable if mixed-case version is not present.
225 2014-05-01 Brent Fulgham <bfulgham@apple.com>
227 Correct case of environment variables in auto-version.sh scripts
228 https://bugs.webkit.org/show_bug.cgi?id=132455
230 Reviewed by Dean Jackson.
232 Although we have historically used RC_PROJECTSOURCEVERSION in our scripts,
233 the actual environment variable is RC_ProjectSourceVersion. Old versions of
234 Cygwin converted this to all-caps by default, but this is no longer the case.
235 We need to use the proper case to avoid build failures.
237 * win/tools/scripts/auto-version.sh: Although we have historically coded
238 this as 'RC_PROJECTSOURCEVERSION', it is actually 'RC_ProjectSourceVersion'.
240 2014-04-25 Dean Jackson <dino@apple.com>
242 Update WKSI for https://webkit.org/b/132195
243 <rdar://problem/16175750>
245 Sorry, I forgot to update the header. This should fix
248 * WebKitSystemInterface.h:
250 2014-04-25 Dean Jackson <dino@apple.com>
252 Update WKSI for https://webkit.org/b/132195
253 <rdar://problem/16175750>
255 Reviewed by Jessie Berlin.
257 * WebKitSystemInterface.h:
258 * libWebKitSystemInterfaceMavericks.a:
259 * libWebKitSystemInterfaceMountainLion.a:
261 2014-04-22 Alex Christensen <achristensen@webkit.org>
263 Removed old stdbool and inttypes headers.
264 https://bugs.webkit.org/show_bug.cgi?id=131966
266 Reviewed by Brent Fulgham.
268 * win/tools/vsprops/WinCairo.props:
269 Removed references to os-win32 directory.
271 2014-04-15 Filip Pizlo <fpizlo@apple.com>
273 Update LLVM binary drops for Mountain Lion to LLVM r206312.
275 Rubber stamped by Geoffrey Garen.
277 * LLVMIncludesMountainLion.tar.bz2:
278 * LLVMLibrariesMountainLion.tar.bz2:
280 2014-04-15 Filip Pizlo <fpizlo@apple.com>
282 Add LLVM binary drops for Mavericks using LLVM r206312.
284 Rubber stamped by Geoffrey Garen.
286 * LLVMIncludesMavericks.tar.bz2: Added.
287 * LLVMLibrariesMavericks.tar.bz2: Added.
289 2014-04-03 Brent Fulgham <bfulgham@apple.com>
291 [Win] Enable the CSS_GRID_LAYOUT feature.
292 https://bugs.webkit.org/show_bug.cgi?id=131147
294 Reviewed by Simon Fraser.
296 Just like the CANVAS_PATH feature, this seems to have been
297 overlooked when it was turned on for other ports.
299 * win/tools/vsprops/FeatureDefines.props:
300 * win/tools/vsprops/FeatureDefinesCairo.props:
302 2014-04-02 Dean Jackson <dino@apple.com>
305 <rdar://problem/16321286>
307 * libWebKitSystemInterfaceMavericks.a:
308 * libWebKitSystemInterfaceMountainLion.a:
310 2014-04-02 Brent Fulgham <bfulgham@apple.com>
312 [Win] Enable the CANVAS_PATH feature.
313 https://bugs.webkit.org/show_bug.cgi?id=131114
315 Reviewed by Dean Jackson.
317 This code build and runs on Windows just fine. It was overlooked when the feature
318 was activated on other platforms.
320 * win/tools/vsprops/FeatureDefines.props: Turn on the feature.
321 * win/tools/vsprops/FeatureDefinesCairo.props: Ditto.
323 2014-03-31 Alex Christensen <achristensen@webkit.org>
325 [WinCairo] Unreviewed build fix after r166496.
327 * win/tools/vsprops/GStreamerCommon.props:
328 Added gio-2.0.lib to list of GStreamer includes.
330 2014-03-24 Brent Fulgham <bfulgham@apple.com>
332 [Win] Enable WebVTT Regions on Windows.
333 https://bugs.webkit.org/show_bug.cgi?id=130680
335 Reviewed by Eric Carlson.
337 * win/tools/vsprops/FeatureDefines.props: Turn on WEBVTT_REGIONS
338 * win/tools/vsprops/FeatureDefinesCairo.props: Ditto.
340 2014-03-19 Jer Noble <jer.noble@apple.com>
342 [Mac][EME] Query whether decoder support exists before creating a new MediaKeys object.
343 https://bugs.webkit.org/show_bug.cgi?id=130459
345 Reviewed by Eric Carlson.
347 * WebKitSystemInterface.h:
348 * libWebKitSystemInterfaceMavericks.a:
349 * libWebKitSystemInterfaceMountainLion.a:
351 2014-03-18 Alex Christensen <achristensen@webkit.org>
353 [WinCairo] Unreviewed build fix after r165763.
355 * win/tools/vsprops/GStreamerCommon.props:
356 Link to gsttag-1.0.lib in addition to other GStreamer libraries.
358 2014-03-14 Maciej Stachowiak <mjs@apple.com>
360 Replace "Apple Computer, Inc." with "Apple Inc." in copyright headers
361 https://bugs.webkit.org/show_bug.cgi?id=130276
362 <rdar://problem/16266927>
364 Reviewed by Simon Fraser.
366 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
367 * win/tools/scripts/auto-version.sh:
369 2014-03-14 Dean Jackson <dino@apple.com>
371 Remove libWebKitSystemInterfaceLion.a
372 https://bugs.webkit.org/show_bug.cgi?id=130254
374 Reviewed by Geoffrey Garen and Andreas Kling.
376 We don't support Lion any more.
378 * libWebKitSystemInterfaceLion.a: Removed.
380 2014-03-13 Dean Jackson <dino@apple.com>
382 <rdar://problem/16317198>
384 Update WKSI to fix a small leak on iOS.
386 * libWebKitSystemInterfaceLion.a:
387 * libWebKitSystemInterfaceMavericks.a:
388 * libWebKitSystemInterfaceMountainLion.a:
390 2014-03-12 Dean Jackson <dino@apple.com>
392 [WebGL] WebKit1 + WebKit2 iOS clients should check load policy
393 https://bugs.webkit.org/show_bug.cgi?id=130162
395 Add iOS implementations of WebGL load policy queries.
397 * libWebKitSystemInterfaceLion.a:
398 * libWebKitSystemInterfaceMavericks.a:
399 * libWebKitSystemInterfaceMountainLion.a:
401 2014-03-10 Brent Fulgham <bfulgham@apple.com>
403 [Win] Pass environment to Pre-Build, Pre-Link, and Post-Build Stages.
404 https://bugs.webkit.org/show_bug.cgi?id=130023
406 Reviewed by Dean Jackson.
408 * win/tools/vsprops/common.props: Pass WEBKIT_LIBRARIES value to subprocesses.
409 * win/tools/vsprops/debugsuffix.props: Make sure OFFICIAL_BUILD is set.
410 * win/tools/vsprops/production.props: Ditto.
412 2014-03-06 Dean Jackson <dino@apple.com>
414 Update WebKitSystemInterface.
415 <rdar://problem/16256214>
417 * libWebKitSystemInterfaceLion.a:
418 * libWebKitSystemInterfaceMavericks.a:
419 * libWebKitSystemInterfaceMountainLion.a:
421 2014-03-05 Dean Jackson <dino@apple.com>
423 https://bugs.webkit.org/show_bug.cgi?id=129722
424 Update WKSI, again, to fix the build.
426 * libWebKitSystemInterfaceLion.a:
427 * libWebKitSystemInterfaceMavericks.a:
428 * libWebKitSystemInterfaceMountainLion.a:
430 2014-03-05 Dean Jackson <dino@apple.com>
432 https://bugs.webkit.org/show_bug.cgi?id=129722
434 And remember to copy the header file!
436 * WebKitSystemInterface.h:
438 2014-03-05 Dean Jackson <dino@apple.com>
440 https://bugs.webkit.org/show_bug.cgi?id=129722
443 * libWebKitSystemInterfaceLion.a:
444 * libWebKitSystemInterfaceMavericks.a:
445 * libWebKitSystemInterfaceMountainLion.a:
447 2014-03-05 Eric Carlson <eric.carlson@apple.com>
449 [iOS] Show external device name/type in placeholder
450 https://bugs.webkit.org/show_bug.cgi?id=129723
452 Reviewed by Jer Noble.
454 * WebKitSystemInterface.h:
455 * libWebKitSystemInterfaceLion.a:
456 * libWebKitSystemInterfaceMavericks.a:
457 * libWebKitSystemInterfaceMountainLion.a:
459 2014-02-21 Jeffrey Pfau <jpfau@apple.com>
461 [Mac] Cache callbacks for cache partitioning may be passed null
462 https://bugs.webkit.org/show_bug.cgi?id=129175
464 Reviewed by Brady Eidson.
466 * libWebKitSystemInterfaceLion.a:
467 * libWebKitSystemInterfaceMavericks.a:
468 * libWebKitSystemInterfaceMountainLion.a:
470 2014-02-11 Roger Fong <roger_fong@apple.com>
472 [Windows] Set ENABLE_CSS_SHAPE_INSIDE feature flag on Windows.
474 * win/tools/vsprops/FeatureDefines.props:
476 2014-02-04 Andreas Kling <akling@apple.com>
478 Remove <iframe seamless> support.
479 <https://webkit.org/b/128213>
481 Rubber-stamped by Antti Koivisto.
483 * win/tools/vsprops/FeatureDefines.props:
485 2014-01-29 Csaba Osztrogonác <ossy@webkit.org>
487 Remove ENABLE(JAVASCRIPT_DEBUGGER) leftovers
488 https://bugs.webkit.org/show_bug.cgi?id=127845
490 Reviewed by Joseph Pecoraro.
492 * win/tools/vsprops/FeatureDefines.props:
493 * win/tools/vsprops/FeatureDefinesCairo.props:
495 2014-01-23 Roger Fong <roger_fong@apple.com>
497 [Windows] Unreviewed. Disable unnecessary warning C4309, "truncation of constant value".
499 * win/tools/vsprops/common.props:
501 2014-01-16 Alexey Proskuryakov <ap@apple.com>
503 [Mac] [iOS] Add support for CFHTTPCookieStorageAcceptPolicyExclusivelyFromMainDocumentDomain
504 https://bugs.webkit.org/show_bug.cgi?id=127139
506 Reviewed by Brady Eidson.
508 * WebKitSystemInterface.h:
509 * libWebKitSystemInterfaceLion.a:
510 * libWebKitSystemInterfaceMavericks.a:
511 * libWebKitSystemInterfaceMountainLion.a:
512 Update WebKitSystemInterface.
514 2014-01-16 Zalan Bujtas <zalan@apple.com>
516 Subpixel layout: Enable subpixel layout for Apple Windows.
517 https://bugs.webkit.org/show_bug.cgi?id=127074
519 Reviewed by Antti Koivisto.
521 This should make the Apple Windows bots happier. It probably still needs rebaselining.
523 * win/tools/vsprops/FeatureDefines.props:
525 2014-01-11 Alexey Proskuryakov <ap@apple.com>
527 [Mac] [Windows] Stop scheduling network requests in WebCore
528 https://bugs.webkit.org/show_bug.cgi?id=126789
529 <rdar://problem/15114727>
533 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
534 * win/lib32/WebKitSystemInterface.lib:
536 2014-01-11 Alexey Proskuryakov <ap@apple.com>
538 [Mac] [Windows] Stop scheduling network requests in WebCore
539 https://bugs.webkit.org/show_bug.cgi?id=126789
540 <rdar://problem/15114727>
544 * WebKitSystemInterface.h:
545 * libWebKitSystemInterfaceLion.a:
546 * libWebKitSystemInterfaceMavericks.a:
547 * libWebKitSystemInterfaceMountainLion.a:
549 2014-01-10 peavo@outlook.com <peavo@outlook.com>
551 [WinCairo] Crash when rendering (in pixman dll)
552 https://bugs.webkit.org/show_bug.cgi?id=126750
554 Reviewed by Brent Fulgham.
556 Since we link with cairo.lib, and the gstreamer installation also comes with cairo.lib,
557 we link with the wrong cairo.lib, and loads gstreamers cairo dll, instead of our own.
558 We should user our own cairo dll for rendering.
560 * win/tools/vsprops/GStreamer32.props: Put gstreamer lib path last, so we link with the correct cairo.lib.
561 * win/tools/vsprops/GStreamer64.props: Ditto.
563 2014-01-03 Alex Christensen <achristensen@webkit.org>
565 [WinCairo] Enable video using GStreamer.
566 https://bugs.webkit.org/show_bug.cgi?id=126015
568 Reviewed by Darin Adler.
570 * win/tools/vsprops/FeatureDefinesCairo.props:
571 Define ENABLE_MEDIA_CONTROLS_SCRIPT, ENABLE_VIDEO_TRACK, and ENABLE_VIDEO.
573 2013-12-30 Roger Fong <roger_fong@apple.com>
575 [Windows] Disable some annoying build warnings.
577 * win/tools/vsprops/common.props:
579 2013-12-23 Lucas Forschler <lforschler@apple.com>
581 <rdar://problem/15682948> Update copyright strings
583 Reviewed by Dan Bernstein.
585 * win/tools/scripts/COPYRIGHT-END-YEAR:
587 2013-12-19 Alex Christensen <achristensen@webkit.org>
589 Final preparations for GStreamer on Windows.
590 https://bugs.webkit.org/show_bug.cgi?id=125958
592 Reviewed by Benjamin Poulain.
594 * win/tools/vsprops/FeatureDefinesCairo.props:
595 Removed duplicate ENABLE_VIDEO_TRACK definition.
597 2013-12-18 Alex Christensen <achristensen@webkit.org>
599 [WinCairo] Unreviewed build fix after r160798.
601 * win/tools/vsprops/FeatureDefinesCairo.props:
602 Removed ENABLE_MEDIA_CONTROLS_SCRIPT definition for now.
604 2013-12-18 Alex Christensen <achristensen@webkit.org>
606 [WinCairo] Preparation for GStreamer on Windows.
607 https://bugs.webkit.org/show_bug.cgi?id=125946
609 Reviewed by Brent Fulgham.
611 * win/tools/vsprops/FeatureDefinesCairo.props:
612 Added ENABLE_MEDIA_CONTROLS_SCRIPT and ENABLE_VIDEO_TRACK for DerivedSources.make.
613 * win/tools/vsprops/GStreamer32.props: Added.
614 * win/tools/vsprops/GStreamer64.props: Added.
615 * win/tools/vsprops/GStreamerCommon.props: Added.
617 2013-12-13 Brent Fulgham <bfulgham@apple.com>
619 [Win] Unreviewed build fix for VS2013
621 * win/lib32/WebKitSystemInterface.lib: Updated to use VS2013 _MSC_VER symbols
624 2013-12-09 Filip Pizlo <fpizlo@apple.com>
626 Unreviewed, update LLVM binary drops to r196830.
628 * LLVMIncludesMountainLion.tar.bz2:
629 * LLVMLibrariesMountainLion.tar.bz2:
631 2013-12-05 Bear Travis <betravis@adobe.com>
633 [CSS Shapes] Enable CSS Shapes on Windows
634 https://bugs.webkit.org/show_bug.cgi?id=89957
636 Reviewed by Brent Fulgham.
638 Turn on CSS_SHAPES on Windows now that bug 121883 has been fixed.
640 * win/tools/vsprops/FeatureDefines.props:
641 * win/tools/vsprops/FeatureDefinesCairo.props:
643 2013-11-26 Ryosuke Niwa <rniwa@webkit.org>
645 Enable HTML template element on Windows ports
646 https://bugs.webkit.org/show_bug.cgi?id=124758
648 Reviewed by Andreas Kling.
650 Enable TEMPLATE_ELEMENT. Also removed UNDO_MANAGER since that feature has been removed
651 from the tree in r133326.
653 * win/tools/vsprops/FeatureDefines.props:
654 * win/tools/vsprops/FeatureDefinesCairo.props:
656 2013-11-21 Peter Molnar <pmolnar.u-szeged@partner.samsung.com>
658 Remove ENABLE_WORKERS
659 https://bugs.webkit.org/show_bug.cgi?id=105784
661 Reviewed by Darin Adler.
663 * win/tools/vsprops/FeatureDefines.props:
664 * win/tools/vsprops/FeatureDefinesCairo.props:
666 2013-11-17 Filip Pizlo <fpizlo@apple.com>
668 Update binary drops to include atrick's "Ran out of registers" fix in r194942.
670 * LLVMIncludesMountainLion.tar.bz2:
671 * LLVMLibrariesMountainLion.tar.bz2:
673 2013-11-08 Filip Pizlo <fpizlo@apple.com>
675 Update binary drops to a version that includes new stackmap fixes and exposes the new calling conventions.
677 * LLVMIncludesMountainLion.tar.bz2:
678 * LLVMLibrariesMountainLion.tar.bz2:
680 2013-11-03 Filip Pizlo <fpizlo@apple.com>
682 Update binary drops to a version that includes my pretty stack trace changes.
684 * LLVMIncludesMountainLion.tar.bz2:
685 * LLVMLibrariesMountainLion.tar.bz2:
687 2013-11-02 Filip Pizlo <fpizlo@apple.com>
689 Unreviewed, update binary drops.
691 These include my LLVMDisablePrettyStackTrace() fix and are built with --enable-crash-overrides=no
693 * LLVMIncludesMountainLion.tar.bz2:
694 * LLVMLibrariesMountainLion.tar.bz2:
696 2013-10-21 Mark Rowe <mrowe@apple.com>
698 Add a version of WebKitSystemInterface for Mavericks.
700 Reviewed by Ryosuke Niwa.
702 * libWebKitSystemInterfaceMavericks.a: Added.
704 2013-10-17 Anthony Johnson <anthony.johnson@flexsim.com>
706 Crash fix for Windows XP.
707 https://bugs.webkit.org/show_bug.cgi?id=122790
709 Reviewed by Geoffrey Garen.
711 * win/tools/vsprops/common.props:
712 Replaced stack and heap sizes of zero with blank stack and heap sizes.
714 2013-10-16 Filip Pizlo <fpizlo@apple.com>
716 libllvmForJSC shouldn't call exit(1) on report_fatal_error()
717 https://bugs.webkit.org/show_bug.cgi?id=122905
718 <rdar://problem/15237856>
720 Reviewed by Michael Saboff.
722 * LLVMIncludesMountainLion.tar.bz2:
723 * LLVMLibrariesMountainLion.tar.bz2:
725 2013-10-10 Filip Pizlo <fpizlo@apple.com>
727 Update the binary drops to the latest version of LLVM, built without -fvisibility=hidden
728 now that we have soft linking. Also include DataTypes.h in the drop.
730 Rubber stamped by Michael Saboff.
732 * LLVMIncludesMountainLion.tar.bz2:
733 * LLVMLibrariesMountainLion.tar.bz2:
735 2013-10-01 Filip Pizlo <fpizlo@apple.com>
737 FTL should use the new version of LLVM MCJIT memory manager APIs that take a SectionName
738 https://bugs.webkit.org/show_bug.cgi?id=122193
740 Reviewed by Geoffrey Garen.
742 * LLVMIncludesMountainLion.tar.bz2:
743 * LLVMLibrariesMountainLion.tar.bz2:
745 2013-10-01 Brent Fulgham <bfulgham@apple.com>
747 [Win] Implement the media controls in JavaScript.
748 https://bugs.webkit.org/show_bug.cgi?id=122166
750 Reviewed by Jer Noble.
752 * win/tools/vsprops/FeatureDefines.props: Activate the
753 ENABLE_MEDIA_CONTROLS_SCRIPT flag.
755 2013-09-24 Bear Travis <betravis@adobe.com>
757 Disable CSS_SHAPES on Windows
758 https://bugs.webkit.org/show_bug.cgi?id=121879
760 Reviewed by Brent Fulgham.
762 Enabling CSS_SHAPES on Windows is currently causing crashes in DRT.
763 Turn the feature off until it can be appropriately fixed.
765 * win/tools/vsprops/FeatureDefines.props: Disable on Win port
766 * win/tools/vsprops/FeatureDefinesCairo.props: Disable on WinCairo port
768 2013-09-23 Patrick Gansterer <paroga@webkit.org>
770 use NOMINMAX instead of #define min min
771 https://bugs.webkit.org/show_bug.cgi?id=73563
773 Reviewed by Brent Fulgham.
775 Use NOMINMAX instead of #define min/max as a cleaner
776 way of ensuring that Windows system header files don't
777 define min/max as macro in the first place.
779 * win/tools/vsprops/common.props:
781 2013-09-20 Mark Rowe <mrowe@apple.com>
783 Fix link errors for external users when building WebKit with Xcode 5.
785 Reviewed by Oliver Hunt.
787 * libWebKitSystemInterfaceLion.a:
788 * libWebKitSystemInterfaceMountainLion.a:
790 2013-09-19 Bear Travis <betravis@adobe.com>
792 CSS_SHAPES not supported on AppleWin port
793 https://bugs.webkit.org/show_bug.cgi?id=118810
795 Reviewed by Brent Fulgham.
797 * win/tools/vsprops/FeatureDefines.props: Add the CSS_SHAPES compile flag on Windows.
799 2013-09-19 Dan Bernstein <mitz@apple.com>
801 Removed WebCoreSQLite3. It has been unused for years.
803 Rubber-stamped by Mark Rowe.
805 * WebCoreSQLite3: Removed.
806 * WebCoreSQLite3/sqlite3.h: Removed.
807 * WebCoreSQLite3/sqlite3ext.h: Removed.
808 * libWebCoreSQLite3.a: Removed.
810 2013-09-18 Brent Fulgham <bfulgham@apple.com>
812 [Windows] Unreviewed build fix: Expose PlatformArchitecture macro to build system.
814 * win/tools/vsprops/common.props:
816 2013-09-13 Brent Fulgham <bfulgham@apple.com>
818 [Windows] Enable Page Visibility API
819 https://bugs.webkit.org/show_bug.cgi?id=121340
821 Reviewed by Anders Carlsson.
823 * win/tools/vsprops/FeatureDefines.props: Activate feature.
824 * win/tools/vsprops/FeatureDefinesCairo.props: Ditto.
826 2013-09-12 Brent Fulgham <bfulgham@apple.com>
828 [Windows] Update WKSI library for Open Source builders.
830 * win/lib32/WebKitSystemInterface.lib: Recompile with latest WebKit to use newer
831 WTF.dll symbol exports.
833 2013-08-29 Filip Pizlo <fpizlo@apple.com>
835 Just linking LLVM into JSC causes all plugin tests to fail
836 https://bugs.webkit.org/show_bug.cgi?id=113915
838 Reviewed by Oliver Hunt.
840 Updated the binary drops to r189627 of llvm.org, and used the new configure-llvm that does CPPFLAGS=-fvisibility=hidden.
842 * LLVMIncludesMountainLion.tar.bz2:
843 * LLVMLibrariesMountainLion.tar.bz2:
845 2013-08-29 Brent Fulgham <bfulgham@apple.com>
847 [Windows] Unreviewed build fix after r154847.
849 * win/tools/vsprops/FeatureDefines.props: Add missing definition for ENABLE_PROMISES
850 * win/tools/vsprops/FeatureDefinesCairo.props: Ditto
852 2013-08-26 Brent Fulgham <bfulgham@apple.com>
854 [Windows] Updates to WKSI to get external builders working.
856 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
857 * win/lib32/WebKitSystemInterface.lib:
859 2013-08-24 Brent Fulgham <bfulgham@apple.com>
861 [Windows] Another attempt to fix the Windows bots. Need to retain older
862 QuickTime player features for external builders.
864 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
865 * win/lib32/WebKitSystemInterface.lib:
867 2013-08-23 Brent Fulgham <bfulgham@apple.com>
869 [Windows] Forgot to check in the header as well!
871 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
873 2013-08-23 Brent Fulgham <bfulgham@apple.com>
875 [Windows] Unreviewed build correction.
877 * win/lib32/WebKitSystemInterface.lib: Update with new API for r132545.
879 2013-08-23 Beth Dakin <bdakin@apple.com>
881 REGRESSION (r132545): Some PDFs generated by WebKit are blank when viewed in
883 https://bugs.webkit.org/show_bug.cgi?id=120240
885 <rdar://problem/14634453>
887 Reviewed by Anders Carlsson.
889 * WebKitSystemInterface.h:
890 * libWebKitSystemInterfaceLion.a:
891 * libWebKitSystemInterfaceMountainLion.a:
893 2013-08-23 Alex Christensen <achristensen@apple.com>
895 Re-separating Win32 and Win64 builds.
896 https://bugs.webkit.org/show_bug.cgi?id=120178
898 Reviewed by Brent Fulgham.
900 * win/tools/vsprops/common.props:
901 Export PlatformArchitecture to be used by make and cmd scripts.
902 Use PlatformArchitecture to determine correct build directory
903 (lib32/bin32/obj32 or lib64/bin64/obj64).
905 2013-08-22 Filip Pizlo <fpizlo@apple.com>
907 Update LLVM binary drops and scripts to the latest version from SVN
908 https://bugs.webkit.org/show_bug.cgi?id=120184
910 Reviewed by Mark Hahnenberg.
912 Updated binary drops to r189066.
914 * LLVMIncludesMountainLion.tar.bz2:
915 * LLVMLibrariesMountainLion.tar.bz2:
917 2013-08-21 Commit Queue <commit-queue@webkit.org>
919 Unreviewed, rolling out r154416.
920 http://trac.webkit.org/changeset/154416
921 https://bugs.webkit.org/show_bug.cgi?id=120147
923 Broke Windows builds (Requested by rniwa on #webkit).
925 * win/tools/vsprops/common.props:
927 2013-08-21 Alex Christensen <achristensen@apple.com>
929 <https://webkit.org/b/120137> Separating Win32 and Win64 builds.
931 Reviewed by Brent Fulgham.
933 * win/tools/vsprops/common.props:
934 Export PlatformArchitecture to be used by make and cmd scripts.
935 Use PlatformArchitecture to determine correct build directory
936 (lib32/bin32/obj32 or lib64/bin64/obj64).
938 2013-08-21 Brent Fulgham <bfulgham@apple.com>
940 <https://webkit.org/b/120113> [Windows] Enable CSS_IMAGE_SET
942 Reviewed by Anders Carlsson.
944 * win/tools/vsprops/FeatureDefines.props: Enable CSS_IMAGE_SET feature.
945 * win/tools/vsprops/FeatureDefinesCairo.props: Ditto.
947 2013-08-15 Eric Carlson <eric.carlson@apple.com>
949 [Mac] Remove "legacy" media UI
950 https://bugs.webkit.org/show_bug.cgi?id=119752
952 Reviewed by Jer Noble.
954 * WebKitSystemInterface.h:
955 * libWebKitSystemInterfaceLion.a:
956 * libWebKitSystemInterfaceMountainLion.a:
958 2013-08-13 Simon Fraser <simon.fraser@apple.com>
960 Various media tests spew "CGContextScaleCTM: invalid context 0x0" errors
961 https://bugs.webkit.org/show_bug.cgi?id=119490
963 New versions of WKSI that fix a bug that caused spew about null CGContexts,
964 and update WebKitSystemInterface.h.
966 * WebKitSystemInterface.h:
967 * libWebKitSystemInterfaceLion.a:
968 * libWebKitSystemInterfaceMountainLion.a:
970 2013-08-08 Alex Christensen <achristensen@apple.com>
974 Rubberstamped by Brent Fulgham.
976 * win/tools/vsprops/debug_wincairo.props: Removed MinimalRebuild option preventing parallel compiling.
978 2013-07-30 Sanghyun Park <sh919.park@samsung.com>
980 Missing the rename REGISTER_PROCOTOL_HANDLER Macro to NAVIGATOR_CONTENT_UTILS in WebKitLibraries.
981 https://bugs.webkit.org/show_bug.cgi?id=119239
983 According to "https://bugs.webkit.org/show_bug.cgi?id=94920", REGISTER_PROCOTOL_HANDLER macro was changed to NAVIGATOR_CONTENT_UTILS.
984 But, FeatureDefines.props and FeatureDefinesCairo.props was not changed.
986 Reviewed by Brent Fulgham.
988 * win/tools/vsprops/FeatureDefines.props:
989 * win/tools/vsprops/FeatureDefinesCairo.props:
991 2013-05-22 Filip Pizlo <fpizlo@apple.com>
993 Updated LLVM drops to include MCJIT memory management APIs.
995 Rubber stamped by Mark Hahnenberg.
997 * LLVMIncludesMountainLion.tar.bz2:
998 * LLVMLibrariesMountainLion.tar.bz2:
1000 2013-04-30 Filip Pizlo <fpizlo@apple.com>
1002 Updated LLVM drops to include MCJIT fixes and newly exposed API.
1004 Rubber stamped by Mark Hahnenberg.
1006 * LLVMIncludesMountainLion.tar.bz2:
1007 * LLVMLibrariesMountainLion.tar.bz2:
1009 2013-04-16 Filip Pizlo <fpizlo@apple.com>
1011 Updated LLVM drops to include MCJIT fixes.
1013 * LLVMIncludesMountainLion.tar.bz2:
1014 * LLVMLibrariesMountainLion.tar.bz2:
1016 2013-04-03 Filip Pizlo <fpizlo@apple.com>
1018 Updated LLVM drops to include LLVM_DO_NOT_INCLUDE_CPP_HEADERS changes.
1020 Rubber stamped by Mark Hahnenberg.
1022 * LLVMIncludesMountainLion.tar.bz2:
1023 * LLVMLibrariesMountainLion.tar.bz2:
1025 2013-03-29 Filip Pizlo <fpizlo@apple.com>
1027 fourthTier: Check in a known-good build of LLVM into WebKitLibraries, and have a story for updating it
1028 https://bugs.webkit.org/show_bug.cgi?id=113452
1030 Rubber stamped by Mark Hahnenberg.
1032 * LLVMIncludesMountainLion.tar.bz2: Added.
1033 * LLVMLibrariesMountainLion.tar.bz2: Added.
1035 2013-07-18 Roger Fong <roger_fong@apple.com>
1037 Make sure to link against _debug binaries when appropriate.
1038 <rdar://problem/14473010>.
1040 * win/tools/vsprops/debugsuffix.props:
1042 2013-07-02 Commit Queue <commit-queue@webkit.org>
1044 Unreviewed, rolling out r152233.
1045 http://trac.webkit.org/changeset/152233
1046 https://bugs.webkit.org/show_bug.cgi?id=118304
1048 hopeful attempt to restore windows buildage (Requested by
1051 * win/tools/vsprops/debugsuffix.props:
1053 2013-07-01 Brent Fulgham <bfulgham@apple.com>
1055 [Windows] Unreviewed correction to DEBUG_ALL target. Target was undefining DEBUG_ALL and DEBUG_INTERNAL,
1056 which prevented proper build operation.
1058 * win/tools/vsprops/debugsuffix.props: We should DEFINE (not UNDEFINE) the DEBUG_ALL and DEBUG_INTERNAL
1059 macros when building with 'debugsuffix' target.
1061 2013-06-18 Roger Fong <roger_fong@apple.com>
1063 Replace tools32 folder with tools and update WebKit Windows solution accordingly.
1064 <rdar://problem/14118143>.
1066 Rubberstamped by Brent Fulgham.
1068 * win/tools: Copied from win/tools32.
1069 * win/tools/WinTools.make:
1070 * win/tools/scripts/auto-version.sh:
1071 * win/tools/scripts/feature-defines.sh:
1072 * win/tools32: Removed.
1073 * win/tools32/WinTools.make: Removed.
1074 * win/tools32/scripts: Removed.
1075 * win/tools32/scripts/COPYRIGHT-END-YEAR: Removed.
1076 * win/tools32/scripts/VERSION: Removed.
1077 * win/tools32/scripts/auto-version.sh: Removed.
1078 * win/tools32/scripts/feature-defines.sh: Removed.
1079 * win/tools32/vsprops: Removed.
1080 * win/tools32/vsprops/FeatureDefines.props: Removed.
1081 * win/tools32/vsprops/FeatureDefines.vsprops: Removed.
1082 * win/tools32/vsprops/FeatureDefinesCairo.props: Removed.
1083 * win/tools32/vsprops/FeatureDefinesCairo.vsprops: Removed.
1084 * win/tools32/vsprops/WinCairo.props: Removed.
1085 * win/tools32/vsprops/WinCairo.vsprops: Removed.
1086 * win/tools32/vsprops/cURL.props: Removed.
1087 * win/tools32/vsprops/cURL.vsprops: Removed.
1088 * win/tools32/vsprops/common.props: Removed.
1089 * win/tools32/vsprops/common.vsprops: Removed.
1090 * win/tools32/vsprops/debug.props: Removed.
1091 * win/tools32/vsprops/debug.vsprops: Removed.
1092 * win/tools32/vsprops/debug_all.vsprops: Removed.
1093 * win/tools32/vsprops/debug_wincairo.props: Removed.
1094 * win/tools32/vsprops/debug_wincairo.vsprops: Removed.
1095 * win/tools32/vsprops/debugsuffix.props: Removed.
1096 * win/tools32/vsprops/production.props: Removed.
1097 * win/tools32/vsprops/production.vsprops: Removed.
1098 * win/tools32/vsprops/release.props: Removed.
1099 * win/tools32/vsprops/release.vsprops: Removed.
1100 * win/tools32/vsprops/releaseproduction.vsprops: Removed.
1102 2013-06-12 Brent Fulgham <bfulgham@webkit.org>
1104 [WinCairo] Unreviewed build correction.
1106 * win/tools32/vsprops/WinCairo.props: Switch from using the
1107 $WebKitLibraries environment variable to the newer
1109 * win/tools32/vsprops/debug_wincairo.props: Ditto.
1111 2013-06-11 Roger Fong <roger_fong@apple.com>
1113 Unreviewed. Another part of rollout of r151408.
1115 * win/tools64: Removed.
1116 * win/tools64/scripts: Removed.
1117 * win/tools64/vsprops: Removed.
1119 2013-06-11 Roger Fong <roger_fong@apple.com>
1121 Unreviewed. WinTools makefile fix.
1123 * win/tools32/WinTools.make:
1125 2013-06-11 Commit Queue <commit-queue@webkit.org>
1127 Unreviewed, rolling out r151408.
1128 http://trac.webkit.org/changeset/151408
1129 https://bugs.webkit.org/show_bug.cgi?id=117519
1131 Opting for a different approach (Requested by rfong on
1134 * win/WinTools.make: Removed.
1135 * win/tools32/WinTools.make: Renamed from WebKitLibraries/win/tools64/WinTools.make.
1136 * win/tools64/scripts/COPYRIGHT-END-YEAR: Removed.
1137 * win/tools64/scripts/VERSION: Removed.
1138 * win/tools64/scripts/auto-version.sh: Removed.
1139 * win/tools64/scripts/feature-defines.sh: Removed.
1140 * win/tools64/vsprops/FeatureDefines.props: Removed.
1141 * win/tools64/vsprops/FeatureDefines.vsprops: Removed.
1142 * win/tools64/vsprops/FeatureDefinesCairo.props: Removed.
1143 * win/tools64/vsprops/FeatureDefinesCairo.vsprops: Removed.
1144 * win/tools64/vsprops/WinCairo.props: Removed.
1145 * win/tools64/vsprops/WinCairo.vsprops: Removed.
1146 * win/tools64/vsprops/cURL.props: Removed.
1147 * win/tools64/vsprops/cURL.vsprops: Removed.
1148 * win/tools64/vsprops/common.props: Removed.
1149 * win/tools64/vsprops/common.vsprops: Removed.
1150 * win/tools64/vsprops/debug.props: Removed.
1151 * win/tools64/vsprops/debug.vsprops: Removed.
1152 * win/tools64/vsprops/debug_all.vsprops: Removed.
1153 * win/tools64/vsprops/debug_wincairo.props: Removed.
1154 * win/tools64/vsprops/debug_wincairo.vsprops: Removed.
1155 * win/tools64/vsprops/debugsuffix.props: Removed.
1156 * win/tools64/vsprops/production.props: Removed.
1157 * win/tools64/vsprops/production.vsprops: Removed.
1158 * win/tools64/vsprops/release.props: Removed.
1159 * win/tools64/vsprops/release.vsprops: Removed.
1160 * win/tools64/vsprops/releaseproduction.vsprops: Removed.
1162 2013-06-10 Roger Fong <roger_fong@apple.com>
1164 Change WebKitLibraries/win folder structure around.
1165 <rdar://problem/14097829>
1167 Reviewed by Lucas Forschler.
1169 * win/WinTools.make: Copied from win/tools32/WinTools.make.
1170 * win/tools32/WinTools.make: Removed.
1171 * win/tools64: Copied from win/tools32.
1173 2013-06-05 Bear Travis <betravis@adobe.com>
1175 [CSS Exclusions][CSS Shapes] Split CSS Exclusions & Shapes compile & runtime flags
1176 https://bugs.webkit.org/show_bug.cgi?id=117172
1178 Reviewed by Alexandru Chiculita.
1180 Adding the CSS_SHAPES compile flag.
1182 * win/tools32/vsprops/FeatureDefines.vsprops:
1183 * win/tools32/vsprops/FeatureDefinesCairo.vsprops:
1185 2013-06-03 Roger Fong <roger_fong@apple.com>
1187 Unreviewed. Some AppleWin VS2010 house cleaning.
1189 * win/tools32/scripts/auto-version.sh: Replaced with win/tools32/scripts/auto-version2010.sh.
1190 * win/tools32/scripts/auto-version2010.sh: Removed.
1191 * win/tools32/scripts/feature-defines.sh: Replaced with win/tools32/scripts/feature-defines2010.sh.
1192 * win/tools32/scripts/feature-defines2010.sh: Removed.
1194 2013-06-03 Roger Fong <roger_fong@apple.com>
1196 Nuke VS2005 files from the tree.
1197 <rdar://problem/14042021>.
1199 Rubberstamped by Brent Fulgham.
1202 * win/lib/WebKitSystemInterface.lib: Removed.
1203 * win/tools: Removed.
1204 * win/tools/WinTools.make: Removed.
1205 * win/tools/scripts: Removed.
1206 * win/tools/scripts/COPYRIGHT-END-YEAR: Removed.
1207 * win/tools/scripts/VERSION: Removed.
1208 * win/tools/scripts/auto-version.sh: Removed.
1209 * win/tools/scripts/auto-version2010.sh: Removed.
1210 * win/tools/scripts/feature-defines.sh: Removed.
1211 * win/tools/scripts/feature-defines2010.sh: Removed.
1212 * win/tools/vsprops: Removed.
1213 * win/tools/vsprops/FeatureDefines.props: Removed.
1214 * win/tools/vsprops/FeatureDefines.vsprops: Removed.
1215 * win/tools/vsprops/FeatureDefinesCairo.props: Removed.
1216 * win/tools/vsprops/FeatureDefinesCairo.vsprops: Removed.
1217 * win/tools/vsprops/WinCairo.props: Removed.
1218 * win/tools/vsprops/WinCairo.vsprops: Removed.
1219 * win/tools/vsprops/cURL.props: Removed.
1220 * win/tools/vsprops/cURL.vsprops: Removed.
1221 * win/tools/vsprops/common.props: Removed.
1222 * win/tools/vsprops/common.vsprops: Removed.
1223 * win/tools/vsprops/debug.props: Removed.
1224 * win/tools/vsprops/debug.vsprops: Removed.
1225 * win/tools/vsprops/debug_all.vsprops: Removed.
1226 * win/tools/vsprops/debug_wincairo.props: Removed.
1227 * win/tools/vsprops/debug_wincairo.vsprops: Removed.
1228 * win/tools/vsprops/debugsuffix.props: Removed.
1229 * win/tools/vsprops/production.props: Removed.
1230 * win/tools/vsprops/production.vsprops: Removed.
1231 * win/tools/vsprops/release.props: Removed.
1232 * win/tools/vsprops/release.vsprops: Removed.
1233 * win/tools/vsprops/releaseproduction.vsprops: Removed.
1235 2013-05-29 Jeffrey Pfau <jpfau@apple.com>
1237 [Mac] Enable cache partitioning and the public suffix list on 10.8
1238 <rdar://problem/13679019>
1240 Rubber-stamped by David Kilzer.
1242 * WebKitSystemInterface.h:
1243 * libWebKitSystemInterfaceLion.a:
1244 * libWebKitSystemInterfaceMountainLion.a:
1246 2013-05-14 Beth Dakin <bdakin@apple.com>
1248 Printing in 1Password app is broken with screen fonts disabled
1249 https://bugs.webkit.org/show_bug.cgi?id=116133
1251 <rdar://problem/13162981>
1253 Reviewed by Anders Carlsson.
1255 Need WKExecutableWasLinkedOnOrBeforeMountainLion() for this quirk.
1257 * libWebKitSystemInterfaceLion.a:
1258 * libWebKitSystemInterfaceMountainLion.a:
1260 2013-05-08 Roger Fong <roger_fong@apple.com>
1262 Unreviewed. Update WebKitLibraries/win to handle different architectures properly.
1264 * win/lib32: Copied from win/lib.
1265 * win/tools/WinTools.make:
1267 2013-05-02 Roger Fong <roger_fong@apple.com>
1269 Unreviewed Windows build fix.
1271 * win/lib/WebKitSystemInterface.lib:
1273 2013-05-01 Alexey Proskuryakov <ap@apple.com>
1275 Update WebKitSystemInterface.
1277 * WebKitSystemInterface.h:
1278 * libWebKitSystemInterfaceLion.a:
1279 * libWebKitSystemInterfaceMountainLion.a:
1281 2013-04-29 Chris Fleizach <cfleizach@apple.com>
1283 WEB SPEECH: need to identify the default voice per language
1284 https://bugs.webkit.org/show_bug.cgi?id=115366
1286 Reviewed by Simon Fraser.
1288 * WebKitSystemInterface.h:
1289 * libWebKitSystemInterfaceLion.a:
1290 * libWebKitSystemInterfaceMountainLion.a:
1292 2013-04-29 Roger Fong <roger_fong@apple.com>
1294 Need a tools32 folder for VS2010 builds.
1295 tools folder will be nuked when we nuke VS2005.
1297 * win/tools32: Copied from WebKitLibraries/win/tools.
1299 2013-04-26 Roger Fong <roger_fong@apple.com>
1301 Disable sub-pixel-layout on Apple Windows port, VS2005 edition.
1303 * win/tools/vsprops/FeatureDefines.vsprops:
1305 2013-04-26 Roger Fong <roger_fong@apple.com>
1307 Disable sub-pixel-layout on Apple Windows port.
1309 * win/tools/vsprops/FeatureDefines.props:
1311 2013-04-26 Roger Fong <roger_fong@apple.com>
1313 Make Apple Windows VS2010 build results into and get dependencies from __32 suffixed folders.
1314 Make the DebugSuffix configuration use _debug dependencies.
1316 * win/tools/WinTools.make:
1317 * win/tools/scripts/auto-version2010.sh:
1318 * win/tools/scripts/feature-defines2010.sh:
1319 * win/tools/vsprops/common.props:
1320 * win/tools/vsprops/debugsuffix.props:
1322 2013-04-25 Chris Fleizach <cfleizach@apple.com>
1324 WEB SPEECH: language support does not work as expected
1325 https://bugs.webkit.org/show_bug.cgi?id=115119
1327 Reviewed by Alexey Proskuryakov.
1329 * WebKitSystemInterface.h:
1331 2013-04-24 Roger Fong <roger_fong@apple.com>
1333 Have VS2010 WebKit solution look in WebKit_Libraries/lib32 for dependencies.
1335 * win/tools/vsprops/common.props:
1337 2013-04-23 Antoine Quint <graouts@apple.com>
1339 Initial advance of text runs should be taken into account
1340 https://bugs.webkit.org/show_bug.cgi?id=114949
1342 Reviewed by Darin Adler.
1344 * WebKitSystemInterface.h:
1345 * libWebKitSystemInterfaceLion.a:
1346 * libWebKitSystemInterfaceMountainLion.a:
1348 2013-04-12 Jeffrey Pfau <jpfau@apple.com>
1350 Query directly for cache partition names
1351 https://bugs.webkit.org/show_bug.cgi?id=114538
1353 Reviewed by David Kilzer.
1355 * WebKitSystemInterface.h:
1356 * libWebKitSystemInterfaceLion.a:
1357 * libWebKitSystemInterfaceMountainLion.a:
1359 2013-04-08 Roger Fong <roger_fong@apple.com>
1363 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
1364 * win/lib/WebKitSystemInterface.lib:
1366 2013-04-11 Alexey Proskuryakov <ap@apple.com>
1368 <rdar://problem/10416316> [Mac] WebSocket doesn't work with authenticating proxies
1369 https://bugs.webkit.org/show_bug.cgi?id=114464
1371 Update WebKitSystemInterface.
1373 * WebKitSystemInterface.h:
1374 * libWebKitSystemInterfaceLion.a:
1375 * libWebKitSystemInterfaceMountainLion.a:
1377 2013-04-10 Benjamin Poulain <bpoulain@apple.com>
1379 Mass remove all the empty directories
1381 Rubberstamped by Ryosuke Niwa.
1384 * win/lib/WebKitSystemInterface: Removed.
1386 2013-04-05 Roger Fong <roger_fong@apple.com>
1388 More VS2010 solution makefile fixes.
1389 <rdar://problem/13588964>
1391 * win/tools/WinTools.make:
1393 2013-04-03 Brent Fulgham <bfulgham@webkit.org>
1395 [Windows, WinCairo] Unreviewed VS2010 Build Correction
1397 * win/tools/scripts/auto-version2010.sh: Added properties svn:eol-style and svn:executable.
1398 * win/tools/scripts/feature-defines2010.sh: Added properties svn:eol-style and svn:executable.
1400 2013-04-01 Roger Fong <roger_fong@apple.com>
1402 Update FEATURE_DEFINES string generation for VS2010 solution.
1403 https://bugs.webkit.org/show_bug.cgi?id=113737.
1405 Reviewed by Timothy Horton.
1407 * win/tools/scripts/feature-defines2010.sh: Added.
1409 2013-03-29 Roger Fong <roger_fong@apple.com>
1411 Unreviewed. Rollout r146818.
1413 * win/tools/vsprops/FeatureDefines.props:
1415 2013-03-25 Kent Tamura <tkent@chromium.org>
1417 Rename ENABLE_INPUT_TYPE_DATETIME
1418 https://bugs.webkit.org/show_bug.cgi?id=113254
1420 Reviewed by Kentaro Hara.
1422 Rename ENABLE_INPUT_TYPE_DATETIME to ENABLE_INPUT_TYPE_DATETIME_INCOMPLETE.
1423 Actually I'd like to remove the code, but we shouldn't remove it yet
1424 because we shipped products with it on some platforms.
1426 * win/tools/vsprops/FeatureDefines.props:
1427 * win/tools/vsprops/FeatureDefines.vsprops:
1428 * win/tools/vsprops/FeatureDefinesCairo.props:
1429 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
1431 2013-03-25 Sheriff Bot <webkit.review.bot@gmail.com>
1433 Unreviewed, rolling out r146816, r146821, and r146830.
1434 http://trac.webkit.org/changeset/146816
1435 http://trac.webkit.org/changeset/146821
1436 http://trac.webkit.org/changeset/146830
1437 https://bugs.webkit.org/show_bug.cgi?id=113262
1439 Broke all the Windows tests (Requested by rfong on #webkit).
1441 * win/tools/vsprops/FeatureDefines.vsprops:
1443 2013-03-25 Roger Fong <roger_fong@apple.com>
1445 Unreviewed. Also enable CSS_REGIONS and EXCLUSIONS for VS2010 solution.
1447 * win/tools/vsprops/FeatureDefines.props:
1449 2013-03-25 Roger Fong <roger_fong@apple.com>
1451 Enable CSS_REGIONS and CSS_EXCLUSIONS.
1452 https://bugs.webkit.org/show_bug.cgi?id=87519
1454 Reviewed by Timothy Horton.
1456 * win/tools/vsprops/FeatureDefines.vsprops:
1458 2013-03-21 Roger Fong <roger_fong@apple.com>
1460 Unreviewed. Move common props files for VS2010 solution to WebKitLibraries folder and update all projects accordingly.
1462 * win/tools/vsprops/FeatureDefines.props: Copied from ../Source/WebKit/WebKit.vcxproj/FeatureDefines.props.
1463 * win/tools/vsprops/FeatureDefinesCairo.props: Copied from ../Source/WebKit/WebKit.vcxproj/FeatureDefinesCairo.props.
1464 * win/tools/vsprops/WinCairo.props: Copied from ../Source/WebKit/WebKit.vcxproj/WinCairo.props.
1465 * win/tools/vsprops/cURL.props: Copied from ../Source/WebKit/WebKit.vcxproj/WebKit/cURL.props.
1466 * win/tools/vsprops/common.props: Copied from ../Source/WebKit/WebKit.vcxproj/common.props.
1467 * win/tools/vsprops/debug.props: Copied from ../Source/WebKit/WebKit.vcxproj/debug.props.
1468 * win/tools/vsprops/debug_wincairo.props: Copied from ../Source/WebKit/WebKit.vcxproj/debug_wincairo.props.
1469 * win/tools/vsprops/debugsuffix.props: Copied from ../Source/WebKit/WebKit.vcxproj/debugsuffix.props.
1470 * win/tools/vsprops/production.props: Copied from ../Source/WebKit/WebKit.vcxproj/production.props.
1471 * win/tools/vsprops/release.props: Copied from ../Source/WebKit/WebKit.vcxproj/release.props.
1473 2013-03-19 Brent Fulgham <bfulgham@webkit.org>
1475 [WinCairo] Unreviewed build fix.
1477 * win/tools/vsprops/FeatureDefinesCairo.vsprops: This file was out
1478 of sync with the main Windows build, and the VS2010 version of the
1479 WinCairo port, preventing consistent builds.
1481 2013-03-13 Ryosuke Niwa <rniwa@webkit.org>
1483 Threaded HTML Parser is missing feature define flags in all but Chromium port's build files
1484 https://bugs.webkit.org/show_bug.cgi?id=112277
1486 Reviewed by Adam Barth.
1488 * win/tools/vsprops/FeatureDefines.vsprops:
1489 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
1491 2013-03-06 Jer Noble <jer.noble@apple.com>
1493 Unreviewed roll-out of r145011.
1495 * win/tools/vsprops/FeatureDefines.vsprops:
1497 2013-03-06 Jer Noble <jer.noble@apple.com>
1499 Unreviewed build fix. Add ENABLE_CURSOR_VISIBILITY to the list of FEATURE_DEFINES for
1500 (non-Cairo) Windows builds.
1502 * win/tools/vsprops/FeatureDefines.vsprops:
1504 2013-03-05 Kiran Muppala <cmuppala@apple.com>
1506 Remove deprecated process suppression assertion SPI from WebKitSystemInterface
1507 https://bugs.webkit.org/show_bug.cgi?id=111501
1509 Reviewed by Alexey Proskuryakov.
1511 https://bugs.webkit.org/show_bug.cgi?id=111387 replaced all usage of
1512 WKNSProcessInfoProcessAssertionWithTypes() with
1513 -[NSProcessInfo beginSuspensionOfSystemBehaviors:]. Hence, remove
1514 the now deprecated SPI.
1516 * WebKitSystemInterface.h: Remove
1517 WKNSProcessInfoProcessAssertionWithTypes and associated declarations.
1519 2013-03-05 Kiran Muppala <cmuppala@apple.com>
1521 Use new assertion API for process suppression on Mac
1522 https://bugs.webkit.org/show_bug.cgi?id=111387
1524 Reviewed by Alexey Proskuryakov.
1526 Add WKProcessSuppressionSystemBehaviors constant for use in WebKit2 to
1527 take a process suppression assertion.
1529 * WebKitSystemInterface.h:
1531 2013-03-05 Jeffrey Pfau <jpfau@apple.com>
1533 Clear associated cache partitions when deleting origins' cache
1534 https://bugs.webkit.org/show_bug.cgi?id=111383
1536 Reviewed by Maciej Stachowiak.
1538 * WebKitSystemInterface.h:
1539 * libWebKitSystemInterfaceLion.a:
1540 * libWebKitSystemInterfaceMountainLion.a:
1542 2013-03-04 Kunihiko Sakamoto <ksakamoto@chromium.org>
1544 Add build flag for FontLoader
1545 https://bugs.webkit.org/show_bug.cgi?id=111289
1547 Reviewed by Benjamin Poulain.
1549 Add ENABLE_FONT_LOAD_EVENTS build flag (disabled by default).
1551 * win/tools/vsprops/FeatureDefines.vsprops:
1552 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
1554 2013-02-27 Glenn Adams <glenn@skynav.com>
1556 Add ENABLE_CSS3_TEXT_LINE_BREAK flag.
1557 https://bugs.webkit.org/show_bug.cgi?id=110944
1559 Reviewed by Dean Jackson.
1561 * win/tools/vsprops/FeatureDefines.vsprops:
1562 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
1564 2013-02-21 Jeffrey Pfau <jpfau@apple.com>
1566 Optionally partition cache to prevent using cache for tracking
1567 https://bugs.webkit.org/show_bug.cgi?id=110269
1569 Reviewed by Maciej Stachowiak.
1571 Update WKSI bindings.
1573 * WebKitSystemInterface.h:
1574 * libWebKitSystemInterfaceLion.a:
1575 * libWebKitSystemInterfaceMountainLion.a:
1577 2013-02-22 Aaron Colwell <acolwell@chromium.org>
1579 Disable MediaSource on Apple Windows port
1580 https://bugs.webkit.org/show_bug.cgi?id=110494
1582 Reviewed by Tim Horton.
1584 * win/tools/vsprops/FeatureDefines.vsprops:
1586 2013-02-22 Roger Fong <roger_fong@apple.com>
1588 Unreviewed. Make WinTools.make stop copying vsprops into nested vsprops folders.
1590 * win/tools/WinTools.make:
1592 2013-02-14 Anders Carlsson <andersca@apple.com>
1594 Add WKContextIsPlugInUpdateAvailable
1595 https://bugs.webkit.org/show_bug.cgi?id=109862
1596 <rdar://problem/13173140>
1598 Reviewed by Sam Weinig.
1600 Roll WebKitSystemInterface DEPS.
1602 * WebKitSystemInterface.h:
1603 * libWebKitSystemInterfaceLion.a:
1604 * libWebKitSystemInterfaceMountainLion.a:
1606 2013-02-13 Roger Fong <roger_fong@apple.com>
1608 Move all .props files from WebKitLibraries folder to WebKit Source folder.
1609 https://bugs.webkit.org/show_bug.cgi?id=109761
1611 Reviewed by Brent Fulgham.
1613 * win/tools/vsprops/FeatureDefines.props: Removed.
1614 * win/tools/vsprops/common.props: Removed.
1615 * win/tools/vsprops/debug.props: Removed.
1616 * win/tools/vsprops/release.props: Removed.
1617 * win/tools/vsprops/releaseproduction.props: Removed.
1619 2013-02-07 Roger Fong <roger_fong@apple.com>
1621 Unreviewed. More VS2010 WebKit solution touchups.
1622 Move an ignored warning from a project to common properties.
1624 * win/tools/vsprops/common.props:
1626 2013-02-06 Mike West <mkwst@chromium.org>
1628 Add an ENABLE_NOSNIFF feature flag.
1629 https://bugs.webkit.org/show_bug.cgi?id=109029
1631 Reviewed by Jochen Eisinger.
1633 This new flag will control the behavior of 'X-Content-Type-Options: nosniff'
1634 when processing script and other resource types.
1636 * win/tools/vsprops/FeatureDefines.vsprops:
1637 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
1639 2013-02-01 Alexis Menard <alexis@webkit.org>
1641 Enable unprefixed CSS transitions by default.
1642 https://bugs.webkit.org/show_bug.cgi?id=108216
1644 Reviewed by Dean Jackson.
1646 Rename the flag CSS_TRANSFORMS_ANIMATIONS_TRANSITIONS_UNPREFIXED
1647 to CSS_TRANSFORMS_ANIMATIONS_UNPREFIXED which will be used later to
1648 guard the unprefixing work for CSS Transforms and animations.
1650 * win/tools/vsprops/FeatureDefines.vsprops:
1651 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
1653 2013-01-30 Alexey Proskuryakov <ap@apple.com>
1655 Update WebKitSystemInterface for <rdar://problem/13111288>.
1657 * libWebKitSystemInterfaceLion.a:
1658 * libWebKitSystemInterfaceMountainLion.a:
1660 * WebKitSystemInterface.h: Removed WKEnterPluginSandbox, which has been unused now.
1662 2013-01-28 Kiran Muppala <cmuppala@apple.com>
1664 Add window occlusion criteria to determine page visibility on Mac
1665 https://bugs.webkit.org/show_bug.cgi?id=107494
1667 Reviewed by Simon Fraser.
1669 Add enum constants to specify window occlusion notification type to
1670 notification registration/unregistration methods. Add typedef for
1671 window ID data passed to the window occlusion notification handler.
1672 Add method to enable occlusion notifications for a particular window.
1674 * WebKitSystemInterface.h: Add
1675 WKOcclusionNotificationTypeWindowBecameVisible,
1676 WKOcclusionNotificationTypeWindowBecameOccluded,
1678 WKEnableWindowOcclusionNotifications().
1680 2013-01-25 Andy Estes <aestes@apple.com>
1682 Update WKSI header and libraries after r140875.
1684 * WebKitSystemInterface.h:
1685 * libWebKitSystemInterfaceLion.a:
1686 * libWebKitSystemInterfaceMountainLion.a:
1688 2013-01-24 Brent Fulgham <bfulgham@webkit.org>
1690 Get WTF compiling in VS2010 (32bit)
1691 https://bugs.webkit.org/show_bug.cgi?id=106986
1693 Reviewed by Tim Horton.
1695 If you do not have Cygwin in the overall operating system
1696 PATH, the project will not build. In VS2005 we had logic
1697 in the build system to guard against this. We should
1698 retain this in the VS2010 work.
1700 Furthermore, VS2010 has a nasty bug where to Visual Studio
1701 tools path is not defined when performing a 'clean' phase
1702 on an NMAKE-based build. This is corrected here as well.
1704 * win/tools/vsprops/common.props: Revise environment setup
1705 to ensure proper tools are in path during build.
1707 2013-01-19 Roger Fong <roger_fong@apple.com>
1709 Add WebKitLibraries property sheets for compiling WebKit in VS2010.
1710 https://bugs.webkit.org/show_bug.cgi?id=106949
1712 Reviewed by Brent Fulgham.
1714 * win/tools/vsprops/FeatureDefines.props: Added.
1715 * win/tools/vsprops/common.props: Added.
1716 * win/tools/vsprops/debug.props: Added.
1717 * win/tools/vsprops/release.props: Added.
1718 * win/tools/vsprops/releaseproduction.props: Added.
1720 2013-01-21 Dirk Schulze <dschulze@adobe.com>
1722 Add build flag for Canvas's Path object (disabled by default)
1723 https://bugs.webkit.org/show_bug.cgi?id=107473
1725 Reviewed by Dean Jackson.
1727 Add CANVAS_PATH build flag to build systems.
1729 * win/tools/vsprops/FeatureDefines.vsprops:
1730 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
1732 2013-01-10 Roger Fong <roger_fong@apple.com>
1734 Update WebkitSystemInterface lib for Windows port.
1735 This hasn't been done in a while and the current one is out of date.
1736 In addition I believe it will fix:
1737 <rdar://problem/12990844>
1739 Rubberstamped by Timothy Horton.
1741 * win/lib/WebKitSystemInterface.lib:
1743 2013-01-08 Kiran Muppala <cmuppala@apple.com>
1745 Add WebKitSystemInterface needed for overriding system proxies on Mac
1746 https://bugs.webkit.org/show_bug.cgi?id=106410
1748 Reviewed by Stephanie Lewis.
1750 This patch is in anticipation of the fix for https://bugs.webkit.org/show_bug.cgi?id=104197,
1751 Add user defaults to override system proxy settings for NetworkProcess on Mac, which
1752 is awaiting the approval of a WebKit2 committer. Commiting the WKSI portion separately,
1753 so that the internal repository commit for generating the WKSI libraries does not have to
1754 be rolled back every time the rest of the patch changes.
1756 Add WKCFNetworkSetOverrideSystemProxySettings(), needed by NetworkProcess to set
1757 custom proxies during initialization.
1759 * WebKitSystemInterface.h:
1760 * libWebKitSystemInterfaceLion.a:
1761 * libWebKitSystemInterfaceMountainLion.a:
1763 2013-01-04 Adam Klein <adamk@chromium.org>
1765 Remove ENABLE_MUTATION_OBSERVERS #define
1766 https://bugs.webkit.org/show_bug.cgi?id=105459
1768 Reviewed by Ryosuke Niwa.
1770 * win/tools/vsprops/FeatureDefines.vsprops:
1771 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
1773 2013-01-01 Dan Bernstein <mitz@apple.com>
1775 <rdar://problem/12942239> Update copyright strings
1777 Reviewed by Sam Weinig.
1779 * win/tools/scripts/COPYRIGHT-END-YEAR:
1781 2012-12-28 Mark Rowe <mrowe@apple.com>
1783 Move logic for extracting the OS X marketing version in to WebCore
1784 <http://webkit.org/b/105841> / <rdar://problem/10736041>
1786 Reviewed by Dan Bernstein.
1788 * WebKitSystemInterface.h:
1790 2012-12-19 Kiran Muppala <cmuppala@apple.com>
1792 Adopt new assertion SPI for process suppression on Mac
1793 https://bugs.webkit.org/show_bug.cgi?id=105378
1795 Reviewed by Mark Rowe.
1797 Add WKNSProcessInfoProcessAssertionWithTypes().
1799 * WebKitSystemInterface.h:
1801 2012-12-19 Alexis Menard <alexis@webkit.org>
1803 Implement CSS parsing for CSS transitions unprefixed.
1804 https://bugs.webkit.org/show_bug.cgi?id=104804
1806 Reviewed by Dean Jackson.
1808 Add a new flag ENABLE_CSS_TRANSFORMS_ANIMATIONS_TRANSITIONS_UNPREFIXED
1809 to cover the work of unprefixing Transforms, Animations and
1810 Transitions. It will let the possibility of each ports to turn it off
1811 in their release branches until we're confident that these CSS
1812 properties are ready to be unprefixed.
1814 * win/tools/vsprops/FeatureDefines.vsprops:
1815 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
1817 2012-12-12 Roger Fong <roger_fong@apple.com>
1819 Enable VIDEO_TRACK on Windows.
1820 https://bugs.webkit.org/show_bug.cgi?id=104706.
1822 Reviewed by Timothy Horton.
1824 Enable VIDEO_TRACK on Windows and update project property files.
1826 * win/tools/vsprops/FeatureDefines.vsprops:
1828 2012-12-12 Sheriff Bot <webkit.review.bot@gmail.com>
1830 Unreviewed, rolling out r137491.
1831 http://trac.webkit.org/changeset/137491
1832 https://bugs.webkit.org/show_bug.cgi?id=104828
1834 broke the builtd (Requested by rfong on #webkit).
1836 * win/tools/vsprops/FeatureDefines.vsprops:
1838 2012-12-11 Roger Fong <roger_fong@apple.com>
1840 Enable VIDEO_TRACK on Windows.
1841 https://bugs.webkit.org/show_bug.cgi?id=104706.
1843 Reviewed by Timothy Horton.
1845 Enable VIDEO_TRACK on Windows and update project property files.
1847 * win/tools/vsprops/FeatureDefines.vsprops:
1849 2012-12-10 Alexis Menard <alexis@webkit.org>
1851 [CSS3 Backgrounds and Borders] Remove CSS3_BACKGROUND feature flag.
1852 https://bugs.webkit.org/show_bug.cgi?id=104539
1854 Reviewed by Antonio Gomes.
1856 As discussed on webkit-dev it is not needed to keep this feature flag
1857 as support for <position> type is a small feature that is already
1858 implemented by three other UAs. It was useful while landing this
1859 feature as partial bits were landed one after one.
1861 * win/tools/vsprops/FeatureDefines.vsprops:
1862 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
1864 2012-12-06 Rick Byers <rbyers@chromium.org>
1866 CSS cursor property should support webkit-image-set
1867 https://bugs.webkit.org/show_bug.cgi?id=99493
1869 Reviewed by Beth Dakin.
1871 Add ENABLE_MOUSE_CURSOR_SCALE - disabled by default
1873 * win/tools/vsprops/FeatureDefines.vsprops:
1874 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
1876 2012-11-26 Roger Fong <roger_fong@apple.com>
1878 Unreviewed. ENABLE_ACCELERATED_OVERFLOW_SCROLLING not enabled on Windows.
1879 Add a feature flag and skip some failing tests.
1880 https://bugs.webkit.org/show_bug.cgi?id=103294
1883 compositing/overflow/scrolling-without-painting.html
1884 compositing/overflow/updating-scrolling-content.html
1886 * win/tools/vsprops/FeatureDefines.vsprops:
1888 2012-11-23 Alexis Menard <alexis@webkit.org>
1890 [CSS3 Backgrounds and Borders] Implement new CSS3 background-position parsing.
1891 https://bugs.webkit.org/show_bug.cgi?id=102104
1893 Reviewed by Julien Chaffraix.
1895 Protect the new feature behind a feature flag.
1897 * win/tools/vsprops/FeatureDefines.vsprops:
1898 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
1900 2012-11-19 Kihong Kwon <kihong.kwon@samsung.com>
1902 Add PROXIMITY_EVENTS feature
1903 https://bugs.webkit.org/show_bug.cgi?id=102658
1905 Reviewed by Kentaro Hara.
1907 Add PROXIMITY_EVENTS feature to win and win-cairo prot.
1909 * win/tools/vsprops/FeatureDefines.vsprops:
1910 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
1912 2012-11-12 Beth Dakin <bdakin@apple.com>
1914 Build fix. Forgot these bits last time.
1916 * libWebKitSystemInterfaceLion.a:
1917 * libWebKitSystemInterfaceMountainLion.a:
1919 2012-11-12 Beth Dakin <bdakin@apple.com>
1921 Zoomed-in scrolling is very slow when deviceScaleFactor > 1
1922 https://bugs.webkit.org/show_bug.cgi?id=101787
1924 Reviewed by Simon Fraser.
1926 wkSetCGFontRenderingMode now takes a BOOL parameter.
1927 * WebKitSystemInterface.h:
1928 * libWebKitSystemInterfaceLion.a:
1929 * libWebKitSystemInterfaceMountainLion.a:
1931 2012-11-08 Anders Carlsson <andersca@apple.com>
1933 Roll WebKitSystemInterface DEPS.
1935 Rubber-stamped by Andreas Kling.
1937 * libWebKitSystemInterfaceLion.a:
1938 * libWebKitSystemInterfaceMountainLion.a:
1940 2012-11-07 Roger Fong <roger_fong@apple.com>
1942 Enable Subpixel Layout on Windows. Rebaseline any failing tests that were rebaselined in r133351.
1943 https://bugs.webkit.org/show_bug.cgi?id=101538
1945 Rubberstamped by Tim Horton.
1947 * win/tools/vsprops/FeatureDefines.vsprops:
1949 2012-11-06 Anders Carlsson <andersca@apple.com>
1953 * WebKitSystemInterface.h:
1955 2012-11-06 Anders Carlsson <andersca@apple.com>
1957 Update Java related WKSI function names
1958 https://bugs.webkit.org/show_bug.cgi?id=101414
1960 Reviewed by Sam Weinig.
1962 Roll WebKitSystemInterface DEPS.
1964 * WebKitSystemInterface.h:
1965 * libWebKitSystemInterfaceLion.a:
1966 * libWebKitSystemInterfaceMountainLion.a:
1968 2012-11-06 Alexey Proskuryakov <ap@apple.com>
1970 Clean up which storage cookie jar functions use
1971 https://bugs.webkit.org/show_bug.cgi?id=101395
1973 Reviewed by Brady Eidson.
1975 * WebKitSystemInterface.h:
1976 * libWebKitSystemInterfaceLion.a:
1977 * libWebKitSystemInterfaceMountainLion.a:
1978 Added WKHTTPCookies() and WKDeleteAllHTTPCookies(). Updated ifdefs for currently
1979 supported OS versions.
1981 2012-11-06 Alexey Proskuryakov <ap@apple.com>
1983 Delete Leopard and Snow Leopard versions of WKSI. These have not been updated in ages.
1985 Rubber-stampted by Mark Rowe.
1987 * libWebKitSystemInterfaceLeopard.a: Removed.
1988 * libWebKitSystemInterfaceSnowLeopard.a: Removed.
1990 2012-11-05 Alexey Proskuryakov <ap@apple.com>
1992 Get rid of setCookieStoragePrivateBrowsingEnabled.
1993 https://bugs.webkit.org/show_bug.cgi?id=101247
1995 Reviewed by Brady Eidson.
1997 * WebKitSystemInterface.h: Removed the function.
1999 2012-11-02 Anders Carlsson <andersca@apple.com>
2001 Don't instantiate the Java plug-in if it's inactive
2002 https://bugs.webkit.org/show_bug.cgi?id=101102
2003 <rdar://problem/12595679>
2005 Reviewed by Andreas Kling.
2007 Update WebKitSystemInterface to a version that has WKJLReportWebComponentsUsed.
2009 * WebKitSystemInterface.h:
2010 * libWebKitSystemInterfaceLion.a:
2011 * libWebKitSystemInterfaceMountainLion.a:
2012 Roll WebKitSystemInterface DERPS.
2014 2012-10-25 Dominik Röttsches <dominik.rottsches@intel.com>
2016 Conditionalize XHR timeout support
2017 https://bugs.webkit.org/show_bug.cgi?id=100356
2019 Reviewed by Adam Barth.
2021 Adding ENABLE_XHR_TIMEOUT feature, which is default off for Apple Win.
2022 See also https://bugs.webkit.org/show_bug.cgi?id=100349 for an attempt
2023 to fix timeout support for CF Network.
2025 * win/tools/vsprops/FeatureDefines.vsprops:
2026 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2028 2012-10-24 Eric Carlson <eric.carlson@apple.com>
2030 Allow ports to override text track rendering style
2031 https://bugs.webkit.org/show_bug.cgi?id=97800
2032 <rdar://problem/12044964>
2034 Reviewed by Maciej Stachowiak.
2036 Update WKSI header with SPI for getting the user caption appearance preferences.
2038 * WebKitSystemInterface.h:
2040 2012-10-19 Dongwoo Joshua Im <dw.im@samsung.com>
2042 Rename ENABLE_CSS3_TEXT_DECORATION to ENABLE_CSS3_TEXT
2043 https://bugs.webkit.org/show_bug.cgi?id=99804
2045 Reviewed by Julien Chaffraix.
2047 CSS3 text related properties will be implemented under this flag,
2048 including text decoration, text-align-last, and text-justify.
2050 * win/tools/vsprops/FeatureDefines.vsprops:
2051 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2053 2012-10-18 Pablo Flouret <pablof@motorola.com>
2055 Implement css3-conditional's @supports rule
2056 https://bugs.webkit.org/show_bug.cgi?id=86146
2058 Reviewed by Antti Koivisto.
2060 * win/tools/vsprops/FeatureDefines.vsprops:
2061 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2062 Add an ENABLE_CSS3_CONDITIONAL_RULES flag.
2064 2012-10-08 Kiran Muppala <cmuppala@apple.com>
2066 Throttle DOM timers on hidden pages.
2067 https://bugs.webkit.org/show_bug.cgi?id=98474
2069 Reviewed by Maciej Stachowiak.
2071 Add HIDDEN_PAGE_DOM_TIMER_THROTTLING feature define.
2073 * win/tools/vsprops/FeatureDefines.vsprops:
2074 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2076 2012-10-05 Sheriff Bot <webkit.review.bot@gmail.com>
2078 Unreviewed, rolling out r130556 and r130564.
2079 http://trac.webkit.org/changeset/130556
2080 http://trac.webkit.org/changeset/130564
2081 https://bugs.webkit.org/show_bug.cgi?id=98572
2083 The patch wasn't reviewed by a reviewer and it is breaking
2084 Chromium Windows (Requested by jchaffraix on #webkit).
2086 * WebKitSystemInterface.h:
2088 2012-10-05 Tim Horton <timothy_horton@apple.com>
2090 Update WebKitSystemInterface libraries and header.
2092 Reviewed by Simon Fraser.
2094 * WebKitSystemInterface.h:
2095 * libWebKitSystemInterfaceLion.a:
2096 * libWebKitSystemInterfaceMountainLion.a:
2097 * libWebKitSystemInterfaceSnowLeopard.a:
2099 2012-10-04 Eric Carlson <eric.carlson@apple.com>
2101 Allow ports to override text track rendering style
2102 https://bugs.webkit.org/show_bug.cgi?id=97800
2103 <rdar://problem/12044964>
2105 Reviewed by Silvia Pfeiffer.
2107 Update WKSI header with SPI for getting the user caption appearance preferences.
2109 * WebKitSystemInterface.h:
2111 2012-09-28 Eric Carlson <eric.carlson@apple.com>
2113 Allow ports to override text track rendering style
2114 <rdar://problem/12044964>
2116 Reviewed by Jessie Berlin.
2118 Update WKSI libraries.
2120 * libWebKitSystemInterfaceLion.a:
2121 * libWebKitSystemInterfaceMountainLion.a:
2122 * libWebKitSystemInterfaceSnowLeopard.a:
2124 2012-09-25 Simon Fraser <simon.fraser@apple.com>
2126 <rdar://problem/12351906> Have DumpRenderTree and WebKitTestRunner crash logs show which test crashed
2128 Reviewed by Tim Horton.
2130 New WKSI libraries and header.
2132 * WebKitSystemInterface.h:
2133 * libWebKitSystemInterfaceLion.a:
2134 * libWebKitSystemInterfaceMountainLion.a:
2135 * libWebKitSystemInterfaceSnowLeopard.a:
2137 2012-09-08 Sam Weinig <sam@webkit.org>
2139 Switch to entering the sandbox directly from main(), rather than waiting for the initialization message
2140 https://bugs.webkit.org/show_bug.cgi?id=96194
2142 Reviewed by Dan Bernstein.
2144 Update WKSI with SPI for getting the bundle URL from an executable URL.
2146 * WebKitSystemInterface.h:
2147 * libWebKitSystemInterfaceLion.a:
2148 * libWebKitSystemInterfaceMountainLion.a:
2149 * libWebKitSystemInterfaceSnowLeopard.a:
2150 Adds WKCopyBundleURLForExecutableURL().
2152 2012-08-29 Tony Chang <tony@chromium.org>
2154 Remove ENABLE_CSS3_FLEXBOX compile time flag
2155 https://bugs.webkit.org/show_bug.cgi?id=95382
2157 Reviewed by Ojan Vafai.
2159 Everyone is already enabling this by default and the spec has stablized.
2161 * win/tools/vsprops/FeatureDefines.vsprops:
2162 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2164 2012-08-15 Bruno de Oliveira Abinader <bruno.abinader@basyskom.com>
2166 [css3-text] Add CSS3 Text decoration compile flag
2167 https://bugs.webkit.org/show_bug.cgi?id=93863
2169 Reviewed by Julien Chaffraix.
2171 This patch handles the compile flag implementation, which will come disabled by
2172 default, thus not exposing the CSS3 text decoration features to the web, unless
2173 when explicitly enabling it with "--css3-text-decoration" build parameter.
2175 * win/tools/vsprops/FeatureDefines.vsprops:
2176 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2178 2012-08-14 Alex Christensen <alex.christensen@flexsim.com>
2180 /SAFESEH should not be a common linker option
2181 https://bugs.webkit.org/show_bug.cgi?id=89372
2183 Reviewed by Darin Adler.
2185 * win/tools/vsprops/common.vsprops:
2186 removed /SAFESEH as a default option for the linker (doesn't work for x64)
2188 2012-08-13 Roger Fong <roger_fong@apple.com>
2190 Enable CSS Sticky Position on Windows.
2191 https://bugs.webkit.org/show_bug.cgi?id=93905
2193 Reviewed by Tim Horton.
2195 As per https://bugs.webkit.org/show_bug.cgi?id=90046, the ENABLE_CSS_STICKY_POSITION needs to be turned on for Windows as well.
2197 * win/tools/vsprops/FeatureDefines.vsprops:
2198 Include ENABLE_CSS_STICKY_POSITION flag.
2200 2012-08-06 Anders Carlsson <andersca@apple.com>
2202 If the Apple Java plug-in is blocked and no runtime is installed, don't load it
2203 https://bugs.webkit.org/show_bug.cgi?id=93289
2204 <rdar://problem/11730092>
2206 Reviewed by Dan Bernstein.
2208 Add WKJLIsRuntimeAndWebComponentsInstalled().
2210 * WebKitSystemInterface.h:
2211 * libWebKitSystemInterfaceLion.a:
2212 * libWebKitSystemInterfaceMountainLion.a:
2214 2012-08-01 Jon Lee <jonlee@apple.com>
2218 Reviewed by Mark Rowe.
2220 * libWebKitSystemInterfaceLion.a:
2221 * libWebKitSystemInterfaceMountainLion.a:
2222 * libWebKitSystemInterfaceSnowLeopard.a:
2224 2012-07-29 Rik Cabanier <cabanier@adobe.com>
2226 Add ENABLE_CSS_COMPOSITING flag
2227 https://bugs.webkit.org/show_bug.cgi?id=92553
2229 Reviewed by Dirk Schulze.
2231 Adds compiler flag CSS_COMPOSITING to build systems to enable CSS blending and compositing. See spec https://dvcs.w3.org/hg/FXTF/rawfile/tip/compositing/index.html
2233 * win/tools/vsprops/FeatureDefines.vsprops:
2234 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2236 2012-07-23 Roger Fong <roger_fong@apple.com>
2238 Disable flexbox on Windows
2239 https://bugs.webkit.org/show_bug.cgi?id=92047
2240 <rdar://problem/11570384>
2242 Reviewed by Darin Adler.
2244 Disabled Flexbox CSS3 syntax on Mac, need to do the same for Windows.
2246 * win/tools/vsprops/FeatureDefines.vsprops:
2247 Disable ENABLE_CSS3_FLEXBOX property.
2249 2012-07-23 Kent Tamura <tkent@chromium.org>
2251 Rename ENABLE_METER_TAG and ENABLE_PROGRESS_TAG to ENABLE_METER_ELEMENT and ENABLE_PROGRESS_ELEMENT respectively
2252 https://bugs.webkit.org/show_bug.cgi?id=91941
2254 Reviewed by Kentaro Hara.
2256 A flag name for an elmement should be ENABLE_*_ELEMENT.
2258 * win/tools/vsprops/FeatureDefines.vsprops:
2259 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2261 2012-07-22 Kent Tamura <tkent@chromium.org>
2263 Rename ENABLE_DETAILS to ENABLE_DETAILS_ELEMENT
2264 https://bugs.webkit.org/show_bug.cgi?id=91928
2266 Reviewed by Kentaro Hara.
2268 A flag name for an elmement should be ENABLE_*_ELEMENT.
2270 * win/tools/vsprops/FeatureDefines.vsprops:
2271 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2273 2012-07-20 Kent Tamura <tkent@chromium.org>
2275 Rename ENABLE_DATALIST to ENABLE_DATALIST_ELEMENT
2276 https://bugs.webkit.org/show_bug.cgi?id=91846
2278 Reviewed by Kentaro Hara.
2280 A flag name for an elmement should be ENABLE_*_ELEMENT.
2282 * win/tools/vsprops/FeatureDefines.vsprops:
2283 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2285 2012-07-11 Mark Rowe <mrowe@apple.com>
2287 Add a Mountain Lion version of libWebKitSystemInterface.a.
2289 Update the WebKitSystemInterface header and binaries.
2291 Reviewed by John Sullivan.
2293 * WebKitSystemInterface.h:
2294 * libWebKitSystemInterfaceLion.a:
2295 * libWebKitSystemInterfaceMountainLion.a: Added.
2296 * libWebKitSystemInterfaceSnowLeopard.a:
2298 2012-07-04 John Mellor <johnme@chromium.org>
2300 Text Autosizing: Add compile flag and runtime setting
2301 https://bugs.webkit.org/show_bug.cgi?id=87394
2303 This patch renames Font Boosting to Text Autosizing.
2305 Reviewed by Adam Barth.
2307 * win/tools/vsprops/FeatureDefines.vsprops:
2308 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2310 2012-06-29 Mihai Balan <mibalan@adobe.com>
2312 [CSS Regions] Adding feature defines for CSS Regions for Windows
2313 https://bugs.webkit.org/show_bug.cgi?id=88645
2315 Reviewed by Tony Chang.
2317 Re-trying to enable CSS regions on Windows. This time only enabling
2318 regions since exclusions lead to some very strange compiling/linking
2321 * win/tools/vsprops/FeatureDefines.vsprops: Added default value for ENABLE_CSS_REGIONS
2322 * win/tools/vsprops/FeatureDefinesCairo.vsprops: ditto
2324 2012-06-28 Brent Fulgham <bfulgham@webkit.org>
2326 [WinCairo] Unreviewed build correction. Add two missing macro
2327 declarations to vsprops file.
2329 * win/tools/vsprops/FeatureDefinesCairo.vsprops: Add missing
2330 ENABLE_HIGH_DPI_CANVAS and ENABLE_REQUEST_ANIMATION_FRAME macros.
2332 2012-06-27 Brent Fulgham <bfulgham@webkit.org>
2334 [WinCairo] Unreviewed build correction. Accidentally turned on
2335 CSS_FILTERS, which is not available in tree.
2337 * win/tools/vsprops/FeatureDefinesCairo.vsprops: Turn CSS_FILTERS
2338 back off for WinCairo target.
2340 2012-06-27 Brent Fulgham <bfulgham@webkit.org>
2342 [WinCairo] Unreviewed build correction. Resync feature defines with
2343 Apple port. Things have drifted apart a little.
2345 * win/tools/vsprops/FeatureDefinesCairo.vsprops: Update to match
2346 Apple port, define some missing features.
2348 2012-06-19 Mike West <mkwst@chromium.org>
2350 Introduce ENABLE_CSP_NEXT configuration flag.
2351 https://bugs.webkit.org/show_bug.cgi?id=89300
2353 Reviewed by Adam Barth.
2355 The 1.0 draft of the Content Security Policy spec is just about to
2356 move to Last Call. We'll hide work on the upcoming 1.1 spec behind
2357 this ENABLE flag, disabled by default.
2359 Spec: https://dvcs.w3.org/hg/content-security-policy/raw-file/tip/csp-specification.dev.html
2361 * win/tools/vsprops/FeatureDefines.vsprops:
2362 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2364 2012-06-15 Sheriff Bot <webkit.review.bot@gmail.com>
2366 Unreviewed, rolling out r120280.
2367 http://trac.webkit.org/changeset/120280
2368 https://bugs.webkit.org/show_bug.cgi?id=89273
2370 Enabling CSS regions broke all Windows tests (Requested by
2371 jhomeycutt on #webkit).
2373 * win/tools/vsprops/FeatureDefines.vsprops:
2374 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2376 2012-06-13 Mihai Balan <mibalan@adobe.com>
2378 Fix for #88645 - enabling regions on Windows
2380 [CSS Regions] Adding feature defines for CSS Regions & exclusions for Windows
2381 https://bugs.webkit.org/show_bug.cgi?id=88645
2383 Reviewed by Sam Weinig.
2385 Previous work on #87442 added feature defines to allow proper disabling of CSS Regions and
2386 exclusions (previously even with the feature disabled, parsing still worked). However, the
2387 feature defines were enabled on Mac only - they were broken on Windows. This
2388 patch adds the feature defines to (re)enable regions and exclusions on Windows.
2390 * win/tools/vsprops/FeatureDefines.vsprops: Added default value for ENABLE_CSS_EXCLUSIONS and ENABLE_CSS_REGIONS
2391 * win/tools/vsprops/FeatureDefinesCairo.vsprops: ditto
2393 2012-06-11 Alexis Menard <alexis.menard@openbossa.org>
2395 [CSS3 Backgrounds and Borders] Protect box-decoration-break behind a feature flag.
2396 https://bugs.webkit.org/show_bug.cgi?id=88804
2398 Reviewed by Tony Chang.
2400 Protect box-decoration-break behind a feature flag enabled by default.
2402 * win/tools/vsprops/FeatureDefines.vsprops:
2403 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2405 2012-06-11 Anders Carlsson <andersca@apple.com>
2407 Pass the right color space over to the web process so we can set it on our CA context
2408 https://bugs.webkit.org/show_bug.cgi?id=88819
2409 <rdar://problem/11629050>
2411 Reviewed by John Sullivan.
2413 Add WKCAContextSetColorSpace and WKCAContextGetColorSpace.
2415 * WebKitSystemInterface.h:
2416 * libWebKitSystemInterfaceLion.a:
2417 * libWebKitSystemInterfaceSnowLeopard.a:
2419 2012-06-09 Sukolsak Sakshuwong <sukolsak@google.com>
2421 Add UNDO_MANAGER flag
2422 https://bugs.webkit.org/show_bug.cgi?id=87908
2424 Reviewed by Tony Chang.
2426 * win/tools/vsprops/FeatureDefines.vsprops:
2427 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2429 2012-06-05 Dongwoo Im <dw.im@samsung.com>
2431 Add 'isProtocolHandlerRegistered' and 'unregisterProtocolHandler'.
2432 https://bugs.webkit.org/show_bug.cgi?id=73176
2434 Reviewed by Adam Barth.
2436 Two more APIs are added in Custom Scheme Handler specification.
2437 http://dev.w3.org/html5/spec/Overview.html#custom-handlers
2438 One is 'isProtocolHandlerRegistered' to query whether the specific URL
2439 is registered or not.
2440 The other is 'unregisterProtocolHandler' to remove the registered URL.
2442 * win/tools/vsprops/FeatureDefines.vsprops: Add a macro 'ENABLE_CUSTOM_SCHEME_HANDLER'.
2443 * win/tools/vsprops/FeatureDefinesCairo.vsprops: Add a macro 'ENABLE_CUSTOM_SCHEME_HANDLER'.
2445 2012-05-29 Jessie Berlin <jberlin@apple.com>
2447 [Win] ~1/2 of all the iframe seamless tests fail
2448 https://bugs.webkit.org/show_bug.cgi?id=87543
2450 Rubber-stamped by Eric Seidel.
2452 Finish enabling IFRAME_SEAMLESS on Windows.
2454 * win/tools/vsprops/FeatureDefines.vsprops:
2456 2012-05-28 Vivek Galatage <vivekgalatage@gmail.com>
2458 Remove obsolete feature define ENABLE_3D_CANVAS from FeatureDefines.vsprops for windows
2459 https://bugs.webkit.org/show_bug.cgi?id=87622
2461 Reviewed by Eric Seidel.
2463 Removed the ENABLE_3D_CANVAS from the property define as this is
2464 obsolete since bug #53041
2466 * win/tools/vsprops/FeatureDefines.vsprops:
2468 2012-05-24 John Mellor <johnme@chromium.org>
2470 Font Boosting: Add compile flag and runtime setting
2471 https://bugs.webkit.org/show_bug.cgi?id=87394
2473 Reviewed by Adam Barth.
2475 Add ENABLE_FONT_BOOSTING.
2477 * win/tools/vsprops/FeatureDefines.vsprops:
2478 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2480 2012-05-23 Ojan Vafai <ojan@chromium.org>
2482 add back the ability to disable flexbox
2483 https://bugs.webkit.org/show_bug.cgi?id=87147
2485 Reviewed by Tony Chang.
2487 * win/tools/vsprops/FeatureDefines.vsprops:
2488 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2490 2012-05-10 Anders Carlsson <andersca@apple.com>
2492 WebKit1: Add a way to blacklist specific plug-ins/plug-in versions
2493 https://bugs.webkit.org/show_bug.cgi?id=86150
2494 <rdar://problem/9551196>
2496 Reviewed by Sam Weinig.
2498 Add WKShouldBlockPlugin.
2500 * WebKitSystemInterface.h:
2501 * libWebKitSystemInterfaceLion.a:
2502 * libWebKitSystemInterfaceSnowLeopard.a:
2504 2012-05-08 Jon Lee <jonlee@apple.com>
2506 Safari warns that it needs to resend the form in an iFrame when going back
2507 https://bugs.webkit.org/show_bug.cgi?id=82658
2508 <rdar://problem/11292558>
2510 Reviewed by Darin Adler.
2512 * WebKitSystemInterface.h:
2513 * libWebKitSystemInterfaceLeopard.a:
2514 * libWebKitSystemInterfaceLion.a:
2515 * libWebKitSystemInterfaceSnowLeopard.a:
2517 2012-05-07 Eric Seidel <eric@webkit.org>
2519 Add ENABLE_IFRAME_SEAMLESS so Apple can turn off SEAMLESS if needed
2520 https://bugs.webkit.org/show_bug.cgi?id=85822
2522 Reviewed by Adam Barth.
2524 * win/tools/vsprops/FeatureDefines.vsprops:
2526 2012-05-06 Eric Seidel <eric@webkit.org>
2528 Remove 3D_CANVAS define from vsprops files (it was renamed WEBGL many months ago)
2529 https://bugs.webkit.org/show_bug.cgi?id=85743
2531 Reviewed by Adam Barth.
2533 * win/tools/vsprops/FeatureDefines.vsprops:
2534 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2536 2012-05-02 Eric Seidel <eric@webkit.org>
2538 Resort FeatureDefinesCairo.vcprops to actually be alphabetical (in preparation for autogeneration)
2539 https://bugs.webkit.org/show_bug.cgi?id=85454
2541 Reviewed by Adam Barth.
2543 The PreprocessorDefinitions line is still not sorted, but I'll do that in a separate patch.
2544 There is no functional change in this patch. Just moving the defines around.
2545 Its interesting to me that now that it's sorted and I can easily compare this with other
2546 ports and found that a whole bunch of defines which should be on for Cairo are off,
2547 likely due to Cairo simply being overlooked. These oversights should be easy to avoid
2548 in an autogenerated world.
2550 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2552 2012-05-02 Eric Seidel <eric@webkit.org>
2554 Fix tabs vs. space formating in FeatureDefines.vsprops and fix alphabetical sorting
2555 https://bugs.webkit.org/show_bug.cgi?id=85445
2557 Reviewed by Adam Barth.
2559 I noticed this when comparing my auto-generated output for this file vs. the one
2560 we have checked in. Seems we might as well fix the checked in file to be
2561 consistent in style with itself. :)
2563 * win/tools/vsprops/FeatureDefines.vsprops:
2565 2012-04-27 Gavin Peters <gavinp@chromium.org>
2567 Add new ENABLE_LINK_PRERENDER define to control the Prerendering API
2568 https://bugs.webkit.org/show_bug.cgi?id=84871
2570 Reviewed by Adam Barth.
2572 Prerendering is currently covered by the ENABLE_LINK_PREFETCH macro, but the new Prerendering
2573 API separates it from prefetching. Having separate include guards lets ports enable prefetching,
2574 a relatively easy change, without needing to build the infrastructure for prerendering, which
2575 is considerably more complicated.
2577 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2579 2012-04-10 Adam Barth <abarth@webkit.org>
2581 Limit -apple- and -khtml- to ENABLE(DASHBOARD_SUPPORT)
2582 https://bugs.webkit.org/show_bug.cgi?id=83256
2584 Reviewed by Eric Seidel.
2586 * win/tools/vsprops/FeatureDefines.vsprops:
2588 2012-04-09 Beth Dakin <bdakin@apple.com>
2590 <rdar://problem/11214796>
2592 New WKSI will hopefully fix a common crash seen by the bots in libRIP.A.dylib:
2595 Reviewed by Simon Fraser.
2597 * libWebKitSystemInterfaceLeopard.a:
2598 * libWebKitSystemInterfaceLion.a:
2599 * libWebKitSystemInterfaceSnowLeopard.a:
2601 2012-04-06 Dan Bernstein <mitz@apple.com>
2603 <rdar://problem/10912476> HiDPI: Have canvas use a hidpi backing store, but downsample upon access
2605 Reviewed by Sam Weinig.
2607 * win/tools/vsprops/FeatureDefines.vsprops: Added ENABLE_HIGH_DPI_CANVAS.
2609 2012-04-03 Keishi Hattori <keishi@webkit.org>
2611 Disable ENABLE_DATALIST for now
2612 https://bugs.webkit.org/show_bug.cgi?id=82871
2614 Reviewed by Kent Tamura.
2616 * win/tools/vsprops/FeatureDefines.vsprops: Disabled ENABLE_DATALIST.
2618 2012-03-30 Keishi Hattori <keishi@webkit.org>
2620 Change ENABLE_INPUT_COLOR to ENABLE_INPUT_TYPE_COLOR and enable it for chromium
2621 https://bugs.webkit.org/show_bug.cgi?id=80972
2623 Reviewed by Kent Tamura.
2625 * win/tools/vsprops/FeatureDefines.vsprops:
2626 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2628 2012-03-20 Steve Falkenburg <sfalken@apple.com>
2630 Disable LTCG on Windows to avoid out of process space errors while linking
2631 https://bugs.webkit.org/show_bug.cgi?id=81714
2633 Reviewed by Jessie Berlin.
2635 * win/tools/vsprops/production.vsprops:
2637 2012-03-14 Jer Noble <jer.noble@apple.com>
2639 Wrong icon to restore to windowed mode in full screen video panel
2640 https://bugs.webkit.org/show_bug.cgi?id=70437
2642 Reviewed by Eric Carlson.
2644 * WebKitSystemInterface.h: Added WKMediaUIPartExitFullscreenButton.
2645 * libWebKitSystemInterfaceLeopard.a:
2646 * libWebKitSystemInterfaceLion.a:
2647 * libWebKitSystemInterfaceSnowLeopard.a:
2648 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
2649 * win/lib/WebKitSystemInterface.lib:
2651 2012-03-13 Adam Barth <abarth@webkit.org> && Benjamin Poulain <bpoulain@apple.com>
2653 Always enable ENABLE(CLIENT_BASED_GEOLOCATION)
2654 https://bugs.webkit.org/show_bug.cgi?id=78853
2656 Reviewed by Adam Barth.
2658 * win/tools/vsprops/FeatureDefines.vsprops:
2659 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2661 2012-03-12 Enrica Casucci <enrica@apple.com>
2663 WebKit2: remove NSPasteboard access for promised data from the WebProcess
2664 https://bugs.webkit.org/show_bug.cgi?id=80073
2666 * WebKitSystemInterface.h: Touched the file to make build system happy.
2667 * libWebKitSystemInterfaceLeopard.a:
2668 * libWebKitSystemInterfaceLion.a:
2669 * libWebKitSystemInterfaceSnowLeopard.a:
2671 2012-03-09 Jon Lee <jonlee@apple.com>
2673 Add support for ENABLE(LEGACY_NOTIFICATIONS)
2674 https://bugs.webkit.org/show_bug.cgi?id=80497
2676 Reviewed by Adam Barth.
2678 Prep for b80472: Update API for Web Notifications
2679 * win/tools/vsprops/FeatureDefines.vsprops:
2680 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2682 2012-03-09 Ashod Nakashian <ashodnakashian@yahoo.com>
2684 Bash scripts should support LF endings only
2685 https://bugs.webkit.org/show_bug.cgi?id=79509
2687 Reviewed by David Kilzer.
2689 * win/tools/scripts/feature-defines.sh: Modified property svn:eol-style.
2691 2012-03-05 Sam Weinig <sam@webkit.org>
2693 Fix the SnowLeoaprd build.
2695 * WebKitSystemInterface.h:
2696 * libWebKitSystemInterfaceLeopard.a:
2697 * libWebKitSystemInterfaceLion.a:
2698 * libWebKitSystemInterfaceSnowLeopard.a:
2700 2012-03-05 Sam Weinig <sam@webkit.org>
2702 Update WebKitSystemInterface for WKCAContext additions.
2704 * WebKitSystemInterface.h:
2705 * libWebKitSystemInterfaceLeopard.a:
2706 * libWebKitSystemInterfaceLion.a:
2707 * libWebKitSystemInterfaceSnowLeopard.a:
2709 2012-03-03 Hans Wennborg <hans@chromium.org>
2711 Implement Speech JavaScript API
2712 https://bugs.webkit.org/show_bug.cgi?id=80019
2714 Reviewed by Adam Barth.
2716 Add ENABLE_SCRIPTED_SPEECH.
2718 * win/tools/vsprops/FeatureDefines.vsprops:
2719 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2721 2012-03-01 Nikolas Zimmermann <nzimmermann@rim.com>
2723 Unreviewed, rolling out r109255.
2724 http://trac.webkit.org/changeset/109255
2725 https://bugs.webkit.org/show_bug.cgi?id=79932
2727 Breaks rounded rects with dashed strokes in SVG
2729 * WebKitSystemInterface.h:
2730 * libWebKitSystemInterfaceLeopard.a:
2731 * libWebKitSystemInterfaceLion.a:
2732 * libWebKitSystemInterfaceSnowLeopard.a:
2734 2012-02-29 Tim Horton <timothy_horton@apple.com>
2736 Make use of CG rounded-rect primitives
2737 https://bugs.webkit.org/show_bug.cgi?id=79932
2738 <rdar://problem/9274953>
2740 Reviewed by Simon Fraser.
2742 Add wkCGPathAddRoundedRect.
2744 * WebKitSystemInterface.h:
2745 * libWebKitSystemInterfaceLeopard.a:
2746 * libWebKitSystemInterfaceLion.a:
2747 * libWebKitSystemInterfaceSnowLeopard.a:
2749 2012-02-28 Jer Noble <jer.noble@apple.com>
2751 Full screen video volume slider has "progress bar"
2752 https://bugs.webkit.org/show_bug.cgi?id=79812
2754 Reviewed by Eric Carlson.
2756 * WebKitSystemInterface.h:
2757 * libWebKitSystemInterfaceLeopard.a:
2758 * libWebKitSystemInterfaceLion.a:
2759 * libWebKitSystemInterfaceSnowLeopard.a:
2760 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
2761 * win/lib/WebKitSystemInterface.lib:
2763 2012-02-28 Simon Fraser <simon.fraser@apple.com>
2765 Update WebKitSystemInterface.
2767 Reviewed by Sam Weinig.
2769 * WebKitSystemInterface.h:
2770 * libWebKitSystemInterfaceLeopard.a:
2771 * libWebKitSystemInterfaceLion.a:
2772 * libWebKitSystemInterfaceSnowLeopard.a:
2774 2012-02-28 Alexey Proskuryakov <ap@apple.com>
2776 [Mac] Add an experimental SPI for plug-ins to enter sandbox
2777 https://bugs.webkit.org/show_bug.cgi?id=79709
2779 This pulls a lot of WKSI changes at once, because the script that updates it didn't
2782 * WebKitSystemInterface.h:
2783 * libWebKitSystemInterfaceLeopard.a:
2784 * libWebKitSystemInterfaceLion.a:
2785 * libWebKitSystemInterfaceSnowLeopard.a:
2787 2012-02-10 Adam Klein <adamk@chromium.org>
2789 Enable MUTATION_OBSERVERS by default on all platforms
2790 https://bugs.webkit.org/show_bug.cgi?id=78196
2792 Reviewed by Ojan Vafai.
2794 * win/tools/vsprops/FeatureDefines.vsprops:
2795 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2797 2012-02-06 Matthew Delaney <mdelaney@apple.com>
2799 toDataURL() uses stale data after putImageData()
2800 https://bugs.webkit.org/show_bug.cgi?id=65767
2802 Added WKCGContextResetClip for use in reseting clip for new putByteArray method.
2804 Reviewed by Chris Marrin.
2806 * WebKitSystemInterface.h: Added WKCGContextResetClip.
2807 * libWebKitSystemInterfaceLeopard.a:
2808 * libWebKitSystemInterfaceSnowLeopard.a:
2809 * libWebKitSystemInterfaceLion.a:
2811 2012-02-02 Chris Marrin <cmarrin@apple.com>
2813 Turn on CSS Filters on Windows
2814 https://bugs.webkit.org/show_bug.cgi?id=76667
2816 Turned on CSS_FILTERS for Windows
2818 Reviewed by Adele Peterson.
2820 * win/tools/vsprops/FeatureDefines.vsprops:
2822 2012-02-02 Sheriff Bot <webkit.review.bot@gmail.com>
2824 Unreviewed, rolling out r106566.
2825 http://trac.webkit.org/changeset/106566
2826 https://bugs.webkit.org/show_bug.cgi?id=77673
2828 Broke the Windows build (Requested by jessieberlin on
2831 * win/tools/vsprops/FeatureDefines.vsprops:
2833 2012-02-02 Chris Marrin <cmarrin@apple.com>
2835 Turn on CSS Filters on Windows
2836 https://bugs.webkit.org/show_bug.cgi?id=76667
2838 Turned on CSS_FILTERS for Windows
2840 Reviewed by Adele Peterson.
2842 * win/tools/vsprops/FeatureDefines.vsprops:
2844 2012-01-26 Nikolas Zimmermann <nzimmermann@rim.com>
2846 Not reviewed. Fix win build, by disabling ENABLE_SHADOW_DOM by default.
2848 * win/tools/vsprops/FeatureDefines.vsprops:
2849 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2851 2012-01-25 Hajime Morita <morrita@google.com>>
2853 ENABLE_SHADOW_DOM should be available via build-webkit --shadow-dom
2854 https://bugs.webkit.org/show_bug.cgi?id=76863
2856 Reviewed by Dimitri Glazkov.
2858 Added a feature flag.
2860 * win/tools/vsprops/FeatureDefines.vsprops:
2861 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2863 2012-01-16 Brent Fulgham <bfulgham@webkit.org>
2865 [WinCairo] Build correction. Switch to Apple style builds without
2866 the _debug postfix so that launching tools, etc., will work properly.
2868 * win/tools/vsprops/debug_wincairo.vsprops: Remove use of _debug in
2869 output files to be consistent with WebKit build/test tools.
2871 2012-01-05 Dan Bernstein <mitz@apple.com>
2873 <rdar://problem/10633760> Update copyright strings
2875 Reviewed by Mark Rowe.
2877 * win/tools/scripts/COPYRIGHT-END-YEAR:
2879 2011-12-06 Roland Steiner <rolandsteiner@chromium.org>
2881 <style scoped>: disable on Windows by default
2882 https://bugs.webkit.org/show_bug.cgi?id=73893
2884 Reviewed by Andreas Kling.
2886 * win/tools/vsprops/FeatureDefines.vsprops:
2887 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2889 2011-11-20 Roland Steiner <rolandsteiner@chromium.org>
2891 <style scoped>: add ENABLE(STYLE_SCOPED) flag to WebKit
2892 https://bugs.webkit.org/show_bug.cgi?id=72848
2894 Reviewed by Dimitri Glazkov.
2896 * win/tools/vsprops/FeatureDefines.vsprops:
2897 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2899 2011-11-14 Julien Chaffraix <jchaffraix@webkit.org>
2901 Add --css-grid-layout to build-webkit and the build systems
2902 https://bugs.webkit.org/show_bug.cgi?id=72320
2904 Reviewed by Ojan Vafai.
2906 * win/tools/vsprops/FeatureDefines.vsprops:
2907 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2909 2011-11-14 Tony Chang <tony@chromium.org>
2911 Remove the CSS3_FLEXBOX compile time flag and enable on all ports
2912 https://bugs.webkit.org/show_bug.cgi?id=72196
2914 Reviewed by Ojan Vafai.
2916 * win/tools/vsprops/FeatureDefines.vsprops:
2917 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2919 2011-11-11 Alexey Proskuryakov <ap@apple.com>
2921 WebProcess should use AppSandbox style quarantine
2922 https://bugs.webkit.org/show_bug.cgi?id=72168
2923 <rdar://problem/10434292>
2925 Reviewed by Darin Adler.
2927 * WebKitSystemInterface.h:
2928 * libWebKitSystemInterfaceLion.a:
2929 Added WKEnableSandboxStyleFileQuarantine().
2931 * libWebKitSystemInterfaceLeopard.a:
2932 * libWebKitSystemInterfaceSnowLeopard.a:
2933 Not sure why these also changed, but updating to match most recent build.
2935 2011-11-02 Dean Jackson <dino@apple.com>
2937 Add ENABLE_CSS_SHADERS flag
2938 https://bugs.webkit.org/show_bug.cgi?id=71394
2940 Reviewed by Sam Weinig.
2942 * win/tools/vsprops/FeatureDefines.vsprops:
2943 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2945 2011-10-24 Michael Saboff <msaboff@apple.com>
2947 WebKit doesn't build with recent changes to libdispatch
2948 https://bugs.webkit.org/show_bug.cgi?id=70737
2950 Added new WebKitSystemInterface method CreateVMPressureDispatchOnMainQueue.
2952 * WebKitSystemInterface.h:
2953 * libWebKitSystemInterfaceLeopard.a:
2954 * libWebKitSystemInterfaceLion.a:
2955 * libWebKitSystemInterfaceSnowLeopard.a:
2957 2011-10-21 Jeff Miller <jeffm@apple.com>
2959 Focus rings are too thin in HiDPI in WebKit2
2960 https://bugs.webkit.org/show_bug.cgi?id=70396
2962 Rename wkSetPatternBaseCTM() to wkSetBaseCTM().
2964 Reviewed by Beth Dakin.
2966 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
2967 * win/lib/WebKitSystemInterface.lib:
2969 2011-10-19 Beth Dakin <bdakin@apple.com>
2971 Try to fix the Chromium build.
2973 * WebKitSystemInterface.h:
2974 * libWebKitSystemInterfaceLeopard.a:
2975 * libWebKitSystemInterfaceLion.a:
2976 * libWebKitSystemInterfaceSnowLeopard.a:
2978 2011-10-19 Beth Dakin <bdakin@apple.com>
2980 https://bugs.webkit.org/show_bug.cgi?id=70396
2981 Focus rings are too thin in HiDPI in WebKit2
2983 <rdar://problem/10086876>
2985 Reviewed by Dan Bernstein.
2987 Renamed an existing WebKitSystemInterface function.
2988 * WebKitSystemInterface.h:
2989 * libWebKitSystemInterfaceLion.a:
2990 * libWebKitSystemInterfaceSnowLeopard.a:
2992 2011-10-18 Adam Barth <abarth@webkit.org>
2994 Always enable ENABLE(XPATH)
2995 https://bugs.webkit.org/show_bug.cgi?id=70217
2997 Reviewed by Eric Seidel.
2999 * win/tools/vsprops/FeatureDefines.vsprops:
3000 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3002 2011-10-17 Adam Roben <aroben@apple.com>
3008 5>c:\cygwin\home\buildbot\slave\win-release\build\webkitbuild\release\obj\webcore\derivedsources\jssvgpathsegcurvetoquadraticrel.cpp(128) : fatal error C1128: number of sections exceeded object file format limit : compile with /bigobj
3010 * win/tools/vsprops/common.vsprops: Specify /bigobj to the compiler.
3012 2011-10-16 Adam Barth <abarth@webkit.org>
3014 Always enable ENABLE(DOM_STORAGE)
3015 https://bugs.webkit.org/show_bug.cgi?id=70189
3017 Reviewed by Eric Seidel.
3019 * win/tools/vsprops/FeatureDefines.vsprops:
3020 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3022 2011-10-14 Dan Bernstein <mitz@apple.com>
3024 REGRESSION (Safari 5.1 - 5.1.1): CSS nesw-resize cursor shows up as a sw-resize cursor
3025 https://bugs.webkit.org/show_bug.cgi?id=70081
3027 Reviewed by Anders Carlsson.
3029 * WebKitSystemInterface.h: Unrelated change, perhaps needed for bug 68478.
3030 * libWebKitSystemInterfaceLeopard.a:
3031 * libWebKitSystemInterfaceLion.a:
3032 * libWebKitSystemInterfaceSnowLeopard.a:
3034 2011-10-13 Arko Saha <arko@motorola.com>
3036 Microdata: Basic implementation of document.getItems() method.
3037 https://bugs.webkit.org/show_bug.cgi?id=68610
3039 Reviewed by Ryosuke Niwa.
3041 Added ENABLE(MICRODATA) feature flag. Implement document.getItems() DOM API.
3042 Spec: http://www.whatwg.org/specs/web-apps/current-work/complete/microdata.html
3044 * win/tools/vsprops/FeatureDefines.vsprops:
3045 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3047 2011-10-12 Adam Barth <abarth@webkit.org>
3049 Remove ENABLE(XHTMLMP) and associated code
3050 https://bugs.webkit.org/show_bug.cgi?id=69729
3052 Reviewed by David Levin.
3054 * win/tools/vsprops/FeatureDefines.vsprops:
3055 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3057 2011-10-11 Kent Tamura <tkent@chromium.org>
3059 C4481 warning should be disabled for OVERRIDE and FINAL.
3060 https://bugs.webkit.org/show_bug.cgi?id=69904
3062 Reviewed by Adam Roben.
3064 * win/tools/vsprops/common.vsprops: Disable C4481.
3066 2011-10-04 Kent Tamura <tkent@chromium.org>
3068 Introduce feature flags for incomplete input types
3069 https://bugs.webkit.org/show_bug.cgi?id=68971
3071 Reviewed by Hajime Morita.
3073 * win/tools/vsprops/FeatureDefines.vsprops:
3074 Add ENABLE_INPUT_TYPE_* flags. They are disabled by default.
3075 * win/tools/vsprops/FeatureDefinesCairo.vsprops: ditto.
3077 2011-10-04 Scott Graham <scottmg@chromium.org>
3079 Add GAMEPAD feature flag
3080 https://bugs.webkit.org/show_bug.cgi?id=66859
3082 Reviewed by Darin Fisher.
3084 * win/tools/vsprops/FeatureDefines.vsprops:
3085 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3087 2011-09-26 Chris Marrin <cmarrin@apple.com>
3089 Enable requestAnimationFrame on Windows
3090 https://bugs.webkit.org/show_bug.cgi?id=68397
3092 Reviewed by Simon Fraser.
3094 Enable REQUEST_ANIMATION_FRAME for Windows
3096 * win/tools/vsprops/FeatureDefines.vsprops:
3098 2011-09-24 Adam Barth <abarth@webkit.org>
3100 Always enable ENABLE(OFFLINE_WEB_APPLICATIONS)
3101 https://bugs.webkit.org/show_bug.cgi?id=68767
3103 Reviewed by Eric Seidel.
3105 * win/tools/vsprops/FeatureDefines.vsprops:
3106 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3108 2011-09-23 Adam Klein <adamk@chromium.org>
3110 Add ENABLE_MUTATION_OBSERVERS feature flag
3111 https://bugs.webkit.org/show_bug.cgi?id=68732
3113 Reviewed by Ojan Vafai.
3115 This flag will guard an implementation of the "Mutation Observers" proposed in
3116 http://lists.w3.org/Archives/Public/public-webapps/2011JulSep/1622.html
3118 * win/tools/vsprops/FeatureDefines.vsprops:
3119 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3121 2011-09-22 Dean Jackson <dino@apple.com>
3123 Add ENABLE_CSS_FILTERS
3124 https://bugs.webkit.org/show_bug.cgi?id=68652
3126 Reviewed by Simon Fraser.
3128 * win/tools/vsprops/FeatureDefines.vsprops:
3129 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3131 2011-09-19 Adam Barth <abarth@webkit.org>
3133 Always enable ENABLE(EVENTSOURCE)
3134 https://bugs.webkit.org/show_bug.cgi?id=68414
3136 Reviewed by Eric Seidel.
3138 * win/tools/vsprops/FeatureDefines.vsprops:
3139 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3141 2011-09-15 Adam Barth <abarth@webkit.org>
3143 Rename ENABLE(DATABASE) to ENABLE(SQL_DATABASE)
3144 https://bugs.webkit.org/show_bug.cgi?id=68205
3146 Reviewed by Eric Seidel.
3148 * win/tools/vsprops/FeatureDefines.vsprops:
3149 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3151 2011-09-15 Eric Seidel <eric@webkit.org>
3153 Remove ENABLE(SVG_AS_IMAGE) since all major ports have it on by default
3154 https://bugs.webkit.org/show_bug.cgi?id=68182
3156 Reviewed by Adam Barth.
3158 * win/tools/vsprops/FeatureDefines.vsprops:
3159 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3161 2011-09-15 Eric Seidel <eric@webkit.org>
3163 Remove ENABLE_SVG_ANIMATION as all major ports have it on by default
3164 https://bugs.webkit.org/show_bug.cgi?id=68022
3166 Reviewed by Ryosuke Niwa.
3168 * win/tools/vsprops/FeatureDefines.vsprops:
3169 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3171 2011-09-14 Eric Seidel <eric@webkit.org>
3173 Remove ENABLE_SVG_USE as <use> is required by HTML5
3174 https://bugs.webkit.org/show_bug.cgi?id=68019
3176 Reviewed by Ryosuke Niwa.
3178 I missed a couple uses of SVG_USE in my previous patch.
3180 * win/tools/vsprops/FeatureDefines.vsprops:
3181 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3183 2011-09-13 Eric Seidel <eric@webkit.org>
3185 Remove ENABLE_SVG_USE as <use> is required by HTML5
3186 https://bugs.webkit.org/show_bug.cgi?id=68019
3188 Reviewed by Ryosuke Niwa.
3190 * win/tools/vsprops/FeatureDefines.vsprops:
3191 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3193 2011-09-13 Eric Seidel <eric@webkit.org>
3195 Remove ENABLE_SVG_FOREIGN_OBJECT as it is a required part of HTML5
3196 https://bugs.webkit.org/show_bug.cgi?id=68018
3198 Reviewed by Ryosuke Niwa.
3200 * win/tools/vsprops/FeatureDefines.vsprops:
3201 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3203 2011-09-01 Tim Horton <timothy_horton@apple.com>
3205 REGRESSION: Rendering artifacts on a rotated, pattern filled shape
3206 https://bugs.webkit.org/show_bug.cgi?id=53055
3207 <rdar://problem/8910917>
3209 Reviewed by Simon Fraser.
3211 Introduce wkCGPatternCreateWithImageAndTransform.
3213 * WebKitSystemInterface.h:
3214 * libWebKitSystemInterfaceLeopard.a:
3215 * libWebKitSystemInterfaceLion.a:
3216 * libWebKitSystemInterfaceSnowLeopard.a:
3217 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
3218 * win/lib/WebKitSystemInterface.lib:
3220 2011-08-30 Aaron Colwell <acolwell@chromium.org>
3222 Add MediaSource API to HTMLMediaElement
3223 https://bugs.webkit.org/show_bug.cgi?id=64731
3225 Reviewed by Eric Carlson.
3227 * win/tools/vsprops/FeatureDefines.vsprops:
3228 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3230 2011-08-24 Lucas Forschler <lforschler@apple.com>
3232 Update SVN properties to help out the Windows EWS bots.
3234 Reviewed by Adam Roben.
3236 * win: Modified properties svn:ignore.
3237 * win/include: Modified property svn:ignore.
3238 * win/lib: Modified property svn:ignore.
3240 2011-08-18 Beth Dakin <bdakin@apple.com>
3242 Reviewed by Sam Weinig.
3244 https://bugs.webkit.org/show_bug.cgi?id=66495
3245 Lion-specific scroller SPIs can use forward declaration instead of
3246 WebKitSystemInterface
3248 * WebKitSystemInterface.h:
3249 * libWebKitSystemInterfaceLeopard.a:
3250 * libWebKitSystemInterfaceLion.a:
3251 * libWebKitSystemInterfaceSnowLeopard.a:
3253 2011-07-28 Dan Bernstein <mitz@apple.com>
3255 WebKitSystemInterface support for
3256 <rdar://problem/9589433> Displaying Japanese dictionary contents in vertical orientation takes a couple of seconds
3258 Reviewed by Darin Adler.
3260 * WebKitSystemInterface.h: Added WKGetVerticalGlyphsForCharacters().
3261 * libWebKitSystemInterfaceLeopard.a:
3262 * libWebKitSystemInterfaceLion.a:
3263 * libWebKitSystemInterfaceSnowLeopard.a:
3265 2011-07-22 Jessie Berlin <jberlin@apple.com>
3267 [WebKit2] Changing the cookie accept policy in Private Browsing doesn’t work.
3268 https://bugs.webkit.org/show_bug.cgi?id=64997
3270 Reviewed by Ada Chan.
3272 Add a wrapper around the setter for the CF HTTP cookie accept policy (since it is not
3273 declared in the public headers on Snow Leopard). This wrapper is not necessary for Windows.
3275 * WebKitSystemInterface.h:
3276 * libWebKitSystemInterfaceLeopard.a:
3277 * libWebKitSystemInterfaceLion.a:
3278 * libWebKitSystemInterfaceSnowLeopard.a:
3280 2011-07-15 Pratik Solanki <psolanki@apple.com>
3282 Part of https://bugs.webkit.org/show_bug.cgi?id=63674
3283 Get webkit to compile with USE(CFNETWORK) enabled on Mac
3285 Reviewed by David Kilzer.
3287 New WebKitSystemInterface functions for CFNetwork-based loader.
3289 * WebKitSystemInterface.h:
3290 * libWebKitSystemInterfaceLeopard.a:
3291 * libWebKitSystemInterfaceLion.a:
3292 * libWebKitSystemInterfaceSnowLeopard.a:
3294 2011-07-12 Brent Fulgham <bfulgham@webkit.org>
3296 Standardize WinCairo conditionalized code under PLATFORM macro.
3297 https://bugs.webkit.org/show_bug.cgi?id=64377
3299 Reviewed by Maciej Stachowiak.
3301 * win/tools/vsprops/WinCairo.vsprops: Update to comply with PLATFORM
3302 macro definition (WTF_PLATFORM_WIN_CAIRO)
3304 2011-07-02 Mark Rowe <mrowe@apple.com>
3306 Update the header file too.
3308 * WebKitSystemInterface.h:
3310 2011-07-02 Mark Rowe <mrowe@apple.com>
3312 Update WebKitSystemInterface binaries.
3314 * libWebKitSystemInterfaceLeopard.a:
3315 * libWebKitSystemInterfaceLion.a: Added.
3316 * libWebKitSystemInterfaceSnowLeopard.a:
3318 2011-06-28 Brent Fulgham <bfulgham@webkit.org>
3320 Unreviewed build correction. Link to correct library for
3323 * win/tools/vsprops/WinCairo.vsprops: Don't link to the static
3324 zlib.lib when building for WinCairo.
3326 2011-06-21 MORITA Hajime <morrita@google.com>
3328 Unreviewed, rolling out r89401 and r89403.
3329 http://trac.webkit.org/changeset/89401
3330 http://trac.webkit.org/changeset/89403
3331 https://bugs.webkit.org/show_bug.cgi?id=62970
3333 Breaks mac build and mistakenly enables the spellcheck API
3335 * win/tools/vsprops/FeatureDefines.vsprops:
3336 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3338 2011-06-20 MORITA Hajime <morrita@google.com>
3340 Reviewed by Kent Tamura.
3342 Spellcheck API should be build-able.
3343 https://bugs.webkit.org/show_bug.cgi?id=62970
3345 * win/tools/vsprops/FeatureDefines.vsprops:
3346 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3348 2011-06-20 Pratik Solanki <psolanki@apple.com>
3350 Reviewed by David Kilzer.
3352 HTTP pipelining functions on mac should match windows
3353 https://bugs.webkit.org/show_bug.cgi?id=63012
3355 * WebKitSystemInterface.h:
3356 * libWebKitSystemInterfaceLeopard.a:
3357 * libWebKitSystemInterfaceSnowLeopard.a:
3359 2011-06-13 Tony Chang <tony@chromium.org>
3361 Reviewed by Dimitri Glazkov.
3363 rename ENABLE_NEW_FLEXBOX to ENABLE_CSS3_FLEXBOX
3364 https://bugs.webkit.org/show_bug.cgi?id=62578
3366 * win/tools/vsprops/FeatureDefines.vsprops:
3367 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3369 2011-06-13 Tony Chang <tony@chromium.org>
3371 Reviewed by Adam Barth.
3373 rename ENABLE_FLEXBOX to ENABLE_NEW_FLEXBOX
3374 https://bugs.webkit.org/show_bug.cgi?id=62545
3376 * win/tools/vsprops/FeatureDefines.vsprops:
3377 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3379 2011-06-10 Tony Chang <tony@chromium.org>
3381 Reviewed by Ojan Vafai.
3383 add a compile guard ENABLE(FLEXBOX)
3384 https://bugs.webkit.org/show_bug.cgi?id=62049
3386 * win/tools/vsprops/FeatureDefines.vsprops:
3387 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3389 2011-06-07 Tim Horton <timothy_horton@apple.com>
3391 Reviewed by Alexey Proskuryakov.
3393 Use correct CFURLStorageSessionRef definition on Snow Leopard
3394 https://bugs.webkit.org/show_bug.cgi?id=62223
3396 * WebKitSystemInterface.h:
3398 2011-06-06 Alexandru Chiculita <achicu@adobe.com>
3400 Reviewed by Kent Tamura.
3402 Add ENABLE_CSS_EXCLUSIONS support for build-webkit script
3403 https://bugs.webkit.org/show_bug.cgi?id=61628
3405 * win/tools/vsprops/FeatureDefines.vsprops:
3406 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3408 2011-06-06 Mihnea Ovidenie <mihnea@adobe.com>
3410 Reviewed by Kent Tamura.
3412 Add ENABLE(CSS_REGIONS) guard for CSS Regions support
3413 https://bugs.webkit.org/show_bug.cgi?id=61631
3415 * win/tools/vsprops/FeatureDefines.vsprops:
3416 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3418 2011-05-25 Jer Noble <jer.noble@apple.com>
3420 Reviewed by Dan Bernstein.
3422 30 second rewind button dysfunctional viewing trailers fullscreen.
3423 https://bugs.webkit.org/show_bug.cgi?id=61505
3425 Updated WKSI Libraries with new images for Backward buttons in default
3428 * libWebKitSystemInterfaceLeopard.a:
3429 * libWebKitSystemInterfaceSnowLeopard.a:
3431 2011-05-25 Jer Noble <jer.noble@apple.com>
3433 Reviewed by Darin Adler.
3435 Video fails to play on Vimeo
3436 https://bugs.webkit.org/show_bug.cgi?id=61403
3438 Added functions to retrieve the resolved URL for media types supported on
3441 * WebKitSystemInterface.h:
3442 * WebKitSystemInterface.m:
3443 (WKAVAssetResolvedURL): Added.
3444 (WKQTMovieResolvedURL): Added.
3446 2011-05-24 Keishi Hattori <keishi@webkit.org>
3448 Reviewed by Kent Tamura.
3450 Disable input color. Add INPUT_COLOR feature flag. Implement input color sanitizer.
3451 https://bugs.webkit.org/show_bug.cgi?id=61273
3453 * win/tools/vsprops/FeatureDefines.vsprops: Added INPUT_COLOR feature flag.
3454 * win/tools/vsprops/FeatureDefinesCairo.vsprops: Added INPUT_COLOR feature flag.
3456 2011-05-12 Jessie Berlin <jberlin@apple.com>
3458 Reviewed by Darin Adler.
3460 [Windows WebKit2] Use cookies set in WebKit1
3461 https://bugs.webkit.org/show_bug.cgi?id=60274
3463 Update WKSI with the changes to wkCreatePrivateStorageSession.
3465 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
3466 * win/lib/WebKitSystemInterface.lib:
3468 2011-05-11 Jessie Berlin <jberlin@apple.com>
3470 Reviewed by Steve Falkenburg.
3472 [Windows WebKit2] Use cookies set in WebKit1
3473 https://bugs.webkit.org/show_bug.cgi?id=60274
3475 Take 3 after rolling out KB2465367 from my system.
3477 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
3478 * win/lib/WebKitSystemInterface.lib:
3480 2011-05-11 Sheriff Bot <webkit.review.bot@gmail.com>
3482 Unreviewed, rolling out r86255.
3483 http://trac.webkit.org/changeset/86255
3484 https://bugs.webkit.org/show_bug.cgi?id=60660
3486 REGRESSION (r86255): Lots of tests crashing in
3487 CFWriteStreamCreateWithAllocatedBuffers on Windows 7 Release
3488 (WebKit2 Tests) (Requested by aroben on #webkit).
3490 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
3491 * win/lib/WebKitSystemInterface.lib:
3493 2011-05-11 Jessie Berlin <jberlin@apple.com>
3495 Reviewed by Steve Falkenburg.
3497 [Windows WebKit2] Use cookies set in WebKit1
3498 https://bugs.webkit.org/show_bug.cgi?id=60274
3500 Take 3 after rolling out KB2465367 from my system.
3502 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
3503 * win/lib/WebKitSystemInterface.lib:
3505 2011-05-09 Sheriff Bot <webkit.review.bot@gmail.com>
3507 Unreviewed, rolling out r86075.
3508 http://trac.webkit.org/changeset/86075
3509 https://bugs.webkit.org/show_bug.cgi?id=60495
3511 broke windows tests (Requested by jessieberlin on #webkit).
3513 * win/lib/WebKitSystemInterface.lib:
3515 2011-05-09 Jessie Berlin <jberlin@apple.com>
3517 Take 2 on updating the WKSI libraries.
3519 * win/lib/WebKitSystemInterface.lib:
3521 2011-05-08 Sheriff Bot <webkit.review.bot@gmail.com>
3523 Unreviewed, rolling out r86037.
3524 http://trac.webkit.org/changeset/86037
3525 https://bugs.webkit.org/show_bug.cgi?id=60453
3527 broke Windows tests (Requested by jessieberlin on #webkit).
3529 * win/lib/WebKitSystemInterface.lib:
3531 2011-05-08 Jessie Berlin <jberlin@apple.com>
3533 Rubber-stamped by Alice Liu.
3535 Update the WKSI libraries.
3537 * win/lib/WebKitSystemInterface.lib:
3539 2011-05-07 Sheriff Bot <webkit.review.bot@gmail.com>
3541 Unreviewed, rolling out r86016.
3542 http://trac.webkit.org/changeset/86016
3543 https://bugs.webkit.org/show_bug.cgi?id=60445
3545 caused crashes on the WK2 Windows bots (Requested by
3546 jessieberlin on #webkit).
3548 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
3549 * win/lib/WebKitSystemInterface.lib:
3551 2011-05-07 Jessie Berlin <jberlin@apple.com>
3553 Reviewed by Steve Falkenburg.
3555 [Windows WebKit2] Use cookies set in WebKit1
3556 https://bugs.webkit.org/show_bug.cgi?id=60274
3558 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
3559 * win/lib/WebKitSystemInterface.lib:
3561 2011-05-05 Dan Bernstein <mitz@apple.com>
3563 Reviewed by Simon Fraser.
3565 WebKitSystemInterface part of <rdar://problem/9155590> Broken animation in iAd producer
3567 * WebKitSystemInterface.h: Added WKExecutableWasLinkedOnOrBeforeSnowLeopard().
3569 2011-04-29 Jer Noble <jer.noble@apple.com>
3571 Reviewed by Eric Seidel.
3573 Implement FULLSCREEN_API on Windows, Part 4: Enable it
3574 https://bugs.webkit.org/show_bug.cgi?id=59798
3576 * win/tools/vsprops/FeatureDefines.vsprops: Set ENABLE_FULLSCREEN_API to true.
3578 2011-05-03 David Kilzer <ddkilzer@apple.com>
3580 Part 1 of 2: <http://webkit.org/b/59838> Implement HTTP pipelining for CoreFoundation-based networking
3581 <rdar://problem/8924448>
3583 Reviewed by Adam Roben.
3585 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
3586 (wkGetHTTPPipeliningPriority): Added declaration.
3587 (wkSetHTTPPipeliningMaximumPriority): Added declaration.
3588 (wkSetHTTPPipeliningPriority): Added declaration.
3589 * win/lib/WebKitSystemInterface.lib: Updated.
3591 2011-04-28 David Levin <levin@chromium.org>
3593 Reviewed by Adam Barth.
3595 Remove IMAGE_RESIZER related code.
3596 https://bugs.webkit.org/show_bug.cgi?id=59735
3598 * win/tools/vsprops/FeatureDefines.vsprops: Also removed WML which was missed in r85256.
3599 * win/tools/vsprops/FeatureDefinesCairo.vsprops: Ditto.
3601 2011-04-28 Chris Fleizach <cfleizach@apple.com>
3603 Reviewed by Maciej Stachowiak.
3605 Allow remote accessibility API for WK2 to build on SnowLeopard.
3606 <rdar://problem/9324507>
3608 * WebKitSystemInterface.h:
3609 * libWebKitSystemInterfaceLeopard.a:
3610 * libWebKitSystemInterfaceSnowLeopard.a:
3612 2011-04-27 Mark Rowe <mrowe@apple.com>
3614 Rubber-stamped by Geoff Garen.
3616 Remove some files that are no longer relevant.
3618 * libWebKitSystemInterfaceTiger.a: Removed.
3620 2011-04-23 Brent Fulgham <bfulgham@webkit.org>
3622 [WinCairo] Unreviewed build change.
3624 Activate Geolocation API, as it will work with WinCairo assuming
3625 an appropriate Geolocation Provider is registered.
3627 * win/tools/vsprops/FeatureDefinesCairo.vsprops: Activate the
3628 Geolocation features.
3630 2011-04-21 Maciej Stachowiak <mjs@apple.com>
3632 Reviewed by Adam Roben.
3634 Add a feature define to allow <details> and <summary> to be disabled
3635 https://bugs.webkit.org/show_bug.cgi?id=59118
3636 <rdar://problem/9257045>
3638 * win/tools/vsprops/FeatureDefines.vsprops:
3639 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3641 2011-04-20 Eric Carlson <eric.carlson@apple.com>
3643 Reviewed by Dan Bernstein.
3645 Adopt QTKit API for listing and deleting file in its media cache.
3646 <rdar://problem/9130029>
3647 https://bugs.webkit.org/show_bug.cgi?id=58795
3649 * WebKitSystemInterface.h:
3650 * libWebKitSystemInterfaceLeopard.a:
3651 * libWebKitSystemInterfaceSnowLeopard.a:
3653 2011-04-19 Jessie Berlin <jberlin@apple.com>
3655 Reviewed by Sam Weinig.
3657 Roll r81683 back in.
3659 Going to certain pages causes a download of "st.html" or "jsp.html" (news.yahoo.com, etc.)
3660 <rdar://problem/9139245>
3664 * win/lib/WebKitSystemInterface.lib:
3666 2011-04-15 Shishir Agrawal <shishir@chromium.org>
3668 Reviewed by James Robinson.
3670 Add a flag to guard Page Visibility API changes.
3671 https://bugs.webkit.org/show_bug.cgi?id=58464
3673 * win/tools/vsprops/FeatureDefines.vsprops:
3675 2011-04-14 Pratik Solanki <psolanki@apple.com>
3677 Reviewed by David Kilzer.
3679 Set minimum priority for fast lane connections
3680 https://bugs.webkit.org/show_bug.cgi?id=58353
3682 Add WKSetHTTPPipeliningMinimumFastLanePriority.
3684 * WebKitSystemInterface.h:
3685 * libWebKitSystemInterfaceLeopard.a:
3686 * libWebKitSystemInterfaceSnowLeopard.a:
3688 2011-04-08 Alpha Lam <hclam@chromium.org>
3690 Unreviewed, rolling out r83335.
3691 http://trac.webkit.org/changeset/83335
3692 https://bugs.webkit.org/show_bug.cgi?id=53556
3694 GTK and QT bots are broken
3696 * win/tools/vsprops/FeatureDefines.vsprops:
3697 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3699 2011-04-07 Anna Cavender <annacc@chromium.org>
3701 Reviewed by Eric Carlson.
3703 Setup ENABLE(TRACK) feature define
3704 https://bugs.webkit.org/show_bug.cgi?id=53556
3706 * win/tools/vsprops/FeatureDefines.vsprops:
3707 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3709 2011-04-07 Andrew Scherkus <scherkus@chromium.org>
3711 Revert ENABLE_TRACK patch due to compile failures.
3713 * win/tools/vsprops/FeatureDefines.vsprops:
3714 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3716 2011-04-06 Dai Mikurube <dmikurube@chromium.org>
3718 Reviewed by David Levin.
3720 Add QUOTA build flag for unified quota API
3721 https://bugs.webkit.org/show_bug.cgi?id=57918
3723 * win/tools/vsprops/FeatureDefines.vsprops: Added QUOTA build flag
3724 * win/tools/vsprops/FeatureDefinesCairo.vsprops: Added QUOTA build flag
3726 2011-04-04 David Kilzer <ddkilzer@apple.com>
3728 <http://webkit.org/b/57384> CFNetwork and WebCore load priorities should match
3730 Reviewed by Alexey Proskuryakov.
3732 * WebKitSystemInterface.h:
3733 (WKSetHTTPPipeliningMaximumPriority): Added declaration.
3734 (WKExtractWordDefinitionTokenRangeFromContextualString): Added
3735 missing declaration from r81890.
3736 (WKShowWordDefinitionWindow): Ditto.
3737 (WKHideWordDefinitionWindow): Ditto.
3738 * libWebKitSystemInterfaceLeopard.a: Updated.
3739 * libWebKitSystemInterfaceSnowLeopard.a: Updated.
3741 2011-04-04 Steve Falkenburg <sfalken@apple.com>
3743 Reviewed by Adam Roben.
3745 Remove unused AnalyzeWithLargeStack code from Windows build files
3746 https://bugs.webkit.org/show_bug.cgi?id=57771
3748 This was used for us to build with prefast automatically,
3749 but it is out-of-date and hasn't been used for some time.
3750 Removing completely for now.
3752 * win/tools/vsprops/common.vsprops:
3754 2011-04-04 Steve Falkenburg <sfalken@apple.com>
3756 Reviewed by Brian Weinstein.
3758 Fix Windows build warning.
3759 https://bugs.webkit.org/show_bug.cgi?id=57767
3761 * win/tools/vsprops/common.vsprops:
3763 2011-04-01 Brent Fulgham <bfulgham@webkit.org>
3765 [WinCairo] Unreviewed build fix.
3767 Define DEBUG_ALL for WinCairo debug builds so that the correct
3768 labeled DLLs ("*_debug.dll") are linked for testing runs.
3770 * win/tools/vsprops/debug_wincairo.vsprops:
3772 2011-04-01 Timothy Hatcher <timothy@apple.com>
3774 Make momentum scroll event latching work in WebKit2 on Mac.
3776 <rdar://problem/8751861>
3778 Reviewed by Darin Adler.
3780 * WebKitSystemInterface.h:
3781 * libWebKitSystemInterfaceLeopard.a: Updated to remove WKIsLatchingWheelEvent and add WKGetNSEventMomentumPhase.
3782 * libWebKitSystemInterfaceSnowLeopard.a: Ditto.
3784 2011-03-30 Steve Falkenburg <sfalken@apple.com>
3786 Reviewed by Adam Roben.
3788 Should turn off frame pointer omission (FPO) for Release (not Production) builds
3789 https://bugs.webkit.org/show_bug.cgi?id=54403
3791 Leave it enabled for Windows Production builds.
3792 Disabling this optimization improves stack traces for memory and performance tools like umdh and xperf.
3794 We use both /Oy- and OmitFramePointers="false" since OmitFramePointers="false" isnt' enough
3797 * win/tools/vsprops/release.vsprops:
3799 2011-03-30 Steve Falkenburg <sfalken@apple.com>
3801 Reviewed by Adam Roben.
3803 Share most vsprops between Release and Production builds in releaseproduction.vsprops
3804 https://bugs.webkit.org/show_bug.cgi?id=57508
3806 * win/tools/vsprops/release.vsprops:
3807 * win/tools/vsprops/releaseproduction.vsprops: Copied from WebKitLibraries/win/tools/vsprops/release.vsprops.
3809 2011-03-30 Steve Falkenburg <sfalken@apple.com>
3811 Rubber stamped by Adam Roben.
3813 Remove unnecessary NDEBUG define.
3815 * win/tools/vsprops/production.vsprops:
3817 2011-03-30 Steve Falkenburg <sfalken@apple.com>
3819 Reviewed by Adam Roben.
3821 Update Windows production build logic for new production configurations
3822 https://bugs.webkit.org/show_bug.cgi?id=57494
3824 * win/tools/vsprops/common.vsprops:
3825 * win/tools/vsprops/production.vsprops: Added.
3827 2011-03-29 Brent Fulgham <bfulgham@webkit.org>
3829 Unreviewed build change to activate MathML for WinCairo.
3831 * win/tools/vsprops/FeatureDefinesCairo.vsprops: Enable MathML.
3833 2011-03-29 Jessie Berlin <jberlin@apple.com>
3835 Update the WebKitSystemInterface libraries for changes in the implementation.
3837 * libWebKitSystemInterfaceLeopard.a:
3838 * libWebKitSystemInterfaceSnowLeopard.a:
3840 2011-03-28 Jeff Miller <jeffm@apple.com>
3842 Reviewed by Adam Roben.
3844 Include certificate when sending a WebCore::ResourceError to UI process on Windows
3845 https://bugs.webkit.org/show_bug.cgi?id=57195
3847 Rename wkGetSSLPeerCertificateData() to wkGetSSLPeerCertificateDataBytePtr(), since it returns a void*, and
3848 implement wkGetSSLPeerCertificateData() to return a CFDataRef. Add wkSetSSLPeerCertificateData() so
3849 WebCore::ResourceError can set the certificate in the user info dictionary.
3851 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
3852 * win/lib/WebKitSystemInterface.lib:
3854 2011-03-28 Jeff Miller <jeffm@apple.com>
3856 Rubber-stamped by Adam Roben.
3858 Remove WebKitSystemInterface_debug.lib, it hasn't been used for a few months now.
3860 * win/lib/WebKitSystemInterface_debug.lib: Removed.
3862 2011-03-25 Brent Fulgham <bfulgham@webkit.org>
3864 Kick the build machines after r81977.
3866 * win/tools/vsprops/common.vsprops:
3868 2011-03-22 Sheriff Bot <webkit.review.bot@gmail.com>
3870 Unreviewed, rolling out r81683.
3871 http://trac.webkit.org/changeset/81683
3872 https://bugs.webkit.org/show_bug.cgi?id=56872
3874 Crashing in some tests (Requested by weinig on #webkit).
3876 * win/lib/WebKitSystemInterface.lib:
3878 2011-03-22 Sam Weinig <sam@webkit.org>
3880 Reviewed by Adam Roben.
3882 Going to certain pages causes a download of "st.html" or "jsp.html" (news.yahoo.com, etc.)
3883 <rdar://problem/9139245>
3887 * win/lib/WebKitSystemInterface.lib:
3889 2011-03-22 Sam Weinig <sam@webkit.org>
3891 Reviewed by Brady Eidson.
3893 Going to certain pages causes a download of "st.html" or "jsp.html" (news.yahoo.com, etc.)
3894 <rdar://problem/9139245>
3896 * libWebKitSystemInterfaceLeopard.a:
3897 * libWebKitSystemInterfaceSnowLeopard.a:
3899 2011-03-17 Anders Carlsson <andersca@apple.com>
3901 Add WKWindowWillOrderOffScreenNotification.
3903 * WebKitSystemInterface.h:
3904 * libWebKitSystemInterfaceLeopard.a:
3905 * libWebKitSystemInterfaceSnowLeopard.a:
3907 2011-03-14 Pratik Solanki <psolanki@apple.com>
3909 Rubber-stamped by Mark Rowe.
3911 I checked in Intel-only version of these files in r80975. This fixes that by building all
3912 the correct slices - i386/x86_64/ppc for SnowLeopard and i386/x86_64/ppc/ppc64 for Leopard.
3914 * libWebKitSystemInterfaceLeopard.a:
3915 * libWebKitSystemInterfaceSnowLeopard.a:
3917 2011-03-13 Pratik Solanki <psolanki@apple.com>
3919 Reviewed by Brady Eidson.
3921 Make adjustMIMETypeIfNecessary use CFNetwork directly
3922 https://bugs.webkit.org/show_bug.cgi?id=55912
3924 Add new WKSI functions needed to implement adjustMIMETypeIfNecessary.
3926 * WebKitSystemInterface.h:
3927 * libWebKitSystemInterfaceLeopard.a:
3928 * libWebKitSystemInterfaceSnowLeopard.a:
3930 2011-03-09 Jessie Berlin <jberlin@apple.com>
3932 Reviewed by Adam Roben.
3934 Use the Cookie Storage from the Private Browsing Storage Session directly
3935 https://bugs.webkit.org/show_bug.cgi?id=55986
3937 * WebKitSystemInterface.h:
3938 * libWebKitSystemInterfaceLeopard.a:
3939 * libWebKitSystemInterfaceSnowLeopard.a:
3940 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
3941 * win/lib/WebKitSystemInterface.lib:
3943 2011-03-07 Steve Falkenburg <sfalken@apple.com>
3947 * win/tools/scripts/VERSION:
3949 2011-03-06 Jessie Berlin <jberlin@apple.com>
3951 Reviewed by Sam Weinig.
3953 WebKit2: Use CFNetwork Sessions API.
3954 https://bugs.webkit.org/show_bug.cgi?id=55435.
3956 When Private Browsing is enabled, use cookies from a in-memory Cookie Storage based on the
3957 Private Browsing Storage Session.
3959 Update WebKitSystemInterface headers and libraries with the new functions.
3961 * WebKitSystemInterface.h:
3962 * libWebKitSystemInterfaceLeopard.a:
3963 * libWebKitSystemInterfaceSnowLeopard.a:
3964 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
3965 * win/lib/WebKitSystemInterface.lib:
3967 2011-03-04 Jessie Berlin <jberlin@apple.com>
3969 Reviewed by Maciej Stachowiak.
3971 WebKit2: Use CFNetwork Sessions API.
3972 https://bugs.webkit.org/show_bug.cgi?id=55435.
3974 When Private Browsing is enabled, get the cached url response from the cache associated with
3975 the Private Browsing Storage Session.
3977 Update WebKitSystemInterface headers and libraries with the new functions.
3979 * WebKitSystemInterface.h:
3980 * libWebKitSystemInterfaceLeopard.a:
3981 * libWebKitSystemInterfaceSnowLeopard.a:
3982 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
3983 * win/lib/WebKitSystemInterface.lib:
3985 2011-03-03 Jessie Berlin <jberlin@apple.com>
3987 Reviewed by Adam Roben.
3989 WebKit2: Use CFNetwork Sessions API.
3990 https://bugs.webkit.org/show_bug.cgi?id=55435
3992 Set the Private Browsing Storage Session on requests when Private Browsing is enabled.
3994 Update WebKitSystemInterface headers and libraries with the new functions.
3996 * WebKitSystemInterface.h:
3997 * libWebKitSystemInterfaceLeopard.a:
3998 * libWebKitSystemInterfaceSnowLeopard.a:
3999 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
4000 * win/lib/WebKitSystemInterface.lib:
4002 2011-03-02 Jessie Berlin <jberlin@apple.com>
4004 Update WebKitSystemInterface libraries. Library changes reviewed by Darin Adler.
4006 * libWebKitSystemInterfaceLeopard.a:
4007 * libWebKitSystemInterfaceSnowLeopard.a:
4009 2011-03-02 Jessie Berlin <jberlin@apple.com>
4011 Windows build fix. Unreviewed.
4013 * win/lib/WebKitSystemInterface.lib:
4015 2011-03-02 Jessie Berlin <jberlin@apple.com>
4017 Rubber-stamped by Adam Roben.
4019 WebKit2: Use CFNetwork Sessions API.
4020 https://bugs.webkit.org/show_bug.cgi?id=55435
4022 Add the ability to create a Private Browsing Storage Session.
4024 Update WebKitSystemInterface headers and libraries with the new functions.
4026 * WebKitSystemInterface.h:
4027 * libWebKitSystemInterfaceLeopard.a:
4028 * libWebKitSystemInterfaceSnowLeopard.a:
4029 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
4030 * win/lib/WebKitSystemInterface.lib:
4032 2011-03-02 Daniel Cheng <dcheng@chromium.org>
4034 Reviewed by David Levin.
4036 Add feature define for data transfer items
4037 https://bugs.webkit.org/show_bug.cgi?id=55510
4039 * win/tools/vsprops/FeatureDefines.vsprops:
4040 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
4042 2011-03-02 Adam Roben <aroben@apple.com>
4044 Try to force a clean build on the Windows bots
4046 Some of the bots are running into bogus linker errors due to MSVC's "minimal rebuild"
4047 feature not rebuilding files it should. See <http://queues.webkit.org/results/8076907> for
4050 * win/tools/vsprops/common.vsprops: Touched to force a rebuild.
4052 2011-03-01 Sheriff Bot <webkit.review.bot@gmail.com>
4054 Unreviewed, rolling out r80079.
4055 http://trac.webkit.org/changeset/80079
4056 https://bugs.webkit.org/show_bug.cgi?id=55547
4058 "Broke the Win debug build?" (Requested by dcheng on #webkit).
4060 * win/tools/vsprops/FeatureDefines.vsprops:
4061 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
4063 2011-03-01 Daniel Cheng <dcheng@chromium.org>
4065 Reviewed by David Levin.
4067 Add feature define for data transfer items
4068 https://bugs.webkit.org/show_bug.cgi?id=55510
4070 * win/tools/vsprops/FeatureDefines.vsprops:
4071 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
4073 2011-03-01 Sam Weinig <sam@webkit.org>
4075 Reviewed by Anders Carlsson.
4077 WebKit2 needs to be made localizable
4078 <rdar://problem/8728860>
4080 * WebKitSystemInterface.h:
4081 * libWebKitSystemInterfaceLeopard.a:
4082 * libWebKitSystemInterfaceSnowLeopard.a:
4084 2011-02-25 Brian Weinstein <bweinstein@apple.com>
4086 Fix linking of Chromium Mac build.
4088 * libWebKitSystemInterfaceLeopard.a:
4089 * libWebKitSystemInterfaceSnowLeopard.a:
4091 2011-02-21 Brian Weinstein <bweinstein@apple.com>
4093 Reviewed by Adam Roben.
4095 WebResourceCacheManager should be responsible for managing the CFURLCache as well
4096 as the WebCore memory cache.
4097 https://bugs.webkit.org/show_bug.cgi?id=54886
4098 Part of <rdar://problem/8971738>
4100 Update WebKitSystemInterface headers and libraries with new functions.
4102 * WebKitSystemInterface.h:
4103 * libWebKitSystemInterfaceLeopard.a:
4104 * libWebKitSystemInterfaceSnowLeopard.a:
4105 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
4106 * win/lib/WebKitSystemInterface.lib:
4108 2011-02-21 Brian Weinstein <bweinstein@apple.com>
4110 Rubber-stamped by Dan Bernstein.
4112 Update WebKitSystemInterface.h on Mac. The header that was in the tree didn't
4113 match the current WebKitSystemInterface.h.
4115 * WebKitSystemInterface.h:
4117 2011-02-08 Patrick Gansterer <paroga@webkit.org>
4119 Reviewed by Adam Roben.
4121 [WIN] Add missing forward declarations in WebKitSystemInterface.h
4122 https://bugs.webkit.org/show_bug.cgi?id=53889
4124 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
4126 2011-02-04 Steve Falkenburg <sfalken@apple.com>
4128 Reviewed by Adam Roben.
4130 Bump Windows minimum system requirement to XPSP2
4131 https://bugs.webkit.org/show_bug.cgi?id=53807
4133 * win/tools/vsprops/common.vsprops:
4135 2011-02-03 James Kozianski <koz@chromium.org>
4137 Reviewed by Dimitri Glazkov.
4139 Add navigator.registerProtocolHandler behind a flag.
4140 https://bugs.webkit.org/show_bug.cgi?id=52609
4142 * win/tools/vsprops/FeatureDefines.vsprops:
4143 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
4145 2011-02-02 Steve Lacey <sjl@chromium.org>
4147 Reviewed by Eric Carlson.
4149 Implement basic media statistics on media elements.
4150 https://bugs.webkit.org/show_bug.cgi?id=53322
4152 * win/tools/vsprops/FeatureDefines.vsprops:
4153 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
4155 2011-01-28 Anders Carlsson <andersca@apple.com>
4161 * WebKitSystemInterface.h:
4162 * libWebKitSystemInterfaceLeopard.a:
4163 * libWebKitSystemInterfaceSnowLeopard.a:
4165 2011-01-26 David Kilzer <ddkilzer@apple.com>
4167 <http://webkit.org/b/53192> Add experimental support for HTTP pipelining in CFNetwork
4168 <rdar://problem/8821760>
4170 Reviewed by Antti Koivisto.
4172 * WebKitSystemInterface.h:
4173 New methods added for HTTP pipelining support.
4174 (WKGetHTTPPipeliningPriority): Added.
4175 (WKSetHTTPPipeliningPriority): Added.
4176 Unrelated methods added after updating the header.
4177 (WKMakeScrollbarPainter): Added.
4178 (WKScrollbarPainterPaint): Added.
4179 * libWebKitSystemInterfaceLeopard.a: Updated.
4180 * libWebKitSystemInterfaceSnowLeopard.a: Updated.
4182 2011-01-24 Jer Noble <jer.noble@apple.com>
4184 Reviewed by Eric Carlson.
4186 REGRESSION (r72119): Audio never plays on Star Wars intro animation
4187 https://bugs.webkit.org/show_bug.cgi?id=52467
4189 Add wkGetQuickTimeMIMETypeList() function.
4191 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
4192 * win/lib/WebKitSystemInterface.lib:
4194 2011-01-18 Anders Carlsson <andersca@apple.com>
4196 Reviewed by Darin Adler.
4198 Add WKPopupContextMenu.
4200 * WebKitSystemInterface.h:
4201 * libWebKitSystemInterfaceLeopard.a:
4202 * libWebKitSystemInterfaceSnowLeopard.a:
4204 2011-01-17 Adam Roben <aroben@apple.com>
4206 Make it possible to both set and clear a wkCACFContext's D3D device
4208 Fixes <http://webkit.org/b/52587> WKCACFLayerRenderer is hard to use
4210 Reviewed by Chris Marrin.
4212 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
4213 * win/lib/WebKitSystemInterface.lib:
4215 2011-01-07 Chris Marrin <cmarrin@apple.com>
4219 Minor change to check for null context
4221 * win/lib/WebKitSystemInterface.lib:
4222 * win/lib/WebKitSystemInterface_debug.lib:
4224 2011-01-07 Chris Marrin <cmarrin@apple.com>
4228 Added one more API to WKSI to get the user data
4229 out of the CACFContext.
4231 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
4232 * win/lib/WebKitSystemInterface.lib:
4233 * win/lib/WebKitSystemInterface_debug.lib:
4235 2011-01-07 Chris Marrin <cmarrin@apple.com>
4239 Adding updated WKSI files missed in http://trac.webkit.org/changeset/75262
4241 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
4242 * win/lib/WebKitSystemInterface.lib:
4243 * win/lib/WebKitSystemInterface_debug.lib:
4245 2011-01-05 Steve Falkenburg <sfalken@apple.com>
4247 Reviewed by Darin Adler.
4249 Debug and Release builds on Windows clobber each other
4250 https://bugs.webkit.org/show_bug.cgi?id=49185
4252 Changes the structure of WebKitBuild build products directory so we
4253 completely separate each build configuration into independent directories.
4255 Although we previously had per-configuration directories for obj, this change adds
4256 per-configuration directories for bin, lib, obj, and include. Each configuration's
4257 build products are stored within a directory inside of WebKitBuild.
4259 Most use of $(WebKitOutputDir) in the build files has been replaced by $(ConfigurationBuildDir),
4260 defined in common.vsprops to be $(WebKitOutputDir)\$(ConfigurationName).
4262 * win/tools/vsprops/common.vsprops:
4264 2011-01-03 Chris Fleizach <cfleizach@apple.com>
4266 Reviewed, tweaked and landed by Sam Weinig.
4268 WebKit2: Accessibility support (42130)
4269 <rdar://problem/7660629>
4271 * WebKitSystemInterface.h:
4272 * libWebKitSystemInterfaceLeopard.a:
4273 * libWebKitSystemInterfaceSnowLeopard.a:
4275 2011-01-02 Dan Bernstein <mitz@apple.com>
4277 Rubber-stamped by Simon Fraser.
4279 <rdar://problem/8812159> Update copyright strings
4281 * win/tools/scripts/COPYRIGHT-END-YEAR:
4283 2010-12-21 Sam Weinig <weinig@apple.com>
4285 Reviewed by Anders Carlsson.
4287 Add serialization for CFURLRequestRef and CFURLResponseRef.
4289 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
4290 * win/lib/WebKitSystemInterface.lib:
4292 2010-12-14 Anders Carlsson <andersca@apple.com>
4294 Reviewed by Dan Bernstein.
4296 Add WKGetScriptCodeFromCurrentKeyboardInputSource function.
4298 * WebKitSystemInterface.h:
4299 * libWebKitSystemInterfaceLeopard.a:
4300 * libWebKitSystemInterfaceSnowLeopard.a:
4302 2010-12-10 Chris Marrin <cmarrin@apple.com>
4304 Reviewed by Adam Roben.
4306 Add CACFContextGetLastCommitTime to WebKitSystemInterface for Windows.
4307 Also got rid of WebKitSystemInterface_debug.lib as recommended by
4308 Adam Roben. No OpenSource builds use it since r72327.
4310 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
4311 * win/lib/WebKitSystemInterface.lib:
4312 * win/lib/WebKitSystemInterface_debug.lib: Removed.
4314 2010-12-09 Anders Carlsson <andersca@apple.com>
4316 Reviewed by Sam Weinig.
4318 Cannot use NSKeyedArchiver in WK2 for ResourceResponses
4319 https://bugs.webkit.org/show_bug.cgi?id=50792
4320 <rdar://problem/8741799>
4322 * WebKitSystemInterface.h:
4323 * libWebKitSystemInterfaceLeopard.a:
4324 * libWebKitSystemInterfaceSnowLeopard.a:
4326 2010-12-03 Anders Carlsson <andersca@apple.com>
4328 Reviewed by Sam Weinig.
4330 Dispatch keyboard events in the Carbon event model
4331 https://bugs.webkit.org/show_bug.cgi?id=50503
4333 Make WKGetNSEventKeyChar available in 32-bit.
4335 * WebKitSystemInterface.h:
4336 * libWebKitSystemInterfaceLeopard.a:
4337 * libWebKitSystemInterfaceSnowLeopard.a:
4339 2010-12-02 Anders Carlsson <andersca@apple.com>
4341 Reviewed by Sam Weinig.
4343 Plug-ins should be able to update the mouse cursor
4344 https://bugs.webkit.org/show_bug.cgi?id=50399
4346 Add WKEnableSettingCursorWhenInBackground.
4348 * WebKitSystemInterface.h:
4349 * libWebKitSystemInterfaceLeopard.a:
4350 * libWebKitSystemInterfaceSnowLeopard.a:
4352 2010-12-01 Adam Roben <aroben@apple.com>
4354 Don't let harmless errorlevels from the "set" utility leak into
4355 project-specific build scripts
4357 When using set to unset an environment variable that didn't previously
4358 exist, set raises the errorlevel to 1. This was leaking into
4359 project-specific scripts, causing them to think the build has failed.
4360 We now clear the errorlevel after we finish setting environment
4363 Fixes <http://webkit.org/b/50350> Windows builds mysteriously fail in
4366 Reviewed by Steve Falkenburg.
<