1 2014-08-15 Brent Fulgham <bfulgham@apple.com>
3 [Win] Link to static VS2013 runtime library.
4 https://bugs.webkit.org/show_bug.cgi?id=136007
5 <rdar://problem/18037766>
7 Reviewed by Dean Jackson.
9 * win/tools/vsprops/common.props: Update link command.
10 * win/tools/vsprops/debugsuffix.props: Ditto.
12 2014-08-14 Brent Fulgham <bfulgham@apple.com>
14 [Win] Extend auto-version and version-stamp for RC_ProjectBuildVersion
15 https://bugs.webkit.org/show_bug.cgi?id=135948
16 <rdar://problem/18022221>
18 Reviewed by David Kilzer.
20 * win/tools/scripts/auto-version.pl:
21 (splitVersion): Use RC_ProjectBuildVersion (or RC_PROJECTBUILDVERSION) if set
22 in the environment as the 'Build Version', unless the multi-tuple version
23 supplied by RC_ProjectSourceVersion already has a fourth component.
24 * win/tools/scripts/version-stamp.pl: Check for RC_ProjectBuildVersion and
25 use it in preference to RC_PROJECTBUILDVERSION.
27 2014-08-08 Joseph Pecoraro <pecoraro@apple.com>
29 make clean does not work in OpenSource, fails in WebKitLibraries
30 https://bugs.webkit.org/show_bug.cgi?id=135734
32 Reviewed by David Kilzer.
35 Add a "clean" target that runs copy-webkitlibraries-to-product-dir
36 with the new --clean switch.
38 2014-08-04 Benjamin Poulain <benjamin@webkit.org>
40 Add a flag for the CSS Selectors level 4 implementation
41 https://bugs.webkit.org/show_bug.cgi?id=135535
43 Reviewed by Andreas Kling.
45 * win/tools/vsprops/FeatureDefines.props:
47 2014-07-31 Brent Fulgham <bfulgham@apple.com>
49 [Win] Use RC_PROJECTBUILDVERSION as build portion of version
50 https://bugs.webkit.org/show_bug.cgi?id=135478
52 Reviewed by David Kilzer.
54 * win/tools/scripts/version-stamp.pl: Check environment for
55 RC_PROJECTBUILDVERSION, and use it for the build portion of
56 the file version resource. Otherwise, use the __VERSION_BUILD__
57 value we calculated from the version string.
59 2014-07-31 Brent Fulgham <bfulgham@apple.com>
61 [Win] Fix build failure when using 5-tuple build versions.
62 https://bugs.webkit.org/show_bug.cgi?id=135464
63 <rdar://problem/17872507>
65 Reviewed by David Kilzer.
67 * win/tools/scripts/version-stamp.pl: Modify the environment for
68 the VersionStamper sub-process to work around bug in that tool.
70 2014-07-29 Brent Fulgham <bfulgham@apple.com>
72 [Win] Modify version numbering scheme to support 5-tuple versions
73 https://bugs.webkit.org/show_bug.cgi?id=135400
74 <rdar://problem/17849033>
76 Reviewed by David Kilzer.
78 Revise the auto-version.pl script so that it generates a set of packed
79 version tuples that allow us to map 5-tuple versions into something
80 that will work with Windows' 3-tuple version structure.
82 * win/tools/scripts/auto-version.pl:
83 (packTwoValues): Added,
84 (splitVersion): Revised to return packed combination of minor-tiny and
85 micro-nano to be used as "MINOR" and "TINY" portion of version.
86 (splitBuildMajorVersion): Deleted.
87 * win/tools/scripts/version-stamp.pl: Added.
89 2014-07-23 Bem Jones-Bey <bjonesbe@adobe.com>
91 Remove CSS_EXCLUSIONS compile flag and leftover code
92 https://bugs.webkit.org/show_bug.cgi?id=135175
94 Reviewed by Zoltan Horvath.
96 At this point, the CSS_EXCLUSIONS flag guards nothing but some useless
97 stubs. This removes the flag and the useless code.
99 * win/tools/vsprops/FeatureDefines.props:
100 * win/tools/vsprops/FeatureDefinesCairo.props:
102 2014-07-22 Brent Fulgham <bfulgham@apple.com>
104 Correct handling of __VERSION_TEXT__ for 4+-tuple versions
105 https://bugs.webkit.org/show_bug.cgi?id=135161
106 <rdar://problem/17763546>
108 Reviewed by David Kilzer.
110 Revise the auto-version.pl script to properly handle version
111 strings with 4 (or more) version tuples. Previously these were
112 being truncated from the version.
114 * win/tools/scripts/auto-version.pl:
115 (splitVersion): Return truncated version of
116 overall version string.
118 2014-07-21 Brent Fulgham <bfulgham@apple.com>
120 [Win] Extend auto-version.pl to handle 5-tuple versions
121 https://bugs.webkit.org/show_bug.cgi?id=135124
122 <rdar://problem/17750334>
124 Reviewed by David Kilzer.
126 Extend tuple parsing to handle up to five tuples, and as
127 few as a single tuple. On Windows, the two additional
130 Also corrected regular expression capture logic to use local
131 blocks, preventing later capture expressions from reusing
132 previous capture results when the current expression failed
133 to find a match (GRRR, Perl!).
135 Clean up code by putting logic into a couple of subroutines.
137 * win/tools/scripts/auto-version.pl:
139 2014-07-21 Brent Fulgham <bfulgham@apple.com>
141 [Win] Correct auto-version.pl script for two-digit version numbers
142 https://bugs.webkit.org/show_bug.cgi?id=135119
143 <rdar://problem/17743959>
145 Reviewed by David Kilzer.
147 The $MAJOR_VERSION must be the first digit of $BUILD_MAJOR_VERSION,
148 and $MINOR_VERSION must be the remaining digits.
150 Also correct regexp (line 90) that was allowing version numbers
151 larger than three digits to be processed.
153 * win/tools/scripts/auto-version.pl: Correct regular expression.
155 2014-07-18 Dana Burkart <dburkart@apple.com>
157 Add a new 'analyze' target to the makefile. This will make use of a new
158 'PATH_TO_SCAN_BUILD' which, if set will wrap xcodebuild in the clang
160 https://bugs.webkit.org/show_bug.cgi?id=135057
161 <rdar://problem/10193187>
163 Reviewed by David Kilzer.
169 2014-07-10 Alex Christensen <achristensen@webkit.org>
171 Enable same features on all Windows ports.
172 https://bugs.webkit.org/show_bug.cgi?id=134715
174 Reviewed by Brent Fulgham.
176 * win/tools/vsprops/FeatureDefinesCairo.props:
177 Made identical to FeatureDefines.props.
179 2014-07-09 Brent Fulgham <bfulgham@apple.com>
181 [Win] Unreviewed build fix.
183 Build bots don't have a three-part default version string,
184 breaking pattern matching. Handle this case.
186 * win/tools/scripts/auto-version.pl:
188 2014-07-09 Brent Fulgham <bfulgham@apple.com>
190 [Win] Unreviewed gardening.
192 * win/tools/scripts/auto-version.pl: Protect against
193 malformed paths (trailing backslashes).
194 * win/tools/scripts/feature-defines.pl: Make sure result
195 has an EOL character.
197 2014-07-09 Brent Fulgham <bfulgham@apple.com>
199 [Win] Remove uses of 'bash' in build system
200 https://bugs.webkit.org/show_bug.cgi?id=134782
201 <rdar://problem/17615533>
203 Reviewed by Dean Jackson.
205 Remove uses of 'bash' by replacing Windows-specific bash scripts
206 with Perl equivalents.
208 * win/tools/scripts/feature-defines.pl: Copied from WebKitLibraries/win/tools/scripts/feature-defines.sh.
209 * win/tools/scripts/feature-defines.sh: Removed.
211 2014-07-08 Brent Fulgham <bfulgham@apple.com>
213 [Win] Implement auto-version as a Perl program
214 https://bugs.webkit.org/show_bug.cgi?id=134745
215 <rdar://problem/17597801>
217 Reviewed by David Kilzer.
219 Translate the auto-version.sh bash script into an equivalent
222 * win/tools/scripts/auto-version.pl: Added.
223 * win/tools/scripts/auto-version.sh: Removed.
225 2014-07-06 Yoav Weiss <yoav@yoav.ws>
227 Turn on img@sizes compile flag
228 https://bugs.webkit.org/show_bug.cgi?id=134634
230 Reviewed by Benjamin Poulain.
232 * win/tools/vsprops/FeatureDefines.props: Added compile flag.
234 2014-07-01 Pratik Solanki <psolanki@apple.com>
236 Encode/decode CFURLRequestRefs when USE(CFNETWORK) is enabled
237 https://bugs.webkit.org/show_bug.cgi?id=134454
238 <rdar://problem/17510980>
240 Reviewed by Andreas Kling.
242 * WebKitSystemInterface.h:
243 * libWebKitSystemInterfaceMavericks.a:
244 * libWebKitSystemInterfaceMountainLion.a:
246 2014-06-25 Laszlo Gombos <l.gombos@samsung.com>
248 Remove build guard for progress element
249 https://bugs.webkit.org/show_bug.cgi?id=134292
251 Reviewed by Benjamin Poulain.
253 * win/tools/vsprops/FeatureDefines.props:
254 * win/tools/vsprops/FeatureDefinesCairo.props:
256 2014-06-21 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
258 Removing PAGE_VISIBILITY_API compile guard.
259 https://bugs.webkit.org/show_bug.cgi?id=133844
261 Reviewed by Gavin Barraclough.
263 * win/tools/vsprops/FeatureDefines.props:
264 * win/tools/vsprops/FeatureDefinesCairo.props:
266 2014-06-11 Jer Noble <jer.noble@apple.com>
268 Update WKSI for <rdar://problem/17009091>.
270 Rubber stamped by Eric Carlson.
272 * libWebKitSystemInterfaceMavericks.a:
273 * libWebKitSystemInterfaceMountainLion.a:
275 2014-06-02 David Kilzer <ddkilzer@apple.com>
277 Error running copy-webkitlibraries-to-product-directory
278 <http://webkit.org/b/133449>
279 <rdar://problem/17047638>
281 Reviewed by Filip Pizlo.
283 * Makefile: Ignore the mysterious future. Use "@true" to
284 suppress the annoying "Nothing to be done for `libs'." message.
286 2014-05-27 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
289 https://bugs.webkit.org/show_bug.cgi?id=132863
291 Reviewed by Csaba Osztrogonác.
293 * win/tools/vsprops/FeatureDefines.props:
294 * win/tools/vsprops/FeatureDefinesCairo.props:
296 2014-05-20 Dean Jackson <dino@apple.com>
298 [Mac] Allow popup menus to override default appearance
299 https://bugs.webkit.org/show_bug.cgi?id=133129
301 Reviewed by Tim Horton.
303 Add a new parameter to WKPopupMenu.
305 * WebKitSystemInterface.h:
306 * libWebKitSystemInterfaceMavericks.a:
307 * libWebKitSystemInterfaceMountainLion.a:
309 2014-05-14 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
311 Remove CSS_STICKY_POSITION guards
312 https://bugs.webkit.org/show_bug.cgi?id=132676
314 Reviewed by Simon Fraser.
316 * win/tools/vsprops/FeatureDefines.props:
317 * win/tools/vsprops/FeatureDefinesCairo.props:
319 2014-05-06 David Kilzer <ddkilzer@apple.com>
321 Add Makefile targets for copying static libraries (LLVM and WKSI)
322 <http://webkit.org/b/132619>
324 Reviewed by Mark Rowe.
327 (libs): Install both LLVM and WKSI static libraries.
328 (all): Add dependency on 'libs' target.
329 (debug d): Set configuration, the call 'libs' target.
332 2014-05-05 Dean Jackson <dino@apple.com>
334 https://bugs.webkit.org/show_bug.cgi?id=132593
336 Update WebKitSystemInterface to allow animated focus rings.
338 * WebKitSystemInterface.h:
339 * libWebKitSystemInterfaceMavericks.a:
340 * libWebKitSystemInterfaceMountainLion.a:
342 2014-05-05 Brent Fulgham <bfulgham@apple.com>
344 [WIN] Enhance auto-version.sh to handle all-caps or mixed-case build environment variable
345 https://bugs.webkit.org/show_bug.cgi?id=132580
346 <rdar://problem/16811179>
348 Reviewed by Dean Jackson.
350 * win/tools/scripts/auto-version.sh: Incorporate Mark's revised syntax.
352 2014-05-05 Brent Fulgham <bfulgham@apple.com>
354 [WIN] Enhance auto-version.sh to handle all-caps or mixed-case build environment variable
355 https://bugs.webkit.org/show_bug.cgi?id=132580
356 <rdar://problem/16811179>
358 Reviewed by Dean Jackson.
360 * win/tools/scripts/auto-version.sh: Fall back to all-caps version
361 of environment variable if mixed-case version is not present.
363 2014-05-01 Brent Fulgham <bfulgham@apple.com>
365 Correct case of environment variables in auto-version.sh scripts
366 https://bugs.webkit.org/show_bug.cgi?id=132455
368 Reviewed by Dean Jackson.
370 Although we have historically used RC_PROJECTSOURCEVERSION in our scripts,
371 the actual environment variable is RC_ProjectSourceVersion. Old versions of
372 Cygwin converted this to all-caps by default, but this is no longer the case.
373 We need to use the proper case to avoid build failures.
375 * win/tools/scripts/auto-version.sh: Although we have historically coded
376 this as 'RC_PROJECTSOURCEVERSION', it is actually 'RC_ProjectSourceVersion'.
378 2014-04-25 Dean Jackson <dino@apple.com>
380 Update WKSI for https://webkit.org/b/132195
381 <rdar://problem/16175750>
383 Sorry, I forgot to update the header. This should fix
386 * WebKitSystemInterface.h:
388 2014-04-25 Dean Jackson <dino@apple.com>
390 Update WKSI for https://webkit.org/b/132195
391 <rdar://problem/16175750>
393 Reviewed by Jessie Berlin.
395 * WebKitSystemInterface.h:
396 * libWebKitSystemInterfaceMavericks.a:
397 * libWebKitSystemInterfaceMountainLion.a:
399 2014-04-22 Alex Christensen <achristensen@webkit.org>
401 Removed old stdbool and inttypes headers.
402 https://bugs.webkit.org/show_bug.cgi?id=131966
404 Reviewed by Brent Fulgham.
406 * win/tools/vsprops/WinCairo.props:
407 Removed references to os-win32 directory.
409 2014-04-15 Filip Pizlo <fpizlo@apple.com>
411 Update LLVM binary drops for Mountain Lion to LLVM r206312.
413 Rubber stamped by Geoffrey Garen.
415 * LLVMIncludesMountainLion.tar.bz2:
416 * LLVMLibrariesMountainLion.tar.bz2:
418 2014-04-15 Filip Pizlo <fpizlo@apple.com>
420 Add LLVM binary drops for Mavericks using LLVM r206312.
422 Rubber stamped by Geoffrey Garen.
424 * LLVMIncludesMavericks.tar.bz2: Added.
425 * LLVMLibrariesMavericks.tar.bz2: Added.
427 2014-04-03 Brent Fulgham <bfulgham@apple.com>
429 [Win] Enable the CSS_GRID_LAYOUT feature.
430 https://bugs.webkit.org/show_bug.cgi?id=131147
432 Reviewed by Simon Fraser.
434 Just like the CANVAS_PATH feature, this seems to have been
435 overlooked when it was turned on for other ports.
437 * win/tools/vsprops/FeatureDefines.props:
438 * win/tools/vsprops/FeatureDefinesCairo.props:
440 2014-04-02 Dean Jackson <dino@apple.com>
443 <rdar://problem/16321286>
445 * libWebKitSystemInterfaceMavericks.a:
446 * libWebKitSystemInterfaceMountainLion.a:
448 2014-04-02 Brent Fulgham <bfulgham@apple.com>
450 [Win] Enable the CANVAS_PATH feature.
451 https://bugs.webkit.org/show_bug.cgi?id=131114
453 Reviewed by Dean Jackson.
455 This code build and runs on Windows just fine. It was overlooked when the feature
456 was activated on other platforms.
458 * win/tools/vsprops/FeatureDefines.props: Turn on the feature.
459 * win/tools/vsprops/FeatureDefinesCairo.props: Ditto.
461 2014-03-31 Alex Christensen <achristensen@webkit.org>
463 [WinCairo] Unreviewed build fix after r166496.
465 * win/tools/vsprops/GStreamerCommon.props:
466 Added gio-2.0.lib to list of GStreamer includes.
468 2014-03-24 Brent Fulgham <bfulgham@apple.com>
470 [Win] Enable WebVTT Regions on Windows.
471 https://bugs.webkit.org/show_bug.cgi?id=130680
473 Reviewed by Eric Carlson.
475 * win/tools/vsprops/FeatureDefines.props: Turn on WEBVTT_REGIONS
476 * win/tools/vsprops/FeatureDefinesCairo.props: Ditto.
478 2014-03-19 Jer Noble <jer.noble@apple.com>
480 [Mac][EME] Query whether decoder support exists before creating a new MediaKeys object.
481 https://bugs.webkit.org/show_bug.cgi?id=130459
483 Reviewed by Eric Carlson.
485 * WebKitSystemInterface.h:
486 * libWebKitSystemInterfaceMavericks.a:
487 * libWebKitSystemInterfaceMountainLion.a:
489 2014-03-18 Alex Christensen <achristensen@webkit.org>
491 [WinCairo] Unreviewed build fix after r165763.
493 * win/tools/vsprops/GStreamerCommon.props:
494 Link to gsttag-1.0.lib in addition to other GStreamer libraries.
496 2014-03-14 Maciej Stachowiak <mjs@apple.com>
498 Replace "Apple Computer, Inc." with "Apple Inc." in copyright headers
499 https://bugs.webkit.org/show_bug.cgi?id=130276
500 <rdar://problem/16266927>
502 Reviewed by Simon Fraser.
504 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
505 * win/tools/scripts/auto-version.sh:
507 2014-03-14 Dean Jackson <dino@apple.com>
509 Remove libWebKitSystemInterfaceLion.a
510 https://bugs.webkit.org/show_bug.cgi?id=130254
512 Reviewed by Geoffrey Garen and Andreas Kling.
514 We don't support Lion any more.
516 * libWebKitSystemInterfaceLion.a: Removed.
518 2014-03-13 Dean Jackson <dino@apple.com>
520 <rdar://problem/16317198>
522 Update WKSI to fix a small leak on iOS.
524 * libWebKitSystemInterfaceLion.a:
525 * libWebKitSystemInterfaceMavericks.a:
526 * libWebKitSystemInterfaceMountainLion.a:
528 2014-03-12 Dean Jackson <dino@apple.com>
530 [WebGL] WebKit1 + WebKit2 iOS clients should check load policy
531 https://bugs.webkit.org/show_bug.cgi?id=130162
533 Add iOS implementations of WebGL load policy queries.
535 * libWebKitSystemInterfaceLion.a:
536 * libWebKitSystemInterfaceMavericks.a:
537 * libWebKitSystemInterfaceMountainLion.a:
539 2014-03-10 Brent Fulgham <bfulgham@apple.com>
541 [Win] Pass environment to Pre-Build, Pre-Link, and Post-Build Stages.
542 https://bugs.webkit.org/show_bug.cgi?id=130023
544 Reviewed by Dean Jackson.
546 * win/tools/vsprops/common.props: Pass WEBKIT_LIBRARIES value to subprocesses.
547 * win/tools/vsprops/debugsuffix.props: Make sure OFFICIAL_BUILD is set.
548 * win/tools/vsprops/production.props: Ditto.
550 2014-03-06 Dean Jackson <dino@apple.com>
552 Update WebKitSystemInterface.
553 <rdar://problem/16256214>
555 * libWebKitSystemInterfaceLion.a:
556 * libWebKitSystemInterfaceMavericks.a:
557 * libWebKitSystemInterfaceMountainLion.a:
559 2014-03-05 Dean Jackson <dino@apple.com>
561 https://bugs.webkit.org/show_bug.cgi?id=129722
562 Update WKSI, again, to fix the build.
564 * libWebKitSystemInterfaceLion.a:
565 * libWebKitSystemInterfaceMavericks.a:
566 * libWebKitSystemInterfaceMountainLion.a:
568 2014-03-05 Dean Jackson <dino@apple.com>
570 https://bugs.webkit.org/show_bug.cgi?id=129722
572 And remember to copy the header file!
574 * WebKitSystemInterface.h:
576 2014-03-05 Dean Jackson <dino@apple.com>
578 https://bugs.webkit.org/show_bug.cgi?id=129722
581 * libWebKitSystemInterfaceLion.a:
582 * libWebKitSystemInterfaceMavericks.a:
583 * libWebKitSystemInterfaceMountainLion.a:
585 2014-03-05 Eric Carlson <eric.carlson@apple.com>
587 [iOS] Show external device name/type in placeholder
588 https://bugs.webkit.org/show_bug.cgi?id=129723
590 Reviewed by Jer Noble.
592 * WebKitSystemInterface.h:
593 * libWebKitSystemInterfaceLion.a:
594 * libWebKitSystemInterfaceMavericks.a:
595 * libWebKitSystemInterfaceMountainLion.a:
597 2014-02-21 Jeffrey Pfau <jpfau@apple.com>
599 [Mac] Cache callbacks for cache partitioning may be passed null
600 https://bugs.webkit.org/show_bug.cgi?id=129175
602 Reviewed by Brady Eidson.
604 * libWebKitSystemInterfaceLion.a:
605 * libWebKitSystemInterfaceMavericks.a:
606 * libWebKitSystemInterfaceMountainLion.a:
608 2014-02-11 Roger Fong <roger_fong@apple.com>
610 [Windows] Set ENABLE_CSS_SHAPE_INSIDE feature flag on Windows.
612 * win/tools/vsprops/FeatureDefines.props:
614 2014-02-04 Andreas Kling <akling@apple.com>
616 Remove <iframe seamless> support.
617 <https://webkit.org/b/128213>
619 Rubber-stamped by Antti Koivisto.
621 * win/tools/vsprops/FeatureDefines.props:
623 2014-01-29 Csaba Osztrogonác <ossy@webkit.org>
625 Remove ENABLE(JAVASCRIPT_DEBUGGER) leftovers
626 https://bugs.webkit.org/show_bug.cgi?id=127845
628 Reviewed by Joseph Pecoraro.
630 * win/tools/vsprops/FeatureDefines.props:
631 * win/tools/vsprops/FeatureDefinesCairo.props:
633 2014-01-23 Roger Fong <roger_fong@apple.com>
635 [Windows] Unreviewed. Disable unnecessary warning C4309, "truncation of constant value".
637 * win/tools/vsprops/common.props:
639 2014-01-16 Alexey Proskuryakov <ap@apple.com>
641 [Mac] [iOS] Add support for CFHTTPCookieStorageAcceptPolicyExclusivelyFromMainDocumentDomain
642 https://bugs.webkit.org/show_bug.cgi?id=127139
644 Reviewed by Brady Eidson.
646 * WebKitSystemInterface.h:
647 * libWebKitSystemInterfaceLion.a:
648 * libWebKitSystemInterfaceMavericks.a:
649 * libWebKitSystemInterfaceMountainLion.a:
650 Update WebKitSystemInterface.
652 2014-01-16 Zalan Bujtas <zalan@apple.com>
654 Subpixel layout: Enable subpixel layout for Apple Windows.
655 https://bugs.webkit.org/show_bug.cgi?id=127074
657 Reviewed by Antti Koivisto.
659 This should make the Apple Windows bots happier. It probably still needs rebaselining.
661 * win/tools/vsprops/FeatureDefines.props:
663 2014-01-11 Alexey Proskuryakov <ap@apple.com>
665 [Mac] [Windows] Stop scheduling network requests in WebCore
666 https://bugs.webkit.org/show_bug.cgi?id=126789
667 <rdar://problem/15114727>
671 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
672 * win/lib32/WebKitSystemInterface.lib:
674 2014-01-11 Alexey Proskuryakov <ap@apple.com>
676 [Mac] [Windows] Stop scheduling network requests in WebCore
677 https://bugs.webkit.org/show_bug.cgi?id=126789
678 <rdar://problem/15114727>
682 * WebKitSystemInterface.h:
683 * libWebKitSystemInterfaceLion.a:
684 * libWebKitSystemInterfaceMavericks.a:
685 * libWebKitSystemInterfaceMountainLion.a:
687 2014-01-10 peavo@outlook.com <peavo@outlook.com>
689 [WinCairo] Crash when rendering (in pixman dll)
690 https://bugs.webkit.org/show_bug.cgi?id=126750
692 Reviewed by Brent Fulgham.
694 Since we link with cairo.lib, and the gstreamer installation also comes with cairo.lib,
695 we link with the wrong cairo.lib, and loads gstreamers cairo dll, instead of our own.
696 We should user our own cairo dll for rendering.
698 * win/tools/vsprops/GStreamer32.props: Put gstreamer lib path last, so we link with the correct cairo.lib.
699 * win/tools/vsprops/GStreamer64.props: Ditto.
701 2014-01-03 Alex Christensen <achristensen@webkit.org>
703 [WinCairo] Enable video using GStreamer.
704 https://bugs.webkit.org/show_bug.cgi?id=126015
706 Reviewed by Darin Adler.
708 * win/tools/vsprops/FeatureDefinesCairo.props:
709 Define ENABLE_MEDIA_CONTROLS_SCRIPT, ENABLE_VIDEO_TRACK, and ENABLE_VIDEO.
711 2013-12-30 Roger Fong <roger_fong@apple.com>
713 [Windows] Disable some annoying build warnings.
715 * win/tools/vsprops/common.props:
717 2013-12-23 Lucas Forschler <lforschler@apple.com>
719 <rdar://problem/15682948> Update copyright strings
721 Reviewed by Dan Bernstein.
723 * win/tools/scripts/COPYRIGHT-END-YEAR:
725 2013-12-19 Alex Christensen <achristensen@webkit.org>
727 Final preparations for GStreamer on Windows.
728 https://bugs.webkit.org/show_bug.cgi?id=125958
730 Reviewed by Benjamin Poulain.
732 * win/tools/vsprops/FeatureDefinesCairo.props:
733 Removed duplicate ENABLE_VIDEO_TRACK definition.
735 2013-12-18 Alex Christensen <achristensen@webkit.org>
737 [WinCairo] Unreviewed build fix after r160798.
739 * win/tools/vsprops/FeatureDefinesCairo.props:
740 Removed ENABLE_MEDIA_CONTROLS_SCRIPT definition for now.
742 2013-12-18 Alex Christensen <achristensen@webkit.org>
744 [WinCairo] Preparation for GStreamer on Windows.
745 https://bugs.webkit.org/show_bug.cgi?id=125946
747 Reviewed by Brent Fulgham.
749 * win/tools/vsprops/FeatureDefinesCairo.props:
750 Added ENABLE_MEDIA_CONTROLS_SCRIPT and ENABLE_VIDEO_TRACK for DerivedSources.make.
751 * win/tools/vsprops/GStreamer32.props: Added.
752 * win/tools/vsprops/GStreamer64.props: Added.
753 * win/tools/vsprops/GStreamerCommon.props: Added.
755 2013-12-13 Brent Fulgham <bfulgham@apple.com>
757 [Win] Unreviewed build fix for VS2013
759 * win/lib32/WebKitSystemInterface.lib: Updated to use VS2013 _MSC_VER symbols
762 2013-12-09 Filip Pizlo <fpizlo@apple.com>
764 Unreviewed, update LLVM binary drops to r196830.
766 * LLVMIncludesMountainLion.tar.bz2:
767 * LLVMLibrariesMountainLion.tar.bz2:
769 2013-12-05 Bear Travis <betravis@adobe.com>
771 [CSS Shapes] Enable CSS Shapes on Windows
772 https://bugs.webkit.org/show_bug.cgi?id=89957
774 Reviewed by Brent Fulgham.
776 Turn on CSS_SHAPES on Windows now that bug 121883 has been fixed.
778 * win/tools/vsprops/FeatureDefines.props:
779 * win/tools/vsprops/FeatureDefinesCairo.props:
781 2013-11-26 Ryosuke Niwa <rniwa@webkit.org>
783 Enable HTML template element on Windows ports
784 https://bugs.webkit.org/show_bug.cgi?id=124758
786 Reviewed by Andreas Kling.
788 Enable TEMPLATE_ELEMENT. Also removed UNDO_MANAGER since that feature has been removed
789 from the tree in r133326.
791 * win/tools/vsprops/FeatureDefines.props:
792 * win/tools/vsprops/FeatureDefinesCairo.props:
794 2013-11-21 Peter Molnar <pmolnar.u-szeged@partner.samsung.com>
796 Remove ENABLE_WORKERS
797 https://bugs.webkit.org/show_bug.cgi?id=105784
799 Reviewed by Darin Adler.
801 * win/tools/vsprops/FeatureDefines.props:
802 * win/tools/vsprops/FeatureDefinesCairo.props:
804 2013-11-17 Filip Pizlo <fpizlo@apple.com>
806 Update binary drops to include atrick's "Ran out of registers" fix in r194942.
808 * LLVMIncludesMountainLion.tar.bz2:
809 * LLVMLibrariesMountainLion.tar.bz2:
811 2013-11-08 Filip Pizlo <fpizlo@apple.com>
813 Update binary drops to a version that includes new stackmap fixes and exposes the new calling conventions.
815 * LLVMIncludesMountainLion.tar.bz2:
816 * LLVMLibrariesMountainLion.tar.bz2:
818 2013-11-03 Filip Pizlo <fpizlo@apple.com>
820 Update binary drops to a version that includes my pretty stack trace changes.
822 * LLVMIncludesMountainLion.tar.bz2:
823 * LLVMLibrariesMountainLion.tar.bz2:
825 2013-11-02 Filip Pizlo <fpizlo@apple.com>
827 Unreviewed, update binary drops.
829 These include my LLVMDisablePrettyStackTrace() fix and are built with --enable-crash-overrides=no
831 * LLVMIncludesMountainLion.tar.bz2:
832 * LLVMLibrariesMountainLion.tar.bz2:
834 2013-10-21 Mark Rowe <mrowe@apple.com>
836 Add a version of WebKitSystemInterface for Mavericks.
838 Reviewed by Ryosuke Niwa.
840 * libWebKitSystemInterfaceMavericks.a: Added.
842 2013-10-17 Anthony Johnson <anthony.johnson@flexsim.com>
844 Crash fix for Windows XP.
845 https://bugs.webkit.org/show_bug.cgi?id=122790
847 Reviewed by Geoffrey Garen.
849 * win/tools/vsprops/common.props:
850 Replaced stack and heap sizes of zero with blank stack and heap sizes.
852 2013-10-16 Filip Pizlo <fpizlo@apple.com>
854 libllvmForJSC shouldn't call exit(1) on report_fatal_error()
855 https://bugs.webkit.org/show_bug.cgi?id=122905
856 <rdar://problem/15237856>
858 Reviewed by Michael Saboff.
860 * LLVMIncludesMountainLion.tar.bz2:
861 * LLVMLibrariesMountainLion.tar.bz2:
863 2013-10-10 Filip Pizlo <fpizlo@apple.com>
865 Update the binary drops to the latest version of LLVM, built without -fvisibility=hidden
866 now that we have soft linking. Also include DataTypes.h in the drop.
868 Rubber stamped by Michael Saboff.
870 * LLVMIncludesMountainLion.tar.bz2:
871 * LLVMLibrariesMountainLion.tar.bz2:
873 2013-10-01 Filip Pizlo <fpizlo@apple.com>
875 FTL should use the new version of LLVM MCJIT memory manager APIs that take a SectionName
876 https://bugs.webkit.org/show_bug.cgi?id=122193
878 Reviewed by Geoffrey Garen.
880 * LLVMIncludesMountainLion.tar.bz2:
881 * LLVMLibrariesMountainLion.tar.bz2:
883 2013-10-01 Brent Fulgham <bfulgham@apple.com>
885 [Win] Implement the media controls in JavaScript.
886 https://bugs.webkit.org/show_bug.cgi?id=122166
888 Reviewed by Jer Noble.
890 * win/tools/vsprops/FeatureDefines.props: Activate the
891 ENABLE_MEDIA_CONTROLS_SCRIPT flag.
893 2013-09-24 Bear Travis <betravis@adobe.com>
895 Disable CSS_SHAPES on Windows
896 https://bugs.webkit.org/show_bug.cgi?id=121879
898 Reviewed by Brent Fulgham.
900 Enabling CSS_SHAPES on Windows is currently causing crashes in DRT.
901 Turn the feature off until it can be appropriately fixed.
903 * win/tools/vsprops/FeatureDefines.props: Disable on Win port
904 * win/tools/vsprops/FeatureDefinesCairo.props: Disable on WinCairo port
906 2013-09-23 Patrick Gansterer <paroga@webkit.org>
908 use NOMINMAX instead of #define min min
909 https://bugs.webkit.org/show_bug.cgi?id=73563
911 Reviewed by Brent Fulgham.
913 Use NOMINMAX instead of #define min/max as a cleaner
914 way of ensuring that Windows system header files don't
915 define min/max as macro in the first place.
917 * win/tools/vsprops/common.props:
919 2013-09-20 Mark Rowe <mrowe@apple.com>
921 Fix link errors for external users when building WebKit with Xcode 5.
923 Reviewed by Oliver Hunt.
925 * libWebKitSystemInterfaceLion.a:
926 * libWebKitSystemInterfaceMountainLion.a:
928 2013-09-19 Bear Travis <betravis@adobe.com>
930 CSS_SHAPES not supported on AppleWin port
931 https://bugs.webkit.org/show_bug.cgi?id=118810
933 Reviewed by Brent Fulgham.
935 * win/tools/vsprops/FeatureDefines.props: Add the CSS_SHAPES compile flag on Windows.
937 2013-09-19 Dan Bernstein <mitz@apple.com>
939 Removed WebCoreSQLite3. It has been unused for years.
941 Rubber-stamped by Mark Rowe.
943 * WebCoreSQLite3: Removed.
944 * WebCoreSQLite3/sqlite3.h: Removed.
945 * WebCoreSQLite3/sqlite3ext.h: Removed.
946 * libWebCoreSQLite3.a: Removed.
948 2013-09-18 Brent Fulgham <bfulgham@apple.com>
950 [Windows] Unreviewed build fix: Expose PlatformArchitecture macro to build system.
952 * win/tools/vsprops/common.props:
954 2013-09-13 Brent Fulgham <bfulgham@apple.com>
956 [Windows] Enable Page Visibility API
957 https://bugs.webkit.org/show_bug.cgi?id=121340
959 Reviewed by Anders Carlsson.
961 * win/tools/vsprops/FeatureDefines.props: Activate feature.
962 * win/tools/vsprops/FeatureDefinesCairo.props: Ditto.
964 2013-09-12 Brent Fulgham <bfulgham@apple.com>
966 [Windows] Update WKSI library for Open Source builders.
968 * win/lib32/WebKitSystemInterface.lib: Recompile with latest WebKit to use newer
969 WTF.dll symbol exports.
971 2013-08-29 Filip Pizlo <fpizlo@apple.com>
973 Just linking LLVM into JSC causes all plugin tests to fail
974 https://bugs.webkit.org/show_bug.cgi?id=113915
976 Reviewed by Oliver Hunt.
978 Updated the binary drops to r189627 of llvm.org, and used the new configure-llvm that does CPPFLAGS=-fvisibility=hidden.
980 * LLVMIncludesMountainLion.tar.bz2:
981 * LLVMLibrariesMountainLion.tar.bz2:
983 2013-08-29 Brent Fulgham <bfulgham@apple.com>
985 [Windows] Unreviewed build fix after r154847.
987 * win/tools/vsprops/FeatureDefines.props: Add missing definition for ENABLE_PROMISES
988 * win/tools/vsprops/FeatureDefinesCairo.props: Ditto
990 2013-08-26 Brent Fulgham <bfulgham@apple.com>
992 [Windows] Updates to WKSI to get external builders working.
994 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
995 * win/lib32/WebKitSystemInterface.lib:
997 2013-08-24 Brent Fulgham <bfulgham@apple.com>
999 [Windows] Another attempt to fix the Windows bots. Need to retain older
1000 QuickTime player features for external builders.
1002 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
1003 * win/lib32/WebKitSystemInterface.lib:
1005 2013-08-23 Brent Fulgham <bfulgham@apple.com>
1007 [Windows] Forgot to check in the header as well!
1009 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
1011 2013-08-23 Brent Fulgham <bfulgham@apple.com>
1013 [Windows] Unreviewed build correction.
1015 * win/lib32/WebKitSystemInterface.lib: Update with new API for r132545.
1017 2013-08-23 Beth Dakin <bdakin@apple.com>
1019 REGRESSION (r132545): Some PDFs generated by WebKit are blank when viewed in
1021 https://bugs.webkit.org/show_bug.cgi?id=120240
1023 <rdar://problem/14634453>
1025 Reviewed by Anders Carlsson.
1027 * WebKitSystemInterface.h:
1028 * libWebKitSystemInterfaceLion.a:
1029 * libWebKitSystemInterfaceMountainLion.a:
1031 2013-08-23 Alex Christensen <achristensen@apple.com>
1033 Re-separating Win32 and Win64 builds.
1034 https://bugs.webkit.org/show_bug.cgi?id=120178
1036 Reviewed by Brent Fulgham.
1038 * win/tools/vsprops/common.props:
1039 Export PlatformArchitecture to be used by make and cmd scripts.
1040 Use PlatformArchitecture to determine correct build directory
1041 (lib32/bin32/obj32 or lib64/bin64/obj64).
1043 2013-08-22 Filip Pizlo <fpizlo@apple.com>
1045 Update LLVM binary drops and scripts to the latest version from SVN
1046 https://bugs.webkit.org/show_bug.cgi?id=120184
1048 Reviewed by Mark Hahnenberg.
1050 Updated binary drops to r189066.
1052 * LLVMIncludesMountainLion.tar.bz2:
1053 * LLVMLibrariesMountainLion.tar.bz2:
1055 2013-08-21 Commit Queue <commit-queue@webkit.org>
1057 Unreviewed, rolling out r154416.
1058 http://trac.webkit.org/changeset/154416
1059 https://bugs.webkit.org/show_bug.cgi?id=120147
1061 Broke Windows builds (Requested by rniwa on #webkit).
1063 * win/tools/vsprops/common.props:
1065 2013-08-21 Alex Christensen <achristensen@apple.com>
1067 <https://webkit.org/b/120137> Separating Win32 and Win64 builds.
1069 Reviewed by Brent Fulgham.
1071 * win/tools/vsprops/common.props:
1072 Export PlatformArchitecture to be used by make and cmd scripts.
1073 Use PlatformArchitecture to determine correct build directory
1074 (lib32/bin32/obj32 or lib64/bin64/obj64).
1076 2013-08-21 Brent Fulgham <bfulgham@apple.com>
1078 <https://webkit.org/b/120113> [Windows] Enable CSS_IMAGE_SET
1080 Reviewed by Anders Carlsson.
1082 * win/tools/vsprops/FeatureDefines.props: Enable CSS_IMAGE_SET feature.
1083 * win/tools/vsprops/FeatureDefinesCairo.props: Ditto.
1085 2013-08-15 Eric Carlson <eric.carlson@apple.com>
1087 [Mac] Remove "legacy" media UI
1088 https://bugs.webkit.org/show_bug.cgi?id=119752
1090 Reviewed by Jer Noble.
1092 * WebKitSystemInterface.h:
1093 * libWebKitSystemInterfaceLion.a:
1094 * libWebKitSystemInterfaceMountainLion.a:
1096 2013-08-13 Simon Fraser <simon.fraser@apple.com>
1098 Various media tests spew "CGContextScaleCTM: invalid context 0x0" errors
1099 https://bugs.webkit.org/show_bug.cgi?id=119490
1101 New versions of WKSI that fix a bug that caused spew about null CGContexts,
1102 and update WebKitSystemInterface.h.
1104 * WebKitSystemInterface.h:
1105 * libWebKitSystemInterfaceLion.a:
1106 * libWebKitSystemInterfaceMountainLion.a:
1108 2013-08-08 Alex Christensen <achristensen@apple.com>
1110 Windows build fixes.
1112 Rubberstamped by Brent Fulgham.
1114 * win/tools/vsprops/debug_wincairo.props: Removed MinimalRebuild option preventing parallel compiling.
1116 2013-07-30 Sanghyun Park <sh919.park@samsung.com>
1118 Missing the rename REGISTER_PROCOTOL_HANDLER Macro to NAVIGATOR_CONTENT_UTILS in WebKitLibraries.
1119 https://bugs.webkit.org/show_bug.cgi?id=119239
1121 According to "https://bugs.webkit.org/show_bug.cgi?id=94920", REGISTER_PROCOTOL_HANDLER macro was changed to NAVIGATOR_CONTENT_UTILS.
1122 But, FeatureDefines.props and FeatureDefinesCairo.props was not changed.
1124 Reviewed by Brent Fulgham.
1126 * win/tools/vsprops/FeatureDefines.props:
1127 * win/tools/vsprops/FeatureDefinesCairo.props:
1129 2013-05-22 Filip Pizlo <fpizlo@apple.com>
1131 Updated LLVM drops to include MCJIT memory management APIs.
1133 Rubber stamped by Mark Hahnenberg.
1135 * LLVMIncludesMountainLion.tar.bz2:
1136 * LLVMLibrariesMountainLion.tar.bz2:
1138 2013-04-30 Filip Pizlo <fpizlo@apple.com>
1140 Updated LLVM drops to include MCJIT fixes and newly exposed API.
1142 Rubber stamped by Mark Hahnenberg.
1144 * LLVMIncludesMountainLion.tar.bz2:
1145 * LLVMLibrariesMountainLion.tar.bz2:
1147 2013-04-16 Filip Pizlo <fpizlo@apple.com>
1149 Updated LLVM drops to include MCJIT fixes.
1151 * LLVMIncludesMountainLion.tar.bz2:
1152 * LLVMLibrariesMountainLion.tar.bz2:
1154 2013-04-03 Filip Pizlo <fpizlo@apple.com>
1156 Updated LLVM drops to include LLVM_DO_NOT_INCLUDE_CPP_HEADERS changes.
1158 Rubber stamped by Mark Hahnenberg.
1160 * LLVMIncludesMountainLion.tar.bz2:
1161 * LLVMLibrariesMountainLion.tar.bz2:
1163 2013-03-29 Filip Pizlo <fpizlo@apple.com>
1165 fourthTier: Check in a known-good build of LLVM into WebKitLibraries, and have a story for updating it
1166 https://bugs.webkit.org/show_bug.cgi?id=113452
1168 Rubber stamped by Mark Hahnenberg.
1170 * LLVMIncludesMountainLion.tar.bz2: Added.
1171 * LLVMLibrariesMountainLion.tar.bz2: Added.
1173 2013-07-18 Roger Fong <roger_fong@apple.com>
1175 Make sure to link against _debug binaries when appropriate.
1176 <rdar://problem/14473010>.
1178 * win/tools/vsprops/debugsuffix.props:
1180 2013-07-02 Commit Queue <commit-queue@webkit.org>
1182 Unreviewed, rolling out r152233.
1183 http://trac.webkit.org/changeset/152233
1184 https://bugs.webkit.org/show_bug.cgi?id=118304
1186 hopeful attempt to restore windows buildage (Requested by
1189 * win/tools/vsprops/debugsuffix.props:
1191 2013-07-01 Brent Fulgham <bfulgham@apple.com>
1193 [Windows] Unreviewed correction to DEBUG_ALL target. Target was undefining DEBUG_ALL and DEBUG_INTERNAL,
1194 which prevented proper build operation.
1196 * win/tools/vsprops/debugsuffix.props: We should DEFINE (not UNDEFINE) the DEBUG_ALL and DEBUG_INTERNAL
1197 macros when building with 'debugsuffix' target.
1199 2013-06-18 Roger Fong <roger_fong@apple.com>
1201 Replace tools32 folder with tools and update WebKit Windows solution accordingly.
1202 <rdar://problem/14118143>.
1204 Rubberstamped by Brent Fulgham.
1206 * win/tools: Copied from win/tools32.
1207 * win/tools/WinTools.make:
1208 * win/tools/scripts/auto-version.sh:
1209 * win/tools/scripts/feature-defines.sh:
1210 * win/tools32: Removed.
1211 * win/tools32/WinTools.make: Removed.
1212 * win/tools32/scripts: Removed.
1213 * win/tools32/scripts/COPYRIGHT-END-YEAR: Removed.
1214 * win/tools32/scripts/VERSION: Removed.
1215 * win/tools32/scripts/auto-version.sh: Removed.
1216 * win/tools32/scripts/feature-defines.sh: Removed.
1217 * win/tools32/vsprops: Removed.
1218 * win/tools32/vsprops/FeatureDefines.props: Removed.
1219 * win/tools32/vsprops/FeatureDefines.vsprops: Removed.
1220 * win/tools32/vsprops/FeatureDefinesCairo.props: Removed.
1221 * win/tools32/vsprops/FeatureDefinesCairo.vsprops: Removed.
1222 * win/tools32/vsprops/WinCairo.props: Removed.
1223 * win/tools32/vsprops/WinCairo.vsprops: Removed.
1224 * win/tools32/vsprops/cURL.props: Removed.
1225 * win/tools32/vsprops/cURL.vsprops: Removed.
1226 * win/tools32/vsprops/common.props: Removed.
1227 * win/tools32/vsprops/common.vsprops: Removed.
1228 * win/tools32/vsprops/debug.props: Removed.
1229 * win/tools32/vsprops/debug.vsprops: Removed.
1230 * win/tools32/vsprops/debug_all.vsprops: Removed.
1231 * win/tools32/vsprops/debug_wincairo.props: Removed.
1232 * win/tools32/vsprops/debug_wincairo.vsprops: Removed.
1233 * win/tools32/vsprops/debugsuffix.props: Removed.
1234 * win/tools32/vsprops/production.props: Removed.
1235 * win/tools32/vsprops/production.vsprops: Removed.
1236 * win/tools32/vsprops/release.props: Removed.
1237 * win/tools32/vsprops/release.vsprops: Removed.
1238 * win/tools32/vsprops/releaseproduction.vsprops: Removed.
1240 2013-06-12 Brent Fulgham <bfulgham@webkit.org>
1242 [WinCairo] Unreviewed build correction.
1244 * win/tools32/vsprops/WinCairo.props: Switch from using the
1245 $WebKitLibraries environment variable to the newer
1247 * win/tools32/vsprops/debug_wincairo.props: Ditto.
1249 2013-06-11 Roger Fong <roger_fong@apple.com>
1251 Unreviewed. Another part of rollout of r151408.
1253 * win/tools64: Removed.
1254 * win/tools64/scripts: Removed.
1255 * win/tools64/vsprops: Removed.
1257 2013-06-11 Roger Fong <roger_fong@apple.com>
1259 Unreviewed. WinTools makefile fix.
1261 * win/tools32/WinTools.make:
1263 2013-06-11 Commit Queue <commit-queue@webkit.org>
1265 Unreviewed, rolling out r151408.
1266 http://trac.webkit.org/changeset/151408
1267 https://bugs.webkit.org/show_bug.cgi?id=117519
1269 Opting for a different approach (Requested by rfong on
1272 * win/WinTools.make: Removed.
1273 * win/tools32/WinTools.make: Renamed from WebKitLibraries/win/tools64/WinTools.make.
1274 * win/tools64/scripts/COPYRIGHT-END-YEAR: Removed.
1275 * win/tools64/scripts/VERSION: Removed.
1276 * win/tools64/scripts/auto-version.sh: Removed.
1277 * win/tools64/scripts/feature-defines.sh: Removed.
1278 * win/tools64/vsprops/FeatureDefines.props: Removed.
1279 * win/tools64/vsprops/FeatureDefines.vsprops: Removed.
1280 * win/tools64/vsprops/FeatureDefinesCairo.props: Removed.
1281 * win/tools64/vsprops/FeatureDefinesCairo.vsprops: Removed.
1282 * win/tools64/vsprops/WinCairo.props: Removed.
1283 * win/tools64/vsprops/WinCairo.vsprops: Removed.
1284 * win/tools64/vsprops/cURL.props: Removed.
1285 * win/tools64/vsprops/cURL.vsprops: Removed.
1286 * win/tools64/vsprops/common.props: Removed.
1287 * win/tools64/vsprops/common.vsprops: Removed.
1288 * win/tools64/vsprops/debug.props: Removed.
1289 * win/tools64/vsprops/debug.vsprops: Removed.
1290 * win/tools64/vsprops/debug_all.vsprops: Removed.
1291 * win/tools64/vsprops/debug_wincairo.props: Removed.
1292 * win/tools64/vsprops/debug_wincairo.vsprops: Removed.
1293 * win/tools64/vsprops/debugsuffix.props: Removed.
1294 * win/tools64/vsprops/production.props: Removed.
1295 * win/tools64/vsprops/production.vsprops: Removed.
1296 * win/tools64/vsprops/release.props: Removed.
1297 * win/tools64/vsprops/release.vsprops: Removed.
1298 * win/tools64/vsprops/releaseproduction.vsprops: Removed.
1300 2013-06-10 Roger Fong <roger_fong@apple.com>
1302 Change WebKitLibraries/win folder structure around.
1303 <rdar://problem/14097829>
1305 Reviewed by Lucas Forschler.
1307 * win/WinTools.make: Copied from win/tools32/WinTools.make.
1308 * win/tools32/WinTools.make: Removed.
1309 * win/tools64: Copied from win/tools32.
1311 2013-06-05 Bear Travis <betravis@adobe.com>
1313 [CSS Exclusions][CSS Shapes] Split CSS Exclusions & Shapes compile & runtime flags
1314 https://bugs.webkit.org/show_bug.cgi?id=117172
1316 Reviewed by Alexandru Chiculita.
1318 Adding the CSS_SHAPES compile flag.
1320 * win/tools32/vsprops/FeatureDefines.vsprops:
1321 * win/tools32/vsprops/FeatureDefinesCairo.vsprops:
1323 2013-06-03 Roger Fong <roger_fong@apple.com>
1325 Unreviewed. Some AppleWin VS2010 house cleaning.
1327 * win/tools32/scripts/auto-version.sh: Replaced with win/tools32/scripts/auto-version2010.sh.
1328 * win/tools32/scripts/auto-version2010.sh: Removed.
1329 * win/tools32/scripts/feature-defines.sh: Replaced with win/tools32/scripts/feature-defines2010.sh.
1330 * win/tools32/scripts/feature-defines2010.sh: Removed.
1332 2013-06-03 Roger Fong <roger_fong@apple.com>
1334 Nuke VS2005 files from the tree.
1335 <rdar://problem/14042021>.
1337 Rubberstamped by Brent Fulgham.
1340 * win/lib/WebKitSystemInterface.lib: Removed.
1341 * win/tools: Removed.
1342 * win/tools/WinTools.make: Removed.
1343 * win/tools/scripts: Removed.
1344 * win/tools/scripts/COPYRIGHT-END-YEAR: Removed.
1345 * win/tools/scripts/VERSION: Removed.
1346 * win/tools/scripts/auto-version.sh: Removed.
1347 * win/tools/scripts/auto-version2010.sh: Removed.
1348 * win/tools/scripts/feature-defines.sh: Removed.
1349 * win/tools/scripts/feature-defines2010.sh: Removed.
1350 * win/tools/vsprops: Removed.
1351 * win/tools/vsprops/FeatureDefines.props: Removed.
1352 * win/tools/vsprops/FeatureDefines.vsprops: Removed.
1353 * win/tools/vsprops/FeatureDefinesCairo.props: Removed.
1354 * win/tools/vsprops/FeatureDefinesCairo.vsprops: Removed.
1355 * win/tools/vsprops/WinCairo.props: Removed.
1356 * win/tools/vsprops/WinCairo.vsprops: Removed.
1357 * win/tools/vsprops/cURL.props: Removed.
1358 * win/tools/vsprops/cURL.vsprops: Removed.
1359 * win/tools/vsprops/common.props: Removed.
1360 * win/tools/vsprops/common.vsprops: Removed.
1361 * win/tools/vsprops/debug.props: Removed.
1362 * win/tools/vsprops/debug.vsprops: Removed.
1363 * win/tools/vsprops/debug_all.vsprops: Removed.
1364 * win/tools/vsprops/debug_wincairo.props: Removed.
1365 * win/tools/vsprops/debug_wincairo.vsprops: Removed.
1366 * win/tools/vsprops/debugsuffix.props: Removed.
1367 * win/tools/vsprops/production.props: Removed.
1368 * win/tools/vsprops/production.vsprops: Removed.
1369 * win/tools/vsprops/release.props: Removed.
1370 * win/tools/vsprops/release.vsprops: Removed.
1371 * win/tools/vsprops/releaseproduction.vsprops: Removed.
1373 2013-05-29 Jeffrey Pfau <jpfau@apple.com>
1375 [Mac] Enable cache partitioning and the public suffix list on 10.8
1376 <rdar://problem/13679019>
1378 Rubber-stamped by David Kilzer.
1380 * WebKitSystemInterface.h:
1381 * libWebKitSystemInterfaceLion.a:
1382 * libWebKitSystemInterfaceMountainLion.a:
1384 2013-05-14 Beth Dakin <bdakin@apple.com>
1386 Printing in 1Password app is broken with screen fonts disabled
1387 https://bugs.webkit.org/show_bug.cgi?id=116133
1389 <rdar://problem/13162981>
1391 Reviewed by Anders Carlsson.
1393 Need WKExecutableWasLinkedOnOrBeforeMountainLion() for this quirk.
1395 * libWebKitSystemInterfaceLion.a:
1396 * libWebKitSystemInterfaceMountainLion.a:
1398 2013-05-08 Roger Fong <roger_fong@apple.com>
1400 Unreviewed. Update WebKitLibraries/win to handle different architectures properly.
1402 * win/lib32: Copied from win/lib.
1403 * win/tools/WinTools.make:
1405 2013-05-02 Roger Fong <roger_fong@apple.com>
1407 Unreviewed Windows build fix.
1409 * win/lib/WebKitSystemInterface.lib:
1411 2013-05-01 Alexey Proskuryakov <ap@apple.com>
1413 Update WebKitSystemInterface.
1415 * WebKitSystemInterface.h:
1416 * libWebKitSystemInterfaceLion.a:
1417 * libWebKitSystemInterfaceMountainLion.a:
1419 2013-04-29 Chris Fleizach <cfleizach@apple.com>
1421 WEB SPEECH: need to identify the default voice per language
1422 https://bugs.webkit.org/show_bug.cgi?id=115366
1424 Reviewed by Simon Fraser.
1426 * WebKitSystemInterface.h:
1427 * libWebKitSystemInterfaceLion.a:
1428 * libWebKitSystemInterfaceMountainLion.a:
1430 2013-04-29 Roger Fong <roger_fong@apple.com>
1432 Need a tools32 folder for VS2010 builds.
1433 tools folder will be nuked when we nuke VS2005.
1435 * win/tools32: Copied from WebKitLibraries/win/tools.
1437 2013-04-26 Roger Fong <roger_fong@apple.com>
1439 Disable sub-pixel-layout on Apple Windows port, VS2005 edition.
1441 * win/tools/vsprops/FeatureDefines.vsprops:
1443 2013-04-26 Roger Fong <roger_fong@apple.com>
1445 Disable sub-pixel-layout on Apple Windows port.
1447 * win/tools/vsprops/FeatureDefines.props:
1449 2013-04-26 Roger Fong <roger_fong@apple.com>
1451 Make Apple Windows VS2010 build results into and get dependencies from __32 suffixed folders.
1452 Make the DebugSuffix configuration use _debug dependencies.
1454 * win/tools/WinTools.make:
1455 * win/tools/scripts/auto-version2010.sh:
1456 * win/tools/scripts/feature-defines2010.sh:
1457 * win/tools/vsprops/common.props:
1458 * win/tools/vsprops/debugsuffix.props:
1460 2013-04-25 Chris Fleizach <cfleizach@apple.com>
1462 WEB SPEECH: language support does not work as expected
1463 https://bugs.webkit.org/show_bug.cgi?id=115119
1465 Reviewed by Alexey Proskuryakov.
1467 * WebKitSystemInterface.h:
1469 2013-04-24 Roger Fong <roger_fong@apple.com>
1471 Have VS2010 WebKit solution look in WebKit_Libraries/lib32 for dependencies.
1473 * win/tools/vsprops/common.props:
1475 2013-04-23 Antoine Quint <graouts@apple.com>
1477 Initial advance of text runs should be taken into account
1478 https://bugs.webkit.org/show_bug.cgi?id=114949
1480 Reviewed by Darin Adler.
1482 * WebKitSystemInterface.h:
1483 * libWebKitSystemInterfaceLion.a:
1484 * libWebKitSystemInterfaceMountainLion.a:
1486 2013-04-12 Jeffrey Pfau <jpfau@apple.com>
1488 Query directly for cache partition names
1489 https://bugs.webkit.org/show_bug.cgi?id=114538
1491 Reviewed by David Kilzer.
1493 * WebKitSystemInterface.h:
1494 * libWebKitSystemInterfaceLion.a:
1495 * libWebKitSystemInterfaceMountainLion.a:
1497 2013-04-08 Roger Fong <roger_fong@apple.com>
1501 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
1502 * win/lib/WebKitSystemInterface.lib:
1504 2013-04-11 Alexey Proskuryakov <ap@apple.com>
1506 <rdar://problem/10416316> [Mac] WebSocket doesn't work with authenticating proxies
1507 https://bugs.webkit.org/show_bug.cgi?id=114464
1509 Update WebKitSystemInterface.
1511 * WebKitSystemInterface.h:
1512 * libWebKitSystemInterfaceLion.a:
1513 * libWebKitSystemInterfaceMountainLion.a:
1515 2013-04-10 Benjamin Poulain <bpoulain@apple.com>
1517 Mass remove all the empty directories
1519 Rubberstamped by Ryosuke Niwa.
1522 * win/lib/WebKitSystemInterface: Removed.
1524 2013-04-05 Roger Fong <roger_fong@apple.com>
1526 More VS2010 solution makefile fixes.
1527 <rdar://problem/13588964>
1529 * win/tools/WinTools.make:
1531 2013-04-03 Brent Fulgham <bfulgham@webkit.org>
1533 [Windows, WinCairo] Unreviewed VS2010 Build Correction
1535 * win/tools/scripts/auto-version2010.sh: Added properties svn:eol-style and svn:executable.
1536 * win/tools/scripts/feature-defines2010.sh: Added properties svn:eol-style and svn:executable.
1538 2013-04-01 Roger Fong <roger_fong@apple.com>
1540 Update FEATURE_DEFINES string generation for VS2010 solution.
1541 https://bugs.webkit.org/show_bug.cgi?id=113737.
1543 Reviewed by Timothy Horton.
1545 * win/tools/scripts/feature-defines2010.sh: Added.
1547 2013-03-29 Roger Fong <roger_fong@apple.com>
1549 Unreviewed. Rollout r146818.
1551 * win/tools/vsprops/FeatureDefines.props:
1553 2013-03-25 Kent Tamura <tkent@chromium.org>
1555 Rename ENABLE_INPUT_TYPE_DATETIME
1556 https://bugs.webkit.org/show_bug.cgi?id=113254
1558 Reviewed by Kentaro Hara.
1560 Rename ENABLE_INPUT_TYPE_DATETIME to ENABLE_INPUT_TYPE_DATETIME_INCOMPLETE.
1561 Actually I'd like to remove the code, but we shouldn't remove it yet
1562 because we shipped products with it on some platforms.
1564 * win/tools/vsprops/FeatureDefines.props:
1565 * win/tools/vsprops/FeatureDefines.vsprops:
1566 * win/tools/vsprops/FeatureDefinesCairo.props:
1567 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
1569 2013-03-25 Sheriff Bot <webkit.review.bot@gmail.com>
1571 Unreviewed, rolling out r146816, r146821, and r146830.
1572 http://trac.webkit.org/changeset/146816
1573 http://trac.webkit.org/changeset/146821
1574 http://trac.webkit.org/changeset/146830
1575 https://bugs.webkit.org/show_bug.cgi?id=113262
1577 Broke all the Windows tests (Requested by rfong on #webkit).
1579 * win/tools/vsprops/FeatureDefines.vsprops:
1581 2013-03-25 Roger Fong <roger_fong@apple.com>
1583 Unreviewed. Also enable CSS_REGIONS and EXCLUSIONS for VS2010 solution.
1585 * win/tools/vsprops/FeatureDefines.props:
1587 2013-03-25 Roger Fong <roger_fong@apple.com>
1589 Enable CSS_REGIONS and CSS_EXCLUSIONS.
1590 https://bugs.webkit.org/show_bug.cgi?id=87519
1592 Reviewed by Timothy Horton.
1594 * win/tools/vsprops/FeatureDefines.vsprops:
1596 2013-03-21 Roger Fong <roger_fong@apple.com>
1598 Unreviewed. Move common props files for VS2010 solution to WebKitLibraries folder and update all projects accordingly.
1600 * win/tools/vsprops/FeatureDefines.props: Copied from ../Source/WebKit/WebKit.vcxproj/FeatureDefines.props.
1601 * win/tools/vsprops/FeatureDefinesCairo.props: Copied from ../Source/WebKit/WebKit.vcxproj/FeatureDefinesCairo.props.
1602 * win/tools/vsprops/WinCairo.props: Copied from ../Source/WebKit/WebKit.vcxproj/WinCairo.props.
1603 * win/tools/vsprops/cURL.props: Copied from ../Source/WebKit/WebKit.vcxproj/WebKit/cURL.props.
1604 * win/tools/vsprops/common.props: Copied from ../Source/WebKit/WebKit.vcxproj/common.props.
1605 * win/tools/vsprops/debug.props: Copied from ../Source/WebKit/WebKit.vcxproj/debug.props.
1606 * win/tools/vsprops/debug_wincairo.props: Copied from ../Source/WebKit/WebKit.vcxproj/debug_wincairo.props.
1607 * win/tools/vsprops/debugsuffix.props: Copied from ../Source/WebKit/WebKit.vcxproj/debugsuffix.props.
1608 * win/tools/vsprops/production.props: Copied from ../Source/WebKit/WebKit.vcxproj/production.props.
1609 * win/tools/vsprops/release.props: Copied from ../Source/WebKit/WebKit.vcxproj/release.props.
1611 2013-03-19 Brent Fulgham <bfulgham@webkit.org>
1613 [WinCairo] Unreviewed build fix.
1615 * win/tools/vsprops/FeatureDefinesCairo.vsprops: This file was out
1616 of sync with the main Windows build, and the VS2010 version of the
1617 WinCairo port, preventing consistent builds.
1619 2013-03-13 Ryosuke Niwa <rniwa@webkit.org>
1621 Threaded HTML Parser is missing feature define flags in all but Chromium port's build files
1622 https://bugs.webkit.org/show_bug.cgi?id=112277
1624 Reviewed by Adam Barth.
1626 * win/tools/vsprops/FeatureDefines.vsprops:
1627 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
1629 2013-03-06 Jer Noble <jer.noble@apple.com>
1631 Unreviewed roll-out of r145011.
1633 * win/tools/vsprops/FeatureDefines.vsprops:
1635 2013-03-06 Jer Noble <jer.noble@apple.com>
1637 Unreviewed build fix. Add ENABLE_CURSOR_VISIBILITY to the list of FEATURE_DEFINES for
1638 (non-Cairo) Windows builds.
1640 * win/tools/vsprops/FeatureDefines.vsprops:
1642 2013-03-05 Kiran Muppala <cmuppala@apple.com>
1644 Remove deprecated process suppression assertion SPI from WebKitSystemInterface
1645 https://bugs.webkit.org/show_bug.cgi?id=111501
1647 Reviewed by Alexey Proskuryakov.
1649 https://bugs.webkit.org/show_bug.cgi?id=111387 replaced all usage of
1650 WKNSProcessInfoProcessAssertionWithTypes() with
1651 -[NSProcessInfo beginSuspensionOfSystemBehaviors:]. Hence, remove
1652 the now deprecated SPI.
1654 * WebKitSystemInterface.h: Remove
1655 WKNSProcessInfoProcessAssertionWithTypes and associated declarations.
1657 2013-03-05 Kiran Muppala <cmuppala@apple.com>
1659 Use new assertion API for process suppression on Mac
1660 https://bugs.webkit.org/show_bug.cgi?id=111387
1662 Reviewed by Alexey Proskuryakov.
1664 Add WKProcessSuppressionSystemBehaviors constant for use in WebKit2 to
1665 take a process suppression assertion.
1667 * WebKitSystemInterface.h:
1669 2013-03-05 Jeffrey Pfau <jpfau@apple.com>
1671 Clear associated cache partitions when deleting origins' cache
1672 https://bugs.webkit.org/show_bug.cgi?id=111383
1674 Reviewed by Maciej Stachowiak.
1676 * WebKitSystemInterface.h:
1677 * libWebKitSystemInterfaceLion.a:
1678 * libWebKitSystemInterfaceMountainLion.a:
1680 2013-03-04 Kunihiko Sakamoto <ksakamoto@chromium.org>
1682 Add build flag for FontLoader
1683 https://bugs.webkit.org/show_bug.cgi?id=111289
1685 Reviewed by Benjamin Poulain.
1687 Add ENABLE_FONT_LOAD_EVENTS build flag (disabled by default).
1689 * win/tools/vsprops/FeatureDefines.vsprops:
1690 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
1692 2013-02-27 Glenn Adams <glenn@skynav.com>
1694 Add ENABLE_CSS3_TEXT_LINE_BREAK flag.
1695 https://bugs.webkit.org/show_bug.cgi?id=110944
1697 Reviewed by Dean Jackson.
1699 * win/tools/vsprops/FeatureDefines.vsprops:
1700 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
1702 2013-02-21 Jeffrey Pfau <jpfau@apple.com>
1704 Optionally partition cache to prevent using cache for tracking
1705 https://bugs.webkit.org/show_bug.cgi?id=110269
1707 Reviewed by Maciej Stachowiak.
1709 Update WKSI bindings.
1711 * WebKitSystemInterface.h:
1712 * libWebKitSystemInterfaceLion.a:
1713 * libWebKitSystemInterfaceMountainLion.a:
1715 2013-02-22 Aaron Colwell <acolwell@chromium.org>
1717 Disable MediaSource on Apple Windows port
1718 https://bugs.webkit.org/show_bug.cgi?id=110494
1720 Reviewed by Tim Horton.
1722 * win/tools/vsprops/FeatureDefines.vsprops:
1724 2013-02-22 Roger Fong <roger_fong@apple.com>
1726 Unreviewed. Make WinTools.make stop copying vsprops into nested vsprops folders.
1728 * win/tools/WinTools.make:
1730 2013-02-14 Anders Carlsson <andersca@apple.com>
1732 Add WKContextIsPlugInUpdateAvailable
1733 https://bugs.webkit.org/show_bug.cgi?id=109862
1734 <rdar://problem/13173140>
1736 Reviewed by Sam Weinig.
1738 Roll WebKitSystemInterface DEPS.
1740 * WebKitSystemInterface.h:
1741 * libWebKitSystemInterfaceLion.a:
1742 * libWebKitSystemInterfaceMountainLion.a:
1744 2013-02-13 Roger Fong <roger_fong@apple.com>
1746 Move all .props files from WebKitLibraries folder to WebKit Source folder.
1747 https://bugs.webkit.org/show_bug.cgi?id=109761
1749 Reviewed by Brent Fulgham.
1751 * win/tools/vsprops/FeatureDefines.props: Removed.
1752 * win/tools/vsprops/common.props: Removed.
1753 * win/tools/vsprops/debug.props: Removed.
1754 * win/tools/vsprops/release.props: Removed.
1755 * win/tools/vsprops/releaseproduction.props: Removed.
1757 2013-02-07 Roger Fong <roger_fong@apple.com>
1759 Unreviewed. More VS2010 WebKit solution touchups.
1760 Move an ignored warning from a project to common properties.
1762 * win/tools/vsprops/common.props:
1764 2013-02-06 Mike West <mkwst@chromium.org>
1766 Add an ENABLE_NOSNIFF feature flag.
1767 https://bugs.webkit.org/show_bug.cgi?id=109029
1769 Reviewed by Jochen Eisinger.
1771 This new flag will control the behavior of 'X-Content-Type-Options: nosniff'
1772 when processing script and other resource types.
1774 * win/tools/vsprops/FeatureDefines.vsprops:
1775 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
1777 2013-02-01 Alexis Menard <alexis@webkit.org>
1779 Enable unprefixed CSS transitions by default.
1780 https://bugs.webkit.org/show_bug.cgi?id=108216
1782 Reviewed by Dean Jackson.
1784 Rename the flag CSS_TRANSFORMS_ANIMATIONS_TRANSITIONS_UNPREFIXED
1785 to CSS_TRANSFORMS_ANIMATIONS_UNPREFIXED which will be used later to
1786 guard the unprefixing work for CSS Transforms and animations.
1788 * win/tools/vsprops/FeatureDefines.vsprops:
1789 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
1791 2013-01-30 Alexey Proskuryakov <ap@apple.com>
1793 Update WebKitSystemInterface for <rdar://problem/13111288>.
1795 * libWebKitSystemInterfaceLion.a:
1796 * libWebKitSystemInterfaceMountainLion.a:
1798 * WebKitSystemInterface.h: Removed WKEnterPluginSandbox, which has been unused now.
1800 2013-01-28 Kiran Muppala <cmuppala@apple.com>
1802 Add window occlusion criteria to determine page visibility on Mac
1803 https://bugs.webkit.org/show_bug.cgi?id=107494
1805 Reviewed by Simon Fraser.
1807 Add enum constants to specify window occlusion notification type to
1808 notification registration/unregistration methods. Add typedef for
1809 window ID data passed to the window occlusion notification handler.
1810 Add method to enable occlusion notifications for a particular window.
1812 * WebKitSystemInterface.h: Add
1813 WKOcclusionNotificationTypeWindowBecameVisible,
1814 WKOcclusionNotificationTypeWindowBecameOccluded,
1816 WKEnableWindowOcclusionNotifications().
1818 2013-01-25 Andy Estes <aestes@apple.com>
1820 Update WKSI header and libraries after r140875.
1822 * WebKitSystemInterface.h:
1823 * libWebKitSystemInterfaceLion.a:
1824 * libWebKitSystemInterfaceMountainLion.a:
1826 2013-01-24 Brent Fulgham <bfulgham@webkit.org>
1828 Get WTF compiling in VS2010 (32bit)
1829 https://bugs.webkit.org/show_bug.cgi?id=106986
1831 Reviewed by Tim Horton.
1833 If you do not have Cygwin in the overall operating system
1834 PATH, the project will not build. In VS2005 we had logic
1835 in the build system to guard against this. We should
1836 retain this in the VS2010 work.
1838 Furthermore, VS2010 has a nasty bug where to Visual Studio
1839 tools path is not defined when performing a 'clean' phase
1840 on an NMAKE-based build. This is corrected here as well.
1842 * win/tools/vsprops/common.props: Revise environment setup
1843 to ensure proper tools are in path during build.
1845 2013-01-19 Roger Fong <roger_fong@apple.com>
1847 Add WebKitLibraries property sheets for compiling WebKit in VS2010.
1848 https://bugs.webkit.org/show_bug.cgi?id=106949
1850 Reviewed by Brent Fulgham.
1852 * win/tools/vsprops/FeatureDefines.props: Added.
1853 * win/tools/vsprops/common.props: Added.
1854 * win/tools/vsprops/debug.props: Added.
1855 * win/tools/vsprops/release.props: Added.
1856 * win/tools/vsprops/releaseproduction.props: Added.
1858 2013-01-21 Dirk Schulze <dschulze@adobe.com>
1860 Add build flag for Canvas's Path object (disabled by default)
1861 https://bugs.webkit.org/show_bug.cgi?id=107473
1863 Reviewed by Dean Jackson.
1865 Add CANVAS_PATH build flag to build systems.
1867 * win/tools/vsprops/FeatureDefines.vsprops:
1868 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
1870 2013-01-10 Roger Fong <roger_fong@apple.com>
1872 Update WebkitSystemInterface lib for Windows port.
1873 This hasn't been done in a while and the current one is out of date.
1874 In addition I believe it will fix:
1875 <rdar://problem/12990844>
1877 Rubberstamped by Timothy Horton.
1879 * win/lib/WebKitSystemInterface.lib:
1881 2013-01-08 Kiran Muppala <cmuppala@apple.com>
1883 Add WebKitSystemInterface needed for overriding system proxies on Mac
1884 https://bugs.webkit.org/show_bug.cgi?id=106410
1886 Reviewed by Stephanie Lewis.
1888 This patch is in anticipation of the fix for https://bugs.webkit.org/show_bug.cgi?id=104197,
1889 Add user defaults to override system proxy settings for NetworkProcess on Mac, which
1890 is awaiting the approval of a WebKit2 committer. Commiting the WKSI portion separately,
1891 so that the internal repository commit for generating the WKSI libraries does not have to
1892 be rolled back every time the rest of the patch changes.
1894 Add WKCFNetworkSetOverrideSystemProxySettings(), needed by NetworkProcess to set
1895 custom proxies during initialization.
1897 * WebKitSystemInterface.h:
1898 * libWebKitSystemInterfaceLion.a:
1899 * libWebKitSystemInterfaceMountainLion.a:
1901 2013-01-04 Adam Klein <adamk@chromium.org>
1903 Remove ENABLE_MUTATION_OBSERVERS #define
1904 https://bugs.webkit.org/show_bug.cgi?id=105459
1906 Reviewed by Ryosuke Niwa.
1908 * win/tools/vsprops/FeatureDefines.vsprops:
1909 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
1911 2013-01-01 Dan Bernstein <mitz@apple.com>
1913 <rdar://problem/12942239> Update copyright strings
1915 Reviewed by Sam Weinig.
1917 * win/tools/scripts/COPYRIGHT-END-YEAR:
1919 2012-12-28 Mark Rowe <mrowe@apple.com>
1921 Move logic for extracting the OS X marketing version in to WebCore
1922 <http://webkit.org/b/105841> / <rdar://problem/10736041>
1924 Reviewed by Dan Bernstein.
1926 * WebKitSystemInterface.h:
1928 2012-12-19 Kiran Muppala <cmuppala@apple.com>
1930 Adopt new assertion SPI for process suppression on Mac
1931 https://bugs.webkit.org/show_bug.cgi?id=105378
1933 Reviewed by Mark Rowe.
1935 Add WKNSProcessInfoProcessAssertionWithTypes().
1937 * WebKitSystemInterface.h:
1939 2012-12-19 Alexis Menard <alexis@webkit.org>
1941 Implement CSS parsing for CSS transitions unprefixed.
1942 https://bugs.webkit.org/show_bug.cgi?id=104804
1944 Reviewed by Dean Jackson.
1946 Add a new flag ENABLE_CSS_TRANSFORMS_ANIMATIONS_TRANSITIONS_UNPREFIXED
1947 to cover the work of unprefixing Transforms, Animations and
1948 Transitions. It will let the possibility of each ports to turn it off
1949 in their release branches until we're confident that these CSS
1950 properties are ready to be unprefixed.
1952 * win/tools/vsprops/FeatureDefines.vsprops:
1953 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
1955 2012-12-12 Roger Fong <roger_fong@apple.com>
1957 Enable VIDEO_TRACK on Windows.
1958 https://bugs.webkit.org/show_bug.cgi?id=104706.
1960 Reviewed by Timothy Horton.
1962 Enable VIDEO_TRACK on Windows and update project property files.
1964 * win/tools/vsprops/FeatureDefines.vsprops:
1966 2012-12-12 Sheriff Bot <webkit.review.bot@gmail.com>
1968 Unreviewed, rolling out r137491.
1969 http://trac.webkit.org/changeset/137491
1970 https://bugs.webkit.org/show_bug.cgi?id=104828
1972 broke the builtd (Requested by rfong on #webkit).
1974 * win/tools/vsprops/FeatureDefines.vsprops:
1976 2012-12-11 Roger Fong <roger_fong@apple.com>
1978 Enable VIDEO_TRACK on Windows.
1979 https://bugs.webkit.org/show_bug.cgi?id=104706.
1981 Reviewed by Timothy Horton.
1983 Enable VIDEO_TRACK on Windows and update project property files.
1985 * win/tools/vsprops/FeatureDefines.vsprops:
1987 2012-12-10 Alexis Menard <alexis@webkit.org>
1989 [CSS3 Backgrounds and Borders] Remove CSS3_BACKGROUND feature flag.
1990 https://bugs.webkit.org/show_bug.cgi?id=104539
1992 Reviewed by Antonio Gomes.
1994 As discussed on webkit-dev it is not needed to keep this feature flag
1995 as support for <position> type is a small feature that is already
1996 implemented by three other UAs. It was useful while landing this
1997 feature as partial bits were landed one after one.
1999 * win/tools/vsprops/FeatureDefines.vsprops:
2000 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2002 2012-12-06 Rick Byers <rbyers@chromium.org>
2004 CSS cursor property should support webkit-image-set
2005 https://bugs.webkit.org/show_bug.cgi?id=99493
2007 Reviewed by Beth Dakin.
2009 Add ENABLE_MOUSE_CURSOR_SCALE - disabled by default
2011 * win/tools/vsprops/FeatureDefines.vsprops:
2012 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2014 2012-11-26 Roger Fong <roger_fong@apple.com>
2016 Unreviewed. ENABLE_ACCELERATED_OVERFLOW_SCROLLING not enabled on Windows.
2017 Add a feature flag and skip some failing tests.
2018 https://bugs.webkit.org/show_bug.cgi?id=103294
2021 compositing/overflow/scrolling-without-painting.html
2022 compositing/overflow/updating-scrolling-content.html
2024 * win/tools/vsprops/FeatureDefines.vsprops:
2026 2012-11-23 Alexis Menard <alexis@webkit.org>
2028 [CSS3 Backgrounds and Borders] Implement new CSS3 background-position parsing.
2029 https://bugs.webkit.org/show_bug.cgi?id=102104
2031 Reviewed by Julien Chaffraix.
2033 Protect the new feature behind a feature flag.
2035 * win/tools/vsprops/FeatureDefines.vsprops:
2036 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2038 2012-11-19 Kihong Kwon <kihong.kwon@samsung.com>
2040 Add PROXIMITY_EVENTS feature
2041 https://bugs.webkit.org/show_bug.cgi?id=102658
2043 Reviewed by Kentaro Hara.
2045 Add PROXIMITY_EVENTS feature to win and win-cairo prot.
2047 * win/tools/vsprops/FeatureDefines.vsprops:
2048 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2050 2012-11-12 Beth Dakin <bdakin@apple.com>
2052 Build fix. Forgot these bits last time.
2054 * libWebKitSystemInterfaceLion.a:
2055 * libWebKitSystemInterfaceMountainLion.a:
2057 2012-11-12 Beth Dakin <bdakin@apple.com>
2059 Zoomed-in scrolling is very slow when deviceScaleFactor > 1
2060 https://bugs.webkit.org/show_bug.cgi?id=101787
2062 Reviewed by Simon Fraser.
2064 wkSetCGFontRenderingMode now takes a BOOL parameter.
2065 * WebKitSystemInterface.h:
2066 * libWebKitSystemInterfaceLion.a:
2067 * libWebKitSystemInterfaceMountainLion.a:
2069 2012-11-08 Anders Carlsson <andersca@apple.com>
2071 Roll WebKitSystemInterface DEPS.
2073 Rubber-stamped by Andreas Kling.
2075 * libWebKitSystemInterfaceLion.a:
2076 * libWebKitSystemInterfaceMountainLion.a:
2078 2012-11-07 Roger Fong <roger_fong@apple.com>
2080 Enable Subpixel Layout on Windows. Rebaseline any failing tests that were rebaselined in r133351.
2081 https://bugs.webkit.org/show_bug.cgi?id=101538
2083 Rubberstamped by Tim Horton.
2085 * win/tools/vsprops/FeatureDefines.vsprops:
2087 2012-11-06 Anders Carlsson <andersca@apple.com>
2091 * WebKitSystemInterface.h:
2093 2012-11-06 Anders Carlsson <andersca@apple.com>
2095 Update Java related WKSI function names
2096 https://bugs.webkit.org/show_bug.cgi?id=101414
2098 Reviewed by Sam Weinig.
2100 Roll WebKitSystemInterface DEPS.
2102 * WebKitSystemInterface.h:
2103 * libWebKitSystemInterfaceLion.a:
2104 * libWebKitSystemInterfaceMountainLion.a:
2106 2012-11-06 Alexey Proskuryakov <ap@apple.com>
2108 Clean up which storage cookie jar functions use
2109 https://bugs.webkit.org/show_bug.cgi?id=101395
2111 Reviewed by Brady Eidson.
2113 * WebKitSystemInterface.h:
2114 * libWebKitSystemInterfaceLion.a:
2115 * libWebKitSystemInterfaceMountainLion.a:
2116 Added WKHTTPCookies() and WKDeleteAllHTTPCookies(). Updated ifdefs for currently
2117 supported OS versions.
2119 2012-11-06 Alexey Proskuryakov <ap@apple.com>
2121 Delete Leopard and Snow Leopard versions of WKSI. These have not been updated in ages.
2123 Rubber-stampted by Mark Rowe.
2125 * libWebKitSystemInterfaceLeopard.a: Removed.
2126 * libWebKitSystemInterfaceSnowLeopard.a: Removed.
2128 2012-11-05 Alexey Proskuryakov <ap@apple.com>
2130 Get rid of setCookieStoragePrivateBrowsingEnabled.
2131 https://bugs.webkit.org/show_bug.cgi?id=101247
2133 Reviewed by Brady Eidson.
2135 * WebKitSystemInterface.h: Removed the function.
2137 2012-11-02 Anders Carlsson <andersca@apple.com>
2139 Don't instantiate the Java plug-in if it's inactive
2140 https://bugs.webkit.org/show_bug.cgi?id=101102
2141 <rdar://problem/12595679>
2143 Reviewed by Andreas Kling.
2145 Update WebKitSystemInterface to a version that has WKJLReportWebComponentsUsed.
2147 * WebKitSystemInterface.h:
2148 * libWebKitSystemInterfaceLion.a:
2149 * libWebKitSystemInterfaceMountainLion.a:
2150 Roll WebKitSystemInterface DERPS.
2152 2012-10-25 Dominik Röttsches <dominik.rottsches@intel.com>
2154 Conditionalize XHR timeout support
2155 https://bugs.webkit.org/show_bug.cgi?id=100356
2157 Reviewed by Adam Barth.
2159 Adding ENABLE_XHR_TIMEOUT feature, which is default off for Apple Win.
2160 See also https://bugs.webkit.org/show_bug.cgi?id=100349 for an attempt
2161 to fix timeout support for CF Network.
2163 * win/tools/vsprops/FeatureDefines.vsprops:
2164 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2166 2012-10-24 Eric Carlson <eric.carlson@apple.com>
2168 Allow ports to override text track rendering style
2169 https://bugs.webkit.org/show_bug.cgi?id=97800
2170 <rdar://problem/12044964>
2172 Reviewed by Maciej Stachowiak.
2174 Update WKSI header with SPI for getting the user caption appearance preferences.
2176 * WebKitSystemInterface.h:
2178 2012-10-19 Dongwoo Joshua Im <dw.im@samsung.com>
2180 Rename ENABLE_CSS3_TEXT_DECORATION to ENABLE_CSS3_TEXT
2181 https://bugs.webkit.org/show_bug.cgi?id=99804
2183 Reviewed by Julien Chaffraix.
2185 CSS3 text related properties will be implemented under this flag,
2186 including text decoration, text-align-last, and text-justify.
2188 * win/tools/vsprops/FeatureDefines.vsprops:
2189 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2191 2012-10-18 Pablo Flouret <pablof@motorola.com>
2193 Implement css3-conditional's @supports rule
2194 https://bugs.webkit.org/show_bug.cgi?id=86146
2196 Reviewed by Antti Koivisto.
2198 * win/tools/vsprops/FeatureDefines.vsprops:
2199 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2200 Add an ENABLE_CSS3_CONDITIONAL_RULES flag.
2202 2012-10-08 Kiran Muppala <cmuppala@apple.com>
2204 Throttle DOM timers on hidden pages.
2205 https://bugs.webkit.org/show_bug.cgi?id=98474
2207 Reviewed by Maciej Stachowiak.
2209 Add HIDDEN_PAGE_DOM_TIMER_THROTTLING feature define.
2211 * win/tools/vsprops/FeatureDefines.vsprops:
2212 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2214 2012-10-05 Sheriff Bot <webkit.review.bot@gmail.com>
2216 Unreviewed, rolling out r130556 and r130564.
2217 http://trac.webkit.org/changeset/130556
2218 http://trac.webkit.org/changeset/130564
2219 https://bugs.webkit.org/show_bug.cgi?id=98572
2221 The patch wasn't reviewed by a reviewer and it is breaking
2222 Chromium Windows (Requested by jchaffraix on #webkit).
2224 * WebKitSystemInterface.h:
2226 2012-10-05 Tim Horton <timothy_horton@apple.com>
2228 Update WebKitSystemInterface libraries and header.
2230 Reviewed by Simon Fraser.
2232 * WebKitSystemInterface.h:
2233 * libWebKitSystemInterfaceLion.a:
2234 * libWebKitSystemInterfaceMountainLion.a:
2235 * libWebKitSystemInterfaceSnowLeopard.a:
2237 2012-10-04 Eric Carlson <eric.carlson@apple.com>
2239 Allow ports to override text track rendering style
2240 https://bugs.webkit.org/show_bug.cgi?id=97800
2241 <rdar://problem/12044964>
2243 Reviewed by Silvia Pfeiffer.
2245 Update WKSI header with SPI for getting the user caption appearance preferences.
2247 * WebKitSystemInterface.h:
2249 2012-09-28 Eric Carlson <eric.carlson@apple.com>
2251 Allow ports to override text track rendering style
2252 <rdar://problem/12044964>
2254 Reviewed by Jessie Berlin.
2256 Update WKSI libraries.
2258 * libWebKitSystemInterfaceLion.a:
2259 * libWebKitSystemInterfaceMountainLion.a:
2260 * libWebKitSystemInterfaceSnowLeopard.a:
2262 2012-09-25 Simon Fraser <simon.fraser@apple.com>
2264 <rdar://problem/12351906> Have DumpRenderTree and WebKitTestRunner crash logs show which test crashed
2266 Reviewed by Tim Horton.
2268 New WKSI libraries and header.
2270 * WebKitSystemInterface.h:
2271 * libWebKitSystemInterfaceLion.a:
2272 * libWebKitSystemInterfaceMountainLion.a:
2273 * libWebKitSystemInterfaceSnowLeopard.a:
2275 2012-09-08 Sam Weinig <sam@webkit.org>
2277 Switch to entering the sandbox directly from main(), rather than waiting for the initialization message
2278 https://bugs.webkit.org/show_bug.cgi?id=96194
2280 Reviewed by Dan Bernstein.
2282 Update WKSI with SPI for getting the bundle URL from an executable URL.
2284 * WebKitSystemInterface.h:
2285 * libWebKitSystemInterfaceLion.a:
2286 * libWebKitSystemInterfaceMountainLion.a:
2287 * libWebKitSystemInterfaceSnowLeopard.a:
2288 Adds WKCopyBundleURLForExecutableURL().
2290 2012-08-29 Tony Chang <tony@chromium.org>
2292 Remove ENABLE_CSS3_FLEXBOX compile time flag
2293 https://bugs.webkit.org/show_bug.cgi?id=95382
2295 Reviewed by Ojan Vafai.
2297 Everyone is already enabling this by default and the spec has stablized.
2299 * win/tools/vsprops/FeatureDefines.vsprops:
2300 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2302 2012-08-15 Bruno de Oliveira Abinader <bruno.abinader@basyskom.com>
2304 [css3-text] Add CSS3 Text decoration compile flag
2305 https://bugs.webkit.org/show_bug.cgi?id=93863
2307 Reviewed by Julien Chaffraix.
2309 This patch handles the compile flag implementation, which will come disabled by
2310 default, thus not exposing the CSS3 text decoration features to the web, unless
2311 when explicitly enabling it with "--css3-text-decoration" build parameter.
2313 * win/tools/vsprops/FeatureDefines.vsprops:
2314 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2316 2012-08-14 Alex Christensen <alex.christensen@flexsim.com>
2318 /SAFESEH should not be a common linker option
2319 https://bugs.webkit.org/show_bug.cgi?id=89372
2321 Reviewed by Darin Adler.
2323 * win/tools/vsprops/common.vsprops:
2324 removed /SAFESEH as a default option for the linker (doesn't work for x64)
2326 2012-08-13 Roger Fong <roger_fong@apple.com>
2328 Enable CSS Sticky Position on Windows.
2329 https://bugs.webkit.org/show_bug.cgi?id=93905
2331 Reviewed by Tim Horton.
2333 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.
2335 * win/tools/vsprops/FeatureDefines.vsprops:
2336 Include ENABLE_CSS_STICKY_POSITION flag.
2338 2012-08-06 Anders Carlsson <andersca@apple.com>
2340 If the Apple Java plug-in is blocked and no runtime is installed, don't load it
2341 https://bugs.webkit.org/show_bug.cgi?id=93289
2342 <rdar://problem/11730092>
2344 Reviewed by Dan Bernstein.
2346 Add WKJLIsRuntimeAndWebComponentsInstalled().
2348 * WebKitSystemInterface.h:
2349 * libWebKitSystemInterfaceLion.a:
2350 * libWebKitSystemInterfaceMountainLion.a:
2352 2012-08-01 Jon Lee <jonlee@apple.com>
2356 Reviewed by Mark Rowe.
2358 * libWebKitSystemInterfaceLion.a:
2359 * libWebKitSystemInterfaceMountainLion.a:
2360 * libWebKitSystemInterfaceSnowLeopard.a:
2362 2012-07-29 Rik Cabanier <cabanier@adobe.com>
2364 Add ENABLE_CSS_COMPOSITING flag
2365 https://bugs.webkit.org/show_bug.cgi?id=92553
2367 Reviewed by Dirk Schulze.
2369 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
2371 * win/tools/vsprops/FeatureDefines.vsprops:
2372 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2374 2012-07-23 Roger Fong <roger_fong@apple.com>
2376 Disable flexbox on Windows
2377 https://bugs.webkit.org/show_bug.cgi?id=92047
2378 <rdar://problem/11570384>
2380 Reviewed by Darin Adler.
2382 Disabled Flexbox CSS3 syntax on Mac, need to do the same for Windows.
2384 * win/tools/vsprops/FeatureDefines.vsprops:
2385 Disable ENABLE_CSS3_FLEXBOX property.
2387 2012-07-23 Kent Tamura <tkent@chromium.org>
2389 Rename ENABLE_METER_TAG and ENABLE_PROGRESS_TAG to ENABLE_METER_ELEMENT and ENABLE_PROGRESS_ELEMENT respectively
2390 https://bugs.webkit.org/show_bug.cgi?id=91941
2392 Reviewed by Kentaro Hara.
2394 A flag name for an elmement should be ENABLE_*_ELEMENT.
2396 * win/tools/vsprops/FeatureDefines.vsprops:
2397 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2399 2012-07-22 Kent Tamura <tkent@chromium.org>
2401 Rename ENABLE_DETAILS to ENABLE_DETAILS_ELEMENT
2402 https://bugs.webkit.org/show_bug.cgi?id=91928
2404 Reviewed by Kentaro Hara.
2406 A flag name for an elmement should be ENABLE_*_ELEMENT.
2408 * win/tools/vsprops/FeatureDefines.vsprops:
2409 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2411 2012-07-20 Kent Tamura <tkent@chromium.org>
2413 Rename ENABLE_DATALIST to ENABLE_DATALIST_ELEMENT
2414 https://bugs.webkit.org/show_bug.cgi?id=91846
2416 Reviewed by Kentaro Hara.
2418 A flag name for an elmement should be ENABLE_*_ELEMENT.
2420 * win/tools/vsprops/FeatureDefines.vsprops:
2421 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2423 2012-07-11 Mark Rowe <mrowe@apple.com>
2425 Add a Mountain Lion version of libWebKitSystemInterface.a.
2427 Update the WebKitSystemInterface header and binaries.
2429 Reviewed by John Sullivan.
2431 * WebKitSystemInterface.h:
2432 * libWebKitSystemInterfaceLion.a:
2433 * libWebKitSystemInterfaceMountainLion.a: Added.
2434 * libWebKitSystemInterfaceSnowLeopard.a:
2436 2012-07-04 John Mellor <johnme@chromium.org>
2438 Text Autosizing: Add compile flag and runtime setting
2439 https://bugs.webkit.org/show_bug.cgi?id=87394
2441 This patch renames Font Boosting to Text Autosizing.
2443 Reviewed by Adam Barth.
2445 * win/tools/vsprops/FeatureDefines.vsprops:
2446 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2448 2012-06-29 Mihai Balan <mibalan@adobe.com>
2450 [CSS Regions] Adding feature defines for CSS Regions for Windows
2451 https://bugs.webkit.org/show_bug.cgi?id=88645
2453 Reviewed by Tony Chang.
2455 Re-trying to enable CSS regions on Windows. This time only enabling
2456 regions since exclusions lead to some very strange compiling/linking
2459 * win/tools/vsprops/FeatureDefines.vsprops: Added default value for ENABLE_CSS_REGIONS
2460 * win/tools/vsprops/FeatureDefinesCairo.vsprops: ditto
2462 2012-06-28 Brent Fulgham <bfulgham@webkit.org>
2464 [WinCairo] Unreviewed build correction. Add two missing macro
2465 declarations to vsprops file.
2467 * win/tools/vsprops/FeatureDefinesCairo.vsprops: Add missing
2468 ENABLE_HIGH_DPI_CANVAS and ENABLE_REQUEST_ANIMATION_FRAME macros.
2470 2012-06-27 Brent Fulgham <bfulgham@webkit.org>
2472 [WinCairo] Unreviewed build correction. Accidentally turned on
2473 CSS_FILTERS, which is not available in tree.
2475 * win/tools/vsprops/FeatureDefinesCairo.vsprops: Turn CSS_FILTERS
2476 back off for WinCairo target.
2478 2012-06-27 Brent Fulgham <bfulgham@webkit.org>
2480 [WinCairo] Unreviewed build correction. Resync feature defines with
2481 Apple port. Things have drifted apart a little.
2483 * win/tools/vsprops/FeatureDefinesCairo.vsprops: Update to match
2484 Apple port, define some missing features.
2486 2012-06-19 Mike West <mkwst@chromium.org>
2488 Introduce ENABLE_CSP_NEXT configuration flag.
2489 https://bugs.webkit.org/show_bug.cgi?id=89300
2491 Reviewed by Adam Barth.
2493 The 1.0 draft of the Content Security Policy spec is just about to
2494 move to Last Call. We'll hide work on the upcoming 1.1 spec behind
2495 this ENABLE flag, disabled by default.
2497 Spec: https://dvcs.w3.org/hg/content-security-policy/raw-file/tip/csp-specification.dev.html
2499 * win/tools/vsprops/FeatureDefines.vsprops:
2500 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2502 2012-06-15 Sheriff Bot <webkit.review.bot@gmail.com>
2504 Unreviewed, rolling out r120280.
2505 http://trac.webkit.org/changeset/120280
2506 https://bugs.webkit.org/show_bug.cgi?id=89273
2508 Enabling CSS regions broke all Windows tests (Requested by
2509 jhomeycutt on #webkit).
2511 * win/tools/vsprops/FeatureDefines.vsprops:
2512 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2514 2012-06-13 Mihai Balan <mibalan@adobe.com>
2516 Fix for #88645 - enabling regions on Windows
2518 [CSS Regions] Adding feature defines for CSS Regions & exclusions for Windows
2519 https://bugs.webkit.org/show_bug.cgi?id=88645
2521 Reviewed by Sam Weinig.
2523 Previous work on #87442 added feature defines to allow proper disabling of CSS Regions and
2524 exclusions (previously even with the feature disabled, parsing still worked). However, the
2525 feature defines were enabled on Mac only - they were broken on Windows. This
2526 patch adds the feature defines to (re)enable regions and exclusions on Windows.
2528 * win/tools/vsprops/FeatureDefines.vsprops: Added default value for ENABLE_CSS_EXCLUSIONS and ENABLE_CSS_REGIONS
2529 * win/tools/vsprops/FeatureDefinesCairo.vsprops: ditto
2531 2012-06-11 Alexis Menard <alexis.menard@openbossa.org>
2533 [CSS3 Backgrounds and Borders] Protect box-decoration-break behind a feature flag.
2534 https://bugs.webkit.org/show_bug.cgi?id=88804
2536 Reviewed by Tony Chang.
2538 Protect box-decoration-break behind a feature flag enabled by default.
2540 * win/tools/vsprops/FeatureDefines.vsprops:
2541 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2543 2012-06-11 Anders Carlsson <andersca@apple.com>
2545 Pass the right color space over to the web process so we can set it on our CA context
2546 https://bugs.webkit.org/show_bug.cgi?id=88819
2547 <rdar://problem/11629050>
2549 Reviewed by John Sullivan.
2551 Add WKCAContextSetColorSpace and WKCAContextGetColorSpace.
2553 * WebKitSystemInterface.h:
2554 * libWebKitSystemInterfaceLion.a:
2555 * libWebKitSystemInterfaceSnowLeopard.a:
2557 2012-06-09 Sukolsak Sakshuwong <sukolsak@google.com>
2559 Add UNDO_MANAGER flag
2560 https://bugs.webkit.org/show_bug.cgi?id=87908
2562 Reviewed by Tony Chang.
2564 * win/tools/vsprops/FeatureDefines.vsprops:
2565 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2567 2012-06-05 Dongwoo Im <dw.im@samsung.com>
2569 Add 'isProtocolHandlerRegistered' and 'unregisterProtocolHandler'.
2570 https://bugs.webkit.org/show_bug.cgi?id=73176
2572 Reviewed by Adam Barth.
2574 Two more APIs are added in Custom Scheme Handler specification.
2575 http://dev.w3.org/html5/spec/Overview.html#custom-handlers
2576 One is 'isProtocolHandlerRegistered' to query whether the specific URL
2577 is registered or not.
2578 The other is 'unregisterProtocolHandler' to remove the registered URL.
2580 * win/tools/vsprops/FeatureDefines.vsprops: Add a macro 'ENABLE_CUSTOM_SCHEME_HANDLER'.
2581 * win/tools/vsprops/FeatureDefinesCairo.vsprops: Add a macro 'ENABLE_CUSTOM_SCHEME_HANDLER'.
2583 2012-05-29 Jessie Berlin <jberlin@apple.com>
2585 [Win] ~1/2 of all the iframe seamless tests fail
2586 https://bugs.webkit.org/show_bug.cgi?id=87543
2588 Rubber-stamped by Eric Seidel.
2590 Finish enabling IFRAME_SEAMLESS on Windows.
2592 * win/tools/vsprops/FeatureDefines.vsprops:
2594 2012-05-28 Vivek Galatage <vivekgalatage@gmail.com>
2596 Remove obsolete feature define ENABLE_3D_CANVAS from FeatureDefines.vsprops for windows
2597 https://bugs.webkit.org/show_bug.cgi?id=87622
2599 Reviewed by Eric Seidel.
2601 Removed the ENABLE_3D_CANVAS from the property define as this is
2602 obsolete since bug #53041
2604 * win/tools/vsprops/FeatureDefines.vsprops:
2606 2012-05-24 John Mellor <johnme@chromium.org>
2608 Font Boosting: Add compile flag and runtime setting
2609 https://bugs.webkit.org/show_bug.cgi?id=87394
2611 Reviewed by Adam Barth.
2613 Add ENABLE_FONT_BOOSTING.
2615 * win/tools/vsprops/FeatureDefines.vsprops:
2616 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2618 2012-05-23 Ojan Vafai <ojan@chromium.org>
2620 add back the ability to disable flexbox
2621 https://bugs.webkit.org/show_bug.cgi?id=87147
2623 Reviewed by Tony Chang.
2625 * win/tools/vsprops/FeatureDefines.vsprops:
2626 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2628 2012-05-10 Anders Carlsson <andersca@apple.com>
2630 WebKit1: Add a way to blacklist specific plug-ins/plug-in versions
2631 https://bugs.webkit.org/show_bug.cgi?id=86150
2632 <rdar://problem/9551196>
2634 Reviewed by Sam Weinig.
2636 Add WKShouldBlockPlugin.
2638 * WebKitSystemInterface.h:
2639 * libWebKitSystemInterfaceLion.a:
2640 * libWebKitSystemInterfaceSnowLeopard.a:
2642 2012-05-08 Jon Lee <jonlee@apple.com>
2644 Safari warns that it needs to resend the form in an iFrame when going back
2645 https://bugs.webkit.org/show_bug.cgi?id=82658
2646 <rdar://problem/11292558>
2648 Reviewed by Darin Adler.
2650 * WebKitSystemInterface.h:
2651 * libWebKitSystemInterfaceLeopard.a:
2652 * libWebKitSystemInterfaceLion.a:
2653 * libWebKitSystemInterfaceSnowLeopard.a:
2655 2012-05-07 Eric Seidel <eric@webkit.org>
2657 Add ENABLE_IFRAME_SEAMLESS so Apple can turn off SEAMLESS if needed
2658 https://bugs.webkit.org/show_bug.cgi?id=85822
2660 Reviewed by Adam Barth.
2662 * win/tools/vsprops/FeatureDefines.vsprops:
2664 2012-05-06 Eric Seidel <eric@webkit.org>
2666 Remove 3D_CANVAS define from vsprops files (it was renamed WEBGL many months ago)
2667 https://bugs.webkit.org/show_bug.cgi?id=85743
2669 Reviewed by Adam Barth.
2671 * win/tools/vsprops/FeatureDefines.vsprops:
2672 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2674 2012-05-02 Eric Seidel <eric@webkit.org>
2676 Resort FeatureDefinesCairo.vcprops to actually be alphabetical (in preparation for autogeneration)
2677 https://bugs.webkit.org/show_bug.cgi?id=85454
2679 Reviewed by Adam Barth.
2681 The PreprocessorDefinitions line is still not sorted, but I'll do that in a separate patch.
2682 There is no functional change in this patch. Just moving the defines around.
2683 Its interesting to me that now that it's sorted and I can easily compare this with other
2684 ports and found that a whole bunch of defines which should be on for Cairo are off,
2685 likely due to Cairo simply being overlooked. These oversights should be easy to avoid
2686 in an autogenerated world.
2688 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2690 2012-05-02 Eric Seidel <eric@webkit.org>
2692 Fix tabs vs. space formating in FeatureDefines.vsprops and fix alphabetical sorting
2693 https://bugs.webkit.org/show_bug.cgi?id=85445
2695 Reviewed by Adam Barth.
2697 I noticed this when comparing my auto-generated output for this file vs. the one
2698 we have checked in. Seems we might as well fix the checked in file to be
2699 consistent in style with itself. :)
2701 * win/tools/vsprops/FeatureDefines.vsprops:
2703 2012-04-27 Gavin Peters <gavinp@chromium.org>
2705 Add new ENABLE_LINK_PRERENDER define to control the Prerendering API
2706 https://bugs.webkit.org/show_bug.cgi?id=84871
2708 Reviewed by Adam Barth.
2710 Prerendering is currently covered by the ENABLE_LINK_PREFETCH macro, but the new Prerendering
2711 API separates it from prefetching. Having separate include guards lets ports enable prefetching,
2712 a relatively easy change, without needing to build the infrastructure for prerendering, which
2713 is considerably more complicated.
2715 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2717 2012-04-10 Adam Barth <abarth@webkit.org>
2719 Limit -apple- and -khtml- to ENABLE(DASHBOARD_SUPPORT)
2720 https://bugs.webkit.org/show_bug.cgi?id=83256
2722 Reviewed by Eric Seidel.
2724 * win/tools/vsprops/FeatureDefines.vsprops:
2726 2012-04-09 Beth Dakin <bdakin@apple.com>
2728 <rdar://problem/11214796>
2730 New WKSI will hopefully fix a common crash seen by the bots in libRIP.A.dylib:
2733 Reviewed by Simon Fraser.
2735 * libWebKitSystemInterfaceLeopard.a:
2736 * libWebKitSystemInterfaceLion.a:
2737 * libWebKitSystemInterfaceSnowLeopard.a:
2739 2012-04-06 Dan Bernstein <mitz@apple.com>
2741 <rdar://problem/10912476> HiDPI: Have canvas use a hidpi backing store, but downsample upon access
2743 Reviewed by Sam Weinig.
2745 * win/tools/vsprops/FeatureDefines.vsprops: Added ENABLE_HIGH_DPI_CANVAS.
2747 2012-04-03 Keishi Hattori <keishi@webkit.org>
2749 Disable ENABLE_DATALIST for now
2750 https://bugs.webkit.org/show_bug.cgi?id=82871
2752 Reviewed by Kent Tamura.
2754 * win/tools/vsprops/FeatureDefines.vsprops: Disabled ENABLE_DATALIST.
2756 2012-03-30 Keishi Hattori <keishi@webkit.org>
2758 Change ENABLE_INPUT_COLOR to ENABLE_INPUT_TYPE_COLOR and enable it for chromium
2759 https://bugs.webkit.org/show_bug.cgi?id=80972
2761 Reviewed by Kent Tamura.
2763 * win/tools/vsprops/FeatureDefines.vsprops:
2764 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2766 2012-03-20 Steve Falkenburg <sfalken@apple.com>
2768 Disable LTCG on Windows to avoid out of process space errors while linking
2769 https://bugs.webkit.org/show_bug.cgi?id=81714
2771 Reviewed by Jessie Berlin.
2773 * win/tools/vsprops/production.vsprops:
2775 2012-03-14 Jer Noble <jer.noble@apple.com>
2777 Wrong icon to restore to windowed mode in full screen video panel
2778 https://bugs.webkit.org/show_bug.cgi?id=70437
2780 Reviewed by Eric Carlson.
2782 * WebKitSystemInterface.h: Added WKMediaUIPartExitFullscreenButton.
2783 * libWebKitSystemInterfaceLeopard.a:
2784 * libWebKitSystemInterfaceLion.a:
2785 * libWebKitSystemInterfaceSnowLeopard.a:
2786 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
2787 * win/lib/WebKitSystemInterface.lib:
2789 2012-03-13 Adam Barth <abarth@webkit.org> && Benjamin Poulain <bpoulain@apple.com>
2791 Always enable ENABLE(CLIENT_BASED_GEOLOCATION)
2792 https://bugs.webkit.org/show_bug.cgi?id=78853
2794 Reviewed by Adam Barth.
2796 * win/tools/vsprops/FeatureDefines.vsprops:
2797 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2799 2012-03-12 Enrica Casucci <enrica@apple.com>
2801 WebKit2: remove NSPasteboard access for promised data from the WebProcess
2802 https://bugs.webkit.org/show_bug.cgi?id=80073
2804 * WebKitSystemInterface.h: Touched the file to make build system happy.
2805 * libWebKitSystemInterfaceLeopard.a:
2806 * libWebKitSystemInterfaceLion.a:
2807 * libWebKitSystemInterfaceSnowLeopard.a:
2809 2012-03-09 Jon Lee <jonlee@apple.com>
2811 Add support for ENABLE(LEGACY_NOTIFICATIONS)
2812 https://bugs.webkit.org/show_bug.cgi?id=80497
2814 Reviewed by Adam Barth.
2816 Prep for b80472: Update API for Web Notifications
2817 * win/tools/vsprops/FeatureDefines.vsprops:
2818 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2820 2012-03-09 Ashod Nakashian <ashodnakashian@yahoo.com>
2822 Bash scripts should support LF endings only
2823 https://bugs.webkit.org/show_bug.cgi?id=79509
2825 Reviewed by David Kilzer.
2827 * win/tools/scripts/feature-defines.sh: Modified property svn:eol-style.
2829 2012-03-05 Sam Weinig <sam@webkit.org>
2831 Fix the SnowLeoaprd build.
2833 * WebKitSystemInterface.h:
2834 * libWebKitSystemInterfaceLeopard.a:
2835 * libWebKitSystemInterfaceLion.a:
2836 * libWebKitSystemInterfaceSnowLeopard.a:
2838 2012-03-05 Sam Weinig <sam@webkit.org>
2840 Update WebKitSystemInterface for WKCAContext additions.
2842 * WebKitSystemInterface.h:
2843 * libWebKitSystemInterfaceLeopard.a:
2844 * libWebKitSystemInterfaceLion.a:
2845 * libWebKitSystemInterfaceSnowLeopard.a:
2847 2012-03-03 Hans Wennborg <hans@chromium.org>
2849 Implement Speech JavaScript API
2850 https://bugs.webkit.org/show_bug.cgi?id=80019
2852 Reviewed by Adam Barth.
2854 Add ENABLE_SCRIPTED_SPEECH.
2856 * win/tools/vsprops/FeatureDefines.vsprops:
2857 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2859 2012-03-01 Nikolas Zimmermann <nzimmermann@rim.com>
2861 Unreviewed, rolling out r109255.
2862 http://trac.webkit.org/changeset/109255
2863 https://bugs.webkit.org/show_bug.cgi?id=79932
2865 Breaks rounded rects with dashed strokes in SVG
2867 * WebKitSystemInterface.h:
2868 * libWebKitSystemInterfaceLeopard.a:
2869 * libWebKitSystemInterfaceLion.a:
2870 * libWebKitSystemInterfaceSnowLeopard.a:
2872 2012-02-29 Tim Horton <timothy_horton@apple.com>
2874 Make use of CG rounded-rect primitives
2875 https://bugs.webkit.org/show_bug.cgi?id=79932
2876 <rdar://problem/9274953>
2878 Reviewed by Simon Fraser.
2880 Add wkCGPathAddRoundedRect.
2882 * WebKitSystemInterface.h:
2883 * libWebKitSystemInterfaceLeopard.a:
2884 * libWebKitSystemInterfaceLion.a:
2885 * libWebKitSystemInterfaceSnowLeopard.a:
2887 2012-02-28 Jer Noble <jer.noble@apple.com>
2889 Full screen video volume slider has "progress bar"
2890 https://bugs.webkit.org/show_bug.cgi?id=79812
2892 Reviewed by Eric Carlson.
2894 * WebKitSystemInterface.h:
2895 * libWebKitSystemInterfaceLeopard.a:
2896 * libWebKitSystemInterfaceLion.a:
2897 * libWebKitSystemInterfaceSnowLeopard.a:
2898 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
2899 * win/lib/WebKitSystemInterface.lib:
2901 2012-02-28 Simon Fraser <simon.fraser@apple.com>
2903 Update WebKitSystemInterface.
2905 Reviewed by Sam Weinig.
2907 * WebKitSystemInterface.h:
2908 * libWebKitSystemInterfaceLeopard.a:
2909 * libWebKitSystemInterfaceLion.a:
2910 * libWebKitSystemInterfaceSnowLeopard.a:
2912 2012-02-28 Alexey Proskuryakov <ap@apple.com>
2914 [Mac] Add an experimental SPI for plug-ins to enter sandbox
2915 https://bugs.webkit.org/show_bug.cgi?id=79709
2917 This pulls a lot of WKSI changes at once, because the script that updates it didn't
2920 * WebKitSystemInterface.h:
2921 * libWebKitSystemInterfaceLeopard.a:
2922 * libWebKitSystemInterfaceLion.a:
2923 * libWebKitSystemInterfaceSnowLeopard.a:
2925 2012-02-10 Adam Klein <adamk@chromium.org>
2927 Enable MUTATION_OBSERVERS by default on all platforms
2928 https://bugs.webkit.org/show_bug.cgi?id=78196
2930 Reviewed by Ojan Vafai.
2932 * win/tools/vsprops/FeatureDefines.vsprops:
2933 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2935 2012-02-06 Matthew Delaney <mdelaney@apple.com>
2937 toDataURL() uses stale data after putImageData()
2938 https://bugs.webkit.org/show_bug.cgi?id=65767
2940 Added WKCGContextResetClip for use in reseting clip for new putByteArray method.
2942 Reviewed by Chris Marrin.
2944 * WebKitSystemInterface.h: Added WKCGContextResetClip.
2945 * libWebKitSystemInterfaceLeopard.a:
2946 * libWebKitSystemInterfaceSnowLeopard.a:
2947 * libWebKitSystemInterfaceLion.a:
2949 2012-02-02 Chris Marrin <cmarrin@apple.com>
2951 Turn on CSS Filters on Windows
2952 https://bugs.webkit.org/show_bug.cgi?id=76667
2954 Turned on CSS_FILTERS for Windows
2956 Reviewed by Adele Peterson.
2958 * win/tools/vsprops/FeatureDefines.vsprops:
2960 2012-02-02 Sheriff Bot <webkit.review.bot@gmail.com>
2962 Unreviewed, rolling out r106566.
2963 http://trac.webkit.org/changeset/106566
2964 https://bugs.webkit.org/show_bug.cgi?id=77673
2966 Broke the Windows build (Requested by jessieberlin on
2969 * win/tools/vsprops/FeatureDefines.vsprops:
2971 2012-02-02 Chris Marrin <cmarrin@apple.com>
2973 Turn on CSS Filters on Windows
2974 https://bugs.webkit.org/show_bug.cgi?id=76667
2976 Turned on CSS_FILTERS for Windows
2978 Reviewed by Adele Peterson.
2980 * win/tools/vsprops/FeatureDefines.vsprops:
2982 2012-01-26 Nikolas Zimmermann <nzimmermann@rim.com>
2984 Not reviewed. Fix win build, by disabling ENABLE_SHADOW_DOM by default.
2986 * win/tools/vsprops/FeatureDefines.vsprops:
2987 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2989 2012-01-25 Hajime Morita <morrita@google.com>>
2991 ENABLE_SHADOW_DOM should be available via build-webkit --shadow-dom
2992 https://bugs.webkit.org/show_bug.cgi?id=76863
2994 Reviewed by Dimitri Glazkov.
2996 Added a feature flag.
2998 * win/tools/vsprops/FeatureDefines.vsprops:
2999 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3001 2012-01-16 Brent Fulgham <bfulgham@webkit.org>
3003 [WinCairo] Build correction. Switch to Apple style builds without
3004 the _debug postfix so that launching tools, etc., will work properly.
3006 * win/tools/vsprops/debug_wincairo.vsprops: Remove use of _debug in
3007 output files to be consistent with WebKit build/test tools.
3009 2012-01-05 Dan Bernstein <mitz@apple.com>
3011 <rdar://problem/10633760> Update copyright strings
3013 Reviewed by Mark Rowe.
3015 * win/tools/scripts/COPYRIGHT-END-YEAR:
3017 2011-12-06 Roland Steiner <rolandsteiner@chromium.org>
3019 <style scoped>: disable on Windows by default
3020 https://bugs.webkit.org/show_bug.cgi?id=73893
3022 Reviewed by Andreas Kling.
3024 * win/tools/vsprops/FeatureDefines.vsprops:
3025 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3027 2011-11-20 Roland Steiner <rolandsteiner@chromium.org>
3029 <style scoped>: add ENABLE(STYLE_SCOPED) flag to WebKit
3030 https://bugs.webkit.org/show_bug.cgi?id=72848
3032 Reviewed by Dimitri Glazkov.
3034 * win/tools/vsprops/FeatureDefines.vsprops:
3035 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3037 2011-11-14 Julien Chaffraix <jchaffraix@webkit.org>
3039 Add --css-grid-layout to build-webkit and the build systems
3040 https://bugs.webkit.org/show_bug.cgi?id=72320
3042 Reviewed by Ojan Vafai.
3044 * win/tools/vsprops/FeatureDefines.vsprops:
3045 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3047 2011-11-14 Tony Chang <tony@chromium.org>
3049 Remove the CSS3_FLEXBOX compile time flag and enable on all ports
3050 https://bugs.webkit.org/show_bug.cgi?id=72196
3052 Reviewed by Ojan Vafai.
3054 * win/tools/vsprops/FeatureDefines.vsprops:
3055 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3057 2011-11-11 Alexey Proskuryakov <ap@apple.com>
3059 WebProcess should use AppSandbox style quarantine
3060 https://bugs.webkit.org/show_bug.cgi?id=72168
3061 <rdar://problem/10434292>
3063 Reviewed by Darin Adler.
3065 * WebKitSystemInterface.h:
3066 * libWebKitSystemInterfaceLion.a:
3067 Added WKEnableSandboxStyleFileQuarantine().
3069 * libWebKitSystemInterfaceLeopard.a:
3070 * libWebKitSystemInterfaceSnowLeopard.a:
3071 Not sure why these also changed, but updating to match most recent build.
3073 2011-11-02 Dean Jackson <dino@apple.com>
3075 Add ENABLE_CSS_SHADERS flag
3076 https://bugs.webkit.org/show_bug.cgi?id=71394
3078 Reviewed by Sam Weinig.
3080 * win/tools/vsprops/FeatureDefines.vsprops:
3081 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3083 2011-10-24 Michael Saboff <msaboff@apple.com>
3085 WebKit doesn't build with recent changes to libdispatch
3086 https://bugs.webkit.org/show_bug.cgi?id=70737
3088 Added new WebKitSystemInterface method CreateVMPressureDispatchOnMainQueue.
3090 * WebKitSystemInterface.h:
3091 * libWebKitSystemInterfaceLeopard.a:
3092 * libWebKitSystemInterfaceLion.a:
3093 * libWebKitSystemInterfaceSnowLeopard.a:
3095 2011-10-21 Jeff Miller <jeffm@apple.com>
3097 Focus rings are too thin in HiDPI in WebKit2
3098 https://bugs.webkit.org/show_bug.cgi?id=70396
3100 Rename wkSetPatternBaseCTM() to wkSetBaseCTM().
3102 Reviewed by Beth Dakin.
3104 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
3105 * win/lib/WebKitSystemInterface.lib:
3107 2011-10-19 Beth Dakin <bdakin@apple.com>
3109 Try to fix the Chromium build.
3111 * WebKitSystemInterface.h:
3112 * libWebKitSystemInterfaceLeopard.a:
3113 * libWebKitSystemInterfaceLion.a:
3114 * libWebKitSystemInterfaceSnowLeopard.a:
3116 2011-10-19 Beth Dakin <bdakin@apple.com>
3118 https://bugs.webkit.org/show_bug.cgi?id=70396
3119 Focus rings are too thin in HiDPI in WebKit2
3121 <rdar://problem/10086876>
3123 Reviewed by Dan Bernstein.
3125 Renamed an existing WebKitSystemInterface function.
3126 * WebKitSystemInterface.h:
3127 * libWebKitSystemInterfaceLion.a:
3128 * libWebKitSystemInterfaceSnowLeopard.a:
3130 2011-10-18 Adam Barth <abarth@webkit.org>
3132 Always enable ENABLE(XPATH)
3133 https://bugs.webkit.org/show_bug.cgi?id=70217
3135 Reviewed by Eric Seidel.
3137 * win/tools/vsprops/FeatureDefines.vsprops:
3138 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3140 2011-10-17 Adam Roben <aroben@apple.com>
3146 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
3148 * win/tools/vsprops/common.vsprops: Specify /bigobj to the compiler.
3150 2011-10-16 Adam Barth <abarth@webkit.org>
3152 Always enable ENABLE(DOM_STORAGE)
3153 https://bugs.webkit.org/show_bug.cgi?id=70189
3155 Reviewed by Eric Seidel.
3157 * win/tools/vsprops/FeatureDefines.vsprops:
3158 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3160 2011-10-14 Dan Bernstein <mitz@apple.com>
3162 REGRESSION (Safari 5.1 - 5.1.1): CSS nesw-resize cursor shows up as a sw-resize cursor
3163 https://bugs.webkit.org/show_bug.cgi?id=70081
3165 Reviewed by Anders Carlsson.
3167 * WebKitSystemInterface.h: Unrelated change, perhaps needed for bug 68478.
3168 * libWebKitSystemInterfaceLeopard.a:
3169 * libWebKitSystemInterfaceLion.a:
3170 * libWebKitSystemInterfaceSnowLeopard.a:
3172 2011-10-13 Arko Saha <arko@motorola.com>
3174 Microdata: Basic implementation of document.getItems() method.
3175 https://bugs.webkit.org/show_bug.cgi?id=68610
3177 Reviewed by Ryosuke Niwa.
3179 Added ENABLE(MICRODATA) feature flag. Implement document.getItems() DOM API.
3180 Spec: http://www.whatwg.org/specs/web-apps/current-work/complete/microdata.html
3182 * win/tools/vsprops/FeatureDefines.vsprops:
3183 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3185 2011-10-12 Adam Barth <abarth@webkit.org>
3187 Remove ENABLE(XHTMLMP) and associated code
3188 https://bugs.webkit.org/show_bug.cgi?id=69729
3190 Reviewed by David Levin.
3192 * win/tools/vsprops/FeatureDefines.vsprops:
3193 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3195 2011-10-11 Kent Tamura <tkent@chromium.org>
3197 C4481 warning should be disabled for OVERRIDE and FINAL.
3198 https://bugs.webkit.org/show_bug.cgi?id=69904
3200 Reviewed by Adam Roben.
3202 * win/tools/vsprops/common.vsprops: Disable C4481.
3204 2011-10-04 Kent Tamura <tkent@chromium.org>
3206 Introduce feature flags for incomplete input types
3207 https://bugs.webkit.org/show_bug.cgi?id=68971
3209 Reviewed by Hajime Morita.
3211 * win/tools/vsprops/FeatureDefines.vsprops:
3212 Add ENABLE_INPUT_TYPE_* flags. They are disabled by default.
3213 * win/tools/vsprops/FeatureDefinesCairo.vsprops: ditto.
3215 2011-10-04 Scott Graham <scottmg@chromium.org>
3217 Add GAMEPAD feature flag
3218 https://bugs.webkit.org/show_bug.cgi?id=66859
3220 Reviewed by Darin Fisher.
3222 * win/tools/vsprops/FeatureDefines.vsprops:
3223 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3225 2011-09-26 Chris Marrin <cmarrin@apple.com>
3227 Enable requestAnimationFrame on Windows
3228 https://bugs.webkit.org/show_bug.cgi?id=68397
3230 Reviewed by Simon Fraser.
3232 Enable REQUEST_ANIMATION_FRAME for Windows
3234 * win/tools/vsprops/FeatureDefines.vsprops:
3236 2011-09-24 Adam Barth <abarth@webkit.org>
3238 Always enable ENABLE(OFFLINE_WEB_APPLICATIONS)
3239 https://bugs.webkit.org/show_bug.cgi?id=68767
3241 Reviewed by Eric Seidel.
3243 * win/tools/vsprops/FeatureDefines.vsprops:
3244 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3246 2011-09-23 Adam Klein <adamk@chromium.org>
3248 Add ENABLE_MUTATION_OBSERVERS feature flag
3249 https://bugs.webkit.org/show_bug.cgi?id=68732
3251 Reviewed by Ojan Vafai.
3253 This flag will guard an implementation of the "Mutation Observers" proposed in
3254 http://lists.w3.org/Archives/Public/public-webapps/2011JulSep/1622.html
3256 * win/tools/vsprops/FeatureDefines.vsprops:
3257 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3259 2011-09-22 Dean Jackson <dino@apple.com>
3261 Add ENABLE_CSS_FILTERS
3262 https://bugs.webkit.org/show_bug.cgi?id=68652
3264 Reviewed by Simon Fraser.
3266 * win/tools/vsprops/FeatureDefines.vsprops:
3267 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3269 2011-09-19 Adam Barth <abarth@webkit.org>
3271 Always enable ENABLE(EVENTSOURCE)
3272 https://bugs.webkit.org/show_bug.cgi?id=68414
3274 Reviewed by Eric Seidel.
3276 * win/tools/vsprops/FeatureDefines.vsprops:
3277 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3279 2011-09-15 Adam Barth <abarth@webkit.org>
3281 Rename ENABLE(DATABASE) to ENABLE(SQL_DATABASE)
3282 https://bugs.webkit.org/show_bug.cgi?id=68205
3284 Reviewed by Eric Seidel.
3286 * win/tools/vsprops/FeatureDefines.vsprops:
3287 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3289 2011-09-15 Eric Seidel <eric@webkit.org>
3291 Remove ENABLE(SVG_AS_IMAGE) since all major ports have it on by default
3292 https://bugs.webkit.org/show_bug.cgi?id=68182
3294 Reviewed by Adam Barth.
3296 * win/tools/vsprops/FeatureDefines.vsprops:
3297 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3299 2011-09-15 Eric Seidel <eric@webkit.org>
3301 Remove ENABLE_SVG_ANIMATION as all major ports have it on by default
3302 https://bugs.webkit.org/show_bug.cgi?id=68022
3304 Reviewed by Ryosuke Niwa.
3306 * win/tools/vsprops/FeatureDefines.vsprops:
3307 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3309 2011-09-14 Eric Seidel <eric@webkit.org>
3311 Remove ENABLE_SVG_USE as <use> is required by HTML5
3312 https://bugs.webkit.org/show_bug.cgi?id=68019
3314 Reviewed by Ryosuke Niwa.
3316 I missed a couple uses of SVG_USE in my previous patch.
3318 * win/tools/vsprops/FeatureDefines.vsprops:
3319 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3321 2011-09-13 Eric Seidel <eric@webkit.org>
3323 Remove ENABLE_SVG_USE as <use> is required by HTML5
3324 https://bugs.webkit.org/show_bug.cgi?id=68019
3326 Reviewed by Ryosuke Niwa.
3328 * win/tools/vsprops/FeatureDefines.vsprops:
3329 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3331 2011-09-13 Eric Seidel <eric@webkit.org>
3333 Remove ENABLE_SVG_FOREIGN_OBJECT as it is a required part of HTML5
3334 https://bugs.webkit.org/show_bug.cgi?id=68018
3336 Reviewed by Ryosuke Niwa.
3338 * win/tools/vsprops/FeatureDefines.vsprops:
3339 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3341 2011-09-01 Tim Horton <timothy_horton@apple.com>
3343 REGRESSION: Rendering artifacts on a rotated, pattern filled shape
3344 https://bugs.webkit.org/show_bug.cgi?id=53055
3345 <rdar://problem/8910917>
3347 Reviewed by Simon Fraser.
3349 Introduce wkCGPatternCreateWithImageAndTransform.
3351 * WebKitSystemInterface.h:
3352 * libWebKitSystemInterfaceLeopard.a:
3353 * libWebKitSystemInterfaceLion.a:
3354 * libWebKitSystemInterfaceSnowLeopard.a:
3355 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
3356 * win/lib/WebKitSystemInterface.lib:
3358 2011-08-30 Aaron Colwell <acolwell@chromium.org>
3360 Add MediaSource API to HTMLMediaElement
3361 https://bugs.webkit.org/show_bug.cgi?id=64731
3363 Reviewed by Eric Carlson.
3365 * win/tools/vsprops/FeatureDefines.vsprops:
3366 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3368 2011-08-24 Lucas Forschler <lforschler@apple.com>
3370 Update SVN properties to help out the Windows EWS bots.
3372 Reviewed by Adam Roben.
3374 * win: Modified properties svn:ignore.
3375 * win/include: Modified property svn:ignore.
3376 * win/lib: Modified property svn:ignore.
3378 2011-08-18 Beth Dakin <bdakin@apple.com>
3380 Reviewed by Sam Weinig.
3382 https://bugs.webkit.org/show_bug.cgi?id=66495
3383 Lion-specific scroller SPIs can use forward declaration instead of
3384 WebKitSystemInterface
3386 * WebKitSystemInterface.h:
3387 * libWebKitSystemInterfaceLeopard.a:
3388 * libWebKitSystemInterfaceLion.a:
3389 * libWebKitSystemInterfaceSnowLeopard.a:
3391 2011-07-28 Dan Bernstein <mitz@apple.com>
3393 WebKitSystemInterface support for
3394 <rdar://problem/9589433> Displaying Japanese dictionary contents in vertical orientation takes a couple of seconds
3396 Reviewed by Darin Adler.
3398 * WebKitSystemInterface.h: Added WKGetVerticalGlyphsForCharacters().
3399 * libWebKitSystemInterfaceLeopard.a:
3400 * libWebKitSystemInterfaceLion.a:
3401 * libWebKitSystemInterfaceSnowLeopard.a:
3403 2011-07-22 Jessie Berlin <jberlin@apple.com>
3405 [WebKit2] Changing the cookie accept policy in Private Browsing doesn’t work.
3406 https://bugs.webkit.org/show_bug.cgi?id=64997
3408 Reviewed by Ada Chan.
3410 Add a wrapper around the setter for the CF HTTP cookie accept policy (since it is not
3411 declared in the public headers on Snow Leopard). This wrapper is not necessary for Windows.
3413 * WebKitSystemInterface.h:
3414 * libWebKitSystemInterfaceLeopard.a:
3415 * libWebKitSystemInterfaceLion.a:
3416 * libWebKitSystemInterfaceSnowLeopard.a:
3418 2011-07-15 Pratik Solanki <psolanki@apple.com>
3420 Part of https://bugs.webkit.org/show_bug.cgi?id=63674
3421 Get webkit to compile with USE(CFNETWORK) enabled on Mac
3423 Reviewed by David Kilzer.
3425 New WebKitSystemInterface functions for CFNetwork-based loader.
3427 * WebKitSystemInterface.h:
3428 * libWebKitSystemInterfaceLeopard.a:
3429 * libWebKitSystemInterfaceLion.a:
3430 * libWebKitSystemInterfaceSnowLeopard.a:
3432 2011-07-12 Brent Fulgham <bfulgham@webkit.org>
3434 Standardize WinCairo conditionalized code under PLATFORM macro.
3435 https://bugs.webkit.org/show_bug.cgi?id=64377
3437 Reviewed by Maciej Stachowiak.
3439 * win/tools/vsprops/WinCairo.vsprops: Update to comply with PLATFORM
3440 macro definition (WTF_PLATFORM_WIN_CAIRO)
3442 2011-07-02 Mark Rowe <mrowe@apple.com>
3444 Update the header file too.
3446 * WebKitSystemInterface.h:
3448 2011-07-02 Mark Rowe <mrowe@apple.com>
3450 Update WebKitSystemInterface binaries.
3452 * libWebKitSystemInterfaceLeopard.a:
3453 * libWebKitSystemInterfaceLion.a: Added.
3454 * libWebKitSystemInterfaceSnowLeopard.a:
3456 2011-06-28 Brent Fulgham <bfulgham@webkit.org>
3458 Unreviewed build correction. Link to correct library for
3461 * win/tools/vsprops/WinCairo.vsprops: Don't link to the static
3462 zlib.lib when building for WinCairo.
3464 2011-06-21 MORITA Hajime <morrita@google.com>
3466 Unreviewed, rolling out r89401 and r89403.
3467 http://trac.webkit.org/changeset/89401
3468 http://trac.webkit.org/changeset/89403
3469 https://bugs.webkit.org/show_bug.cgi?id=62970
3471 Breaks mac build and mistakenly enables the spellcheck API
3473 * win/tools/vsprops/FeatureDefines.vsprops:
3474 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3476 2011-06-20 MORITA Hajime <morrita@google.com>
3478 Reviewed by Kent Tamura.
3480 Spellcheck API should be build-able.
3481 https://bugs.webkit.org/show_bug.cgi?id=62970
3483 * win/tools/vsprops/FeatureDefines.vsprops:
3484 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3486 2011-06-20 Pratik Solanki <psolanki@apple.com>
3488 Reviewed by David Kilzer.
3490 HTTP pipelining functions on mac should match windows
3491 https://bugs.webkit.org/show_bug.cgi?id=63012
3493 * WebKitSystemInterface.h:
3494 * libWebKitSystemInterfaceLeopard.a:
3495 * libWebKitSystemInterfaceSnowLeopard.a:
3497 2011-06-13 Tony Chang <tony@chromium.org>
3499 Reviewed by Dimitri Glazkov.
3501 rename ENABLE_NEW_FLEXBOX to ENABLE_CSS3_FLEXBOX
3502 https://bugs.webkit.org/show_bug.cgi?id=62578
3504 * win/tools/vsprops/FeatureDefines.vsprops:
3505 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3507 2011-06-13 Tony Chang <tony@chromium.org>
3509 Reviewed by Adam Barth.
3511 rename ENABLE_FLEXBOX to ENABLE_NEW_FLEXBOX
3512 https://bugs.webkit.org/show_bug.cgi?id=62545
3514 * win/tools/vsprops/FeatureDefines.vsprops:
3515 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3517 2011-06-10 Tony Chang <tony@chromium.org>
3519 Reviewed by Ojan Vafai.
3521 add a compile guard ENABLE(FLEXBOX)
3522 https://bugs.webkit.org/show_bug.cgi?id=62049
3524 * win/tools/vsprops/FeatureDefines.vsprops:
3525 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3527 2011-06-07 Tim Horton <timothy_horton@apple.com>
3529 Reviewed by Alexey Proskuryakov.
3531 Use correct CFURLStorageSessionRef definition on Snow Leopard
3532 https://bugs.webkit.org/show_bug.cgi?id=62223
3534 * WebKitSystemInterface.h:
3536 2011-06-06 Alexandru Chiculita <achicu@adobe.com>
3538 Reviewed by Kent Tamura.
3540 Add ENABLE_CSS_EXCLUSIONS support for build-webkit script
3541 https://bugs.webkit.org/show_bug.cgi?id=61628
3543 * win/tools/vsprops/FeatureDefines.vsprops:
3544 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3546 2011-06-06 Mihnea Ovidenie <mihnea@adobe.com>
3548 Reviewed by Kent Tamura.
3550 Add ENABLE(CSS_REGIONS) guard for CSS Regions support
3551 https://bugs.webkit.org/show_bug.cgi?id=61631
3553 * win/tools/vsprops/FeatureDefines.vsprops:
3554 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3556 2011-05-25 Jer Noble <jer.noble@apple.com>
3558 Reviewed by Dan Bernstein.
3560 30 second rewind button dysfunctional viewing trailers fullscreen.
3561 https://bugs.webkit.org/show_bug.cgi?id=61505
3563 Updated WKSI Libraries with new images for Backward buttons in default
3566 * libWebKitSystemInterfaceLeopard.a:
3567 * libWebKitSystemInterfaceSnowLeopard.a:
3569 2011-05-25 Jer Noble <jer.noble@apple.com>
3571 Reviewed by Darin Adler.
3573 Video fails to play on Vimeo
3574 https://bugs.webkit.org/show_bug.cgi?id=61403
3576 Added functions to retrieve the resolved URL for media types supported on
3579 * WebKitSystemInterface.h:
3580 * WebKitSystemInterface.m:
3581 (WKAVAssetResolvedURL): Added.
3582 (WKQTMovieResolvedURL): Added.
3584 2011-05-24 Keishi Hattori <keishi@webkit.org>
3586 Reviewed by Kent Tamura.
3588 Disable input color. Add INPUT_COLOR feature flag. Implement input color sanitizer.
3589 https://bugs.webkit.org/show_bug.cgi?id=61273
3591 * win/tools/vsprops/FeatureDefines.vsprops: Added INPUT_COLOR feature flag.
3592 * win/tools/vsprops/FeatureDefinesCairo.vsprops: Added INPUT_COLOR feature flag.
3594 2011-05-12 Jessie Berlin <jberlin@apple.com>
3596 Reviewed by Darin Adler.
3598 [Windows WebKit2] Use cookies set in WebKit1
3599 https://bugs.webkit.org/show_bug.cgi?id=60274
3601 Update WKSI with the changes to wkCreatePrivateStorageSession.
3603 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
3604 * win/lib/WebKitSystemInterface.lib:
3606 2011-05-11 Jessie Berlin <jberlin@apple.com>
3608 Reviewed by Steve Falkenburg.
3610 [Windows WebKit2] Use cookies set in WebKit1
3611 https://bugs.webkit.org/show_bug.cgi?id=60274
3613 Take 3 after rolling out KB2465367 from my system.
3615 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
3616 * win/lib/WebKitSystemInterface.lib:
3618 2011-05-11 Sheriff Bot <webkit.review.bot@gmail.com>
3620 Unreviewed, rolling out r86255.
3621 http://trac.webkit.org/changeset/86255
3622 https://bugs.webkit.org/show_bug.cgi?id=60660
3624 REGRESSION (r86255): Lots of tests crashing in
3625 CFWriteStreamCreateWithAllocatedBuffers on Windows 7 Release
3626 (WebKit2 Tests) (Requested by aroben on #webkit).
3628 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
3629 * win/lib/WebKitSystemInterface.lib:
3631 2011-05-11 Jessie Berlin <jberlin@apple.com>
3633 Reviewed by Steve Falkenburg.
3635 [Windows WebKit2] Use cookies set in WebKit1
3636 https://bugs.webkit.org/show_bug.cgi?id=60274
3638 Take 3 after rolling out KB2465367 from my system.
3640 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
3641 * win/lib/WebKitSystemInterface.lib:
3643 2011-05-09 Sheriff Bot <webkit.review.bot@gmail.com>
3645 Unreviewed, rolling out r86075.
3646 http://trac.webkit.org/changeset/86075
3647 https://bugs.webkit.org/show_bug.cgi?id=60495
3649 broke windows tests (Requested by jessieberlin on #webkit).
3651 * win/lib/WebKitSystemInterface.lib:
3653 2011-05-09 Jessie Berlin <jberlin@apple.com>
3655 Take 2 on updating the WKSI libraries.
3657 * win/lib/WebKitSystemInterface.lib:
3659 2011-05-08 Sheriff Bot <webkit.review.bot@gmail.com>
3661 Unreviewed, rolling out r86037.
3662 http://trac.webkit.org/changeset/86037
3663 https://bugs.webkit.org/show_bug.cgi?id=60453
3665 broke Windows tests (Requested by jessieberlin on #webkit).
3667 * win/lib/WebKitSystemInterface.lib:
3669 2011-05-08 Jessie Berlin <jberlin@apple.com>
3671 Rubber-stamped by Alice Liu.
3673 Update the WKSI libraries.
3675 * win/lib/WebKitSystemInterface.lib:
3677 2011-05-07 Sheriff Bot <webkit.review.bot@gmail.com>
3679 Unreviewed, rolling out r86016.
3680 http://trac.webkit.org/changeset/86016
3681 https://bugs.webkit.org/show_bug.cgi?id=60445
3683 caused crashes on the WK2 Windows bots (Requested by
3684 jessieberlin on #webkit).
3686 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
3687 * win/lib/WebKitSystemInterface.lib:
3689 2011-05-07 Jessie Berlin <jberlin@apple.com>
3691 Reviewed by Steve Falkenburg.
3693 [Windows WebKit2] Use cookies set in WebKit1
3694 https://bugs.webkit.org/show_bug.cgi?id=60274
3696 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
3697 * win/lib/WebKitSystemInterface.lib:
3699 2011-05-05 Dan Bernstein <mitz@apple.com>
3701 Reviewed by Simon Fraser.
3703 WebKitSystemInterface part of <rdar://problem/9155590> Broken animation in iAd producer
3705 * WebKitSystemInterface.h: Added WKExecutableWasLinkedOnOrBeforeSnowLeopard().
3707 2011-04-29 Jer Noble <jer.noble@apple.com>
3709 Reviewed by Eric Seidel.
3711 Implement FULLSCREEN_API on Windows, Part 4: Enable it
3712 https://bugs.webkit.org/show_bug.cgi?id=59798
3714 * win/tools/vsprops/FeatureDefines.vsprops: Set ENABLE_FULLSCREEN_API to true.
3716 2011-05-03 David Kilzer <ddkilzer@apple.com>
3718 Part 1 of 2: <http://webkit.org/b/59838> Implement HTTP pipelining for CoreFoundation-based networking
3719 <rdar://problem/8924448>
3721 Reviewed by Adam Roben.
3723 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
3724 (wkGetHTTPPipeliningPriority): Added declaration.
3725 (wkSetHTTPPipeliningMaximumPriority): Added declaration.
3726 (wkSetHTTPPipeliningPriority): Added declaration.
3727 * win/lib/WebKitSystemInterface.lib: Updated.
3729 2011-04-28 David Levin <levin@chromium.org>
3731 Reviewed by Adam Barth.
3733 Remove IMAGE_RESIZER related code.
3734 https://bugs.webkit.org/show_bug.cgi?id=59735
3736 * win/tools/vsprops/FeatureDefines.vsprops: Also removed WML which was missed in r85256.
3737 * win/tools/vsprops/FeatureDefinesCairo.vsprops: Ditto.
3739 2011-04-28 Chris Fleizach <cfleizach@apple.com>
3741 Reviewed by Maciej Stachowiak.
3743 Allow remote accessibility API for WK2 to build on SnowLeopard.
3744 <rdar://problem/9324507>
3746 * WebKitSystemInterface.h:
3747 * libWebKitSystemInterfaceLeopard.a:
3748 * libWebKitSystemInterfaceSnowLeopard.a:
3750 2011-04-27 Mark Rowe <mrowe@apple.com>
3752 Rubber-stamped by Geoff Garen.
3754 Remove some files that are no longer relevant.
3756 * libWebKitSystemInterfaceTiger.a: Removed.
3758 2011-04-23 Brent Fulgham <bfulgham@webkit.org>
3760 [WinCairo] Unreviewed build change.
3762 Activate Geolocation API, as it will work with WinCairo assuming
3763 an appropriate Geolocation Provider is registered.
3765 * win/tools/vsprops/FeatureDefinesCairo.vsprops: Activate the
3766 Geolocation features.
3768 2011-04-21 Maciej Stachowiak <mjs@apple.com>
3770 Reviewed by Adam Roben.
3772 Add a feature define to allow <details> and <summary> to be disabled
3773 https://bugs.webkit.org/show_bug.cgi?id=59118
3774 <rdar://problem/9257045>
3776 * win/tools/vsprops/FeatureDefines.vsprops:
3777 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3779 2011-04-20 Eric Carlson <eric.carlson@apple.com>
3781 Reviewed by Dan Bernstein.
3783 Adopt QTKit API for listing and deleting file in its media cache.
3784 <rdar://problem/9130029>
3785 https://bugs.webkit.org/show_bug.cgi?id=58795
3787 * WebKitSystemInterface.h:
3788 * libWebKitSystemInterfaceLeopard.a:
3789 * libWebKitSystemInterfaceSnowLeopard.a:
3791 2011-04-19 Jessie Berlin <jberlin@apple.com>
3793 Reviewed by Sam Weinig.
3795 Roll r81683 back in.
3797 Going to certain pages causes a download of "st.html" or "jsp.html" (news.yahoo.com, etc.)
3798 <rdar://problem/9139245>
3802 * win/lib/WebKitSystemInterface.lib:
3804 2011-04-15 Shishir Agrawal <shishir@chromium.org>
3806 Reviewed by James Robinson.
3808 Add a flag to guard Page Visibility API changes.
3809 https://bugs.webkit.org/show_bug.cgi?id=58464
3811 * win/tools/vsprops/FeatureDefines.vsprops:
3813 2011-04-14 Pratik Solanki <psolanki@apple.com>
3815 Reviewed by David Kilzer.
3817 Set minimum priority for fast lane connections
3818 https://bugs.webkit.org/show_bug.cgi?id=58353
3820 Add WKSetHTTPPipeliningMinimumFastLanePriority.
3822 * WebKitSystemInterface.h:
3823 * libWebKitSystemInterfaceLeopard.a:
3824 * libWebKitSystemInterfaceSnowLeopard.a:
3826 2011-04-08 Alpha Lam <hclam@chromium.org>
3828 Unreviewed, rolling out r83335.
3829 http://trac.webkit.org/changeset/83335
3830 https://bugs.webkit.org/show_bug.cgi?id=53556
3832 GTK and QT bots are broken
3834 * win/tools/vsprops/FeatureDefines.vsprops:
3835 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3837 2011-04-07 Anna Cavender <annacc@chromium.org>
3839 Reviewed by Eric Carlson.
3841 Setup ENABLE(TRACK) feature define
3842 https://bugs.webkit.org/show_bug.cgi?id=53556
3844 * win/tools/vsprops/FeatureDefines.vsprops:
3845 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3847 2011-04-07 Andrew Scherkus <scherkus@chromium.org>
3849 Revert ENABLE_TRACK patch due to compile failures.
3851 * win/tools/vsprops/FeatureDefines.vsprops:
3852 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3854 2011-04-06 Dai Mikurube <dmikurube@chromium.org>
3856 Reviewed by David Levin.
3858 Add QUOTA build flag for unified quota API
3859 https://bugs.webkit.org/show_bug.cgi?id=57918
3861 * win/tools/vsprops/FeatureDefines.vsprops: Added QUOTA build flag
3862 * win/tools/vsprops/FeatureDefinesCairo.vsprops: Added QUOTA build flag
3864 2011-04-04 David Kilzer <ddkilzer@apple.com>
3866 <http://webkit.org/b/57384> CFNetwork and WebCore load priorities should match
3868 Reviewed by Alexey Proskuryakov.
3870 * WebKitSystemInterface.h:
3871 (WKSetHTTPPipeliningMaximumPriority): Added declaration.
3872 (WKExtractWordDefinitionTokenRangeFromContextualString): Added
3873 missing declaration from r81890.
3874 (WKShowWordDefinitionWindow): Ditto.
3875 (WKHideWordDefinitionWindow): Ditto.
3876 * libWebKitSystemInterfaceLeopard.a: Updated.
3877 * libWebKitSystemInterfaceSnowLeopard.a: Updated.
3879 2011-04-04 Steve Falkenburg <sfalken@apple.com>
3881 Reviewed by Adam Roben.
3883 Remove unused AnalyzeWithLargeStack code from Windows build files
3884 https://bugs.webkit.org/show_bug.cgi?id=57771
3886 This was used for us to build with prefast automatically,
3887 but it is out-of-date and hasn't been used for some time.
3888 Removing completely for now.
3890 * win/tools/vsprops/common.vsprops:
3892 2011-04-04 Steve Falkenburg <sfalken@apple.com>
3894 Reviewed by Brian Weinstein.
3896 Fix Windows build warning.
3897 https://bugs.webkit.org/show_bug.cgi?id=57767
3899 * win/tools/vsprops/common.vsprops:
3901 2011-04-01 Brent Fulgham <bfulgham@webkit.org>
3903 [WinCairo] Unreviewed build fix.
3905 Define DEBUG_ALL for WinCairo debug builds so that the correct
3906 labeled DLLs ("*_debug.dll") are linked for testing runs.
3908 * win/tools/vsprops/debug_wincairo.vsprops:
3910 2011-04-01 Timothy Hatcher <timothy@apple.com>
3912 Make momentum scroll event latching work in WebKit2 on Mac.
3914 <rdar://problem/8751861>
3916 Reviewed by Darin Adler.
3918 * WebKitSystemInterface.h:
3919 * libWebKitSystemInterfaceLeopard.a: Updated to remove WKIsLatchingWheelEvent and add WKGetNSEventMomentumPhase.
3920 * libWebKitSystemInterfaceSnowLeopard.a: Ditto.
3922 2011-03-30 Steve Falkenburg <sfalken@apple.com>
3924 Reviewed by Adam Roben.
3926 Should turn off frame pointer omission (FPO) for Release (not Production) builds
3927 https://bugs.webkit.org/show_bug.cgi?id=54403
3929 Leave it enabled for Windows Production builds.
3930 Disabling this optimization improves stack traces for memory and performance tools like umdh and xperf.
3932 We use both /Oy- and OmitFramePointers="false" since OmitFramePointers="false" isnt' enough
3935 * win/tools/vsprops/release.vsprops:
3937 2011-03-30 Steve Falkenburg <sfalken@apple.com>
3939 Reviewed by Adam Roben.
3941 Share most vsprops between Release and Production builds in releaseproduction.vsprops
3942 https://bugs.webkit.org/show_bug.cgi?id=57508
3944 * win/tools/vsprops/release.vsprops:
3945 * win/tools/vsprops/releaseproduction.vsprops: Copied from WebKitLibraries/win/tools/vsprops/release.vsprops.
3947 2011-03-30 Steve Falkenburg <sfalken@apple.com>
3949 Rubber stamped by Adam Roben.
3951 Remove unnecessary NDEBUG define.
3953 * win/tools/vsprops/production.vsprops:
3955 2011-03-30 Steve Falkenburg <sfalken@apple.com>
3957 Reviewed by Adam Roben.
3959 Update Windows production build logic for new production configurations
3960 https://bugs.webkit.org/show_bug.cgi?id=57494
3962 * win/tools/vsprops/common.vsprops:
3963 * win/tools/vsprops/production.vsprops: Added.
3965 2011-03-29 Brent Fulgham <bfulgham@webkit.org>
3967 Unreviewed build change to activate MathML for WinCairo.
3969 * win/tools/vsprops/FeatureDefinesCairo.vsprops: Enable MathML.
3971 2011-03-29 Jessie Berlin <jberlin@apple.com>
3973 Update the WebKitSystemInterface libraries for changes in the implementation.
3975 * libWebKitSystemInterfaceLeopard.a:
3976 * libWebKitSystemInterfaceSnowLeopard.a:
3978 2011-03-28 Jeff Miller <jeffm@apple.com>
3980 Reviewed by Adam Roben.
3982 Include certificate when sending a WebCore::ResourceError to UI process on Windows
3983 https://bugs.webkit.org/show_bug.cgi?id=57195
3985 Rename wkGetSSLPeerCertificateData() to wkGetSSLPeerCertificateDataBytePtr(), since it returns a void*, and
3986 implement wkGetSSLPeerCertificateData() to return a CFDataRef. Add wkSetSSLPeerCertificateData() so
3987 WebCore::ResourceError can set the certificate in the user info dictionary.
3989 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
3990 * win/lib/WebKitSystemInterface.lib:
3992 2011-03-28 Jeff Miller <jeffm@apple.com>
3994 Rubber-stamped by Adam Roben.
3996 Remove WebKitSystemInterface_debug.lib, it hasn't been used for a few months now.
3998 * win/lib/WebKitSystemInterface_debug.lib: Removed.
4000 2011-03-25 Brent Fulgham <bfulgham@webkit.org>
4002 Kick the build machines after r81977.
4004 * win/tools/vsprops/common.vsprops:
4006 2011-03-22 Sheriff Bot <webkit.review.bot@gmail.com>
4008 Unreviewed, rolling out r81683.
4009 http://trac.webkit.org/changeset/81683
4010 https://bugs.webkit.org/show_bug.cgi?id=56872
4012 Crashing in some tests (Requested by weinig on #webkit).
4014 * win/lib/WebKitSystemInterface.lib:
4016 2011-03-22 Sam Weinig <sam@webkit.org>
4018 Reviewed by Adam Roben.
4020 Going to certain pages causes a download of "st.html" or "jsp.html" (news.yahoo.com, etc.)
4021 <rdar://problem/9139245>
4025 * win/lib/WebKitSystemInterface.lib:
4027 2011-03-22 Sam Weinig <sam@webkit.org>
4029 Reviewed by Brady Eidson.
4031 Going to certain pages causes a download of "st.html" or "jsp.html" (news.yahoo.com, etc.)
4032 <rdar://problem/9139245>
4034 * libWebKitSystemInterfaceLeopard.a:
4035 * libWebKitSystemInterfaceSnowLeopard.a:
4037 2011-03-17 Anders Carlsson <andersca@apple.com>
4039 Add WKWindowWillOrderOffScreenNotification.
4041 * WebKitSystemInterface.h:
4042 * libWebKitSystemInterfaceLeopard.a:
4043 * libWebKitSystemInterfaceSnowLeopard.a:
4045 2011-03-14 Pratik Solanki <psolanki@apple.com>
4047 Rubber-stamped by Mark Rowe.
4049 I checked in Intel-only version of these files in r80975. This fixes that by building all
4050 the correct slices - i386/x86_64/ppc for SnowLeopard and i386/x86_64/ppc/ppc64 for Leopard.
4052 * libWebKitSystemInterfaceLeopard.a:
4053 * libWebKitSystemInterfaceSnowLeopard.a:
4055 2011-03-13 Pratik Solanki <psolanki@apple.com>
4057 Reviewed by Brady Eidson.
4059 Make adjustMIMETypeIfNecessary use CFNetwork directly
4060 https://bugs.webkit.org/show_bug.cgi?id=55912
4062 Add new WKSI functions needed to implement adjustMIMETypeIfNecessary.
4064 * WebKitSystemInterface.h:
4065 * libWebKitSystemInterfaceLeopard.a:
4066 * libWebKitSystemInterfaceSnowLeopard.a:
4068 2011-03-09 Jessie Berlin <jberlin@apple.com>
4070 Reviewed by Adam Roben.
4072 Use the Cookie Storage from the Private Browsing Storage Session directly
4073 https://bugs.webkit.org/show_bug.cgi?id=55986
4075 * WebKitSystemInterface.h:
4076 * libWebKitSystemInterfaceLeopard.a:
4077 * libWebKitSystemInterfaceSnowLeopard.a:
4078 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
4079 * win/lib/WebKitSystemInterface.lib:
4081 2011-03-07 Steve Falkenburg <sfalken@apple.com>
4085 * win/tools/scripts/VERSION:
4087 2011-03-06 Jessie Berlin <jberlin@apple.com>
4089 Reviewed by Sam Weinig.
4091 WebKit2: Use CFNetwork Sessions API.
4092 https://bugs.webkit.org/show_bug.cgi?id=55435.
4094 When Private Browsing is enabled, use cookies from a in-memory Cookie Storage based on the
4095 Private Browsing Storage Session.
4097 Update WebKitSystemInterface headers and libraries with the new functions.
4099 * WebKitSystemInterface.h:
4100 * libWebKitSystemInterfaceLeopard.a:
4101 * libWebKitSystemInterfaceSnowLeopard.a:
4102 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
4103 * win/lib/WebKitSystemInterface.lib:
4105 2011-03-04 Jessie Berlin <jberlin@apple.com>
4107 Reviewed by Maciej Stachowiak.
4109 WebKit2: Use CFNetwork Sessions API.
4110 https://bugs.webkit.org/show_bug.cgi?id=55435.
4112 When Private Browsing is enabled, get the cached url response from the cache associated with
4113 the Private Browsing Storage Session.
4115 Update WebKitSystemInterface headers and libraries with the new functions.
4117 * WebKitSystemInterface.h:
4118 * libWebKitSystemInterfaceLeopard.a:
4119 * libWebKitSystemInterfaceSnowLeopard.a:
4120 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
4121 * win/lib/WebKitSystemInterface.lib:
4123 2011-03-03 Jessie Berlin <jberlin@apple.com>
4125 Reviewed by Adam Roben.
4127 WebKit2: Use CFNetwork Sessions API.
4128 https://bugs.webkit.org/show_bug.cgi?id=55435
4130 Set the Private Browsing Storage Session on requests when Private Browsing is enabled.
4132 Update WebKitSystemInterface headers and libraries with the new functions.
4134 * WebKitSystemInterface.h:
4135 * libWebKitSystemInterfaceLeopard.a:
4136 * libWebKitSystemInterfaceSnowLeopard.a:
4137 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
4138 * win/lib/WebKitSystemInterface.lib:
4140 2011-03-02 Jessie Berlin <jberlin@apple.com>
4142 Update WebKitSystemInterface libraries. Library changes reviewed by Darin Adler.
4144 * libWebKitSystemInterfaceLeopard.a:
4145 * libWebKitSystemInterfaceSnowLeopard.a:
4147 2011-03-02 Jessie Berlin <jberlin@apple.com>
4149 Windows build fix. Unreviewed.
4151 * win/lib/WebKitSystemInterface.lib:
4153 2011-03-02 Jessie Berlin <jberlin@apple.com>
4155 Rubber-stamped by Adam Roben.
4157 WebKit2: Use CFNetwork Sessions API.
4158 https://bugs.webkit.org/show_bug.cgi?id=55435
4160 Add the ability to create a Private Browsing Storage Session.
4162 Update WebKitSystemInterface headers and libraries with the new functions.
4164 * WebKitSystemInterface.h:
4165 * libWebKitSystemInterfaceLeopard.a:
4166 * libWebKitSystemInterfaceSnowLeopard.a:
4167 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
4168 * win/lib/WebKitSystemInterface.lib:
4170 2011-03-02 Daniel Cheng <dcheng@chromium.org>
4172 Reviewed by David Levin.
4174 Add feature define for data transfer items
4175 https://bugs.webkit.org/show_bug.cgi?id=55510
4177 * win/tools/vsprops/FeatureDefines.vsprops:
4178 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
4180 2011-03-02 Adam Roben <aroben@apple.com>
4182 Try to force a clean build on the Windows bots
4184 Some of the bots are running into bogus linker errors due to MSVC's "minimal rebuild"
4185 feature not rebuilding files it should. See <http://queues.webkit.org/results/8076907> for
4188 * win/tools/vsprops/common.vsprops: Touched to force a rebuild.
4190 2011-03-01 Sheriff Bot <webkit.review.bot@gmail.com>
4192 Unreviewed, rolling out r80079.
4193 http://trac.webkit.org/changeset/80079
4194 https://bugs.webkit.org/show_bug.cgi?id=55547
4196 "Broke the Win debug build?" (Requested by dcheng on #webkit).
4198 * win/tools/vsprops/FeatureDefines.vsprops:
4199 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
4201 2011-03-01 Daniel Cheng <dcheng@chromium.org>
4203 Reviewed by David Levin.
4205 Add feature define for data transfer items
4206 https://bugs.webkit.org/show_bug.cgi?id=55510
4208 * win/tools/vsprops/FeatureDefines.vsprops:
4209 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
4211 2011-03-01 Sam Weinig <sam@webkit.org>
4213 Reviewed by Anders Carlsson.
4215 WebKit2 needs to be made localizable
4216 <rdar://problem/8728860>
4218 * WebKitSystemInterface.h:
4219 * libWebKitSystemInterfaceLeopard.a:
4220 * libWebKitSystemInterfaceSnowLeopard.a:
4222 2011-02-25 Brian Weinstein <bweinstein@apple.com>
4224 Fix linking of Chromium Mac build.
4226 * libWebKitSystemInterfaceLeopard.a:
4227 * libWebKitSystemInterfaceSnowLeopard.a:
4229 2011-02-21 Brian Weinstein <bweinstein@apple.com>
4231 Reviewed by Adam Roben.
4233 WebResourceCacheManager should be responsible for managing the CFURLCache as well
4234 as the WebCore memory cache.
4235 https://bugs.webkit.org/show_bug.cgi?id=54886
4236 Part of <rdar://problem/8971738>
4238 Update WebKitSystemInterface headers and libraries with new functions.
4240 * WebKitSystemInterface.h:
4241 * libWebKitSystemInterfaceLeopard.a:
4242 * libWebKitSystemInterfaceSnowLeopard.a:
4243 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
4244 * win/lib/WebKitSystemInterface.lib:
4246 2011-02-21 Brian Weinstein <bweinstein@apple.com>
4248 Rubber-stamped by Dan Bernstein.
4250 Update WebKitSystemInterface.h on Mac. The header that was in the tree didn't
4251 match the current WebKitSystemInterface.h.
4253 * WebKitSystemInterface.h:
4255 2011-02-08 Patrick Gansterer <paroga@webkit.org>
4257 Reviewed by Adam Roben.
4259 [WIN] Add missing forward declarations in WebKitSystemInterface.h
4260 https://bugs.webkit.org/show_bug.cgi?id=53889
4262 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
4264 2011-02-04 Steve Falkenburg <sfalken@apple.com>
4266 Reviewed by Adam Roben.
4268 Bump Windows minimum system requirement to XPSP2
4269 https://bugs.webkit.org/show_bug.cgi?id=53807
4271 * win/tools/vsprops/common.vsprops:
4273 2011-02-03 James Kozianski <koz@chromium.org>
4275 Reviewed by Dimitri Glazkov.
4277 Add navigator.registerProtocolHandler behind a flag.
4278 https://bugs.webkit.org/show_bug.cgi?id=52609
4280 * win/tools/vsprops/FeatureDefines.vsprops:
4281 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
4283 2011-02-02 Steve Lacey <sjl@chromium.org>
4285 Reviewed by Eric Carlson.
4287 Implement basic media statistics on media elements.
4288 https://bugs.webkit.org/show_bug.cgi?id=53322
4290 * win/tools/vsprops/FeatureDefines.vsprops:
4291 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
4293 2011-01-28 Anders Carlsson <andersca@apple.com>
4299 * WebKitSystemInterface.h:
4300 * libWebKitSystemInterfaceLeopard.a:
4301 * libWebKitSystemInterfaceSnowLeopard.a:
4303 2011-01-26 David Kilzer <ddkilzer@apple.com>
4305 <http://webkit.org/b/53192> Add experimental support for HTTP pipelining in CFNetwork
4306 <rdar://problem/8821760>
4308 Reviewed by Antti Koivisto.
4310 * WebKitSystemInterface.h:
4311 New methods added for HTTP pipelining support.
4312 (WKGetHTTPPipeliningPriority): Added.
4313 (WKSetHTTPPipeliningPriority): Added.
4314 Unrelated methods added after updating the header.
4315 (WKMakeScrollbarPainter): Added.
4316 (WKScrollbarPainterPaint): Added.
4317 * libWebKitSystemInterfaceLeopard.a: Updated.
4318 * libWebKitSystemInterfaceSnowLeopard.a: Updated.
4320 2011-01-24 Jer Noble <jer.noble@apple.com>
4322 Reviewed by Eric Carlson.
4324 REGRESSION (r72119): Audio never plays on Star Wars intro animation
4325 https://bugs.webkit.org/show_bug.cgi?id=52467
4327 Add wkGetQuickTimeMIMETypeList() function.
4329 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
4330 * win/lib/WebKitSystemInterface.lib:
4332 2011-01-18 Anders Carlsson <andersca@apple.com>
4334 Reviewed by Darin Adler.
4336 Add WKPopupContextMenu.
4338 * WebKitSystemInterface.h:
4339 * libWebKitSystemInterfaceLeopard.a:
4340 * libWebKitSystemInterfaceSnowLeopard.a:
4342 2011-01-17 Adam Roben <aroben@apple.com>
4344 Make it possible to both set and clear a wkCACFContext's D3D device
4346 Fixes <http://webkit.org/b/52587> WKCACFLayerRenderer is hard to use
4348 Reviewed by Chris Marrin.
4350 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
4351 * win/lib/WebKitSystemInterface.lib:
4353 2011-01-07 Chris Marrin <cmarrin@apple.com>
4357 Minor change to check for null context
4359 * win/lib/WebKitSystemInterface.lib:
4360 * win/lib/WebKitSystemInterface_debug.lib:
4362 2011-01-07 Chris Marrin <cmarrin@apple.com>
4366 Added one more API to WKSI to get the user data
4367 out of the CACFContext.
4369 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
4370 * win/lib/WebKitSystemInterface.lib:
4371 * win/lib/WebKitSystemInterface_debug.lib:
4373 2011-01-07 Chris Marrin <cmarrin@apple.com>
4377 Adding updated WKSI files missed in http://trac.webkit.org/changeset/75262
4379 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
4380 * win/lib/WebKitSystemInterface.lib:
4381 * win/lib/WebKitSystemInterface_debug.lib:
4383 2011-01-05 Steve Falkenburg <sfalken@apple.com>
4385 Reviewed by Darin Adler.