1 2015-01-19 peavo@outlook.com <peavo@outlook.com>
3 [WinCairo][Video] Windows Media Foundation implementation is not completed.
4 https://bugs.webkit.org/show_bug.cgi?id=140337
6 Reviewed by Alex Christensen.
8 Link with Media Foundation libraries.
10 * win/tools/vsprops/WinCairo.props:
12 2015-01-01 Jeff Miller <jeffm@apple.com>
14 Update user-visible copyright strings to include 2015
15 https://bugs.webkit.org/show_bug.cgi?id=139880
17 Reviewed by Darin Adler.
19 * win/tools/scripts/COPYRIGHT-END-YEAR:
21 2014-12-19 Daniel Bates <dabates@apple.com>
23 [iOS] Add WebKitSystemInterface for iOS 8.1
24 https://bugs.webkit.org/show_bug.cgi?id=139831
26 Reviewed by Alexey Proskuryakov.
28 Towards building the iOS WebKit port using the public SDK, add the
29 WebKitSystemInterface for iOS version 8.1.
31 * WebKitSystemInterfaceIOS.h: Added.
32 * libWebKitSystemInterfaceIOSDevice8.1.a: Added.
33 * libWebKitSystemInterfaceIOSSimulator8.1.a: Added.
35 2014-12-17 Brent Fulgham <bfulgham@apple.com>
37 [Win] Unreviewed build fix (for full build)
39 * win/tools/vsprops/FeatureDefines.props: Add missing export so the
40 derived sources are generated properly.
41 * win/tools/vsprops/FeatureDefinesCairo.props: Ditto.
43 2014-10-29 Tim Horton <timothy_horton@apple.com>
45 Implement action menus for data detected items
46 https://bugs.webkit.org/show_bug.cgi?id=138178
47 <rdar://problem/18709436>
49 Reviewed by Anders Carlsson.
51 * WebKitSystemInterface.h:
52 * libWebKitSystemInterfaceMavericks.a:
53 * libWebKitSystemInterfaceMountainLion.a:
54 * libWebKitSystemInterfaceYosemite.a:
55 Update WebKitSystemInterface.
57 2014-10-14 Brent Fulgham <bfulgham@apple.com>
59 [Win] Enable Encrypted Media Support
60 https://bugs.webkit.org/show_bug.cgi?id=137710
61 <rdar://problem/18652699>
63 Reviewed by Jer Noble.
65 * win/tools/vsprops/FeatureDefines.props: Activate the
66 ENCRYPTED_MEDIA_V2 flag on Windows.
68 2014-10-01 Mark Rowe <mrowe@apple.com>
70 <https://webkit.org/b/137308> WebKit should build on OS X Yosemite for external users
72 Add versions of WebKitSystemInterface and LLVM for Yosemite. The LLVM build is from
73 LLVM SVN r206312, matching the Mavericks and Mountain Lion builds.
75 Reviewed by Dan Bernstein.
77 * LLVMIncludesYosemite.tar.bz2: Added.
78 * LLVMLibrariesYosemite.tar.bz2: Added.
79 * WebKitSystemInterface.h:
80 * libWebKitSystemInterfaceMavericks.a:
81 * libWebKitSystemInterfaceMountainLion.a:
82 * libWebKitSystemInterfaceYosemite.a: Added.
84 2014-09-23 Roger Fong <roger_fong@apple.com>
86 [Windows] Enable CSS Supports Rule on Windows.
88 * win/tools/vsprops/FeatureDefines.props:
90 2014-09-19 Brent Fulgham <bfulgham@apple.com>
92 [Win] Turn off SSE Instructions for 32-bit Builds
93 https://bugs.webkit.org/show_bug.cgi?id=136959
94 <rdar://problem/18375370>
96 Reviewed by Dean Jackson.
98 * win/tools/vsprops/common.props: Conditionally exclude the enhanced (SSE) instruction
99 set when building for 32-bit Windows. Otherwise, continue using SSE.
101 2014-09-15 peavo@outlook.com <peavo@outlook.com>
103 [WinCairo] Make it easier to enable/disable GStreamer.
104 https://bugs.webkit.org/show_bug.cgi?id=135766
106 Reviewed by Brent Fulgham.
108 Make it possible to enable/disable GStreamer by editing the new user macro ENABLE_GSTREAMER_WINCAIRO.
110 * win/tools/vsprops/GStreamerCommon.props: Add user macro ENABLE_GSTREAMER_WINCAIRO.
112 2014-09-08 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
115 https://bugs.webkit.org/show_bug.cgi?id=136571
117 Reviewed by Darin Adler.
119 * win/tools/vsprops/FeatureDefines.props:
120 * win/tools/vsprops/FeatureDefinesCairo.props:
122 2014-09-04 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
124 Remove CSS_FILTERS flag
125 https://bugs.webkit.org/show_bug.cgi?id=136529
127 Reviewed by Dirk Schulze.
129 * win/tools/vsprops/FeatureDefines.props:
130 * win/tools/vsprops/FeatureDefinesCairo.props:
132 2014-08-27 peavo@outlook.com <peavo@outlook.com>
134 [WinCairo] Link error.
135 https://bugs.webkit.org/show_bug.cgi?id=136286
137 Reviewed by Darin Adler.
139 Link with the dynamic runtime libraries, since the WinCairo libraries link with these.
141 * win/tools/vsprops/common.props:
143 2014-08-26 Brent Fulgham <bfulgham@apple.com>
145 [Win] Version stamp should include package-level version
146 https://bugs.webkit.org/show_bug.cgi?id=136266
147 <rdar://problem/18134138>
149 Reviewed by David Kilzer.
151 * win/tools/scripts/auto-version.pl: Retain the full major build
152 version in addition to the three-digit value we use internally.
153 * win/tools/scripts/version-stamp.pl: Find and use the full 3+ digit
154 major build version when stamping the final output file.
157 2014-08-25 Brent Fulgham <bfulgham@apple.com>
159 [Win] Pass OFFICIAL_BUILD flag to WebInspectorUI build process
160 https://bugs.webkit.org/show_bug.cgi?id=136229
162 Reviewed by Dean Jackson.
164 * win/tools/vsprops/common.props: Pass OFFICIAL_BUILD argument
165 from VS to child Make processes.
167 2014-08-17 Brent Fulgham <bfulgham@apple.com>
169 [Win] Unreviewed build fix.
171 Upload static VS2013 version of WebKitSystemInterface.
173 * win/lib32/WebKitSystemInterface.lib:
175 2014-08-15 Brent Fulgham <bfulgham@apple.com>
177 [Win] Link to static VS2013 runtime library.
178 https://bugs.webkit.org/show_bug.cgi?id=136007
179 <rdar://problem/18037766>
181 Reviewed by Dean Jackson.
183 * win/tools/vsprops/common.props: Update link command.
184 * win/tools/vsprops/debugsuffix.props: Ditto.
186 2014-08-14 Brent Fulgham <bfulgham@apple.com>
188 [Win] Extend auto-version and version-stamp for RC_ProjectBuildVersion
189 https://bugs.webkit.org/show_bug.cgi?id=135948
190 <rdar://problem/18022221>
192 Reviewed by David Kilzer.
194 * win/tools/scripts/auto-version.pl:
195 (splitVersion): Use RC_ProjectBuildVersion (or RC_PROJECTBUILDVERSION) if set
196 in the environment as the 'Build Version', unless the multi-tuple version
197 supplied by RC_ProjectSourceVersion already has a fourth component.
198 * win/tools/scripts/version-stamp.pl: Check for RC_ProjectBuildVersion and
199 use it in preference to RC_PROJECTBUILDVERSION.
201 2014-08-08 Joseph Pecoraro <pecoraro@apple.com>
203 make clean does not work in OpenSource, fails in WebKitLibraries
204 https://bugs.webkit.org/show_bug.cgi?id=135734
206 Reviewed by David Kilzer.
209 Add a "clean" target that runs copy-webkitlibraries-to-product-dir
210 with the new --clean switch.
212 2014-08-04 Benjamin Poulain <benjamin@webkit.org>
214 Add a flag for the CSS Selectors level 4 implementation
215 https://bugs.webkit.org/show_bug.cgi?id=135535
217 Reviewed by Andreas Kling.
219 * win/tools/vsprops/FeatureDefines.props:
221 2014-07-31 Brent Fulgham <bfulgham@apple.com>
223 [Win] Use RC_PROJECTBUILDVERSION as build portion of version
224 https://bugs.webkit.org/show_bug.cgi?id=135478
226 Reviewed by David Kilzer.
228 * win/tools/scripts/version-stamp.pl: Check environment for
229 RC_PROJECTBUILDVERSION, and use it for the build portion of
230 the file version resource. Otherwise, use the __VERSION_BUILD__
231 value we calculated from the version string.
233 2014-07-31 Brent Fulgham <bfulgham@apple.com>
235 [Win] Fix build failure when using 5-tuple build versions.
236 https://bugs.webkit.org/show_bug.cgi?id=135464
237 <rdar://problem/17872507>
239 Reviewed by David Kilzer.
241 * win/tools/scripts/version-stamp.pl: Modify the environment for
242 the VersionStamper sub-process to work around bug in that tool.
244 2014-07-29 Brent Fulgham <bfulgham@apple.com>
246 [Win] Modify version numbering scheme to support 5-tuple versions
247 https://bugs.webkit.org/show_bug.cgi?id=135400
248 <rdar://problem/17849033>
250 Reviewed by David Kilzer.
252 Revise the auto-version.pl script so that it generates a set of packed
253 version tuples that allow us to map 5-tuple versions into something
254 that will work with Windows' 3-tuple version structure.
256 * win/tools/scripts/auto-version.pl:
257 (packTwoValues): Added,
258 (splitVersion): Revised to return packed combination of minor-tiny and
259 micro-nano to be used as "MINOR" and "TINY" portion of version.
260 (splitBuildMajorVersion): Deleted.
261 * win/tools/scripts/version-stamp.pl: Added.
263 2014-07-23 Bem Jones-Bey <bjonesbe@adobe.com>
265 Remove CSS_EXCLUSIONS compile flag and leftover code
266 https://bugs.webkit.org/show_bug.cgi?id=135175
268 Reviewed by Zoltan Horvath.
270 At this point, the CSS_EXCLUSIONS flag guards nothing but some useless
271 stubs. This removes the flag and the useless code.
273 * win/tools/vsprops/FeatureDefines.props:
274 * win/tools/vsprops/FeatureDefinesCairo.props:
276 2014-07-22 Brent Fulgham <bfulgham@apple.com>
278 Correct handling of __VERSION_TEXT__ for 4+-tuple versions
279 https://bugs.webkit.org/show_bug.cgi?id=135161
280 <rdar://problem/17763546>
282 Reviewed by David Kilzer.
284 Revise the auto-version.pl script to properly handle version
285 strings with 4 (or more) version tuples. Previously these were
286 being truncated from the version.
288 * win/tools/scripts/auto-version.pl:
289 (splitVersion): Return truncated version of
290 overall version string.
292 2014-07-21 Brent Fulgham <bfulgham@apple.com>
294 [Win] Extend auto-version.pl to handle 5-tuple versions
295 https://bugs.webkit.org/show_bug.cgi?id=135124
296 <rdar://problem/17750334>
298 Reviewed by David Kilzer.
300 Extend tuple parsing to handle up to five tuples, and as
301 few as a single tuple. On Windows, the two additional
304 Also corrected regular expression capture logic to use local
305 blocks, preventing later capture expressions from reusing
306 previous capture results when the current expression failed
307 to find a match (GRRR, Perl!).
309 Clean up code by putting logic into a couple of subroutines.
311 * win/tools/scripts/auto-version.pl:
313 2014-07-21 Brent Fulgham <bfulgham@apple.com>
315 [Win] Correct auto-version.pl script for two-digit version numbers
316 https://bugs.webkit.org/show_bug.cgi?id=135119
317 <rdar://problem/17743959>
319 Reviewed by David Kilzer.
321 The $MAJOR_VERSION must be the first digit of $BUILD_MAJOR_VERSION,
322 and $MINOR_VERSION must be the remaining digits.
324 Also correct regexp (line 90) that was allowing version numbers
325 larger than three digits to be processed.
327 * win/tools/scripts/auto-version.pl: Correct regular expression.
329 2014-07-18 Dana Burkart <dburkart@apple.com>
331 Add a new 'analyze' target to the makefile. This will make use of a new
332 'PATH_TO_SCAN_BUILD' which, if set will wrap xcodebuild in the clang
334 https://bugs.webkit.org/show_bug.cgi?id=135057
335 <rdar://problem/10193187>
337 Reviewed by David Kilzer.
343 2014-07-10 Alex Christensen <achristensen@webkit.org>
345 Enable same features on all Windows ports.
346 https://bugs.webkit.org/show_bug.cgi?id=134715
348 Reviewed by Brent Fulgham.
350 * win/tools/vsprops/FeatureDefinesCairo.props:
351 Made identical to FeatureDefines.props.
353 2014-07-09 Brent Fulgham <bfulgham@apple.com>
355 [Win] Unreviewed build fix.
357 Build bots don't have a three-part default version string,
358 breaking pattern matching. Handle this case.
360 * win/tools/scripts/auto-version.pl:
362 2014-07-09 Brent Fulgham <bfulgham@apple.com>
364 [Win] Unreviewed gardening.
366 * win/tools/scripts/auto-version.pl: Protect against
367 malformed paths (trailing backslashes).
368 * win/tools/scripts/feature-defines.pl: Make sure result
369 has an EOL character.
371 2014-07-09 Brent Fulgham <bfulgham@apple.com>
373 [Win] Remove uses of 'bash' in build system
374 https://bugs.webkit.org/show_bug.cgi?id=134782
375 <rdar://problem/17615533>
377 Reviewed by Dean Jackson.
379 Remove uses of 'bash' by replacing Windows-specific bash scripts
380 with Perl equivalents.
382 * win/tools/scripts/feature-defines.pl: Copied from WebKitLibraries/win/tools/scripts/feature-defines.sh.
383 * win/tools/scripts/feature-defines.sh: Removed.
385 2014-07-08 Brent Fulgham <bfulgham@apple.com>
387 [Win] Implement auto-version as a Perl program
388 https://bugs.webkit.org/show_bug.cgi?id=134745
389 <rdar://problem/17597801>
391 Reviewed by David Kilzer.
393 Translate the auto-version.sh bash script into an equivalent
396 * win/tools/scripts/auto-version.pl: Added.
397 * win/tools/scripts/auto-version.sh: Removed.
399 2014-07-06 Yoav Weiss <yoav@yoav.ws>
401 Turn on img@sizes compile flag
402 https://bugs.webkit.org/show_bug.cgi?id=134634
404 Reviewed by Benjamin Poulain.
406 * win/tools/vsprops/FeatureDefines.props: Added compile flag.
408 2014-07-01 Pratik Solanki <psolanki@apple.com>
410 Encode/decode CFURLRequestRefs when USE(CFNETWORK) is enabled
411 https://bugs.webkit.org/show_bug.cgi?id=134454
412 <rdar://problem/17510980>
414 Reviewed by Andreas Kling.
416 * WebKitSystemInterface.h:
417 * libWebKitSystemInterfaceMavericks.a:
418 * libWebKitSystemInterfaceMountainLion.a:
420 2014-06-25 Laszlo Gombos <l.gombos@samsung.com>
422 Remove build guard for progress element
423 https://bugs.webkit.org/show_bug.cgi?id=134292
425 Reviewed by Benjamin Poulain.
427 * win/tools/vsprops/FeatureDefines.props:
428 * win/tools/vsprops/FeatureDefinesCairo.props:
430 2014-06-21 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
432 Removing PAGE_VISIBILITY_API compile guard.
433 https://bugs.webkit.org/show_bug.cgi?id=133844
435 Reviewed by Gavin Barraclough.
437 * win/tools/vsprops/FeatureDefines.props:
438 * win/tools/vsprops/FeatureDefinesCairo.props:
440 2014-06-11 Jer Noble <jer.noble@apple.com>
442 Update WKSI for <rdar://problem/17009091>.
444 Rubber stamped by Eric Carlson.
446 * libWebKitSystemInterfaceMavericks.a:
447 * libWebKitSystemInterfaceMountainLion.a:
449 2014-06-02 David Kilzer <ddkilzer@apple.com>
451 Error running copy-webkitlibraries-to-product-directory
452 <http://webkit.org/b/133449>
453 <rdar://problem/17047638>
455 Reviewed by Filip Pizlo.
457 * Makefile: Ignore the mysterious future. Use "@true" to
458 suppress the annoying "Nothing to be done for `libs'." message.
460 2014-05-27 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
463 https://bugs.webkit.org/show_bug.cgi?id=132863
465 Reviewed by Csaba Osztrogonác.
467 * win/tools/vsprops/FeatureDefines.props:
468 * win/tools/vsprops/FeatureDefinesCairo.props:
470 2014-05-20 Dean Jackson <dino@apple.com>
472 [Mac] Allow popup menus to override default appearance
473 https://bugs.webkit.org/show_bug.cgi?id=133129
475 Reviewed by Tim Horton.
477 Add a new parameter to WKPopupMenu.
479 * WebKitSystemInterface.h:
480 * libWebKitSystemInterfaceMavericks.a:
481 * libWebKitSystemInterfaceMountainLion.a:
483 2014-05-14 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
485 Remove CSS_STICKY_POSITION guards
486 https://bugs.webkit.org/show_bug.cgi?id=132676
488 Reviewed by Simon Fraser.
490 * win/tools/vsprops/FeatureDefines.props:
491 * win/tools/vsprops/FeatureDefinesCairo.props:
493 2014-05-06 David Kilzer <ddkilzer@apple.com>
495 Add Makefile targets for copying static libraries (LLVM and WKSI)
496 <http://webkit.org/b/132619>
498 Reviewed by Mark Rowe.
501 (libs): Install both LLVM and WKSI static libraries.
502 (all): Add dependency on 'libs' target.
503 (debug d): Set configuration, the call 'libs' target.
506 2014-05-05 Dean Jackson <dino@apple.com>
508 https://bugs.webkit.org/show_bug.cgi?id=132593
510 Update WebKitSystemInterface to allow animated focus rings.
512 * WebKitSystemInterface.h:
513 * libWebKitSystemInterfaceMavericks.a:
514 * libWebKitSystemInterfaceMountainLion.a:
516 2014-05-05 Brent Fulgham <bfulgham@apple.com>
518 [WIN] Enhance auto-version.sh to handle all-caps or mixed-case build environment variable
519 https://bugs.webkit.org/show_bug.cgi?id=132580
520 <rdar://problem/16811179>
522 Reviewed by Dean Jackson.
524 * win/tools/scripts/auto-version.sh: Incorporate Mark's revised syntax.
526 2014-05-05 Brent Fulgham <bfulgham@apple.com>
528 [WIN] Enhance auto-version.sh to handle all-caps or mixed-case build environment variable
529 https://bugs.webkit.org/show_bug.cgi?id=132580
530 <rdar://problem/16811179>
532 Reviewed by Dean Jackson.
534 * win/tools/scripts/auto-version.sh: Fall back to all-caps version
535 of environment variable if mixed-case version is not present.
537 2014-05-01 Brent Fulgham <bfulgham@apple.com>
539 Correct case of environment variables in auto-version.sh scripts
540 https://bugs.webkit.org/show_bug.cgi?id=132455
542 Reviewed by Dean Jackson.
544 Although we have historically used RC_PROJECTSOURCEVERSION in our scripts,
545 the actual environment variable is RC_ProjectSourceVersion. Old versions of
546 Cygwin converted this to all-caps by default, but this is no longer the case.
547 We need to use the proper case to avoid build failures.
549 * win/tools/scripts/auto-version.sh: Although we have historically coded
550 this as 'RC_PROJECTSOURCEVERSION', it is actually 'RC_ProjectSourceVersion'.
552 2014-04-25 Dean Jackson <dino@apple.com>
554 Update WKSI for https://webkit.org/b/132195
555 <rdar://problem/16175750>
557 Sorry, I forgot to update the header. This should fix
560 * WebKitSystemInterface.h:
562 2014-04-25 Dean Jackson <dino@apple.com>
564 Update WKSI for https://webkit.org/b/132195
565 <rdar://problem/16175750>
567 Reviewed by Jessie Berlin.
569 * WebKitSystemInterface.h:
570 * libWebKitSystemInterfaceMavericks.a:
571 * libWebKitSystemInterfaceMountainLion.a:
573 2014-04-22 Alex Christensen <achristensen@webkit.org>
575 Removed old stdbool and inttypes headers.
576 https://bugs.webkit.org/show_bug.cgi?id=131966
578 Reviewed by Brent Fulgham.
580 * win/tools/vsprops/WinCairo.props:
581 Removed references to os-win32 directory.
583 2014-04-15 Filip Pizlo <fpizlo@apple.com>
585 Update LLVM binary drops for Mountain Lion to LLVM r206312.
587 Rubber stamped by Geoffrey Garen.
589 * LLVMIncludesMountainLion.tar.bz2:
590 * LLVMLibrariesMountainLion.tar.bz2:
592 2014-04-15 Filip Pizlo <fpizlo@apple.com>
594 Add LLVM binary drops for Mavericks using LLVM r206312.
596 Rubber stamped by Geoffrey Garen.
598 * LLVMIncludesMavericks.tar.bz2: Added.
599 * LLVMLibrariesMavericks.tar.bz2: Added.
601 2014-04-03 Brent Fulgham <bfulgham@apple.com>
603 [Win] Enable the CSS_GRID_LAYOUT feature.
604 https://bugs.webkit.org/show_bug.cgi?id=131147
606 Reviewed by Simon Fraser.
608 Just like the CANVAS_PATH feature, this seems to have been
609 overlooked when it was turned on for other ports.
611 * win/tools/vsprops/FeatureDefines.props:
612 * win/tools/vsprops/FeatureDefinesCairo.props:
614 2014-04-02 Dean Jackson <dino@apple.com>
617 <rdar://problem/16321286>
619 * libWebKitSystemInterfaceMavericks.a:
620 * libWebKitSystemInterfaceMountainLion.a:
622 2014-04-02 Brent Fulgham <bfulgham@apple.com>
624 [Win] Enable the CANVAS_PATH feature.
625 https://bugs.webkit.org/show_bug.cgi?id=131114
627 Reviewed by Dean Jackson.
629 This code build and runs on Windows just fine. It was overlooked when the feature
630 was activated on other platforms.
632 * win/tools/vsprops/FeatureDefines.props: Turn on the feature.
633 * win/tools/vsprops/FeatureDefinesCairo.props: Ditto.
635 2014-03-31 Alex Christensen <achristensen@webkit.org>
637 [WinCairo] Unreviewed build fix after r166496.
639 * win/tools/vsprops/GStreamerCommon.props:
640 Added gio-2.0.lib to list of GStreamer includes.
642 2014-03-24 Brent Fulgham <bfulgham@apple.com>
644 [Win] Enable WebVTT Regions on Windows.
645 https://bugs.webkit.org/show_bug.cgi?id=130680
647 Reviewed by Eric Carlson.
649 * win/tools/vsprops/FeatureDefines.props: Turn on WEBVTT_REGIONS
650 * win/tools/vsprops/FeatureDefinesCairo.props: Ditto.
652 2014-03-19 Jer Noble <jer.noble@apple.com>
654 [Mac][EME] Query whether decoder support exists before creating a new MediaKeys object.
655 https://bugs.webkit.org/show_bug.cgi?id=130459
657 Reviewed by Eric Carlson.
659 * WebKitSystemInterface.h:
660 * libWebKitSystemInterfaceMavericks.a:
661 * libWebKitSystemInterfaceMountainLion.a:
663 2014-03-18 Alex Christensen <achristensen@webkit.org>
665 [WinCairo] Unreviewed build fix after r165763.
667 * win/tools/vsprops/GStreamerCommon.props:
668 Link to gsttag-1.0.lib in addition to other GStreamer libraries.
670 2014-03-14 Maciej Stachowiak <mjs@apple.com>
672 Replace "Apple Computer, Inc." with "Apple Inc." in copyright headers
673 https://bugs.webkit.org/show_bug.cgi?id=130276
674 <rdar://problem/16266927>
676 Reviewed by Simon Fraser.
678 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
679 * win/tools/scripts/auto-version.sh:
681 2014-03-14 Dean Jackson <dino@apple.com>
683 Remove libWebKitSystemInterfaceLion.a
684 https://bugs.webkit.org/show_bug.cgi?id=130254
686 Reviewed by Geoffrey Garen and Andreas Kling.
688 We don't support Lion any more.
690 * libWebKitSystemInterfaceLion.a: Removed.
692 2014-03-13 Dean Jackson <dino@apple.com>
694 <rdar://problem/16317198>
696 Update WKSI to fix a small leak on iOS.
698 * libWebKitSystemInterfaceLion.a:
699 * libWebKitSystemInterfaceMavericks.a:
700 * libWebKitSystemInterfaceMountainLion.a:
702 2014-03-12 Dean Jackson <dino@apple.com>
704 [WebGL] WebKit1 + WebKit2 iOS clients should check load policy
705 https://bugs.webkit.org/show_bug.cgi?id=130162
707 Add iOS implementations of WebGL load policy queries.
709 * libWebKitSystemInterfaceLion.a:
710 * libWebKitSystemInterfaceMavericks.a:
711 * libWebKitSystemInterfaceMountainLion.a:
713 2014-03-10 Brent Fulgham <bfulgham@apple.com>
715 [Win] Pass environment to Pre-Build, Pre-Link, and Post-Build Stages.
716 https://bugs.webkit.org/show_bug.cgi?id=130023
718 Reviewed by Dean Jackson.
720 * win/tools/vsprops/common.props: Pass WEBKIT_LIBRARIES value to subprocesses.
721 * win/tools/vsprops/debugsuffix.props: Make sure OFFICIAL_BUILD is set.
722 * win/tools/vsprops/production.props: Ditto.
724 2014-03-06 Dean Jackson <dino@apple.com>
726 Update WebKitSystemInterface.
727 <rdar://problem/16256214>
729 * libWebKitSystemInterfaceLion.a:
730 * libWebKitSystemInterfaceMavericks.a:
731 * libWebKitSystemInterfaceMountainLion.a:
733 2014-03-05 Dean Jackson <dino@apple.com>
735 https://bugs.webkit.org/show_bug.cgi?id=129722
736 Update WKSI, again, to fix the build.
738 * libWebKitSystemInterfaceLion.a:
739 * libWebKitSystemInterfaceMavericks.a:
740 * libWebKitSystemInterfaceMountainLion.a:
742 2014-03-05 Dean Jackson <dino@apple.com>
744 https://bugs.webkit.org/show_bug.cgi?id=129722
746 And remember to copy the header file!
748 * WebKitSystemInterface.h:
750 2014-03-05 Dean Jackson <dino@apple.com>
752 https://bugs.webkit.org/show_bug.cgi?id=129722
755 * libWebKitSystemInterfaceLion.a:
756 * libWebKitSystemInterfaceMavericks.a:
757 * libWebKitSystemInterfaceMountainLion.a:
759 2014-03-05 Eric Carlson <eric.carlson@apple.com>
761 [iOS] Show external device name/type in placeholder
762 https://bugs.webkit.org/show_bug.cgi?id=129723
764 Reviewed by Jer Noble.
766 * WebKitSystemInterface.h:
767 * libWebKitSystemInterfaceLion.a:
768 * libWebKitSystemInterfaceMavericks.a:
769 * libWebKitSystemInterfaceMountainLion.a:
771 2014-02-21 Jeffrey Pfau <jpfau@apple.com>
773 [Mac] Cache callbacks for cache partitioning may be passed null
774 https://bugs.webkit.org/show_bug.cgi?id=129175
776 Reviewed by Brady Eidson.
778 * libWebKitSystemInterfaceLion.a:
779 * libWebKitSystemInterfaceMavericks.a:
780 * libWebKitSystemInterfaceMountainLion.a:
782 2014-02-11 Roger Fong <roger_fong@apple.com>
784 [Windows] Set ENABLE_CSS_SHAPE_INSIDE feature flag on Windows.
786 * win/tools/vsprops/FeatureDefines.props:
788 2014-02-04 Andreas Kling <akling@apple.com>
790 Remove <iframe seamless> support.
791 <https://webkit.org/b/128213>
793 Rubber-stamped by Antti Koivisto.
795 * win/tools/vsprops/FeatureDefines.props:
797 2014-01-29 Csaba Osztrogonác <ossy@webkit.org>
799 Remove ENABLE(JAVASCRIPT_DEBUGGER) leftovers
800 https://bugs.webkit.org/show_bug.cgi?id=127845
802 Reviewed by Joseph Pecoraro.
804 * win/tools/vsprops/FeatureDefines.props:
805 * win/tools/vsprops/FeatureDefinesCairo.props:
807 2014-01-23 Roger Fong <roger_fong@apple.com>
809 [Windows] Unreviewed. Disable unnecessary warning C4309, "truncation of constant value".
811 * win/tools/vsprops/common.props:
813 2014-01-16 Alexey Proskuryakov <ap@apple.com>
815 [Mac] [iOS] Add support for CFHTTPCookieStorageAcceptPolicyExclusivelyFromMainDocumentDomain
816 https://bugs.webkit.org/show_bug.cgi?id=127139
818 Reviewed by Brady Eidson.
820 * WebKitSystemInterface.h:
821 * libWebKitSystemInterfaceLion.a:
822 * libWebKitSystemInterfaceMavericks.a:
823 * libWebKitSystemInterfaceMountainLion.a:
824 Update WebKitSystemInterface.
826 2014-01-16 Zalan Bujtas <zalan@apple.com>
828 Subpixel layout: Enable subpixel layout for Apple Windows.
829 https://bugs.webkit.org/show_bug.cgi?id=127074
831 Reviewed by Antti Koivisto.
833 This should make the Apple Windows bots happier. It probably still needs rebaselining.
835 * win/tools/vsprops/FeatureDefines.props:
837 2014-01-11 Alexey Proskuryakov <ap@apple.com>
839 [Mac] [Windows] Stop scheduling network requests in WebCore
840 https://bugs.webkit.org/show_bug.cgi?id=126789
841 <rdar://problem/15114727>
845 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
846 * win/lib32/WebKitSystemInterface.lib:
848 2014-01-11 Alexey Proskuryakov <ap@apple.com>
850 [Mac] [Windows] Stop scheduling network requests in WebCore
851 https://bugs.webkit.org/show_bug.cgi?id=126789
852 <rdar://problem/15114727>
856 * WebKitSystemInterface.h:
857 * libWebKitSystemInterfaceLion.a:
858 * libWebKitSystemInterfaceMavericks.a:
859 * libWebKitSystemInterfaceMountainLion.a:
861 2014-01-10 peavo@outlook.com <peavo@outlook.com>
863 [WinCairo] Crash when rendering (in pixman dll)
864 https://bugs.webkit.org/show_bug.cgi?id=126750
866 Reviewed by Brent Fulgham.
868 Since we link with cairo.lib, and the gstreamer installation also comes with cairo.lib,
869 we link with the wrong cairo.lib, and loads gstreamers cairo dll, instead of our own.
870 We should user our own cairo dll for rendering.
872 * win/tools/vsprops/GStreamer32.props: Put gstreamer lib path last, so we link with the correct cairo.lib.
873 * win/tools/vsprops/GStreamer64.props: Ditto.
875 2014-01-03 Alex Christensen <achristensen@webkit.org>
877 [WinCairo] Enable video using GStreamer.
878 https://bugs.webkit.org/show_bug.cgi?id=126015
880 Reviewed by Darin Adler.
882 * win/tools/vsprops/FeatureDefinesCairo.props:
883 Define ENABLE_MEDIA_CONTROLS_SCRIPT, ENABLE_VIDEO_TRACK, and ENABLE_VIDEO.
885 2013-12-30 Roger Fong <roger_fong@apple.com>
887 [Windows] Disable some annoying build warnings.
889 * win/tools/vsprops/common.props:
891 2013-12-23 Lucas Forschler <lforschler@apple.com>
893 <rdar://problem/15682948> Update copyright strings
895 Reviewed by Dan Bernstein.
897 * win/tools/scripts/COPYRIGHT-END-YEAR:
899 2013-12-19 Alex Christensen <achristensen@webkit.org>
901 Final preparations for GStreamer on Windows.
902 https://bugs.webkit.org/show_bug.cgi?id=125958
904 Reviewed by Benjamin Poulain.
906 * win/tools/vsprops/FeatureDefinesCairo.props:
907 Removed duplicate ENABLE_VIDEO_TRACK definition.
909 2013-12-18 Alex Christensen <achristensen@webkit.org>
911 [WinCairo] Unreviewed build fix after r160798.
913 * win/tools/vsprops/FeatureDefinesCairo.props:
914 Removed ENABLE_MEDIA_CONTROLS_SCRIPT definition for now.
916 2013-12-18 Alex Christensen <achristensen@webkit.org>
918 [WinCairo] Preparation for GStreamer on Windows.
919 https://bugs.webkit.org/show_bug.cgi?id=125946
921 Reviewed by Brent Fulgham.
923 * win/tools/vsprops/FeatureDefinesCairo.props:
924 Added ENABLE_MEDIA_CONTROLS_SCRIPT and ENABLE_VIDEO_TRACK for DerivedSources.make.
925 * win/tools/vsprops/GStreamer32.props: Added.
926 * win/tools/vsprops/GStreamer64.props: Added.
927 * win/tools/vsprops/GStreamerCommon.props: Added.
929 2013-12-13 Brent Fulgham <bfulgham@apple.com>
931 [Win] Unreviewed build fix for VS2013
933 * win/lib32/WebKitSystemInterface.lib: Updated to use VS2013 _MSC_VER symbols
936 2013-12-09 Filip Pizlo <fpizlo@apple.com>
938 Unreviewed, update LLVM binary drops to r196830.
940 * LLVMIncludesMountainLion.tar.bz2:
941 * LLVMLibrariesMountainLion.tar.bz2:
943 2013-12-05 Bear Travis <betravis@adobe.com>
945 [CSS Shapes] Enable CSS Shapes on Windows
946 https://bugs.webkit.org/show_bug.cgi?id=89957
948 Reviewed by Brent Fulgham.
950 Turn on CSS_SHAPES on Windows now that bug 121883 has been fixed.
952 * win/tools/vsprops/FeatureDefines.props:
953 * win/tools/vsprops/FeatureDefinesCairo.props:
955 2013-11-26 Ryosuke Niwa <rniwa@webkit.org>
957 Enable HTML template element on Windows ports
958 https://bugs.webkit.org/show_bug.cgi?id=124758
960 Reviewed by Andreas Kling.
962 Enable TEMPLATE_ELEMENT. Also removed UNDO_MANAGER since that feature has been removed
963 from the tree in r133326.
965 * win/tools/vsprops/FeatureDefines.props:
966 * win/tools/vsprops/FeatureDefinesCairo.props:
968 2013-11-21 Peter Molnar <pmolnar.u-szeged@partner.samsung.com>
970 Remove ENABLE_WORKERS
971 https://bugs.webkit.org/show_bug.cgi?id=105784
973 Reviewed by Darin Adler.
975 * win/tools/vsprops/FeatureDefines.props:
976 * win/tools/vsprops/FeatureDefinesCairo.props:
978 2013-11-17 Filip Pizlo <fpizlo@apple.com>
980 Update binary drops to include atrick's "Ran out of registers" fix in r194942.
982 * LLVMIncludesMountainLion.tar.bz2:
983 * LLVMLibrariesMountainLion.tar.bz2:
985 2013-11-08 Filip Pizlo <fpizlo@apple.com>
987 Update binary drops to a version that includes new stackmap fixes and exposes the new calling conventions.
989 * LLVMIncludesMountainLion.tar.bz2:
990 * LLVMLibrariesMountainLion.tar.bz2:
992 2013-11-03 Filip Pizlo <fpizlo@apple.com>
994 Update binary drops to a version that includes my pretty stack trace changes.
996 * LLVMIncludesMountainLion.tar.bz2:
997 * LLVMLibrariesMountainLion.tar.bz2:
999 2013-11-02 Filip Pizlo <fpizlo@apple.com>
1001 Unreviewed, update binary drops.
1003 These include my LLVMDisablePrettyStackTrace() fix and are built with --enable-crash-overrides=no
1005 * LLVMIncludesMountainLion.tar.bz2:
1006 * LLVMLibrariesMountainLion.tar.bz2:
1008 2013-10-21 Mark Rowe <mrowe@apple.com>
1010 Add a version of WebKitSystemInterface for Mavericks.
1012 Reviewed by Ryosuke Niwa.
1014 * libWebKitSystemInterfaceMavericks.a: Added.
1016 2013-10-17 Anthony Johnson <anthony.johnson@flexsim.com>
1018 Crash fix for Windows XP.
1019 https://bugs.webkit.org/show_bug.cgi?id=122790
1021 Reviewed by Geoffrey Garen.
1023 * win/tools/vsprops/common.props:
1024 Replaced stack and heap sizes of zero with blank stack and heap sizes.
1026 2013-10-16 Filip Pizlo <fpizlo@apple.com>
1028 libllvmForJSC shouldn't call exit(1) on report_fatal_error()
1029 https://bugs.webkit.org/show_bug.cgi?id=122905
1030 <rdar://problem/15237856>
1032 Reviewed by Michael Saboff.
1034 * LLVMIncludesMountainLion.tar.bz2:
1035 * LLVMLibrariesMountainLion.tar.bz2:
1037 2013-10-10 Filip Pizlo <fpizlo@apple.com>
1039 Update the binary drops to the latest version of LLVM, built without -fvisibility=hidden
1040 now that we have soft linking. Also include DataTypes.h in the drop.
1042 Rubber stamped by Michael Saboff.
1044 * LLVMIncludesMountainLion.tar.bz2:
1045 * LLVMLibrariesMountainLion.tar.bz2:
1047 2013-10-01 Filip Pizlo <fpizlo@apple.com>
1049 FTL should use the new version of LLVM MCJIT memory manager APIs that take a SectionName
1050 https://bugs.webkit.org/show_bug.cgi?id=122193
1052 Reviewed by Geoffrey Garen.
1054 * LLVMIncludesMountainLion.tar.bz2:
1055 * LLVMLibrariesMountainLion.tar.bz2:
1057 2013-10-01 Brent Fulgham <bfulgham@apple.com>
1059 [Win] Implement the media controls in JavaScript.
1060 https://bugs.webkit.org/show_bug.cgi?id=122166
1062 Reviewed by Jer Noble.
1064 * win/tools/vsprops/FeatureDefines.props: Activate the
1065 ENABLE_MEDIA_CONTROLS_SCRIPT flag.
1067 2013-09-24 Bear Travis <betravis@adobe.com>
1069 Disable CSS_SHAPES on Windows
1070 https://bugs.webkit.org/show_bug.cgi?id=121879
1072 Reviewed by Brent Fulgham.
1074 Enabling CSS_SHAPES on Windows is currently causing crashes in DRT.
1075 Turn the feature off until it can be appropriately fixed.
1077 * win/tools/vsprops/FeatureDefines.props: Disable on Win port
1078 * win/tools/vsprops/FeatureDefinesCairo.props: Disable on WinCairo port
1080 2013-09-23 Patrick Gansterer <paroga@webkit.org>
1082 use NOMINMAX instead of #define min min
1083 https://bugs.webkit.org/show_bug.cgi?id=73563
1085 Reviewed by Brent Fulgham.
1087 Use NOMINMAX instead of #define min/max as a cleaner
1088 way of ensuring that Windows system header files don't
1089 define min/max as macro in the first place.
1091 * win/tools/vsprops/common.props:
1093 2013-09-20 Mark Rowe <mrowe@apple.com>
1095 Fix link errors for external users when building WebKit with Xcode 5.
1097 Reviewed by Oliver Hunt.
1099 * libWebKitSystemInterfaceLion.a:
1100 * libWebKitSystemInterfaceMountainLion.a:
1102 2013-09-19 Bear Travis <betravis@adobe.com>
1104 CSS_SHAPES not supported on AppleWin port
1105 https://bugs.webkit.org/show_bug.cgi?id=118810
1107 Reviewed by Brent Fulgham.
1109 * win/tools/vsprops/FeatureDefines.props: Add the CSS_SHAPES compile flag on Windows.
1111 2013-09-19 Dan Bernstein <mitz@apple.com>
1113 Removed WebCoreSQLite3. It has been unused for years.
1115 Rubber-stamped by Mark Rowe.
1117 * WebCoreSQLite3: Removed.
1118 * WebCoreSQLite3/sqlite3.h: Removed.
1119 * WebCoreSQLite3/sqlite3ext.h: Removed.
1120 * libWebCoreSQLite3.a: Removed.
1122 2013-09-18 Brent Fulgham <bfulgham@apple.com>
1124 [Windows] Unreviewed build fix: Expose PlatformArchitecture macro to build system.
1126 * win/tools/vsprops/common.props:
1128 2013-09-13 Brent Fulgham <bfulgham@apple.com>
1130 [Windows] Enable Page Visibility API
1131 https://bugs.webkit.org/show_bug.cgi?id=121340
1133 Reviewed by Anders Carlsson.
1135 * win/tools/vsprops/FeatureDefines.props: Activate feature.
1136 * win/tools/vsprops/FeatureDefinesCairo.props: Ditto.
1138 2013-09-12 Brent Fulgham <bfulgham@apple.com>
1140 [Windows] Update WKSI library for Open Source builders.
1142 * win/lib32/WebKitSystemInterface.lib: Recompile with latest WebKit to use newer
1143 WTF.dll symbol exports.
1145 2013-08-29 Filip Pizlo <fpizlo@apple.com>
1147 Just linking LLVM into JSC causes all plugin tests to fail
1148 https://bugs.webkit.org/show_bug.cgi?id=113915
1150 Reviewed by Oliver Hunt.
1152 Updated the binary drops to r189627 of llvm.org, and used the new configure-llvm that does CPPFLAGS=-fvisibility=hidden.
1154 * LLVMIncludesMountainLion.tar.bz2:
1155 * LLVMLibrariesMountainLion.tar.bz2:
1157 2013-08-29 Brent Fulgham <bfulgham@apple.com>
1159 [Windows] Unreviewed build fix after r154847.
1161 * win/tools/vsprops/FeatureDefines.props: Add missing definition for ENABLE_PROMISES
1162 * win/tools/vsprops/FeatureDefinesCairo.props: Ditto
1164 2013-08-26 Brent Fulgham <bfulgham@apple.com>
1166 [Windows] Updates to WKSI to get external builders working.
1168 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
1169 * win/lib32/WebKitSystemInterface.lib:
1171 2013-08-24 Brent Fulgham <bfulgham@apple.com>
1173 [Windows] Another attempt to fix the Windows bots. Need to retain older
1174 QuickTime player features for external builders.
1176 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
1177 * win/lib32/WebKitSystemInterface.lib:
1179 2013-08-23 Brent Fulgham <bfulgham@apple.com>
1181 [Windows] Forgot to check in the header as well!
1183 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
1185 2013-08-23 Brent Fulgham <bfulgham@apple.com>
1187 [Windows] Unreviewed build correction.
1189 * win/lib32/WebKitSystemInterface.lib: Update with new API for r132545.
1191 2013-08-23 Beth Dakin <bdakin@apple.com>
1193 REGRESSION (r132545): Some PDFs generated by WebKit are blank when viewed in
1195 https://bugs.webkit.org/show_bug.cgi?id=120240
1197 <rdar://problem/14634453>
1199 Reviewed by Anders Carlsson.
1201 * WebKitSystemInterface.h:
1202 * libWebKitSystemInterfaceLion.a:
1203 * libWebKitSystemInterfaceMountainLion.a:
1205 2013-08-23 Alex Christensen <achristensen@apple.com>
1207 Re-separating Win32 and Win64 builds.
1208 https://bugs.webkit.org/show_bug.cgi?id=120178
1210 Reviewed by Brent Fulgham.
1212 * win/tools/vsprops/common.props:
1213 Export PlatformArchitecture to be used by make and cmd scripts.
1214 Use PlatformArchitecture to determine correct build directory
1215 (lib32/bin32/obj32 or lib64/bin64/obj64).
1217 2013-08-22 Filip Pizlo <fpizlo@apple.com>
1219 Update LLVM binary drops and scripts to the latest version from SVN
1220 https://bugs.webkit.org/show_bug.cgi?id=120184
1222 Reviewed by Mark Hahnenberg.
1224 Updated binary drops to r189066.
1226 * LLVMIncludesMountainLion.tar.bz2:
1227 * LLVMLibrariesMountainLion.tar.bz2:
1229 2013-08-21 Commit Queue <commit-queue@webkit.org>
1231 Unreviewed, rolling out r154416.
1232 http://trac.webkit.org/changeset/154416
1233 https://bugs.webkit.org/show_bug.cgi?id=120147
1235 Broke Windows builds (Requested by rniwa on #webkit).
1237 * win/tools/vsprops/common.props:
1239 2013-08-21 Alex Christensen <achristensen@apple.com>
1241 <https://webkit.org/b/120137> Separating Win32 and Win64 builds.
1243 Reviewed by Brent Fulgham.
1245 * win/tools/vsprops/common.props:
1246 Export PlatformArchitecture to be used by make and cmd scripts.
1247 Use PlatformArchitecture to determine correct build directory
1248 (lib32/bin32/obj32 or lib64/bin64/obj64).
1250 2013-08-21 Brent Fulgham <bfulgham@apple.com>
1252 <https://webkit.org/b/120113> [Windows] Enable CSS_IMAGE_SET
1254 Reviewed by Anders Carlsson.
1256 * win/tools/vsprops/FeatureDefines.props: Enable CSS_IMAGE_SET feature.
1257 * win/tools/vsprops/FeatureDefinesCairo.props: Ditto.
1259 2013-08-15 Eric Carlson <eric.carlson@apple.com>
1261 [Mac] Remove "legacy" media UI
1262 https://bugs.webkit.org/show_bug.cgi?id=119752
1264 Reviewed by Jer Noble.
1266 * WebKitSystemInterface.h:
1267 * libWebKitSystemInterfaceLion.a:
1268 * libWebKitSystemInterfaceMountainLion.a:
1270 2013-08-13 Simon Fraser <simon.fraser@apple.com>
1272 Various media tests spew "CGContextScaleCTM: invalid context 0x0" errors
1273 https://bugs.webkit.org/show_bug.cgi?id=119490
1275 New versions of WKSI that fix a bug that caused spew about null CGContexts,
1276 and update WebKitSystemInterface.h.
1278 * WebKitSystemInterface.h:
1279 * libWebKitSystemInterfaceLion.a:
1280 * libWebKitSystemInterfaceMountainLion.a:
1282 2013-08-08 Alex Christensen <achristensen@apple.com>
1284 Windows build fixes.
1286 Rubberstamped by Brent Fulgham.
1288 * win/tools/vsprops/debug_wincairo.props: Removed MinimalRebuild option preventing parallel compiling.
1290 2013-07-30 Sanghyun Park <sh919.park@samsung.com>
1292 Missing the rename REGISTER_PROCOTOL_HANDLER Macro to NAVIGATOR_CONTENT_UTILS in WebKitLibraries.
1293 https://bugs.webkit.org/show_bug.cgi?id=119239
1295 According to "https://bugs.webkit.org/show_bug.cgi?id=94920", REGISTER_PROCOTOL_HANDLER macro was changed to NAVIGATOR_CONTENT_UTILS.
1296 But, FeatureDefines.props and FeatureDefinesCairo.props was not changed.
1298 Reviewed by Brent Fulgham.
1300 * win/tools/vsprops/FeatureDefines.props:
1301 * win/tools/vsprops/FeatureDefinesCairo.props:
1303 2013-05-22 Filip Pizlo <fpizlo@apple.com>
1305 Updated LLVM drops to include MCJIT memory management APIs.
1307 Rubber stamped by Mark Hahnenberg.
1309 * LLVMIncludesMountainLion.tar.bz2:
1310 * LLVMLibrariesMountainLion.tar.bz2:
1312 2013-04-30 Filip Pizlo <fpizlo@apple.com>
1314 Updated LLVM drops to include MCJIT fixes and newly exposed API.
1316 Rubber stamped by Mark Hahnenberg.
1318 * LLVMIncludesMountainLion.tar.bz2:
1319 * LLVMLibrariesMountainLion.tar.bz2:
1321 2013-04-16 Filip Pizlo <fpizlo@apple.com>
1323 Updated LLVM drops to include MCJIT fixes.
1325 * LLVMIncludesMountainLion.tar.bz2:
1326 * LLVMLibrariesMountainLion.tar.bz2:
1328 2013-04-03 Filip Pizlo <fpizlo@apple.com>
1330 Updated LLVM drops to include LLVM_DO_NOT_INCLUDE_CPP_HEADERS changes.
1332 Rubber stamped by Mark Hahnenberg.
1334 * LLVMIncludesMountainLion.tar.bz2:
1335 * LLVMLibrariesMountainLion.tar.bz2:
1337 2013-03-29 Filip Pizlo <fpizlo@apple.com>
1339 fourthTier: Check in a known-good build of LLVM into WebKitLibraries, and have a story for updating it
1340 https://bugs.webkit.org/show_bug.cgi?id=113452
1342 Rubber stamped by Mark Hahnenberg.
1344 * LLVMIncludesMountainLion.tar.bz2: Added.
1345 * LLVMLibrariesMountainLion.tar.bz2: Added.
1347 2013-07-18 Roger Fong <roger_fong@apple.com>
1349 Make sure to link against _debug binaries when appropriate.
1350 <rdar://problem/14473010>.
1352 * win/tools/vsprops/debugsuffix.props:
1354 2013-07-02 Commit Queue <commit-queue@webkit.org>
1356 Unreviewed, rolling out r152233.
1357 http://trac.webkit.org/changeset/152233
1358 https://bugs.webkit.org/show_bug.cgi?id=118304
1360 hopeful attempt to restore windows buildage (Requested by
1363 * win/tools/vsprops/debugsuffix.props:
1365 2013-07-01 Brent Fulgham <bfulgham@apple.com>
1367 [Windows] Unreviewed correction to DEBUG_ALL target. Target was undefining DEBUG_ALL and DEBUG_INTERNAL,
1368 which prevented proper build operation.
1370 * win/tools/vsprops/debugsuffix.props: We should DEFINE (not UNDEFINE) the DEBUG_ALL and DEBUG_INTERNAL
1371 macros when building with 'debugsuffix' target.
1373 2013-06-18 Roger Fong <roger_fong@apple.com>
1375 Replace tools32 folder with tools and update WebKit Windows solution accordingly.
1376 <rdar://problem/14118143>.
1378 Rubberstamped by Brent Fulgham.
1380 * win/tools: Copied from win/tools32.
1381 * win/tools/WinTools.make:
1382 * win/tools/scripts/auto-version.sh:
1383 * win/tools/scripts/feature-defines.sh:
1384 * win/tools32: Removed.
1385 * win/tools32/WinTools.make: Removed.
1386 * win/tools32/scripts: Removed.
1387 * win/tools32/scripts/COPYRIGHT-END-YEAR: Removed.
1388 * win/tools32/scripts/VERSION: Removed.
1389 * win/tools32/scripts/auto-version.sh: Removed.
1390 * win/tools32/scripts/feature-defines.sh: Removed.
1391 * win/tools32/vsprops: Removed.
1392 * win/tools32/vsprops/FeatureDefines.props: Removed.
1393 * win/tools32/vsprops/FeatureDefines.vsprops: Removed.
1394 * win/tools32/vsprops/FeatureDefinesCairo.props: Removed.
1395 * win/tools32/vsprops/FeatureDefinesCairo.vsprops: Removed.
1396 * win/tools32/vsprops/WinCairo.props: Removed.
1397 * win/tools32/vsprops/WinCairo.vsprops: Removed.
1398 * win/tools32/vsprops/cURL.props: Removed.
1399 * win/tools32/vsprops/cURL.vsprops: Removed.
1400 * win/tools32/vsprops/common.props: Removed.
1401 * win/tools32/vsprops/common.vsprops: Removed.
1402 * win/tools32/vsprops/debug.props: Removed.
1403 * win/tools32/vsprops/debug.vsprops: Removed.
1404 * win/tools32/vsprops/debug_all.vsprops: Removed.
1405 * win/tools32/vsprops/debug_wincairo.props: Removed.
1406 * win/tools32/vsprops/debug_wincairo.vsprops: Removed.
1407 * win/tools32/vsprops/debugsuffix.props: Removed.
1408 * win/tools32/vsprops/production.props: Removed.
1409 * win/tools32/vsprops/production.vsprops: Removed.
1410 * win/tools32/vsprops/release.props: Removed.
1411 * win/tools32/vsprops/release.vsprops: Removed.
1412 * win/tools32/vsprops/releaseproduction.vsprops: Removed.
1414 2013-06-12 Brent Fulgham <bfulgham@webkit.org>
1416 [WinCairo] Unreviewed build correction.
1418 * win/tools32/vsprops/WinCairo.props: Switch from using the
1419 $WebKitLibraries environment variable to the newer
1421 * win/tools32/vsprops/debug_wincairo.props: Ditto.
1423 2013-06-11 Roger Fong <roger_fong@apple.com>
1425 Unreviewed. Another part of rollout of r151408.
1427 * win/tools64: Removed.
1428 * win/tools64/scripts: Removed.
1429 * win/tools64/vsprops: Removed.
1431 2013-06-11 Roger Fong <roger_fong@apple.com>
1433 Unreviewed. WinTools makefile fix.
1435 * win/tools32/WinTools.make:
1437 2013-06-11 Commit Queue <commit-queue@webkit.org>
1439 Unreviewed, rolling out r151408.
1440 http://trac.webkit.org/changeset/151408
1441 https://bugs.webkit.org/show_bug.cgi?id=117519
1443 Opting for a different approach (Requested by rfong on
1446 * win/WinTools.make: Removed.
1447 * win/tools32/WinTools.make: Renamed from WebKitLibraries/win/tools64/WinTools.make.
1448 * win/tools64/scripts/COPYRIGHT-END-YEAR: Removed.
1449 * win/tools64/scripts/VERSION: Removed.
1450 * win/tools64/scripts/auto-version.sh: Removed.
1451 * win/tools64/scripts/feature-defines.sh: Removed.
1452 * win/tools64/vsprops/FeatureDefines.props: Removed.
1453 * win/tools64/vsprops/FeatureDefines.vsprops: Removed.
1454 * win/tools64/vsprops/FeatureDefinesCairo.props: Removed.
1455 * win/tools64/vsprops/FeatureDefinesCairo.vsprops: Removed.
1456 * win/tools64/vsprops/WinCairo.props: Removed.
1457 * win/tools64/vsprops/WinCairo.vsprops: Removed.
1458 * win/tools64/vsprops/cURL.props: Removed.
1459 * win/tools64/vsprops/cURL.vsprops: Removed.
1460 * win/tools64/vsprops/common.props: Removed.
1461 * win/tools64/vsprops/common.vsprops: Removed.
1462 * win/tools64/vsprops/debug.props: Removed.
1463 * win/tools64/vsprops/debug.vsprops: Removed.
1464 * win/tools64/vsprops/debug_all.vsprops: Removed.
1465 * win/tools64/vsprops/debug_wincairo.props: Removed.
1466 * win/tools64/vsprops/debug_wincairo.vsprops: Removed.
1467 * win/tools64/vsprops/debugsuffix.props: Removed.
1468 * win/tools64/vsprops/production.props: Removed.
1469 * win/tools64/vsprops/production.vsprops: Removed.
1470 * win/tools64/vsprops/release.props: Removed.
1471 * win/tools64/vsprops/release.vsprops: Removed.
1472 * win/tools64/vsprops/releaseproduction.vsprops: Removed.
1474 2013-06-10 Roger Fong <roger_fong@apple.com>
1476 Change WebKitLibraries/win folder structure around.
1477 <rdar://problem/14097829>
1479 Reviewed by Lucas Forschler.
1481 * win/WinTools.make: Copied from win/tools32/WinTools.make.
1482 * win/tools32/WinTools.make: Removed.
1483 * win/tools64: Copied from win/tools32.
1485 2013-06-05 Bear Travis <betravis@adobe.com>
1487 [CSS Exclusions][CSS Shapes] Split CSS Exclusions & Shapes compile & runtime flags
1488 https://bugs.webkit.org/show_bug.cgi?id=117172
1490 Reviewed by Alexandru Chiculita.
1492 Adding the CSS_SHAPES compile flag.
1494 * win/tools32/vsprops/FeatureDefines.vsprops:
1495 * win/tools32/vsprops/FeatureDefinesCairo.vsprops:
1497 2013-06-03 Roger Fong <roger_fong@apple.com>
1499 Unreviewed. Some AppleWin VS2010 house cleaning.
1501 * win/tools32/scripts/auto-version.sh: Replaced with win/tools32/scripts/auto-version2010.sh.
1502 * win/tools32/scripts/auto-version2010.sh: Removed.
1503 * win/tools32/scripts/feature-defines.sh: Replaced with win/tools32/scripts/feature-defines2010.sh.
1504 * win/tools32/scripts/feature-defines2010.sh: Removed.
1506 2013-06-03 Roger Fong <roger_fong@apple.com>
1508 Nuke VS2005 files from the tree.
1509 <rdar://problem/14042021>.
1511 Rubberstamped by Brent Fulgham.
1514 * win/lib/WebKitSystemInterface.lib: Removed.
1515 * win/tools: Removed.
1516 * win/tools/WinTools.make: Removed.
1517 * win/tools/scripts: Removed.
1518 * win/tools/scripts/COPYRIGHT-END-YEAR: Removed.
1519 * win/tools/scripts/VERSION: Removed.
1520 * win/tools/scripts/auto-version.sh: Removed.
1521 * win/tools/scripts/auto-version2010.sh: Removed.
1522 * win/tools/scripts/feature-defines.sh: Removed.
1523 * win/tools/scripts/feature-defines2010.sh: Removed.
1524 * win/tools/vsprops: Removed.
1525 * win/tools/vsprops/FeatureDefines.props: Removed.
1526 * win/tools/vsprops/FeatureDefines.vsprops: Removed.
1527 * win/tools/vsprops/FeatureDefinesCairo.props: Removed.
1528 * win/tools/vsprops/FeatureDefinesCairo.vsprops: Removed.
1529 * win/tools/vsprops/WinCairo.props: Removed.
1530 * win/tools/vsprops/WinCairo.vsprops: Removed.
1531 * win/tools/vsprops/cURL.props: Removed.
1532 * win/tools/vsprops/cURL.vsprops: Removed.
1533 * win/tools/vsprops/common.props: Removed.
1534 * win/tools/vsprops/common.vsprops: Removed.
1535 * win/tools/vsprops/debug.props: Removed.
1536 * win/tools/vsprops/debug.vsprops: Removed.
1537 * win/tools/vsprops/debug_all.vsprops: Removed.
1538 * win/tools/vsprops/debug_wincairo.props: Removed.
1539 * win/tools/vsprops/debug_wincairo.vsprops: Removed.
1540 * win/tools/vsprops/debugsuffix.props: Removed.
1541 * win/tools/vsprops/production.props: Removed.
1542 * win/tools/vsprops/production.vsprops: Removed.
1543 * win/tools/vsprops/release.props: Removed.
1544 * win/tools/vsprops/release.vsprops: Removed.
1545 * win/tools/vsprops/releaseproduction.vsprops: Removed.
1547 2013-05-29 Jeffrey Pfau <jpfau@apple.com>
1549 [Mac] Enable cache partitioning and the public suffix list on 10.8
1550 <rdar://problem/13679019>
1552 Rubber-stamped by David Kilzer.
1554 * WebKitSystemInterface.h:
1555 * libWebKitSystemInterfaceLion.a:
1556 * libWebKitSystemInterfaceMountainLion.a:
1558 2013-05-14 Beth Dakin <bdakin@apple.com>
1560 Printing in 1Password app is broken with screen fonts disabled
1561 https://bugs.webkit.org/show_bug.cgi?id=116133
1563 <rdar://problem/13162981>
1565 Reviewed by Anders Carlsson.
1567 Need WKExecutableWasLinkedOnOrBeforeMountainLion() for this quirk.
1569 * libWebKitSystemInterfaceLion.a:
1570 * libWebKitSystemInterfaceMountainLion.a:
1572 2013-05-08 Roger Fong <roger_fong@apple.com>
1574 Unreviewed. Update WebKitLibraries/win to handle different architectures properly.
1576 * win/lib32: Copied from win/lib.
1577 * win/tools/WinTools.make:
1579 2013-05-02 Roger Fong <roger_fong@apple.com>
1581 Unreviewed Windows build fix.
1583 * win/lib/WebKitSystemInterface.lib:
1585 2013-05-01 Alexey Proskuryakov <ap@apple.com>
1587 Update WebKitSystemInterface.
1589 * WebKitSystemInterface.h:
1590 * libWebKitSystemInterfaceLion.a:
1591 * libWebKitSystemInterfaceMountainLion.a:
1593 2013-04-29 Chris Fleizach <cfleizach@apple.com>
1595 WEB SPEECH: need to identify the default voice per language
1596 https://bugs.webkit.org/show_bug.cgi?id=115366
1598 Reviewed by Simon Fraser.
1600 * WebKitSystemInterface.h:
1601 * libWebKitSystemInterfaceLion.a:
1602 * libWebKitSystemInterfaceMountainLion.a:
1604 2013-04-29 Roger Fong <roger_fong@apple.com>
1606 Need a tools32 folder for VS2010 builds.
1607 tools folder will be nuked when we nuke VS2005.
1609 * win/tools32: Copied from WebKitLibraries/win/tools.
1611 2013-04-26 Roger Fong <roger_fong@apple.com>
1613 Disable sub-pixel-layout on Apple Windows port, VS2005 edition.
1615 * win/tools/vsprops/FeatureDefines.vsprops:
1617 2013-04-26 Roger Fong <roger_fong@apple.com>
1619 Disable sub-pixel-layout on Apple Windows port.
1621 * win/tools/vsprops/FeatureDefines.props:
1623 2013-04-26 Roger Fong <roger_fong@apple.com>
1625 Make Apple Windows VS2010 build results into and get dependencies from __32 suffixed folders.
1626 Make the DebugSuffix configuration use _debug dependencies.
1628 * win/tools/WinTools.make:
1629 * win/tools/scripts/auto-version2010.sh:
1630 * win/tools/scripts/feature-defines2010.sh:
1631 * win/tools/vsprops/common.props:
1632 * win/tools/vsprops/debugsuffix.props:
1634 2013-04-25 Chris Fleizach <cfleizach@apple.com>
1636 WEB SPEECH: language support does not work as expected
1637 https://bugs.webkit.org/show_bug.cgi?id=115119
1639 Reviewed by Alexey Proskuryakov.
1641 * WebKitSystemInterface.h:
1643 2013-04-24 Roger Fong <roger_fong@apple.com>
1645 Have VS2010 WebKit solution look in WebKit_Libraries/lib32 for dependencies.
1647 * win/tools/vsprops/common.props:
1649 2013-04-23 Antoine Quint <graouts@apple.com>
1651 Initial advance of text runs should be taken into account
1652 https://bugs.webkit.org/show_bug.cgi?id=114949
1654 Reviewed by Darin Adler.
1656 * WebKitSystemInterface.h:
1657 * libWebKitSystemInterfaceLion.a:
1658 * libWebKitSystemInterfaceMountainLion.a:
1660 2013-04-12 Jeffrey Pfau <jpfau@apple.com>
1662 Query directly for cache partition names
1663 https://bugs.webkit.org/show_bug.cgi?id=114538
1665 Reviewed by David Kilzer.
1667 * WebKitSystemInterface.h:
1668 * libWebKitSystemInterfaceLion.a:
1669 * libWebKitSystemInterfaceMountainLion.a:
1671 2013-04-08 Roger Fong <roger_fong@apple.com>
1675 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
1676 * win/lib/WebKitSystemInterface.lib:
1678 2013-04-11 Alexey Proskuryakov <ap@apple.com>
1680 <rdar://problem/10416316> [Mac] WebSocket doesn't work with authenticating proxies
1681 https://bugs.webkit.org/show_bug.cgi?id=114464
1683 Update WebKitSystemInterface.
1685 * WebKitSystemInterface.h:
1686 * libWebKitSystemInterfaceLion.a:
1687 * libWebKitSystemInterfaceMountainLion.a:
1689 2013-04-10 Benjamin Poulain <bpoulain@apple.com>
1691 Mass remove all the empty directories
1693 Rubberstamped by Ryosuke Niwa.
1696 * win/lib/WebKitSystemInterface: Removed.
1698 2013-04-05 Roger Fong <roger_fong@apple.com>
1700 More VS2010 solution makefile fixes.
1701 <rdar://problem/13588964>
1703 * win/tools/WinTools.make:
1705 2013-04-03 Brent Fulgham <bfulgham@webkit.org>
1707 [Windows, WinCairo] Unreviewed VS2010 Build Correction
1709 * win/tools/scripts/auto-version2010.sh: Added properties svn:eol-style and svn:executable.
1710 * win/tools/scripts/feature-defines2010.sh: Added properties svn:eol-style and svn:executable.
1712 2013-04-01 Roger Fong <roger_fong@apple.com>
1714 Update FEATURE_DEFINES string generation for VS2010 solution.
1715 https://bugs.webkit.org/show_bug.cgi?id=113737.
1717 Reviewed by Timothy Horton.
1719 * win/tools/scripts/feature-defines2010.sh: Added.
1721 2013-03-29 Roger Fong <roger_fong@apple.com>
1723 Unreviewed. Rollout r146818.
1725 * win/tools/vsprops/FeatureDefines.props:
1727 2013-03-25 Kent Tamura <tkent@chromium.org>
1729 Rename ENABLE_INPUT_TYPE_DATETIME
1730 https://bugs.webkit.org/show_bug.cgi?id=113254
1732 Reviewed by Kentaro Hara.
1734 Rename ENABLE_INPUT_TYPE_DATETIME to ENABLE_INPUT_TYPE_DATETIME_INCOMPLETE.
1735 Actually I'd like to remove the code, but we shouldn't remove it yet
1736 because we shipped products with it on some platforms.
1738 * win/tools/vsprops/FeatureDefines.props:
1739 * win/tools/vsprops/FeatureDefines.vsprops:
1740 * win/tools/vsprops/FeatureDefinesCairo.props:
1741 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
1743 2013-03-25 Sheriff Bot <webkit.review.bot@gmail.com>
1745 Unreviewed, rolling out r146816, r146821, and r146830.
1746 http://trac.webkit.org/changeset/146816
1747 http://trac.webkit.org/changeset/146821
1748 http://trac.webkit.org/changeset/146830
1749 https://bugs.webkit.org/show_bug.cgi?id=113262
1751 Broke all the Windows tests (Requested by rfong on #webkit).
1753 * win/tools/vsprops/FeatureDefines.vsprops:
1755 2013-03-25 Roger Fong <roger_fong@apple.com>
1757 Unreviewed. Also enable CSS_REGIONS and EXCLUSIONS for VS2010 solution.
1759 * win/tools/vsprops/FeatureDefines.props:
1761 2013-03-25 Roger Fong <roger_fong@apple.com>
1763 Enable CSS_REGIONS and CSS_EXCLUSIONS.
1764 https://bugs.webkit.org/show_bug.cgi?id=87519
1766 Reviewed by Timothy Horton.
1768 * win/tools/vsprops/FeatureDefines.vsprops:
1770 2013-03-21 Roger Fong <roger_fong@apple.com>
1772 Unreviewed. Move common props files for VS2010 solution to WebKitLibraries folder and update all projects accordingly.
1774 * win/tools/vsprops/FeatureDefines.props: Copied from ../Source/WebKit/WebKit.vcxproj/FeatureDefines.props.
1775 * win/tools/vsprops/FeatureDefinesCairo.props: Copied from ../Source/WebKit/WebKit.vcxproj/FeatureDefinesCairo.props.
1776 * win/tools/vsprops/WinCairo.props: Copied from ../Source/WebKit/WebKit.vcxproj/WinCairo.props.
1777 * win/tools/vsprops/cURL.props: Copied from ../Source/WebKit/WebKit.vcxproj/WebKit/cURL.props.
1778 * win/tools/vsprops/common.props: Copied from ../Source/WebKit/WebKit.vcxproj/common.props.
1779 * win/tools/vsprops/debug.props: Copied from ../Source/WebKit/WebKit.vcxproj/debug.props.
1780 * win/tools/vsprops/debug_wincairo.props: Copied from ../Source/WebKit/WebKit.vcxproj/debug_wincairo.props.
1781 * win/tools/vsprops/debugsuffix.props: Copied from ../Source/WebKit/WebKit.vcxproj/debugsuffix.props.
1782 * win/tools/vsprops/production.props: Copied from ../Source/WebKit/WebKit.vcxproj/production.props.
1783 * win/tools/vsprops/release.props: Copied from ../Source/WebKit/WebKit.vcxproj/release.props.
1785 2013-03-19 Brent Fulgham <bfulgham@webkit.org>
1787 [WinCairo] Unreviewed build fix.
1789 * win/tools/vsprops/FeatureDefinesCairo.vsprops: This file was out
1790 of sync with the main Windows build, and the VS2010 version of the
1791 WinCairo port, preventing consistent builds.
1793 2013-03-13 Ryosuke Niwa <rniwa@webkit.org>
1795 Threaded HTML Parser is missing feature define flags in all but Chromium port's build files
1796 https://bugs.webkit.org/show_bug.cgi?id=112277
1798 Reviewed by Adam Barth.
1800 * win/tools/vsprops/FeatureDefines.vsprops:
1801 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
1803 2013-03-06 Jer Noble <jer.noble@apple.com>
1805 Unreviewed roll-out of r145011.
1807 * win/tools/vsprops/FeatureDefines.vsprops:
1809 2013-03-06 Jer Noble <jer.noble@apple.com>
1811 Unreviewed build fix. Add ENABLE_CURSOR_VISIBILITY to the list of FEATURE_DEFINES for
1812 (non-Cairo) Windows builds.
1814 * win/tools/vsprops/FeatureDefines.vsprops:
1816 2013-03-05 Kiran Muppala <cmuppala@apple.com>
1818 Remove deprecated process suppression assertion SPI from WebKitSystemInterface
1819 https://bugs.webkit.org/show_bug.cgi?id=111501
1821 Reviewed by Alexey Proskuryakov.
1823 https://bugs.webkit.org/show_bug.cgi?id=111387 replaced all usage of
1824 WKNSProcessInfoProcessAssertionWithTypes() with
1825 -[NSProcessInfo beginSuspensionOfSystemBehaviors:]. Hence, remove
1826 the now deprecated SPI.
1828 * WebKitSystemInterface.h: Remove
1829 WKNSProcessInfoProcessAssertionWithTypes and associated declarations.
1831 2013-03-05 Kiran Muppala <cmuppala@apple.com>
1833 Use new assertion API for process suppression on Mac
1834 https://bugs.webkit.org/show_bug.cgi?id=111387
1836 Reviewed by Alexey Proskuryakov.
1838 Add WKProcessSuppressionSystemBehaviors constant for use in WebKit2 to
1839 take a process suppression assertion.
1841 * WebKitSystemInterface.h:
1843 2013-03-05 Jeffrey Pfau <jpfau@apple.com>
1845 Clear associated cache partitions when deleting origins' cache
1846 https://bugs.webkit.org/show_bug.cgi?id=111383
1848 Reviewed by Maciej Stachowiak.
1850 * WebKitSystemInterface.h:
1851 * libWebKitSystemInterfaceLion.a:
1852 * libWebKitSystemInterfaceMountainLion.a:
1854 2013-03-04 Kunihiko Sakamoto <ksakamoto@chromium.org>
1856 Add build flag for FontLoader
1857 https://bugs.webkit.org/show_bug.cgi?id=111289
1859 Reviewed by Benjamin Poulain.
1861 Add ENABLE_FONT_LOAD_EVENTS build flag (disabled by default).
1863 * win/tools/vsprops/FeatureDefines.vsprops:
1864 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
1866 2013-02-27 Glenn Adams <glenn@skynav.com>
1868 Add ENABLE_CSS3_TEXT_LINE_BREAK flag.
1869 https://bugs.webkit.org/show_bug.cgi?id=110944
1871 Reviewed by Dean Jackson.
1873 * win/tools/vsprops/FeatureDefines.vsprops:
1874 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
1876 2013-02-21 Jeffrey Pfau <jpfau@apple.com>
1878 Optionally partition cache to prevent using cache for tracking
1879 https://bugs.webkit.org/show_bug.cgi?id=110269
1881 Reviewed by Maciej Stachowiak.
1883 Update WKSI bindings.
1885 * WebKitSystemInterface.h:
1886 * libWebKitSystemInterfaceLion.a:
1887 * libWebKitSystemInterfaceMountainLion.a:
1889 2013-02-22 Aaron Colwell <acolwell@chromium.org>
1891 Disable MediaSource on Apple Windows port
1892 https://bugs.webkit.org/show_bug.cgi?id=110494
1894 Reviewed by Tim Horton.
1896 * win/tools/vsprops/FeatureDefines.vsprops:
1898 2013-02-22 Roger Fong <roger_fong@apple.com>
1900 Unreviewed. Make WinTools.make stop copying vsprops into nested vsprops folders.
1902 * win/tools/WinTools.make:
1904 2013-02-14 Anders Carlsson <andersca@apple.com>
1906 Add WKContextIsPlugInUpdateAvailable
1907 https://bugs.webkit.org/show_bug.cgi?id=109862
1908 <rdar://problem/13173140>
1910 Reviewed by Sam Weinig.
1912 Roll WebKitSystemInterface DEPS.
1914 * WebKitSystemInterface.h:
1915 * libWebKitSystemInterfaceLion.a:
1916 * libWebKitSystemInterfaceMountainLion.a:
1918 2013-02-13 Roger Fong <roger_fong@apple.com>
1920 Move all .props files from WebKitLibraries folder to WebKit Source folder.
1921 https://bugs.webkit.org/show_bug.cgi?id=109761
1923 Reviewed by Brent Fulgham.
1925 * win/tools/vsprops/FeatureDefines.props: Removed.
1926 * win/tools/vsprops/common.props: Removed.
1927 * win/tools/vsprops/debug.props: Removed.
1928 * win/tools/vsprops/release.props: Removed.
1929 * win/tools/vsprops/releaseproduction.props: Removed.
1931 2013-02-07 Roger Fong <roger_fong@apple.com>
1933 Unreviewed. More VS2010 WebKit solution touchups.
1934 Move an ignored warning from a project to common properties.
1936 * win/tools/vsprops/common.props:
1938 2013-02-06 Mike West <mkwst@chromium.org>
1940 Add an ENABLE_NOSNIFF feature flag.
1941 https://bugs.webkit.org/show_bug.cgi?id=109029
1943 Reviewed by Jochen Eisinger.
1945 This new flag will control the behavior of 'X-Content-Type-Options: nosniff'
1946 when processing script and other resource types.
1948 * win/tools/vsprops/FeatureDefines.vsprops:
1949 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
1951 2013-02-01 Alexis Menard <alexis@webkit.org>
1953 Enable unprefixed CSS transitions by default.
1954 https://bugs.webkit.org/show_bug.cgi?id=108216
1956 Reviewed by Dean Jackson.
1958 Rename the flag CSS_TRANSFORMS_ANIMATIONS_TRANSITIONS_UNPREFIXED
1959 to CSS_TRANSFORMS_ANIMATIONS_UNPREFIXED which will be used later to
1960 guard the unprefixing work for CSS Transforms and animations.
1962 * win/tools/vsprops/FeatureDefines.vsprops:
1963 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
1965 2013-01-30 Alexey Proskuryakov <ap@apple.com>
1967 Update WebKitSystemInterface for <rdar://problem/13111288>.
1969 * libWebKitSystemInterfaceLion.a:
1970 * libWebKitSystemInterfaceMountainLion.a:
1972 * WebKitSystemInterface.h: Removed WKEnterPluginSandbox, which has been unused now.
1974 2013-01-28 Kiran Muppala <cmuppala@apple.com>
1976 Add window occlusion criteria to determine page visibility on Mac
1977 https://bugs.webkit.org/show_bug.cgi?id=107494
1979 Reviewed by Simon Fraser.
1981 Add enum constants to specify window occlusion notification type to
1982 notification registration/unregistration methods. Add typedef for
1983 window ID data passed to the window occlusion notification handler.
1984 Add method to enable occlusion notifications for a particular window.
1986 * WebKitSystemInterface.h: Add
1987 WKOcclusionNotificationTypeWindowBecameVisible,
1988 WKOcclusionNotificationTypeWindowBecameOccluded,
1990 WKEnableWindowOcclusionNotifications().
1992 2013-01-25 Andy Estes <aestes@apple.com>
1994 Update WKSI header and libraries after r140875.
1996 * WebKitSystemInterface.h:
1997 * libWebKitSystemInterfaceLion.a:
1998 * libWebKitSystemInterfaceMountainLion.a:
2000 2013-01-24 Brent Fulgham <bfulgham@webkit.org>
2002 Get WTF compiling in VS2010 (32bit)
2003 https://bugs.webkit.org/show_bug.cgi?id=106986
2005 Reviewed by Tim Horton.
2007 If you do not have Cygwin in the overall operating system
2008 PATH, the project will not build. In VS2005 we had logic
2009 in the build system to guard against this. We should
2010 retain this in the VS2010 work.
2012 Furthermore, VS2010 has a nasty bug where to Visual Studio
2013 tools path is not defined when performing a 'clean' phase
2014 on an NMAKE-based build. This is corrected here as well.
2016 * win/tools/vsprops/common.props: Revise environment setup
2017 to ensure proper tools are in path during build.
2019 2013-01-19 Roger Fong <roger_fong@apple.com>
2021 Add WebKitLibraries property sheets for compiling WebKit in VS2010.
2022 https://bugs.webkit.org/show_bug.cgi?id=106949
2024 Reviewed by Brent Fulgham.
2026 * win/tools/vsprops/FeatureDefines.props: Added.
2027 * win/tools/vsprops/common.props: Added.
2028 * win/tools/vsprops/debug.props: Added.
2029 * win/tools/vsprops/release.props: Added.
2030 * win/tools/vsprops/releaseproduction.props: Added.
2032 2013-01-21 Dirk Schulze <dschulze@adobe.com>
2034 Add build flag for Canvas's Path object (disabled by default)
2035 https://bugs.webkit.org/show_bug.cgi?id=107473
2037 Reviewed by Dean Jackson.
2039 Add CANVAS_PATH build flag to build systems.
2041 * win/tools/vsprops/FeatureDefines.vsprops:
2042 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2044 2013-01-10 Roger Fong <roger_fong@apple.com>
2046 Update WebkitSystemInterface lib for Windows port.
2047 This hasn't been done in a while and the current one is out of date.
2048 In addition I believe it will fix:
2049 <rdar://problem/12990844>
2051 Rubberstamped by Timothy Horton.
2053 * win/lib/WebKitSystemInterface.lib:
2055 2013-01-08 Kiran Muppala <cmuppala@apple.com>
2057 Add WebKitSystemInterface needed for overriding system proxies on Mac
2058 https://bugs.webkit.org/show_bug.cgi?id=106410
2060 Reviewed by Stephanie Lewis.
2062 This patch is in anticipation of the fix for https://bugs.webkit.org/show_bug.cgi?id=104197,
2063 Add user defaults to override system proxy settings for NetworkProcess on Mac, which
2064 is awaiting the approval of a WebKit2 committer. Commiting the WKSI portion separately,
2065 so that the internal repository commit for generating the WKSI libraries does not have to
2066 be rolled back every time the rest of the patch changes.
2068 Add WKCFNetworkSetOverrideSystemProxySettings(), needed by NetworkProcess to set
2069 custom proxies during initialization.
2071 * WebKitSystemInterface.h:
2072 * libWebKitSystemInterfaceLion.a:
2073 * libWebKitSystemInterfaceMountainLion.a:
2075 2013-01-04 Adam Klein <adamk@chromium.org>
2077 Remove ENABLE_MUTATION_OBSERVERS #define
2078 https://bugs.webkit.org/show_bug.cgi?id=105459
2080 Reviewed by Ryosuke Niwa.
2082 * win/tools/vsprops/FeatureDefines.vsprops:
2083 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2085 2013-01-01 Dan Bernstein <mitz@apple.com>
2087 <rdar://problem/12942239> Update copyright strings
2089 Reviewed by Sam Weinig.
2091 * win/tools/scripts/COPYRIGHT-END-YEAR:
2093 2012-12-28 Mark Rowe <mrowe@apple.com>
2095 Move logic for extracting the OS X marketing version in to WebCore
2096 <http://webkit.org/b/105841> / <rdar://problem/10736041>
2098 Reviewed by Dan Bernstein.
2100 * WebKitSystemInterface.h:
2102 2012-12-19 Kiran Muppala <cmuppala@apple.com>
2104 Adopt new assertion SPI for process suppression on Mac
2105 https://bugs.webkit.org/show_bug.cgi?id=105378
2107 Reviewed by Mark Rowe.
2109 Add WKNSProcessInfoProcessAssertionWithTypes().
2111 * WebKitSystemInterface.h:
2113 2012-12-19 Alexis Menard <alexis@webkit.org>
2115 Implement CSS parsing for CSS transitions unprefixed.
2116 https://bugs.webkit.org/show_bug.cgi?id=104804
2118 Reviewed by Dean Jackson.
2120 Add a new flag ENABLE_CSS_TRANSFORMS_ANIMATIONS_TRANSITIONS_UNPREFIXED
2121 to cover the work of unprefixing Transforms, Animations and
2122 Transitions. It will let the possibility of each ports to turn it off
2123 in their release branches until we're confident that these CSS
2124 properties are ready to be unprefixed.
2126 * win/tools/vsprops/FeatureDefines.vsprops:
2127 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2129 2012-12-12 Roger Fong <roger_fong@apple.com>
2131 Enable VIDEO_TRACK on Windows.
2132 https://bugs.webkit.org/show_bug.cgi?id=104706.
2134 Reviewed by Timothy Horton.
2136 Enable VIDEO_TRACK on Windows and update project property files.
2138 * win/tools/vsprops/FeatureDefines.vsprops:
2140 2012-12-12 Sheriff Bot <webkit.review.bot@gmail.com>
2142 Unreviewed, rolling out r137491.
2143 http://trac.webkit.org/changeset/137491
2144 https://bugs.webkit.org/show_bug.cgi?id=104828
2146 broke the builtd (Requested by rfong on #webkit).
2148 * win/tools/vsprops/FeatureDefines.vsprops:
2150 2012-12-11 Roger Fong <roger_fong@apple.com>
2152 Enable VIDEO_TRACK on Windows.
2153 https://bugs.webkit.org/show_bug.cgi?id=104706.
2155 Reviewed by Timothy Horton.
2157 Enable VIDEO_TRACK on Windows and update project property files.
2159 * win/tools/vsprops/FeatureDefines.vsprops:
2161 2012-12-10 Alexis Menard <alexis@webkit.org>
2163 [CSS3 Backgrounds and Borders] Remove CSS3_BACKGROUND feature flag.
2164 https://bugs.webkit.org/show_bug.cgi?id=104539
2166 Reviewed by Antonio Gomes.
2168 As discussed on webkit-dev it is not needed to keep this feature flag
2169 as support for <position> type is a small feature that is already
2170 implemented by three other UAs. It was useful while landing this
2171 feature as partial bits were landed one after one.
2173 * win/tools/vsprops/FeatureDefines.vsprops:
2174 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2176 2012-12-06 Rick Byers <rbyers@chromium.org>
2178 CSS cursor property should support webkit-image-set
2179 https://bugs.webkit.org/show_bug.cgi?id=99493
2181 Reviewed by Beth Dakin.
2183 Add ENABLE_MOUSE_CURSOR_SCALE - disabled by default
2185 * win/tools/vsprops/FeatureDefines.vsprops:
2186 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2188 2012-11-26 Roger Fong <roger_fong@apple.com>
2190 Unreviewed. ENABLE_ACCELERATED_OVERFLOW_SCROLLING not enabled on Windows.
2191 Add a feature flag and skip some failing tests.
2192 https://bugs.webkit.org/show_bug.cgi?id=103294
2195 compositing/overflow/scrolling-without-painting.html
2196 compositing/overflow/updating-scrolling-content.html
2198 * win/tools/vsprops/FeatureDefines.vsprops:
2200 2012-11-23 Alexis Menard <alexis@webkit.org>
2202 [CSS3 Backgrounds and Borders] Implement new CSS3 background-position parsing.
2203 https://bugs.webkit.org/show_bug.cgi?id=102104
2205 Reviewed by Julien Chaffraix.
2207 Protect the new feature behind a feature flag.
2209 * win/tools/vsprops/FeatureDefines.vsprops:
2210 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2212 2012-11-19 Kihong Kwon <kihong.kwon@samsung.com>
2214 Add PROXIMITY_EVENTS feature
2215 https://bugs.webkit.org/show_bug.cgi?id=102658
2217 Reviewed by Kentaro Hara.
2219 Add PROXIMITY_EVENTS feature to win and win-cairo prot.
2221 * win/tools/vsprops/FeatureDefines.vsprops:
2222 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2224 2012-11-12 Beth Dakin <bdakin@apple.com>
2226 Build fix. Forgot these bits last time.
2228 * libWebKitSystemInterfaceLion.a:
2229 * libWebKitSystemInterfaceMountainLion.a:
2231 2012-11-12 Beth Dakin <bdakin@apple.com>
2233 Zoomed-in scrolling is very slow when deviceScaleFactor > 1
2234 https://bugs.webkit.org/show_bug.cgi?id=101787
2236 Reviewed by Simon Fraser.
2238 wkSetCGFontRenderingMode now takes a BOOL parameter.
2239 * WebKitSystemInterface.h:
2240 * libWebKitSystemInterfaceLion.a:
2241 * libWebKitSystemInterfaceMountainLion.a:
2243 2012-11-08 Anders Carlsson <andersca@apple.com>
2245 Roll WebKitSystemInterface DEPS.
2247 Rubber-stamped by Andreas Kling.
2249 * libWebKitSystemInterfaceLion.a:
2250 * libWebKitSystemInterfaceMountainLion.a:
2252 2012-11-07 Roger Fong <roger_fong@apple.com>
2254 Enable Subpixel Layout on Windows. Rebaseline any failing tests that were rebaselined in r133351.
2255 https://bugs.webkit.org/show_bug.cgi?id=101538
2257 Rubberstamped by Tim Horton.
2259 * win/tools/vsprops/FeatureDefines.vsprops:
2261 2012-11-06 Anders Carlsson <andersca@apple.com>
2265 * WebKitSystemInterface.h:
2267 2012-11-06 Anders Carlsson <andersca@apple.com>
2269 Update Java related WKSI function names
2270 https://bugs.webkit.org/show_bug.cgi?id=101414
2272 Reviewed by Sam Weinig.
2274 Roll WebKitSystemInterface DEPS.
2276 * WebKitSystemInterface.h:
2277 * libWebKitSystemInterfaceLion.a:
2278 * libWebKitSystemInterfaceMountainLion.a:
2280 2012-11-06 Alexey Proskuryakov <ap@apple.com>
2282 Clean up which storage cookie jar functions use
2283 https://bugs.webkit.org/show_bug.cgi?id=101395
2285 Reviewed by Brady Eidson.
2287 * WebKitSystemInterface.h:
2288 * libWebKitSystemInterfaceLion.a:
2289 * libWebKitSystemInterfaceMountainLion.a:
2290 Added WKHTTPCookies() and WKDeleteAllHTTPCookies(). Updated ifdefs for currently
2291 supported OS versions.
2293 2012-11-06 Alexey Proskuryakov <ap@apple.com>
2295 Delete Leopard and Snow Leopard versions of WKSI. These have not been updated in ages.
2297 Rubber-stampted by Mark Rowe.
2299 * libWebKitSystemInterfaceLeopard.a: Removed.
2300 * libWebKitSystemInterfaceSnowLeopard.a: Removed.
2302 2012-11-05 Alexey Proskuryakov <ap@apple.com>
2304 Get rid of setCookieStoragePrivateBrowsingEnabled.
2305 https://bugs.webkit.org/show_bug.cgi?id=101247
2307 Reviewed by Brady Eidson.
2309 * WebKitSystemInterface.h: Removed the function.
2311 2012-11-02 Anders Carlsson <andersca@apple.com>
2313 Don't instantiate the Java plug-in if it's inactive
2314 https://bugs.webkit.org/show_bug.cgi?id=101102
2315 <rdar://problem/12595679>
2317 Reviewed by Andreas Kling.
2319 Update WebKitSystemInterface to a version that has WKJLReportWebComponentsUsed.
2321 * WebKitSystemInterface.h:
2322 * libWebKitSystemInterfaceLion.a:
2323 * libWebKitSystemInterfaceMountainLion.a:
2324 Roll WebKitSystemInterface DERPS.
2326 2012-10-25 Dominik Röttsches <dominik.rottsches@intel.com>
2328 Conditionalize XHR timeout support
2329 https://bugs.webkit.org/show_bug.cgi?id=100356
2331 Reviewed by Adam Barth.
2333 Adding ENABLE_XHR_TIMEOUT feature, which is default off for Apple Win.
2334 See also https://bugs.webkit.org/show_bug.cgi?id=100349 for an attempt
2335 to fix timeout support for CF Network.
2337 * win/tools/vsprops/FeatureDefines.vsprops:
2338 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2340 2012-10-24 Eric Carlson <eric.carlson@apple.com>
2342 Allow ports to override text track rendering style
2343 https://bugs.webkit.org/show_bug.cgi?id=97800
2344 <rdar://problem/12044964>
2346 Reviewed by Maciej Stachowiak.
2348 Update WKSI header with SPI for getting the user caption appearance preferences.
2350 * WebKitSystemInterface.h:
2352 2012-10-19 Dongwoo Joshua Im <dw.im@samsung.com>
2354 Rename ENABLE_CSS3_TEXT_DECORATION to ENABLE_CSS3_TEXT
2355 https://bugs.webkit.org/show_bug.cgi?id=99804
2357 Reviewed by Julien Chaffraix.
2359 CSS3 text related properties will be implemented under this flag,
2360 including text decoration, text-align-last, and text-justify.
2362 * win/tools/vsprops/FeatureDefines.vsprops:
2363 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2365 2012-10-18 Pablo Flouret <pablof@motorola.com>
2367 Implement css3-conditional's @supports rule
2368 https://bugs.webkit.org/show_bug.cgi?id=86146
2370 Reviewed by Antti Koivisto.
2372 * win/tools/vsprops/FeatureDefines.vsprops:
2373 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2374 Add an ENABLE_CSS3_CONDITIONAL_RULES flag.
2376 2012-10-08 Kiran Muppala <cmuppala@apple.com>
2378 Throttle DOM timers on hidden pages.
2379 https://bugs.webkit.org/show_bug.cgi?id=98474
2381 Reviewed by Maciej Stachowiak.
2383 Add HIDDEN_PAGE_DOM_TIMER_THROTTLING feature define.
2385 * win/tools/vsprops/FeatureDefines.vsprops:
2386 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2388 2012-10-05 Sheriff Bot <webkit.review.bot@gmail.com>
2390 Unreviewed, rolling out r130556 and r130564.
2391 http://trac.webkit.org/changeset/130556
2392 http://trac.webkit.org/changeset/130564
2393 https://bugs.webkit.org/show_bug.cgi?id=98572
2395 The patch wasn't reviewed by a reviewer and it is breaking
2396 Chromium Windows (Requested by jchaffraix on #webkit).
2398 * WebKitSystemInterface.h:
2400 2012-10-05 Tim Horton <timothy_horton@apple.com>
2402 Update WebKitSystemInterface libraries and header.
2404 Reviewed by Simon Fraser.
2406 * WebKitSystemInterface.h:
2407 * libWebKitSystemInterfaceLion.a:
2408 * libWebKitSystemInterfaceMountainLion.a:
2409 * libWebKitSystemInterfaceSnowLeopard.a:
2411 2012-10-04 Eric Carlson <eric.carlson@apple.com>
2413 Allow ports to override text track rendering style
2414 https://bugs.webkit.org/show_bug.cgi?id=97800
2415 <rdar://problem/12044964>
2417 Reviewed by Silvia Pfeiffer.
2419 Update WKSI header with SPI for getting the user caption appearance preferences.
2421 * WebKitSystemInterface.h:
2423 2012-09-28 Eric Carlson <eric.carlson@apple.com>
2425 Allow ports to override text track rendering style
2426 <rdar://problem/12044964>
2428 Reviewed by Jessie Berlin.
2430 Update WKSI libraries.
2432 * libWebKitSystemInterfaceLion.a:
2433 * libWebKitSystemInterfaceMountainLion.a:
2434 * libWebKitSystemInterfaceSnowLeopard.a:
2436 2012-09-25 Simon Fraser <simon.fraser@apple.com>
2438 <rdar://problem/12351906> Have DumpRenderTree and WebKitTestRunner crash logs show which test crashed
2440 Reviewed by Tim Horton.
2442 New WKSI libraries and header.
2444 * WebKitSystemInterface.h:
2445 * libWebKitSystemInterfaceLion.a:
2446 * libWebKitSystemInterfaceMountainLion.a:
2447 * libWebKitSystemInterfaceSnowLeopard.a:
2449 2012-09-08 Sam Weinig <sam@webkit.org>
2451 Switch to entering the sandbox directly from main(), rather than waiting for the initialization message
2452 https://bugs.webkit.org/show_bug.cgi?id=96194
2454 Reviewed by Dan Bernstein.
2456 Update WKSI with SPI for getting the bundle URL from an executable URL.
2458 * WebKitSystemInterface.h:
2459 * libWebKitSystemInterfaceLion.a:
2460 * libWebKitSystemInterfaceMountainLion.a:
2461 * libWebKitSystemInterfaceSnowLeopard.a:
2462 Adds WKCopyBundleURLForExecutableURL().
2464 2012-08-29 Tony Chang <tony@chromium.org>
2466 Remove ENABLE_CSS3_FLEXBOX compile time flag
2467 https://bugs.webkit.org/show_bug.cgi?id=95382
2469 Reviewed by Ojan Vafai.
2471 Everyone is already enabling this by default and the spec has stablized.
2473 * win/tools/vsprops/FeatureDefines.vsprops:
2474 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2476 2012-08-15 Bruno de Oliveira Abinader <bruno.abinader@basyskom.com>
2478 [css3-text] Add CSS3 Text decoration compile flag
2479 https://bugs.webkit.org/show_bug.cgi?id=93863
2481 Reviewed by Julien Chaffraix.
2483 This patch handles the compile flag implementation, which will come disabled by
2484 default, thus not exposing the CSS3 text decoration features to the web, unless
2485 when explicitly enabling it with "--css3-text-decoration" build parameter.
2487 * win/tools/vsprops/FeatureDefines.vsprops:
2488 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2490 2012-08-14 Alex Christensen <alex.christensen@flexsim.com>
2492 /SAFESEH should not be a common linker option
2493 https://bugs.webkit.org/show_bug.cgi?id=89372
2495 Reviewed by Darin Adler.
2497 * win/tools/vsprops/common.vsprops:
2498 removed /SAFESEH as a default option for the linker (doesn't work for x64)
2500 2012-08-13 Roger Fong <roger_fong@apple.com>
2502 Enable CSS Sticky Position on Windows.
2503 https://bugs.webkit.org/show_bug.cgi?id=93905
2505 Reviewed by Tim Horton.
2507 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.
2509 * win/tools/vsprops/FeatureDefines.vsprops:
2510 Include ENABLE_CSS_STICKY_POSITION flag.
2512 2012-08-06 Anders Carlsson <andersca@apple.com>
2514 If the Apple Java plug-in is blocked and no runtime is installed, don't load it
2515 https://bugs.webkit.org/show_bug.cgi?id=93289
2516 <rdar://problem/11730092>
2518 Reviewed by Dan Bernstein.
2520 Add WKJLIsRuntimeAndWebComponentsInstalled().
2522 * WebKitSystemInterface.h:
2523 * libWebKitSystemInterfaceLion.a:
2524 * libWebKitSystemInterfaceMountainLion.a:
2526 2012-08-01 Jon Lee <jonlee@apple.com>
2530 Reviewed by Mark Rowe.
2532 * libWebKitSystemInterfaceLion.a:
2533 * libWebKitSystemInterfaceMountainLion.a:
2534 * libWebKitSystemInterfaceSnowLeopard.a:
2536 2012-07-29 Rik Cabanier <cabanier@adobe.com>
2538 Add ENABLE_CSS_COMPOSITING flag
2539 https://bugs.webkit.org/show_bug.cgi?id=92553
2541 Reviewed by Dirk Schulze.
2543 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
2545 * win/tools/vsprops/FeatureDefines.vsprops:
2546 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2548 2012-07-23 Roger Fong <roger_fong@apple.com>
2550 Disable flexbox on Windows
2551 https://bugs.webkit.org/show_bug.cgi?id=92047
2552 <rdar://problem/11570384>
2554 Reviewed by Darin Adler.
2556 Disabled Flexbox CSS3 syntax on Mac, need to do the same for Windows.
2558 * win/tools/vsprops/FeatureDefines.vsprops:
2559 Disable ENABLE_CSS3_FLEXBOX property.
2561 2012-07-23 Kent Tamura <tkent@chromium.org>
2563 Rename ENABLE_METER_TAG and ENABLE_PROGRESS_TAG to ENABLE_METER_ELEMENT and ENABLE_PROGRESS_ELEMENT respectively
2564 https://bugs.webkit.org/show_bug.cgi?id=91941
2566 Reviewed by Kentaro Hara.
2568 A flag name for an elmement should be ENABLE_*_ELEMENT.
2570 * win/tools/vsprops/FeatureDefines.vsprops:
2571 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2573 2012-07-22 Kent Tamura <tkent@chromium.org>
2575 Rename ENABLE_DETAILS to ENABLE_DETAILS_ELEMENT
2576 https://bugs.webkit.org/show_bug.cgi?id=91928
2578 Reviewed by Kentaro Hara.
2580 A flag name for an elmement should be ENABLE_*_ELEMENT.
2582 * win/tools/vsprops/FeatureDefines.vsprops:
2583 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2585 2012-07-20 Kent Tamura <tkent@chromium.org>
2587 Rename ENABLE_DATALIST to ENABLE_DATALIST_ELEMENT
2588 https://bugs.webkit.org/show_bug.cgi?id=91846
2590 Reviewed by Kentaro Hara.
2592 A flag name for an elmement should be ENABLE_*_ELEMENT.
2594 * win/tools/vsprops/FeatureDefines.vsprops:
2595 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2597 2012-07-11 Mark Rowe <mrowe@apple.com>
2599 Add a Mountain Lion version of libWebKitSystemInterface.a.
2601 Update the WebKitSystemInterface header and binaries.
2603 Reviewed by John Sullivan.
2605 * WebKitSystemInterface.h:
2606 * libWebKitSystemInterfaceLion.a:
2607 * libWebKitSystemInterfaceMountainLion.a: Added.
2608 * libWebKitSystemInterfaceSnowLeopard.a:
2610 2012-07-04 John Mellor <johnme@chromium.org>
2612 Text Autosizing: Add compile flag and runtime setting
2613 https://bugs.webkit.org/show_bug.cgi?id=87394
2615 This patch renames Font Boosting to Text Autosizing.
2617 Reviewed by Adam Barth.
2619 * win/tools/vsprops/FeatureDefines.vsprops:
2620 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2622 2012-06-29 Mihai Balan <mibalan@adobe.com>
2624 [CSS Regions] Adding feature defines for CSS Regions for Windows
2625 https://bugs.webkit.org/show_bug.cgi?id=88645
2627 Reviewed by Tony Chang.
2629 Re-trying to enable CSS regions on Windows. This time only enabling
2630 regions since exclusions lead to some very strange compiling/linking
2633 * win/tools/vsprops/FeatureDefines.vsprops: Added default value for ENABLE_CSS_REGIONS
2634 * win/tools/vsprops/FeatureDefinesCairo.vsprops: ditto
2636 2012-06-28 Brent Fulgham <bfulgham@webkit.org>
2638 [WinCairo] Unreviewed build correction. Add two missing macro
2639 declarations to vsprops file.
2641 * win/tools/vsprops/FeatureDefinesCairo.vsprops: Add missing
2642 ENABLE_HIGH_DPI_CANVAS and ENABLE_REQUEST_ANIMATION_FRAME macros.
2644 2012-06-27 Brent Fulgham <bfulgham@webkit.org>
2646 [WinCairo] Unreviewed build correction. Accidentally turned on
2647 CSS_FILTERS, which is not available in tree.
2649 * win/tools/vsprops/FeatureDefinesCairo.vsprops: Turn CSS_FILTERS
2650 back off for WinCairo target.
2652 2012-06-27 Brent Fulgham <bfulgham@webkit.org>
2654 [WinCairo] Unreviewed build correction. Resync feature defines with
2655 Apple port. Things have drifted apart a little.
2657 * win/tools/vsprops/FeatureDefinesCairo.vsprops: Update to match
2658 Apple port, define some missing features.
2660 2012-06-19 Mike West <mkwst@chromium.org>
2662 Introduce ENABLE_CSP_NEXT configuration flag.
2663 https://bugs.webkit.org/show_bug.cgi?id=89300
2665 Reviewed by Adam Barth.
2667 The 1.0 draft of the Content Security Policy spec is just about to
2668 move to Last Call. We'll hide work on the upcoming 1.1 spec behind
2669 this ENABLE flag, disabled by default.
2671 Spec: https://dvcs.w3.org/hg/content-security-policy/raw-file/tip/csp-specification.dev.html
2673 * win/tools/vsprops/FeatureDefines.vsprops:
2674 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2676 2012-06-15 Sheriff Bot <webkit.review.bot@gmail.com>
2678 Unreviewed, rolling out r120280.
2679 http://trac.webkit.org/changeset/120280
2680 https://bugs.webkit.org/show_bug.cgi?id=89273
2682 Enabling CSS regions broke all Windows tests (Requested by
2683 jhomeycutt on #webkit).
2685 * win/tools/vsprops/FeatureDefines.vsprops:
2686 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2688 2012-06-13 Mihai Balan <mibalan@adobe.com>
2690 Fix for #88645 - enabling regions on Windows
2692 [CSS Regions] Adding feature defines for CSS Regions & exclusions for Windows
2693 https://bugs.webkit.org/show_bug.cgi?id=88645
2695 Reviewed by Sam Weinig.
2697 Previous work on #87442 added feature defines to allow proper disabling of CSS Regions and
2698 exclusions (previously even with the feature disabled, parsing still worked). However, the
2699 feature defines were enabled on Mac only - they were broken on Windows. This
2700 patch adds the feature defines to (re)enable regions and exclusions on Windows.
2702 * win/tools/vsprops/FeatureDefines.vsprops: Added default value for ENABLE_CSS_EXCLUSIONS and ENABLE_CSS_REGIONS
2703 * win/tools/vsprops/FeatureDefinesCairo.vsprops: ditto
2705 2012-06-11 Alexis Menard <alexis.menard@openbossa.org>
2707 [CSS3 Backgrounds and Borders] Protect box-decoration-break behind a feature flag.
2708 https://bugs.webkit.org/show_bug.cgi?id=88804
2710 Reviewed by Tony Chang.
2712 Protect box-decoration-break behind a feature flag enabled by default.
2714 * win/tools/vsprops/FeatureDefines.vsprops:
2715 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2717 2012-06-11 Anders Carlsson <andersca@apple.com>
2719 Pass the right color space over to the web process so we can set it on our CA context
2720 https://bugs.webkit.org/show_bug.cgi?id=88819
2721 <rdar://problem/11629050>
2723 Reviewed by John Sullivan.
2725 Add WKCAContextSetColorSpace and WKCAContextGetColorSpace.
2727 * WebKitSystemInterface.h:
2728 * libWebKitSystemInterfaceLion.a:
2729 * libWebKitSystemInterfaceSnowLeopard.a:
2731 2012-06-09 Sukolsak Sakshuwong <sukolsak@google.com>
2733 Add UNDO_MANAGER flag
2734 https://bugs.webkit.org/show_bug.cgi?id=87908
2736 Reviewed by Tony Chang.
2738 * win/tools/vsprops/FeatureDefines.vsprops:
2739 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2741 2012-06-05 Dongwoo Im <dw.im@samsung.com>
2743 Add 'isProtocolHandlerRegistered' and 'unregisterProtocolHandler'.
2744 https://bugs.webkit.org/show_bug.cgi?id=73176
2746 Reviewed by Adam Barth.
2748 Two more APIs are added in Custom Scheme Handler specification.
2749 http://dev.w3.org/html5/spec/Overview.html#custom-handlers
2750 One is 'isProtocolHandlerRegistered' to query whether the specific URL
2751 is registered or not.
2752 The other is 'unregisterProtocolHandler' to remove the registered URL.
2754 * win/tools/vsprops/FeatureDefines.vsprops: Add a macro 'ENABLE_CUSTOM_SCHEME_HANDLER'.
2755 * win/tools/vsprops/FeatureDefinesCairo.vsprops: Add a macro 'ENABLE_CUSTOM_SCHEME_HANDLER'.
2757 2012-05-29 Jessie Berlin <jberlin@apple.com>
2759 [Win] ~1/2 of all the iframe seamless tests fail
2760 https://bugs.webkit.org/show_bug.cgi?id=87543
2762 Rubber-stamped by Eric Seidel.
2764 Finish enabling IFRAME_SEAMLESS on Windows.
2766 * win/tools/vsprops/FeatureDefines.vsprops:
2768 2012-05-28 Vivek Galatage <vivekgalatage@gmail.com>
2770 Remove obsolete feature define ENABLE_3D_CANVAS from FeatureDefines.vsprops for windows
2771 https://bugs.webkit.org/show_bug.cgi?id=87622
2773 Reviewed by Eric Seidel.
2775 Removed the ENABLE_3D_CANVAS from the property define as this is
2776 obsolete since bug #53041
2778 * win/tools/vsprops/FeatureDefines.vsprops:
2780 2012-05-24 John Mellor <johnme@chromium.org>
2782 Font Boosting: Add compile flag and runtime setting
2783 https://bugs.webkit.org/show_bug.cgi?id=87394
2785 Reviewed by Adam Barth.
2787 Add ENABLE_FONT_BOOSTING.
2789 * win/tools/vsprops/FeatureDefines.vsprops:
2790 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2792 2012-05-23 Ojan Vafai <ojan@chromium.org>
2794 add back the ability to disable flexbox
2795 https://bugs.webkit.org/show_bug.cgi?id=87147
2797 Reviewed by Tony Chang.
2799 * win/tools/vsprops/FeatureDefines.vsprops:
2800 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2802 2012-05-10 Anders Carlsson <andersca@apple.com>
2804 WebKit1: Add a way to blacklist specific plug-ins/plug-in versions
2805 https://bugs.webkit.org/show_bug.cgi?id=86150
2806 <rdar://problem/9551196>
2808 Reviewed by Sam Weinig.
2810 Add WKShouldBlockPlugin.
2812 * WebKitSystemInterface.h:
2813 * libWebKitSystemInterfaceLion.a:
2814 * libWebKitSystemInterfaceSnowLeopard.a:
2816 2012-05-08 Jon Lee <jonlee@apple.com>
2818 Safari warns that it needs to resend the form in an iFrame when going back
2819 https://bugs.webkit.org/show_bug.cgi?id=82658
2820 <rdar://problem/11292558>
2822 Reviewed by Darin Adler.
2824 * WebKitSystemInterface.h:
2825 * libWebKitSystemInterfaceLeopard.a:
2826 * libWebKitSystemInterfaceLion.a:
2827 * libWebKitSystemInterfaceSnowLeopard.a:
2829 2012-05-07 Eric Seidel <eric@webkit.org>
2831 Add ENABLE_IFRAME_SEAMLESS so Apple can turn off SEAMLESS if needed
2832 https://bugs.webkit.org/show_bug.cgi?id=85822
2834 Reviewed by Adam Barth.
2836 * win/tools/vsprops/FeatureDefines.vsprops:
2838 2012-05-06 Eric Seidel <eric@webkit.org>
2840 Remove 3D_CANVAS define from vsprops files (it was renamed WEBGL many months ago)
2841 https://bugs.webkit.org/show_bug.cgi?id=85743
2843 Reviewed by Adam Barth.
2845 * win/tools/vsprops/FeatureDefines.vsprops:
2846 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2848 2012-05-02 Eric Seidel <eric@webkit.org>
2850 Resort FeatureDefinesCairo.vcprops to actually be alphabetical (in preparation for autogeneration)
2851 https://bugs.webkit.org/show_bug.cgi?id=85454
2853 Reviewed by Adam Barth.
2855 The PreprocessorDefinitions line is still not sorted, but I'll do that in a separate patch.
2856 There is no functional change in this patch. Just moving the defines around.
2857 Its interesting to me that now that it's sorted and I can easily compare this with other
2858 ports and found that a whole bunch of defines which should be on for Cairo are off,
2859 likely due to Cairo simply being overlooked. These oversights should be easy to avoid
2860 in an autogenerated world.
2862 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2864 2012-05-02 Eric Seidel <eric@webkit.org>
2866 Fix tabs vs. space formating in FeatureDefines.vsprops and fix alphabetical sorting
2867 https://bugs.webkit.org/show_bug.cgi?id=85445
2869 Reviewed by Adam Barth.
2871 I noticed this when comparing my auto-generated output for this file vs. the one
2872 we have checked in. Seems we might as well fix the checked in file to be
2873 consistent in style with itself. :)
2875 * win/tools/vsprops/FeatureDefines.vsprops:
2877 2012-04-27 Gavin Peters <gavinp@chromium.org>
2879 Add new ENABLE_LINK_PRERENDER define to control the Prerendering API
2880 https://bugs.webkit.org/show_bug.cgi?id=84871
2882 Reviewed by Adam Barth.
2884 Prerendering is currently covered by the ENABLE_LINK_PREFETCH macro, but the new Prerendering
2885 API separates it from prefetching. Having separate include guards lets ports enable prefetching,
2886 a relatively easy change, without needing to build the infrastructure for prerendering, which
2887 is considerably more complicated.
2889 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2891 2012-04-10 Adam Barth <abarth@webkit.org>
2893 Limit -apple- and -khtml- to ENABLE(DASHBOARD_SUPPORT)
2894 https://bugs.webkit.org/show_bug.cgi?id=83256
2896 Reviewed by Eric Seidel.
2898 * win/tools/vsprops/FeatureDefines.vsprops:
2900 2012-04-09 Beth Dakin <bdakin@apple.com>
2902 <rdar://problem/11214796>
2904 New WKSI will hopefully fix a common crash seen by the bots in libRIP.A.dylib:
2907 Reviewed by Simon Fraser.
2909 * libWebKitSystemInterfaceLeopard.a:
2910 * libWebKitSystemInterfaceLion.a:
2911 * libWebKitSystemInterfaceSnowLeopard.a:
2913 2012-04-06 Dan Bernstein <mitz@apple.com>
2915 <rdar://problem/10912476> HiDPI: Have canvas use a hidpi backing store, but downsample upon access
2917 Reviewed by Sam Weinig.
2919 * win/tools/vsprops/FeatureDefines.vsprops: Added ENABLE_HIGH_DPI_CANVAS.
2921 2012-04-03 Keishi Hattori <keishi@webkit.org>
2923 Disable ENABLE_DATALIST for now
2924 https://bugs.webkit.org/show_bug.cgi?id=82871
2926 Reviewed by Kent Tamura.
2928 * win/tools/vsprops/FeatureDefines.vsprops: Disabled ENABLE_DATALIST.
2930 2012-03-30 Keishi Hattori <keishi@webkit.org>
2932 Change ENABLE_INPUT_COLOR to ENABLE_INPUT_TYPE_COLOR and enable it for chromium
2933 https://bugs.webkit.org/show_bug.cgi?id=80972
2935 Reviewed by Kent Tamura.
2937 * win/tools/vsprops/FeatureDefines.vsprops:
2938 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2940 2012-03-20 Steve Falkenburg <sfalken@apple.com>
2942 Disable LTCG on Windows to avoid out of process space errors while linking
2943 https://bugs.webkit.org/show_bug.cgi?id=81714
2945 Reviewed by Jessie Berlin.
2947 * win/tools/vsprops/production.vsprops:
2949 2012-03-14 Jer Noble <jer.noble@apple.com>
2951 Wrong icon to restore to windowed mode in full screen video panel
2952 https://bugs.webkit.org/show_bug.cgi?id=70437
2954 Reviewed by Eric Carlson.
2956 * WebKitSystemInterface.h: Added WKMediaUIPartExitFullscreenButton.
2957 * libWebKitSystemInterfaceLeopard.a:
2958 * libWebKitSystemInterfaceLion.a:
2959 * libWebKitSystemInterfaceSnowLeopard.a:
2960 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
2961 * win/lib/WebKitSystemInterface.lib:
2963 2012-03-13 Adam Barth <abarth@webkit.org> && Benjamin Poulain <bpoulain@apple.com>
2965 Always enable ENABLE(CLIENT_BASED_GEOLOCATION)
2966 https://bugs.webkit.org/show_bug.cgi?id=78853
2968 Reviewed by Adam Barth.
2970 * win/tools/vsprops/FeatureDefines.vsprops:
2971 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2973 2012-03-12 Enrica Casucci <enrica@apple.com>
2975 WebKit2: remove NSPasteboard access for promised data from the WebProcess
2976 https://bugs.webkit.org/show_bug.cgi?id=80073
2978 * WebKitSystemInterface.h: Touched the file to make build system happy.
2979 * libWebKitSystemInterfaceLeopard.a:
2980 * libWebKitSystemInterfaceLion.a:
2981 * libWebKitSystemInterfaceSnowLeopard.a:
2983 2012-03-09 Jon Lee <jonlee@apple.com>
2985 Add support for ENABLE(LEGACY_NOTIFICATIONS)
2986 https://bugs.webkit.org/show_bug.cgi?id=80497
2988 Reviewed by Adam Barth.
2990 Prep for b80472: Update API for Web Notifications
2991 * win/tools/vsprops/FeatureDefines.vsprops:
2992 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2994 2012-03-09 Ashod Nakashian <ashodnakashian@yahoo.com>
2996 Bash scripts should support LF endings only
2997 https://bugs.webkit.org/show_bug.cgi?id=79509
2999 Reviewed by David Kilzer.
3001 * win/tools/scripts/feature-defines.sh: Modified property svn:eol-style.
3003 2012-03-05 Sam Weinig <sam@webkit.org>
3005 Fix the SnowLeoaprd build.
3007 * WebKitSystemInterface.h:
3008 * libWebKitSystemInterfaceLeopard.a:
3009 * libWebKitSystemInterfaceLion.a:
3010 * libWebKitSystemInterfaceSnowLeopard.a:
3012 2012-03-05 Sam Weinig <sam@webkit.org>
3014 Update WebKitSystemInterface for WKCAContext additions.
3016 * WebKitSystemInterface.h:
3017 * libWebKitSystemInterfaceLeopard.a:
3018 * libWebKitSystemInterfaceLion.a:
3019 * libWebKitSystemInterfaceSnowLeopard.a:
3021 2012-03-03 Hans Wennborg <hans@chromium.org>
3023 Implement Speech JavaScript API
3024 https://bugs.webkit.org/show_bug.cgi?id=80019
3026 Reviewed by Adam Barth.
3028 Add ENABLE_SCRIPTED_SPEECH.
3030 * win/tools/vsprops/FeatureDefines.vsprops:
3031 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3033 2012-03-01 Nikolas Zimmermann <nzimmermann@rim.com>
3035 Unreviewed, rolling out r109255.
3036 http://trac.webkit.org/changeset/109255
3037 https://bugs.webkit.org/show_bug.cgi?id=79932
3039 Breaks rounded rects with dashed strokes in SVG
3041 * WebKitSystemInterface.h:
3042 * libWebKitSystemInterfaceLeopard.a:
3043 * libWebKitSystemInterfaceLion.a:
3044 * libWebKitSystemInterfaceSnowLeopard.a:
3046 2012-02-29 Tim Horton <timothy_horton@apple.com>
3048 Make use of CG rounded-rect primitives
3049 https://bugs.webkit.org/show_bug.cgi?id=79932
3050 <rdar://problem/9274953>
3052 Reviewed by Simon Fraser.
3054 Add wkCGPathAddRoundedRect.
3056 * WebKitSystemInterface.h:
3057 * libWebKitSystemInterfaceLeopard.a:
3058 * libWebKitSystemInterfaceLion.a:
3059 * libWebKitSystemInterfaceSnowLeopard.a:
3061 2012-02-28 Jer Noble <jer.noble@apple.com>
3063 Full screen video volume slider has "progress bar"
3064 https://bugs.webkit.org/show_bug.cgi?id=79812
3066 Reviewed by Eric Carlson.
3068 * WebKitSystemInterface.h:
3069 * libWebKitSystemInterfaceLeopard.a:
3070 * libWebKitSystemInterfaceLion.a:
3071 * libWebKitSystemInterfaceSnowLeopard.a:
3072 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
3073 * win/lib/WebKitSystemInterface.lib:
3075 2012-02-28 Simon Fraser <simon.fraser@apple.com>
3077 Update WebKitSystemInterface.
3079 Reviewed by Sam Weinig.
3081 * WebKitSystemInterface.h:
3082 * libWebKitSystemInterfaceLeopard.a:
3083 * libWebKitSystemInterfaceLion.a:
3084 * libWebKitSystemInterfaceSnowLeopard.a:
3086 2012-02-28 Alexey Proskuryakov <ap@apple.com>
3088 [Mac] Add an experimental SPI for plug-ins to enter sandbox
3089 https://bugs.webkit.org/show_bug.cgi?id=79709
3091 This pulls a lot of WKSI changes at once, because the script that updates it didn't
3094 * WebKitSystemInterface.h:
3095 * libWebKitSystemInterfaceLeopard.a:
3096 * libWebKitSystemInterfaceLion.a:
3097 * libWebKitSystemInterfaceSnowLeopard.a:
3099 2012-02-10 Adam Klein <adamk@chromium.org>
3101 Enable MUTATION_OBSERVERS by default on all platforms
3102 https://bugs.webkit.org/show_bug.cgi?id=78196
3104 Reviewed by Ojan Vafai.
3106 * win/tools/vsprops/FeatureDefines.vsprops:
3107 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3109 2012-02-06 Matthew Delaney <mdelaney@apple.com>
3111 toDataURL() uses stale data after putImageData()
3112 https://bugs.webkit.org/show_bug.cgi?id=65767
3114 Added WKCGContextResetClip for use in reseting clip for new putByteArray method.
3116 Reviewed by Chris Marrin.
3118 * WebKitSystemInterface.h: Added WKCGContextResetClip.
3119 * libWebKitSystemInterfaceLeopard.a:
3120 * libWebKitSystemInterfaceSnowLeopard.a:
3121 * libWebKitSystemInterfaceLion.a:
3123 2012-02-02 Chris Marrin <cmarrin@apple.com>
3125 Turn on CSS Filters on Windows
3126 https://bugs.webkit.org/show_bug.cgi?id=76667
3128 Turned on CSS_FILTERS for Windows
3130 Reviewed by Adele Peterson.
3132 * win/tools/vsprops/FeatureDefines.vsprops:
3134 2012-02-02 Sheriff Bot <webkit.review.bot@gmail.com>
3136 Unreviewed, rolling out r106566.
3137 http://trac.webkit.org/changeset/106566
3138 https://bugs.webkit.org/show_bug.cgi?id=77673
3140 Broke the Windows build (Requested by jessieberlin on
3143 * win/tools/vsprops/FeatureDefines.vsprops:
3145 2012-02-02 Chris Marrin <cmarrin@apple.com>
3147 Turn on CSS Filters on Windows
3148 https://bugs.webkit.org/show_bug.cgi?id=76667
3150 Turned on CSS_FILTERS for Windows
3152 Reviewed by Adele Peterson.
3154 * win/tools/vsprops/FeatureDefines.vsprops:
3156 2012-01-26 Nikolas Zimmermann <nzimmermann@rim.com>
3158 Not reviewed. Fix win build, by disabling ENABLE_SHADOW_DOM by default.
3160 * win/tools/vsprops/FeatureDefines.vsprops:
3161 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3163 2012-01-25 Hajime Morita <morrita@google.com>>
3165 ENABLE_SHADOW_DOM should be available via build-webkit --shadow-dom
3166 https://bugs.webkit.org/show_bug.cgi?id=76863
3168 Reviewed by Dimitri Glazkov.
3170 Added a feature flag.
3172 * win/tools/vsprops/FeatureDefines.vsprops:
3173 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3175 2012-01-16 Brent Fulgham <bfulgham@webkit.org>
3177 [WinCairo] Build correction. Switch to Apple style builds without
3178 the _debug postfix so that launching tools, etc., will work properly.
3180 * win/tools/vsprops/debug_wincairo.vsprops: Remove use of _debug in
3181 output files to be consistent with WebKit build/test tools.
3183 2012-01-05 Dan Bernstein <mitz@apple.com>
3185 <rdar://problem/10633760> Update copyright strings
3187 Reviewed by Mark Rowe.
3189 * win/tools/scripts/COPYRIGHT-END-YEAR:
3191 2011-12-06 Roland Steiner <rolandsteiner@chromium.org>
3193 <style scoped>: disable on Windows by default
3194 https://bugs.webkit.org/show_bug.cgi?id=73893
3196 Reviewed by Andreas Kling.
3198 * win/tools/vsprops/FeatureDefines.vsprops:
3199 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3201 2011-11-20 Roland Steiner <rolandsteiner@chromium.org>
3203 <style scoped>: add ENABLE(STYLE_SCOPED) flag to WebKit
3204 https://bugs.webkit.org/show_bug.cgi?id=72848
3206 Reviewed by Dimitri Glazkov.
3208 * win/tools/vsprops/FeatureDefines.vsprops:
3209 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3211 2011-11-14 Julien Chaffraix <jchaffraix@webkit.org>
3213 Add --css-grid-layout to build-webkit and the build systems
3214 https://bugs.webkit.org/show_bug.cgi?id=72320
3216 Reviewed by Ojan Vafai.
3218 * win/tools/vsprops/FeatureDefines.vsprops:
3219 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3221 2011-11-14 Tony Chang <tony@chromium.org>
3223 Remove the CSS3_FLEXBOX compile time flag and enable on all ports
3224 https://bugs.webkit.org/show_bug.cgi?id=72196
3226 Reviewed by Ojan Vafai.
3228 * win/tools/vsprops/FeatureDefines.vsprops:
3229 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3231 2011-11-11 Alexey Proskuryakov <ap@apple.com>
3233 WebProcess should use AppSandbox style quarantine
3234 https://bugs.webkit.org/show_bug.cgi?id=72168
3235 <rdar://problem/10434292>
3237 Reviewed by Darin Adler.
3239 * WebKitSystemInterface.h:
3240 * libWebKitSystemInterfaceLion.a:
3241 Added WKEnableSandboxStyleFileQuarantine().
3243 * libWebKitSystemInterfaceLeopard.a:
3244 * libWebKitSystemInterfaceSnowLeopard.a:
3245 Not sure why these also changed, but updating to match most recent build.
3247 2011-11-02 Dean Jackson <dino@apple.com>
3249 Add ENABLE_CSS_SHADERS flag
3250 https://bugs.webkit.org/show_bug.cgi?id=71394
3252 Reviewed by Sam Weinig.
3254 * win/tools/vsprops/FeatureDefines.vsprops:
3255 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3257 2011-10-24 Michael Saboff <msaboff@apple.com>
3259 WebKit doesn't build with recent changes to libdispatch
3260 https://bugs.webkit.org/show_bug.cgi?id=70737
3262 Added new WebKitSystemInterface method CreateVMPressureDispatchOnMainQueue.
3264 * WebKitSystemInterface.h:
3265 * libWebKitSystemInterfaceLeopard.a:
3266 * libWebKitSystemInterfaceLion.a:
3267 * libWebKitSystemInterfaceSnowLeopard.a:
3269 2011-10-21 Jeff Miller <jeffm@apple.com>
3271 Focus rings are too thin in HiDPI in WebKit2
3272 https://bugs.webkit.org/show_bug.cgi?id=70396
3274 Rename wkSetPatternBaseCTM() to wkSetBaseCTM().
3276 Reviewed by Beth Dakin.
3278 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
3279 * win/lib/WebKitSystemInterface.lib:
3281 2011-10-19 Beth Dakin <bdakin@apple.com>
3283 Try to fix the Chromium build.
3285 * WebKitSystemInterface.h:
3286 * libWebKitSystemInterfaceLeopard.a:
3287 * libWebKitSystemInterfaceLion.a:
3288 * libWebKitSystemInterfaceSnowLeopard.a:
3290 2011-10-19 Beth Dakin <bdakin@apple.com>
3292 https://bugs.webkit.org/show_bug.cgi?id=70396
3293 Focus rings are too thin in HiDPI in WebKit2
3295 <rdar://problem/10086876>
3297 Reviewed by Dan Bernstein.
3299 Renamed an existing WebKitSystemInterface function.
3300 * WebKitSystemInterface.h:
3301 * libWebKitSystemInterfaceLion.a:
3302 * libWebKitSystemInterfaceSnowLeopard.a:
3304 2011-10-18 Adam Barth <abarth@webkit.org>
3306 Always enable ENABLE(XPATH)
3307 https://bugs.webkit.org/show_bug.cgi?id=70217
3309 Reviewed by Eric Seidel.
3311 * win/tools/vsprops/FeatureDefines.vsprops:
3312 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3314 2011-10-17 Adam Roben <aroben@apple.com>
3320 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
3322 * win/tools/vsprops/common.vsprops: Specify /bigobj to the compiler.
3324 2011-10-16 Adam Barth <abarth@webkit.org>
3326 Always enable ENABLE(DOM_STORAGE)
3327 https://bugs.webkit.org/show_bug.cgi?id=70189
3329 Reviewed by Eric Seidel.
3331 * win/tools/vsprops/FeatureDefines.vsprops:
3332 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3334 2011-10-14 Dan Bernstein <mitz@apple.com>
3336 REGRESSION (Safari 5.1 - 5.1.1): CSS nesw-resize cursor shows up as a sw-resize cursor
3337 https://bugs.webkit.org/show_bug.cgi?id=70081
3339 Reviewed by Anders Carlsson.
3341 * WebKitSystemInterface.h: Unrelated change, perhaps needed for bug 68478.
3342 * libWebKitSystemInterfaceLeopard.a:
3343 * libWebKitSystemInterfaceLion.a:
3344 * libWebKitSystemInterfaceSnowLeopard.a:
3346 2011-10-13 Arko Saha <arko@motorola.com>
3348 Microdata: Basic implementation of document.getItems() method.
3349 https://bugs.webkit.org/show_bug.cgi?id=68610
3351 Reviewed by Ryosuke Niwa.
3353 Added ENABLE(MICRODATA) feature flag. Implement document.getItems() DOM API.
3354 Spec: http://www.whatwg.org/specs/web-apps/current-work/complete/microdata.html
3356 * win/tools/vsprops/FeatureDefines.vsprops:
3357 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3359 2011-10-12 Adam Barth <abarth@webkit.org>
3361 Remove ENABLE(XHTMLMP) and associated code
3362 https://bugs.webkit.org/show_bug.cgi?id=69729
3364 Reviewed by David Levin.
3366 * win/tools/vsprops/FeatureDefines.vsprops:
3367 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3369 2011-10-11 Kent Tamura <tkent@chromium.org>
3371 C4481 warning should be disabled for OVERRIDE and FINAL.
3372 https://bugs.webkit.org/show_bug.cgi?id=69904
3374 Reviewed by Adam Roben.
3376 * win/tools/vsprops/common.vsprops: Disable C4481.
3378 2011-10-04 Kent Tamura <tkent@chromium.org>
3380 Introduce feature flags for incomplete input types
3381 https://bugs.webkit.org/show_bug.cgi?id=68971
3383 Reviewed by Hajime Morita.
3385 * win/tools/vsprops/FeatureDefines.vsprops:
3386 Add ENABLE_INPUT_TYPE_* flags. They are disabled by default.
3387 * win/tools/vsprops/FeatureDefinesCairo.vsprops: ditto.
3389 2011-10-04 Scott Graham <scottmg@chromium.org>
3391 Add GAMEPAD feature flag
3392 https://bugs.webkit.org/show_bug.cgi?id=66859
3394 Reviewed by Darin Fisher.
3396 * win/tools/vsprops/FeatureDefines.vsprops:
3397 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3399 2011-09-26 Chris Marrin <cmarrin@apple.com>
3401 Enable requestAnimationFrame on Windows
3402 https://bugs.webkit.org/show_bug.cgi?id=68397
3404 Reviewed by Simon Fraser.
3406 Enable REQUEST_ANIMATION_FRAME for Windows
3408 * win/tools/vsprops/FeatureDefines.vsprops:
3410 2011-09-24 Adam Barth <abarth@webkit.org>
3412 Always enable ENABLE(OFFLINE_WEB_APPLICATIONS)
3413 https://bugs.webkit.org/show_bug.cgi?id=68767
3415 Reviewed by Eric Seidel.
3417 * win/tools/vsprops/FeatureDefines.vsprops:
3418 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3420 2011-09-23 Adam Klein <adamk@chromium.org>
3422 Add ENABLE_MUTATION_OBSERVERS feature flag
3423 https://bugs.webkit.org/show_bug.cgi?id=68732
3425 Reviewed by Ojan Vafai.
3427 This flag will guard an implementation of the "Mutation Observers" proposed in
3428 http://lists.w3.org/Archives/Public/public-webapps/2011JulSep/1622.html
3430 * win/tools/vsprops/FeatureDefines.vsprops:
3431 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3433 2011-09-22 Dean Jackson <dino@apple.com>
3435 Add ENABLE_CSS_FILTERS
3436 https://bugs.webkit.org/show_bug.cgi?id=68652
3438 Reviewed by Simon Fraser.
3440 * win/tools/vsprops/FeatureDefines.vsprops:
3441 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3443 2011-09-19 Adam Barth <abarth@webkit.org>
3445 Always enable ENABLE(EVENTSOURCE)
3446 https://bugs.webkit.org/show_bug.cgi?id=68414
3448 Reviewed by Eric Seidel.
3450 * win/tools/vsprops/FeatureDefines.vsprops:
3451 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3453 2011-09-15 Adam Barth <abarth@webkit.org>
3455 Rename ENABLE(DATABASE) to ENABLE(SQL_DATABASE)
3456 https://bugs.webkit.org/show_bug.cgi?id=68205
3458 Reviewed by Eric Seidel.
3460 * win/tools/vsprops/FeatureDefines.vsprops:
3461 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3463 2011-09-15 Eric Seidel <eric@webkit.org>
3465 Remove ENABLE(SVG_AS_IMAGE) since all major ports have it on by default
3466 https://bugs.webkit.org/show_bug.cgi?id=68182
3468 Reviewed by Adam Barth.
3470 * win/tools/vsprops/FeatureDefines.vsprops:
3471 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3473 2011-09-15 Eric Seidel <eric@webkit.org>
3475 Remove ENABLE_SVG_ANIMATION as all major ports have it on by default
3476 https://bugs.webkit.org/show_bug.cgi?id=68022
3478 Reviewed by Ryosuke Niwa.
3480 * win/tools/vsprops/FeatureDefines.vsprops:
3481 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3483 2011-09-14 Eric Seidel <eric@webkit.org>
3485 Remove ENABLE_SVG_USE as <use> is required by HTML5
3486 https://bugs.webkit.org/show_bug.cgi?id=68019
3488 Reviewed by Ryosuke Niwa.
3490 I missed a couple uses of SVG_USE in my previous patch.
3492 * win/tools/vsprops/FeatureDefines.vsprops:
3493 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3495 2011-09-13 Eric Seidel <eric@webkit.org>
3497 Remove ENABLE_SVG_USE as <use> is required by HTML5
3498 https://bugs.webkit.org/show_bug.cgi?id=68019
3500 Reviewed by Ryosuke Niwa.
3502 * win/tools/vsprops/FeatureDefines.vsprops:
3503 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3505 2011-09-13 Eric Seidel <eric@webkit.org>
3507 Remove ENABLE_SVG_FOREIGN_OBJECT as it is a required part of HTML5
3508 https://bugs.webkit.org/show_bug.cgi?id=68018
3510 Reviewed by Ryosuke Niwa.
3512 * win/tools/vsprops/FeatureDefines.vsprops:
3513 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3515 2011-09-01 Tim Horton <timothy_horton@apple.com>
3517 REGRESSION: Rendering artifacts on a rotated, pattern filled shape
3518 https://bugs.webkit.org/show_bug.cgi?id=53055
3519 <rdar://problem/8910917>
3521 Reviewed by Simon Fraser.
3523 Introduce wkCGPatternCreateWithImageAndTransform.
3525 * WebKitSystemInterface.h:
3526 * libWebKitSystemInterfaceLeopard.a:
3527 * libWebKitSystemInterfaceLion.a:
3528 * libWebKitSystemInterfaceSnowLeopard.a:
3529 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
3530 * win/lib/WebKitSystemInterface.lib:
3532 2011-08-30 Aaron Colwell <acolwell@chromium.org>
3534 Add MediaSource API to HTMLMediaElement
3535 https://bugs.webkit.org/show_bug.cgi?id=64731
3537 Reviewed by Eric Carlson.
3539 * win/tools/vsprops/FeatureDefines.vsprops:
3540 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3542 2011-08-24 Lucas Forschler <lforschler@apple.com>
3544 Update SVN properties to help out the Windows EWS bots.
3546 Reviewed by Adam Roben.
3548 * win: Modified properties svn:ignore.
3549 * win/include: Modified property svn:ignore.
3550 * win/lib: Modified property svn:ignore.
3552 2011-08-18 Beth Dakin <bdakin@apple.com>
3554 Reviewed by Sam Weinig.
3556 https://bugs.webkit.org/show_bug.cgi?id=66495
3557 Lion-specific scroller SPIs can use forward declaration instead of
3558 WebKitSystemInterface
3560 * WebKitSystemInterface.h:
3561 * libWebKitSystemInterfaceLeopard.a:
3562 * libWebKitSystemInterfaceLion.a:
3563 * libWebKitSystemInterfaceSnowLeopard.a:
3565 2011-07-28 Dan Bernstein <mitz@apple.com>
3567 WebKitSystemInterface support for
3568 <rdar://problem/9589433> Displaying Japanese dictionary contents in vertical orientation takes a couple of seconds
3570 Reviewed by Darin Adler.
3572 * WebKitSystemInterface.h: Added WKGetVerticalGlyphsForCharacters().
3573 * libWebKitSystemInterfaceLeopard.a:
3574 * libWebKitSystemInterfaceLion.a:
3575 * libWebKitSystemInterfaceSnowLeopard.a:
3577 2011-07-22 Jessie Berlin <jberlin@apple.com>
3579 [WebKit2] Changing the cookie accept policy in Private Browsing doesn’t work.
3580 https://bugs.webkit.org/show_bug.cgi?id=64997
3582 Reviewed by Ada Chan.
3584 Add a wrapper around the setter for the CF HTTP cookie accept policy (since it is not
3585 declared in the public headers on Snow Leopard). This wrapper is not necessary for Windows.
3587 * WebKitSystemInterface.h:
3588 * libWebKitSystemInterfaceLeopard.a:
3589 * libWebKitSystemInterfaceLion.a:
3590 * libWebKitSystemInterfaceSnowLeopard.a:
3592 2011-07-15 Pratik Solanki <psolanki@apple.com>
3594 Part of https://bugs.webkit.org/show_bug.cgi?id=63674
3595 Get webkit to compile with USE(CFNETWORK) enabled on Mac
3597 Reviewed by David Kilzer.
3599 New WebKitSystemInterface functions for CFNetwork-based loader.
3601 * WebKitSystemInterface.h:
3602 * libWebKitSystemInterfaceLeopard.a:
3603 * libWebKitSystemInterfaceLion.a:
3604 * libWebKitSystemInterfaceSnowLeopard.a:
3606 2011-07-12 Brent Fulgham <bfulgham@webkit.org>
3608 Standardize WinCairo conditionalized code under PLATFORM macro.
3609 https://bugs.webkit.org/show_bug.cgi?id=64377
3611 Reviewed by Maciej Stachowiak.
3613 * win/tools/vsprops/WinCairo.vsprops: Update to comply with PLATFORM
3614 macro definition (WTF_PLATFORM_WIN_CAIRO)
3616 2011-07-02 Mark Rowe <mrowe@apple.com>
3618 Update the header file too.
3620 * WebKitSystemInterface.h:
3622 2011-07-02 Mark Rowe <mrowe@apple.com>
3624 Update WebKitSystemInterface binaries.
3626 * libWebKitSystemInterfaceLeopard.a:
3627 * libWebKitSystemInterfaceLion.a: Added.
3628 * libWebKitSystemInterfaceSnowLeopard.a:
3630 2011-06-28 Brent Fulgham <bfulgham@webkit.org>
3632 Unreviewed build correction. Link to correct library for
3635 * win/tools/vsprops/WinCairo.vsprops: Don't link to the static
3636 zlib.lib when building for WinCairo.
3638 2011-06-21 MORITA Hajime <morrita@google.com>
3640 Unreviewed, rolling out r89401 and r89403.
3641 http://trac.webkit.org/changeset/89401
3642 http://trac.webkit.org/changeset/89403
3643 https://bugs.webkit.org/show_bug.cgi?id=62970
3645 Breaks mac build and mistakenly enables the spellcheck API
3647 * win/tools/vsprops/FeatureDefines.vsprops:
3648 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3650 2011-06-20 MORITA Hajime <morrita@google.com>
3652 Reviewed by Kent Tamura.
3654 Spellcheck API should be build-able.
3655 https://bugs.webkit.org/show_bug.cgi?id=62970
3657 * win/tools/vsprops/FeatureDefines.vsprops:
3658 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3660 2011-06-20 Pratik Solanki <psolanki@apple.com>
3662 Reviewed by David Kilzer.
3664 HTTP pipelining functions on mac should match windows
3665 https://bugs.webkit.org/show_bug.cgi?id=63012
3667 * WebKitSystemInterface.h:
3668 * libWebKitSystemInterfaceLeopard.a:
3669 * libWebKitSystemInterfaceSnowLeopard.a:
3671 2011-06-13 Tony Chang <tony@chromium.org>
3673 Reviewed by Dimitri Glazkov.
3675 rename ENABLE_NEW_FLEXBOX to ENABLE_CSS3_FLEXBOX
3676 https://bugs.webkit.org/show_bug.cgi?id=62578
3678 * win/tools/vsprops/FeatureDefines.vsprops:
3679 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3681 2011-06-13 Tony Chang <tony@chromium.org>
3683 Reviewed by Adam Barth.
3685 rename ENABLE_FLEXBOX to ENABLE_NEW_FLEXBOX
3686 https://bugs.webkit.org/show_bug.cgi?id=62545
3688 * win/tools/vsprops/FeatureDefines.vsprops:
3689 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3691 2011-06-10 Tony Chang <tony@chromium.org>
3693 Reviewed by Ojan Vafai.
3695 add a compile guard ENABLE(FLEXBOX)
3696 https://bugs.webkit.org/show_bug.cgi?id=62049