1 2014-09-23 Roger Fong <roger_fong@apple.com>
3 [Windows] Enable CSS Supports Rule on Windows.
5 * win/tools/vsprops/FeatureDefines.props:
7 2014-09-19 Brent Fulgham <bfulgham@apple.com>
9 [Win] Turn off SSE Instructions for 32-bit Builds
10 https://bugs.webkit.org/show_bug.cgi?id=136959
11 <rdar://problem/18375370>
13 Reviewed by Dean Jackson.
15 * win/tools/vsprops/common.props: Conditionally exclude the enhanced (SSE) instruction
16 set when building for 32-bit Windows. Otherwise, continue using SSE.
18 2014-09-15 peavo@outlook.com <peavo@outlook.com>
20 [WinCairo] Make it easier to enable/disable GStreamer.
21 https://bugs.webkit.org/show_bug.cgi?id=135766
23 Reviewed by Brent Fulgham.
25 Make it possible to enable/disable GStreamer by editing the new user macro ENABLE_GSTREAMER_WINCAIRO.
27 * win/tools/vsprops/GStreamerCommon.props: Add user macro ENABLE_GSTREAMER_WINCAIRO.
29 2014-09-08 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
32 https://bugs.webkit.org/show_bug.cgi?id=136571
34 Reviewed by Darin Adler.
36 * win/tools/vsprops/FeatureDefines.props:
37 * win/tools/vsprops/FeatureDefinesCairo.props:
39 2014-09-04 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
41 Remove CSS_FILTERS flag
42 https://bugs.webkit.org/show_bug.cgi?id=136529
44 Reviewed by Dirk Schulze.
46 * win/tools/vsprops/FeatureDefines.props:
47 * win/tools/vsprops/FeatureDefinesCairo.props:
49 2014-08-27 peavo@outlook.com <peavo@outlook.com>
51 [WinCairo] Link error.
52 https://bugs.webkit.org/show_bug.cgi?id=136286
54 Reviewed by Darin Adler.
56 Link with the dynamic runtime libraries, since the WinCairo libraries link with these.
58 * win/tools/vsprops/common.props:
60 2014-08-26 Brent Fulgham <bfulgham@apple.com>
62 [Win] Version stamp should include package-level version
63 https://bugs.webkit.org/show_bug.cgi?id=136266
64 <rdar://problem/18134138>
66 Reviewed by David Kilzer.
68 * win/tools/scripts/auto-version.pl: Retain the full major build
69 version in addition to the three-digit value we use internally.
70 * win/tools/scripts/version-stamp.pl: Find and use the full 3+ digit
71 major build version when stamping the final output file.
74 2014-08-25 Brent Fulgham <bfulgham@apple.com>
76 [Win] Pass OFFICIAL_BUILD flag to WebInspectorUI build process
77 https://bugs.webkit.org/show_bug.cgi?id=136229
79 Reviewed by Dean Jackson.
81 * win/tools/vsprops/common.props: Pass OFFICIAL_BUILD argument
82 from VS to child Make processes.
84 2014-08-17 Brent Fulgham <bfulgham@apple.com>
86 [Win] Unreviewed build fix.
88 Upload static VS2013 version of WebKitSystemInterface.
90 * win/lib32/WebKitSystemInterface.lib:
92 2014-08-15 Brent Fulgham <bfulgham@apple.com>
94 [Win] Link to static VS2013 runtime library.
95 https://bugs.webkit.org/show_bug.cgi?id=136007
96 <rdar://problem/18037766>
98 Reviewed by Dean Jackson.
100 * win/tools/vsprops/common.props: Update link command.
101 * win/tools/vsprops/debugsuffix.props: Ditto.
103 2014-08-14 Brent Fulgham <bfulgham@apple.com>
105 [Win] Extend auto-version and version-stamp for RC_ProjectBuildVersion
106 https://bugs.webkit.org/show_bug.cgi?id=135948
107 <rdar://problem/18022221>
109 Reviewed by David Kilzer.
111 * win/tools/scripts/auto-version.pl:
112 (splitVersion): Use RC_ProjectBuildVersion (or RC_PROJECTBUILDVERSION) if set
113 in the environment as the 'Build Version', unless the multi-tuple version
114 supplied by RC_ProjectSourceVersion already has a fourth component.
115 * win/tools/scripts/version-stamp.pl: Check for RC_ProjectBuildVersion and
116 use it in preference to RC_PROJECTBUILDVERSION.
118 2014-08-08 Joseph Pecoraro <pecoraro@apple.com>
120 make clean does not work in OpenSource, fails in WebKitLibraries
121 https://bugs.webkit.org/show_bug.cgi?id=135734
123 Reviewed by David Kilzer.
126 Add a "clean" target that runs copy-webkitlibraries-to-product-dir
127 with the new --clean switch.
129 2014-08-04 Benjamin Poulain <benjamin@webkit.org>
131 Add a flag for the CSS Selectors level 4 implementation
132 https://bugs.webkit.org/show_bug.cgi?id=135535
134 Reviewed by Andreas Kling.
136 * win/tools/vsprops/FeatureDefines.props:
138 2014-07-31 Brent Fulgham <bfulgham@apple.com>
140 [Win] Use RC_PROJECTBUILDVERSION as build portion of version
141 https://bugs.webkit.org/show_bug.cgi?id=135478
143 Reviewed by David Kilzer.
145 * win/tools/scripts/version-stamp.pl: Check environment for
146 RC_PROJECTBUILDVERSION, and use it for the build portion of
147 the file version resource. Otherwise, use the __VERSION_BUILD__
148 value we calculated from the version string.
150 2014-07-31 Brent Fulgham <bfulgham@apple.com>
152 [Win] Fix build failure when using 5-tuple build versions.
153 https://bugs.webkit.org/show_bug.cgi?id=135464
154 <rdar://problem/17872507>
156 Reviewed by David Kilzer.
158 * win/tools/scripts/version-stamp.pl: Modify the environment for
159 the VersionStamper sub-process to work around bug in that tool.
161 2014-07-29 Brent Fulgham <bfulgham@apple.com>
163 [Win] Modify version numbering scheme to support 5-tuple versions
164 https://bugs.webkit.org/show_bug.cgi?id=135400
165 <rdar://problem/17849033>
167 Reviewed by David Kilzer.
169 Revise the auto-version.pl script so that it generates a set of packed
170 version tuples that allow us to map 5-tuple versions into something
171 that will work with Windows' 3-tuple version structure.
173 * win/tools/scripts/auto-version.pl:
174 (packTwoValues): Added,
175 (splitVersion): Revised to return packed combination of minor-tiny and
176 micro-nano to be used as "MINOR" and "TINY" portion of version.
177 (splitBuildMajorVersion): Deleted.
178 * win/tools/scripts/version-stamp.pl: Added.
180 2014-07-23 Bem Jones-Bey <bjonesbe@adobe.com>
182 Remove CSS_EXCLUSIONS compile flag and leftover code
183 https://bugs.webkit.org/show_bug.cgi?id=135175
185 Reviewed by Zoltan Horvath.
187 At this point, the CSS_EXCLUSIONS flag guards nothing but some useless
188 stubs. This removes the flag and the useless code.
190 * win/tools/vsprops/FeatureDefines.props:
191 * win/tools/vsprops/FeatureDefinesCairo.props:
193 2014-07-22 Brent Fulgham <bfulgham@apple.com>
195 Correct handling of __VERSION_TEXT__ for 4+-tuple versions
196 https://bugs.webkit.org/show_bug.cgi?id=135161
197 <rdar://problem/17763546>
199 Reviewed by David Kilzer.
201 Revise the auto-version.pl script to properly handle version
202 strings with 4 (or more) version tuples. Previously these were
203 being truncated from the version.
205 * win/tools/scripts/auto-version.pl:
206 (splitVersion): Return truncated version of
207 overall version string.
209 2014-07-21 Brent Fulgham <bfulgham@apple.com>
211 [Win] Extend auto-version.pl to handle 5-tuple versions
212 https://bugs.webkit.org/show_bug.cgi?id=135124
213 <rdar://problem/17750334>
215 Reviewed by David Kilzer.
217 Extend tuple parsing to handle up to five tuples, and as
218 few as a single tuple. On Windows, the two additional
221 Also corrected regular expression capture logic to use local
222 blocks, preventing later capture expressions from reusing
223 previous capture results when the current expression failed
224 to find a match (GRRR, Perl!).
226 Clean up code by putting logic into a couple of subroutines.
228 * win/tools/scripts/auto-version.pl:
230 2014-07-21 Brent Fulgham <bfulgham@apple.com>
232 [Win] Correct auto-version.pl script for two-digit version numbers
233 https://bugs.webkit.org/show_bug.cgi?id=135119
234 <rdar://problem/17743959>
236 Reviewed by David Kilzer.
238 The $MAJOR_VERSION must be the first digit of $BUILD_MAJOR_VERSION,
239 and $MINOR_VERSION must be the remaining digits.
241 Also correct regexp (line 90) that was allowing version numbers
242 larger than three digits to be processed.
244 * win/tools/scripts/auto-version.pl: Correct regular expression.
246 2014-07-18 Dana Burkart <dburkart@apple.com>
248 Add a new 'analyze' target to the makefile. This will make use of a new
249 'PATH_TO_SCAN_BUILD' which, if set will wrap xcodebuild in the clang
251 https://bugs.webkit.org/show_bug.cgi?id=135057
252 <rdar://problem/10193187>
254 Reviewed by David Kilzer.
260 2014-07-10 Alex Christensen <achristensen@webkit.org>
262 Enable same features on all Windows ports.
263 https://bugs.webkit.org/show_bug.cgi?id=134715
265 Reviewed by Brent Fulgham.
267 * win/tools/vsprops/FeatureDefinesCairo.props:
268 Made identical to FeatureDefines.props.
270 2014-07-09 Brent Fulgham <bfulgham@apple.com>
272 [Win] Unreviewed build fix.
274 Build bots don't have a three-part default version string,
275 breaking pattern matching. Handle this case.
277 * win/tools/scripts/auto-version.pl:
279 2014-07-09 Brent Fulgham <bfulgham@apple.com>
281 [Win] Unreviewed gardening.
283 * win/tools/scripts/auto-version.pl: Protect against
284 malformed paths (trailing backslashes).
285 * win/tools/scripts/feature-defines.pl: Make sure result
286 has an EOL character.
288 2014-07-09 Brent Fulgham <bfulgham@apple.com>
290 [Win] Remove uses of 'bash' in build system
291 https://bugs.webkit.org/show_bug.cgi?id=134782
292 <rdar://problem/17615533>
294 Reviewed by Dean Jackson.
296 Remove uses of 'bash' by replacing Windows-specific bash scripts
297 with Perl equivalents.
299 * win/tools/scripts/feature-defines.pl: Copied from WebKitLibraries/win/tools/scripts/feature-defines.sh.
300 * win/tools/scripts/feature-defines.sh: Removed.
302 2014-07-08 Brent Fulgham <bfulgham@apple.com>
304 [Win] Implement auto-version as a Perl program
305 https://bugs.webkit.org/show_bug.cgi?id=134745
306 <rdar://problem/17597801>
308 Reviewed by David Kilzer.
310 Translate the auto-version.sh bash script into an equivalent
313 * win/tools/scripts/auto-version.pl: Added.
314 * win/tools/scripts/auto-version.sh: Removed.
316 2014-07-06 Yoav Weiss <yoav@yoav.ws>
318 Turn on img@sizes compile flag
319 https://bugs.webkit.org/show_bug.cgi?id=134634
321 Reviewed by Benjamin Poulain.
323 * win/tools/vsprops/FeatureDefines.props: Added compile flag.
325 2014-07-01 Pratik Solanki <psolanki@apple.com>
327 Encode/decode CFURLRequestRefs when USE(CFNETWORK) is enabled
328 https://bugs.webkit.org/show_bug.cgi?id=134454
329 <rdar://problem/17510980>
331 Reviewed by Andreas Kling.
333 * WebKitSystemInterface.h:
334 * libWebKitSystemInterfaceMavericks.a:
335 * libWebKitSystemInterfaceMountainLion.a:
337 2014-06-25 Laszlo Gombos <l.gombos@samsung.com>
339 Remove build guard for progress element
340 https://bugs.webkit.org/show_bug.cgi?id=134292
342 Reviewed by Benjamin Poulain.
344 * win/tools/vsprops/FeatureDefines.props:
345 * win/tools/vsprops/FeatureDefinesCairo.props:
347 2014-06-21 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
349 Removing PAGE_VISIBILITY_API compile guard.
350 https://bugs.webkit.org/show_bug.cgi?id=133844
352 Reviewed by Gavin Barraclough.
354 * win/tools/vsprops/FeatureDefines.props:
355 * win/tools/vsprops/FeatureDefinesCairo.props:
357 2014-06-11 Jer Noble <jer.noble@apple.com>
359 Update WKSI for <rdar://problem/17009091>.
361 Rubber stamped by Eric Carlson.
363 * libWebKitSystemInterfaceMavericks.a:
364 * libWebKitSystemInterfaceMountainLion.a:
366 2014-06-02 David Kilzer <ddkilzer@apple.com>
368 Error running copy-webkitlibraries-to-product-directory
369 <http://webkit.org/b/133449>
370 <rdar://problem/17047638>
372 Reviewed by Filip Pizlo.
374 * Makefile: Ignore the mysterious future. Use "@true" to
375 suppress the annoying "Nothing to be done for `libs'." message.
377 2014-05-27 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
380 https://bugs.webkit.org/show_bug.cgi?id=132863
382 Reviewed by Csaba Osztrogonác.
384 * win/tools/vsprops/FeatureDefines.props:
385 * win/tools/vsprops/FeatureDefinesCairo.props:
387 2014-05-20 Dean Jackson <dino@apple.com>
389 [Mac] Allow popup menus to override default appearance
390 https://bugs.webkit.org/show_bug.cgi?id=133129
392 Reviewed by Tim Horton.
394 Add a new parameter to WKPopupMenu.
396 * WebKitSystemInterface.h:
397 * libWebKitSystemInterfaceMavericks.a:
398 * libWebKitSystemInterfaceMountainLion.a:
400 2014-05-14 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
402 Remove CSS_STICKY_POSITION guards
403 https://bugs.webkit.org/show_bug.cgi?id=132676
405 Reviewed by Simon Fraser.
407 * win/tools/vsprops/FeatureDefines.props:
408 * win/tools/vsprops/FeatureDefinesCairo.props:
410 2014-05-06 David Kilzer <ddkilzer@apple.com>
412 Add Makefile targets for copying static libraries (LLVM and WKSI)
413 <http://webkit.org/b/132619>
415 Reviewed by Mark Rowe.
418 (libs): Install both LLVM and WKSI static libraries.
419 (all): Add dependency on 'libs' target.
420 (debug d): Set configuration, the call 'libs' target.
423 2014-05-05 Dean Jackson <dino@apple.com>
425 https://bugs.webkit.org/show_bug.cgi?id=132593
427 Update WebKitSystemInterface to allow animated focus rings.
429 * WebKitSystemInterface.h:
430 * libWebKitSystemInterfaceMavericks.a:
431 * libWebKitSystemInterfaceMountainLion.a:
433 2014-05-05 Brent Fulgham <bfulgham@apple.com>
435 [WIN] Enhance auto-version.sh to handle all-caps or mixed-case build environment variable
436 https://bugs.webkit.org/show_bug.cgi?id=132580
437 <rdar://problem/16811179>
439 Reviewed by Dean Jackson.
441 * win/tools/scripts/auto-version.sh: Incorporate Mark's revised syntax.
443 2014-05-05 Brent Fulgham <bfulgham@apple.com>
445 [WIN] Enhance auto-version.sh to handle all-caps or mixed-case build environment variable
446 https://bugs.webkit.org/show_bug.cgi?id=132580
447 <rdar://problem/16811179>
449 Reviewed by Dean Jackson.
451 * win/tools/scripts/auto-version.sh: Fall back to all-caps version
452 of environment variable if mixed-case version is not present.
454 2014-05-01 Brent Fulgham <bfulgham@apple.com>
456 Correct case of environment variables in auto-version.sh scripts
457 https://bugs.webkit.org/show_bug.cgi?id=132455
459 Reviewed by Dean Jackson.
461 Although we have historically used RC_PROJECTSOURCEVERSION in our scripts,
462 the actual environment variable is RC_ProjectSourceVersion. Old versions of
463 Cygwin converted this to all-caps by default, but this is no longer the case.
464 We need to use the proper case to avoid build failures.
466 * win/tools/scripts/auto-version.sh: Although we have historically coded
467 this as 'RC_PROJECTSOURCEVERSION', it is actually 'RC_ProjectSourceVersion'.
469 2014-04-25 Dean Jackson <dino@apple.com>
471 Update WKSI for https://webkit.org/b/132195
472 <rdar://problem/16175750>
474 Sorry, I forgot to update the header. This should fix
477 * WebKitSystemInterface.h:
479 2014-04-25 Dean Jackson <dino@apple.com>
481 Update WKSI for https://webkit.org/b/132195
482 <rdar://problem/16175750>
484 Reviewed by Jessie Berlin.
486 * WebKitSystemInterface.h:
487 * libWebKitSystemInterfaceMavericks.a:
488 * libWebKitSystemInterfaceMountainLion.a:
490 2014-04-22 Alex Christensen <achristensen@webkit.org>
492 Removed old stdbool and inttypes headers.
493 https://bugs.webkit.org/show_bug.cgi?id=131966
495 Reviewed by Brent Fulgham.
497 * win/tools/vsprops/WinCairo.props:
498 Removed references to os-win32 directory.
500 2014-04-15 Filip Pizlo <fpizlo@apple.com>
502 Update LLVM binary drops for Mountain Lion to LLVM r206312.
504 Rubber stamped by Geoffrey Garen.
506 * LLVMIncludesMountainLion.tar.bz2:
507 * LLVMLibrariesMountainLion.tar.bz2:
509 2014-04-15 Filip Pizlo <fpizlo@apple.com>
511 Add LLVM binary drops for Mavericks using LLVM r206312.
513 Rubber stamped by Geoffrey Garen.
515 * LLVMIncludesMavericks.tar.bz2: Added.
516 * LLVMLibrariesMavericks.tar.bz2: Added.
518 2014-04-03 Brent Fulgham <bfulgham@apple.com>
520 [Win] Enable the CSS_GRID_LAYOUT feature.
521 https://bugs.webkit.org/show_bug.cgi?id=131147
523 Reviewed by Simon Fraser.
525 Just like the CANVAS_PATH feature, this seems to have been
526 overlooked when it was turned on for other ports.
528 * win/tools/vsprops/FeatureDefines.props:
529 * win/tools/vsprops/FeatureDefinesCairo.props:
531 2014-04-02 Dean Jackson <dino@apple.com>
534 <rdar://problem/16321286>
536 * libWebKitSystemInterfaceMavericks.a:
537 * libWebKitSystemInterfaceMountainLion.a:
539 2014-04-02 Brent Fulgham <bfulgham@apple.com>
541 [Win] Enable the CANVAS_PATH feature.
542 https://bugs.webkit.org/show_bug.cgi?id=131114
544 Reviewed by Dean Jackson.
546 This code build and runs on Windows just fine. It was overlooked when the feature
547 was activated on other platforms.
549 * win/tools/vsprops/FeatureDefines.props: Turn on the feature.
550 * win/tools/vsprops/FeatureDefinesCairo.props: Ditto.
552 2014-03-31 Alex Christensen <achristensen@webkit.org>
554 [WinCairo] Unreviewed build fix after r166496.
556 * win/tools/vsprops/GStreamerCommon.props:
557 Added gio-2.0.lib to list of GStreamer includes.
559 2014-03-24 Brent Fulgham <bfulgham@apple.com>
561 [Win] Enable WebVTT Regions on Windows.
562 https://bugs.webkit.org/show_bug.cgi?id=130680
564 Reviewed by Eric Carlson.
566 * win/tools/vsprops/FeatureDefines.props: Turn on WEBVTT_REGIONS
567 * win/tools/vsprops/FeatureDefinesCairo.props: Ditto.
569 2014-03-19 Jer Noble <jer.noble@apple.com>
571 [Mac][EME] Query whether decoder support exists before creating a new MediaKeys object.
572 https://bugs.webkit.org/show_bug.cgi?id=130459
574 Reviewed by Eric Carlson.
576 * WebKitSystemInterface.h:
577 * libWebKitSystemInterfaceMavericks.a:
578 * libWebKitSystemInterfaceMountainLion.a:
580 2014-03-18 Alex Christensen <achristensen@webkit.org>
582 [WinCairo] Unreviewed build fix after r165763.
584 * win/tools/vsprops/GStreamerCommon.props:
585 Link to gsttag-1.0.lib in addition to other GStreamer libraries.
587 2014-03-14 Maciej Stachowiak <mjs@apple.com>
589 Replace "Apple Computer, Inc." with "Apple Inc." in copyright headers
590 https://bugs.webkit.org/show_bug.cgi?id=130276
591 <rdar://problem/16266927>
593 Reviewed by Simon Fraser.
595 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
596 * win/tools/scripts/auto-version.sh:
598 2014-03-14 Dean Jackson <dino@apple.com>
600 Remove libWebKitSystemInterfaceLion.a
601 https://bugs.webkit.org/show_bug.cgi?id=130254
603 Reviewed by Geoffrey Garen and Andreas Kling.
605 We don't support Lion any more.
607 * libWebKitSystemInterfaceLion.a: Removed.
609 2014-03-13 Dean Jackson <dino@apple.com>
611 <rdar://problem/16317198>
613 Update WKSI to fix a small leak on iOS.
615 * libWebKitSystemInterfaceLion.a:
616 * libWebKitSystemInterfaceMavericks.a:
617 * libWebKitSystemInterfaceMountainLion.a:
619 2014-03-12 Dean Jackson <dino@apple.com>
621 [WebGL] WebKit1 + WebKit2 iOS clients should check load policy
622 https://bugs.webkit.org/show_bug.cgi?id=130162
624 Add iOS implementations of WebGL load policy queries.
626 * libWebKitSystemInterfaceLion.a:
627 * libWebKitSystemInterfaceMavericks.a:
628 * libWebKitSystemInterfaceMountainLion.a:
630 2014-03-10 Brent Fulgham <bfulgham@apple.com>
632 [Win] Pass environment to Pre-Build, Pre-Link, and Post-Build Stages.
633 https://bugs.webkit.org/show_bug.cgi?id=130023
635 Reviewed by Dean Jackson.
637 * win/tools/vsprops/common.props: Pass WEBKIT_LIBRARIES value to subprocesses.
638 * win/tools/vsprops/debugsuffix.props: Make sure OFFICIAL_BUILD is set.
639 * win/tools/vsprops/production.props: Ditto.
641 2014-03-06 Dean Jackson <dino@apple.com>
643 Update WebKitSystemInterface.
644 <rdar://problem/16256214>
646 * libWebKitSystemInterfaceLion.a:
647 * libWebKitSystemInterfaceMavericks.a:
648 * libWebKitSystemInterfaceMountainLion.a:
650 2014-03-05 Dean Jackson <dino@apple.com>
652 https://bugs.webkit.org/show_bug.cgi?id=129722
653 Update WKSI, again, to fix the build.
655 * libWebKitSystemInterfaceLion.a:
656 * libWebKitSystemInterfaceMavericks.a:
657 * libWebKitSystemInterfaceMountainLion.a:
659 2014-03-05 Dean Jackson <dino@apple.com>
661 https://bugs.webkit.org/show_bug.cgi?id=129722
663 And remember to copy the header file!
665 * WebKitSystemInterface.h:
667 2014-03-05 Dean Jackson <dino@apple.com>
669 https://bugs.webkit.org/show_bug.cgi?id=129722
672 * libWebKitSystemInterfaceLion.a:
673 * libWebKitSystemInterfaceMavericks.a:
674 * libWebKitSystemInterfaceMountainLion.a:
676 2014-03-05 Eric Carlson <eric.carlson@apple.com>
678 [iOS] Show external device name/type in placeholder
679 https://bugs.webkit.org/show_bug.cgi?id=129723
681 Reviewed by Jer Noble.
683 * WebKitSystemInterface.h:
684 * libWebKitSystemInterfaceLion.a:
685 * libWebKitSystemInterfaceMavericks.a:
686 * libWebKitSystemInterfaceMountainLion.a:
688 2014-02-21 Jeffrey Pfau <jpfau@apple.com>
690 [Mac] Cache callbacks for cache partitioning may be passed null
691 https://bugs.webkit.org/show_bug.cgi?id=129175
693 Reviewed by Brady Eidson.
695 * libWebKitSystemInterfaceLion.a:
696 * libWebKitSystemInterfaceMavericks.a:
697 * libWebKitSystemInterfaceMountainLion.a:
699 2014-02-11 Roger Fong <roger_fong@apple.com>
701 [Windows] Set ENABLE_CSS_SHAPE_INSIDE feature flag on Windows.
703 * win/tools/vsprops/FeatureDefines.props:
705 2014-02-04 Andreas Kling <akling@apple.com>
707 Remove <iframe seamless> support.
708 <https://webkit.org/b/128213>
710 Rubber-stamped by Antti Koivisto.
712 * win/tools/vsprops/FeatureDefines.props:
714 2014-01-29 Csaba Osztrogonác <ossy@webkit.org>
716 Remove ENABLE(JAVASCRIPT_DEBUGGER) leftovers
717 https://bugs.webkit.org/show_bug.cgi?id=127845
719 Reviewed by Joseph Pecoraro.
721 * win/tools/vsprops/FeatureDefines.props:
722 * win/tools/vsprops/FeatureDefinesCairo.props:
724 2014-01-23 Roger Fong <roger_fong@apple.com>
726 [Windows] Unreviewed. Disable unnecessary warning C4309, "truncation of constant value".
728 * win/tools/vsprops/common.props:
730 2014-01-16 Alexey Proskuryakov <ap@apple.com>
732 [Mac] [iOS] Add support for CFHTTPCookieStorageAcceptPolicyExclusivelyFromMainDocumentDomain
733 https://bugs.webkit.org/show_bug.cgi?id=127139
735 Reviewed by Brady Eidson.
737 * WebKitSystemInterface.h:
738 * libWebKitSystemInterfaceLion.a:
739 * libWebKitSystemInterfaceMavericks.a:
740 * libWebKitSystemInterfaceMountainLion.a:
741 Update WebKitSystemInterface.
743 2014-01-16 Zalan Bujtas <zalan@apple.com>
745 Subpixel layout: Enable subpixel layout for Apple Windows.
746 https://bugs.webkit.org/show_bug.cgi?id=127074
748 Reviewed by Antti Koivisto.
750 This should make the Apple Windows bots happier. It probably still needs rebaselining.
752 * win/tools/vsprops/FeatureDefines.props:
754 2014-01-11 Alexey Proskuryakov <ap@apple.com>
756 [Mac] [Windows] Stop scheduling network requests in WebCore
757 https://bugs.webkit.org/show_bug.cgi?id=126789
758 <rdar://problem/15114727>
762 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
763 * win/lib32/WebKitSystemInterface.lib:
765 2014-01-11 Alexey Proskuryakov <ap@apple.com>
767 [Mac] [Windows] Stop scheduling network requests in WebCore
768 https://bugs.webkit.org/show_bug.cgi?id=126789
769 <rdar://problem/15114727>
773 * WebKitSystemInterface.h:
774 * libWebKitSystemInterfaceLion.a:
775 * libWebKitSystemInterfaceMavericks.a:
776 * libWebKitSystemInterfaceMountainLion.a:
778 2014-01-10 peavo@outlook.com <peavo@outlook.com>
780 [WinCairo] Crash when rendering (in pixman dll)
781 https://bugs.webkit.org/show_bug.cgi?id=126750
783 Reviewed by Brent Fulgham.
785 Since we link with cairo.lib, and the gstreamer installation also comes with cairo.lib,
786 we link with the wrong cairo.lib, and loads gstreamers cairo dll, instead of our own.
787 We should user our own cairo dll for rendering.
789 * win/tools/vsprops/GStreamer32.props: Put gstreamer lib path last, so we link with the correct cairo.lib.
790 * win/tools/vsprops/GStreamer64.props: Ditto.
792 2014-01-03 Alex Christensen <achristensen@webkit.org>
794 [WinCairo] Enable video using GStreamer.
795 https://bugs.webkit.org/show_bug.cgi?id=126015
797 Reviewed by Darin Adler.
799 * win/tools/vsprops/FeatureDefinesCairo.props:
800 Define ENABLE_MEDIA_CONTROLS_SCRIPT, ENABLE_VIDEO_TRACK, and ENABLE_VIDEO.
802 2013-12-30 Roger Fong <roger_fong@apple.com>
804 [Windows] Disable some annoying build warnings.
806 * win/tools/vsprops/common.props:
808 2013-12-23 Lucas Forschler <lforschler@apple.com>
810 <rdar://problem/15682948> Update copyright strings
812 Reviewed by Dan Bernstein.
814 * win/tools/scripts/COPYRIGHT-END-YEAR:
816 2013-12-19 Alex Christensen <achristensen@webkit.org>
818 Final preparations for GStreamer on Windows.
819 https://bugs.webkit.org/show_bug.cgi?id=125958
821 Reviewed by Benjamin Poulain.
823 * win/tools/vsprops/FeatureDefinesCairo.props:
824 Removed duplicate ENABLE_VIDEO_TRACK definition.
826 2013-12-18 Alex Christensen <achristensen@webkit.org>
828 [WinCairo] Unreviewed build fix after r160798.
830 * win/tools/vsprops/FeatureDefinesCairo.props:
831 Removed ENABLE_MEDIA_CONTROLS_SCRIPT definition for now.
833 2013-12-18 Alex Christensen <achristensen@webkit.org>
835 [WinCairo] Preparation for GStreamer on Windows.
836 https://bugs.webkit.org/show_bug.cgi?id=125946
838 Reviewed by Brent Fulgham.
840 * win/tools/vsprops/FeatureDefinesCairo.props:
841 Added ENABLE_MEDIA_CONTROLS_SCRIPT and ENABLE_VIDEO_TRACK for DerivedSources.make.
842 * win/tools/vsprops/GStreamer32.props: Added.
843 * win/tools/vsprops/GStreamer64.props: Added.
844 * win/tools/vsprops/GStreamerCommon.props: Added.
846 2013-12-13 Brent Fulgham <bfulgham@apple.com>
848 [Win] Unreviewed build fix for VS2013
850 * win/lib32/WebKitSystemInterface.lib: Updated to use VS2013 _MSC_VER symbols
853 2013-12-09 Filip Pizlo <fpizlo@apple.com>
855 Unreviewed, update LLVM binary drops to r196830.
857 * LLVMIncludesMountainLion.tar.bz2:
858 * LLVMLibrariesMountainLion.tar.bz2:
860 2013-12-05 Bear Travis <betravis@adobe.com>
862 [CSS Shapes] Enable CSS Shapes on Windows
863 https://bugs.webkit.org/show_bug.cgi?id=89957
865 Reviewed by Brent Fulgham.
867 Turn on CSS_SHAPES on Windows now that bug 121883 has been fixed.
869 * win/tools/vsprops/FeatureDefines.props:
870 * win/tools/vsprops/FeatureDefinesCairo.props:
872 2013-11-26 Ryosuke Niwa <rniwa@webkit.org>
874 Enable HTML template element on Windows ports
875 https://bugs.webkit.org/show_bug.cgi?id=124758
877 Reviewed by Andreas Kling.
879 Enable TEMPLATE_ELEMENT. Also removed UNDO_MANAGER since that feature has been removed
880 from the tree in r133326.
882 * win/tools/vsprops/FeatureDefines.props:
883 * win/tools/vsprops/FeatureDefinesCairo.props:
885 2013-11-21 Peter Molnar <pmolnar.u-szeged@partner.samsung.com>
887 Remove ENABLE_WORKERS
888 https://bugs.webkit.org/show_bug.cgi?id=105784
890 Reviewed by Darin Adler.
892 * win/tools/vsprops/FeatureDefines.props:
893 * win/tools/vsprops/FeatureDefinesCairo.props:
895 2013-11-17 Filip Pizlo <fpizlo@apple.com>
897 Update binary drops to include atrick's "Ran out of registers" fix in r194942.
899 * LLVMIncludesMountainLion.tar.bz2:
900 * LLVMLibrariesMountainLion.tar.bz2:
902 2013-11-08 Filip Pizlo <fpizlo@apple.com>
904 Update binary drops to a version that includes new stackmap fixes and exposes the new calling conventions.
906 * LLVMIncludesMountainLion.tar.bz2:
907 * LLVMLibrariesMountainLion.tar.bz2:
909 2013-11-03 Filip Pizlo <fpizlo@apple.com>
911 Update binary drops to a version that includes my pretty stack trace changes.
913 * LLVMIncludesMountainLion.tar.bz2:
914 * LLVMLibrariesMountainLion.tar.bz2:
916 2013-11-02 Filip Pizlo <fpizlo@apple.com>
918 Unreviewed, update binary drops.
920 These include my LLVMDisablePrettyStackTrace() fix and are built with --enable-crash-overrides=no
922 * LLVMIncludesMountainLion.tar.bz2:
923 * LLVMLibrariesMountainLion.tar.bz2:
925 2013-10-21 Mark Rowe <mrowe@apple.com>
927 Add a version of WebKitSystemInterface for Mavericks.
929 Reviewed by Ryosuke Niwa.
931 * libWebKitSystemInterfaceMavericks.a: Added.
933 2013-10-17 Anthony Johnson <anthony.johnson@flexsim.com>
935 Crash fix for Windows XP.
936 https://bugs.webkit.org/show_bug.cgi?id=122790
938 Reviewed by Geoffrey Garen.
940 * win/tools/vsprops/common.props:
941 Replaced stack and heap sizes of zero with blank stack and heap sizes.
943 2013-10-16 Filip Pizlo <fpizlo@apple.com>
945 libllvmForJSC shouldn't call exit(1) on report_fatal_error()
946 https://bugs.webkit.org/show_bug.cgi?id=122905
947 <rdar://problem/15237856>
949 Reviewed by Michael Saboff.
951 * LLVMIncludesMountainLion.tar.bz2:
952 * LLVMLibrariesMountainLion.tar.bz2:
954 2013-10-10 Filip Pizlo <fpizlo@apple.com>
956 Update the binary drops to the latest version of LLVM, built without -fvisibility=hidden
957 now that we have soft linking. Also include DataTypes.h in the drop.
959 Rubber stamped by Michael Saboff.
961 * LLVMIncludesMountainLion.tar.bz2:
962 * LLVMLibrariesMountainLion.tar.bz2:
964 2013-10-01 Filip Pizlo <fpizlo@apple.com>
966 FTL should use the new version of LLVM MCJIT memory manager APIs that take a SectionName
967 https://bugs.webkit.org/show_bug.cgi?id=122193
969 Reviewed by Geoffrey Garen.
971 * LLVMIncludesMountainLion.tar.bz2:
972 * LLVMLibrariesMountainLion.tar.bz2:
974 2013-10-01 Brent Fulgham <bfulgham@apple.com>
976 [Win] Implement the media controls in JavaScript.
977 https://bugs.webkit.org/show_bug.cgi?id=122166
979 Reviewed by Jer Noble.
981 * win/tools/vsprops/FeatureDefines.props: Activate the
982 ENABLE_MEDIA_CONTROLS_SCRIPT flag.
984 2013-09-24 Bear Travis <betravis@adobe.com>
986 Disable CSS_SHAPES on Windows
987 https://bugs.webkit.org/show_bug.cgi?id=121879
989 Reviewed by Brent Fulgham.
991 Enabling CSS_SHAPES on Windows is currently causing crashes in DRT.
992 Turn the feature off until it can be appropriately fixed.
994 * win/tools/vsprops/FeatureDefines.props: Disable on Win port
995 * win/tools/vsprops/FeatureDefinesCairo.props: Disable on WinCairo port
997 2013-09-23 Patrick Gansterer <paroga@webkit.org>
999 use NOMINMAX instead of #define min min
1000 https://bugs.webkit.org/show_bug.cgi?id=73563
1002 Reviewed by Brent Fulgham.
1004 Use NOMINMAX instead of #define min/max as a cleaner
1005 way of ensuring that Windows system header files don't
1006 define min/max as macro in the first place.
1008 * win/tools/vsprops/common.props:
1010 2013-09-20 Mark Rowe <mrowe@apple.com>
1012 Fix link errors for external users when building WebKit with Xcode 5.
1014 Reviewed by Oliver Hunt.
1016 * libWebKitSystemInterfaceLion.a:
1017 * libWebKitSystemInterfaceMountainLion.a:
1019 2013-09-19 Bear Travis <betravis@adobe.com>
1021 CSS_SHAPES not supported on AppleWin port
1022 https://bugs.webkit.org/show_bug.cgi?id=118810
1024 Reviewed by Brent Fulgham.
1026 * win/tools/vsprops/FeatureDefines.props: Add the CSS_SHAPES compile flag on Windows.
1028 2013-09-19 Dan Bernstein <mitz@apple.com>
1030 Removed WebCoreSQLite3. It has been unused for years.
1032 Rubber-stamped by Mark Rowe.
1034 * WebCoreSQLite3: Removed.
1035 * WebCoreSQLite3/sqlite3.h: Removed.
1036 * WebCoreSQLite3/sqlite3ext.h: Removed.
1037 * libWebCoreSQLite3.a: Removed.
1039 2013-09-18 Brent Fulgham <bfulgham@apple.com>
1041 [Windows] Unreviewed build fix: Expose PlatformArchitecture macro to build system.
1043 * win/tools/vsprops/common.props:
1045 2013-09-13 Brent Fulgham <bfulgham@apple.com>
1047 [Windows] Enable Page Visibility API
1048 https://bugs.webkit.org/show_bug.cgi?id=121340
1050 Reviewed by Anders Carlsson.
1052 * win/tools/vsprops/FeatureDefines.props: Activate feature.
1053 * win/tools/vsprops/FeatureDefinesCairo.props: Ditto.
1055 2013-09-12 Brent Fulgham <bfulgham@apple.com>
1057 [Windows] Update WKSI library for Open Source builders.
1059 * win/lib32/WebKitSystemInterface.lib: Recompile with latest WebKit to use newer
1060 WTF.dll symbol exports.
1062 2013-08-29 Filip Pizlo <fpizlo@apple.com>
1064 Just linking LLVM into JSC causes all plugin tests to fail
1065 https://bugs.webkit.org/show_bug.cgi?id=113915
1067 Reviewed by Oliver Hunt.
1069 Updated the binary drops to r189627 of llvm.org, and used the new configure-llvm that does CPPFLAGS=-fvisibility=hidden.
1071 * LLVMIncludesMountainLion.tar.bz2:
1072 * LLVMLibrariesMountainLion.tar.bz2:
1074 2013-08-29 Brent Fulgham <bfulgham@apple.com>
1076 [Windows] Unreviewed build fix after r154847.
1078 * win/tools/vsprops/FeatureDefines.props: Add missing definition for ENABLE_PROMISES
1079 * win/tools/vsprops/FeatureDefinesCairo.props: Ditto
1081 2013-08-26 Brent Fulgham <bfulgham@apple.com>
1083 [Windows] Updates to WKSI to get external builders working.
1085 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
1086 * win/lib32/WebKitSystemInterface.lib:
1088 2013-08-24 Brent Fulgham <bfulgham@apple.com>
1090 [Windows] Another attempt to fix the Windows bots. Need to retain older
1091 QuickTime player features for external builders.
1093 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
1094 * win/lib32/WebKitSystemInterface.lib:
1096 2013-08-23 Brent Fulgham <bfulgham@apple.com>
1098 [Windows] Forgot to check in the header as well!
1100 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
1102 2013-08-23 Brent Fulgham <bfulgham@apple.com>
1104 [Windows] Unreviewed build correction.
1106 * win/lib32/WebKitSystemInterface.lib: Update with new API for r132545.
1108 2013-08-23 Beth Dakin <bdakin@apple.com>
1110 REGRESSION (r132545): Some PDFs generated by WebKit are blank when viewed in
1112 https://bugs.webkit.org/show_bug.cgi?id=120240
1114 <rdar://problem/14634453>
1116 Reviewed by Anders Carlsson.
1118 * WebKitSystemInterface.h:
1119 * libWebKitSystemInterfaceLion.a:
1120 * libWebKitSystemInterfaceMountainLion.a:
1122 2013-08-23 Alex Christensen <achristensen@apple.com>
1124 Re-separating Win32 and Win64 builds.
1125 https://bugs.webkit.org/show_bug.cgi?id=120178
1127 Reviewed by Brent Fulgham.
1129 * win/tools/vsprops/common.props:
1130 Export PlatformArchitecture to be used by make and cmd scripts.
1131 Use PlatformArchitecture to determine correct build directory
1132 (lib32/bin32/obj32 or lib64/bin64/obj64).
1134 2013-08-22 Filip Pizlo <fpizlo@apple.com>
1136 Update LLVM binary drops and scripts to the latest version from SVN
1137 https://bugs.webkit.org/show_bug.cgi?id=120184
1139 Reviewed by Mark Hahnenberg.
1141 Updated binary drops to r189066.
1143 * LLVMIncludesMountainLion.tar.bz2:
1144 * LLVMLibrariesMountainLion.tar.bz2:
1146 2013-08-21 Commit Queue <commit-queue@webkit.org>
1148 Unreviewed, rolling out r154416.
1149 http://trac.webkit.org/changeset/154416
1150 https://bugs.webkit.org/show_bug.cgi?id=120147
1152 Broke Windows builds (Requested by rniwa on #webkit).
1154 * win/tools/vsprops/common.props:
1156 2013-08-21 Alex Christensen <achristensen@apple.com>
1158 <https://webkit.org/b/120137> Separating Win32 and Win64 builds.
1160 Reviewed by Brent Fulgham.
1162 * win/tools/vsprops/common.props:
1163 Export PlatformArchitecture to be used by make and cmd scripts.
1164 Use PlatformArchitecture to determine correct build directory
1165 (lib32/bin32/obj32 or lib64/bin64/obj64).
1167 2013-08-21 Brent Fulgham <bfulgham@apple.com>
1169 <https://webkit.org/b/120113> [Windows] Enable CSS_IMAGE_SET
1171 Reviewed by Anders Carlsson.
1173 * win/tools/vsprops/FeatureDefines.props: Enable CSS_IMAGE_SET feature.
1174 * win/tools/vsprops/FeatureDefinesCairo.props: Ditto.
1176 2013-08-15 Eric Carlson <eric.carlson@apple.com>
1178 [Mac] Remove "legacy" media UI
1179 https://bugs.webkit.org/show_bug.cgi?id=119752
1181 Reviewed by Jer Noble.
1183 * WebKitSystemInterface.h:
1184 * libWebKitSystemInterfaceLion.a:
1185 * libWebKitSystemInterfaceMountainLion.a:
1187 2013-08-13 Simon Fraser <simon.fraser@apple.com>
1189 Various media tests spew "CGContextScaleCTM: invalid context 0x0" errors
1190 https://bugs.webkit.org/show_bug.cgi?id=119490
1192 New versions of WKSI that fix a bug that caused spew about null CGContexts,
1193 and update WebKitSystemInterface.h.
1195 * WebKitSystemInterface.h:
1196 * libWebKitSystemInterfaceLion.a:
1197 * libWebKitSystemInterfaceMountainLion.a:
1199 2013-08-08 Alex Christensen <achristensen@apple.com>
1201 Windows build fixes.
1203 Rubberstamped by Brent Fulgham.
1205 * win/tools/vsprops/debug_wincairo.props: Removed MinimalRebuild option preventing parallel compiling.
1207 2013-07-30 Sanghyun Park <sh919.park@samsung.com>
1209 Missing the rename REGISTER_PROCOTOL_HANDLER Macro to NAVIGATOR_CONTENT_UTILS in WebKitLibraries.
1210 https://bugs.webkit.org/show_bug.cgi?id=119239
1212 According to "https://bugs.webkit.org/show_bug.cgi?id=94920", REGISTER_PROCOTOL_HANDLER macro was changed to NAVIGATOR_CONTENT_UTILS.
1213 But, FeatureDefines.props and FeatureDefinesCairo.props was not changed.
1215 Reviewed by Brent Fulgham.
1217 * win/tools/vsprops/FeatureDefines.props:
1218 * win/tools/vsprops/FeatureDefinesCairo.props:
1220 2013-05-22 Filip Pizlo <fpizlo@apple.com>
1222 Updated LLVM drops to include MCJIT memory management APIs.
1224 Rubber stamped by Mark Hahnenberg.
1226 * LLVMIncludesMountainLion.tar.bz2:
1227 * LLVMLibrariesMountainLion.tar.bz2:
1229 2013-04-30 Filip Pizlo <fpizlo@apple.com>
1231 Updated LLVM drops to include MCJIT fixes and newly exposed API.
1233 Rubber stamped by Mark Hahnenberg.
1235 * LLVMIncludesMountainLion.tar.bz2:
1236 * LLVMLibrariesMountainLion.tar.bz2:
1238 2013-04-16 Filip Pizlo <fpizlo@apple.com>
1240 Updated LLVM drops to include MCJIT fixes.
1242 * LLVMIncludesMountainLion.tar.bz2:
1243 * LLVMLibrariesMountainLion.tar.bz2:
1245 2013-04-03 Filip Pizlo <fpizlo@apple.com>
1247 Updated LLVM drops to include LLVM_DO_NOT_INCLUDE_CPP_HEADERS changes.
1249 Rubber stamped by Mark Hahnenberg.
1251 * LLVMIncludesMountainLion.tar.bz2:
1252 * LLVMLibrariesMountainLion.tar.bz2:
1254 2013-03-29 Filip Pizlo <fpizlo@apple.com>
1256 fourthTier: Check in a known-good build of LLVM into WebKitLibraries, and have a story for updating it
1257 https://bugs.webkit.org/show_bug.cgi?id=113452
1259 Rubber stamped by Mark Hahnenberg.
1261 * LLVMIncludesMountainLion.tar.bz2: Added.
1262 * LLVMLibrariesMountainLion.tar.bz2: Added.
1264 2013-07-18 Roger Fong <roger_fong@apple.com>
1266 Make sure to link against _debug binaries when appropriate.
1267 <rdar://problem/14473010>.
1269 * win/tools/vsprops/debugsuffix.props:
1271 2013-07-02 Commit Queue <commit-queue@webkit.org>
1273 Unreviewed, rolling out r152233.
1274 http://trac.webkit.org/changeset/152233
1275 https://bugs.webkit.org/show_bug.cgi?id=118304
1277 hopeful attempt to restore windows buildage (Requested by
1280 * win/tools/vsprops/debugsuffix.props:
1282 2013-07-01 Brent Fulgham <bfulgham@apple.com>
1284 [Windows] Unreviewed correction to DEBUG_ALL target. Target was undefining DEBUG_ALL and DEBUG_INTERNAL,
1285 which prevented proper build operation.
1287 * win/tools/vsprops/debugsuffix.props: We should DEFINE (not UNDEFINE) the DEBUG_ALL and DEBUG_INTERNAL
1288 macros when building with 'debugsuffix' target.
1290 2013-06-18 Roger Fong <roger_fong@apple.com>
1292 Replace tools32 folder with tools and update WebKit Windows solution accordingly.
1293 <rdar://problem/14118143>.
1295 Rubberstamped by Brent Fulgham.
1297 * win/tools: Copied from win/tools32.
1298 * win/tools/WinTools.make:
1299 * win/tools/scripts/auto-version.sh:
1300 * win/tools/scripts/feature-defines.sh:
1301 * win/tools32: Removed.
1302 * win/tools32/WinTools.make: Removed.
1303 * win/tools32/scripts: Removed.
1304 * win/tools32/scripts/COPYRIGHT-END-YEAR: Removed.
1305 * win/tools32/scripts/VERSION: Removed.
1306 * win/tools32/scripts/auto-version.sh: Removed.
1307 * win/tools32/scripts/feature-defines.sh: Removed.
1308 * win/tools32/vsprops: Removed.
1309 * win/tools32/vsprops/FeatureDefines.props: Removed.
1310 * win/tools32/vsprops/FeatureDefines.vsprops: Removed.
1311 * win/tools32/vsprops/FeatureDefinesCairo.props: Removed.
1312 * win/tools32/vsprops/FeatureDefinesCairo.vsprops: Removed.
1313 * win/tools32/vsprops/WinCairo.props: Removed.
1314 * win/tools32/vsprops/WinCairo.vsprops: Removed.
1315 * win/tools32/vsprops/cURL.props: Removed.
1316 * win/tools32/vsprops/cURL.vsprops: Removed.
1317 * win/tools32/vsprops/common.props: Removed.
1318 * win/tools32/vsprops/common.vsprops: Removed.
1319 * win/tools32/vsprops/debug.props: Removed.
1320 * win/tools32/vsprops/debug.vsprops: Removed.
1321 * win/tools32/vsprops/debug_all.vsprops: Removed.
1322 * win/tools32/vsprops/debug_wincairo.props: Removed.
1323 * win/tools32/vsprops/debug_wincairo.vsprops: Removed.
1324 * win/tools32/vsprops/debugsuffix.props: Removed.
1325 * win/tools32/vsprops/production.props: Removed.
1326 * win/tools32/vsprops/production.vsprops: Removed.
1327 * win/tools32/vsprops/release.props: Removed.
1328 * win/tools32/vsprops/release.vsprops: Removed.
1329 * win/tools32/vsprops/releaseproduction.vsprops: Removed.
1331 2013-06-12 Brent Fulgham <bfulgham@webkit.org>
1333 [WinCairo] Unreviewed build correction.
1335 * win/tools32/vsprops/WinCairo.props: Switch from using the
1336 $WebKitLibraries environment variable to the newer
1338 * win/tools32/vsprops/debug_wincairo.props: Ditto.
1340 2013-06-11 Roger Fong <roger_fong@apple.com>
1342 Unreviewed. Another part of rollout of r151408.
1344 * win/tools64: Removed.
1345 * win/tools64/scripts: Removed.
1346 * win/tools64/vsprops: Removed.
1348 2013-06-11 Roger Fong <roger_fong@apple.com>
1350 Unreviewed. WinTools makefile fix.
1352 * win/tools32/WinTools.make:
1354 2013-06-11 Commit Queue <commit-queue@webkit.org>
1356 Unreviewed, rolling out r151408.
1357 http://trac.webkit.org/changeset/151408
1358 https://bugs.webkit.org/show_bug.cgi?id=117519
1360 Opting for a different approach (Requested by rfong on
1363 * win/WinTools.make: Removed.
1364 * win/tools32/WinTools.make: Renamed from WebKitLibraries/win/tools64/WinTools.make.
1365 * win/tools64/scripts/COPYRIGHT-END-YEAR: Removed.
1366 * win/tools64/scripts/VERSION: Removed.
1367 * win/tools64/scripts/auto-version.sh: Removed.
1368 * win/tools64/scripts/feature-defines.sh: Removed.
1369 * win/tools64/vsprops/FeatureDefines.props: Removed.
1370 * win/tools64/vsprops/FeatureDefines.vsprops: Removed.
1371 * win/tools64/vsprops/FeatureDefinesCairo.props: Removed.
1372 * win/tools64/vsprops/FeatureDefinesCairo.vsprops: Removed.
1373 * win/tools64/vsprops/WinCairo.props: Removed.
1374 * win/tools64/vsprops/WinCairo.vsprops: Removed.
1375 * win/tools64/vsprops/cURL.props: Removed.
1376 * win/tools64/vsprops/cURL.vsprops: Removed.
1377 * win/tools64/vsprops/common.props: Removed.
1378 * win/tools64/vsprops/common.vsprops: Removed.
1379 * win/tools64/vsprops/debug.props: Removed.
1380 * win/tools64/vsprops/debug.vsprops: Removed.
1381 * win/tools64/vsprops/debug_all.vsprops: Removed.
1382 * win/tools64/vsprops/debug_wincairo.props: Removed.
1383 * win/tools64/vsprops/debug_wincairo.vsprops: Removed.
1384 * win/tools64/vsprops/debugsuffix.props: Removed.
1385 * win/tools64/vsprops/production.props: Removed.
1386 * win/tools64/vsprops/production.vsprops: Removed.
1387 * win/tools64/vsprops/release.props: Removed.
1388 * win/tools64/vsprops/release.vsprops: Removed.
1389 * win/tools64/vsprops/releaseproduction.vsprops: Removed.
1391 2013-06-10 Roger Fong <roger_fong@apple.com>
1393 Change WebKitLibraries/win folder structure around.
1394 <rdar://problem/14097829>
1396 Reviewed by Lucas Forschler.
1398 * win/WinTools.make: Copied from win/tools32/WinTools.make.
1399 * win/tools32/WinTools.make: Removed.
1400 * win/tools64: Copied from win/tools32.
1402 2013-06-05 Bear Travis <betravis@adobe.com>
1404 [CSS Exclusions][CSS Shapes] Split CSS Exclusions & Shapes compile & runtime flags
1405 https://bugs.webkit.org/show_bug.cgi?id=117172
1407 Reviewed by Alexandru Chiculita.
1409 Adding the CSS_SHAPES compile flag.
1411 * win/tools32/vsprops/FeatureDefines.vsprops:
1412 * win/tools32/vsprops/FeatureDefinesCairo.vsprops:
1414 2013-06-03 Roger Fong <roger_fong@apple.com>
1416 Unreviewed. Some AppleWin VS2010 house cleaning.
1418 * win/tools32/scripts/auto-version.sh: Replaced with win/tools32/scripts/auto-version2010.sh.
1419 * win/tools32/scripts/auto-version2010.sh: Removed.
1420 * win/tools32/scripts/feature-defines.sh: Replaced with win/tools32/scripts/feature-defines2010.sh.
1421 * win/tools32/scripts/feature-defines2010.sh: Removed.
1423 2013-06-03 Roger Fong <roger_fong@apple.com>
1425 Nuke VS2005 files from the tree.
1426 <rdar://problem/14042021>.
1428 Rubberstamped by Brent Fulgham.
1431 * win/lib/WebKitSystemInterface.lib: Removed.
1432 * win/tools: Removed.
1433 * win/tools/WinTools.make: Removed.
1434 * win/tools/scripts: Removed.
1435 * win/tools/scripts/COPYRIGHT-END-YEAR: Removed.
1436 * win/tools/scripts/VERSION: Removed.
1437 * win/tools/scripts/auto-version.sh: Removed.
1438 * win/tools/scripts/auto-version2010.sh: Removed.
1439 * win/tools/scripts/feature-defines.sh: Removed.
1440 * win/tools/scripts/feature-defines2010.sh: Removed.
1441 * win/tools/vsprops: Removed.
1442 * win/tools/vsprops/FeatureDefines.props: Removed.
1443 * win/tools/vsprops/FeatureDefines.vsprops: Removed.
1444 * win/tools/vsprops/FeatureDefinesCairo.props: Removed.
1445 * win/tools/vsprops/FeatureDefinesCairo.vsprops: Removed.
1446 * win/tools/vsprops/WinCairo.props: Removed.
1447 * win/tools/vsprops/WinCairo.vsprops: Removed.
1448 * win/tools/vsprops/cURL.props: Removed.
1449 * win/tools/vsprops/cURL.vsprops: Removed.
1450 * win/tools/vsprops/common.props: Removed.
1451 * win/tools/vsprops/common.vsprops: Removed.
1452 * win/tools/vsprops/debug.props: Removed.
1453 * win/tools/vsprops/debug.vsprops: Removed.
1454 * win/tools/vsprops/debug_all.vsprops: Removed.
1455 * win/tools/vsprops/debug_wincairo.props: Removed.
1456 * win/tools/vsprops/debug_wincairo.vsprops: Removed.
1457 * win/tools/vsprops/debugsuffix.props: Removed.
1458 * win/tools/vsprops/production.props: Removed.
1459 * win/tools/vsprops/production.vsprops: Removed.
1460 * win/tools/vsprops/release.props: Removed.
1461 * win/tools/vsprops/release.vsprops: Removed.
1462 * win/tools/vsprops/releaseproduction.vsprops: Removed.
1464 2013-05-29 Jeffrey Pfau <jpfau@apple.com>
1466 [Mac] Enable cache partitioning and the public suffix list on 10.8
1467 <rdar://problem/13679019>
1469 Rubber-stamped by David Kilzer.
1471 * WebKitSystemInterface.h:
1472 * libWebKitSystemInterfaceLion.a:
1473 * libWebKitSystemInterfaceMountainLion.a:
1475 2013-05-14 Beth Dakin <bdakin@apple.com>
1477 Printing in 1Password app is broken with screen fonts disabled
1478 https://bugs.webkit.org/show_bug.cgi?id=116133
1480 <rdar://problem/13162981>
1482 Reviewed by Anders Carlsson.
1484 Need WKExecutableWasLinkedOnOrBeforeMountainLion() for this quirk.
1486 * libWebKitSystemInterfaceLion.a:
1487 * libWebKitSystemInterfaceMountainLion.a:
1489 2013-05-08 Roger Fong <roger_fong@apple.com>
1491 Unreviewed. Update WebKitLibraries/win to handle different architectures properly.
1493 * win/lib32: Copied from win/lib.
1494 * win/tools/WinTools.make:
1496 2013-05-02 Roger Fong <roger_fong@apple.com>
1498 Unreviewed Windows build fix.
1500 * win/lib/WebKitSystemInterface.lib:
1502 2013-05-01 Alexey Proskuryakov <ap@apple.com>
1504 Update WebKitSystemInterface.
1506 * WebKitSystemInterface.h:
1507 * libWebKitSystemInterfaceLion.a:
1508 * libWebKitSystemInterfaceMountainLion.a:
1510 2013-04-29 Chris Fleizach <cfleizach@apple.com>
1512 WEB SPEECH: need to identify the default voice per language
1513 https://bugs.webkit.org/show_bug.cgi?id=115366
1515 Reviewed by Simon Fraser.
1517 * WebKitSystemInterface.h:
1518 * libWebKitSystemInterfaceLion.a:
1519 * libWebKitSystemInterfaceMountainLion.a:
1521 2013-04-29 Roger Fong <roger_fong@apple.com>
1523 Need a tools32 folder for VS2010 builds.
1524 tools folder will be nuked when we nuke VS2005.
1526 * win/tools32: Copied from WebKitLibraries/win/tools.
1528 2013-04-26 Roger Fong <roger_fong@apple.com>
1530 Disable sub-pixel-layout on Apple Windows port, VS2005 edition.
1532 * win/tools/vsprops/FeatureDefines.vsprops:
1534 2013-04-26 Roger Fong <roger_fong@apple.com>
1536 Disable sub-pixel-layout on Apple Windows port.
1538 * win/tools/vsprops/FeatureDefines.props:
1540 2013-04-26 Roger Fong <roger_fong@apple.com>
1542 Make Apple Windows VS2010 build results into and get dependencies from __32 suffixed folders.
1543 Make the DebugSuffix configuration use _debug dependencies.
1545 * win/tools/WinTools.make:
1546 * win/tools/scripts/auto-version2010.sh:
1547 * win/tools/scripts/feature-defines2010.sh:
1548 * win/tools/vsprops/common.props:
1549 * win/tools/vsprops/debugsuffix.props:
1551 2013-04-25 Chris Fleizach <cfleizach@apple.com>
1553 WEB SPEECH: language support does not work as expected
1554 https://bugs.webkit.org/show_bug.cgi?id=115119
1556 Reviewed by Alexey Proskuryakov.
1558 * WebKitSystemInterface.h:
1560 2013-04-24 Roger Fong <roger_fong@apple.com>
1562 Have VS2010 WebKit solution look in WebKit_Libraries/lib32 for dependencies.
1564 * win/tools/vsprops/common.props:
1566 2013-04-23 Antoine Quint <graouts@apple.com>
1568 Initial advance of text runs should be taken into account
1569 https://bugs.webkit.org/show_bug.cgi?id=114949
1571 Reviewed by Darin Adler.
1573 * WebKitSystemInterface.h:
1574 * libWebKitSystemInterfaceLion.a:
1575 * libWebKitSystemInterfaceMountainLion.a:
1577 2013-04-12 Jeffrey Pfau <jpfau@apple.com>
1579 Query directly for cache partition names
1580 https://bugs.webkit.org/show_bug.cgi?id=114538
1582 Reviewed by David Kilzer.
1584 * WebKitSystemInterface.h:
1585 * libWebKitSystemInterfaceLion.a:
1586 * libWebKitSystemInterfaceMountainLion.a:
1588 2013-04-08 Roger Fong <roger_fong@apple.com>
1592 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
1593 * win/lib/WebKitSystemInterface.lib:
1595 2013-04-11 Alexey Proskuryakov <ap@apple.com>
1597 <rdar://problem/10416316> [Mac] WebSocket doesn't work with authenticating proxies
1598 https://bugs.webkit.org/show_bug.cgi?id=114464
1600 Update WebKitSystemInterface.
1602 * WebKitSystemInterface.h:
1603 * libWebKitSystemInterfaceLion.a:
1604 * libWebKitSystemInterfaceMountainLion.a:
1606 2013-04-10 Benjamin Poulain <bpoulain@apple.com>
1608 Mass remove all the empty directories
1610 Rubberstamped by Ryosuke Niwa.
1613 * win/lib/WebKitSystemInterface: Removed.
1615 2013-04-05 Roger Fong <roger_fong@apple.com>
1617 More VS2010 solution makefile fixes.
1618 <rdar://problem/13588964>
1620 * win/tools/WinTools.make:
1622 2013-04-03 Brent Fulgham <bfulgham@webkit.org>
1624 [Windows, WinCairo] Unreviewed VS2010 Build Correction
1626 * win/tools/scripts/auto-version2010.sh: Added properties svn:eol-style and svn:executable.
1627 * win/tools/scripts/feature-defines2010.sh: Added properties svn:eol-style and svn:executable.
1629 2013-04-01 Roger Fong <roger_fong@apple.com>
1631 Update FEATURE_DEFINES string generation for VS2010 solution.
1632 https://bugs.webkit.org/show_bug.cgi?id=113737.
1634 Reviewed by Timothy Horton.
1636 * win/tools/scripts/feature-defines2010.sh: Added.
1638 2013-03-29 Roger Fong <roger_fong@apple.com>
1640 Unreviewed. Rollout r146818.
1642 * win/tools/vsprops/FeatureDefines.props:
1644 2013-03-25 Kent Tamura <tkent@chromium.org>
1646 Rename ENABLE_INPUT_TYPE_DATETIME
1647 https://bugs.webkit.org/show_bug.cgi?id=113254
1649 Reviewed by Kentaro Hara.
1651 Rename ENABLE_INPUT_TYPE_DATETIME to ENABLE_INPUT_TYPE_DATETIME_INCOMPLETE.
1652 Actually I'd like to remove the code, but we shouldn't remove it yet
1653 because we shipped products with it on some platforms.
1655 * win/tools/vsprops/FeatureDefines.props:
1656 * win/tools/vsprops/FeatureDefines.vsprops:
1657 * win/tools/vsprops/FeatureDefinesCairo.props:
1658 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
1660 2013-03-25 Sheriff Bot <webkit.review.bot@gmail.com>
1662 Unreviewed, rolling out r146816, r146821, and r146830.
1663 http://trac.webkit.org/changeset/146816
1664 http://trac.webkit.org/changeset/146821
1665 http://trac.webkit.org/changeset/146830
1666 https://bugs.webkit.org/show_bug.cgi?id=113262
1668 Broke all the Windows tests (Requested by rfong on #webkit).
1670 * win/tools/vsprops/FeatureDefines.vsprops:
1672 2013-03-25 Roger Fong <roger_fong@apple.com>
1674 Unreviewed. Also enable CSS_REGIONS and EXCLUSIONS for VS2010 solution.
1676 * win/tools/vsprops/FeatureDefines.props:
1678 2013-03-25 Roger Fong <roger_fong@apple.com>
1680 Enable CSS_REGIONS and CSS_EXCLUSIONS.
1681 https://bugs.webkit.org/show_bug.cgi?id=87519
1683 Reviewed by Timothy Horton.
1685 * win/tools/vsprops/FeatureDefines.vsprops:
1687 2013-03-21 Roger Fong <roger_fong@apple.com>
1689 Unreviewed. Move common props files for VS2010 solution to WebKitLibraries folder and update all projects accordingly.
1691 * win/tools/vsprops/FeatureDefines.props: Copied from ../Source/WebKit/WebKit.vcxproj/FeatureDefines.props.
1692 * win/tools/vsprops/FeatureDefinesCairo.props: Copied from ../Source/WebKit/WebKit.vcxproj/FeatureDefinesCairo.props.
1693 * win/tools/vsprops/WinCairo.props: Copied from ../Source/WebKit/WebKit.vcxproj/WinCairo.props.
1694 * win/tools/vsprops/cURL.props: Copied from ../Source/WebKit/WebKit.vcxproj/WebKit/cURL.props.
1695 * win/tools/vsprops/common.props: Copied from ../Source/WebKit/WebKit.vcxproj/common.props.
1696 * win/tools/vsprops/debug.props: Copied from ../Source/WebKit/WebKit.vcxproj/debug.props.
1697 * win/tools/vsprops/debug_wincairo.props: Copied from ../Source/WebKit/WebKit.vcxproj/debug_wincairo.props.
1698 * win/tools/vsprops/debugsuffix.props: Copied from ../Source/WebKit/WebKit.vcxproj/debugsuffix.props.
1699 * win/tools/vsprops/production.props: Copied from ../Source/WebKit/WebKit.vcxproj/production.props.
1700 * win/tools/vsprops/release.props: Copied from ../Source/WebKit/WebKit.vcxproj/release.props.
1702 2013-03-19 Brent Fulgham <bfulgham@webkit.org>
1704 [WinCairo] Unreviewed build fix.
1706 * win/tools/vsprops/FeatureDefinesCairo.vsprops: This file was out
1707 of sync with the main Windows build, and the VS2010 version of the
1708 WinCairo port, preventing consistent builds.
1710 2013-03-13 Ryosuke Niwa <rniwa@webkit.org>
1712 Threaded HTML Parser is missing feature define flags in all but Chromium port's build files
1713 https://bugs.webkit.org/show_bug.cgi?id=112277
1715 Reviewed by Adam Barth.
1717 * win/tools/vsprops/FeatureDefines.vsprops:
1718 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
1720 2013-03-06 Jer Noble <jer.noble@apple.com>
1722 Unreviewed roll-out of r145011.
1724 * win/tools/vsprops/FeatureDefines.vsprops:
1726 2013-03-06 Jer Noble <jer.noble@apple.com>
1728 Unreviewed build fix. Add ENABLE_CURSOR_VISIBILITY to the list of FEATURE_DEFINES for
1729 (non-Cairo) Windows builds.
1731 * win/tools/vsprops/FeatureDefines.vsprops:
1733 2013-03-05 Kiran Muppala <cmuppala@apple.com>
1735 Remove deprecated process suppression assertion SPI from WebKitSystemInterface
1736 https://bugs.webkit.org/show_bug.cgi?id=111501
1738 Reviewed by Alexey Proskuryakov.
1740 https://bugs.webkit.org/show_bug.cgi?id=111387 replaced all usage of
1741 WKNSProcessInfoProcessAssertionWithTypes() with
1742 -[NSProcessInfo beginSuspensionOfSystemBehaviors:]. Hence, remove
1743 the now deprecated SPI.
1745 * WebKitSystemInterface.h: Remove
1746 WKNSProcessInfoProcessAssertionWithTypes and associated declarations.
1748 2013-03-05 Kiran Muppala <cmuppala@apple.com>
1750 Use new assertion API for process suppression on Mac
1751 https://bugs.webkit.org/show_bug.cgi?id=111387
1753 Reviewed by Alexey Proskuryakov.
1755 Add WKProcessSuppressionSystemBehaviors constant for use in WebKit2 to
1756 take a process suppression assertion.
1758 * WebKitSystemInterface.h:
1760 2013-03-05 Jeffrey Pfau <jpfau@apple.com>
1762 Clear associated cache partitions when deleting origins' cache
1763 https://bugs.webkit.org/show_bug.cgi?id=111383
1765 Reviewed by Maciej Stachowiak.
1767 * WebKitSystemInterface.h:
1768 * libWebKitSystemInterfaceLion.a:
1769 * libWebKitSystemInterfaceMountainLion.a:
1771 2013-03-04 Kunihiko Sakamoto <ksakamoto@chromium.org>
1773 Add build flag for FontLoader
1774 https://bugs.webkit.org/show_bug.cgi?id=111289
1776 Reviewed by Benjamin Poulain.
1778 Add ENABLE_FONT_LOAD_EVENTS build flag (disabled by default).
1780 * win/tools/vsprops/FeatureDefines.vsprops:
1781 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
1783 2013-02-27 Glenn Adams <glenn@skynav.com>
1785 Add ENABLE_CSS3_TEXT_LINE_BREAK flag.
1786 https://bugs.webkit.org/show_bug.cgi?id=110944
1788 Reviewed by Dean Jackson.
1790 * win/tools/vsprops/FeatureDefines.vsprops:
1791 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
1793 2013-02-21 Jeffrey Pfau <jpfau@apple.com>
1795 Optionally partition cache to prevent using cache for tracking
1796 https://bugs.webkit.org/show_bug.cgi?id=110269
1798 Reviewed by Maciej Stachowiak.
1800 Update WKSI bindings.
1802 * WebKitSystemInterface.h:
1803 * libWebKitSystemInterfaceLion.a:
1804 * libWebKitSystemInterfaceMountainLion.a:
1806 2013-02-22 Aaron Colwell <acolwell@chromium.org>
1808 Disable MediaSource on Apple Windows port
1809 https://bugs.webkit.org/show_bug.cgi?id=110494
1811 Reviewed by Tim Horton.
1813 * win/tools/vsprops/FeatureDefines.vsprops:
1815 2013-02-22 Roger Fong <roger_fong@apple.com>
1817 Unreviewed. Make WinTools.make stop copying vsprops into nested vsprops folders.
1819 * win/tools/WinTools.make:
1821 2013-02-14 Anders Carlsson <andersca@apple.com>
1823 Add WKContextIsPlugInUpdateAvailable
1824 https://bugs.webkit.org/show_bug.cgi?id=109862
1825 <rdar://problem/13173140>
1827 Reviewed by Sam Weinig.
1829 Roll WebKitSystemInterface DEPS.
1831 * WebKitSystemInterface.h:
1832 * libWebKitSystemInterfaceLion.a:
1833 * libWebKitSystemInterfaceMountainLion.a:
1835 2013-02-13 Roger Fong <roger_fong@apple.com>
1837 Move all .props files from WebKitLibraries folder to WebKit Source folder.
1838 https://bugs.webkit.org/show_bug.cgi?id=109761
1840 Reviewed by Brent Fulgham.
1842 * win/tools/vsprops/FeatureDefines.props: Removed.
1843 * win/tools/vsprops/common.props: Removed.
1844 * win/tools/vsprops/debug.props: Removed.
1845 * win/tools/vsprops/release.props: Removed.
1846 * win/tools/vsprops/releaseproduction.props: Removed.
1848 2013-02-07 Roger Fong <roger_fong@apple.com>
1850 Unreviewed. More VS2010 WebKit solution touchups.
1851 Move an ignored warning from a project to common properties.
1853 * win/tools/vsprops/common.props:
1855 2013-02-06 Mike West <mkwst@chromium.org>
1857 Add an ENABLE_NOSNIFF feature flag.
1858 https://bugs.webkit.org/show_bug.cgi?id=109029
1860 Reviewed by Jochen Eisinger.
1862 This new flag will control the behavior of 'X-Content-Type-Options: nosniff'
1863 when processing script and other resource types.
1865 * win/tools/vsprops/FeatureDefines.vsprops:
1866 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
1868 2013-02-01 Alexis Menard <alexis@webkit.org>
1870 Enable unprefixed CSS transitions by default.
1871 https://bugs.webkit.org/show_bug.cgi?id=108216
1873 Reviewed by Dean Jackson.
1875 Rename the flag CSS_TRANSFORMS_ANIMATIONS_TRANSITIONS_UNPREFIXED
1876 to CSS_TRANSFORMS_ANIMATIONS_UNPREFIXED which will be used later to
1877 guard the unprefixing work for CSS Transforms and animations.
1879 * win/tools/vsprops/FeatureDefines.vsprops:
1880 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
1882 2013-01-30 Alexey Proskuryakov <ap@apple.com>
1884 Update WebKitSystemInterface for <rdar://problem/13111288>.
1886 * libWebKitSystemInterfaceLion.a:
1887 * libWebKitSystemInterfaceMountainLion.a:
1889 * WebKitSystemInterface.h: Removed WKEnterPluginSandbox, which has been unused now.
1891 2013-01-28 Kiran Muppala <cmuppala@apple.com>
1893 Add window occlusion criteria to determine page visibility on Mac
1894 https://bugs.webkit.org/show_bug.cgi?id=107494
1896 Reviewed by Simon Fraser.
1898 Add enum constants to specify window occlusion notification type to
1899 notification registration/unregistration methods. Add typedef for
1900 window ID data passed to the window occlusion notification handler.
1901 Add method to enable occlusion notifications for a particular window.
1903 * WebKitSystemInterface.h: Add
1904 WKOcclusionNotificationTypeWindowBecameVisible,
1905 WKOcclusionNotificationTypeWindowBecameOccluded,
1907 WKEnableWindowOcclusionNotifications().
1909 2013-01-25 Andy Estes <aestes@apple.com>
1911 Update WKSI header and libraries after r140875.
1913 * WebKitSystemInterface.h:
1914 * libWebKitSystemInterfaceLion.a:
1915 * libWebKitSystemInterfaceMountainLion.a:
1917 2013-01-24 Brent Fulgham <bfulgham@webkit.org>
1919 Get WTF compiling in VS2010 (32bit)
1920 https://bugs.webkit.org/show_bug.cgi?id=106986
1922 Reviewed by Tim Horton.
1924 If you do not have Cygwin in the overall operating system
1925 PATH, the project will not build. In VS2005 we had logic
1926 in the build system to guard against this. We should
1927 retain this in the VS2010 work.
1929 Furthermore, VS2010 has a nasty bug where to Visual Studio
1930 tools path is not defined when performing a 'clean' phase
1931 on an NMAKE-based build. This is corrected here as well.
1933 * win/tools/vsprops/common.props: Revise environment setup
1934 to ensure proper tools are in path during build.
1936 2013-01-19 Roger Fong <roger_fong@apple.com>
1938 Add WebKitLibraries property sheets for compiling WebKit in VS2010.
1939 https://bugs.webkit.org/show_bug.cgi?id=106949
1941 Reviewed by Brent Fulgham.
1943 * win/tools/vsprops/FeatureDefines.props: Added.
1944 * win/tools/vsprops/common.props: Added.
1945 * win/tools/vsprops/debug.props: Added.
1946 * win/tools/vsprops/release.props: Added.
1947 * win/tools/vsprops/releaseproduction.props: Added.
1949 2013-01-21 Dirk Schulze <dschulze@adobe.com>
1951 Add build flag for Canvas's Path object (disabled by default)
1952 https://bugs.webkit.org/show_bug.cgi?id=107473
1954 Reviewed by Dean Jackson.
1956 Add CANVAS_PATH build flag to build systems.
1958 * win/tools/vsprops/FeatureDefines.vsprops:
1959 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
1961 2013-01-10 Roger Fong <roger_fong@apple.com>
1963 Update WebkitSystemInterface lib for Windows port.
1964 This hasn't been done in a while and the current one is out of date.
1965 In addition I believe it will fix:
1966 <rdar://problem/12990844>
1968 Rubberstamped by Timothy Horton.
1970 * win/lib/WebKitSystemInterface.lib:
1972 2013-01-08 Kiran Muppala <cmuppala@apple.com>
1974 Add WebKitSystemInterface needed for overriding system proxies on Mac
1975 https://bugs.webkit.org/show_bug.cgi?id=106410
1977 Reviewed by Stephanie Lewis.
1979 This patch is in anticipation of the fix for https://bugs.webkit.org/show_bug.cgi?id=104197,
1980 Add user defaults to override system proxy settings for NetworkProcess on Mac, which
1981 is awaiting the approval of a WebKit2 committer. Commiting the WKSI portion separately,
1982 so that the internal repository commit for generating the WKSI libraries does not have to
1983 be rolled back every time the rest of the patch changes.
1985 Add WKCFNetworkSetOverrideSystemProxySettings(), needed by NetworkProcess to set
1986 custom proxies during initialization.
1988 * WebKitSystemInterface.h:
1989 * libWebKitSystemInterfaceLion.a:
1990 * libWebKitSystemInterfaceMountainLion.a:
1992 2013-01-04 Adam Klein <adamk@chromium.org>
1994 Remove ENABLE_MUTATION_OBSERVERS #define
1995 https://bugs.webkit.org/show_bug.cgi?id=105459
1997 Reviewed by Ryosuke Niwa.
1999 * win/tools/vsprops/FeatureDefines.vsprops:
2000 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2002 2013-01-01 Dan Bernstein <mitz@apple.com>
2004 <rdar://problem/12942239> Update copyright strings
2006 Reviewed by Sam Weinig.
2008 * win/tools/scripts/COPYRIGHT-END-YEAR:
2010 2012-12-28 Mark Rowe <mrowe@apple.com>
2012 Move logic for extracting the OS X marketing version in to WebCore
2013 <http://webkit.org/b/105841> / <rdar://problem/10736041>
2015 Reviewed by Dan Bernstein.
2017 * WebKitSystemInterface.h:
2019 2012-12-19 Kiran Muppala <cmuppala@apple.com>
2021 Adopt new assertion SPI for process suppression on Mac
2022 https://bugs.webkit.org/show_bug.cgi?id=105378
2024 Reviewed by Mark Rowe.
2026 Add WKNSProcessInfoProcessAssertionWithTypes().
2028 * WebKitSystemInterface.h:
2030 2012-12-19 Alexis Menard <alexis@webkit.org>
2032 Implement CSS parsing for CSS transitions unprefixed.
2033 https://bugs.webkit.org/show_bug.cgi?id=104804
2035 Reviewed by Dean Jackson.
2037 Add a new flag ENABLE_CSS_TRANSFORMS_ANIMATIONS_TRANSITIONS_UNPREFIXED
2038 to cover the work of unprefixing Transforms, Animations and
2039 Transitions. It will let the possibility of each ports to turn it off
2040 in their release branches until we're confident that these CSS
2041 properties are ready to be unprefixed.
2043 * win/tools/vsprops/FeatureDefines.vsprops:
2044 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2046 2012-12-12 Roger Fong <roger_fong@apple.com>
2048 Enable VIDEO_TRACK on Windows.
2049 https://bugs.webkit.org/show_bug.cgi?id=104706.
2051 Reviewed by Timothy Horton.
2053 Enable VIDEO_TRACK on Windows and update project property files.
2055 * win/tools/vsprops/FeatureDefines.vsprops:
2057 2012-12-12 Sheriff Bot <webkit.review.bot@gmail.com>
2059 Unreviewed, rolling out r137491.
2060 http://trac.webkit.org/changeset/137491
2061 https://bugs.webkit.org/show_bug.cgi?id=104828
2063 broke the builtd (Requested by rfong on #webkit).
2065 * win/tools/vsprops/FeatureDefines.vsprops:
2067 2012-12-11 Roger Fong <roger_fong@apple.com>
2069 Enable VIDEO_TRACK on Windows.
2070 https://bugs.webkit.org/show_bug.cgi?id=104706.
2072 Reviewed by Timothy Horton.
2074 Enable VIDEO_TRACK on Windows and update project property files.
2076 * win/tools/vsprops/FeatureDefines.vsprops:
2078 2012-12-10 Alexis Menard <alexis@webkit.org>
2080 [CSS3 Backgrounds and Borders] Remove CSS3_BACKGROUND feature flag.
2081 https://bugs.webkit.org/show_bug.cgi?id=104539
2083 Reviewed by Antonio Gomes.
2085 As discussed on webkit-dev it is not needed to keep this feature flag
2086 as support for <position> type is a small feature that is already
2087 implemented by three other UAs. It was useful while landing this
2088 feature as partial bits were landed one after one.
2090 * win/tools/vsprops/FeatureDefines.vsprops:
2091 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2093 2012-12-06 Rick Byers <rbyers@chromium.org>
2095 CSS cursor property should support webkit-image-set
2096 https://bugs.webkit.org/show_bug.cgi?id=99493
2098 Reviewed by Beth Dakin.
2100 Add ENABLE_MOUSE_CURSOR_SCALE - disabled by default
2102 * win/tools/vsprops/FeatureDefines.vsprops:
2103 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2105 2012-11-26 Roger Fong <roger_fong@apple.com>
2107 Unreviewed. ENABLE_ACCELERATED_OVERFLOW_SCROLLING not enabled on Windows.
2108 Add a feature flag and skip some failing tests.
2109 https://bugs.webkit.org/show_bug.cgi?id=103294
2112 compositing/overflow/scrolling-without-painting.html
2113 compositing/overflow/updating-scrolling-content.html
2115 * win/tools/vsprops/FeatureDefines.vsprops:
2117 2012-11-23 Alexis Menard <alexis@webkit.org>
2119 [CSS3 Backgrounds and Borders] Implement new CSS3 background-position parsing.
2120 https://bugs.webkit.org/show_bug.cgi?id=102104
2122 Reviewed by Julien Chaffraix.
2124 Protect the new feature behind a feature flag.
2126 * win/tools/vsprops/FeatureDefines.vsprops:
2127 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2129 2012-11-19 Kihong Kwon <kihong.kwon@samsung.com>
2131 Add PROXIMITY_EVENTS feature
2132 https://bugs.webkit.org/show_bug.cgi?id=102658
2134 Reviewed by Kentaro Hara.
2136 Add PROXIMITY_EVENTS feature to win and win-cairo prot.
2138 * win/tools/vsprops/FeatureDefines.vsprops:
2139 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2141 2012-11-12 Beth Dakin <bdakin@apple.com>
2143 Build fix. Forgot these bits last time.
2145 * libWebKitSystemInterfaceLion.a:
2146 * libWebKitSystemInterfaceMountainLion.a:
2148 2012-11-12 Beth Dakin <bdakin@apple.com>
2150 Zoomed-in scrolling is very slow when deviceScaleFactor > 1
2151 https://bugs.webkit.org/show_bug.cgi?id=101787
2153 Reviewed by Simon Fraser.
2155 wkSetCGFontRenderingMode now takes a BOOL parameter.
2156 * WebKitSystemInterface.h:
2157 * libWebKitSystemInterfaceLion.a:
2158 * libWebKitSystemInterfaceMountainLion.a:
2160 2012-11-08 Anders Carlsson <andersca@apple.com>
2162 Roll WebKitSystemInterface DEPS.
2164 Rubber-stamped by Andreas Kling.
2166 * libWebKitSystemInterfaceLion.a:
2167 * libWebKitSystemInterfaceMountainLion.a:
2169 2012-11-07 Roger Fong <roger_fong@apple.com>
2171 Enable Subpixel Layout on Windows. Rebaseline any failing tests that were rebaselined in r133351.
2172 https://bugs.webkit.org/show_bug.cgi?id=101538
2174 Rubberstamped by Tim Horton.
2176 * win/tools/vsprops/FeatureDefines.vsprops:
2178 2012-11-06 Anders Carlsson <andersca@apple.com>
2182 * WebKitSystemInterface.h:
2184 2012-11-06 Anders Carlsson <andersca@apple.com>
2186 Update Java related WKSI function names
2187 https://bugs.webkit.org/show_bug.cgi?id=101414
2189 Reviewed by Sam Weinig.
2191 Roll WebKitSystemInterface DEPS.
2193 * WebKitSystemInterface.h:
2194 * libWebKitSystemInterfaceLion.a:
2195 * libWebKitSystemInterfaceMountainLion.a:
2197 2012-11-06 Alexey Proskuryakov <ap@apple.com>
2199 Clean up which storage cookie jar functions use
2200 https://bugs.webkit.org/show_bug.cgi?id=101395
2202 Reviewed by Brady Eidson.
2204 * WebKitSystemInterface.h:
2205 * libWebKitSystemInterfaceLion.a:
2206 * libWebKitSystemInterfaceMountainLion.a:
2207 Added WKHTTPCookies() and WKDeleteAllHTTPCookies(). Updated ifdefs for currently
2208 supported OS versions.
2210 2012-11-06 Alexey Proskuryakov <ap@apple.com>
2212 Delete Leopard and Snow Leopard versions of WKSI. These have not been updated in ages.
2214 Rubber-stampted by Mark Rowe.
2216 * libWebKitSystemInterfaceLeopard.a: Removed.
2217 * libWebKitSystemInterfaceSnowLeopard.a: Removed.
2219 2012-11-05 Alexey Proskuryakov <ap@apple.com>
2221 Get rid of setCookieStoragePrivateBrowsingEnabled.
2222 https://bugs.webkit.org/show_bug.cgi?id=101247
2224 Reviewed by Brady Eidson.
2226 * WebKitSystemInterface.h: Removed the function.
2228 2012-11-02 Anders Carlsson <andersca@apple.com>
2230 Don't instantiate the Java plug-in if it's inactive
2231 https://bugs.webkit.org/show_bug.cgi?id=101102
2232 <rdar://problem/12595679>
2234 Reviewed by Andreas Kling.
2236 Update WebKitSystemInterface to a version that has WKJLReportWebComponentsUsed.
2238 * WebKitSystemInterface.h:
2239 * libWebKitSystemInterfaceLion.a:
2240 * libWebKitSystemInterfaceMountainLion.a:
2241 Roll WebKitSystemInterface DERPS.
2243 2012-10-25 Dominik Röttsches <dominik.rottsches@intel.com>
2245 Conditionalize XHR timeout support
2246 https://bugs.webkit.org/show_bug.cgi?id=100356
2248 Reviewed by Adam Barth.
2250 Adding ENABLE_XHR_TIMEOUT feature, which is default off for Apple Win.
2251 See also https://bugs.webkit.org/show_bug.cgi?id=100349 for an attempt
2252 to fix timeout support for CF Network.
2254 * win/tools/vsprops/FeatureDefines.vsprops:
2255 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2257 2012-10-24 Eric Carlson <eric.carlson@apple.com>
2259 Allow ports to override text track rendering style
2260 https://bugs.webkit.org/show_bug.cgi?id=97800
2261 <rdar://problem/12044964>
2263 Reviewed by Maciej Stachowiak.
2265 Update WKSI header with SPI for getting the user caption appearance preferences.
2267 * WebKitSystemInterface.h:
2269 2012-10-19 Dongwoo Joshua Im <dw.im@samsung.com>
2271 Rename ENABLE_CSS3_TEXT_DECORATION to ENABLE_CSS3_TEXT
2272 https://bugs.webkit.org/show_bug.cgi?id=99804
2274 Reviewed by Julien Chaffraix.
2276 CSS3 text related properties will be implemented under this flag,
2277 including text decoration, text-align-last, and text-justify.
2279 * win/tools/vsprops/FeatureDefines.vsprops:
2280 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2282 2012-10-18 Pablo Flouret <pablof@motorola.com>
2284 Implement css3-conditional's @supports rule
2285 https://bugs.webkit.org/show_bug.cgi?id=86146
2287 Reviewed by Antti Koivisto.
2289 * win/tools/vsprops/FeatureDefines.vsprops:
2290 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2291 Add an ENABLE_CSS3_CONDITIONAL_RULES flag.
2293 2012-10-08 Kiran Muppala <cmuppala@apple.com>
2295 Throttle DOM timers on hidden pages.
2296 https://bugs.webkit.org/show_bug.cgi?id=98474
2298 Reviewed by Maciej Stachowiak.
2300 Add HIDDEN_PAGE_DOM_TIMER_THROTTLING feature define.
2302 * win/tools/vsprops/FeatureDefines.vsprops:
2303 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2305 2012-10-05 Sheriff Bot <webkit.review.bot@gmail.com>
2307 Unreviewed, rolling out r130556 and r130564.
2308 http://trac.webkit.org/changeset/130556
2309 http://trac.webkit.org/changeset/130564
2310 https://bugs.webkit.org/show_bug.cgi?id=98572
2312 The patch wasn't reviewed by a reviewer and it is breaking
2313 Chromium Windows (Requested by jchaffraix on #webkit).
2315 * WebKitSystemInterface.h:
2317 2012-10-05 Tim Horton <timothy_horton@apple.com>
2319 Update WebKitSystemInterface libraries and header.
2321 Reviewed by Simon Fraser.
2323 * WebKitSystemInterface.h:
2324 * libWebKitSystemInterfaceLion.a:
2325 * libWebKitSystemInterfaceMountainLion.a:
2326 * libWebKitSystemInterfaceSnowLeopard.a:
2328 2012-10-04 Eric Carlson <eric.carlson@apple.com>
2330 Allow ports to override text track rendering style
2331 https://bugs.webkit.org/show_bug.cgi?id=97800
2332 <rdar://problem/12044964>
2334 Reviewed by Silvia Pfeiffer.
2336 Update WKSI header with SPI for getting the user caption appearance preferences.
2338 * WebKitSystemInterface.h:
2340 2012-09-28 Eric Carlson <eric.carlson@apple.com>
2342 Allow ports to override text track rendering style
2343 <rdar://problem/12044964>
2345 Reviewed by Jessie Berlin.
2347 Update WKSI libraries.
2349 * libWebKitSystemInterfaceLion.a:
2350 * libWebKitSystemInterfaceMountainLion.a:
2351 * libWebKitSystemInterfaceSnowLeopard.a:
2353 2012-09-25 Simon Fraser <simon.fraser@apple.com>
2355 <rdar://problem/12351906> Have DumpRenderTree and WebKitTestRunner crash logs show which test crashed
2357 Reviewed by Tim Horton.
2359 New WKSI libraries and header.
2361 * WebKitSystemInterface.h:
2362 * libWebKitSystemInterfaceLion.a:
2363 * libWebKitSystemInterfaceMountainLion.a:
2364 * libWebKitSystemInterfaceSnowLeopard.a:
2366 2012-09-08 Sam Weinig <sam@webkit.org>
2368 Switch to entering the sandbox directly from main(), rather than waiting for the initialization message
2369 https://bugs.webkit.org/show_bug.cgi?id=96194
2371 Reviewed by Dan Bernstein.
2373 Update WKSI with SPI for getting the bundle URL from an executable URL.
2375 * WebKitSystemInterface.h:
2376 * libWebKitSystemInterfaceLion.a:
2377 * libWebKitSystemInterfaceMountainLion.a:
2378 * libWebKitSystemInterfaceSnowLeopard.a:
2379 Adds WKCopyBundleURLForExecutableURL().
2381 2012-08-29 Tony Chang <tony@chromium.org>
2383 Remove ENABLE_CSS3_FLEXBOX compile time flag
2384 https://bugs.webkit.org/show_bug.cgi?id=95382
2386 Reviewed by Ojan Vafai.
2388 Everyone is already enabling this by default and the spec has stablized.
2390 * win/tools/vsprops/FeatureDefines.vsprops:
2391 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2393 2012-08-15 Bruno de Oliveira Abinader <bruno.abinader@basyskom.com>
2395 [css3-text] Add CSS3 Text decoration compile flag
2396 https://bugs.webkit.org/show_bug.cgi?id=93863
2398 Reviewed by Julien Chaffraix.
2400 This patch handles the compile flag implementation, which will come disabled by
2401 default, thus not exposing the CSS3 text decoration features to the web, unless
2402 when explicitly enabling it with "--css3-text-decoration" build parameter.
2404 * win/tools/vsprops/FeatureDefines.vsprops:
2405 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2407 2012-08-14 Alex Christensen <alex.christensen@flexsim.com>
2409 /SAFESEH should not be a common linker option
2410 https://bugs.webkit.org/show_bug.cgi?id=89372
2412 Reviewed by Darin Adler.
2414 * win/tools/vsprops/common.vsprops:
2415 removed /SAFESEH as a default option for the linker (doesn't work for x64)
2417 2012-08-13 Roger Fong <roger_fong@apple.com>
2419 Enable CSS Sticky Position on Windows.
2420 https://bugs.webkit.org/show_bug.cgi?id=93905
2422 Reviewed by Tim Horton.
2424 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.
2426 * win/tools/vsprops/FeatureDefines.vsprops:
2427 Include ENABLE_CSS_STICKY_POSITION flag.
2429 2012-08-06 Anders Carlsson <andersca@apple.com>
2431 If the Apple Java plug-in is blocked and no runtime is installed, don't load it
2432 https://bugs.webkit.org/show_bug.cgi?id=93289
2433 <rdar://problem/11730092>
2435 Reviewed by Dan Bernstein.
2437 Add WKJLIsRuntimeAndWebComponentsInstalled().
2439 * WebKitSystemInterface.h:
2440 * libWebKitSystemInterfaceLion.a:
2441 * libWebKitSystemInterfaceMountainLion.a:
2443 2012-08-01 Jon Lee <jonlee@apple.com>
2447 Reviewed by Mark Rowe.
2449 * libWebKitSystemInterfaceLion.a:
2450 * libWebKitSystemInterfaceMountainLion.a:
2451 * libWebKitSystemInterfaceSnowLeopard.a:
2453 2012-07-29 Rik Cabanier <cabanier@adobe.com>
2455 Add ENABLE_CSS_COMPOSITING flag
2456 https://bugs.webkit.org/show_bug.cgi?id=92553
2458 Reviewed by Dirk Schulze.
2460 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
2462 * win/tools/vsprops/FeatureDefines.vsprops:
2463 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2465 2012-07-23 Roger Fong <roger_fong@apple.com>
2467 Disable flexbox on Windows
2468 https://bugs.webkit.org/show_bug.cgi?id=92047
2469 <rdar://problem/11570384>
2471 Reviewed by Darin Adler.
2473 Disabled Flexbox CSS3 syntax on Mac, need to do the same for Windows.
2475 * win/tools/vsprops/FeatureDefines.vsprops:
2476 Disable ENABLE_CSS3_FLEXBOX property.
2478 2012-07-23 Kent Tamura <tkent@chromium.org>
2480 Rename ENABLE_METER_TAG and ENABLE_PROGRESS_TAG to ENABLE_METER_ELEMENT and ENABLE_PROGRESS_ELEMENT respectively
2481 https://bugs.webkit.org/show_bug.cgi?id=91941
2483 Reviewed by Kentaro Hara.
2485 A flag name for an elmement should be ENABLE_*_ELEMENT.
2487 * win/tools/vsprops/FeatureDefines.vsprops:
2488 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2490 2012-07-22 Kent Tamura <tkent@chromium.org>
2492 Rename ENABLE_DETAILS to ENABLE_DETAILS_ELEMENT
2493 https://bugs.webkit.org/show_bug.cgi?id=91928
2495 Reviewed by Kentaro Hara.
2497 A flag name for an elmement should be ENABLE_*_ELEMENT.
2499 * win/tools/vsprops/FeatureDefines.vsprops:
2500 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2502 2012-07-20 Kent Tamura <tkent@chromium.org>
2504 Rename ENABLE_DATALIST to ENABLE_DATALIST_ELEMENT
2505 https://bugs.webkit.org/show_bug.cgi?id=91846
2507 Reviewed by Kentaro Hara.
2509 A flag name for an elmement should be ENABLE_*_ELEMENT.
2511 * win/tools/vsprops/FeatureDefines.vsprops:
2512 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2514 2012-07-11 Mark Rowe <mrowe@apple.com>
2516 Add a Mountain Lion version of libWebKitSystemInterface.a.
2518 Update the WebKitSystemInterface header and binaries.
2520 Reviewed by John Sullivan.
2522 * WebKitSystemInterface.h:
2523 * libWebKitSystemInterfaceLion.a:
2524 * libWebKitSystemInterfaceMountainLion.a: Added.
2525 * libWebKitSystemInterfaceSnowLeopard.a:
2527 2012-07-04 John Mellor <johnme@chromium.org>
2529 Text Autosizing: Add compile flag and runtime setting
2530 https://bugs.webkit.org/show_bug.cgi?id=87394
2532 This patch renames Font Boosting to Text Autosizing.
2534 Reviewed by Adam Barth.
2536 * win/tools/vsprops/FeatureDefines.vsprops:
2537 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2539 2012-06-29 Mihai Balan <mibalan@adobe.com>
2541 [CSS Regions] Adding feature defines for CSS Regions for Windows
2542 https://bugs.webkit.org/show_bug.cgi?id=88645
2544 Reviewed by Tony Chang.
2546 Re-trying to enable CSS regions on Windows. This time only enabling
2547 regions since exclusions lead to some very strange compiling/linking
2550 * win/tools/vsprops/FeatureDefines.vsprops: Added default value for ENABLE_CSS_REGIONS
2551 * win/tools/vsprops/FeatureDefinesCairo.vsprops: ditto
2553 2012-06-28 Brent Fulgham <bfulgham@webkit.org>
2555 [WinCairo] Unreviewed build correction. Add two missing macro
2556 declarations to vsprops file.
2558 * win/tools/vsprops/FeatureDefinesCairo.vsprops: Add missing
2559 ENABLE_HIGH_DPI_CANVAS and ENABLE_REQUEST_ANIMATION_FRAME macros.
2561 2012-06-27 Brent Fulgham <bfulgham@webkit.org>
2563 [WinCairo] Unreviewed build correction. Accidentally turned on
2564 CSS_FILTERS, which is not available in tree.
2566 * win/tools/vsprops/FeatureDefinesCairo.vsprops: Turn CSS_FILTERS
2567 back off for WinCairo target.
2569 2012-06-27 Brent Fulgham <bfulgham@webkit.org>
2571 [WinCairo] Unreviewed build correction. Resync feature defines with
2572 Apple port. Things have drifted apart a little.
2574 * win/tools/vsprops/FeatureDefinesCairo.vsprops: Update to match
2575 Apple port, define some missing features.
2577 2012-06-19 Mike West <mkwst@chromium.org>
2579 Introduce ENABLE_CSP_NEXT configuration flag.
2580 https://bugs.webkit.org/show_bug.cgi?id=89300
2582 Reviewed by Adam Barth.
2584 The 1.0 draft of the Content Security Policy spec is just about to
2585 move to Last Call. We'll hide work on the upcoming 1.1 spec behind
2586 this ENABLE flag, disabled by default.
2588 Spec: https://dvcs.w3.org/hg/content-security-policy/raw-file/tip/csp-specification.dev.html
2590 * win/tools/vsprops/FeatureDefines.vsprops:
2591 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2593 2012-06-15 Sheriff Bot <webkit.review.bot@gmail.com>
2595 Unreviewed, rolling out r120280.
2596 http://trac.webkit.org/changeset/120280
2597 https://bugs.webkit.org/show_bug.cgi?id=89273
2599 Enabling CSS regions broke all Windows tests (Requested by
2600 jhomeycutt on #webkit).
2602 * win/tools/vsprops/FeatureDefines.vsprops:
2603 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2605 2012-06-13 Mihai Balan <mibalan@adobe.com>
2607 Fix for #88645 - enabling regions on Windows
2609 [CSS Regions] Adding feature defines for CSS Regions & exclusions for Windows
2610 https://bugs.webkit.org/show_bug.cgi?id=88645
2612 Reviewed by Sam Weinig.
2614 Previous work on #87442 added feature defines to allow proper disabling of CSS Regions and
2615 exclusions (previously even with the feature disabled, parsing still worked). However, the
2616 feature defines were enabled on Mac only - they were broken on Windows. This
2617 patch adds the feature defines to (re)enable regions and exclusions on Windows.
2619 * win/tools/vsprops/FeatureDefines.vsprops: Added default value for ENABLE_CSS_EXCLUSIONS and ENABLE_CSS_REGIONS
2620 * win/tools/vsprops/FeatureDefinesCairo.vsprops: ditto
2622 2012-06-11 Alexis Menard <alexis.menard@openbossa.org>
2624 [CSS3 Backgrounds and Borders] Protect box-decoration-break behind a feature flag.
2625 https://bugs.webkit.org/show_bug.cgi?id=88804
2627 Reviewed by Tony Chang.
2629 Protect box-decoration-break behind a feature flag enabled by default.
2631 * win/tools/vsprops/FeatureDefines.vsprops:
2632 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2634 2012-06-11 Anders Carlsson <andersca@apple.com>
2636 Pass the right color space over to the web process so we can set it on our CA context
2637 https://bugs.webkit.org/show_bug.cgi?id=88819
2638 <rdar://problem/11629050>
2640 Reviewed by John Sullivan.
2642 Add WKCAContextSetColorSpace and WKCAContextGetColorSpace.
2644 * WebKitSystemInterface.h:
2645 * libWebKitSystemInterfaceLion.a:
2646 * libWebKitSystemInterfaceSnowLeopard.a:
2648 2012-06-09 Sukolsak Sakshuwong <sukolsak@google.com>
2650 Add UNDO_MANAGER flag
2651 https://bugs.webkit.org/show_bug.cgi?id=87908
2653 Reviewed by Tony Chang.
2655 * win/tools/vsprops/FeatureDefines.vsprops:
2656 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2658 2012-06-05 Dongwoo Im <dw.im@samsung.com>
2660 Add 'isProtocolHandlerRegistered' and 'unregisterProtocolHandler'.
2661 https://bugs.webkit.org/show_bug.cgi?id=73176
2663 Reviewed by Adam Barth.
2665 Two more APIs are added in Custom Scheme Handler specification.
2666 http://dev.w3.org/html5/spec/Overview.html#custom-handlers
2667 One is 'isProtocolHandlerRegistered' to query whether the specific URL
2668 is registered or not.
2669 The other is 'unregisterProtocolHandler' to remove the registered URL.
2671 * win/tools/vsprops/FeatureDefines.vsprops: Add a macro 'ENABLE_CUSTOM_SCHEME_HANDLER'.
2672 * win/tools/vsprops/FeatureDefinesCairo.vsprops: Add a macro 'ENABLE_CUSTOM_SCHEME_HANDLER'.
2674 2012-05-29 Jessie Berlin <jberlin@apple.com>
2676 [Win] ~1/2 of all the iframe seamless tests fail
2677 https://bugs.webkit.org/show_bug.cgi?id=87543
2679 Rubber-stamped by Eric Seidel.
2681 Finish enabling IFRAME_SEAMLESS on Windows.
2683 * win/tools/vsprops/FeatureDefines.vsprops:
2685 2012-05-28 Vivek Galatage <vivekgalatage@gmail.com>
2687 Remove obsolete feature define ENABLE_3D_CANVAS from FeatureDefines.vsprops for windows
2688 https://bugs.webkit.org/show_bug.cgi?id=87622
2690 Reviewed by Eric Seidel.
2692 Removed the ENABLE_3D_CANVAS from the property define as this is
2693 obsolete since bug #53041
2695 * win/tools/vsprops/FeatureDefines.vsprops:
2697 2012-05-24 John Mellor <johnme@chromium.org>
2699 Font Boosting: Add compile flag and runtime setting
2700 https://bugs.webkit.org/show_bug.cgi?id=87394
2702 Reviewed by Adam Barth.
2704 Add ENABLE_FONT_BOOSTING.
2706 * win/tools/vsprops/FeatureDefines.vsprops:
2707 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2709 2012-05-23 Ojan Vafai <ojan@chromium.org>
2711 add back the ability to disable flexbox
2712 https://bugs.webkit.org/show_bug.cgi?id=87147
2714 Reviewed by Tony Chang.
2716 * win/tools/vsprops/FeatureDefines.vsprops:
2717 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2719 2012-05-10 Anders Carlsson <andersca@apple.com>
2721 WebKit1: Add a way to blacklist specific plug-ins/plug-in versions
2722 https://bugs.webkit.org/show_bug.cgi?id=86150
2723 <rdar://problem/9551196>
2725 Reviewed by Sam Weinig.
2727 Add WKShouldBlockPlugin.
2729 * WebKitSystemInterface.h:
2730 * libWebKitSystemInterfaceLion.a:
2731 * libWebKitSystemInterfaceSnowLeopard.a:
2733 2012-05-08 Jon Lee <jonlee@apple.com>
2735 Safari warns that it needs to resend the form in an iFrame when going back
2736 https://bugs.webkit.org/show_bug.cgi?id=82658
2737 <rdar://problem/11292558>
2739 Reviewed by Darin Adler.
2741 * WebKitSystemInterface.h:
2742 * libWebKitSystemInterfaceLeopard.a:
2743 * libWebKitSystemInterfaceLion.a:
2744 * libWebKitSystemInterfaceSnowLeopard.a:
2746 2012-05-07 Eric Seidel <eric@webkit.org>
2748 Add ENABLE_IFRAME_SEAMLESS so Apple can turn off SEAMLESS if needed
2749 https://bugs.webkit.org/show_bug.cgi?id=85822
2751 Reviewed by Adam Barth.
2753 * win/tools/vsprops/FeatureDefines.vsprops:
2755 2012-05-06 Eric Seidel <eric@webkit.org>
2757 Remove 3D_CANVAS define from vsprops files (it was renamed WEBGL many months ago)
2758 https://bugs.webkit.org/show_bug.cgi?id=85743
2760 Reviewed by Adam Barth.
2762 * win/tools/vsprops/FeatureDefines.vsprops:
2763 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2765 2012-05-02 Eric Seidel <eric@webkit.org>
2767 Resort FeatureDefinesCairo.vcprops to actually be alphabetical (in preparation for autogeneration)
2768 https://bugs.webkit.org/show_bug.cgi?id=85454
2770 Reviewed by Adam Barth.
2772 The PreprocessorDefinitions line is still not sorted, but I'll do that in a separate patch.
2773 There is no functional change in this patch. Just moving the defines around.
2774 Its interesting to me that now that it's sorted and I can easily compare this with other
2775 ports and found that a whole bunch of defines which should be on for Cairo are off,
2776 likely due to Cairo simply being overlooked. These oversights should be easy to avoid
2777 in an autogenerated world.
2779 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2781 2012-05-02 Eric Seidel <eric@webkit.org>
2783 Fix tabs vs. space formating in FeatureDefines.vsprops and fix alphabetical sorting
2784 https://bugs.webkit.org/show_bug.cgi?id=85445
2786 Reviewed by Adam Barth.
2788 I noticed this when comparing my auto-generated output for this file vs. the one
2789 we have checked in. Seems we might as well fix the checked in file to be
2790 consistent in style with itself. :)
2792 * win/tools/vsprops/FeatureDefines.vsprops:
2794 2012-04-27 Gavin Peters <gavinp@chromium.org>
2796 Add new ENABLE_LINK_PRERENDER define to control the Prerendering API
2797 https://bugs.webkit.org/show_bug.cgi?id=84871
2799 Reviewed by Adam Barth.
2801 Prerendering is currently covered by the ENABLE_LINK_PREFETCH macro, but the new Prerendering
2802 API separates it from prefetching. Having separate include guards lets ports enable prefetching,
2803 a relatively easy change, without needing to build the infrastructure for prerendering, which
2804 is considerably more complicated.
2806 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2808 2012-04-10 Adam Barth <abarth@webkit.org>
2810 Limit -apple- and -khtml- to ENABLE(DASHBOARD_SUPPORT)
2811 https://bugs.webkit.org/show_bug.cgi?id=83256
2813 Reviewed by Eric Seidel.
2815 * win/tools/vsprops/FeatureDefines.vsprops:
2817 2012-04-09 Beth Dakin <bdakin@apple.com>
2819 <rdar://problem/11214796>
2821 New WKSI will hopefully fix a common crash seen by the bots in libRIP.A.dylib:
2824 Reviewed by Simon Fraser.
2826 * libWebKitSystemInterfaceLeopard.a:
2827 * libWebKitSystemInterfaceLion.a:
2828 * libWebKitSystemInterfaceSnowLeopard.a:
2830 2012-04-06 Dan Bernstein <mitz@apple.com>
2832 <rdar://problem/10912476> HiDPI: Have canvas use a hidpi backing store, but downsample upon access
2834 Reviewed by Sam Weinig.
2836 * win/tools/vsprops/FeatureDefines.vsprops: Added ENABLE_HIGH_DPI_CANVAS.
2838 2012-04-03 Keishi Hattori <keishi@webkit.org>
2840 Disable ENABLE_DATALIST for now
2841 https://bugs.webkit.org/show_bug.cgi?id=82871
2843 Reviewed by Kent Tamura.
2845 * win/tools/vsprops/FeatureDefines.vsprops: Disabled ENABLE_DATALIST.
2847 2012-03-30 Keishi Hattori <keishi@webkit.org>
2849 Change ENABLE_INPUT_COLOR to ENABLE_INPUT_TYPE_COLOR and enable it for chromium
2850 https://bugs.webkit.org/show_bug.cgi?id=80972
2852 Reviewed by Kent Tamura.
2854 * win/tools/vsprops/FeatureDefines.vsprops:
2855 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2857 2012-03-20 Steve Falkenburg <sfalken@apple.com>
2859 Disable LTCG on Windows to avoid out of process space errors while linking
2860 https://bugs.webkit.org/show_bug.cgi?id=81714
2862 Reviewed by Jessie Berlin.
2864 * win/tools/vsprops/production.vsprops:
2866 2012-03-14 Jer Noble <jer.noble@apple.com>
2868 Wrong icon to restore to windowed mode in full screen video panel
2869 https://bugs.webkit.org/show_bug.cgi?id=70437
2871 Reviewed by Eric Carlson.
2873 * WebKitSystemInterface.h: Added WKMediaUIPartExitFullscreenButton.
2874 * libWebKitSystemInterfaceLeopard.a:
2875 * libWebKitSystemInterfaceLion.a:
2876 * libWebKitSystemInterfaceSnowLeopard.a:
2877 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
2878 * win/lib/WebKitSystemInterface.lib:
2880 2012-03-13 Adam Barth <abarth@webkit.org> && Benjamin Poulain <bpoulain@apple.com>
2882 Always enable ENABLE(CLIENT_BASED_GEOLOCATION)
2883 https://bugs.webkit.org/show_bug.cgi?id=78853
2885 Reviewed by Adam Barth.
2887 * win/tools/vsprops/FeatureDefines.vsprops:
2888 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2890 2012-03-12 Enrica Casucci <enrica@apple.com>
2892 WebKit2: remove NSPasteboard access for promised data from the WebProcess
2893 https://bugs.webkit.org/show_bug.cgi?id=80073
2895 * WebKitSystemInterface.h: Touched the file to make build system happy.
2896 * libWebKitSystemInterfaceLeopard.a:
2897 * libWebKitSystemInterfaceLion.a:
2898 * libWebKitSystemInterfaceSnowLeopard.a:
2900 2012-03-09 Jon Lee <jonlee@apple.com>
2902 Add support for ENABLE(LEGACY_NOTIFICATIONS)
2903 https://bugs.webkit.org/show_bug.cgi?id=80497
2905 Reviewed by Adam Barth.
2907 Prep for b80472: Update API for Web Notifications
2908 * win/tools/vsprops/FeatureDefines.vsprops:
2909 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2911 2012-03-09 Ashod Nakashian <ashodnakashian@yahoo.com>
2913 Bash scripts should support LF endings only
2914 https://bugs.webkit.org/show_bug.cgi?id=79509
2916 Reviewed by David Kilzer.
2918 * win/tools/scripts/feature-defines.sh: Modified property svn:eol-style.
2920 2012-03-05 Sam Weinig <sam@webkit.org>
2922 Fix the SnowLeoaprd build.
2924 * WebKitSystemInterface.h:
2925 * libWebKitSystemInterfaceLeopard.a:
2926 * libWebKitSystemInterfaceLion.a:
2927 * libWebKitSystemInterfaceSnowLeopard.a:
2929 2012-03-05 Sam Weinig <sam@webkit.org>
2931 Update WebKitSystemInterface for WKCAContext additions.
2933 * WebKitSystemInterface.h:
2934 * libWebKitSystemInterfaceLeopard.a:
2935 * libWebKitSystemInterfaceLion.a:
2936 * libWebKitSystemInterfaceSnowLeopard.a:
2938 2012-03-03 Hans Wennborg <hans@chromium.org>
2940 Implement Speech JavaScript API
2941 https://bugs.webkit.org/show_bug.cgi?id=80019
2943 Reviewed by Adam Barth.
2945 Add ENABLE_SCRIPTED_SPEECH.
2947 * win/tools/vsprops/FeatureDefines.vsprops:
2948 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2950 2012-03-01 Nikolas Zimmermann <nzimmermann@rim.com>
2952 Unreviewed, rolling out r109255.
2953 http://trac.webkit.org/changeset/109255
2954 https://bugs.webkit.org/show_bug.cgi?id=79932
2956 Breaks rounded rects with dashed strokes in SVG
2958 * WebKitSystemInterface.h:
2959 * libWebKitSystemInterfaceLeopard.a:
2960 * libWebKitSystemInterfaceLion.a:
2961 * libWebKitSystemInterfaceSnowLeopard.a:
2963 2012-02-29 Tim Horton <timothy_horton@apple.com>
2965 Make use of CG rounded-rect primitives
2966 https://bugs.webkit.org/show_bug.cgi?id=79932
2967 <rdar://problem/9274953>
2969 Reviewed by Simon Fraser.
2971 Add wkCGPathAddRoundedRect.
2973 * WebKitSystemInterface.h:
2974 * libWebKitSystemInterfaceLeopard.a:
2975 * libWebKitSystemInterfaceLion.a:
2976 * libWebKitSystemInterfaceSnowLeopard.a:
2978 2012-02-28 Jer Noble <jer.noble@apple.com>
2980 Full screen video volume slider has "progress bar"
2981 https://bugs.webkit.org/show_bug.cgi?id=79812
2983 Reviewed by Eric Carlson.
2985 * WebKitSystemInterface.h:
2986 * libWebKitSystemInterfaceLeopard.a:
2987 * libWebKitSystemInterfaceLion.a:
2988 * libWebKitSystemInterfaceSnowLeopard.a:
2989 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
2990 * win/lib/WebKitSystemInterface.lib:
2992 2012-02-28 Simon Fraser <simon.fraser@apple.com>
2994 Update WebKitSystemInterface.
2996 Reviewed by Sam Weinig.
2998 * WebKitSystemInterface.h:
2999 * libWebKitSystemInterfaceLeopard.a:
3000 * libWebKitSystemInterfaceLion.a:
3001 * libWebKitSystemInterfaceSnowLeopard.a:
3003 2012-02-28 Alexey Proskuryakov <ap@apple.com>
3005 [Mac] Add an experimental SPI for plug-ins to enter sandbox
3006 https://bugs.webkit.org/show_bug.cgi?id=79709
3008 This pulls a lot of WKSI changes at once, because the script that updates it didn't
3011 * WebKitSystemInterface.h:
3012 * libWebKitSystemInterfaceLeopard.a:
3013 * libWebKitSystemInterfaceLion.a:
3014 * libWebKitSystemInterfaceSnowLeopard.a:
3016 2012-02-10 Adam Klein <adamk@chromium.org>
3018 Enable MUTATION_OBSERVERS by default on all platforms
3019 https://bugs.webkit.org/show_bug.cgi?id=78196
3021 Reviewed by Ojan Vafai.
3023 * win/tools/vsprops/FeatureDefines.vsprops:
3024 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3026 2012-02-06 Matthew Delaney <mdelaney@apple.com>
3028 toDataURL() uses stale data after putImageData()
3029 https://bugs.webkit.org/show_bug.cgi?id=65767
3031 Added WKCGContextResetClip for use in reseting clip for new putByteArray method.
3033 Reviewed by Chris Marrin.
3035 * WebKitSystemInterface.h: Added WKCGContextResetClip.
3036 * libWebKitSystemInterfaceLeopard.a:
3037 * libWebKitSystemInterfaceSnowLeopard.a:
3038 * libWebKitSystemInterfaceLion.a:
3040 2012-02-02 Chris Marrin <cmarrin@apple.com>
3042 Turn on CSS Filters on Windows
3043 https://bugs.webkit.org/show_bug.cgi?id=76667
3045 Turned on CSS_FILTERS for Windows
3047 Reviewed by Adele Peterson.
3049 * win/tools/vsprops/FeatureDefines.vsprops:
3051 2012-02-02 Sheriff Bot <webkit.review.bot@gmail.com>
3053 Unreviewed, rolling out r106566.
3054 http://trac.webkit.org/changeset/106566
3055 https://bugs.webkit.org/show_bug.cgi?id=77673
3057 Broke the Windows build (Requested by jessieberlin on
3060 * win/tools/vsprops/FeatureDefines.vsprops:
3062 2012-02-02 Chris Marrin <cmarrin@apple.com>
3064 Turn on CSS Filters on Windows
3065 https://bugs.webkit.org/show_bug.cgi?id=76667
3067 Turned on CSS_FILTERS for Windows
3069 Reviewed by Adele Peterson.
3071 * win/tools/vsprops/FeatureDefines.vsprops:
3073 2012-01-26 Nikolas Zimmermann <nzimmermann@rim.com>
3075 Not reviewed. Fix win build, by disabling ENABLE_SHADOW_DOM by default.
3077 * win/tools/vsprops/FeatureDefines.vsprops:
3078 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3080 2012-01-25 Hajime Morita <morrita@google.com>>
3082 ENABLE_SHADOW_DOM should be available via build-webkit --shadow-dom
3083 https://bugs.webkit.org/show_bug.cgi?id=76863
3085 Reviewed by Dimitri Glazkov.
3087 Added a feature flag.
3089 * win/tools/vsprops/FeatureDefines.vsprops:
3090 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3092 2012-01-16 Brent Fulgham <bfulgham@webkit.org>
3094 [WinCairo] Build correction. Switch to Apple style builds without
3095 the _debug postfix so that launching tools, etc., will work properly.
3097 * win/tools/vsprops/debug_wincairo.vsprops: Remove use of _debug in
3098 output files to be consistent with WebKit build/test tools.
3100 2012-01-05 Dan Bernstein <mitz@apple.com>
3102 <rdar://problem/10633760> Update copyright strings
3104 Reviewed by Mark Rowe.
3106 * win/tools/scripts/COPYRIGHT-END-YEAR:
3108 2011-12-06 Roland Steiner <rolandsteiner@chromium.org>
3110 <style scoped>: disable on Windows by default
3111 https://bugs.webkit.org/show_bug.cgi?id=73893
3113 Reviewed by Andreas Kling.
3115 * win/tools/vsprops/FeatureDefines.vsprops:
3116 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3118 2011-11-20 Roland Steiner <rolandsteiner@chromium.org>
3120 <style scoped>: add ENABLE(STYLE_SCOPED) flag to WebKit
3121 https://bugs.webkit.org/show_bug.cgi?id=72848
3123 Reviewed by Dimitri Glazkov.
3125 * win/tools/vsprops/FeatureDefines.vsprops:
3126 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3128 2011-11-14 Julien Chaffraix <jchaffraix@webkit.org>
3130 Add --css-grid-layout to build-webkit and the build systems
3131 https://bugs.webkit.org/show_bug.cgi?id=72320
3133 Reviewed by Ojan Vafai.
3135 * win/tools/vsprops/FeatureDefines.vsprops:
3136 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3138 2011-11-14 Tony Chang <tony@chromium.org>
3140 Remove the CSS3_FLEXBOX compile time flag and enable on all ports
3141 https://bugs.webkit.org/show_bug.cgi?id=72196
3143 Reviewed by Ojan Vafai.
3145 * win/tools/vsprops/FeatureDefines.vsprops:
3146 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3148 2011-11-11 Alexey Proskuryakov <ap@apple.com>
3150 WebProcess should use AppSandbox style quarantine
3151 https://bugs.webkit.org/show_bug.cgi?id=72168
3152 <rdar://problem/10434292>
3154 Reviewed by Darin Adler.
3156 * WebKitSystemInterface.h:
3157 * libWebKitSystemInterfaceLion.a:
3158 Added WKEnableSandboxStyleFileQuarantine().
3160 * libWebKitSystemInterfaceLeopard.a:
3161 * libWebKitSystemInterfaceSnowLeopard.a:
3162 Not sure why these also changed, but updating to match most recent build.
3164 2011-11-02 Dean Jackson <dino@apple.com>
3166 Add ENABLE_CSS_SHADERS flag
3167 https://bugs.webkit.org/show_bug.cgi?id=71394
3169 Reviewed by Sam Weinig.
3171 * win/tools/vsprops/FeatureDefines.vsprops:
3172 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3174 2011-10-24 Michael Saboff <msaboff@apple.com>
3176 WebKit doesn't build with recent changes to libdispatch
3177 https://bugs.webkit.org/show_bug.cgi?id=70737
3179 Added new WebKitSystemInterface method CreateVMPressureDispatchOnMainQueue.
3181 * WebKitSystemInterface.h:
3182 * libWebKitSystemInterfaceLeopard.a:
3183 * libWebKitSystemInterfaceLion.a:
3184 * libWebKitSystemInterfaceSnowLeopard.a:
3186 2011-10-21 Jeff Miller <jeffm@apple.com>
3188 Focus rings are too thin in HiDPI in WebKit2
3189 https://bugs.webkit.org/show_bug.cgi?id=70396
3191 Rename wkSetPatternBaseCTM() to wkSetBaseCTM().
3193 Reviewed by Beth Dakin.
3195 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
3196 * win/lib/WebKitSystemInterface.lib:
3198 2011-10-19 Beth Dakin <bdakin@apple.com>
3200 Try to fix the Chromium build.
3202 * WebKitSystemInterface.h:
3203 * libWebKitSystemInterfaceLeopard.a:
3204 * libWebKitSystemInterfaceLion.a:
3205 * libWebKitSystemInterfaceSnowLeopard.a:
3207 2011-10-19 Beth Dakin <bdakin@apple.com>
3209 https://bugs.webkit.org/show_bug.cgi?id=70396
3210 Focus rings are too thin in HiDPI in WebKit2
3212 <rdar://problem/10086876>
3214 Reviewed by Dan Bernstein.
3216 Renamed an existing WebKitSystemInterface function.
3217 * WebKitSystemInterface.h:
3218 * libWebKitSystemInterfaceLion.a:
3219 * libWebKitSystemInterfaceSnowLeopard.a:
3221 2011-10-18 Adam Barth <abarth@webkit.org>
3223 Always enable ENABLE(XPATH)
3224 https://bugs.webkit.org/show_bug.cgi?id=70217
3226 Reviewed by Eric Seidel.
3228 * win/tools/vsprops/FeatureDefines.vsprops:
3229 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3231 2011-10-17 Adam Roben <aroben@apple.com>
3237 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
3239 * win/tools/vsprops/common.vsprops: Specify /bigobj to the compiler.
3241 2011-10-16 Adam Barth <abarth@webkit.org>
3243 Always enable ENABLE(DOM_STORAGE)
3244 https://bugs.webkit.org/show_bug.cgi?id=70189
3246 Reviewed by Eric Seidel.
3248 * win/tools/vsprops/FeatureDefines.vsprops:
3249 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3251 2011-10-14 Dan Bernstein <mitz@apple.com>
3253 REGRESSION (Safari 5.1 - 5.1.1): CSS nesw-resize cursor shows up as a sw-resize cursor
3254 https://bugs.webkit.org/show_bug.cgi?id=70081
3256 Reviewed by Anders Carlsson.
3258 * WebKitSystemInterface.h: Unrelated change, perhaps needed for bug 68478.
3259 * libWebKitSystemInterfaceLeopard.a:
3260 * libWebKitSystemInterfaceLion.a:
3261 * libWebKitSystemInterfaceSnowLeopard.a:
3263 2011-10-13 Arko Saha <arko@motorola.com>
3265 Microdata: Basic implementation of document.getItems() method.
3266 https://bugs.webkit.org/show_bug.cgi?id=68610
3268 Reviewed by Ryosuke Niwa.
3270 Added ENABLE(MICRODATA) feature flag. Implement document.getItems() DOM API.
3271 Spec: http://www.whatwg.org/specs/web-apps/current-work/complete/microdata.html
3273 * win/tools/vsprops/FeatureDefines.vsprops:
3274 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3276 2011-10-12 Adam Barth <abarth@webkit.org>
3278 Remove ENABLE(XHTMLMP) and associated code
3279 https://bugs.webkit.org/show_bug.cgi?id=69729
3281 Reviewed by David Levin.
3283 * win/tools/vsprops/FeatureDefines.vsprops:
3284 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3286 2011-10-11 Kent Tamura <tkent@chromium.org>
3288 C4481 warning should be disabled for OVERRIDE and FINAL.
3289 https://bugs.webkit.org/show_bug.cgi?id=69904
3291 Reviewed by Adam Roben.
3293 * win/tools/vsprops/common.vsprops: Disable C4481.
3295 2011-10-04 Kent Tamura <tkent@chromium.org>
3297 Introduce feature flags for incomplete input types
3298 https://bugs.webkit.org/show_bug.cgi?id=68971
3300 Reviewed by Hajime Morita.
3302 * win/tools/vsprops/FeatureDefines.vsprops:
3303 Add ENABLE_INPUT_TYPE_* flags. They are disabled by default.
3304 * win/tools/vsprops/FeatureDefinesCairo.vsprops: ditto.
3306 2011-10-04 Scott Graham <scottmg@chromium.org>
3308 Add GAMEPAD feature flag
3309 https://bugs.webkit.org/show_bug.cgi?id=66859
3311 Reviewed by Darin Fisher.
3313 * win/tools/vsprops/FeatureDefines.vsprops:
3314 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3316 2011-09-26 Chris Marrin <cmarrin@apple.com>
3318 Enable requestAnimationFrame on Windows
3319 https://bugs.webkit.org/show_bug.cgi?id=68397
3321 Reviewed by Simon Fraser.
3323 Enable REQUEST_ANIMATION_FRAME for Windows
3325 * win/tools/vsprops/FeatureDefines.vsprops:
3327 2011-09-24 Adam Barth <abarth@webkit.org>
3329 Always enable ENABLE(OFFLINE_WEB_APPLICATIONS)
3330 https://bugs.webkit.org/show_bug.cgi?id=68767
3332 Reviewed by Eric Seidel.
3334 * win/tools/vsprops/FeatureDefines.vsprops:
3335 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3337 2011-09-23 Adam Klein <adamk@chromium.org>
3339 Add ENABLE_MUTATION_OBSERVERS feature flag
3340 https://bugs.webkit.org/show_bug.cgi?id=68732
3342 Reviewed by Ojan Vafai.
3344 This flag will guard an implementation of the "Mutation Observers" proposed in
3345 http://lists.w3.org/Archives/Public/public-webapps/2011JulSep/1622.html
3347 * win/tools/vsprops/FeatureDefines.vsprops:
3348 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3350 2011-09-22 Dean Jackson <dino@apple.com>
3352 Add ENABLE_CSS_FILTERS
3353 https://bugs.webkit.org/show_bug.cgi?id=68652
3355 Reviewed by Simon Fraser.
3357 * win/tools/vsprops/FeatureDefines.vsprops:
3358 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3360 2011-09-19 Adam Barth <abarth@webkit.org>
3362 Always enable ENABLE(EVENTSOURCE)
3363 https://bugs.webkit.org/show_bug.cgi?id=68414
3365 Reviewed by Eric Seidel.
3367 * win/tools/vsprops/FeatureDefines.vsprops:
3368 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3370 2011-09-15 Adam Barth <abarth@webkit.org>
3372 Rename ENABLE(DATABASE) to ENABLE(SQL_DATABASE)
3373 https://bugs.webkit.org/show_bug.cgi?id=68205
3375 Reviewed by Eric Seidel.
3377 * win/tools/vsprops/FeatureDefines.vsprops:
3378 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3380 2011-09-15 Eric Seidel <eric@webkit.org>
3382 Remove ENABLE(SVG_AS_IMAGE) since all major ports have it on by default
3383 https://bugs.webkit.org/show_bug.cgi?id=68182
3385 Reviewed by Adam Barth.
3387 * win/tools/vsprops/FeatureDefines.vsprops:
3388 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3390 2011-09-15 Eric Seidel <eric@webkit.org>
3392 Remove ENABLE_SVG_ANIMATION as all major ports have it on by default
3393 https://bugs.webkit.org/show_bug.cgi?id=68022
3395 Reviewed by Ryosuke Niwa.
3397 * win/tools/vsprops/FeatureDefines.vsprops:
3398 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3400 2011-09-14 Eric Seidel <eric@webkit.org>
3402 Remove ENABLE_SVG_USE as <use> is required by HTML5
3403 https://bugs.webkit.org/show_bug.cgi?id=68019
3405 Reviewed by Ryosuke Niwa.
3407 I missed a couple uses of SVG_USE in my previous patch.
3409 * win/tools/vsprops/FeatureDefines.vsprops:
3410 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3412 2011-09-13 Eric Seidel <eric@webkit.org>
3414 Remove ENABLE_SVG_USE as <use> is required by HTML5
3415 https://bugs.webkit.org/show_bug.cgi?id=68019
3417 Reviewed by Ryosuke Niwa.
3419 * win/tools/vsprops/FeatureDefines.vsprops:
3420 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3422 2011-09-13 Eric Seidel <eric@webkit.org>
3424 Remove ENABLE_SVG_FOREIGN_OBJECT as it is a required part of HTML5
3425 https://bugs.webkit.org/show_bug.cgi?id=68018
3427 Reviewed by Ryosuke Niwa.
3429 * win/tools/vsprops/FeatureDefines.vsprops:
3430 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3432 2011-09-01 Tim Horton <timothy_horton@apple.com>
3434 REGRESSION: Rendering artifacts on a rotated, pattern filled shape
3435 https://bugs.webkit.org/show_bug.cgi?id=53055
3436 <rdar://problem/8910917>
3438 Reviewed by Simon Fraser.
3440 Introduce wkCGPatternCreateWithImageAndTransform.
3442 * WebKitSystemInterface.h:
3443 * libWebKitSystemInterfaceLeopard.a:
3444 * libWebKitSystemInterfaceLion.a:
3445 * libWebKitSystemInterfaceSnowLeopard.a:
3446 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
3447 * win/lib/WebKitSystemInterface.lib:
3449 2011-08-30 Aaron Colwell <acolwell@chromium.org>
3451 Add MediaSource API to HTMLMediaElement
3452 https://bugs.webkit.org/show_bug.cgi?id=64731
3454 Reviewed by Eric Carlson.
3456 * win/tools/vsprops/FeatureDefines.vsprops:
3457 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3459 2011-08-24 Lucas Forschler <lforschler@apple.com>
3461 Update SVN properties to help out the Windows EWS bots.
3463 Reviewed by Adam Roben.
3465 * win: Modified properties svn:ignore.
3466 * win/include: Modified property svn:ignore.
3467 * win/lib: Modified property svn:ignore.
3469 2011-08-18 Beth Dakin <bdakin@apple.com>
3471 Reviewed by Sam Weinig.
3473 https://bugs.webkit.org/show_bug.cgi?id=66495
3474 Lion-specific scroller SPIs can use forward declaration instead of
3475 WebKitSystemInterface
3477 * WebKitSystemInterface.h:
3478 * libWebKitSystemInterfaceLeopard.a:
3479 * libWebKitSystemInterfaceLion.a:
3480 * libWebKitSystemInterfaceSnowLeopard.a:
3482 2011-07-28 Dan Bernstein <mitz@apple.com>
3484 WebKitSystemInterface support for
3485 <rdar://problem/9589433> Displaying Japanese dictionary contents in vertical orientation takes a couple of seconds
3487 Reviewed by Darin Adler.
3489 * WebKitSystemInterface.h: Added WKGetVerticalGlyphsForCharacters().
3490 * libWebKitSystemInterfaceLeopard.a:
3491 * libWebKitSystemInterfaceLion.a:
3492 * libWebKitSystemInterfaceSnowLeopard.a:
3494 2011-07-22 Jessie Berlin <jberlin@apple.com>
3496 [WebKit2] Changing the cookie accept policy in Private Browsing doesn’t work.
3497 https://bugs.webkit.org/show_bug.cgi?id=64997
3499 Reviewed by Ada Chan.
3501 Add a wrapper around the setter for the CF HTTP cookie accept policy (since it is not
3502 declared in the public headers on Snow Leopard). This wrapper is not necessary for Windows.
3504 * WebKitSystemInterface.h:
3505 * libWebKitSystemInterfaceLeopard.a:
3506 * libWebKitSystemInterfaceLion.a:
3507 * libWebKitSystemInterfaceSnowLeopard.a:
3509 2011-07-15 Pratik Solanki <psolanki@apple.com>
3511 Part of https://bugs.webkit.org/show_bug.cgi?id=63674
3512 Get webkit to compile with USE(CFNETWORK) enabled on Mac
3514 Reviewed by David Kilzer.
3516 New WebKitSystemInterface functions for CFNetwork-based loader.
3518 * WebKitSystemInterface.h:
3519 * libWebKitSystemInterfaceLeopard.a:
3520 * libWebKitSystemInterfaceLion.a:
3521 * libWebKitSystemInterfaceSnowLeopard.a:
3523 2011-07-12 Brent Fulgham <bfulgham@webkit.org>
3525 Standardize WinCairo conditionalized code under PLATFORM macro.
3526 https://bugs.webkit.org/show_bug.cgi?id=64377
3528 Reviewed by Maciej Stachowiak.
3530 * win/tools/vsprops/WinCairo.vsprops: Update to comply with PLATFORM
3531 macro definition (WTF_PLATFORM_WIN_CAIRO)
3533 2011-07-02 Mark Rowe <mrowe@apple.com>
3535 Update the header file too.
3537 * WebKitSystemInterface.h:
3539 2011-07-02 Mark Rowe <mrowe@apple.com>
3541 Update WebKitSystemInterface binaries.
3543 * libWebKitSystemInterfaceLeopard.a:
3544 * libWebKitSystemInterfaceLion.a: Added.
3545 * libWebKitSystemInterfaceSnowLeopard.a:
3547 2011-06-28 Brent Fulgham <bfulgham@webkit.org>
3549 Unreviewed build correction. Link to correct library for
3552 * win/tools/vsprops/WinCairo.vsprops: Don't link to the static
3553 zlib.lib when building for WinCairo.
3555 2011-06-21 MORITA Hajime <morrita@google.com>
3557 Unreviewed, rolling out r89401 and r89403.
3558 http://trac.webkit.org/changeset/89401
3559 http://trac.webkit.org/changeset/89403
3560 https://bugs.webkit.org/show_bug.cgi?id=62970
3562 Breaks mac build and mistakenly enables the spellcheck API
3564 * win/tools/vsprops/FeatureDefines.vsprops:
3565 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3567 2011-06-20 MORITA Hajime <morrita@google.com>
3569 Reviewed by Kent Tamura.
3571 Spellcheck API should be build-able.
3572 https://bugs.webkit.org/show_bug.cgi?id=62970
3574 * win/tools/vsprops/FeatureDefines.vsprops:
3575 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3577 2011-06-20 Pratik Solanki <psolanki@apple.com>
3579 Reviewed by David Kilzer.
3581 HTTP pipelining functions on mac should match windows
3582 https://bugs.webkit.org/show_bug.cgi?id=63012
3584 * WebKitSystemInterface.h:
3585 * libWebKitSystemInterfaceLeopard.a:
3586 * libWebKitSystemInterfaceSnowLeopard.a:
3588 2011-06-13 Tony Chang <tony@chromium.org>
3590 Reviewed by Dimitri Glazkov.
3592 rename ENABLE_NEW_FLEXBOX to ENABLE_CSS3_FLEXBOX
3593 https://bugs.webkit.org/show_bug.cgi?id=62578
3595 * win/tools/vsprops/FeatureDefines.vsprops:
3596 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3598 2011-06-13 Tony Chang <tony@chromium.org>
3600 Reviewed by Adam Barth.
3602 rename ENABLE_FLEXBOX to ENABLE_NEW_FLEXBOX
3603 https://bugs.webkit.org/show_bug.cgi?id=62545
3605 * win/tools/vsprops/FeatureDefines.vsprops:
3606 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3608 2011-06-10 Tony Chang <tony@chromium.org>
3610 Reviewed by Ojan Vafai.
3612 add a compile guard ENABLE(FLEXBOX)
3613 https://bugs.webkit.org/show_bug.cgi?id=62049
3615 * win/tools/vsprops/FeatureDefines.vsprops:
3616 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3618 2011-06-07 Tim Horton <timothy_horton@apple.com>
3620 Reviewed by Alexey Proskuryakov.
3622 Use correct CFURLStorageSessionRef definition on Snow Leopard
3623 https://bugs.webkit.org/show_bug.cgi?id=62223
3625 * WebKitSystemInterface.h:
3627 2011-06-06 Alexandru Chiculita <achicu@adobe.com>
3629 Reviewed by Kent Tamura.
3631 Add ENABLE_CSS_EXCLUSIONS support for build-webkit script
3632 https://bugs.webkit.org/show_bug.cgi?id=61628
3634 * win/tools/vsprops/FeatureDefines.vsprops:
3635 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3637 2011-06-06 Mihnea Ovidenie <mihnea@adobe.com>
3639 Reviewed by Kent Tamura.
3641 Add ENABLE(CSS_REGIONS) guard for CSS Regions support
3642 https://bugs.webkit.org/show_bug.cgi?id=61631
3644 * win/tools/vsprops/FeatureDefines.vsprops:
3645 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3647 2011-05-25 Jer Noble <jer.noble@apple.com>
3649 Reviewed by Dan Bernstein.
3651 30 second rewind button dysfunctional viewing trailers fullscreen.
3652 https://bugs.webkit.org/show_bug.cgi?id=61505
3654 Updated WKSI Libraries with new images for Backward buttons in default
3657 * libWebKitSystemInterfaceLeopard.a:
3658 * libWebKitSystemInterfaceSnowLeopard.a:
3660 2011-05-25 Jer Noble <jer.noble@apple.com>
3662 Reviewed by Darin Adler.
3664 Video fails to play on Vimeo
3665 https://bugs.webkit.org/show_bug.cgi?id=61403
3667 Added functions to retrieve the resolved URL for media types supported on
3670 * WebKitSystemInterface.h:
3671 * WebKitSystemInterface.m:
3672 (WKAVAssetResolvedURL): Added.
3673 (WKQTMovieResolvedURL): Added.
3675 2011-05-24 Keishi Hattori <keishi@webkit.org>
3677 Reviewed by Kent Tamura.
3679 Disable input color. Add INPUT_COLOR feature flag. Implement input color sanitizer.
3680 https://bugs.webkit.org/show_bug.cgi?id=61273
3682 * win/tools/vsprops/FeatureDefines.vsprops: Added INPUT_COLOR feature flag.
3683 * win/tools/vsprops/FeatureDefinesCairo.vsprops: Added INPUT_COLOR feature flag.
3685 2011-05-12 Jessie Berlin <jberlin@apple.com>
3687 Reviewed by Darin Adler.
3689 [Windows WebKit2] Use cookies set in WebKit1
3690 https://bugs.webkit.org/show_bug.cgi?id=60274
3692 Update WKSI with the changes to wkCreatePrivateStorageSession.
3694 * win/include/WebKitSystemInterface/WebKitSystemInterface.