1 2015-01-28 peavo@outlook.com <peavo@outlook.com>
3 [WinCairo] Enable CSS_SELECTORS_LEVEL4.
4 https://bugs.webkit.org/show_bug.cgi?id=141003
6 Reviewed by Brent Fulgham.
8 * win/tools/vsprops/FeatureDefinesCairo.props:
10 2015-01-22 David Kilzer <ddkilzer@apple.com>
12 [iOS] Fix build for external iphoneos SDK
14 Reviewed by Daniel Bates.
16 * WebKitSystemInterface.h: Remove import of the
17 <IOSurface/IOSurface.h> header, and add a typedef for
18 IOSurfaceRef in its place.
20 2015-01-22 Brent Fulgham <bfulgham@apple.com>
22 [Win] Unreviewed gardening.
24 Activate ENABLE(MOUSE_CURSOR_SCALE). This works on Windows and causes more tests to pass.
26 * win/tools/vsprops/FeatureDefines.props:
27 * win/tools/vsprops/FeatureDefinesCairo.props:
29 2015-01-20 Brent Fulgham <bfulgham@apple.com>
31 [Win] Unreviewed gardening.
33 * win/tools/vsprops/FeatureDefines.props: Add feature definition for SVG converter,
34 but do NOT turn it on.
35 * win/tools/vsprops/FeatureDefinesCairo.props: Ditto.
37 2015-01-19 peavo@outlook.com <peavo@outlook.com>
39 [WinCairo][Video] Windows Media Foundation implementation is not completed.
40 https://bugs.webkit.org/show_bug.cgi?id=140337
42 Reviewed by Alex Christensen.
44 Link with Media Foundation libraries.
46 * win/tools/vsprops/WinCairo.props:
48 2015-01-01 Jeff Miller <jeffm@apple.com>
50 Update user-visible copyright strings to include 2015
51 https://bugs.webkit.org/show_bug.cgi?id=139880
53 Reviewed by Darin Adler.
55 * win/tools/scripts/COPYRIGHT-END-YEAR:
57 2014-12-19 Daniel Bates <dabates@apple.com>
59 [iOS] Add WebKitSystemInterface for iOS 8.1
60 https://bugs.webkit.org/show_bug.cgi?id=139831
62 Reviewed by Alexey Proskuryakov.
64 Towards building the iOS WebKit port using the public SDK, add the
65 WebKitSystemInterface for iOS version 8.1.
67 * WebKitSystemInterfaceIOS.h: Added.
68 * libWebKitSystemInterfaceIOSDevice8.1.a: Added.
69 * libWebKitSystemInterfaceIOSSimulator8.1.a: Added.
71 2014-12-17 Brent Fulgham <bfulgham@apple.com>
73 [Win] Unreviewed build fix (for full build)
75 * win/tools/vsprops/FeatureDefines.props: Add missing export so the
76 derived sources are generated properly.
77 * win/tools/vsprops/FeatureDefinesCairo.props: Ditto.
79 2014-10-29 Tim Horton <timothy_horton@apple.com>
81 Implement action menus for data detected items
82 https://bugs.webkit.org/show_bug.cgi?id=138178
83 <rdar://problem/18709436>
85 Reviewed by Anders Carlsson.
87 * WebKitSystemInterface.h:
88 * libWebKitSystemInterfaceMavericks.a:
89 * libWebKitSystemInterfaceMountainLion.a:
90 * libWebKitSystemInterfaceYosemite.a:
91 Update WebKitSystemInterface.
93 2014-10-14 Brent Fulgham <bfulgham@apple.com>
95 [Win] Enable Encrypted Media Support
96 https://bugs.webkit.org/show_bug.cgi?id=137710
97 <rdar://problem/18652699>
99 Reviewed by Jer Noble.
101 * win/tools/vsprops/FeatureDefines.props: Activate the
102 ENCRYPTED_MEDIA_V2 flag on Windows.
104 2014-10-01 Mark Rowe <mrowe@apple.com>
106 <https://webkit.org/b/137308> WebKit should build on OS X Yosemite for external users
108 Add versions of WebKitSystemInterface and LLVM for Yosemite. The LLVM build is from
109 LLVM SVN r206312, matching the Mavericks and Mountain Lion builds.
111 Reviewed by Dan Bernstein.
113 * LLVMIncludesYosemite.tar.bz2: Added.
114 * LLVMLibrariesYosemite.tar.bz2: Added.
115 * WebKitSystemInterface.h:
116 * libWebKitSystemInterfaceMavericks.a:
117 * libWebKitSystemInterfaceMountainLion.a:
118 * libWebKitSystemInterfaceYosemite.a: Added.
120 2014-09-23 Roger Fong <roger_fong@apple.com>
122 [Windows] Enable CSS Supports Rule on Windows.
124 * win/tools/vsprops/FeatureDefines.props:
126 2014-09-19 Brent Fulgham <bfulgham@apple.com>
128 [Win] Turn off SSE Instructions for 32-bit Builds
129 https://bugs.webkit.org/show_bug.cgi?id=136959
130 <rdar://problem/18375370>
132 Reviewed by Dean Jackson.
134 * win/tools/vsprops/common.props: Conditionally exclude the enhanced (SSE) instruction
135 set when building for 32-bit Windows. Otherwise, continue using SSE.
137 2014-09-15 peavo@outlook.com <peavo@outlook.com>
139 [WinCairo] Make it easier to enable/disable GStreamer.
140 https://bugs.webkit.org/show_bug.cgi?id=135766
142 Reviewed by Brent Fulgham.
144 Make it possible to enable/disable GStreamer by editing the new user macro ENABLE_GSTREAMER_WINCAIRO.
146 * win/tools/vsprops/GStreamerCommon.props: Add user macro ENABLE_GSTREAMER_WINCAIRO.
148 2014-09-08 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
151 https://bugs.webkit.org/show_bug.cgi?id=136571
153 Reviewed by Darin Adler.
155 * win/tools/vsprops/FeatureDefines.props:
156 * win/tools/vsprops/FeatureDefinesCairo.props:
158 2014-09-04 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
160 Remove CSS_FILTERS flag
161 https://bugs.webkit.org/show_bug.cgi?id=136529
163 Reviewed by Dirk Schulze.
165 * win/tools/vsprops/FeatureDefines.props:
166 * win/tools/vsprops/FeatureDefinesCairo.props:
168 2014-08-27 peavo@outlook.com <peavo@outlook.com>
170 [WinCairo] Link error.
171 https://bugs.webkit.org/show_bug.cgi?id=136286
173 Reviewed by Darin Adler.
175 Link with the dynamic runtime libraries, since the WinCairo libraries link with these.
177 * win/tools/vsprops/common.props:
179 2014-08-26 Brent Fulgham <bfulgham@apple.com>
181 [Win] Version stamp should include package-level version
182 https://bugs.webkit.org/show_bug.cgi?id=136266
183 <rdar://problem/18134138>
185 Reviewed by David Kilzer.
187 * win/tools/scripts/auto-version.pl: Retain the full major build
188 version in addition to the three-digit value we use internally.
189 * win/tools/scripts/version-stamp.pl: Find and use the full 3+ digit
190 major build version when stamping the final output file.
193 2014-08-25 Brent Fulgham <bfulgham@apple.com>
195 [Win] Pass OFFICIAL_BUILD flag to WebInspectorUI build process
196 https://bugs.webkit.org/show_bug.cgi?id=136229
198 Reviewed by Dean Jackson.
200 * win/tools/vsprops/common.props: Pass OFFICIAL_BUILD argument
201 from VS to child Make processes.
203 2014-08-17 Brent Fulgham <bfulgham@apple.com>
205 [Win] Unreviewed build fix.
207 Upload static VS2013 version of WebKitSystemInterface.
209 * win/lib32/WebKitSystemInterface.lib:
211 2014-08-15 Brent Fulgham <bfulgham@apple.com>
213 [Win] Link to static VS2013 runtime library.
214 https://bugs.webkit.org/show_bug.cgi?id=136007
215 <rdar://problem/18037766>
217 Reviewed by Dean Jackson.
219 * win/tools/vsprops/common.props: Update link command.
220 * win/tools/vsprops/debugsuffix.props: Ditto.
222 2014-08-14 Brent Fulgham <bfulgham@apple.com>
224 [Win] Extend auto-version and version-stamp for RC_ProjectBuildVersion
225 https://bugs.webkit.org/show_bug.cgi?id=135948
226 <rdar://problem/18022221>
228 Reviewed by David Kilzer.
230 * win/tools/scripts/auto-version.pl:
231 (splitVersion): Use RC_ProjectBuildVersion (or RC_PROJECTBUILDVERSION) if set
232 in the environment as the 'Build Version', unless the multi-tuple version
233 supplied by RC_ProjectSourceVersion already has a fourth component.
234 * win/tools/scripts/version-stamp.pl: Check for RC_ProjectBuildVersion and
235 use it in preference to RC_PROJECTBUILDVERSION.
237 2014-08-08 Joseph Pecoraro <pecoraro@apple.com>
239 make clean does not work in OpenSource, fails in WebKitLibraries
240 https://bugs.webkit.org/show_bug.cgi?id=135734
242 Reviewed by David Kilzer.
245 Add a "clean" target that runs copy-webkitlibraries-to-product-dir
246 with the new --clean switch.
248 2014-08-04 Benjamin Poulain <benjamin@webkit.org>
250 Add a flag for the CSS Selectors level 4 implementation
251 https://bugs.webkit.org/show_bug.cgi?id=135535
253 Reviewed by Andreas Kling.
255 * win/tools/vsprops/FeatureDefines.props:
257 2014-07-31 Brent Fulgham <bfulgham@apple.com>
259 [Win] Use RC_PROJECTBUILDVERSION as build portion of version
260 https://bugs.webkit.org/show_bug.cgi?id=135478
262 Reviewed by David Kilzer.
264 * win/tools/scripts/version-stamp.pl: Check environment for
265 RC_PROJECTBUILDVERSION, and use it for the build portion of
266 the file version resource. Otherwise, use the __VERSION_BUILD__
267 value we calculated from the version string.
269 2014-07-31 Brent Fulgham <bfulgham@apple.com>
271 [Win] Fix build failure when using 5-tuple build versions.
272 https://bugs.webkit.org/show_bug.cgi?id=135464
273 <rdar://problem/17872507>
275 Reviewed by David Kilzer.
277 * win/tools/scripts/version-stamp.pl: Modify the environment for
278 the VersionStamper sub-process to work around bug in that tool.
280 2014-07-29 Brent Fulgham <bfulgham@apple.com>
282 [Win] Modify version numbering scheme to support 5-tuple versions
283 https://bugs.webkit.org/show_bug.cgi?id=135400
284 <rdar://problem/17849033>
286 Reviewed by David Kilzer.
288 Revise the auto-version.pl script so that it generates a set of packed
289 version tuples that allow us to map 5-tuple versions into something
290 that will work with Windows' 3-tuple version structure.
292 * win/tools/scripts/auto-version.pl:
293 (packTwoValues): Added,
294 (splitVersion): Revised to return packed combination of minor-tiny and
295 micro-nano to be used as "MINOR" and "TINY" portion of version.
296 (splitBuildMajorVersion): Deleted.
297 * win/tools/scripts/version-stamp.pl: Added.
299 2014-07-23 Bem Jones-Bey <bjonesbe@adobe.com>
301 Remove CSS_EXCLUSIONS compile flag and leftover code
302 https://bugs.webkit.org/show_bug.cgi?id=135175
304 Reviewed by Zoltan Horvath.
306 At this point, the CSS_EXCLUSIONS flag guards nothing but some useless
307 stubs. This removes the flag and the useless code.
309 * win/tools/vsprops/FeatureDefines.props:
310 * win/tools/vsprops/FeatureDefinesCairo.props:
312 2014-07-22 Brent Fulgham <bfulgham@apple.com>
314 Correct handling of __VERSION_TEXT__ for 4+-tuple versions
315 https://bugs.webkit.org/show_bug.cgi?id=135161
316 <rdar://problem/17763546>
318 Reviewed by David Kilzer.
320 Revise the auto-version.pl script to properly handle version
321 strings with 4 (or more) version tuples. Previously these were
322 being truncated from the version.
324 * win/tools/scripts/auto-version.pl:
325 (splitVersion): Return truncated version of
326 overall version string.
328 2014-07-21 Brent Fulgham <bfulgham@apple.com>
330 [Win] Extend auto-version.pl to handle 5-tuple versions
331 https://bugs.webkit.org/show_bug.cgi?id=135124
332 <rdar://problem/17750334>
334 Reviewed by David Kilzer.
336 Extend tuple parsing to handle up to five tuples, and as
337 few as a single tuple. On Windows, the two additional
340 Also corrected regular expression capture logic to use local
341 blocks, preventing later capture expressions from reusing
342 previous capture results when the current expression failed
343 to find a match (GRRR, Perl!).
345 Clean up code by putting logic into a couple of subroutines.
347 * win/tools/scripts/auto-version.pl:
349 2014-07-21 Brent Fulgham <bfulgham@apple.com>
351 [Win] Correct auto-version.pl script for two-digit version numbers
352 https://bugs.webkit.org/show_bug.cgi?id=135119
353 <rdar://problem/17743959>
355 Reviewed by David Kilzer.
357 The $MAJOR_VERSION must be the first digit of $BUILD_MAJOR_VERSION,
358 and $MINOR_VERSION must be the remaining digits.
360 Also correct regexp (line 90) that was allowing version numbers
361 larger than three digits to be processed.
363 * win/tools/scripts/auto-version.pl: Correct regular expression.
365 2014-07-18 Dana Burkart <dburkart@apple.com>
367 Add a new 'analyze' target to the makefile. This will make use of a new
368 'PATH_TO_SCAN_BUILD' which, if set will wrap xcodebuild in the clang
370 https://bugs.webkit.org/show_bug.cgi?id=135057
371 <rdar://problem/10193187>
373 Reviewed by David Kilzer.
379 2014-07-10 Alex Christensen <achristensen@webkit.org>
381 Enable same features on all Windows ports.
382 https://bugs.webkit.org/show_bug.cgi?id=134715
384 Reviewed by Brent Fulgham.
386 * win/tools/vsprops/FeatureDefinesCairo.props:
387 Made identical to FeatureDefines.props.
389 2014-07-09 Brent Fulgham <bfulgham@apple.com>
391 [Win] Unreviewed build fix.
393 Build bots don't have a three-part default version string,
394 breaking pattern matching. Handle this case.
396 * win/tools/scripts/auto-version.pl:
398 2014-07-09 Brent Fulgham <bfulgham@apple.com>
400 [Win] Unreviewed gardening.
402 * win/tools/scripts/auto-version.pl: Protect against
403 malformed paths (trailing backslashes).
404 * win/tools/scripts/feature-defines.pl: Make sure result
405 has an EOL character.
407 2014-07-09 Brent Fulgham <bfulgham@apple.com>
409 [Win] Remove uses of 'bash' in build system
410 https://bugs.webkit.org/show_bug.cgi?id=134782
411 <rdar://problem/17615533>
413 Reviewed by Dean Jackson.
415 Remove uses of 'bash' by replacing Windows-specific bash scripts
416 with Perl equivalents.
418 * win/tools/scripts/feature-defines.pl: Copied from WebKitLibraries/win/tools/scripts/feature-defines.sh.
419 * win/tools/scripts/feature-defines.sh: Removed.
421 2014-07-08 Brent Fulgham <bfulgham@apple.com>
423 [Win] Implement auto-version as a Perl program
424 https://bugs.webkit.org/show_bug.cgi?id=134745
425 <rdar://problem/17597801>
427 Reviewed by David Kilzer.
429 Translate the auto-version.sh bash script into an equivalent
432 * win/tools/scripts/auto-version.pl: Added.
433 * win/tools/scripts/auto-version.sh: Removed.
435 2014-07-06 Yoav Weiss <yoav@yoav.ws>
437 Turn on img@sizes compile flag
438 https://bugs.webkit.org/show_bug.cgi?id=134634
440 Reviewed by Benjamin Poulain.
442 * win/tools/vsprops/FeatureDefines.props: Added compile flag.
444 2014-07-01 Pratik Solanki <psolanki@apple.com>
446 Encode/decode CFURLRequestRefs when USE(CFNETWORK) is enabled
447 https://bugs.webkit.org/show_bug.cgi?id=134454
448 <rdar://problem/17510980>
450 Reviewed by Andreas Kling.
452 * WebKitSystemInterface.h:
453 * libWebKitSystemInterfaceMavericks.a:
454 * libWebKitSystemInterfaceMountainLion.a:
456 2014-06-25 Laszlo Gombos <l.gombos@samsung.com>
458 Remove build guard for progress element
459 https://bugs.webkit.org/show_bug.cgi?id=134292
461 Reviewed by Benjamin Poulain.
463 * win/tools/vsprops/FeatureDefines.props:
464 * win/tools/vsprops/FeatureDefinesCairo.props:
466 2014-06-21 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
468 Removing PAGE_VISIBILITY_API compile guard.
469 https://bugs.webkit.org/show_bug.cgi?id=133844
471 Reviewed by Gavin Barraclough.
473 * win/tools/vsprops/FeatureDefines.props:
474 * win/tools/vsprops/FeatureDefinesCairo.props:
476 2014-06-11 Jer Noble <jer.noble@apple.com>
478 Update WKSI for <rdar://problem/17009091>.
480 Rubber stamped by Eric Carlson.
482 * libWebKitSystemInterfaceMavericks.a:
483 * libWebKitSystemInterfaceMountainLion.a:
485 2014-06-02 David Kilzer <ddkilzer@apple.com>
487 Error running copy-webkitlibraries-to-product-directory
488 <http://webkit.org/b/133449>
489 <rdar://problem/17047638>
491 Reviewed by Filip Pizlo.
493 * Makefile: Ignore the mysterious future. Use "@true" to
494 suppress the annoying "Nothing to be done for `libs'." message.
496 2014-05-27 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
499 https://bugs.webkit.org/show_bug.cgi?id=132863
501 Reviewed by Csaba Osztrogonác.
503 * win/tools/vsprops/FeatureDefines.props:
504 * win/tools/vsprops/FeatureDefinesCairo.props:
506 2014-05-20 Dean Jackson <dino@apple.com>
508 [Mac] Allow popup menus to override default appearance
509 https://bugs.webkit.org/show_bug.cgi?id=133129
511 Reviewed by Tim Horton.
513 Add a new parameter to WKPopupMenu.
515 * WebKitSystemInterface.h:
516 * libWebKitSystemInterfaceMavericks.a:
517 * libWebKitSystemInterfaceMountainLion.a:
519 2014-05-14 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
521 Remove CSS_STICKY_POSITION guards
522 https://bugs.webkit.org/show_bug.cgi?id=132676
524 Reviewed by Simon Fraser.
526 * win/tools/vsprops/FeatureDefines.props:
527 * win/tools/vsprops/FeatureDefinesCairo.props:
529 2014-05-06 David Kilzer <ddkilzer@apple.com>
531 Add Makefile targets for copying static libraries (LLVM and WKSI)
532 <http://webkit.org/b/132619>
534 Reviewed by Mark Rowe.
537 (libs): Install both LLVM and WKSI static libraries.
538 (all): Add dependency on 'libs' target.
539 (debug d): Set configuration, the call 'libs' target.
542 2014-05-05 Dean Jackson <dino@apple.com>
544 https://bugs.webkit.org/show_bug.cgi?id=132593
546 Update WebKitSystemInterface to allow animated focus rings.
548 * WebKitSystemInterface.h:
549 * libWebKitSystemInterfaceMavericks.a:
550 * libWebKitSystemInterfaceMountainLion.a:
552 2014-05-05 Brent Fulgham <bfulgham@apple.com>
554 [WIN] Enhance auto-version.sh to handle all-caps or mixed-case build environment variable
555 https://bugs.webkit.org/show_bug.cgi?id=132580
556 <rdar://problem/16811179>
558 Reviewed by Dean Jackson.
560 * win/tools/scripts/auto-version.sh: Incorporate Mark's revised syntax.
562 2014-05-05 Brent Fulgham <bfulgham@apple.com>
564 [WIN] Enhance auto-version.sh to handle all-caps or mixed-case build environment variable
565 https://bugs.webkit.org/show_bug.cgi?id=132580
566 <rdar://problem/16811179>
568 Reviewed by Dean Jackson.
570 * win/tools/scripts/auto-version.sh: Fall back to all-caps version
571 of environment variable if mixed-case version is not present.
573 2014-05-01 Brent Fulgham <bfulgham@apple.com>
575 Correct case of environment variables in auto-version.sh scripts
576 https://bugs.webkit.org/show_bug.cgi?id=132455
578 Reviewed by Dean Jackson.
580 Although we have historically used RC_PROJECTSOURCEVERSION in our scripts,
581 the actual environment variable is RC_ProjectSourceVersion. Old versions of
582 Cygwin converted this to all-caps by default, but this is no longer the case.
583 We need to use the proper case to avoid build failures.
585 * win/tools/scripts/auto-version.sh: Although we have historically coded
586 this as 'RC_PROJECTSOURCEVERSION', it is actually 'RC_ProjectSourceVersion'.
588 2014-04-25 Dean Jackson <dino@apple.com>
590 Update WKSI for https://webkit.org/b/132195
591 <rdar://problem/16175750>
593 Sorry, I forgot to update the header. This should fix
596 * WebKitSystemInterface.h:
598 2014-04-25 Dean Jackson <dino@apple.com>
600 Update WKSI for https://webkit.org/b/132195
601 <rdar://problem/16175750>
603 Reviewed by Jessie Berlin.
605 * WebKitSystemInterface.h:
606 * libWebKitSystemInterfaceMavericks.a:
607 * libWebKitSystemInterfaceMountainLion.a:
609 2014-04-22 Alex Christensen <achristensen@webkit.org>
611 Removed old stdbool and inttypes headers.
612 https://bugs.webkit.org/show_bug.cgi?id=131966
614 Reviewed by Brent Fulgham.
616 * win/tools/vsprops/WinCairo.props:
617 Removed references to os-win32 directory.
619 2014-04-15 Filip Pizlo <fpizlo@apple.com>
621 Update LLVM binary drops for Mountain Lion to LLVM r206312.
623 Rubber stamped by Geoffrey Garen.
625 * LLVMIncludesMountainLion.tar.bz2:
626 * LLVMLibrariesMountainLion.tar.bz2:
628 2014-04-15 Filip Pizlo <fpizlo@apple.com>
630 Add LLVM binary drops for Mavericks using LLVM r206312.
632 Rubber stamped by Geoffrey Garen.
634 * LLVMIncludesMavericks.tar.bz2: Added.
635 * LLVMLibrariesMavericks.tar.bz2: Added.
637 2014-04-03 Brent Fulgham <bfulgham@apple.com>
639 [Win] Enable the CSS_GRID_LAYOUT feature.
640 https://bugs.webkit.org/show_bug.cgi?id=131147
642 Reviewed by Simon Fraser.
644 Just like the CANVAS_PATH feature, this seems to have been
645 overlooked when it was turned on for other ports.
647 * win/tools/vsprops/FeatureDefines.props:
648 * win/tools/vsprops/FeatureDefinesCairo.props:
650 2014-04-02 Dean Jackson <dino@apple.com>
653 <rdar://problem/16321286>
655 * libWebKitSystemInterfaceMavericks.a:
656 * libWebKitSystemInterfaceMountainLion.a:
658 2014-04-02 Brent Fulgham <bfulgham@apple.com>
660 [Win] Enable the CANVAS_PATH feature.
661 https://bugs.webkit.org/show_bug.cgi?id=131114
663 Reviewed by Dean Jackson.
665 This code build and runs on Windows just fine. It was overlooked when the feature
666 was activated on other platforms.
668 * win/tools/vsprops/FeatureDefines.props: Turn on the feature.
669 * win/tools/vsprops/FeatureDefinesCairo.props: Ditto.
671 2014-03-31 Alex Christensen <achristensen@webkit.org>
673 [WinCairo] Unreviewed build fix after r166496.
675 * win/tools/vsprops/GStreamerCommon.props:
676 Added gio-2.0.lib to list of GStreamer includes.
678 2014-03-24 Brent Fulgham <bfulgham@apple.com>
680 [Win] Enable WebVTT Regions on Windows.
681 https://bugs.webkit.org/show_bug.cgi?id=130680
683 Reviewed by Eric Carlson.
685 * win/tools/vsprops/FeatureDefines.props: Turn on WEBVTT_REGIONS
686 * win/tools/vsprops/FeatureDefinesCairo.props: Ditto.
688 2014-03-19 Jer Noble <jer.noble@apple.com>
690 [Mac][EME] Query whether decoder support exists before creating a new MediaKeys object.
691 https://bugs.webkit.org/show_bug.cgi?id=130459
693 Reviewed by Eric Carlson.
695 * WebKitSystemInterface.h:
696 * libWebKitSystemInterfaceMavericks.a:
697 * libWebKitSystemInterfaceMountainLion.a:
699 2014-03-18 Alex Christensen <achristensen@webkit.org>
701 [WinCairo] Unreviewed build fix after r165763.
703 * win/tools/vsprops/GStreamerCommon.props:
704 Link to gsttag-1.0.lib in addition to other GStreamer libraries.
706 2014-03-14 Maciej Stachowiak <mjs@apple.com>
708 Replace "Apple Computer, Inc." with "Apple Inc." in copyright headers
709 https://bugs.webkit.org/show_bug.cgi?id=130276
710 <rdar://problem/16266927>
712 Reviewed by Simon Fraser.
714 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
715 * win/tools/scripts/auto-version.sh:
717 2014-03-14 Dean Jackson <dino@apple.com>
719 Remove libWebKitSystemInterfaceLion.a
720 https://bugs.webkit.org/show_bug.cgi?id=130254
722 Reviewed by Geoffrey Garen and Andreas Kling.
724 We don't support Lion any more.
726 * libWebKitSystemInterfaceLion.a: Removed.
728 2014-03-13 Dean Jackson <dino@apple.com>
730 <rdar://problem/16317198>
732 Update WKSI to fix a small leak on iOS.
734 * libWebKitSystemInterfaceLion.a:
735 * libWebKitSystemInterfaceMavericks.a:
736 * libWebKitSystemInterfaceMountainLion.a:
738 2014-03-12 Dean Jackson <dino@apple.com>
740 [WebGL] WebKit1 + WebKit2 iOS clients should check load policy
741 https://bugs.webkit.org/show_bug.cgi?id=130162
743 Add iOS implementations of WebGL load policy queries.
745 * libWebKitSystemInterfaceLion.a:
746 * libWebKitSystemInterfaceMavericks.a:
747 * libWebKitSystemInterfaceMountainLion.a:
749 2014-03-10 Brent Fulgham <bfulgham@apple.com>
751 [Win] Pass environment to Pre-Build, Pre-Link, and Post-Build Stages.
752 https://bugs.webkit.org/show_bug.cgi?id=130023
754 Reviewed by Dean Jackson.
756 * win/tools/vsprops/common.props: Pass WEBKIT_LIBRARIES value to subprocesses.
757 * win/tools/vsprops/debugsuffix.props: Make sure OFFICIAL_BUILD is set.
758 * win/tools/vsprops/production.props: Ditto.
760 2014-03-06 Dean Jackson <dino@apple.com>
762 Update WebKitSystemInterface.
763 <rdar://problem/16256214>
765 * libWebKitSystemInterfaceLion.a:
766 * libWebKitSystemInterfaceMavericks.a:
767 * libWebKitSystemInterfaceMountainLion.a:
769 2014-03-05 Dean Jackson <dino@apple.com>
771 https://bugs.webkit.org/show_bug.cgi?id=129722
772 Update WKSI, again, to fix the build.
774 * libWebKitSystemInterfaceLion.a:
775 * libWebKitSystemInterfaceMavericks.a:
776 * libWebKitSystemInterfaceMountainLion.a:
778 2014-03-05 Dean Jackson <dino@apple.com>
780 https://bugs.webkit.org/show_bug.cgi?id=129722
782 And remember to copy the header file!
784 * WebKitSystemInterface.h:
786 2014-03-05 Dean Jackson <dino@apple.com>
788 https://bugs.webkit.org/show_bug.cgi?id=129722
791 * libWebKitSystemInterfaceLion.a:
792 * libWebKitSystemInterfaceMavericks.a:
793 * libWebKitSystemInterfaceMountainLion.a:
795 2014-03-05 Eric Carlson <eric.carlson@apple.com>
797 [iOS] Show external device name/type in placeholder
798 https://bugs.webkit.org/show_bug.cgi?id=129723
800 Reviewed by Jer Noble.
802 * WebKitSystemInterface.h:
803 * libWebKitSystemInterfaceLion.a:
804 * libWebKitSystemInterfaceMavericks.a:
805 * libWebKitSystemInterfaceMountainLion.a:
807 2014-02-21 Jeffrey Pfau <jpfau@apple.com>
809 [Mac] Cache callbacks for cache partitioning may be passed null
810 https://bugs.webkit.org/show_bug.cgi?id=129175
812 Reviewed by Brady Eidson.
814 * libWebKitSystemInterfaceLion.a:
815 * libWebKitSystemInterfaceMavericks.a:
816 * libWebKitSystemInterfaceMountainLion.a:
818 2014-02-11 Roger Fong <roger_fong@apple.com>
820 [Windows] Set ENABLE_CSS_SHAPE_INSIDE feature flag on Windows.
822 * win/tools/vsprops/FeatureDefines.props:
824 2014-02-04 Andreas Kling <akling@apple.com>
826 Remove <iframe seamless> support.
827 <https://webkit.org/b/128213>
829 Rubber-stamped by Antti Koivisto.
831 * win/tools/vsprops/FeatureDefines.props:
833 2014-01-29 Csaba Osztrogonác <ossy@webkit.org>
835 Remove ENABLE(JAVASCRIPT_DEBUGGER) leftovers
836 https://bugs.webkit.org/show_bug.cgi?id=127845
838 Reviewed by Joseph Pecoraro.
840 * win/tools/vsprops/FeatureDefines.props:
841 * win/tools/vsprops/FeatureDefinesCairo.props:
843 2014-01-23 Roger Fong <roger_fong@apple.com>
845 [Windows] Unreviewed. Disable unnecessary warning C4309, "truncation of constant value".
847 * win/tools/vsprops/common.props:
849 2014-01-16 Alexey Proskuryakov <ap@apple.com>
851 [Mac] [iOS] Add support for CFHTTPCookieStorageAcceptPolicyExclusivelyFromMainDocumentDomain
852 https://bugs.webkit.org/show_bug.cgi?id=127139
854 Reviewed by Brady Eidson.
856 * WebKitSystemInterface.h:
857 * libWebKitSystemInterfaceLion.a:
858 * libWebKitSystemInterfaceMavericks.a:
859 * libWebKitSystemInterfaceMountainLion.a:
860 Update WebKitSystemInterface.
862 2014-01-16 Zalan Bujtas <zalan@apple.com>
864 Subpixel layout: Enable subpixel layout for Apple Windows.
865 https://bugs.webkit.org/show_bug.cgi?id=127074
867 Reviewed by Antti Koivisto.
869 This should make the Apple Windows bots happier. It probably still needs rebaselining.
871 * win/tools/vsprops/FeatureDefines.props:
873 2014-01-11 Alexey Proskuryakov <ap@apple.com>
875 [Mac] [Windows] Stop scheduling network requests in WebCore
876 https://bugs.webkit.org/show_bug.cgi?id=126789
877 <rdar://problem/15114727>
881 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
882 * win/lib32/WebKitSystemInterface.lib:
884 2014-01-11 Alexey Proskuryakov <ap@apple.com>
886 [Mac] [Windows] Stop scheduling network requests in WebCore
887 https://bugs.webkit.org/show_bug.cgi?id=126789
888 <rdar://problem/15114727>
892 * WebKitSystemInterface.h:
893 * libWebKitSystemInterfaceLion.a:
894 * libWebKitSystemInterfaceMavericks.a:
895 * libWebKitSystemInterfaceMountainLion.a:
897 2014-01-10 peavo@outlook.com <peavo@outlook.com>
899 [WinCairo] Crash when rendering (in pixman dll)
900 https://bugs.webkit.org/show_bug.cgi?id=126750
902 Reviewed by Brent Fulgham.
904 Since we link with cairo.lib, and the gstreamer installation also comes with cairo.lib,
905 we link with the wrong cairo.lib, and loads gstreamers cairo dll, instead of our own.
906 We should user our own cairo dll for rendering.
908 * win/tools/vsprops/GStreamer32.props: Put gstreamer lib path last, so we link with the correct cairo.lib.
909 * win/tools/vsprops/GStreamer64.props: Ditto.
911 2014-01-03 Alex Christensen <achristensen@webkit.org>
913 [WinCairo] Enable video using GStreamer.
914 https://bugs.webkit.org/show_bug.cgi?id=126015
916 Reviewed by Darin Adler.
918 * win/tools/vsprops/FeatureDefinesCairo.props:
919 Define ENABLE_MEDIA_CONTROLS_SCRIPT, ENABLE_VIDEO_TRACK, and ENABLE_VIDEO.
921 2013-12-30 Roger Fong <roger_fong@apple.com>
923 [Windows] Disable some annoying build warnings.
925 * win/tools/vsprops/common.props:
927 2013-12-23 Lucas Forschler <lforschler@apple.com>
929 <rdar://problem/15682948> Update copyright strings
931 Reviewed by Dan Bernstein.
933 * win/tools/scripts/COPYRIGHT-END-YEAR:
935 2013-12-19 Alex Christensen <achristensen@webkit.org>
937 Final preparations for GStreamer on Windows.
938 https://bugs.webkit.org/show_bug.cgi?id=125958
940 Reviewed by Benjamin Poulain.
942 * win/tools/vsprops/FeatureDefinesCairo.props:
943 Removed duplicate ENABLE_VIDEO_TRACK definition.
945 2013-12-18 Alex Christensen <achristensen@webkit.org>
947 [WinCairo] Unreviewed build fix after r160798.
949 * win/tools/vsprops/FeatureDefinesCairo.props:
950 Removed ENABLE_MEDIA_CONTROLS_SCRIPT definition for now.
952 2013-12-18 Alex Christensen <achristensen@webkit.org>
954 [WinCairo] Preparation for GStreamer on Windows.
955 https://bugs.webkit.org/show_bug.cgi?id=125946
957 Reviewed by Brent Fulgham.
959 * win/tools/vsprops/FeatureDefinesCairo.props:
960 Added ENABLE_MEDIA_CONTROLS_SCRIPT and ENABLE_VIDEO_TRACK for DerivedSources.make.
961 * win/tools/vsprops/GStreamer32.props: Added.
962 * win/tools/vsprops/GStreamer64.props: Added.
963 * win/tools/vsprops/GStreamerCommon.props: Added.
965 2013-12-13 Brent Fulgham <bfulgham@apple.com>
967 [Win] Unreviewed build fix for VS2013
969 * win/lib32/WebKitSystemInterface.lib: Updated to use VS2013 _MSC_VER symbols
972 2013-12-09 Filip Pizlo <fpizlo@apple.com>
974 Unreviewed, update LLVM binary drops to r196830.
976 * LLVMIncludesMountainLion.tar.bz2:
977 * LLVMLibrariesMountainLion.tar.bz2:
979 2013-12-05 Bear Travis <betravis@adobe.com>
981 [CSS Shapes] Enable CSS Shapes on Windows
982 https://bugs.webkit.org/show_bug.cgi?id=89957
984 Reviewed by Brent Fulgham.
986 Turn on CSS_SHAPES on Windows now that bug 121883 has been fixed.
988 * win/tools/vsprops/FeatureDefines.props:
989 * win/tools/vsprops/FeatureDefinesCairo.props:
991 2013-11-26 Ryosuke Niwa <rniwa@webkit.org>
993 Enable HTML template element on Windows ports
994 https://bugs.webkit.org/show_bug.cgi?id=124758
996 Reviewed by Andreas Kling.
998 Enable TEMPLATE_ELEMENT. Also removed UNDO_MANAGER since that feature has been removed
999 from the tree in r133326.
1001 * win/tools/vsprops/FeatureDefines.props:
1002 * win/tools/vsprops/FeatureDefinesCairo.props:
1004 2013-11-21 Peter Molnar <pmolnar.u-szeged@partner.samsung.com>
1006 Remove ENABLE_WORKERS
1007 https://bugs.webkit.org/show_bug.cgi?id=105784
1009 Reviewed by Darin Adler.
1011 * win/tools/vsprops/FeatureDefines.props:
1012 * win/tools/vsprops/FeatureDefinesCairo.props:
1014 2013-11-17 Filip Pizlo <fpizlo@apple.com>
1016 Update binary drops to include atrick's "Ran out of registers" fix in r194942.
1018 * LLVMIncludesMountainLion.tar.bz2:
1019 * LLVMLibrariesMountainLion.tar.bz2:
1021 2013-11-08 Filip Pizlo <fpizlo@apple.com>
1023 Update binary drops to a version that includes new stackmap fixes and exposes the new calling conventions.
1025 * LLVMIncludesMountainLion.tar.bz2:
1026 * LLVMLibrariesMountainLion.tar.bz2:
1028 2013-11-03 Filip Pizlo <fpizlo@apple.com>
1030 Update binary drops to a version that includes my pretty stack trace changes.
1032 * LLVMIncludesMountainLion.tar.bz2:
1033 * LLVMLibrariesMountainLion.tar.bz2:
1035 2013-11-02 Filip Pizlo <fpizlo@apple.com>
1037 Unreviewed, update binary drops.
1039 These include my LLVMDisablePrettyStackTrace() fix and are built with --enable-crash-overrides=no
1041 * LLVMIncludesMountainLion.tar.bz2:
1042 * LLVMLibrariesMountainLion.tar.bz2:
1044 2013-10-21 Mark Rowe <mrowe@apple.com>
1046 Add a version of WebKitSystemInterface for Mavericks.
1048 Reviewed by Ryosuke Niwa.
1050 * libWebKitSystemInterfaceMavericks.a: Added.
1052 2013-10-17 Anthony Johnson <anthony.johnson@flexsim.com>
1054 Crash fix for Windows XP.
1055 https://bugs.webkit.org/show_bug.cgi?id=122790
1057 Reviewed by Geoffrey Garen.
1059 * win/tools/vsprops/common.props:
1060 Replaced stack and heap sizes of zero with blank stack and heap sizes.
1062 2013-10-16 Filip Pizlo <fpizlo@apple.com>
1064 libllvmForJSC shouldn't call exit(1) on report_fatal_error()
1065 https://bugs.webkit.org/show_bug.cgi?id=122905
1066 <rdar://problem/15237856>
1068 Reviewed by Michael Saboff.
1070 * LLVMIncludesMountainLion.tar.bz2:
1071 * LLVMLibrariesMountainLion.tar.bz2:
1073 2013-10-10 Filip Pizlo <fpizlo@apple.com>
1075 Update the binary drops to the latest version of LLVM, built without -fvisibility=hidden
1076 now that we have soft linking. Also include DataTypes.h in the drop.
1078 Rubber stamped by Michael Saboff.
1080 * LLVMIncludesMountainLion.tar.bz2:
1081 * LLVMLibrariesMountainLion.tar.bz2:
1083 2013-10-01 Filip Pizlo <fpizlo@apple.com>
1085 FTL should use the new version of LLVM MCJIT memory manager APIs that take a SectionName
1086 https://bugs.webkit.org/show_bug.cgi?id=122193
1088 Reviewed by Geoffrey Garen.
1090 * LLVMIncludesMountainLion.tar.bz2:
1091 * LLVMLibrariesMountainLion.tar.bz2:
1093 2013-10-01 Brent Fulgham <bfulgham@apple.com>
1095 [Win] Implement the media controls in JavaScript.
1096 https://bugs.webkit.org/show_bug.cgi?id=122166
1098 Reviewed by Jer Noble.
1100 * win/tools/vsprops/FeatureDefines.props: Activate the
1101 ENABLE_MEDIA_CONTROLS_SCRIPT flag.
1103 2013-09-24 Bear Travis <betravis@adobe.com>
1105 Disable CSS_SHAPES on Windows
1106 https://bugs.webkit.org/show_bug.cgi?id=121879
1108 Reviewed by Brent Fulgham.
1110 Enabling CSS_SHAPES on Windows is currently causing crashes in DRT.
1111 Turn the feature off until it can be appropriately fixed.
1113 * win/tools/vsprops/FeatureDefines.props: Disable on Win port
1114 * win/tools/vsprops/FeatureDefinesCairo.props: Disable on WinCairo port
1116 2013-09-23 Patrick Gansterer <paroga@webkit.org>
1118 use NOMINMAX instead of #define min min
1119 https://bugs.webkit.org/show_bug.cgi?id=73563
1121 Reviewed by Brent Fulgham.
1123 Use NOMINMAX instead of #define min/max as a cleaner
1124 way of ensuring that Windows system header files don't
1125 define min/max as macro in the first place.
1127 * win/tools/vsprops/common.props:
1129 2013-09-20 Mark Rowe <mrowe@apple.com>
1131 Fix link errors for external users when building WebKit with Xcode 5.
1133 Reviewed by Oliver Hunt.
1135 * libWebKitSystemInterfaceLion.a:
1136 * libWebKitSystemInterfaceMountainLion.a:
1138 2013-09-19 Bear Travis <betravis@adobe.com>
1140 CSS_SHAPES not supported on AppleWin port
1141 https://bugs.webkit.org/show_bug.cgi?id=118810
1143 Reviewed by Brent Fulgham.
1145 * win/tools/vsprops/FeatureDefines.props: Add the CSS_SHAPES compile flag on Windows.
1147 2013-09-19 Dan Bernstein <mitz@apple.com>
1149 Removed WebCoreSQLite3. It has been unused for years.
1151 Rubber-stamped by Mark Rowe.
1153 * WebCoreSQLite3: Removed.
1154 * WebCoreSQLite3/sqlite3.h: Removed.
1155 * WebCoreSQLite3/sqlite3ext.h: Removed.
1156 * libWebCoreSQLite3.a: Removed.
1158 2013-09-18 Brent Fulgham <bfulgham@apple.com>
1160 [Windows] Unreviewed build fix: Expose PlatformArchitecture macro to build system.
1162 * win/tools/vsprops/common.props:
1164 2013-09-13 Brent Fulgham <bfulgham@apple.com>
1166 [Windows] Enable Page Visibility API
1167 https://bugs.webkit.org/show_bug.cgi?id=121340
1169 Reviewed by Anders Carlsson.
1171 * win/tools/vsprops/FeatureDefines.props: Activate feature.
1172 * win/tools/vsprops/FeatureDefinesCairo.props: Ditto.
1174 2013-09-12 Brent Fulgham <bfulgham@apple.com>
1176 [Windows] Update WKSI library for Open Source builders.
1178 * win/lib32/WebKitSystemInterface.lib: Recompile with latest WebKit to use newer
1179 WTF.dll symbol exports.
1181 2013-08-29 Filip Pizlo <fpizlo@apple.com>
1183 Just linking LLVM into JSC causes all plugin tests to fail
1184 https://bugs.webkit.org/show_bug.cgi?id=113915
1186 Reviewed by Oliver Hunt.
1188 Updated the binary drops to r189627 of llvm.org, and used the new configure-llvm that does CPPFLAGS=-fvisibility=hidden.
1190 * LLVMIncludesMountainLion.tar.bz2:
1191 * LLVMLibrariesMountainLion.tar.bz2:
1193 2013-08-29 Brent Fulgham <bfulgham@apple.com>
1195 [Windows] Unreviewed build fix after r154847.
1197 * win/tools/vsprops/FeatureDefines.props: Add missing definition for ENABLE_PROMISES
1198 * win/tools/vsprops/FeatureDefinesCairo.props: Ditto
1200 2013-08-26 Brent Fulgham <bfulgham@apple.com>
1202 [Windows] Updates to WKSI to get external builders working.
1204 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
1205 * win/lib32/WebKitSystemInterface.lib:
1207 2013-08-24 Brent Fulgham <bfulgham@apple.com>
1209 [Windows] Another attempt to fix the Windows bots. Need to retain older
1210 QuickTime player features for external builders.
1212 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
1213 * win/lib32/WebKitSystemInterface.lib:
1215 2013-08-23 Brent Fulgham <bfulgham@apple.com>
1217 [Windows] Forgot to check in the header as well!
1219 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
1221 2013-08-23 Brent Fulgham <bfulgham@apple.com>
1223 [Windows] Unreviewed build correction.
1225 * win/lib32/WebKitSystemInterface.lib: Update with new API for r132545.
1227 2013-08-23 Beth Dakin <bdakin@apple.com>
1229 REGRESSION (r132545): Some PDFs generated by WebKit are blank when viewed in
1231 https://bugs.webkit.org/show_bug.cgi?id=120240
1233 <rdar://problem/14634453>
1235 Reviewed by Anders Carlsson.
1237 * WebKitSystemInterface.h:
1238 * libWebKitSystemInterfaceLion.a:
1239 * libWebKitSystemInterfaceMountainLion.a:
1241 2013-08-23 Alex Christensen <achristensen@apple.com>
1243 Re-separating Win32 and Win64 builds.
1244 https://bugs.webkit.org/show_bug.cgi?id=120178
1246 Reviewed by Brent Fulgham.
1248 * win/tools/vsprops/common.props:
1249 Export PlatformArchitecture to be used by make and cmd scripts.
1250 Use PlatformArchitecture to determine correct build directory
1251 (lib32/bin32/obj32 or lib64/bin64/obj64).
1253 2013-08-22 Filip Pizlo <fpizlo@apple.com>
1255 Update LLVM binary drops and scripts to the latest version from SVN
1256 https://bugs.webkit.org/show_bug.cgi?id=120184
1258 Reviewed by Mark Hahnenberg.
1260 Updated binary drops to r189066.
1262 * LLVMIncludesMountainLion.tar.bz2:
1263 * LLVMLibrariesMountainLion.tar.bz2:
1265 2013-08-21 Commit Queue <commit-queue@webkit.org>
1267 Unreviewed, rolling out r154416.
1268 http://trac.webkit.org/changeset/154416
1269 https://bugs.webkit.org/show_bug.cgi?id=120147
1271 Broke Windows builds (Requested by rniwa on #webkit).
1273 * win/tools/vsprops/common.props:
1275 2013-08-21 Alex Christensen <achristensen@apple.com>
1277 <https://webkit.org/b/120137> Separating Win32 and Win64 builds.
1279 Reviewed by Brent Fulgham.
1281 * win/tools/vsprops/common.props:
1282 Export PlatformArchitecture to be used by make and cmd scripts.
1283 Use PlatformArchitecture to determine correct build directory
1284 (lib32/bin32/obj32 or lib64/bin64/obj64).
1286 2013-08-21 Brent Fulgham <bfulgham@apple.com>
1288 <https://webkit.org/b/120113> [Windows] Enable CSS_IMAGE_SET
1290 Reviewed by Anders Carlsson.
1292 * win/tools/vsprops/FeatureDefines.props: Enable CSS_IMAGE_SET feature.
1293 * win/tools/vsprops/FeatureDefinesCairo.props: Ditto.
1295 2013-08-15 Eric Carlson <eric.carlson@apple.com>
1297 [Mac] Remove "legacy" media UI
1298 https://bugs.webkit.org/show_bug.cgi?id=119752
1300 Reviewed by Jer Noble.
1302 * WebKitSystemInterface.h:
1303 * libWebKitSystemInterfaceLion.a:
1304 * libWebKitSystemInterfaceMountainLion.a:
1306 2013-08-13 Simon Fraser <simon.fraser@apple.com>
1308 Various media tests spew "CGContextScaleCTM: invalid context 0x0" errors
1309 https://bugs.webkit.org/show_bug.cgi?id=119490
1311 New versions of WKSI that fix a bug that caused spew about null CGContexts,
1312 and update WebKitSystemInterface.h.
1314 * WebKitSystemInterface.h:
1315 * libWebKitSystemInterfaceLion.a:
1316 * libWebKitSystemInterfaceMountainLion.a:
1318 2013-08-08 Alex Christensen <achristensen@apple.com>
1320 Windows build fixes.
1322 Rubberstamped by Brent Fulgham.
1324 * win/tools/vsprops/debug_wincairo.props: Removed MinimalRebuild option preventing parallel compiling.
1326 2013-07-30 Sanghyun Park <sh919.park@samsung.com>
1328 Missing the rename REGISTER_PROCOTOL_HANDLER Macro to NAVIGATOR_CONTENT_UTILS in WebKitLibraries.
1329 https://bugs.webkit.org/show_bug.cgi?id=119239
1331 According to "https://bugs.webkit.org/show_bug.cgi?id=94920", REGISTER_PROCOTOL_HANDLER macro was changed to NAVIGATOR_CONTENT_UTILS.
1332 But, FeatureDefines.props and FeatureDefinesCairo.props was not changed.
1334 Reviewed by Brent Fulgham.
1336 * win/tools/vsprops/FeatureDefines.props:
1337 * win/tools/vsprops/FeatureDefinesCairo.props:
1339 2013-05-22 Filip Pizlo <fpizlo@apple.com>
1341 Updated LLVM drops to include MCJIT memory management APIs.
1343 Rubber stamped by Mark Hahnenberg.
1345 * LLVMIncludesMountainLion.tar.bz2:
1346 * LLVMLibrariesMountainLion.tar.bz2:
1348 2013-04-30 Filip Pizlo <fpizlo@apple.com>
1350 Updated LLVM drops to include MCJIT fixes and newly exposed API.
1352 Rubber stamped by Mark Hahnenberg.
1354 * LLVMIncludesMountainLion.tar.bz2:
1355 * LLVMLibrariesMountainLion.tar.bz2:
1357 2013-04-16 Filip Pizlo <fpizlo@apple.com>
1359 Updated LLVM drops to include MCJIT fixes.
1361 * LLVMIncludesMountainLion.tar.bz2:
1362 * LLVMLibrariesMountainLion.tar.bz2:
1364 2013-04-03 Filip Pizlo <fpizlo@apple.com>
1366 Updated LLVM drops to include LLVM_DO_NOT_INCLUDE_CPP_HEADERS changes.
1368 Rubber stamped by Mark Hahnenberg.
1370 * LLVMIncludesMountainLion.tar.bz2:
1371 * LLVMLibrariesMountainLion.tar.bz2:
1373 2013-03-29 Filip Pizlo <fpizlo@apple.com>
1375 fourthTier: Check in a known-good build of LLVM into WebKitLibraries, and have a story for updating it
1376 https://bugs.webkit.org/show_bug.cgi?id=113452
1378 Rubber stamped by Mark Hahnenberg.
1380 * LLVMIncludesMountainLion.tar.bz2: Added.
1381 * LLVMLibrariesMountainLion.tar.bz2: Added.
1383 2013-07-18 Roger Fong <roger_fong@apple.com>
1385 Make sure to link against _debug binaries when appropriate.
1386 <rdar://problem/14473010>.
1388 * win/tools/vsprops/debugsuffix.props:
1390 2013-07-02 Commit Queue <commit-queue@webkit.org>
1392 Unreviewed, rolling out r152233.
1393 http://trac.webkit.org/changeset/152233
1394 https://bugs.webkit.org/show_bug.cgi?id=118304
1396 hopeful attempt to restore windows buildage (Requested by
1399 * win/tools/vsprops/debugsuffix.props:
1401 2013-07-01 Brent Fulgham <bfulgham@apple.com>
1403 [Windows] Unreviewed correction to DEBUG_ALL target. Target was undefining DEBUG_ALL and DEBUG_INTERNAL,
1404 which prevented proper build operation.
1406 * win/tools/vsprops/debugsuffix.props: We should DEFINE (not UNDEFINE) the DEBUG_ALL and DEBUG_INTERNAL
1407 macros when building with 'debugsuffix' target.
1409 2013-06-18 Roger Fong <roger_fong@apple.com>
1411 Replace tools32 folder with tools and update WebKit Windows solution accordingly.
1412 <rdar://problem/14118143>.
1414 Rubberstamped by Brent Fulgham.
1416 * win/tools: Copied from win/tools32.
1417 * win/tools/WinTools.make:
1418 * win/tools/scripts/auto-version.sh:
1419 * win/tools/scripts/feature-defines.sh:
1420 * win/tools32: Removed.
1421 * win/tools32/WinTools.make: Removed.
1422 * win/tools32/scripts: Removed.
1423 * win/tools32/scripts/COPYRIGHT-END-YEAR: Removed.
1424 * win/tools32/scripts/VERSION: Removed.
1425 * win/tools32/scripts/auto-version.sh: Removed.
1426 * win/tools32/scripts/feature-defines.sh: Removed.
1427 * win/tools32/vsprops: Removed.
1428 * win/tools32/vsprops/FeatureDefines.props: Removed.
1429 * win/tools32/vsprops/FeatureDefines.vsprops: Removed.
1430 * win/tools32/vsprops/FeatureDefinesCairo.props: Removed.
1431 * win/tools32/vsprops/FeatureDefinesCairo.vsprops: Removed.
1432 * win/tools32/vsprops/WinCairo.props: Removed.
1433 * win/tools32/vsprops/WinCairo.vsprops: Removed.
1434 * win/tools32/vsprops/cURL.props: Removed.
1435 * win/tools32/vsprops/cURL.vsprops: Removed.
1436 * win/tools32/vsprops/common.props: Removed.
1437 * win/tools32/vsprops/common.vsprops: Removed.
1438 * win/tools32/vsprops/debug.props: Removed.
1439 * win/tools32/vsprops/debug.vsprops: Removed.
1440 * win/tools32/vsprops/debug_all.vsprops: Removed.
1441 * win/tools32/vsprops/debug_wincairo.props: Removed.
1442 * win/tools32/vsprops/debug_wincairo.vsprops: Removed.
1443 * win/tools32/vsprops/debugsuffix.props: Removed.
1444 * win/tools32/vsprops/production.props: Removed.
1445 * win/tools32/vsprops/production.vsprops: Removed.
1446 * win/tools32/vsprops/release.props: Removed.
1447 * win/tools32/vsprops/release.vsprops: Removed.
1448 * win/tools32/vsprops/releaseproduction.vsprops: Removed.
1450 2013-06-12 Brent Fulgham <bfulgham@webkit.org>
1452 [WinCairo] Unreviewed build correction.
1454 * win/tools32/vsprops/WinCairo.props: Switch from using the
1455 $WebKitLibraries environment variable to the newer
1457 * win/tools32/vsprops/debug_wincairo.props: Ditto.
1459 2013-06-11 Roger Fong <roger_fong@apple.com>
1461 Unreviewed. Another part of rollout of r151408.
1463 * win/tools64: Removed.
1464 * win/tools64/scripts: Removed.
1465 * win/tools64/vsprops: Removed.
1467 2013-06-11 Roger Fong <roger_fong@apple.com>
1469 Unreviewed. WinTools makefile fix.
1471 * win/tools32/WinTools.make:
1473 2013-06-11 Commit Queue <commit-queue@webkit.org>
1475 Unreviewed, rolling out r151408.
1476 http://trac.webkit.org/changeset/151408
1477 https://bugs.webkit.org/show_bug.cgi?id=117519
1479 Opting for a different approach (Requested by rfong on
1482 * win/WinTools.make: Removed.
1483 * win/tools32/WinTools.make: Renamed from WebKitLibraries/win/tools64/WinTools.make.
1484 * win/tools64/scripts/COPYRIGHT-END-YEAR: Removed.
1485 * win/tools64/scripts/VERSION: Removed.
1486 * win/tools64/scripts/auto-version.sh: Removed.
1487 * win/tools64/scripts/feature-defines.sh: Removed.
1488 * win/tools64/vsprops/FeatureDefines.props: Removed.
1489 * win/tools64/vsprops/FeatureDefines.vsprops: Removed.
1490 * win/tools64/vsprops/FeatureDefinesCairo.props: Removed.
1491 * win/tools64/vsprops/FeatureDefinesCairo.vsprops: Removed.
1492 * win/tools64/vsprops/WinCairo.props: Removed.
1493 * win/tools64/vsprops/WinCairo.vsprops: Removed.
1494 * win/tools64/vsprops/cURL.props: Removed.
1495 * win/tools64/vsprops/cURL.vsprops: Removed.
1496 * win/tools64/vsprops/common.props: Removed.
1497 * win/tools64/vsprops/common.vsprops: Removed.
1498 * win/tools64/vsprops/debug.props: Removed.
1499 * win/tools64/vsprops/debug.vsprops: Removed.
1500 * win/tools64/vsprops/debug_all.vsprops: Removed.
1501 * win/tools64/vsprops/debug_wincairo.props: Removed.
1502 * win/tools64/vsprops/debug_wincairo.vsprops: Removed.
1503 * win/tools64/vsprops/debugsuffix.props: Removed.
1504 * win/tools64/vsprops/production.props: Removed.
1505 * win/tools64/vsprops/production.vsprops: Removed.
1506 * win/tools64/vsprops/release.props: Removed.
1507 * win/tools64/vsprops/release.vsprops: Removed.
1508 * win/tools64/vsprops/releaseproduction.vsprops: Removed.
1510 2013-06-10 Roger Fong <roger_fong@apple.com>
1512 Change WebKitLibraries/win folder structure around.
1513 <rdar://problem/14097829>
1515 Reviewed by Lucas Forschler.
1517 * win/WinTools.make: Copied from win/tools32/WinTools.make.
1518 * win/tools32/WinTools.make: Removed.
1519 * win/tools64: Copied from win/tools32.
1521 2013-06-05 Bear Travis <betravis@adobe.com>
1523 [CSS Exclusions][CSS Shapes] Split CSS Exclusions & Shapes compile & runtime flags
1524 https://bugs.webkit.org/show_bug.cgi?id=117172
1526 Reviewed by Alexandru Chiculita.
1528 Adding the CSS_SHAPES compile flag.
1530 * win/tools32/vsprops/FeatureDefines.vsprops:
1531 * win/tools32/vsprops/FeatureDefinesCairo.vsprops:
1533 2013-06-03 Roger Fong <roger_fong@apple.com>
1535 Unreviewed. Some AppleWin VS2010 house cleaning.
1537 * win/tools32/scripts/auto-version.sh: Replaced with win/tools32/scripts/auto-version2010.sh.
1538 * win/tools32/scripts/auto-version2010.sh: Removed.
1539 * win/tools32/scripts/feature-defines.sh: Replaced with win/tools32/scripts/feature-defines2010.sh.
1540 * win/tools32/scripts/feature-defines2010.sh: Removed.
1542 2013-06-03 Roger Fong <roger_fong@apple.com>
1544 Nuke VS2005 files from the tree.
1545 <rdar://problem/14042021>.
1547 Rubberstamped by Brent Fulgham.
1550 * win/lib/WebKitSystemInterface.lib: Removed.
1551 * win/tools: Removed.
1552 * win/tools/WinTools.make: Removed.
1553 * win/tools/scripts: Removed.
1554 * win/tools/scripts/COPYRIGHT-END-YEAR: Removed.
1555 * win/tools/scripts/VERSION: Removed.
1556 * win/tools/scripts/auto-version.sh: Removed.
1557 * win/tools/scripts/auto-version2010.sh: Removed.
1558 * win/tools/scripts/feature-defines.sh: Removed.
1559 * win/tools/scripts/feature-defines2010.sh: Removed.
1560 * win/tools/vsprops: Removed.
1561 * win/tools/vsprops/FeatureDefines.props: Removed.
1562 * win/tools/vsprops/FeatureDefines.vsprops: Removed.
1563 * win/tools/vsprops/FeatureDefinesCairo.props: Removed.
1564 * win/tools/vsprops/FeatureDefinesCairo.vsprops: Removed.
1565 * win/tools/vsprops/WinCairo.props: Removed.
1566 * win/tools/vsprops/WinCairo.vsprops: Removed.
1567 * win/tools/vsprops/cURL.props: Removed.
1568 * win/tools/vsprops/cURL.vsprops: Removed.
1569 * win/tools/vsprops/common.props: Removed.
1570 * win/tools/vsprops/common.vsprops: Removed.
1571 * win/tools/vsprops/debug.props: Removed.
1572 * win/tools/vsprops/debug.vsprops: Removed.
1573 * win/tools/vsprops/debug_all.vsprops: Removed.
1574 * win/tools/vsprops/debug_wincairo.props: Removed.
1575 * win/tools/vsprops/debug_wincairo.vsprops: Removed.
1576 * win/tools/vsprops/debugsuffix.props: Removed.
1577 * win/tools/vsprops/production.props: Removed.
1578 * win/tools/vsprops/production.vsprops: Removed.
1579 * win/tools/vsprops/release.props: Removed.
1580 * win/tools/vsprops/release.vsprops: Removed.
1581 * win/tools/vsprops/releaseproduction.vsprops: Removed.
1583 2013-05-29 Jeffrey Pfau <jpfau@apple.com>
1585 [Mac] Enable cache partitioning and the public suffix list on 10.8
1586 <rdar://problem/13679019>
1588 Rubber-stamped by David Kilzer.
1590 * WebKitSystemInterface.h:
1591 * libWebKitSystemInterfaceLion.a:
1592 * libWebKitSystemInterfaceMountainLion.a:
1594 2013-05-14 Beth Dakin <bdakin@apple.com>
1596 Printing in 1Password app is broken with screen fonts disabled
1597 https://bugs.webkit.org/show_bug.cgi?id=116133
1599 <rdar://problem/13162981>
1601 Reviewed by Anders Carlsson.
1603 Need WKExecutableWasLinkedOnOrBeforeMountainLion() for this quirk.
1605 * libWebKitSystemInterfaceLion.a:
1606 * libWebKitSystemInterfaceMountainLion.a:
1608 2013-05-08 Roger Fong <roger_fong@apple.com>
1610 Unreviewed. Update WebKitLibraries/win to handle different architectures properly.
1612 * win/lib32: Copied from win/lib.
1613 * win/tools/WinTools.make:
1615 2013-05-02 Roger Fong <roger_fong@apple.com>
1617 Unreviewed Windows build fix.
1619 * win/lib/WebKitSystemInterface.lib:
1621 2013-05-01 Alexey Proskuryakov <ap@apple.com>
1623 Update WebKitSystemInterface.
1625 * WebKitSystemInterface.h:
1626 * libWebKitSystemInterfaceLion.a:
1627 * libWebKitSystemInterfaceMountainLion.a:
1629 2013-04-29 Chris Fleizach <cfleizach@apple.com>
1631 WEB SPEECH: need to identify the default voice per language
1632 https://bugs.webkit.org/show_bug.cgi?id=115366
1634 Reviewed by Simon Fraser.
1636 * WebKitSystemInterface.h:
1637 * libWebKitSystemInterfaceLion.a:
1638 * libWebKitSystemInterfaceMountainLion.a:
1640 2013-04-29 Roger Fong <roger_fong@apple.com>
1642 Need a tools32 folder for VS2010 builds.
1643 tools folder will be nuked when we nuke VS2005.
1645 * win/tools32: Copied from WebKitLibraries/win/tools.
1647 2013-04-26 Roger Fong <roger_fong@apple.com>
1649 Disable sub-pixel-layout on Apple Windows port, VS2005 edition.
1651 * win/tools/vsprops/FeatureDefines.vsprops:
1653 2013-04-26 Roger Fong <roger_fong@apple.com>
1655 Disable sub-pixel-layout on Apple Windows port.
1657 * win/tools/vsprops/FeatureDefines.props:
1659 2013-04-26 Roger Fong <roger_fong@apple.com>
1661 Make Apple Windows VS2010 build results into and get dependencies from __32 suffixed folders.
1662 Make the DebugSuffix configuration use _debug dependencies.
1664 * win/tools/WinTools.make:
1665 * win/tools/scripts/auto-version2010.sh:
1666 * win/tools/scripts/feature-defines2010.sh:
1667 * win/tools/vsprops/common.props:
1668 * win/tools/vsprops/debugsuffix.props:
1670 2013-04-25 Chris Fleizach <cfleizach@apple.com>
1672 WEB SPEECH: language support does not work as expected
1673 https://bugs.webkit.org/show_bug.cgi?id=115119
1675 Reviewed by Alexey Proskuryakov.
1677 * WebKitSystemInterface.h:
1679 2013-04-24 Roger Fong <roger_fong@apple.com>
1681 Have VS2010 WebKit solution look in WebKit_Libraries/lib32 for dependencies.
1683 * win/tools/vsprops/common.props:
1685 2013-04-23 Antoine Quint <graouts@apple.com>
1687 Initial advance of text runs should be taken into account
1688 https://bugs.webkit.org/show_bug.cgi?id=114949
1690 Reviewed by Darin Adler.
1692 * WebKitSystemInterface.h:
1693 * libWebKitSystemInterfaceLion.a:
1694 * libWebKitSystemInterfaceMountainLion.a:
1696 2013-04-12 Jeffrey Pfau <jpfau@apple.com>
1698 Query directly for cache partition names
1699 https://bugs.webkit.org/show_bug.cgi?id=114538
1701 Reviewed by David Kilzer.
1703 * WebKitSystemInterface.h:
1704 * libWebKitSystemInterfaceLion.a:
1705 * libWebKitSystemInterfaceMountainLion.a:
1707 2013-04-08 Roger Fong <roger_fong@apple.com>
1711 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
1712 * win/lib/WebKitSystemInterface.lib:
1714 2013-04-11 Alexey Proskuryakov <ap@apple.com>
1716 <rdar://problem/10416316> [Mac] WebSocket doesn't work with authenticating proxies
1717 https://bugs.webkit.org/show_bug.cgi?id=114464
1719 Update WebKitSystemInterface.
1721 * WebKitSystemInterface.h:
1722 * libWebKitSystemInterfaceLion.a:
1723 * libWebKitSystemInterfaceMountainLion.a:
1725 2013-04-10 Benjamin Poulain <bpoulain@apple.com>
1727 Mass remove all the empty directories
1729 Rubberstamped by Ryosuke Niwa.
1732 * win/lib/WebKitSystemInterface: Removed.
1734 2013-04-05 Roger Fong <roger_fong@apple.com>
1736 More VS2010 solution makefile fixes.
1737 <rdar://problem/13588964>
1739 * win/tools/WinTools.make:
1741 2013-04-03 Brent Fulgham <bfulgham@webkit.org>
1743 [Windows, WinCairo] Unreviewed VS2010 Build Correction
1745 * win/tools/scripts/auto-version2010.sh: Added properties svn:eol-style and svn:executable.
1746 * win/tools/scripts/feature-defines2010.sh: Added properties svn:eol-style and svn:executable.
1748 2013-04-01 Roger Fong <roger_fong@apple.com>
1750 Update FEATURE_DEFINES string generation for VS2010 solution.
1751 https://bugs.webkit.org/show_bug.cgi?id=113737.
1753 Reviewed by Timothy Horton.
1755 * win/tools/scripts/feature-defines2010.sh: Added.
1757 2013-03-29 Roger Fong <roger_fong@apple.com>
1759 Unreviewed. Rollout r146818.
1761 * win/tools/vsprops/FeatureDefines.props:
1763 2013-03-25 Kent Tamura <tkent@chromium.org>
1765 Rename ENABLE_INPUT_TYPE_DATETIME
1766 https://bugs.webkit.org/show_bug.cgi?id=113254
1768 Reviewed by Kentaro Hara.
1770 Rename ENABLE_INPUT_TYPE_DATETIME to ENABLE_INPUT_TYPE_DATETIME_INCOMPLETE.
1771 Actually I'd like to remove the code, but we shouldn't remove it yet
1772 because we shipped products with it on some platforms.
1774 * win/tools/vsprops/FeatureDefines.props:
1775 * win/tools/vsprops/FeatureDefines.vsprops:
1776 * win/tools/vsprops/FeatureDefinesCairo.props:
1777 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
1779 2013-03-25 Sheriff Bot <webkit.review.bot@gmail.com>
1781 Unreviewed, rolling out r146816, r146821, and r146830.
1782 http://trac.webkit.org/changeset/146816
1783 http://trac.webkit.org/changeset/146821
1784 http://trac.webkit.org/changeset/146830
1785 https://bugs.webkit.org/show_bug.cgi?id=113262
1787 Broke all the Windows tests (Requested by rfong on #webkit).
1789 * win/tools/vsprops/FeatureDefines.vsprops:
1791 2013-03-25 Roger Fong <roger_fong@apple.com>
1793 Unreviewed. Also enable CSS_REGIONS and EXCLUSIONS for VS2010 solution.
1795 * win/tools/vsprops/FeatureDefines.props:
1797 2013-03-25 Roger Fong <roger_fong@apple.com>
1799 Enable CSS_REGIONS and CSS_EXCLUSIONS.
1800 https://bugs.webkit.org/show_bug.cgi?id=87519
1802 Reviewed by Timothy Horton.
1804 * win/tools/vsprops/FeatureDefines.vsprops:
1806 2013-03-21 Roger Fong <roger_fong@apple.com>
1808 Unreviewed. Move common props files for VS2010 solution to WebKitLibraries folder and update all projects accordingly.
1810 * win/tools/vsprops/FeatureDefines.props: Copied from ../Source/WebKit/WebKit.vcxproj/FeatureDefines.props.
1811 * win/tools/vsprops/FeatureDefinesCairo.props: Copied from ../Source/WebKit/WebKit.vcxproj/FeatureDefinesCairo.props.
1812 * win/tools/vsprops/WinCairo.props: Copied from ../Source/WebKit/WebKit.vcxproj/WinCairo.props.
1813 * win/tools/vsprops/cURL.props: Copied from ../Source/WebKit/WebKit.vcxproj/WebKit/cURL.props.
1814 * win/tools/vsprops/common.props: Copied from ../Source/WebKit/WebKit.vcxproj/common.props.
1815 * win/tools/vsprops/debug.props: Copied from ../Source/WebKit/WebKit.vcxproj/debug.props.
1816 * win/tools/vsprops/debug_wincairo.props: Copied from ../Source/WebKit/WebKit.vcxproj/debug_wincairo.props.
1817 * win/tools/vsprops/debugsuffix.props: Copied from ../Source/WebKit/WebKit.vcxproj/debugsuffix.props.
1818 * win/tools/vsprops/production.props: Copied from ../Source/WebKit/WebKit.vcxproj/production.props.
1819 * win/tools/vsprops/release.props: Copied from ../Source/WebKit/WebKit.vcxproj/release.props.
1821 2013-03-19 Brent Fulgham <bfulgham@webkit.org>
1823 [WinCairo] Unreviewed build fix.
1825 * win/tools/vsprops/FeatureDefinesCairo.vsprops: This file was out
1826 of sync with the main Windows build, and the VS2010 version of the
1827 WinCairo port, preventing consistent builds.
1829 2013-03-13 Ryosuke Niwa <rniwa@webkit.org>
1831 Threaded HTML Parser is missing feature define flags in all but Chromium port's build files
1832 https://bugs.webkit.org/show_bug.cgi?id=112277
1834 Reviewed by Adam Barth.
1836 * win/tools/vsprops/FeatureDefines.vsprops:
1837 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
1839 2013-03-06 Jer Noble <jer.noble@apple.com>
1841 Unreviewed roll-out of r145011.
1843 * win/tools/vsprops/FeatureDefines.vsprops:
1845 2013-03-06 Jer Noble <jer.noble@apple.com>
1847 Unreviewed build fix. Add ENABLE_CURSOR_VISIBILITY to the list of FEATURE_DEFINES for
1848 (non-Cairo) Windows builds.
1850 * win/tools/vsprops/FeatureDefines.vsprops:
1852 2013-03-05 Kiran Muppala <cmuppala@apple.com>
1854 Remove deprecated process suppression assertion SPI from WebKitSystemInterface
1855 https://bugs.webkit.org/show_bug.cgi?id=111501
1857 Reviewed by Alexey Proskuryakov.
1859 https://bugs.webkit.org/show_bug.cgi?id=111387 replaced all usage of
1860 WKNSProcessInfoProcessAssertionWithTypes() with
1861 -[NSProcessInfo beginSuspensionOfSystemBehaviors:]. Hence, remove
1862 the now deprecated SPI.
1864 * WebKitSystemInterface.h: Remove
1865 WKNSProcessInfoProcessAssertionWithTypes and associated declarations.
1867 2013-03-05 Kiran Muppala <cmuppala@apple.com>
1869 Use new assertion API for process suppression on Mac
1870 https://bugs.webkit.org/show_bug.cgi?id=111387
1872 Reviewed by Alexey Proskuryakov.
1874 Add WKProcessSuppressionSystemBehaviors constant for use in WebKit2 to
1875 take a process suppression assertion.
1877 * WebKitSystemInterface.h:
1879 2013-03-05 Jeffrey Pfau <jpfau@apple.com>
1881 Clear associated cache partitions when deleting origins' cache
1882 https://bugs.webkit.org/show_bug.cgi?id=111383
1884 Reviewed by Maciej Stachowiak.
1886 * WebKitSystemInterface.h:
1887 * libWebKitSystemInterfaceLion.a:
1888 * libWebKitSystemInterfaceMountainLion.a:
1890 2013-03-04 Kunihiko Sakamoto <ksakamoto@chromium.org>
1892 Add build flag for FontLoader
1893 https://bugs.webkit.org/show_bug.cgi?id=111289
1895 Reviewed by Benjamin Poulain.
1897 Add ENABLE_FONT_LOAD_EVENTS build flag (disabled by default).
1899 * win/tools/vsprops/FeatureDefines.vsprops:
1900 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
1902 2013-02-27 Glenn Adams <glenn@skynav.com>
1904 Add ENABLE_CSS3_TEXT_LINE_BREAK flag.
1905 https://bugs.webkit.org/show_bug.cgi?id=110944
1907 Reviewed by Dean Jackson.
1909 * win/tools/vsprops/FeatureDefines.vsprops:
1910 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
1912 2013-02-21 Jeffrey Pfau <jpfau@apple.com>
1914 Optionally partition cache to prevent using cache for tracking
1915 https://bugs.webkit.org/show_bug.cgi?id=110269
1917 Reviewed by Maciej Stachowiak.
1919 Update WKSI bindings.
1921 * WebKitSystemInterface.h:
1922 * libWebKitSystemInterfaceLion.a:
1923 * libWebKitSystemInterfaceMountainLion.a:
1925 2013-02-22 Aaron Colwell <acolwell@chromium.org>
1927 Disable MediaSource on Apple Windows port
1928 https://bugs.webkit.org/show_bug.cgi?id=110494
1930 Reviewed by Tim Horton.
1932 * win/tools/vsprops/FeatureDefines.vsprops:
1934 2013-02-22 Roger Fong <roger_fong@apple.com>
1936 Unreviewed. Make WinTools.make stop copying vsprops into nested vsprops folders.
1938 * win/tools/WinTools.make:
1940 2013-02-14 Anders Carlsson <andersca@apple.com>
1942 Add WKContextIsPlugInUpdateAvailable
1943 https://bugs.webkit.org/show_bug.cgi?id=109862
1944 <rdar://problem/13173140>
1946 Reviewed by Sam Weinig.
1948 Roll WebKitSystemInterface DEPS.
1950 * WebKitSystemInterface.h:
1951 * libWebKitSystemInterfaceLion.a:
1952 * libWebKitSystemInterfaceMountainLion.a:
1954 2013-02-13 Roger Fong <roger_fong@apple.com>
1956 Move all .props files from WebKitLibraries folder to WebKit Source folder.
1957 https://bugs.webkit.org/show_bug.cgi?id=109761
1959 Reviewed by Brent Fulgham.
1961 * win/tools/vsprops/FeatureDefines.props: Removed.
1962 * win/tools/vsprops/common.props: Removed.
1963 * win/tools/vsprops/debug.props: Removed.
1964 * win/tools/vsprops/release.props: Removed.
1965 * win/tools/vsprops/releaseproduction.props: Removed.
1967 2013-02-07 Roger Fong <roger_fong@apple.com>
1969 Unreviewed. More VS2010 WebKit solution touchups.
1970 Move an ignored warning from a project to common properties.
1972 * win/tools/vsprops/common.props:
1974 2013-02-06 Mike West <mkwst@chromium.org>
1976 Add an ENABLE_NOSNIFF feature flag.
1977 https://bugs.webkit.org/show_bug.cgi?id=109029
1979 Reviewed by Jochen Eisinger.
1981 This new flag will control the behavior of 'X-Content-Type-Options: nosniff'
1982 when processing script and other resource types.
1984 * win/tools/vsprops/FeatureDefines.vsprops:
1985 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
1987 2013-02-01 Alexis Menard <alexis@webkit.org>
1989 Enable unprefixed CSS transitions by default.
1990 https://bugs.webkit.org/show_bug.cgi?id=108216
1992 Reviewed by Dean Jackson.
1994 Rename the flag CSS_TRANSFORMS_ANIMATIONS_TRANSITIONS_UNPREFIXED
1995 to CSS_TRANSFORMS_ANIMATIONS_UNPREFIXED which will be used later to
1996 guard the unprefixing work for CSS Transforms and animations.
1998 * win/tools/vsprops/FeatureDefines.vsprops:
1999 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2001 2013-01-30 Alexey Proskuryakov <ap@apple.com>
2003 Update WebKitSystemInterface for <rdar://problem/13111288>.
2005 * libWebKitSystemInterfaceLion.a:
2006 * libWebKitSystemInterfaceMountainLion.a:
2008 * WebKitSystemInterface.h: Removed WKEnterPluginSandbox, which has been unused now.
2010 2013-01-28 Kiran Muppala <cmuppala@apple.com>
2012 Add window occlusion criteria to determine page visibility on Mac
2013 https://bugs.webkit.org/show_bug.cgi?id=107494
2015 Reviewed by Simon Fraser.
2017 Add enum constants to specify window occlusion notification type to
2018 notification registration/unregistration methods. Add typedef for
2019 window ID data passed to the window occlusion notification handler.
2020 Add method to enable occlusion notifications for a particular window.
2022 * WebKitSystemInterface.h: Add
2023 WKOcclusionNotificationTypeWindowBecameVisible,
2024 WKOcclusionNotificationTypeWindowBecameOccluded,
2026 WKEnableWindowOcclusionNotifications().
2028 2013-01-25 Andy Estes <aestes@apple.com>
2030 Update WKSI header and libraries after r140875.
2032 * WebKitSystemInterface.h:
2033 * libWebKitSystemInterfaceLion.a:
2034 * libWebKitSystemInterfaceMountainLion.a:
2036 2013-01-24 Brent Fulgham <bfulgham@webkit.org>
2038 Get WTF compiling in VS2010 (32bit)
2039 https://bugs.webkit.org/show_bug.cgi?id=106986
2041 Reviewed by Tim Horton.
2043 If you do not have Cygwin in the overall operating system
2044 PATH, the project will not build. In VS2005 we had logic
2045 in the build system to guard against this. We should
2046 retain this in the VS2010 work.
2048 Furthermore, VS2010 has a nasty bug where to Visual Studio
2049 tools path is not defined when performing a 'clean' phase
2050 on an NMAKE-based build. This is corrected here as well.
2052 * win/tools/vsprops/common.props: Revise environment setup
2053 to ensure proper tools are in path during build.
2055 2013-01-19 Roger Fong <roger_fong@apple.com>
2057 Add WebKitLibraries property sheets for compiling WebKit in VS2010.
2058 https://bugs.webkit.org/show_bug.cgi?id=106949
2060 Reviewed by Brent Fulgham.
2062 * win/tools/vsprops/FeatureDefines.props: Added.
2063 * win/tools/vsprops/common.props: Added.
2064 * win/tools/vsprops/debug.props: Added.
2065 * win/tools/vsprops/release.props: Added.
2066 * win/tools/vsprops/releaseproduction.props: Added.
2068 2013-01-21 Dirk Schulze <dschulze@adobe.com>
2070 Add build flag for Canvas's Path object (disabled by default)
2071 https://bugs.webkit.org/show_bug.cgi?id=107473
2073 Reviewed by Dean Jackson.
2075 Add CANVAS_PATH build flag to build systems.
2077 * win/tools/vsprops/FeatureDefines.vsprops:
2078 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2080 2013-01-10 Roger Fong <roger_fong@apple.com>
2082 Update WebkitSystemInterface lib for Windows port.
2083 This hasn't been done in a while and the current one is out of date.
2084 In addition I believe it will fix:
2085 <rdar://problem/12990844>
2087 Rubberstamped by Timothy Horton.
2089 * win/lib/WebKitSystemInterface.lib:
2091 2013-01-08 Kiran Muppala <cmuppala@apple.com>
2093 Add WebKitSystemInterface needed for overriding system proxies on Mac
2094 https://bugs.webkit.org/show_bug.cgi?id=106410
2096 Reviewed by Stephanie Lewis.
2098 This patch is in anticipation of the fix for https://bugs.webkit.org/show_bug.cgi?id=104197,
2099 Add user defaults to override system proxy settings for NetworkProcess on Mac, which
2100 is awaiting the approval of a WebKit2 committer. Commiting the WKSI portion separately,
2101 so that the internal repository commit for generating the WKSI libraries does not have to
2102 be rolled back every time the rest of the patch changes.
2104 Add WKCFNetworkSetOverrideSystemProxySettings(), needed by NetworkProcess to set
2105 custom proxies during initialization.
2107 * WebKitSystemInterface.h:
2108 * libWebKitSystemInterfaceLion.a:
2109 * libWebKitSystemInterfaceMountainLion.a:
2111 2013-01-04 Adam Klein <adamk@chromium.org>
2113 Remove ENABLE_MUTATION_OBSERVERS #define
2114 https://bugs.webkit.org/show_bug.cgi?id=105459
2116 Reviewed by Ryosuke Niwa.
2118 * win/tools/vsprops/FeatureDefines.vsprops:
2119 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2121 2013-01-01 Dan Bernstein <mitz@apple.com>
2123 <rdar://problem/12942239> Update copyright strings
2125 Reviewed by Sam Weinig.
2127 * win/tools/scripts/COPYRIGHT-END-YEAR:
2129 2012-12-28 Mark Rowe <mrowe@apple.com>
2131 Move logic for extracting the OS X marketing version in to WebCore
2132 <http://webkit.org/b/105841> / <rdar://problem/10736041>
2134 Reviewed by Dan Bernstein.
2136 * WebKitSystemInterface.h:
2138 2012-12-19 Kiran Muppala <cmuppala@apple.com>
2140 Adopt new assertion SPI for process suppression on Mac
2141 https://bugs.webkit.org/show_bug.cgi?id=105378
2143 Reviewed by Mark Rowe.
2145 Add WKNSProcessInfoProcessAssertionWithTypes().
2147 * WebKitSystemInterface.h:
2149 2012-12-19 Alexis Menard <alexis@webkit.org>
2151 Implement CSS parsing for CSS transitions unprefixed.
2152 https://bugs.webkit.org/show_bug.cgi?id=104804
2154 Reviewed by Dean Jackson.
2156 Add a new flag ENABLE_CSS_TRANSFORMS_ANIMATIONS_TRANSITIONS_UNPREFIXED
2157 to cover the work of unprefixing Transforms, Animations and
2158 Transitions. It will let the possibility of each ports to turn it off
2159 in their release branches until we're confident that these CSS
2160 properties are ready to be unprefixed.
2162 * win/tools/vsprops/FeatureDefines.vsprops:
2163 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2165 2012-12-12 Roger Fong <roger_fong@apple.com>
2167 Enable VIDEO_TRACK on Windows.
2168 https://bugs.webkit.org/show_bug.cgi?id=104706.
2170 Reviewed by Timothy Horton.
2172 Enable VIDEO_TRACK on Windows and update project property files.
2174 * win/tools/vsprops/FeatureDefines.vsprops:
2176 2012-12-12 Sheriff Bot <webkit.review.bot@gmail.com>
2178 Unreviewed, rolling out r137491.
2179 http://trac.webkit.org/changeset/137491
2180 https://bugs.webkit.org/show_bug.cgi?id=104828
2182 broke the builtd (Requested by rfong on #webkit).
2184 * win/tools/vsprops/FeatureDefines.vsprops:
2186 2012-12-11 Roger Fong <roger_fong@apple.com>
2188 Enable VIDEO_TRACK on Windows.
2189 https://bugs.webkit.org/show_bug.cgi?id=104706.
2191 Reviewed by Timothy Horton.
2193 Enable VIDEO_TRACK on Windows and update project property files.
2195 * win/tools/vsprops/FeatureDefines.vsprops:
2197 2012-12-10 Alexis Menard <alexis@webkit.org>
2199 [CSS3 Backgrounds and Borders] Remove CSS3_BACKGROUND feature flag.
2200 https://bugs.webkit.org/show_bug.cgi?id=104539
2202 Reviewed by Antonio Gomes.
2204 As discussed on webkit-dev it is not needed to keep this feature flag
2205 as support for <position> type is a small feature that is already
2206 implemented by three other UAs. It was useful while landing this
2207 feature as partial bits were landed one after one.
2209 * win/tools/vsprops/FeatureDefines.vsprops:
2210 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2212 2012-12-06 Rick Byers <rbyers@chromium.org>
2214 CSS cursor property should support webkit-image-set
2215 https://bugs.webkit.org/show_bug.cgi?id=99493
2217 Reviewed by Beth Dakin.
2219 Add ENABLE_MOUSE_CURSOR_SCALE - disabled by default
2221 * win/tools/vsprops/FeatureDefines.vsprops:
2222 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2224 2012-11-26 Roger Fong <roger_fong@apple.com>
2226 Unreviewed. ENABLE_ACCELERATED_OVERFLOW_SCROLLING not enabled on Windows.
2227 Add a feature flag and skip some failing tests.
2228 https://bugs.webkit.org/show_bug.cgi?id=103294
2231 compositing/overflow/scrolling-without-painting.html
2232 compositing/overflow/updating-scrolling-content.html
2234 * win/tools/vsprops/FeatureDefines.vsprops:
2236 2012-11-23 Alexis Menard <alexis@webkit.org>
2238 [CSS3 Backgrounds and Borders] Implement new CSS3 background-position parsing.
2239 https://bugs.webkit.org/show_bug.cgi?id=102104
2241 Reviewed by Julien Chaffraix.
2243 Protect the new feature behind a feature flag.
2245 * win/tools/vsprops/FeatureDefines.vsprops:
2246 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2248 2012-11-19 Kihong Kwon <kihong.kwon@samsung.com>
2250 Add PROXIMITY_EVENTS feature
2251 https://bugs.webkit.org/show_bug.cgi?id=102658
2253 Reviewed by Kentaro Hara.
2255 Add PROXIMITY_EVENTS feature to win and win-cairo prot.
2257 * win/tools/vsprops/FeatureDefines.vsprops:
2258 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2260 2012-11-12 Beth Dakin <bdakin@apple.com>
2262 Build fix. Forgot these bits last time.
2264 * libWebKitSystemInterfaceLion.a:
2265 * libWebKitSystemInterfaceMountainLion.a:
2267 2012-11-12 Beth Dakin <bdakin@apple.com>
2269 Zoomed-in scrolling is very slow when deviceScaleFactor > 1
2270 https://bugs.webkit.org/show_bug.cgi?id=101787
2272 Reviewed by Simon Fraser.
2274 wkSetCGFontRenderingMode now takes a BOOL parameter.
2275 * WebKitSystemInterface.h:
2276 * libWebKitSystemInterfaceLion.a:
2277 * libWebKitSystemInterfaceMountainLion.a:
2279 2012-11-08 Anders Carlsson <andersca@apple.com>
2281 Roll WebKitSystemInterface DEPS.
2283 Rubber-stamped by Andreas Kling.
2285 * libWebKitSystemInterfaceLion.a:
2286 * libWebKitSystemInterfaceMountainLion.a:
2288 2012-11-07 Roger Fong <roger_fong@apple.com>
2290 Enable Subpixel Layout on Windows. Rebaseline any failing tests that were rebaselined in r133351.
2291 https://bugs.webkit.org/show_bug.cgi?id=101538
2293 Rubberstamped by Tim Horton.
2295 * win/tools/vsprops/FeatureDefines.vsprops:
2297 2012-11-06 Anders Carlsson <andersca@apple.com>
2301 * WebKitSystemInterface.h:
2303 2012-11-06 Anders Carlsson <andersca@apple.com>
2305 Update Java related WKSI function names
2306 https://bugs.webkit.org/show_bug.cgi?id=101414
2308 Reviewed by Sam Weinig.
2310 Roll WebKitSystemInterface DEPS.
2312 * WebKitSystemInterface.h:
2313 * libWebKitSystemInterfaceLion.a:
2314 * libWebKitSystemInterfaceMountainLion.a:
2316 2012-11-06 Alexey Proskuryakov <ap@apple.com>
2318 Clean up which storage cookie jar functions use
2319 https://bugs.webkit.org/show_bug.cgi?id=101395
2321 Reviewed by Brady Eidson.
2323 * WebKitSystemInterface.h:
2324 * libWebKitSystemInterfaceLion.a:
2325 * libWebKitSystemInterfaceMountainLion.a:
2326 Added WKHTTPCookies() and WKDeleteAllHTTPCookies(). Updated ifdefs for currently
2327 supported OS versions.
2329 2012-11-06 Alexey Proskuryakov <ap@apple.com>
2331 Delete Leopard and Snow Leopard versions of WKSI. These have not been updated in ages.
2333 Rubber-stampted by Mark Rowe.
2335 * libWebKitSystemInterfaceLeopard.a: Removed.
2336 * libWebKitSystemInterfaceSnowLeopard.a: Removed.
2338 2012-11-05 Alexey Proskuryakov <ap@apple.com>
2340 Get rid of setCookieStoragePrivateBrowsingEnabled.
2341 https://bugs.webkit.org/show_bug.cgi?id=101247
2343 Reviewed by Brady Eidson.
2345 * WebKitSystemInterface.h: Removed the function.
2347 2012-11-02 Anders Carlsson <andersca@apple.com>
2349 Don't instantiate the Java plug-in if it's inactive
2350 https://bugs.webkit.org/show_bug.cgi?id=101102
2351 <rdar://problem/12595679>
2353 Reviewed by Andreas Kling.
2355 Update WebKitSystemInterface to a version that has WKJLReportWebComponentsUsed.
2357 * WebKitSystemInterface.h:
2358 * libWebKitSystemInterfaceLion.a:
2359 * libWebKitSystemInterfaceMountainLion.a:
2360 Roll WebKitSystemInterface DERPS.
2362 2012-10-25 Dominik Röttsches <dominik.rottsches@intel.com>
2364 Conditionalize XHR timeout support
2365 https://bugs.webkit.org/show_bug.cgi?id=100356
2367 Reviewed by Adam Barth.
2369 Adding ENABLE_XHR_TIMEOUT feature, which is default off for Apple Win.
2370 See also https://bugs.webkit.org/show_bug.cgi?id=100349 for an attempt
2371 to fix timeout support for CF Network.
2373 * win/tools/vsprops/FeatureDefines.vsprops:
2374 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2376 2012-10-24 Eric Carlson <eric.carlson@apple.com>
2378 Allow ports to override text track rendering style
2379 https://bugs.webkit.org/show_bug.cgi?id=97800
2380 <rdar://problem/12044964>
2382 Reviewed by Maciej Stachowiak.
2384 Update WKSI header with SPI for getting the user caption appearance preferences.
2386 * WebKitSystemInterface.h:
2388 2012-10-19 Dongwoo Joshua Im <dw.im@samsung.com>
2390 Rename ENABLE_CSS3_TEXT_DECORATION to ENABLE_CSS3_TEXT
2391 https://bugs.webkit.org/show_bug.cgi?id=99804
2393 Reviewed by Julien Chaffraix.
2395 CSS3 text related properties will be implemented under this flag,
2396 including text decoration, text-align-last, and text-justify.
2398 * win/tools/vsprops/FeatureDefines.vsprops:
2399 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2401 2012-10-18 Pablo Flouret <pablof@motorola.com>
2403 Implement css3-conditional's @supports rule
2404 https://bugs.webkit.org/show_bug.cgi?id=86146
2406 Reviewed by Antti Koivisto.
2408 * win/tools/vsprops/FeatureDefines.vsprops:
2409 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2410 Add an ENABLE_CSS3_CONDITIONAL_RULES flag.
2412 2012-10-08 Kiran Muppala <cmuppala@apple.com>
2414 Throttle DOM timers on hidden pages.
2415 https://bugs.webkit.org/show_bug.cgi?id=98474
2417 Reviewed by Maciej Stachowiak.
2419 Add HIDDEN_PAGE_DOM_TIMER_THROTTLING feature define.
2421 * win/tools/vsprops/FeatureDefines.vsprops:
2422 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2424 2012-10-05 Sheriff Bot <webkit.review.bot@gmail.com>
2426 Unreviewed, rolling out r130556 and r130564.
2427 http://trac.webkit.org/changeset/130556
2428 http://trac.webkit.org/changeset/130564
2429 https://bugs.webkit.org/show_bug.cgi?id=98572
2431 The patch wasn't reviewed by a reviewer and it is breaking
2432 Chromium Windows (Requested by jchaffraix on #webkit).
2434 * WebKitSystemInterface.h:
2436 2012-10-05 Tim Horton <timothy_horton@apple.com>
2438 Update WebKitSystemInterface libraries and header.
2440 Reviewed by Simon Fraser.
2442 * WebKitSystemInterface.h:
2443 * libWebKitSystemInterfaceLion.a:
2444 * libWebKitSystemInterfaceMountainLion.a:
2445 * libWebKitSystemInterfaceSnowLeopard.a:
2447 2012-10-04 Eric Carlson <eric.carlson@apple.com>
2449 Allow ports to override text track rendering style
2450 https://bugs.webkit.org/show_bug.cgi?id=97800
2451 <rdar://problem/12044964>
2453 Reviewed by Silvia Pfeiffer.
2455 Update WKSI header with SPI for getting the user caption appearance preferences.
2457 * WebKitSystemInterface.h:
2459 2012-09-28 Eric Carlson <eric.carlson@apple.com>
2461 Allow ports to override text track rendering style
2462 <rdar://problem/12044964>
2464 Reviewed by Jessie Berlin.
2466 Update WKSI libraries.
2468 * libWebKitSystemInterfaceLion.a:
2469 * libWebKitSystemInterfaceMountainLion.a:
2470 * libWebKitSystemInterfaceSnowLeopard.a:
2472 2012-09-25 Simon Fraser <simon.fraser@apple.com>
2474 <rdar://problem/12351906> Have DumpRenderTree and WebKitTestRunner crash logs show which test crashed
2476 Reviewed by Tim Horton.
2478 New WKSI libraries and header.
2480 * WebKitSystemInterface.h:
2481 * libWebKitSystemInterfaceLion.a:
2482 * libWebKitSystemInterfaceMountainLion.a:
2483 * libWebKitSystemInterfaceSnowLeopard.a:
2485 2012-09-08 Sam Weinig <sam@webkit.org>
2487 Switch to entering the sandbox directly from main(), rather than waiting for the initialization message
2488 https://bugs.webkit.org/show_bug.cgi?id=96194
2490 Reviewed by Dan Bernstein.
2492 Update WKSI with SPI for getting the bundle URL from an executable URL.
2494 * WebKitSystemInterface.h:
2495 * libWebKitSystemInterfaceLion.a:
2496 * libWebKitSystemInterfaceMountainLion.a:
2497 * libWebKitSystemInterfaceSnowLeopard.a:
2498 Adds WKCopyBundleURLForExecutableURL().
2500 2012-08-29 Tony Chang <tony@chromium.org>
2502 Remove ENABLE_CSS3_FLEXBOX compile time flag
2503 https://bugs.webkit.org/show_bug.cgi?id=95382
2505 Reviewed by Ojan Vafai.
2507 Everyone is already enabling this by default and the spec has stablized.
2509 * win/tools/vsprops/FeatureDefines.vsprops:
2510 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2512 2012-08-15 Bruno de Oliveira Abinader <bruno.abinader@basyskom.com>
2514 [css3-text] Add CSS3 Text decoration compile flag
2515 https://bugs.webkit.org/show_bug.cgi?id=93863
2517 Reviewed by Julien Chaffraix.
2519 This patch handles the compile flag implementation, which will come disabled by
2520 default, thus not exposing the CSS3 text decoration features to the web, unless
2521 when explicitly enabling it with "--css3-text-decoration" build parameter.
2523 * win/tools/vsprops/FeatureDefines.vsprops:
2524 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2526 2012-08-14 Alex Christensen <alex.christensen@flexsim.com>
2528 /SAFESEH should not be a common linker option
2529 https://bugs.webkit.org/show_bug.cgi?id=89372
2531 Reviewed by Darin Adler.
2533 * win/tools/vsprops/common.vsprops:
2534 removed /SAFESEH as a default option for the linker (doesn't work for x64)
2536 2012-08-13 Roger Fong <roger_fong@apple.com>
2538 Enable CSS Sticky Position on Windows.
2539 https://bugs.webkit.org/show_bug.cgi?id=93905
2541 Reviewed by Tim Horton.
2543 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.
2545 * win/tools/vsprops/FeatureDefines.vsprops:
2546 Include ENABLE_CSS_STICKY_POSITION flag.
2548 2012-08-06 Anders Carlsson <andersca@apple.com>
2550 If the Apple Java plug-in is blocked and no runtime is installed, don't load it
2551 https://bugs.webkit.org/show_bug.cgi?id=93289
2552 <rdar://problem/11730092>
2554 Reviewed by Dan Bernstein.
2556 Add WKJLIsRuntimeAndWebComponentsInstalled().
2558 * WebKitSystemInterface.h:
2559 * libWebKitSystemInterfaceLion.a:
2560 * libWebKitSystemInterfaceMountainLion.a:
2562 2012-08-01 Jon Lee <jonlee@apple.com>
2566 Reviewed by Mark Rowe.
2568 * libWebKitSystemInterfaceLion.a:
2569 * libWebKitSystemInterfaceMountainLion.a:
2570 * libWebKitSystemInterfaceSnowLeopard.a:
2572 2012-07-29 Rik Cabanier <cabanier@adobe.com>
2574 Add ENABLE_CSS_COMPOSITING flag
2575 https://bugs.webkit.org/show_bug.cgi?id=92553
2577 Reviewed by Dirk Schulze.
2579 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
2581 * win/tools/vsprops/FeatureDefines.vsprops:
2582 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2584 2012-07-23 Roger Fong <roger_fong@apple.com>
2586 Disable flexbox on Windows
2587 https://bugs.webkit.org/show_bug.cgi?id=92047
2588 <rdar://problem/11570384>
2590 Reviewed by Darin Adler.
2592 Disabled Flexbox CSS3 syntax on Mac, need to do the same for Windows.
2594 * win/tools/vsprops/FeatureDefines.vsprops:
2595 Disable ENABLE_CSS3_FLEXBOX property.
2597 2012-07-23 Kent Tamura <tkent@chromium.org>
2599 Rename ENABLE_METER_TAG and ENABLE_PROGRESS_TAG to ENABLE_METER_ELEMENT and ENABLE_PROGRESS_ELEMENT respectively
2600 https://bugs.webkit.org/show_bug.cgi?id=91941
2602 Reviewed by Kentaro Hara.
2604 A flag name for an elmement should be ENABLE_*_ELEMENT.
2606 * win/tools/vsprops/FeatureDefines.vsprops:
2607 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2609 2012-07-22 Kent Tamura <tkent@chromium.org>
2611 Rename ENABLE_DETAILS to ENABLE_DETAILS_ELEMENT
2612 https://bugs.webkit.org/show_bug.cgi?id=91928
2614 Reviewed by Kentaro Hara.
2616 A flag name for an elmement should be ENABLE_*_ELEMENT.
2618 * win/tools/vsprops/FeatureDefines.vsprops:
2619 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2621 2012-07-20 Kent Tamura <tkent@chromium.org>
2623 Rename ENABLE_DATALIST to ENABLE_DATALIST_ELEMENT
2624 https://bugs.webkit.org/show_bug.cgi?id=91846
2626 Reviewed by Kentaro Hara.
2628 A flag name for an elmement should be ENABLE_*_ELEMENT.
2630 * win/tools/vsprops/FeatureDefines.vsprops:
2631 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2633 2012-07-11 Mark Rowe <mrowe@apple.com>
2635 Add a Mountain Lion version of libWebKitSystemInterface.a.
2637 Update the WebKitSystemInterface header and binaries.
2639 Reviewed by John Sullivan.
2641 * WebKitSystemInterface.h:
2642 * libWebKitSystemInterfaceLion.a:
2643 * libWebKitSystemInterfaceMountainLion.a: Added.
2644 * libWebKitSystemInterfaceSnowLeopard.a:
2646 2012-07-04 John Mellor <johnme@chromium.org>
2648 Text Autosizing: Add compile flag and runtime setting
2649 https://bugs.webkit.org/show_bug.cgi?id=87394
2651 This patch renames Font Boosting to Text Autosizing.
2653 Reviewed by Adam Barth.
2655 * win/tools/vsprops/FeatureDefines.vsprops:
2656 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2658 2012-06-29 Mihai Balan <mibalan@adobe.com>
2660 [CSS Regions] Adding feature defines for CSS Regions for Windows
2661 https://bugs.webkit.org/show_bug.cgi?id=88645
2663 Reviewed by Tony Chang.
2665 Re-trying to enable CSS regions on Windows. This time only enabling
2666 regions since exclusions lead to some very strange compiling/linking
2669 * win/tools/vsprops/FeatureDefines.vsprops: Added default value for ENABLE_CSS_REGIONS
2670 * win/tools/vsprops/FeatureDefinesCairo.vsprops: ditto
2672 2012-06-28 Brent Fulgham <bfulgham@webkit.org>
2674 [WinCairo] Unreviewed build correction. Add two missing macro
2675 declarations to vsprops file.
2677 * win/tools/vsprops/FeatureDefinesCairo.vsprops: Add missing
2678 ENABLE_HIGH_DPI_CANVAS and ENABLE_REQUEST_ANIMATION_FRAME macros.
2680 2012-06-27 Brent Fulgham <bfulgham@webkit.org>
2682 [WinCairo] Unreviewed build correction. Accidentally turned on
2683 CSS_FILTERS, which is not available in tree.
2685 * win/tools/vsprops/FeatureDefinesCairo.vsprops: Turn CSS_FILTERS
2686 back off for WinCairo target.
2688 2012-06-27 Brent Fulgham <bfulgham@webkit.org>
2690 [WinCairo] Unreviewed build correction. Resync feature defines with
2691 Apple port. Things have drifted apart a little.
2693 * win/tools/vsprops/FeatureDefinesCairo.vsprops: Update to match
2694 Apple port, define some missing features.
2696 2012-06-19 Mike West <mkwst@chromium.org>
2698 Introduce ENABLE_CSP_NEXT configuration flag.
2699 https://bugs.webkit.org/show_bug.cgi?id=89300
2701 Reviewed by Adam Barth.
2703 The 1.0 draft of the Content Security Policy spec is just about to
2704 move to Last Call. We'll hide work on the upcoming 1.1 spec behind
2705 this ENABLE flag, disabled by default.
2707 Spec: https://dvcs.w3.org/hg/content-security-policy/raw-file/tip/csp-specification.dev.html
2709 * win/tools/vsprops/FeatureDefines.vsprops:
2710 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2712 2012-06-15 Sheriff Bot <webkit.review.bot@gmail.com>
2714 Unreviewed, rolling out r120280.
2715 http://trac.webkit.org/changeset/120280
2716 https://bugs.webkit.org/show_bug.cgi?id=89273
2718 Enabling CSS regions broke all Windows tests (Requested by
2719 jhomeycutt on #webkit).
2721 * win/tools/vsprops/FeatureDefines.vsprops:
2722 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2724 2012-06-13 Mihai Balan <mibalan@adobe.com>
2726 Fix for #88645 - enabling regions on Windows
2728 [CSS Regions] Adding feature defines for CSS Regions & exclusions for Windows
2729 https://bugs.webkit.org/show_bug.cgi?id=88645
2731 Reviewed by Sam Weinig.
2733 Previous work on #87442 added feature defines to allow proper disabling of CSS Regions and
2734 exclusions (previously even with the feature disabled, parsing still worked). However, the
2735 feature defines were enabled on Mac only - they were broken on Windows. This
2736 patch adds the feature defines to (re)enable regions and exclusions on Windows.
2738 * win/tools/vsprops/FeatureDefines.vsprops: Added default value for ENABLE_CSS_EXCLUSIONS and ENABLE_CSS_REGIONS
2739 * win/tools/vsprops/FeatureDefinesCairo.vsprops: ditto
2741 2012-06-11 Alexis Menard <alexis.menard@openbossa.org>
2743 [CSS3 Backgrounds and Borders] Protect box-decoration-break behind a feature flag.
2744 https://bugs.webkit.org/show_bug.cgi?id=88804
2746 Reviewed by Tony Chang.
2748 Protect box-decoration-break behind a feature flag enabled by default.
2750 * win/tools/vsprops/FeatureDefines.vsprops:
2751 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2753 2012-06-11 Anders Carlsson <andersca@apple.com>
2755 Pass the right color space over to the web process so we can set it on our CA context
2756 https://bugs.webkit.org/show_bug.cgi?id=88819
2757 <rdar://problem/11629050>
2759 Reviewed by John Sullivan.
2761 Add WKCAContextSetColorSpace and WKCAContextGetColorSpace.
2763 * WebKitSystemInterface.h:
2764 * libWebKitSystemInterfaceLion.a:
2765 * libWebKitSystemInterfaceSnowLeopard.a:
2767 2012-06-09 Sukolsak Sakshuwong <sukolsak@google.com>
2769 Add UNDO_MANAGER flag
2770 https://bugs.webkit.org/show_bug.cgi?id=87908
2772 Reviewed by Tony Chang.
2774 * win/tools/vsprops/FeatureDefines.vsprops:
2775 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2777 2012-06-05 Dongwoo Im <dw.im@samsung.com>
2779 Add 'isProtocolHandlerRegistered' and 'unregisterProtocolHandler'.
2780 https://bugs.webkit.org/show_bug.cgi?id=73176
2782 Reviewed by Adam Barth.
2784 Two more APIs are added in Custom Scheme Handler specification.
2785 http://dev.w3.org/html5/spec/Overview.html#custom-handlers
2786 One is 'isProtocolHandlerRegistered' to query whether the specific URL
2787 is registered or not.
2788 The other is 'unregisterProtocolHandler' to remove the registered URL.
2790 * win/tools/vsprops/FeatureDefines.vsprops: Add a macro 'ENABLE_CUSTOM_SCHEME_HANDLER'.
2791 * win/tools/vsprops/FeatureDefinesCairo.vsprops: Add a macro 'ENABLE_CUSTOM_SCHEME_HANDLER'.
2793 2012-05-29 Jessie Berlin <jberlin@apple.com>
2795 [Win] ~1/2 of all the iframe seamless tests fail
2796 https://bugs.webkit.org/show_bug.cgi?id=87543
2798 Rubber-stamped by Eric Seidel.
2800 Finish enabling IFRAME_SEAMLESS on Windows.
2802 * win/tools/vsprops/FeatureDefines.vsprops:
2804 2012-05-28 Vivek Galatage <vivekgalatage@gmail.com>
2806 Remove obsolete feature define ENABLE_3D_CANVAS from FeatureDefines.vsprops for windows
2807 https://bugs.webkit.org/show_bug.cgi?id=87622
2809 Reviewed by Eric Seidel.
2811 Removed the ENABLE_3D_CANVAS from the property define as this is
2812 obsolete since bug #53041
2814 * win/tools/vsprops/FeatureDefines.vsprops:
2816 2012-05-24 John Mellor <johnme@chromium.org>
2818 Font Boosting: Add compile flag and runtime setting
2819 https://bugs.webkit.org/show_bug.cgi?id=87394
2821 Reviewed by Adam Barth.
2823 Add ENABLE_FONT_BOOSTING.
2825 * win/tools/vsprops/FeatureDefines.vsprops:
2826 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2828 2012-05-23 Ojan Vafai <ojan@chromium.org>
2830 add back the ability to disable flexbox
2831 https://bugs.webkit.org/show_bug.cgi?id=87147
2833 Reviewed by Tony Chang.
2835 * win/tools/vsprops/FeatureDefines.vsprops:
2836 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2838 2012-05-10 Anders Carlsson <andersca@apple.com>
2840 WebKit1: Add a way to blacklist specific plug-ins/plug-in versions
2841 https://bugs.webkit.org/show_bug.cgi?id=86150
2842 <rdar://problem/9551196>
2844 Reviewed by Sam Weinig.
2846 Add WKShouldBlockPlugin.
2848 * WebKitSystemInterface.h:
2849 * libWebKitSystemInterfaceLion.a:
2850 * libWebKitSystemInterfaceSnowLeopard.a:
2852 2012-05-08 Jon Lee <jonlee@apple.com>
2854 Safari warns that it needs to resend the form in an iFrame when going back
2855 https://bugs.webkit.org/show_bug.cgi?id=82658
2856 <rdar://problem/11292558>
2858 Reviewed by Darin Adler.
2860 * WebKitSystemInterface.h:
2861 * libWebKitSystemInterfaceLeopard.a:
2862 * libWebKitSystemInterfaceLion.a:
2863 * libWebKitSystemInterfaceSnowLeopard.a:
2865 2012-05-07 Eric Seidel <eric@webkit.org>
2867 Add ENABLE_IFRAME_SEAMLESS so Apple can turn off SEAMLESS if needed
2868 https://bugs.webkit.org/show_bug.cgi?id=85822
2870 Reviewed by Adam Barth.
2872 * win/tools/vsprops/FeatureDefines.vsprops:
2874 2012-05-06 Eric Seidel <eric@webkit.org>
2876 Remove 3D_CANVAS define from vsprops files (it was renamed WEBGL many months ago)
2877 https://bugs.webkit.org/show_bug.cgi?id=85743
2879 Reviewed by Adam Barth.
2881 * win/tools/vsprops/FeatureDefines.vsprops:
2882 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2884 2012-05-02 Eric Seidel <eric@webkit.org>
2886 Resort FeatureDefinesCairo.vcprops to actually be alphabetical (in preparation for autogeneration)
2887 https://bugs.webkit.org/show_bug.cgi?id=85454
2889 Reviewed by Adam Barth.
2891 The PreprocessorDefinitions line is still not sorted, but I'll do that in a separate patch.
2892 There is no functional change in this patch. Just moving the defines around.
2893 Its interesting to me that now that it's sorted and I can easily compare this with other
2894 ports and found that a whole bunch of defines which should be on for Cairo are off,
2895 likely due to Cairo simply being overlooked. These oversights should be easy to avoid
2896 in an autogenerated world.
2898 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2900 2012-05-02 Eric Seidel <eric@webkit.org>
2902 Fix tabs vs. space formating in FeatureDefines.vsprops and fix alphabetical sorting
2903 https://bugs.webkit.org/show_bug.cgi?id=85445
2905 Reviewed by Adam Barth.
2907 I noticed this when comparing my auto-generated output for this file vs. the one
2908 we have checked in. Seems we might as well fix the checked in file to be
2909 consistent in style with itself. :)
2911 * win/tools/vsprops/FeatureDefines.vsprops:
2913 2012-04-27 Gavin Peters <gavinp@chromium.org>
2915 Add new ENABLE_LINK_PRERENDER define to control the Prerendering API
2916 https://bugs.webkit.org/show_bug.cgi?id=84871
2918 Reviewed by Adam Barth.
2920 Prerendering is currently covered by the ENABLE_LINK_PREFETCH macro, but the new Prerendering
2921 API separates it from prefetching. Having separate include guards lets ports enable prefetching,
2922 a relatively easy change, without needing to build the infrastructure for prerendering, which
2923 is considerably more complicated.
2925 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2927 2012-04-10 Adam Barth <abarth@webkit.org>
2929 Limit -apple- and -khtml- to ENABLE(DASHBOARD_SUPPORT)
2930 https://bugs.webkit.org/show_bug.cgi?id=83256
2932 Reviewed by Eric Seidel.
2934 * win/tools/vsprops/FeatureDefines.vsprops:
2936 2012-04-09 Beth Dakin <bdakin@apple.com>
2938 <rdar://problem/11214796>
2940 New WKSI will hopefully fix a common crash seen by the bots in libRIP.A.dylib:
2943 Reviewed by Simon Fraser.
2945 * libWebKitSystemInterfaceLeopard.a:
2946 * libWebKitSystemInterfaceLion.a:
2947 * libWebKitSystemInterfaceSnowLeopard.a:
2949 2012-04-06 Dan Bernstein <mitz@apple.com>
2951 <rdar://problem/10912476> HiDPI: Have canvas use a hidpi backing store, but downsample upon access
2953 Reviewed by Sam Weinig.
2955 * win/tools/vsprops/FeatureDefines.vsprops: Added ENABLE_HIGH_DPI_CANVAS.
2957 2012-04-03 Keishi Hattori <keishi@webkit.org>
2959 Disable ENABLE_DATALIST for now
2960 https://bugs.webkit.org/show_bug.cgi?id=82871
2962 Reviewed by Kent Tamura.
2964 * win/tools/vsprops/FeatureDefines.vsprops: Disabled ENABLE_DATALIST.
2966 2012-03-30 Keishi Hattori <keishi@webkit.org>
2968 Change ENABLE_INPUT_COLOR to ENABLE_INPUT_TYPE_COLOR and enable it for chromium
2969 https://bugs.webkit.org/show_bug.cgi?id=80972
2971 Reviewed by Kent Tamura.
2973 * win/tools/vsprops/FeatureDefines.vsprops:
2974 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2976 2012-03-20 Steve Falkenburg <sfalken@apple.com>
2978 Disable LTCG on Windows to avoid out of process space errors while linking
2979 https://bugs.webkit.org/show_bug.cgi?id=81714
2981 Reviewed by Jessie Berlin.
2983 * win/tools/vsprops/production.vsprops:
2985 2012-03-14 Jer Noble <jer.noble@apple.com>
2987 Wrong icon to restore to windowed mode in full screen video panel
2988 https://bugs.webkit.org/show_bug.cgi?id=70437
2990 Reviewed by Eric Carlson.
2992 * WebKitSystemInterface.h: Added WKMediaUIPartExitFullscreenButton.
2993 * libWebKitSystemInterfaceLeopard.a:
2994 * libWebKitSystemInterfaceLion.a:
2995 * libWebKitSystemInterfaceSnowLeopard.a:
2996 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
2997 * win/lib/WebKitSystemInterface.lib:
2999 2012-03-13 Adam Barth <abarth@webkit.org> && Benjamin Poulain <bpoulain@apple.com>
3001 Always enable ENABLE(CLIENT_BASED_GEOLOCATION)
3002 https://bugs.webkit.org/show_bug.cgi?id=78853
3004 Reviewed by Adam Barth.
3006 * win/tools/vsprops/FeatureDefines.vsprops:
3007 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3009 2012-03-12 Enrica Casucci <enrica@apple.com>
3011 WebKit2: remove NSPasteboard access for promised data from the WebProcess
3012 https://bugs.webkit.org/show_bug.cgi?id=80073
3014 * WebKitSystemInterface.h: Touched the file to make build system happy.
3015 * libWebKitSystemInterfaceLeopard.a:
3016 * libWebKitSystemInterfaceLion.a:
3017 * libWebKitSystemInterfaceSnowLeopard.a:
3019 2012-03-09 Jon Lee <jonlee@apple.com>
3021 Add support for ENABLE(LEGACY_NOTIFICATIONS)
3022 https://bugs.webkit.org/show_bug.cgi?id=80497
3024 Reviewed by Adam Barth.
3026 Prep for b80472: Update API for Web Notifications
3027 * win/tools/vsprops/FeatureDefines.vsprops:
3028 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3030 2012-03-09 Ashod Nakashian <ashodnakashian@yahoo.com>
3032 Bash scripts should support LF endings only
3033 https://bugs.webkit.org/show_bug.cgi?id=79509
3035 Reviewed by David Kilzer.
3037 * win/tools/scripts/feature-defines.sh: Modified property svn:eol-style.
3039 2012-03-05 Sam Weinig <sam@webkit.org>
3041 Fix the SnowLeoaprd build.
3043 * WebKitSystemInterface.h:
3044 * libWebKitSystemInterfaceLeopard.a:
3045 * libWebKitSystemInterfaceLion.a:
3046 * libWebKitSystemInterfaceSnowLeopard.a:
3048 2012-03-05 Sam Weinig <sam@webkit.org>
3050 Update WebKitSystemInterface for WKCAContext additions.
3052 * WebKitSystemInterface.h:
3053 * libWebKitSystemInterfaceLeopard.a:
3054 * libWebKitSystemInterfaceLion.a:
3055 * libWebKitSystemInterfaceSnowLeopard.a:
3057 2012-03-03 Hans Wennborg <hans@chromium.org>
3059 Implement Speech JavaScript API
3060 https://bugs.webkit.org/show_bug.cgi?id=80019
3062 Reviewed by Adam Barth.
3064 Add ENABLE_SCRIPTED_SPEECH.
3066 * win/tools/vsprops/FeatureDefines.vsprops:
3067 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3069 2012-03-01 Nikolas Zimmermann <nzimmermann@rim.com>
3071 Unreviewed, rolling out r109255.
3072 http://trac.webkit.org/changeset/109255
3073 https://bugs.webkit.org/show_bug.cgi?id=79932
3075 Breaks rounded rects with dashed strokes in SVG
3077 * WebKitSystemInterface.h:
3078 * libWebKitSystemInterfaceLeopard.a:
3079 * libWebKitSystemInterfaceLion.a:
3080 * libWebKitSystemInterfaceSnowLeopard.a:
3082 2012-02-29 Tim Horton <timothy_horton@apple.com>
3084 Make use of CG rounded-rect primitives
3085 https://bugs.webkit.org/show_bug.cgi?id=79932
3086 <rdar://problem/9274953>
3088 Reviewed by Simon Fraser.
3090 Add wkCGPathAddRoundedRect.
3092 * WebKitSystemInterface.h:
3093 * libWebKitSystemInterfaceLeopard.a:
3094 * libWebKitSystemInterfaceLion.a:
3095 * libWebKitSystemInterfaceSnowLeopard.a:
3097 2012-02-28 Jer Noble <jer.noble@apple.com>
3099 Full screen video volume slider has "progress bar"
3100 https://bugs.webkit.org/show_bug.cgi?id=79812
3102 Reviewed by Eric Carlson.
3104 * WebKitSystemInterface.h:
3105 * libWebKitSystemInterfaceLeopard.a:
3106 * libWebKitSystemInterfaceLion.a:
3107 * libWebKitSystemInterfaceSnowLeopard.a:
3108 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
3109 * win/lib/WebKitSystemInterface.lib:
3111 2012-02-28 Simon Fraser <simon.fraser@apple.com>
3113 Update WebKitSystemInterface.
3115 Reviewed by Sam Weinig.
3117 * WebKitSystemInterface.h:
3118 * libWebKitSystemInterfaceLeopard.a:
3119 * libWebKitSystemInterfaceLion.a:
3120 * libWebKitSystemInterfaceSnowLeopard.a:
3122 2012-02-28 Alexey Proskuryakov <ap@apple.com>
3124 [Mac] Add an experimental SPI for plug-ins to enter sandbox
3125 https://bugs.webkit.org/show_bug.cgi?id=79709
3127 This pulls a lot of WKSI changes at once, because the script that updates it didn't
3130 * WebKitSystemInterface.h:
3131 * libWebKitSystemInterfaceLeopard.a:
3132 * libWebKitSystemInterfaceLion.a:
3133 * libWebKitSystemInterfaceSnowLeopard.a:
3135 2012-02-10 Adam Klein <adamk@chromium.org>
3137 Enable MUTATION_OBSERVERS by default on all platforms
3138 https://bugs.webkit.org/show_bug.cgi?id=78196
3140 Reviewed by Ojan Vafai.
3142 * win/tools/vsprops/FeatureDefines.vsprops:
3143 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3145 2012-02-06 Matthew Delaney <mdelaney@apple.com>
3147 toDataURL() uses stale data after putImageData()
3148 https://bugs.webkit.org/show_bug.cgi?id=65767
3150 Added WKCGContextResetClip for use in reseting clip for new putByteArray method.
3152 Reviewed by Chris Marrin.
3154 * WebKitSystemInterface.h: Added WKCGContextResetClip.
3155 * libWebKitSystemInterfaceLeopard.a:
3156 * libWebKitSystemInterfaceSnowLeopard.a:
3157 * libWebKitSystemInterfaceLion.a:
3159 2012-02-02 Chris Marrin <cmarrin@apple.com>
3161 Turn on CSS Filters on Windows
3162 https://bugs.webkit.org/show_bug.cgi?id=76667
3164 Turned on CSS_FILTERS for Windows
3166 Reviewed by Adele Peterson.
3168 * win/tools/vsprops/FeatureDefines.vsprops:
3170 2012-02-02 Sheriff Bot <webkit.review.bot@gmail.com>
3172 Unreviewed, rolling out r106566.
3173 http://trac.webkit.org/changeset/106566
3174 https://bugs.webkit.org/show_bug.cgi?id=77673
3176 Broke the Windows build (Requested by jessieberlin on
3179 * win/tools/vsprops/FeatureDefines.vsprops:
3181 2012-02-02 Chris Marrin <cmarrin@apple.com>
3183 Turn on CSS Filters on Windows
3184 https://bugs.webkit.org/show_bug.cgi?id=76667
3186 Turned on CSS_FILTERS for Windows
3188 Reviewed by Adele Peterson.
3190 * win/tools/vsprops/FeatureDefines.vsprops:
3192 2012-01-26 Nikolas Zimmermann <nzimmermann@rim.com>
3194 Not reviewed. Fix win build, by disabling ENABLE_SHADOW_DOM by default.
3196 * win/tools/vsprops/FeatureDefines.vsprops:
3197 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3199 2012-01-25 Hajime Morita <morrita@google.com>>
3201 ENABLE_SHADOW_DOM should be available via build-webkit --shadow-dom
3202 https://bugs.webkit.org/show_bug.cgi?id=76863
3204 Reviewed by Dimitri Glazkov.
3206 Added a feature flag.
3208 * win/tools/vsprops/FeatureDefines.vsprops:
3209 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3211 2012-01-16 Brent Fulgham <bfulgham@webkit.org>
3213 [WinCairo] Build correction. Switch to Apple style builds without
3214 the _debug postfix so that launching tools, etc., will work properly.
3216 * win/tools/vsprops/debug_wincairo.vsprops: Remove use of _debug in
3217 output files to be consistent with WebKit build/test tools.
3219 2012-01-05 Dan Bernstein <mitz@apple.com>
3221 <rdar://problem/10633760> Update copyright strings
3223 Reviewed by Mark Rowe.
3225 * win/tools/scripts/COPYRIGHT-END-YEAR:
3227 2011-12-06 Roland Steiner <rolandsteiner@chromium.org>
3229 <style scoped>: disable on Windows by default
3230 https://bugs.webkit.org/show_bug.cgi?id=73893
3232 Reviewed by Andreas Kling.
3234 * win/tools/vsprops/FeatureDefines.vsprops:
3235 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3237 2011-11-20 Roland Steiner <rolandsteiner@chromium.org>
3239 <style scoped>: add ENABLE(STYLE_SCOPED) flag to WebKit
3240 https://bugs.webkit.org/show_bug.cgi?id=72848
3242 Reviewed by Dimitri Glazkov.
3244 * win/tools/vsprops/FeatureDefines.vsprops:
3245 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3247 2011-11-14 Julien Chaffraix <jchaffraix@webkit.org>
3249 Add --css-grid-layout to build-webkit and the build systems
3250 https://bugs.webkit.org/show_bug.cgi?id=72320
3252 Reviewed by Ojan Vafai.
3254 * win/tools/vsprops/FeatureDefines.vsprops:
3255 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3257 2011-11-14 Tony Chang <tony@chromium.org>
3259 Remove the CSS3_FLEXBOX compile time flag and enable on all ports
3260 https://bugs.webkit.org/show_bug.cgi?id=72196
3262 Reviewed by Ojan Vafai.
3264 * win/tools/vsprops/FeatureDefines.vsprops:
3265 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3267 2011-11-11 Alexey Proskuryakov <ap@apple.com>
3269 WebProcess should use AppSandbox style quarantine
3270 https://bugs.webkit.org/show_bug.cgi?id=72168
3271 <rdar://problem/10434292>
3273 Reviewed by Darin Adler.
3275 * WebKitSystemInterface.h:
3276 * libWebKitSystemInterfaceLion.a:
3277 Added WKEnableSandboxStyleFileQuarantine().
3279 * libWebKitSystemInterfaceLeopard.a:
3280 * libWebKitSystemInterfaceSnowLeopard.a:
3281 Not sure why these also changed, but updating to match most recent build.
3283 2011-11-02 Dean Jackson <dino@apple.com>
3285 Add ENABLE_CSS_SHADERS flag
3286 https://bugs.webkit.org/show_bug.cgi?id=71394
3288 Reviewed by Sam Weinig.
3290 * win/tools/vsprops/FeatureDefines.vsprops:
3291 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3293 2011-10-24 Michael Saboff <msaboff@apple.com>
3295 WebKit doesn't build with recent changes to libdispatch
3296 https://bugs.webkit.org/show_bug.cgi?id=70737
3298 Added new WebKitSystemInterface method CreateVMPressureDispatchOnMainQueue.
3300 * WebKitSystemInterface.h:
3301 * libWebKitSystemInterfaceLeopard.a:
3302 * libWebKitSystemInterfaceLion.a:
3303 * libWebKitSystemInterfaceSnowLeopard.a:
3305 2011-10-21 Jeff Miller <jeffm@apple.com>
3307 Focus rings are too thin in HiDPI in WebKit2
3308 https://bugs.webkit.org/show_bug.cgi?id=70396
3310 Rename wkSetPatternBaseCTM() to wkSetBaseCTM().
3312 Reviewed by Beth Dakin.
3314 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
3315 * win/lib/WebKitSystemInterface.lib:
3317 2011-10-19 Beth Dakin <bdakin@apple.com>
3319 Try to fix the Chromium build.
3321 * WebKitSystemInterface.h:
3322 * libWebKitSystemInterfaceLeopard.a:
3323 * libWebKitSystemInterfaceLion.a:
3324 * libWebKitSystemInterfaceSnowLeopard.a:
3326 2011-10-19 Beth Dakin <bdakin@apple.com>
3328 https://bugs.webkit.org/show_bug.cgi?id=70396
3329 Focus rings are too thin in HiDPI in WebKit2
3331 <rdar://problem/10086876>
3333 Reviewed by Dan Bernstein.
3335 Renamed an existing WebKitSystemInterface function.
3336 * WebKitSystemInterface.h:
3337 * libWebKitSystemInterfaceLion.a:
3338 * libWebKitSystemInterfaceSnowLeopard.a:
3340 2011-10-18 Adam Barth <abarth@webkit.org>
3342 Always enable ENABLE(XPATH)
3343 https://bugs.webkit.org/show_bug.cgi?id=70217
3345 Reviewed by Eric Seidel.
3347 * win/tools/vsprops/FeatureDefines.vsprops:
3348 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3350 2011-10-17 Adam Roben <aroben@apple.com>
3356 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
3358 * win/tools/vsprops/common.vsprops: Specify /bigobj to the compiler.
3360 2011-10-16 Adam Barth <abarth@webkit.org>
3362 Always enable ENABLE(DOM_STORAGE)
3363 https://bugs.webkit.org/show_bug.cgi?id=70189
3365 Reviewed by Eric Seidel.
3367 * win/tools/vsprops/FeatureDefines.vsprops:
3368 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3370 2011-10-14 Dan Bernstein <mitz@apple.com>
3372 REGRESSION (Safari 5.1 - 5.1.1): CSS nesw-resize cursor shows up as a sw-resize cursor
3373 https://bugs.webkit.org/show_bug.cgi?id=70081
3375 Reviewed by Anders Carlsson.
3377 * WebKitSystemInterface.h: Unrelated change, perhaps needed for bug 68478.
3378 * libWebKitSystemInterfaceLeopard.a:
3379 * libWebKitSystemInterfaceLion.a:
3380 * libWebKitSystemInterfaceSnowLeopard.a:
3382 2011-10-13 Arko Saha <arko@motorola.com>
3384 Microdata: Basic implementation of document.getItems() method.
3385 https://bugs.webkit.org/show_bug.cgi?id=68610
3387 Reviewed by Ryosuke Niwa.
3389 Added ENABLE(MICRODATA) feature flag. Implement document.getItems() DOM API.
3390 Spec: http://www.whatwg.org/specs/web-apps/current-work/complete/microdata.html
3392 * win/tools/vsprops/FeatureDefines.vsprops:
3393 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3395 2011-10-12 Adam Barth <abarth@webkit.org>
3397 Remove ENABLE(XHTMLMP) and associated code
3398 https://bugs.webkit.org/show_bug.cgi?id=69729
3400 Reviewed by David Levin.
3402 * win/tools/vsprops/FeatureDefines.vsprops:
3403 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3405 2011-10-11 Kent Tamura <tkent@chromium.org>
3407 C4481 warning should be disabled for OVERRIDE and FINAL.
3408 https://bugs.webkit.org/show_bug.cgi?id=69904
3410 Reviewed by Adam Roben.
3412 * win/tools/vsprops/common.vsprops: Disable C4481.
3414 2011-10-04 Kent Tamura <tkent@chromium.org>
3416 Introduce feature flags for incomplete input types
3417 https://bugs.webkit.org/show_bug.cgi?id=68971
3419 Reviewed by Hajime Morita.
3421 * win/tools/vsprops/FeatureDefines.vsprops:
3422 Add ENABLE_INPUT_TYPE_* flags. They are disabled by default.
3423 * win/tools/vsprops/FeatureDefinesCairo.vsprops: ditto.
3425 2011-10-04 Scott Graham <scottmg@chromium.org>
3427 Add GAMEPAD feature flag
3428 https://bugs.webkit.org/show_bug.cgi?id=66859
3430 Reviewed by Darin Fisher.
3432 * win/tools/vsprops/FeatureDefines.vsprops:
3433 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3435 2011-09-26 Chris Marrin <cmarrin@apple.com>
3437 Enable requestAnimationFrame on Windows
3438 https://bugs.webkit.org/show_bug.cgi?id=68397
3440 Reviewed by Simon Fraser.
3442 Enable REQUEST_ANIMATION_FRAME for Windows
3444 * win/tools/vsprops/FeatureDefines.vsprops:
3446 2011-09-24 Adam Barth <abarth@webkit.org>
3448 Always enable ENABLE(OFFLINE_WEB_APPLICATIONS)
3449 https://bugs.webkit.org/show_bug.cgi?id=68767
3451 Reviewed by Eric Seidel.
3453 * win/tools/vsprops/FeatureDefines.vsprops:
3454 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3456 2011-09-23 Adam Klein <adamk@chromium.org>
3458 Add ENABLE_MUTATION_OBSERVERS feature flag
3459 https://bugs.webkit.org/show_bug.cgi?id=68732
3461 Reviewed by Ojan Vafai.
3463 This flag will guard an implementation of the "Mutation Observers" proposed in
3464 http://lists.w3.org/Archives/Public/public-webapps/2011JulSep/1622.html
3466 * win/tools/vsprops/FeatureDefines.vsprops:
3467 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3469 2011-09-22 Dean Jackson <dino@apple.com>
3471 Add ENABLE_CSS_FILTERS
3472 https://bugs.webkit.org/show_bug.cgi?id=68652
3474 Reviewed by Simon Fraser.
3476 * win/tools/vsprops/FeatureDefines.vsprops:
3477 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3479 2011-09-19 Adam Barth <abarth@webkit.org>
3481 Always enable ENABLE(EVENTSOURCE)
3482 https://bugs.webkit.org/show_bug.cgi?id=68414
3484 Reviewed by Eric Seidel.
3486 * win/tools/vsprops/FeatureDefines.vsprops:
3487 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3489 2011-09-15 Adam Barth <abarth@webkit.org>
3491 Rename ENABLE(DATABASE) to ENABLE(SQL_DATABASE)
3492 https://bugs.webkit.org/show_bug.cgi?id=68205
3494 Reviewed by Eric Seidel.
3496 * win/tools/vsprops/FeatureDefines.vsprops:
3497 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3499 2011-09-15 Eric Seidel <eric@webkit.org>
3501 Remove ENABLE(SVG_AS_IMAGE) since all major ports have it on by default
3502 https://bugs.webkit.org/show_bug.cgi?id=68182
3504 Reviewed by Adam Barth.
3506 * win/tools/vsprops/FeatureDefines.vsprops:
3507 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3509 2011-09-15 Eric Seidel <eric@webkit.org>
3511 Remove ENABLE_SVG_ANIMATION as all major ports have it on by default
3512 https://bugs.webkit.org/show_bug.cgi?id=68022
3514 Reviewed by Ryosuke Niwa.
3516 * win/tools/vsprops/FeatureDefines.vsprops:
3517 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3519 2011-09-14 Eric Seidel <eric@webkit.org>
3521 Remove ENABLE_SVG_USE as <use> is required by HTML5
3522 https://bugs.webkit.org/show_bug.cgi?id=68019
3524 Reviewed by Ryosuke Niwa.
3526 I missed a couple uses of SVG_USE in my previous patch.
3528 * win/tools/vsprops/FeatureDefines.vsprops:
3529 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3531 2011-09-13 Eric Seidel <eric@webkit.org>
3533 Remove ENABLE_SVG_USE as <use> is required by HTML5
3534 https://bugs.webkit.org/show_bug.cgi?id=68019
3536 Reviewed by Ryosuke Niwa.
3538 * win/tools/vsprops/FeatureDefines.vsprops:
3539 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3541 2011-09-13 Eric Seidel <eric@webkit.org>
3543 Remove ENABLE_SVG_FOREIGN_OBJECT as it is a required part of HTML5
3544 https://bugs.webkit.org/show_bug.cgi?id=68018
3546 Reviewed by Ryosuke Niwa.
3548 * win/tools/vsprops/FeatureDefines.vsprops:
3549 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3551 2011-09-01 Tim Horton <timothy_horton@apple.com>
3553 REGRESSION: Rendering artifacts on a rotated, pattern filled shape
3554 https://bugs.webkit.org/show_bug.cgi?id=53055
3555 <rdar://problem/8910917>
3557 Reviewed by Simon Fraser.
3559 Introduce wkCGPatternCreateWithImageAndTransform.
3561 * WebKitSystemInterface.h:
3562 * libWebKitSystemInterfaceLeopard.a:
3563 * libWebKitSystemInterfaceLion.a:
3564 * libWebKitSystemInterfaceSnowLeopard.a:
3565 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
3566 * win/lib/WebKitSystemInterface.lib:
3568 2011-08-30 Aaron Colwell <acolwell@chromium.org>
3570 Add MediaSource API to HTMLMediaElement
3571 https://bugs.webkit.org/show_bug.cgi?id=64731
3573 Reviewed by Eric Carlson.
3575 * win/tools/vsprops/FeatureDefines.vsprops:
3576 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3578 2011-08-24 Lucas Forschler <lforschler@apple.com>
3580 Update SVN properties to help out the Windows EWS bots.
3582 Reviewed by Adam Roben.
3584 * win: Modified properties svn:ignore.
3585 * win/include: Modified property svn:ignore.
3586 * win/lib: Modified property svn:ignore.
3588 2011-08-18 Beth Dakin <bdakin@apple.com>
3590 Reviewed by Sam Weinig.
3592 https://bugs.webkit.org/show_bug.cgi?id=66495
3593 Lion-specific scroller SPIs can use forward declaration instead of
3594 WebKitSystemInterface
3596 * WebKitSystemInterface.h:
3597 * libWebKitSystemInterfaceLeopard.a:
3598 * libWebKitSystemInterfaceLion.a:
3599 * libWebKitSystemInterfaceSnowLeopard.a:
3601 2011-07-28 Dan Bernstein <mitz@apple.com>
3603 WebKitSystemInterface support for
3604 <rdar://problem/9589433> Displaying Japanese dictionary contents in vertical orientation takes a couple of seconds
3606 Reviewed by Darin Adler.
3608 * WebKitSystemInterface.h: Added WKGetVerticalGlyphsForCharacters().
3609 * libWebKitSystemInterfaceLeopard.a:
3610 * libWebKitSystemInterfaceLion.a:
3611 * libWebKitSystemInterfaceSnowLeopard.a:
3613 2011-07-22 Jessie Berlin <jberlin@apple.com>
3615 [WebKit2] Changing the cookie accept policy in Private Browsing doesn’t work.
3616 https://bugs.webkit.org/show_bug.cgi?id=64997
3618 Reviewed by Ada Chan.
3620 Add a wrapper around the setter for the CF HTTP cookie accept policy (since it is not
3621 declared in the public headers on Snow Leopard). This wrapper is not necessary for Windows.
3623 * WebKitSystemInterface.h:
3624 * libWebKitSystemInterfaceLeopard.a:
3625 * libWebKitSystemInterfaceLion.a:
3626 * libWebKitSystemInterfaceSnowLeopard.a:
3628 2011-07-15 Pratik Solanki <psolanki@apple.com>
3630 Part of https://bugs.webkit.org/show_bug.cgi?id=63674
3631 Get webkit to compile with USE(CFNETWORK) enabled on Mac
3633 Reviewed by David Kilzer.
3635 New WebKitSystemInterface functions for CFNetwork-based loader.
3637 * WebKitSystemInterface.h:
3638 * libWebKitSystemInterfaceLeopard.a:
3639 * libWebKitSystemInterfaceLion.a:
3640 * libWebKitSystemInterfaceSnowLeopard.a:
3642 2011-07-12 Brent Fulgham <bfulgham@webkit.org>
3644 Standardize WinCairo conditionalized code under PLATFORM macro.
3645 https://bugs.webkit.org/show_bug.cgi?id=64377
3647 Reviewed by Maciej Stachowiak.
3649 * win/tools/vsprops/WinCairo.vsprops: Update to comply with PLATFORM
3650 macro definition (WTF_PLATFORM_WIN_CAIRO)
3652 2011-07-02 Mark Rowe <mrowe@apple.com>
3654 Update the header file too.
3656 * WebKitSystemInterface.h:
3658 2011-07-02 Mark Rowe <mrowe@apple.com>
3660 Update WebKitSystemInterface binaries.
3662 * libWebKitSystemInterfaceLeopard.a:
3663 * libWebKitSystemInterfaceLion.a: Added.
3664 * libWebKitSystemInterfaceSnowLeopard.a:
3666 2011-06-28 Brent Fulgham <bfulgham@webkit.org>
3668 Unreviewed build correction. Link to correct library for
3671 * win/tools/vsprops/WinCairo.vsprops: Don't link to the static
3672 zlib.lib when building for WinCairo.
3674 2011-06-21 MORITA Hajime <morrita@google.com>
3676 Unreviewed, rolling out r89401 and r89403.
3677 http://trac.webkit.org/changeset/89401
3678 http://trac.webkit.org/changeset/89403
3679 https://bugs.webkit.org/show_bug.cgi?id=62970
3681 Breaks mac build and mistakenly enables the spellcheck API
3683 * win/tools/vsprops/FeatureDefines.vsprops:
3684 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3686 2011-06-20 MORITA Hajime <morrita@google.com>
3688 Reviewed by Kent Tamura.
3690 Spellcheck API should be build-able.
3691 https://bugs.webkit.org/show_bug.cgi?id=62970
3693 * win/tools/vsprops/FeatureDefines.vsprops:
3694 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3696 2011-06-20 Pratik Solanki <psolanki@apple.com>
3698 Reviewed by David Kilzer.
3700 HTTP pipelining functions on mac should match windows
3701 https://bugs.webkit.org/show_bug.cgi?id=63012
3703 * WebKitSystemInterface.h:
3704 * libWebKitSystemInterfaceLeopard.a:
3705 * libWebKitSystemInterfaceSnowLeopard.a:
3707 2011-06-13 Tony Chang <tony@chromium.org>
3709 Reviewed by Dimitri Glazkov.
3711 rename ENABLE_NEW_FLEXBOX to ENABLE_CSS3_FLEXBOX
3712 https://bugs.webkit.org/show_bug.cgi?id=62578
3714 * win/tools/vsprops/FeatureDefines.vsprops:
3715 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3717 2011-06-13 Tony Chang <tony@chromium.org>
3719 Reviewed by Adam Barth.
3721 rename ENABLE_FLEXBOX to ENABLE_NEW_FLEXBOX
3722 https://bugs.webkit.org/show_bug.cgi?id=62545
3724 * win/tools/vsprops/FeatureDefines.vsprops:
3725 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3727 2011-06-10 Tony Chang <tony@chromium.org>
3729 Reviewed by Ojan Vafai.
3731 add a compile guard ENABLE(FLEXBOX)
3732 https://bugs.webkit.org/show_bug.cgi?id=62049
3734 * win/tools/vsprops/FeatureDefines.vsprops:
3735 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3737 2011-06-07 Tim Horton <timothy_horton@apple.com>
3739 Reviewed by Alexey Proskuryakov.
3741 Use correct CFURLStorageSessionRef definition on Snow Leopard
3742 https://bugs.webkit.org/show_bug.cgi?id=62223
3744 * WebKitSystemInterface.h:
3746 2011-06-06 Alexandru Chiculita <achicu@adobe.com>
3748 Reviewed by Kent Tamura.
3750 Add ENABLE_CSS_EXCLUSIONS support for build-webkit script
3751 https://bugs.webkit.org/show_bug.cgi?id=61628
3753 * win/tools/vsprops/FeatureDefines.vsprops:
3754 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3756 2011-06-06 Mihnea Ovidenie <mihnea@adobe.com>
3758 Reviewed by Kent Tamura.
3760 Add ENABLE(CSS_REGIONS) guard for CSS Regions support
3761 https://bugs.webkit.org/show_bug.cgi?id=61631
3763 * win/tools/vsprops/FeatureDefines.vsprops:
3764 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3766 2011-05-25 Jer Noble <jer.noble@apple.com>
3768 Reviewed by Dan Bernstein.
3770 30 second rewind button dysfunctional viewing trailers fullscreen.
3771 https://bugs.webkit.org/show_bug.cgi?id=61505
3773 Updated WKSI Libraries with new images for Backward buttons in default
3776 * libWebKitSystemInterfaceLeopard.a:
3777 * libWebKitSystemInterfaceSnowLeopard.a:
3779 2011-05-25 Jer Noble <jer.noble@apple.com>
3781 Reviewed by Darin Adler.
3783 Video fails to play on Vimeo
3784 https://bugs.webkit.org/show_bug.cgi?id=61403
3786 Added functions to retrieve the resolved URL for media types supported on
3789 * WebKitSystemInterface.h:
3790 * WebKitSystemInterface.m:
3791 (WKAVAssetResolvedURL): Added.
3792 (WKQTMovieResolvedURL): Added.
3794 2011-05-24 Keishi Hattori <keishi@webkit.org>
3796 Reviewed by Kent Tamura.
3798 Disable input color. Add INPUT_COLOR feature flag. Implement input color sanitizer.
3799 https://bugs.webkit.org/show_bug.cgi?id=61273
3801 * win/tools/vsprops/FeatureDefines.vsprops: Added INPUT_COLOR feature flag.
3802 * win/tools/vsprops/FeatureDefinesCairo.vsprops: Added INPUT_COLOR feature flag.
3804 2011-05-12 Jessie Berlin <jberlin@apple.com>
3806 Reviewed by Darin Adler.
3808 [Windows WebKit2] Use cookies set in WebKit1
3809 https://bugs.webkit.org/show_bug.cgi?id=60274
3811 Update WKSI with the changes to wkCreatePrivateStorageSession.
3813 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
3814 * win/lib/WebKitSystemInterface.lib:
3816 2011-05-11 Jessie Berlin <jberlin@apple.com>
3818 Reviewed by Steve Falkenburg.
3820 [Windows WebKit2] Use cookies set in WebKit1
3821 https://bugs.webkit.org/show_bug.cgi?id=60274
3823 Take 3 after rolling out KB2465367 from my system.
3825 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
3826 * win/lib/WebKitSystemInterface.lib:
3828 2011-05-11 Sheriff Bot <webkit.review.bot@gmail.com>
3830 Unreviewed, rolling out r86255.
3831 http://trac.webkit.org/changeset/86255
3832 https://bugs.webkit.org/show_bug.cgi?id=60660
3834 REGRESSION (r86255): Lots of tests crashing in
3835 CFWriteStreamCreateWithAllocatedBuffers on Windows 7 Release
3836 (WebKit2 Tests) (Requested by aroben on #webkit).
3838 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
3839 * win/lib/WebKitSystemInterface.lib:
3841 2011-05-11 Jessie Berlin <jberlin@apple.com>
3843 Reviewed by Steve Falkenburg.
3845 [Windows WebKit2] Use cookies set in WebKit1
3846 https://bugs.webkit.org/show_bug.cgi?id=60274
3848 Take 3 after rolling out KB2465367 from my system.
3850 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
3851 * win/lib/WebKitSystemInterface.lib:
3853 2011-05-09 Sheriff Bot <webkit.review.bot@gmail.com>
3855 Unreviewed, rolling out r86075.
3856 http://trac.webkit.org/changeset/86075
3857 https://bugs.webkit.org/show_bug.cgi?id=60495
3859 broke windows tests (Requested by jessieberlin on #webkit).
3861 * win/lib/WebKitSystemInterface.lib:
3863 2011-05-09 Jessie Berlin <jberlin@apple.com>
3865 Take 2 on updating the WKSI libraries.
3867 * win/lib/WebKitSystemInterface.lib:
3869 2011-05-08 Sheriff Bot <webkit.review.bot@gmail.com>
3871 Unreviewed, rolling out r86037.
3872 http://trac.webkit.org/changeset/86037
3873 https://bugs.webkit.org/show_bug.cgi?id=60453
3875 broke Windows tests (Requested by jessieberlin on #webkit).
3877 * win/lib/WebKitSystemInterface.lib:
3879 2011-05-08 Jessie Berlin <jberlin@apple.com>
3881 Rubber-stamped by Alice Liu.
3883 Update the WKSI libraries.
3885 * win/lib/WebKitSystemInterface.lib:
3887 2011-05-07 Sheriff Bot <webkit.review.bot@gmail.com>
3889 Unreviewed, rolling out r86016.
3890 http://trac.webkit.org/changeset/86016
3891 https://bugs.webkit.org/show_bug.cgi?id=60445
3893 caused crashes on the WK2 Windows bots (Requested by
3894 jessieberlin on #webkit).
3896 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
3897 * win/lib/WebKitSystemInterface.lib:
3899 2011-05-07 Jessie Berlin <jberlin@apple.com>
3901 Reviewed by Steve Falkenburg.
3903 [Windows WebKit2] Use cookies set in WebKit1
3904 https://bugs.webkit.org/show_bug.cgi?id=60274
3906 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
3907 * win/lib/WebKitSystemInterface.lib:
3909 2011-05-05 Dan Bernstein <mitz@apple.com>
3911 Reviewed by Simon Fraser.
3913 WebKitSystemInterface part of <rdar://problem/9155590> Broken animation in iAd producer
3915 * WebKitSystemInterface.h: Added WKExecutableWasLinkedOnOrBeforeSnowLeopard().
3917 2011-04-29 Jer Noble <jer.noble@apple.com>
3919 Reviewed by Eric Seidel.
3921 Implement FULLSCREEN_API on Windows, Part 4: Enable it
3922 https://bugs.webkit.org/show_bug.cgi?id=59798
3924 * win/tools/vsprops/FeatureDefines.vsprops: Set ENABLE_FULLSCREEN_API to true.
3926 2011-05-03 David Kilzer <ddkilzer@apple.com>
3928 Part 1 of 2: <http://webkit.org/b/59838> Implement HTTP pipelining for CoreFoundation-based networking
3929 <rdar://problem/8924448>
3931 Reviewed by Adam Roben.
3933 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
3934 (wkGetHTTPPipeliningPriority): Added declaration.
3935 (wkSetHTTPPipeliningMaximumPriority): Added declaration.
3936 (wkSetHTTPPipeliningPriority): Added declaration.
3937 * win/lib/WebKitSystemInterface.lib: Updated.
3939 2011-04-28 David Levin <levin@chromium.org>
3941 Reviewed by Adam Barth.
3943 Remove IMAGE_RESIZER related code.
3944 https://bugs.webkit.org/show_bug.cgi?id=59735
3946 * win/tools/vsprops/FeatureDefines.vsprops: Also removed WML which was missed in r85256.
3947 * win/tools/vsprops/FeatureDefinesCairo.vsprops: Ditto.
3949 2011-04-28 Chris Fleizach <cfleizach@apple.com>
3951 Reviewed by Maciej Stachowiak.
3953 Allow remote accessibility API for WK2 to build on SnowLeopard.
3954 <rdar://problem/9324507>
3956 * WebKitSystemInterface.h:
3957 * libWebKitSystemInterfaceLeopard.a:
3958 * libWebKitSystemInterfaceSnowLeopard.a:
3960 2011-04-27 Mark Rowe <mrowe@apple.com>
3962 Rubber-stamped by Geoff Garen.
3964 Remove some files that are no longer relevant.
3966 * libWebKitSystemInterfaceTiger.a: Removed.
3968 2011-04-23 Brent Fulgham <bfulgham@webkit.org>
3970 [WinCairo] Unreviewed build change.
3972 Activate Geolocation API, as it will work with WinCairo assuming
3973 an appropriate Geolocation Provider is registered.
3975 * win/tools/vsprops/FeatureDefinesCairo.vsprops: Activate the
3976 Geolocation features.
3978 2011-04-21 Maciej Stachowiak <mjs@apple.com>
3980 Reviewed by Adam Roben.
3982 Add a feature define to allow <details> and <summary> to be disabled
3983 https://bugs.webkit.org/show_bug.cgi?id=59118
3984 <rdar://problem/9257045>
3986 * win/tools/vsprops/FeatureDefines.vsprops:
3987 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3989 2011-04-20 Eric Carlson <eric.carlson@apple.com>
3991 Reviewed by Dan Bernstein.
3993 Adopt QTKit API for listing and deleting file in its media cache.
3994 <rdar://problem/9130029>
3995 https://bugs.webkit.org/show_bug.cgi?id=58795
3997 * WebKitSystemInterface.h:
3998 * libWebKitSystemInterfaceLeopard.a:
3999 * libWebKitSystemInterfaceSnowLeopard.a:
4001 2011-04-19 Jessie Berlin <jberlin@apple.com>
4003 Reviewed by Sam Weinig.
4005 Roll r81683 back in.
4007 Going to certain pages causes a download of "st.html" or "jsp.html" (news.yahoo.com, etc.)
4008 <rdar://problem/9139245>
4012 * win/lib/WebKitSystemInterface.lib:
4014 2011-04-15 Shishir Agrawal <shishir@chromium.org>
4016 Reviewed by James Robinson.
4018 Add a flag to guard Page Visibility API changes.
4019 https://bugs.webkit.org/show_bug.cgi?id=58464
4021 * win/tools/vsprops/FeatureDefines.vsprops:
4023 2011-04-14 Pratik Solanki <psolanki@apple.com>
4025 Reviewed by David Kilzer.
4027 Set minimum priority for fast lane connections
4028 https://bugs.webkit.org/show_bug.cgi?id=58353
4030 Add WKSetHTTPPipeliningMinimumFastLanePriority.
4032 * WebKitSystemInterface.h:
4033 * libWebKitSystemInterfaceLeopard.a:
4034 * libWebKitSystemInterfaceSnowLeopard.a:
4036 2011-04-08 Alpha Lam <hclam@chromium.org>
4038 Unreviewed, rolling out r83335.
4039 http://trac.webkit.org/changeset/83335
4040 https://bugs.webkit.org/show_bug.cgi?id=53556
4042 GTK and QT bots are broken
4044 * win/tools/vsprops/FeatureDefines.vsprops:
4045 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
4047 2011-04-07 Anna Cavender <annacc@chromium.org>
4049 Reviewed by Eric Carlson.
4051 Setup ENABLE(TRACK) feature define
4052 https://bugs.webkit.org/show_bug.cgi?id=53556
4054 * win/tools/vsprops/FeatureDefines.vsprops:
4055 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
4057 2011-04-07 Andrew Scherkus <scherkus@chromium.org>
4059 Revert ENABLE_TRACK patch due to compile failures.
4061 * win/tools/vsprops/FeatureDefines.vsprops:
4062 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
4064 2011-04-06 Dai Mikurube <dmikurube@chromium.org>
4066 Reviewed by David Levin.
4068 Add QUOTA build flag for unified quota API
4069 https://bugs.webkit.org/show_bug.cgi?id=57918
4071 * win/tools/vsprops/FeatureDefines.vsprops: Added QUOTA build flag
4072 * win/tools/vsprops/FeatureDefinesCairo.vsprops: Added QUOTA build flag
4074 2011-04-04 David Kilzer <ddkilzer@apple.com>
4076 <http://webkit.org/b/57384> CFNetwork and WebCore load priorities should match
4078 Reviewed by Alexey Proskuryakov.
4080 * WebKitSystemInterface.h:
4081 (WKSetHTTPPipeliningMaximumPriority): Added declaration.
4082 (WKExtractWordDefinitionTokenRangeFromContextualString): Added
4083 missing declaration from r81890.
4084 (WKShowWordDefinitionWindow): Ditto.
4085 (WKHideWordDefinitionWindow): Ditto.
4086 * libWebKitSystemInterfaceLeopard.a: Updated.
4087 * libWebKitSystemInterfaceSnowLeopard.a: Updated.
4089 2011-04-04 Steve Falkenburg <sfalken@apple.com>
4091 Reviewed by Adam Roben.
4093 Remove unused AnalyzeWithLargeStack code from Windows build files
4094 https://bugs.webkit.org/show_bug.cgi?id=57771
4096 This was used for us to build with prefast automatically,
4097 but it is out-of-date and hasn't been used for some time.
4098 Removing completely for now.
4100 * win/tools/vsprops/common.vsprops:
4102 2011-04-04 Steve Falkenburg <sfalken@apple.com>
4104 Reviewed by Brian Weinstein.
4106 Fix Windows build warning.
4107 https://bugs.webkit.org/show_bug.cgi?id=57767
4109 * win/tools/vsprops/common.vsprops:
4111 2011-04-01 Brent Fulgham <bfulgham@webkit.org>
4113 [WinCairo] Unreviewed build fix.
4115 Define DEBUG_ALL for WinCairo debug builds so that the correct
4116 labeled DLLs ("*_debug.dll") are linked for testing runs.
4118 * win/tools/vsprops/debug_wincairo.vsprops:
4120 2011-04-01 Timothy Hatcher <timothy@apple.com>
4122 Make momentum scroll event latching work in WebKit2 on Mac.
4124 <rdar://problem/8751861>
4126 Reviewed by Darin Adler.
4128 * WebKitSystemInterface.h:
4129 * libWebKitSystemInterfaceLeopard.a: Updated to remove WKIsLatchingWheelEvent and add WKGetNSEventMomentumPhase.
4130 * libWebKitSystemInterfaceSnowLeopard.a: Ditto.
4132 2011-03-30 Steve Falkenburg <sfalken@apple.com>
4134 Reviewed by Adam Roben.
4136 Should turn off frame pointer omission (FPO) for Release (not Production) builds
4137 https://bugs.webkit.org/show_bug.cgi?id=54403
4139 Leave it enabled for Windows Production builds.
4140 Disabling this optimization improves stack traces for memory and performance tools like umdh and xperf.
4142 We use both /Oy- and OmitFramePointers="false" since OmitFramePointers="false" isnt' enough
4145 * win/tools/vsprops/release.vsprops:
4147 2011-03-30 Steve Falkenburg <sfalken@apple.com>
4149 Reviewed by Adam Roben.
4151 Share most vsprops between Release and Production builds in releaseproduction.vsprops
4152 https://bugs.webkit.org/show_bug.cgi?id=57508
4154 * win/tools/vsprops/release.vsprops:
4155 * win/tools/vsprops/releaseproduction.vsprops: Copied from WebKitLibraries/win/tools/vsprops/release.vsprops.
4157 2011-03-30 Steve Falkenburg <sfalken@apple.com>
4159 Rubber stamped by Adam Roben.
4161 Remove unnecessary NDEBUG define.
4163 * win/tools/vsprops/production.vsprops:
4165 2011-03-30 Steve Falkenburg <sfalken@apple.com>
4167 Reviewed by Adam Roben.
4169 Update Windows production build logic for new production configurations
4170 https://bugs.webkit.org/show_bug.cgi?id=57494
4172 * win/tools/vsprops/common.vsprops:
4173 * win/tools/vsprops/production.vsprops: Added.
4175 2011-03-29 Brent Fulgham <bfulgham@webkit.org>
4177 Unreviewed build change to activate MathML for WinCairo.
4179 * win/tools/vsprops/FeatureDefinesCairo.vsprops: Enable MathML.
4181 2011-03-29 Jessie Berlin <jberlin@apple.com>
4183 Update the WebKitSystemInterface libraries for changes in the implementation.
4185 * libWebKitSystemInterfaceLeopard.a:
4186 * libWebKitSystemInterfaceSnowLeopard.a:
4188 2011-03-28 Jeff Miller <jeffm@apple.com>
4190 Reviewed by Adam Roben.
4192 Include certificate when sending a WebCore::ResourceError to UI process on Windows
4193 https://bugs.webkit.org/show_bug.cgi?id=57195
4195 Rename wkGetSSLPeerCertificateData() to wkGetSSLPeerCertificateDataBytePtr(), since it returns a void*, and
4196 implement wkGetSSLPeerCertificateData() to return a CFDataRef. Add wkSetSSLPeerCertificateData() so
4197 WebCore::ResourceError can set the certificate in the user info dictionary.
4199 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
4200 * win/lib/WebKitSystemInterface.lib:
4202 2011-03-28 Jeff Miller <jeffm@apple.com>
4204 Rubber-stamped by Adam Roben.
4206 Remove WebKitSystemInterface_debug.lib, it hasn't been used for a few months now.
4208 * win/lib/WebKitSystemInterface_debug.lib: Removed.
4210 2011-03-25 Brent Fulgham <bfulgham@webkit.org>
4212 Kick the build machines after r81977.
4214 * win/tools/vsprops/common.vsprops:
4216 2011-03-22 Sheriff Bot <webkit.review.bot@gmail.com>
4218 Unreviewed, rolling out r81683.
4219 http://trac.webkit.org/changeset/81683
4220 https://bugs.webkit.org/show_bug.cgi?id=56872
4222 Crashing in some tests (Requested by weinig on #webkit).
4224 * win/lib/WebKitSystemInterface.lib:
4226 2011-03-22 Sam Weinig <sam@webkit.org>
4228 Reviewed by Adam Roben.
4230 Going to certain pages causes a download of "st.html" or "jsp.html" (news.yahoo.com, etc.)
4231 <rdar://problem/9139245>
4235 * win/lib/WebKitSystemInterface.lib:
4237 2011-03-22 Sam Weinig <sam@webkit.org>
4239 Reviewed by Brady Eidson.
4241 Going to certain pages causes a download of "st.html" or "jsp.html" (news.yahoo.com, etc.)
4242 <rdar://problem/9139245>
4244 * libWebKitSystemInterfaceLeopard.a:
4245 * libWebKitSystemInterfaceSnowLeopard.a:
4247 2011-03-17 Anders Carlsson <andersca@apple.com>
4249 Add WKWindowWillOrderOffScreenNotification.
4251 * WebKitSystemInterface.h:
4252 * libWebKitSystemInterfaceLeopard.a:
4253 * libWebKitSystemInterfaceSnowLeopard.a:
4255 2011-03-14 Pratik Solanki <psolanki@apple.com>
4257 Rubber-stamped by Mark Rowe.
4259 I checked in Intel-only version of these files in r80975. This fixes that by building all
4260 the correct slices - i386/x86_64/ppc for SnowLeopard and i386/x86_64/ppc/ppc64 for Leopard.
4262 * libWebKitSystemInterfaceLeopard.a:
4263 * libWebKitSystemInterfaceSnowLeopard.a:
4265 2011-03-13 Pratik Solanki <psolanki@apple.com>
4267 Reviewed by Brady Eidson.
4269 Make adjustMIMETypeIfNecessary use CFNetwork directly
4270 https://bugs.webkit.org/show_bug.cgi?id=55912
4272 Add new WKSI functions needed to implement adjustMIMETypeIfNecessary.
4274 * WebKitSystemInterface.h:
4275 * libWebKitSystemInterfaceLeopard.a:
4276 * libWebKitSystemInterfaceSnowLeopard.a:
4278 2011-03-09 Jessie Berlin <jberlin@apple.com>
4280 Reviewed by Adam Roben.
4282 Use the Cookie Storage from the Private Browsing Storage Session directly
4283 https://bugs.webkit.org/show_bug.cgi?id=55986
4285 * WebKitSystemInterface.h:
4286 * libWebKitSystemInterfaceLeopard.a:
4287 * libWebKitSystemInterfaceSnowLeopard.a:
4288 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
4289 * win/lib/WebKitSystemInterface.lib:
4291 2011-03-07 Steve Falkenburg <sfalken@apple.com>
4295 * win/tools/scripts/VERSION:
4297 2011-03-06 Jessie Berlin <jberlin@apple.com>
4299 Reviewed by Sam Weinig.
4301 WebKit2: Use CFNetwork Sessions API.
4302 https://bugs.webkit.org/show_bug.cgi?id=55435.
4304 When Private Browsing is enabled, use cookies from a in-memory Cookie Storage based on the
4305 Private Browsing Storage Session.
4307 Update WebKitSystemInterface headers and libraries with the new functions.
4309 * WebKitSystemInterface.h:
4310 * libWebKitSystemInterfaceLeopard.a:
4311 * libWebKitSystemInterfaceSnowLeopard.a:
4312 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
4313 * win/lib/WebKitSystemInterface.lib:
4315 2011-03-04 Jessie Berlin <jberlin@apple.com>
4317 Reviewed by Maciej Stachowiak.
4319 WebKit2: Use CFNetwork Sessions API.
4320 https://bugs.webkit.org/show_bug.cgi?id=55435.
4322 When Private Browsing is enabled, get the cached url response from the cache associated with
4323 the Private Browsing Storage Session.
4325 Update WebKitSystemInterface headers and libraries with the new functions.
4327 * WebKitSystemInterface.h:
4328 * libWebKitSystemInterfaceLeopard.a:
4329 * libWebKitSystemInterfaceSnowLeopard.a:
4330 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
4331 * win/lib/WebKitSystemInterface.lib:
4333 2011-03-03 Jessie Berlin <jberlin@apple.com>
4335 Reviewed by Adam Roben.
4337 WebKit2: Use CFNetwork Sessions API.
4338 https://bugs.webkit.org/show_bug.cgi?id=55435
4340 Set the Private Browsing Storage Session on requests when Private Browsing is enabled.
4342 Update WebKitSystemInterface headers and libraries with the new functions.
4344 * WebKitSystemInterface.h:
4345 * libWebKitSystemInterfaceLeopard.a:
4346 * libWebKitSystemInterfaceSnowLeopard.a:
4347 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
4348 * win/lib/WebKitSystemInterface.lib:
4350 2011-03-02 Jessie Berlin <jberlin@apple.com>
4352 Update WebKitSystemInterface libraries. Library changes reviewed by Darin Adler.
4354 * libWebKitSystemInterfaceLeopard.a:
4355 * libWebKitSystemInterfaceSnowLeopard.a:
4357 2011-03-02 Jessie Berlin <jberlin@apple.com>
4359 Windows build fix. Unreviewed.
4361 * win/lib/WebKitSystemInterface.lib:
4363 2011-03-02 Jessie Berlin <jberlin@apple.com>
4365 Rubber-stamped by Adam Roben.
4367 WebKit2: Use CFNetwork Sessions API.
4368 https://bugs.webkit.org/show_bug.cgi?id=55435
4370 Add the ability to create a Private Browsing Storage Session.
4372 Update WebKitSystemInterface headers and libraries with the new functions.
4374 * WebKitSystemInterface.h:
4375 * libWebKitSystemInterfaceLeopard.a:
4376 * libWebKitSystemInterfaceSnowLeopard.a:
4377 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
4378 * win/lib/WebKitSystemInterface.lib:
4380 2011-03-02 Daniel Cheng <dcheng@chromium.org>
4382 Reviewed by David Levin.
4384 Add feature define for data transfer items