1 2015-08-21 Brent Fulgham <bfulgham@apple.com>
3 [Win] Unreviewed build fix.
5 * win/tools/vsprops/common.props: Ignore a warning that is filling the
6 build logs with useless cruft.
8 2015-08-20 Lucas Forschler <lforschler@apple.com>
10 Check in LLVM 3.6.2 binary drops for OS X Mavericks.
11 Check in drops built from the LLVM 3.6.2 open source release.
13 * LLVMIncludesMavericks.tar.bz2:
14 * LLVMLibrariesMavericks.tar.bz2:
16 2015-08-12 Lucas Forschler <lforschler@apple.com>
18 Check in LLVM 3.6.2 binary drops for OS X Yosemite
19 Check in drops built from the LLVM 3.6.2 open source release.
21 2015-08-11 Brent Fulgham <bfulgham@apple.com>
23 [Win] Unreviewed build fix for VS2015 targets.
25 * win/lib32/WebKitSystemInterface.lib: Update with VS2015 version of library.
27 2015-08-04 Alex Christensen <achristensen@webkit.org>
29 Fix quirks with CMake and VS2015
30 https://bugs.webkit.org/show_bug.cgi?id=147663
32 Reviewed by Brent Fulgham.
34 * win/tools/vsprops/common.props:
35 Hide some warnings. Using the same variable names in nested scopes is ok for now.
37 2015-08-04 Brent Fulgham <bfulgham@apple.com>
39 [Win] Update Apple Windows build for VS2015
40 https://bugs.webkit.org/show_bug.cgi?id=147653
42 Reviewed by Dean Jackson.
44 * win/tools/vsprops/common.props: Fix build flags to use Windows 7
45 (WINVER=0x601) as minimum build target for 64-bit builds.
47 2015-08-03 Filip Pizlo <fpizlo@apple.com>
49 Check in LLVM 3.6.2 binary drops for El Capitan
50 https://bugs.webkit.org/show_bug.cgi?id=147582
52 Reviewed by Alexey Proskuryakov.
54 Check in drops built from the LLVM 3.6.2 open source release.
56 These drops were built by doing:
58 1) Check out WebKit to a directory like /some/path/OpenSource.
60 2) Unpack LLVM 3.6.2 into /some/path/OpenSource/llvm. I got LLVM 3.6.2 from:
62 http://llvm.org/releases/3.6.2/llvm-3.6.2.src.tar.xz
64 3) While in /some/path/OpenSource, run Tools/Scripts/build-jsc --release. Make sure it's a
65 totally clean build (i.e. delete WebKitBuild before starting).
67 4) Run the following to create binary drops:
69 Tools/Scripts/export-llvm-build -i WebKitLibraries/LLVMIncludesElCapitan.tar.bz2 -l WebKitLibraries/LLVMLibrariesElCapitan.tar.bz2 -b llvm/wkLLVMBuild -B llvm/wkLLVMBuild/Release+Asserts -s llvm
71 * LLVMIncludesElCapitan.tar.bz2: Added.
72 * LLVMLibrariesElCapitan.tar.bz2: Added.
74 2015-07-28 Yusuke Suzuki <utatane.tea@gmail.com>
76 [ES6] Add ENABLE_ES6_MODULES compile time flag with the default value "false"
77 https://bugs.webkit.org/show_bug.cgi?id=147350
79 Reviewed by Sam Weinig.
81 * win/tools/vsprops/FeatureDefines.props:
82 * win/tools/vsprops/FeatureDefinesCairo.props:
84 2015-07-20 Gordon Sheridan <gordon_sheridan@apple.com>
86 WKSI support for blocking a plug-in for non-security reasons.
87 https://bugs.webkit.org/show_bug.cgi?id=145009
89 Reviewed by Anders Carlsson.
91 * WebKitSystemInterface.h:
92 * libWebKitSystemInterfaceMavericks.a:
93 * libWebKitSystemInterfaceYosemite.a:
95 2015-07-02 Daniel Bates <dabates@apple.com>
97 [iOS] Add WebKitSystemInterface for iOS 8.4
98 https://bugs.webkit.org/show_bug.cgi?id=146548
100 Rubber-stamped by Zalan Bujtas.
102 * WebKitSystemInterfaceIOS.h:
103 * libWebKitSystemInterfaceIOSDevice8.4.a: Added.
104 * libWebKitSystemInterfaceIOSSimulator8.4.a: Added.
106 2015-06-30 Andy VanWagoner <thetalecrafter@gmail.com>
108 Implement ECMAScript Internationalization API
109 https://bugs.webkit.org/show_bug.cgi?id=90906
111 Reviewed by Benjamin Poulain.
113 * win/tools/vsprops/FeatureDefines.props: add ENABLE_INTL flag
114 * win/tools/vsprops/FeatureDefinesCairo.props: add ENABLE_INTL flag
116 2015-06-29 Hyungwook Lee <hyungwook.lee@navercorp.com>
118 [Win] Activate SSE support for 32-bit builds.
119 https://bugs.webkit.org/show_bug.cgi?id=144923
121 Reviewed by Brent Fulgham.
123 * win/tools/vsprops/common.props:
125 2015-06-26 Per Arne Vollan <peavo@outlook.com>
127 [WinCairo] Enable WEB_TIMING.
128 https://bugs.webkit.org/show_bug.cgi?id=146357
130 Reviewed by Brent Fulgham.
132 * win/tools/vsprops/FeatureDefinesCairo.props:
134 2015-06-26 Csaba Osztrogonác <ossy@webkit.org>
136 Unreviewed buildfix after r185971, disable WEB_TIMING.
138 * win/tools/vsprops/FeatureDefinesCairo.props:
140 2015-06-25 Brent Fulgham <bfulgham@apple.com>
142 [WIN] Enable WEB_TIMING API
143 https://bugs.webkit.org/show_bug.cgi?id=146330
144 <rdar://problem/21530765>
146 Reviewed by Dean Jackson.
148 Enable WEB_TIMING features on Windows by activating the feature flag,
149 and correcting some build errors.
151 * win/tools/vsprops/FeatureDefines.props: Enable feature flag.
152 * win/tools/vsprops/FeatureDefinesCairo.props: Ditto.
154 2015-05-27 Dean Jackson <dino@apple.com>
156 img.currentSrc problem in strict mode with old picturefill
157 https://bugs.webkit.org/show_bug.cgi?id=144095
158 <rdar://problem/21087013>
160 Reviewed by Simon Fraser.
162 Add a PICTURE_SIZES flag.
164 * win/tools/vsprops/FeatureDefines.props:
165 * win/tools/vsprops/FeatureDefinesCairo.props:
167 2015-05-09 Yoav Weiss <yoav@yoav.ws>
169 Remove the PICTURE_SIZES build flag
170 https://bugs.webkit.org/show_bug.cgi?id=144679
172 Reviewed by Benjamin Poulain.
174 Removed the PICTURE_SIZES build time flag.
176 * win/tools/vsprops/FeatureDefines.props:
177 * win/tools/vsprops/FeatureDefinesCairo.props:
179 2015-05-05 daegyu lee <daegyu.lee@navercorp.com>
181 Remove the remaining vestiges of SVG feature define
182 https://bugs.webkit.org/show_bug.cgi?id=144655
184 Reviewed by Alexey Proskuryakov.
186 * win/tools/vsprops/FeatureDefines.props:
187 * win/tools/vsprops/FeatureDefinesCairo.props:
189 2015-04-29 Per Arne Vollan <peavo@outlook.com>
191 [WinCairo] Turn on WebGL.
192 https://bugs.webkit.org/show_bug.cgi?id=144389
194 Reviewed by Brent Fulgham.
196 * win/tools/vsprops/FeatureDefinesCairo.props:
198 2015-04-27 Brent Fulgham <bfulgham@apple.com>
200 [Win] Deactivate WebGL until Windows tests work properly
201 https://bugs.webkit.org/show_bug.cgi?id=144291
202 <rdar://problem/20707307>
204 Reviewed by Zalan Bujtas.
206 * win/tools/vsprops/FeatureDefines.props: Turn off the WEB_GL
207 feature for the Apple Windows port.
209 2015-04-28 Per Arne Vollan <peavo@outlook.com>
211 [Win] Enable ES6 template literals
212 https://bugs.webkit.org/show_bug.cgi?id=144316
214 Reviewed by Csaba Osztrogonác.
216 * win/tools/vsprops/FeatureDefines.props:
217 * win/tools/vsprops/FeatureDefinesCairo.props:
219 2015-04-25 Martin Robinson <mrobinson@igalia.com>
221 Rename ENABLE_3D_RENDERING to ENABLE_3D_TRANSFORMS
222 https://bugs.webkit.org/show_bug.cgi?id=144182
224 Reviewed by Simon Fraser.
226 * win/tools/vsprops/FeatureDefines.props: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
227 * win/tools/vsprops/FeatureDefinesCairo.props: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
229 2015-04-17 Daniel Bates <dabates@apple.com>
231 Not able to build WebKit against iOS Simulator 8.3 SDK
232 https://bugs.webkit.org/show_bug.cgi?id=143883
234 Reviewed by David Kilzer.
236 Add WebKitSystemInterface for iOS 8.3.
238 * libWebKitSystemInterfaceIOSDevice8.3.a: Added.
239 * libWebKitSystemInterfaceIOSSimulator8.3.a: Added.
241 2015-04-06 Myles C. Maxfield <mmaxfield@apple.com>
243 [Win] [SVG -> OTF Converter] Turn off on Windows until I can get the tests under control
247 * win/tools/vsprops/FeatureDefines.props:
249 2015-04-06 Myles C. Maxfield <mmaxfield@apple.com>
251 [Win] [SVG -> OTF Converter] Support the SVG -> OTF Font Converter
252 https://bugs.webkit.org/show_bug.cgi?id=143402
254 Reviewed by Darin Adler.
256 * win/tools/vsprops/FeatureDefines.props: Enable the define.
258 2015-03-09 Daniel Bates <dabates@apple.com>
260 [iOS] Add WebKitSystemInterface for iOS 8.2
261 https://bugs.webkit.org/show_bug.cgi?id=142505
263 Reviewed by Andy Estes.
265 * libWebKitSystemInterfaceIOSDevice8.2.a: Added.
266 * libWebKitSystemInterfaceIOSSimulator8.2.a: Added.
268 2015-03-06 Csaba Osztrogonác <ossy@webkit.org>
270 Remove Mountain Lion libraries since ML isn't supported
271 https://bugs.webkit.org/show_bug.cgi?id=142332
273 Reviewed by Darin Adler.
275 * LLVMIncludesMountainLion.tar.bz2: Removed.
276 * LLVMLibrariesMountainLion.tar.bz2: Removed.
278 2015-03-03 Brent Fulgham <bfulgham@apple.com>
280 [Win] [Attachment] New Tests fail on Windows
281 https://bugs.webkit.org/show_bug.cgi?id=142017
283 Unreviewed test fix. Just activate the feature.
285 * win/tools/vsprops/FeatureDefines.props:
286 * win/tools/vsprops/FeatureDefinesCairo.props:
288 2015-02-26 Brent Fulgham <bfulgham@apple.com>
290 [Win] Unreviewed build fix after r180676.
292 I forgot to checkin one of the more important changes!
294 * win/tools/vsprops/common.props:
296 2015-02-26 Brent Fulgham <bfulgham@apple.com>
298 [Win] Make build logs more legible by reducing noise
299 https://bugs.webkit.org/show_bug.cgi?id=142034
301 Reviewed by Alexey Proskuryakov.
303 Modify batch files, makefiles, and DOS commands to remove
304 uninteresting/unhelpful output.
306 * win/tools/vsprops/common.props:
308 2015-02-25 peavo@outlook.com <peavo@outlook.com>
310 [WinCairo] WinLauncher is not starting on Vista.
311 https://bugs.webkit.org/show_bug.cgi?id=141905
313 Reviewed by Alex Christensen.
315 We have to soft link with Media Foundation functions to be able
316 to start on Vista and WinXP.
318 * win/tools/vsprops/WinCairo.props: Remove Media Foundation input libraries.
320 2015-02-03 Brent Fulgham <bfulgham@apple.com>
322 [Win] Unreviewed build fix. Turn on feature flags for items
323 we currently ship/test on Mac.
325 * win/tools/vsprops/FeatureDefines.props: Activate ENABLE_DOM4_EVENTS_CONSTRUCTOR
326 and CURSOR_VISIBILITY.
328 2015-01-28 Sam Weinig <sam@webkit.org>
330 Remove libWebKitSystemInterfaceMountainLion.a
332 Reviewed by Mark Rowe.
334 * libWebKitSystemInterfaceMountainLion.a: Removed.
336 2015-01-28 peavo@outlook.com <peavo@outlook.com>
338 [WinCairo] Enable CSS_SELECTORS_LEVEL4.
339 https://bugs.webkit.org/show_bug.cgi?id=141003
341 Reviewed by Brent Fulgham.
343 * win/tools/vsprops/FeatureDefinesCairo.props:
345 2015-01-22 David Kilzer <ddkilzer@apple.com>
347 [iOS] Fix build for external iphoneos SDK
349 Reviewed by Daniel Bates.
351 * WebKitSystemInterface.h: Remove import of the
352 <IOSurface/IOSurface.h> header, and add a typedef for
353 IOSurfaceRef in its place.
355 2015-01-22 Brent Fulgham <bfulgham@apple.com>
357 [Win] Unreviewed gardening.
359 Activate ENABLE(MOUSE_CURSOR_SCALE). This works on Windows and causes more tests to pass.
361 * win/tools/vsprops/FeatureDefines.props:
362 * win/tools/vsprops/FeatureDefinesCairo.props:
364 2015-01-20 Brent Fulgham <bfulgham@apple.com>
366 [Win] Unreviewed gardening.
368 * win/tools/vsprops/FeatureDefines.props: Add feature definition for SVG converter,
369 but do NOT turn it on.
370 * win/tools/vsprops/FeatureDefinesCairo.props: Ditto.
372 2015-01-19 peavo@outlook.com <peavo@outlook.com>
374 [WinCairo][Video] Windows Media Foundation implementation is not completed.
375 https://bugs.webkit.org/show_bug.cgi?id=140337
377 Reviewed by Alex Christensen.
379 Link with Media Foundation libraries.
381 * win/tools/vsprops/WinCairo.props:
383 2015-01-01 Jeff Miller <jeffm@apple.com>
385 Update user-visible copyright strings to include 2015
386 https://bugs.webkit.org/show_bug.cgi?id=139880
388 Reviewed by Darin Adler.
390 * win/tools/scripts/COPYRIGHT-END-YEAR:
392 2014-12-19 Daniel Bates <dabates@apple.com>
394 [iOS] Add WebKitSystemInterface for iOS 8.1
395 https://bugs.webkit.org/show_bug.cgi?id=139831
397 Reviewed by Alexey Proskuryakov.
399 Towards building the iOS WebKit port using the public SDK, add the
400 WebKitSystemInterface for iOS version 8.1.
402 * WebKitSystemInterfaceIOS.h: Added.
403 * libWebKitSystemInterfaceIOSDevice8.1.a: Added.
404 * libWebKitSystemInterfaceIOSSimulator8.1.a: Added.
406 2014-12-17 Brent Fulgham <bfulgham@apple.com>
408 [Win] Unreviewed build fix (for full build)
410 * win/tools/vsprops/FeatureDefines.props: Add missing export so the
411 derived sources are generated properly.
412 * win/tools/vsprops/FeatureDefinesCairo.props: Ditto.
414 2014-10-29 Tim Horton <timothy_horton@apple.com>
416 Implement action menus for data detected items
417 https://bugs.webkit.org/show_bug.cgi?id=138178
418 <rdar://problem/18709436>
420 Reviewed by Anders Carlsson.
422 * WebKitSystemInterface.h:
423 * libWebKitSystemInterfaceMavericks.a:
424 * libWebKitSystemInterfaceMountainLion.a:
425 * libWebKitSystemInterfaceYosemite.a:
426 Update WebKitSystemInterface.
428 2014-10-14 Brent Fulgham <bfulgham@apple.com>
430 [Win] Enable Encrypted Media Support
431 https://bugs.webkit.org/show_bug.cgi?id=137710
432 <rdar://problem/18652699>
434 Reviewed by Jer Noble.
436 * win/tools/vsprops/FeatureDefines.props: Activate the
437 ENCRYPTED_MEDIA_V2 flag on Windows.
439 2014-10-01 Mark Rowe <mrowe@apple.com>
441 <https://webkit.org/b/137308> WebKit should build on OS X Yosemite for external users
443 Add versions of WebKitSystemInterface and LLVM for Yosemite. The LLVM build is from
444 LLVM SVN r206312, matching the Mavericks and Mountain Lion builds.
446 Reviewed by Dan Bernstein.
448 * LLVMIncludesYosemite.tar.bz2: Added.
449 * LLVMLibrariesYosemite.tar.bz2: Added.
450 * WebKitSystemInterface.h:
451 * libWebKitSystemInterfaceMavericks.a:
452 * libWebKitSystemInterfaceMountainLion.a:
453 * libWebKitSystemInterfaceYosemite.a: Added.
455 2014-09-23 Roger Fong <roger_fong@apple.com>
457 [Windows] Enable CSS Supports Rule on Windows.
459 * win/tools/vsprops/FeatureDefines.props:
461 2014-09-19 Brent Fulgham <bfulgham@apple.com>
463 [Win] Turn off SSE Instructions for 32-bit Builds
464 https://bugs.webkit.org/show_bug.cgi?id=136959
465 <rdar://problem/18375370>
467 Reviewed by Dean Jackson.
469 * win/tools/vsprops/common.props: Conditionally exclude the enhanced (SSE) instruction
470 set when building for 32-bit Windows. Otherwise, continue using SSE.
472 2014-09-15 peavo@outlook.com <peavo@outlook.com>
474 [WinCairo] Make it easier to enable/disable GStreamer.
475 https://bugs.webkit.org/show_bug.cgi?id=135766
477 Reviewed by Brent Fulgham.
479 Make it possible to enable/disable GStreamer by editing the new user macro ENABLE_GSTREAMER_WINCAIRO.
481 * win/tools/vsprops/GStreamerCommon.props: Add user macro ENABLE_GSTREAMER_WINCAIRO.
483 2014-09-08 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
486 https://bugs.webkit.org/show_bug.cgi?id=136571
488 Reviewed by Darin Adler.
490 * win/tools/vsprops/FeatureDefines.props:
491 * win/tools/vsprops/FeatureDefinesCairo.props:
493 2014-09-04 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
495 Remove CSS_FILTERS flag
496 https://bugs.webkit.org/show_bug.cgi?id=136529
498 Reviewed by Dirk Schulze.
500 * win/tools/vsprops/FeatureDefines.props:
501 * win/tools/vsprops/FeatureDefinesCairo.props:
503 2014-08-27 peavo@outlook.com <peavo@outlook.com>
505 [WinCairo] Link error.
506 https://bugs.webkit.org/show_bug.cgi?id=136286
508 Reviewed by Darin Adler.
510 Link with the dynamic runtime libraries, since the WinCairo libraries link with these.
512 * win/tools/vsprops/common.props:
514 2014-08-26 Brent Fulgham <bfulgham@apple.com>
516 [Win] Version stamp should include package-level version
517 https://bugs.webkit.org/show_bug.cgi?id=136266
518 <rdar://problem/18134138>
520 Reviewed by David Kilzer.
522 * win/tools/scripts/auto-version.pl: Retain the full major build
523 version in addition to the three-digit value we use internally.
524 * win/tools/scripts/version-stamp.pl: Find and use the full 3+ digit
525 major build version when stamping the final output file.
528 2014-08-25 Brent Fulgham <bfulgham@apple.com>
530 [Win] Pass OFFICIAL_BUILD flag to WebInspectorUI build process
531 https://bugs.webkit.org/show_bug.cgi?id=136229
533 Reviewed by Dean Jackson.
535 * win/tools/vsprops/common.props: Pass OFFICIAL_BUILD argument
536 from VS to child Make processes.
538 2014-08-17 Brent Fulgham <bfulgham@apple.com>
540 [Win] Unreviewed build fix.
542 Upload static VS2013 version of WebKitSystemInterface.
544 * win/lib32/WebKitSystemInterface.lib:
546 2014-08-15 Brent Fulgham <bfulgham@apple.com>
548 [Win] Link to static VS2013 runtime library.
549 https://bugs.webkit.org/show_bug.cgi?id=136007
550 <rdar://problem/18037766>
552 Reviewed by Dean Jackson.
554 * win/tools/vsprops/common.props: Update link command.
555 * win/tools/vsprops/debugsuffix.props: Ditto.
557 2014-08-14 Brent Fulgham <bfulgham@apple.com>
559 [Win] Extend auto-version and version-stamp for RC_ProjectBuildVersion
560 https://bugs.webkit.org/show_bug.cgi?id=135948
561 <rdar://problem/18022221>
563 Reviewed by David Kilzer.
565 * win/tools/scripts/auto-version.pl:
566 (splitVersion): Use RC_ProjectBuildVersion (or RC_PROJECTBUILDVERSION) if set
567 in the environment as the 'Build Version', unless the multi-tuple version
568 supplied by RC_ProjectSourceVersion already has a fourth component.
569 * win/tools/scripts/version-stamp.pl: Check for RC_ProjectBuildVersion and
570 use it in preference to RC_PROJECTBUILDVERSION.
572 2014-08-08 Joseph Pecoraro <pecoraro@apple.com>
574 make clean does not work in OpenSource, fails in WebKitLibraries
575 https://bugs.webkit.org/show_bug.cgi?id=135734
577 Reviewed by David Kilzer.
580 Add a "clean" target that runs copy-webkitlibraries-to-product-dir
581 with the new --clean switch.
583 2014-08-04 Benjamin Poulain <benjamin@webkit.org>
585 Add a flag for the CSS Selectors level 4 implementation
586 https://bugs.webkit.org/show_bug.cgi?id=135535
588 Reviewed by Andreas Kling.
590 * win/tools/vsprops/FeatureDefines.props:
592 2014-07-31 Brent Fulgham <bfulgham@apple.com>
594 [Win] Use RC_PROJECTBUILDVERSION as build portion of version
595 https://bugs.webkit.org/show_bug.cgi?id=135478
597 Reviewed by David Kilzer.
599 * win/tools/scripts/version-stamp.pl: Check environment for
600 RC_PROJECTBUILDVERSION, and use it for the build portion of
601 the file version resource. Otherwise, use the __VERSION_BUILD__
602 value we calculated from the version string.
604 2014-07-31 Brent Fulgham <bfulgham@apple.com>
606 [Win] Fix build failure when using 5-tuple build versions.
607 https://bugs.webkit.org/show_bug.cgi?id=135464
608 <rdar://problem/17872507>
610 Reviewed by David Kilzer.
612 * win/tools/scripts/version-stamp.pl: Modify the environment for
613 the VersionStamper sub-process to work around bug in that tool.
615 2014-07-29 Brent Fulgham <bfulgham@apple.com>
617 [Win] Modify version numbering scheme to support 5-tuple versions
618 https://bugs.webkit.org/show_bug.cgi?id=135400
619 <rdar://problem/17849033>
621 Reviewed by David Kilzer.
623 Revise the auto-version.pl script so that it generates a set of packed
624 version tuples that allow us to map 5-tuple versions into something
625 that will work with Windows' 3-tuple version structure.
627 * win/tools/scripts/auto-version.pl:
628 (packTwoValues): Added,
629 (splitVersion): Revised to return packed combination of minor-tiny and
630 micro-nano to be used as "MINOR" and "TINY" portion of version.
631 (splitBuildMajorVersion): Deleted.
632 * win/tools/scripts/version-stamp.pl: Added.
634 2014-07-23 Bem Jones-Bey <bjonesbe@adobe.com>
636 Remove CSS_EXCLUSIONS compile flag and leftover code
637 https://bugs.webkit.org/show_bug.cgi?id=135175
639 Reviewed by Zoltan Horvath.
641 At this point, the CSS_EXCLUSIONS flag guards nothing but some useless
642 stubs. This removes the flag and the useless code.
644 * win/tools/vsprops/FeatureDefines.props:
645 * win/tools/vsprops/FeatureDefinesCairo.props:
647 2014-07-22 Brent Fulgham <bfulgham@apple.com>
649 Correct handling of __VERSION_TEXT__ for 4+-tuple versions
650 https://bugs.webkit.org/show_bug.cgi?id=135161
651 <rdar://problem/17763546>
653 Reviewed by David Kilzer.
655 Revise the auto-version.pl script to properly handle version
656 strings with 4 (or more) version tuples. Previously these were
657 being truncated from the version.
659 * win/tools/scripts/auto-version.pl:
660 (splitVersion): Return truncated version of
661 overall version string.
663 2014-07-21 Brent Fulgham <bfulgham@apple.com>
665 [Win] Extend auto-version.pl to handle 5-tuple versions
666 https://bugs.webkit.org/show_bug.cgi?id=135124
667 <rdar://problem/17750334>
669 Reviewed by David Kilzer.
671 Extend tuple parsing to handle up to five tuples, and as
672 few as a single tuple. On Windows, the two additional
675 Also corrected regular expression capture logic to use local
676 blocks, preventing later capture expressions from reusing
677 previous capture results when the current expression failed
678 to find a match (GRRR, Perl!).
680 Clean up code by putting logic into a couple of subroutines.
682 * win/tools/scripts/auto-version.pl:
684 2014-07-21 Brent Fulgham <bfulgham@apple.com>
686 [Win] Correct auto-version.pl script for two-digit version numbers
687 https://bugs.webkit.org/show_bug.cgi?id=135119
688 <rdar://problem/17743959>
690 Reviewed by David Kilzer.
692 The $MAJOR_VERSION must be the first digit of $BUILD_MAJOR_VERSION,
693 and $MINOR_VERSION must be the remaining digits.
695 Also correct regexp (line 90) that was allowing version numbers
696 larger than three digits to be processed.
698 * win/tools/scripts/auto-version.pl: Correct regular expression.
700 2014-07-18 Dana Burkart <dburkart@apple.com>
702 Add a new 'analyze' target to the makefile. This will make use of a new
703 'PATH_TO_SCAN_BUILD' which, if set will wrap xcodebuild in the clang
705 https://bugs.webkit.org/show_bug.cgi?id=135057
706 <rdar://problem/10193187>
708 Reviewed by David Kilzer.
714 2014-07-10 Alex Christensen <achristensen@webkit.org>
716 Enable same features on all Windows ports.
717 https://bugs.webkit.org/show_bug.cgi?id=134715
719 Reviewed by Brent Fulgham.
721 * win/tools/vsprops/FeatureDefinesCairo.props:
722 Made identical to FeatureDefines.props.
724 2014-07-09 Brent Fulgham <bfulgham@apple.com>
726 [Win] Unreviewed build fix.
728 Build bots don't have a three-part default version string,
729 breaking pattern matching. Handle this case.
731 * win/tools/scripts/auto-version.pl:
733 2014-07-09 Brent Fulgham <bfulgham@apple.com>
735 [Win] Unreviewed gardening.
737 * win/tools/scripts/auto-version.pl: Protect against
738 malformed paths (trailing backslashes).
739 * win/tools/scripts/feature-defines.pl: Make sure result
740 has an EOL character.
742 2014-07-09 Brent Fulgham <bfulgham@apple.com>
744 [Win] Remove uses of 'bash' in build system
745 https://bugs.webkit.org/show_bug.cgi?id=134782
746 <rdar://problem/17615533>
748 Reviewed by Dean Jackson.
750 Remove uses of 'bash' by replacing Windows-specific bash scripts
751 with Perl equivalents.
753 * win/tools/scripts/feature-defines.pl: Copied from WebKitLibraries/win/tools/scripts/feature-defines.sh.
754 * win/tools/scripts/feature-defines.sh: Removed.
756 2014-07-08 Brent Fulgham <bfulgham@apple.com>
758 [Win] Implement auto-version as a Perl program
759 https://bugs.webkit.org/show_bug.cgi?id=134745
760 <rdar://problem/17597801>
762 Reviewed by David Kilzer.
764 Translate the auto-version.sh bash script into an equivalent
767 * win/tools/scripts/auto-version.pl: Added.
768 * win/tools/scripts/auto-version.sh: Removed.
770 2014-07-06 Yoav Weiss <yoav@yoav.ws>
772 Turn on img@sizes compile flag
773 https://bugs.webkit.org/show_bug.cgi?id=134634
775 Reviewed by Benjamin Poulain.
777 * win/tools/vsprops/FeatureDefines.props: Added compile flag.
779 2014-07-01 Pratik Solanki <psolanki@apple.com>
781 Encode/decode CFURLRequestRefs when USE(CFNETWORK) is enabled
782 https://bugs.webkit.org/show_bug.cgi?id=134454
783 <rdar://problem/17510980>
785 Reviewed by Andreas Kling.
787 * WebKitSystemInterface.h:
788 * libWebKitSystemInterfaceMavericks.a:
789 * libWebKitSystemInterfaceMountainLion.a:
791 2014-06-25 Laszlo Gombos <l.gombos@samsung.com>
793 Remove build guard for progress element
794 https://bugs.webkit.org/show_bug.cgi?id=134292
796 Reviewed by Benjamin Poulain.
798 * win/tools/vsprops/FeatureDefines.props:
799 * win/tools/vsprops/FeatureDefinesCairo.props:
801 2014-06-21 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
803 Removing PAGE_VISIBILITY_API compile guard.
804 https://bugs.webkit.org/show_bug.cgi?id=133844
806 Reviewed by Gavin Barraclough.
808 * win/tools/vsprops/FeatureDefines.props:
809 * win/tools/vsprops/FeatureDefinesCairo.props:
811 2014-06-11 Jer Noble <jer.noble@apple.com>
813 Update WKSI for <rdar://problem/17009091>.
815 Rubber stamped by Eric Carlson.
817 * libWebKitSystemInterfaceMavericks.a:
818 * libWebKitSystemInterfaceMountainLion.a:
820 2014-06-02 David Kilzer <ddkilzer@apple.com>
822 Error running copy-webkitlibraries-to-product-directory
823 <http://webkit.org/b/133449>
824 <rdar://problem/17047638>
826 Reviewed by Filip Pizlo.
828 * Makefile: Ignore the mysterious future. Use "@true" to
829 suppress the annoying "Nothing to be done for `libs'." message.
831 2014-05-27 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
834 https://bugs.webkit.org/show_bug.cgi?id=132863
836 Reviewed by Csaba Osztrogonác.
838 * win/tools/vsprops/FeatureDefines.props:
839 * win/tools/vsprops/FeatureDefinesCairo.props:
841 2014-05-20 Dean Jackson <dino@apple.com>
843 [Mac] Allow popup menus to override default appearance
844 https://bugs.webkit.org/show_bug.cgi?id=133129
846 Reviewed by Tim Horton.
848 Add a new parameter to WKPopupMenu.
850 * WebKitSystemInterface.h:
851 * libWebKitSystemInterfaceMavericks.a:
852 * libWebKitSystemInterfaceMountainLion.a:
854 2014-05-14 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
856 Remove CSS_STICKY_POSITION guards
857 https://bugs.webkit.org/show_bug.cgi?id=132676
859 Reviewed by Simon Fraser.
861 * win/tools/vsprops/FeatureDefines.props:
862 * win/tools/vsprops/FeatureDefinesCairo.props:
864 2014-05-06 David Kilzer <ddkilzer@apple.com>
866 Add Makefile targets for copying static libraries (LLVM and WKSI)
867 <http://webkit.org/b/132619>
869 Reviewed by Mark Rowe.
872 (libs): Install both LLVM and WKSI static libraries.
873 (all): Add dependency on 'libs' target.
874 (debug d): Set configuration, the call 'libs' target.
877 2014-05-05 Dean Jackson <dino@apple.com>
879 https://bugs.webkit.org/show_bug.cgi?id=132593
881 Update WebKitSystemInterface to allow animated focus rings.
883 * WebKitSystemInterface.h:
884 * libWebKitSystemInterfaceMavericks.a:
885 * libWebKitSystemInterfaceMountainLion.a:
887 2014-05-05 Brent Fulgham <bfulgham@apple.com>
889 [WIN] Enhance auto-version.sh to handle all-caps or mixed-case build environment variable
890 https://bugs.webkit.org/show_bug.cgi?id=132580
891 <rdar://problem/16811179>
893 Reviewed by Dean Jackson.
895 * win/tools/scripts/auto-version.sh: Incorporate Mark's revised syntax.
897 2014-05-05 Brent Fulgham <bfulgham@apple.com>
899 [WIN] Enhance auto-version.sh to handle all-caps or mixed-case build environment variable
900 https://bugs.webkit.org/show_bug.cgi?id=132580
901 <rdar://problem/16811179>
903 Reviewed by Dean Jackson.
905 * win/tools/scripts/auto-version.sh: Fall back to all-caps version
906 of environment variable if mixed-case version is not present.
908 2014-05-01 Brent Fulgham <bfulgham@apple.com>
910 Correct case of environment variables in auto-version.sh scripts
911 https://bugs.webkit.org/show_bug.cgi?id=132455
913 Reviewed by Dean Jackson.
915 Although we have historically used RC_PROJECTSOURCEVERSION in our scripts,
916 the actual environment variable is RC_ProjectSourceVersion. Old versions of
917 Cygwin converted this to all-caps by default, but this is no longer the case.
918 We need to use the proper case to avoid build failures.
920 * win/tools/scripts/auto-version.sh: Although we have historically coded
921 this as 'RC_PROJECTSOURCEVERSION', it is actually 'RC_ProjectSourceVersion'.
923 2014-04-25 Dean Jackson <dino@apple.com>
925 Update WKSI for https://webkit.org/b/132195
926 <rdar://problem/16175750>
928 Sorry, I forgot to update the header. This should fix
931 * WebKitSystemInterface.h:
933 2014-04-25 Dean Jackson <dino@apple.com>
935 Update WKSI for https://webkit.org/b/132195
936 <rdar://problem/16175750>
938 Reviewed by Jessie Berlin.
940 * WebKitSystemInterface.h:
941 * libWebKitSystemInterfaceMavericks.a:
942 * libWebKitSystemInterfaceMountainLion.a:
944 2014-04-22 Alex Christensen <achristensen@webkit.org>
946 Removed old stdbool and inttypes headers.
947 https://bugs.webkit.org/show_bug.cgi?id=131966
949 Reviewed by Brent Fulgham.
951 * win/tools/vsprops/WinCairo.props:
952 Removed references to os-win32 directory.
954 2014-04-15 Filip Pizlo <fpizlo@apple.com>
956 Update LLVM binary drops for Mountain Lion to LLVM r206312.
958 Rubber stamped by Geoffrey Garen.
960 * LLVMIncludesMountainLion.tar.bz2:
961 * LLVMLibrariesMountainLion.tar.bz2:
963 2014-04-15 Filip Pizlo <fpizlo@apple.com>
965 Add LLVM binary drops for Mavericks using LLVM r206312.
967 Rubber stamped by Geoffrey Garen.
969 * LLVMIncludesMavericks.tar.bz2: Added.
970 * LLVMLibrariesMavericks.tar.bz2: Added.
972 2014-04-03 Brent Fulgham <bfulgham@apple.com>
974 [Win] Enable the CSS_GRID_LAYOUT feature.
975 https://bugs.webkit.org/show_bug.cgi?id=131147
977 Reviewed by Simon Fraser.
979 Just like the CANVAS_PATH feature, this seems to have been
980 overlooked when it was turned on for other ports.
982 * win/tools/vsprops/FeatureDefines.props:
983 * win/tools/vsprops/FeatureDefinesCairo.props:
985 2014-04-02 Dean Jackson <dino@apple.com>
988 <rdar://problem/16321286>
990 * libWebKitSystemInterfaceMavericks.a:
991 * libWebKitSystemInterfaceMountainLion.a:
993 2014-04-02 Brent Fulgham <bfulgham@apple.com>
995 [Win] Enable the CANVAS_PATH feature.
996 https://bugs.webkit.org/show_bug.cgi?id=131114
998 Reviewed by Dean Jackson.
1000 This code build and runs on Windows just fine. It was overlooked when the feature
1001 was activated on other platforms.
1003 * win/tools/vsprops/FeatureDefines.props: Turn on the feature.
1004 * win/tools/vsprops/FeatureDefinesCairo.props: Ditto.
1006 2014-03-31 Alex Christensen <achristensen@webkit.org>
1008 [WinCairo] Unreviewed build fix after r166496.
1010 * win/tools/vsprops/GStreamerCommon.props:
1011 Added gio-2.0.lib to list of GStreamer includes.
1013 2014-03-24 Brent Fulgham <bfulgham@apple.com>
1015 [Win] Enable WebVTT Regions on Windows.
1016 https://bugs.webkit.org/show_bug.cgi?id=130680
1018 Reviewed by Eric Carlson.
1020 * win/tools/vsprops/FeatureDefines.props: Turn on WEBVTT_REGIONS
1021 * win/tools/vsprops/FeatureDefinesCairo.props: Ditto.
1023 2014-03-19 Jer Noble <jer.noble@apple.com>
1025 [Mac][EME] Query whether decoder support exists before creating a new MediaKeys object.
1026 https://bugs.webkit.org/show_bug.cgi?id=130459
1028 Reviewed by Eric Carlson.
1030 * WebKitSystemInterface.h:
1031 * libWebKitSystemInterfaceMavericks.a:
1032 * libWebKitSystemInterfaceMountainLion.a:
1034 2014-03-18 Alex Christensen <achristensen@webkit.org>
1036 [WinCairo] Unreviewed build fix after r165763.
1038 * win/tools/vsprops/GStreamerCommon.props:
1039 Link to gsttag-1.0.lib in addition to other GStreamer libraries.
1041 2014-03-14 Maciej Stachowiak <mjs@apple.com>
1043 Replace "Apple Computer, Inc." with "Apple Inc." in copyright headers
1044 https://bugs.webkit.org/show_bug.cgi?id=130276
1045 <rdar://problem/16266927>
1047 Reviewed by Simon Fraser.
1049 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
1050 * win/tools/scripts/auto-version.sh:
1052 2014-03-14 Dean Jackson <dino@apple.com>
1054 Remove libWebKitSystemInterfaceLion.a
1055 https://bugs.webkit.org/show_bug.cgi?id=130254
1057 Reviewed by Geoffrey Garen and Andreas Kling.
1059 We don't support Lion any more.
1061 * libWebKitSystemInterfaceLion.a: Removed.
1063 2014-03-13 Dean Jackson <dino@apple.com>
1065 <rdar://problem/16317198>
1067 Update WKSI to fix a small leak on iOS.
1069 * libWebKitSystemInterfaceLion.a:
1070 * libWebKitSystemInterfaceMavericks.a:
1071 * libWebKitSystemInterfaceMountainLion.a:
1073 2014-03-12 Dean Jackson <dino@apple.com>
1075 [WebGL] WebKit1 + WebKit2 iOS clients should check load policy
1076 https://bugs.webkit.org/show_bug.cgi?id=130162
1078 Add iOS implementations of WebGL load policy queries.
1080 * libWebKitSystemInterfaceLion.a:
1081 * libWebKitSystemInterfaceMavericks.a:
1082 * libWebKitSystemInterfaceMountainLion.a:
1084 2014-03-10 Brent Fulgham <bfulgham@apple.com>
1086 [Win] Pass environment to Pre-Build, Pre-Link, and Post-Build Stages.
1087 https://bugs.webkit.org/show_bug.cgi?id=130023
1089 Reviewed by Dean Jackson.
1091 * win/tools/vsprops/common.props: Pass WEBKIT_LIBRARIES value to subprocesses.
1092 * win/tools/vsprops/debugsuffix.props: Make sure OFFICIAL_BUILD is set.
1093 * win/tools/vsprops/production.props: Ditto.
1095 2014-03-06 Dean Jackson <dino@apple.com>
1097 Update WebKitSystemInterface.
1098 <rdar://problem/16256214>
1100 * libWebKitSystemInterfaceLion.a:
1101 * libWebKitSystemInterfaceMavericks.a:
1102 * libWebKitSystemInterfaceMountainLion.a:
1104 2014-03-05 Dean Jackson <dino@apple.com>
1106 https://bugs.webkit.org/show_bug.cgi?id=129722
1107 Update WKSI, again, to fix the build.
1109 * libWebKitSystemInterfaceLion.a:
1110 * libWebKitSystemInterfaceMavericks.a:
1111 * libWebKitSystemInterfaceMountainLion.a:
1113 2014-03-05 Dean Jackson <dino@apple.com>
1115 https://bugs.webkit.org/show_bug.cgi?id=129722
1117 And remember to copy the header file!
1119 * WebKitSystemInterface.h:
1121 2014-03-05 Dean Jackson <dino@apple.com>
1123 https://bugs.webkit.org/show_bug.cgi?id=129722
1126 * libWebKitSystemInterfaceLion.a:
1127 * libWebKitSystemInterfaceMavericks.a:
1128 * libWebKitSystemInterfaceMountainLion.a:
1130 2014-03-05 Eric Carlson <eric.carlson@apple.com>
1132 [iOS] Show external device name/type in placeholder
1133 https://bugs.webkit.org/show_bug.cgi?id=129723
1135 Reviewed by Jer Noble.
1137 * WebKitSystemInterface.h:
1138 * libWebKitSystemInterfaceLion.a:
1139 * libWebKitSystemInterfaceMavericks.a:
1140 * libWebKitSystemInterfaceMountainLion.a:
1142 2014-02-21 Jeffrey Pfau <jpfau@apple.com>
1144 [Mac] Cache callbacks for cache partitioning may be passed null
1145 https://bugs.webkit.org/show_bug.cgi?id=129175
1147 Reviewed by Brady Eidson.
1149 * libWebKitSystemInterfaceLion.a:
1150 * libWebKitSystemInterfaceMavericks.a:
1151 * libWebKitSystemInterfaceMountainLion.a:
1153 2014-02-11 Roger Fong <roger_fong@apple.com>
1155 [Windows] Set ENABLE_CSS_SHAPE_INSIDE feature flag on Windows.
1157 * win/tools/vsprops/FeatureDefines.props:
1159 2014-02-04 Andreas Kling <akling@apple.com>
1161 Remove <iframe seamless> support.
1162 <https://webkit.org/b/128213>
1164 Rubber-stamped by Antti Koivisto.
1166 * win/tools/vsprops/FeatureDefines.props:
1168 2014-01-29 Csaba Osztrogonác <ossy@webkit.org>
1170 Remove ENABLE(JAVASCRIPT_DEBUGGER) leftovers
1171 https://bugs.webkit.org/show_bug.cgi?id=127845
1173 Reviewed by Joseph Pecoraro.
1175 * win/tools/vsprops/FeatureDefines.props:
1176 * win/tools/vsprops/FeatureDefinesCairo.props:
1178 2014-01-23 Roger Fong <roger_fong@apple.com>
1180 [Windows] Unreviewed. Disable unnecessary warning C4309, "truncation of constant value".
1182 * win/tools/vsprops/common.props:
1184 2014-01-16 Alexey Proskuryakov <ap@apple.com>
1186 [Mac] [iOS] Add support for CFHTTPCookieStorageAcceptPolicyExclusivelyFromMainDocumentDomain
1187 https://bugs.webkit.org/show_bug.cgi?id=127139
1189 Reviewed by Brady Eidson.
1191 * WebKitSystemInterface.h:
1192 * libWebKitSystemInterfaceLion.a:
1193 * libWebKitSystemInterfaceMavericks.a:
1194 * libWebKitSystemInterfaceMountainLion.a:
1195 Update WebKitSystemInterface.
1197 2014-01-16 Zalan Bujtas <zalan@apple.com>
1199 Subpixel layout: Enable subpixel layout for Apple Windows.
1200 https://bugs.webkit.org/show_bug.cgi?id=127074
1202 Reviewed by Antti Koivisto.
1204 This should make the Apple Windows bots happier. It probably still needs rebaselining.
1206 * win/tools/vsprops/FeatureDefines.props:
1208 2014-01-11 Alexey Proskuryakov <ap@apple.com>
1210 [Mac] [Windows] Stop scheduling network requests in WebCore
1211 https://bugs.webkit.org/show_bug.cgi?id=126789
1212 <rdar://problem/15114727>
1214 Update Windows WKSI.
1216 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
1217 * win/lib32/WebKitSystemInterface.lib:
1219 2014-01-11 Alexey Proskuryakov <ap@apple.com>
1221 [Mac] [Windows] Stop scheduling network requests in WebCore
1222 https://bugs.webkit.org/show_bug.cgi?id=126789
1223 <rdar://problem/15114727>
1227 * WebKitSystemInterface.h:
1228 * libWebKitSystemInterfaceLion.a:
1229 * libWebKitSystemInterfaceMavericks.a:
1230 * libWebKitSystemInterfaceMountainLion.a:
1232 2014-01-10 peavo@outlook.com <peavo@outlook.com>
1234 [WinCairo] Crash when rendering (in pixman dll)
1235 https://bugs.webkit.org/show_bug.cgi?id=126750
1237 Reviewed by Brent Fulgham.
1239 Since we link with cairo.lib, and the gstreamer installation also comes with cairo.lib,
1240 we link with the wrong cairo.lib, and loads gstreamers cairo dll, instead of our own.
1241 We should user our own cairo dll for rendering.
1243 * win/tools/vsprops/GStreamer32.props: Put gstreamer lib path last, so we link with the correct cairo.lib.
1244 * win/tools/vsprops/GStreamer64.props: Ditto.
1246 2014-01-03 Alex Christensen <achristensen@webkit.org>
1248 [WinCairo] Enable video using GStreamer.
1249 https://bugs.webkit.org/show_bug.cgi?id=126015
1251 Reviewed by Darin Adler.
1253 * win/tools/vsprops/FeatureDefinesCairo.props:
1254 Define ENABLE_MEDIA_CONTROLS_SCRIPT, ENABLE_VIDEO_TRACK, and ENABLE_VIDEO.
1256 2013-12-30 Roger Fong <roger_fong@apple.com>
1258 [Windows] Disable some annoying build warnings.
1260 * win/tools/vsprops/common.props:
1262 2013-12-23 Lucas Forschler <lforschler@apple.com>
1264 <rdar://problem/15682948> Update copyright strings
1266 Reviewed by Dan Bernstein.
1268 * win/tools/scripts/COPYRIGHT-END-YEAR:
1270 2013-12-19 Alex Christensen <achristensen@webkit.org>
1272 Final preparations for GStreamer on Windows.
1273 https://bugs.webkit.org/show_bug.cgi?id=125958
1275 Reviewed by Benjamin Poulain.
1277 * win/tools/vsprops/FeatureDefinesCairo.props:
1278 Removed duplicate ENABLE_VIDEO_TRACK definition.
1280 2013-12-18 Alex Christensen <achristensen@webkit.org>
1282 [WinCairo] Unreviewed build fix after r160798.
1284 * win/tools/vsprops/FeatureDefinesCairo.props:
1285 Removed ENABLE_MEDIA_CONTROLS_SCRIPT definition for now.
1287 2013-12-18 Alex Christensen <achristensen@webkit.org>
1289 [WinCairo] Preparation for GStreamer on Windows.
1290 https://bugs.webkit.org/show_bug.cgi?id=125946
1292 Reviewed by Brent Fulgham.
1294 * win/tools/vsprops/FeatureDefinesCairo.props:
1295 Added ENABLE_MEDIA_CONTROLS_SCRIPT and ENABLE_VIDEO_TRACK for DerivedSources.make.
1296 * win/tools/vsprops/GStreamer32.props: Added.
1297 * win/tools/vsprops/GStreamer64.props: Added.
1298 * win/tools/vsprops/GStreamerCommon.props: Added.
1300 2013-12-13 Brent Fulgham <bfulgham@apple.com>
1302 [Win] Unreviewed build fix for VS2013
1304 * win/lib32/WebKitSystemInterface.lib: Updated to use VS2013 _MSC_VER symbols
1307 2013-12-09 Filip Pizlo <fpizlo@apple.com>
1309 Unreviewed, update LLVM binary drops to r196830.
1311 * LLVMIncludesMountainLion.tar.bz2:
1312 * LLVMLibrariesMountainLion.tar.bz2:
1314 2013-12-05 Bear Travis <betravis@adobe.com>
1316 [CSS Shapes] Enable CSS Shapes on Windows
1317 https://bugs.webkit.org/show_bug.cgi?id=89957
1319 Reviewed by Brent Fulgham.
1321 Turn on CSS_SHAPES on Windows now that bug 121883 has been fixed.
1323 * win/tools/vsprops/FeatureDefines.props:
1324 * win/tools/vsprops/FeatureDefinesCairo.props:
1326 2013-11-26 Ryosuke Niwa <rniwa@webkit.org>
1328 Enable HTML template element on Windows ports
1329 https://bugs.webkit.org/show_bug.cgi?id=124758
1331 Reviewed by Andreas Kling.
1333 Enable TEMPLATE_ELEMENT. Also removed UNDO_MANAGER since that feature has been removed
1334 from the tree in r133326.
1336 * win/tools/vsprops/FeatureDefines.props:
1337 * win/tools/vsprops/FeatureDefinesCairo.props:
1339 2013-11-21 Peter Molnar <pmolnar.u-szeged@partner.samsung.com>
1341 Remove ENABLE_WORKERS
1342 https://bugs.webkit.org/show_bug.cgi?id=105784
1344 Reviewed by Darin Adler.
1346 * win/tools/vsprops/FeatureDefines.props:
1347 * win/tools/vsprops/FeatureDefinesCairo.props:
1349 2013-11-17 Filip Pizlo <fpizlo@apple.com>
1351 Update binary drops to include atrick's "Ran out of registers" fix in r194942.
1353 * LLVMIncludesMountainLion.tar.bz2:
1354 * LLVMLibrariesMountainLion.tar.bz2:
1356 2013-11-08 Filip Pizlo <fpizlo@apple.com>
1358 Update binary drops to a version that includes new stackmap fixes and exposes the new calling conventions.
1360 * LLVMIncludesMountainLion.tar.bz2:
1361 * LLVMLibrariesMountainLion.tar.bz2:
1363 2013-11-03 Filip Pizlo <fpizlo@apple.com>
1365 Update binary drops to a version that includes my pretty stack trace changes.
1367 * LLVMIncludesMountainLion.tar.bz2:
1368 * LLVMLibrariesMountainLion.tar.bz2:
1370 2013-11-02 Filip Pizlo <fpizlo@apple.com>
1372 Unreviewed, update binary drops.
1374 These include my LLVMDisablePrettyStackTrace() fix and are built with --enable-crash-overrides=no
1376 * LLVMIncludesMountainLion.tar.bz2:
1377 * LLVMLibrariesMountainLion.tar.bz2:
1379 2013-10-21 Mark Rowe <mrowe@apple.com>
1381 Add a version of WebKitSystemInterface for Mavericks.
1383 Reviewed by Ryosuke Niwa.
1385 * libWebKitSystemInterfaceMavericks.a: Added.
1387 2013-10-17 Anthony Johnson <anthony.johnson@flexsim.com>
1389 Crash fix for Windows XP.
1390 https://bugs.webkit.org/show_bug.cgi?id=122790
1392 Reviewed by Geoffrey Garen.
1394 * win/tools/vsprops/common.props:
1395 Replaced stack and heap sizes of zero with blank stack and heap sizes.
1397 2013-10-16 Filip Pizlo <fpizlo@apple.com>
1399 libllvmForJSC shouldn't call exit(1) on report_fatal_error()
1400 https://bugs.webkit.org/show_bug.cgi?id=122905
1401 <rdar://problem/15237856>
1403 Reviewed by Michael Saboff.
1405 * LLVMIncludesMountainLion.tar.bz2:
1406 * LLVMLibrariesMountainLion.tar.bz2:
1408 2013-10-10 Filip Pizlo <fpizlo@apple.com>
1410 Update the binary drops to the latest version of LLVM, built without -fvisibility=hidden
1411 now that we have soft linking. Also include DataTypes.h in the drop.
1413 Rubber stamped by Michael Saboff.
1415 * LLVMIncludesMountainLion.tar.bz2:
1416 * LLVMLibrariesMountainLion.tar.bz2:
1418 2013-10-01 Filip Pizlo <fpizlo@apple.com>
1420 FTL should use the new version of LLVM MCJIT memory manager APIs that take a SectionName
1421 https://bugs.webkit.org/show_bug.cgi?id=122193
1423 Reviewed by Geoffrey Garen.
1425 * LLVMIncludesMountainLion.tar.bz2:
1426 * LLVMLibrariesMountainLion.tar.bz2:
1428 2013-10-01 Brent Fulgham <bfulgham@apple.com>
1430 [Win] Implement the media controls in JavaScript.
1431 https://bugs.webkit.org/show_bug.cgi?id=122166
1433 Reviewed by Jer Noble.
1435 * win/tools/vsprops/FeatureDefines.props: Activate the
1436 ENABLE_MEDIA_CONTROLS_SCRIPT flag.
1438 2013-09-24 Bear Travis <betravis@adobe.com>
1440 Disable CSS_SHAPES on Windows
1441 https://bugs.webkit.org/show_bug.cgi?id=121879
1443 Reviewed by Brent Fulgham.
1445 Enabling CSS_SHAPES on Windows is currently causing crashes in DRT.
1446 Turn the feature off until it can be appropriately fixed.
1448 * win/tools/vsprops/FeatureDefines.props: Disable on Win port
1449 * win/tools/vsprops/FeatureDefinesCairo.props: Disable on WinCairo port
1451 2013-09-23 Patrick Gansterer <paroga@webkit.org>
1453 use NOMINMAX instead of #define min min
1454 https://bugs.webkit.org/show_bug.cgi?id=73563
1456 Reviewed by Brent Fulgham.
1458 Use NOMINMAX instead of #define min/max as a cleaner
1459 way of ensuring that Windows system header files don't
1460 define min/max as macro in the first place.
1462 * win/tools/vsprops/common.props:
1464 2013-09-20 Mark Rowe <mrowe@apple.com>
1466 Fix link errors for external users when building WebKit with Xcode 5.
1468 Reviewed by Oliver Hunt.
1470 * libWebKitSystemInterfaceLion.a:
1471 * libWebKitSystemInterfaceMountainLion.a:
1473 2013-09-19 Bear Travis <betravis@adobe.com>
1475 CSS_SHAPES not supported on AppleWin port
1476 https://bugs.webkit.org/show_bug.cgi?id=118810
1478 Reviewed by Brent Fulgham.
1480 * win/tools/vsprops/FeatureDefines.props: Add the CSS_SHAPES compile flag on Windows.
1482 2013-09-19 Dan Bernstein <mitz@apple.com>
1484 Removed WebCoreSQLite3. It has been unused for years.
1486 Rubber-stamped by Mark Rowe.
1488 * WebCoreSQLite3: Removed.
1489 * WebCoreSQLite3/sqlite3.h: Removed.
1490 * WebCoreSQLite3/sqlite3ext.h: Removed.
1491 * libWebCoreSQLite3.a: Removed.
1493 2013-09-18 Brent Fulgham <bfulgham@apple.com>
1495 [Windows] Unreviewed build fix: Expose PlatformArchitecture macro to build system.
1497 * win/tools/vsprops/common.props:
1499 2013-09-13 Brent Fulgham <bfulgham@apple.com>
1501 [Windows] Enable Page Visibility API
1502 https://bugs.webkit.org/show_bug.cgi?id=121340
1504 Reviewed by Anders Carlsson.
1506 * win/tools/vsprops/FeatureDefines.props: Activate feature.
1507 * win/tools/vsprops/FeatureDefinesCairo.props: Ditto.
1509 2013-09-12 Brent Fulgham <bfulgham@apple.com>
1511 [Windows] Update WKSI library for Open Source builders.
1513 * win/lib32/WebKitSystemInterface.lib: Recompile with latest WebKit to use newer
1514 WTF.dll symbol exports.
1516 2013-08-29 Filip Pizlo <fpizlo@apple.com>
1518 Just linking LLVM into JSC causes all plugin tests to fail
1519 https://bugs.webkit.org/show_bug.cgi?id=113915
1521 Reviewed by Oliver Hunt.
1523 Updated the binary drops to r189627 of llvm.org, and used the new configure-llvm that does CPPFLAGS=-fvisibility=hidden.
1525 * LLVMIncludesMountainLion.tar.bz2:
1526 * LLVMLibrariesMountainLion.tar.bz2:
1528 2013-08-29 Brent Fulgham <bfulgham@apple.com>
1530 [Windows] Unreviewed build fix after r154847.
1532 * win/tools/vsprops/FeatureDefines.props: Add missing definition for ENABLE_PROMISES
1533 * win/tools/vsprops/FeatureDefinesCairo.props: Ditto
1535 2013-08-26 Brent Fulgham <bfulgham@apple.com>
1537 [Windows] Updates to WKSI to get external builders working.
1539 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
1540 * win/lib32/WebKitSystemInterface.lib:
1542 2013-08-24 Brent Fulgham <bfulgham@apple.com>
1544 [Windows] Another attempt to fix the Windows bots. Need to retain older
1545 QuickTime player features for external builders.
1547 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
1548 * win/lib32/WebKitSystemInterface.lib:
1550 2013-08-23 Brent Fulgham <bfulgham@apple.com>
1552 [Windows] Forgot to check in the header as well!
1554 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
1556 2013-08-23 Brent Fulgham <bfulgham@apple.com>
1558 [Windows] Unreviewed build correction.
1560 * win/lib32/WebKitSystemInterface.lib: Update with new API for r132545.
1562 2013-08-23 Beth Dakin <bdakin@apple.com>
1564 REGRESSION (r132545): Some PDFs generated by WebKit are blank when viewed in
1566 https://bugs.webkit.org/show_bug.cgi?id=120240
1568 <rdar://problem/14634453>
1570 Reviewed by Anders Carlsson.
1572 * WebKitSystemInterface.h:
1573 * libWebKitSystemInterfaceLion.a:
1574 * libWebKitSystemInterfaceMountainLion.a:
1576 2013-08-23 Alex Christensen <achristensen@apple.com>
1578 Re-separating Win32 and Win64 builds.
1579 https://bugs.webkit.org/show_bug.cgi?id=120178
1581 Reviewed by Brent Fulgham.
1583 * win/tools/vsprops/common.props:
1584 Export PlatformArchitecture to be used by make and cmd scripts.
1585 Use PlatformArchitecture to determine correct build directory
1586 (lib32/bin32/obj32 or lib64/bin64/obj64).
1588 2013-08-22 Filip Pizlo <fpizlo@apple.com>
1590 Update LLVM binary drops and scripts to the latest version from SVN
1591 https://bugs.webkit.org/show_bug.cgi?id=120184
1593 Reviewed by Mark Hahnenberg.
1595 Updated binary drops to r189066.
1597 * LLVMIncludesMountainLion.tar.bz2:
1598 * LLVMLibrariesMountainLion.tar.bz2:
1600 2013-08-21 Commit Queue <commit-queue@webkit.org>
1602 Unreviewed, rolling out r154416.
1603 http://trac.webkit.org/changeset/154416
1604 https://bugs.webkit.org/show_bug.cgi?id=120147
1606 Broke Windows builds (Requested by rniwa on #webkit).
1608 * win/tools/vsprops/common.props:
1610 2013-08-21 Alex Christensen <achristensen@apple.com>
1612 <https://webkit.org/b/120137> Separating Win32 and Win64 builds.
1614 Reviewed by Brent Fulgham.
1616 * win/tools/vsprops/common.props:
1617 Export PlatformArchitecture to be used by make and cmd scripts.
1618 Use PlatformArchitecture to determine correct build directory
1619 (lib32/bin32/obj32 or lib64/bin64/obj64).
1621 2013-08-21 Brent Fulgham <bfulgham@apple.com>
1623 <https://webkit.org/b/120113> [Windows] Enable CSS_IMAGE_SET
1625 Reviewed by Anders Carlsson.
1627 * win/tools/vsprops/FeatureDefines.props: Enable CSS_IMAGE_SET feature.
1628 * win/tools/vsprops/FeatureDefinesCairo.props: Ditto.
1630 2013-08-15 Eric Carlson <eric.carlson@apple.com>
1632 [Mac] Remove "legacy" media UI
1633 https://bugs.webkit.org/show_bug.cgi?id=119752
1635 Reviewed by Jer Noble.
1637 * WebKitSystemInterface.h:
1638 * libWebKitSystemInterfaceLion.a:
1639 * libWebKitSystemInterfaceMountainLion.a:
1641 2013-08-13 Simon Fraser <simon.fraser@apple.com>
1643 Various media tests spew "CGContextScaleCTM: invalid context 0x0" errors
1644 https://bugs.webkit.org/show_bug.cgi?id=119490
1646 New versions of WKSI that fix a bug that caused spew about null CGContexts,
1647 and update WebKitSystemInterface.h.
1649 * WebKitSystemInterface.h:
1650 * libWebKitSystemInterfaceLion.a:
1651 * libWebKitSystemInterfaceMountainLion.a:
1653 2013-08-08 Alex Christensen <achristensen@apple.com>
1655 Windows build fixes.
1657 Rubberstamped by Brent Fulgham.
1659 * win/tools/vsprops/debug_wincairo.props: Removed MinimalRebuild option preventing parallel compiling.
1661 2013-07-30 Sanghyun Park <sh919.park@samsung.com>
1663 Missing the rename REGISTER_PROCOTOL_HANDLER Macro to NAVIGATOR_CONTENT_UTILS in WebKitLibraries.
1664 https://bugs.webkit.org/show_bug.cgi?id=119239
1666 According to "https://bugs.webkit.org/show_bug.cgi?id=94920", REGISTER_PROCOTOL_HANDLER macro was changed to NAVIGATOR_CONTENT_UTILS.
1667 But, FeatureDefines.props and FeatureDefinesCairo.props was not changed.
1669 Reviewed by Brent Fulgham.
1671 * win/tools/vsprops/FeatureDefines.props:
1672 * win/tools/vsprops/FeatureDefinesCairo.props:
1674 2013-05-22 Filip Pizlo <fpizlo@apple.com>
1676 Updated LLVM drops to include MCJIT memory management APIs.
1678 Rubber stamped by Mark Hahnenberg.
1680 * LLVMIncludesMountainLion.tar.bz2:
1681 * LLVMLibrariesMountainLion.tar.bz2:
1683 2013-04-30 Filip Pizlo <fpizlo@apple.com>
1685 Updated LLVM drops to include MCJIT fixes and newly exposed API.
1687 Rubber stamped by Mark Hahnenberg.
1689 * LLVMIncludesMountainLion.tar.bz2:
1690 * LLVMLibrariesMountainLion.tar.bz2:
1692 2013-04-16 Filip Pizlo <fpizlo@apple.com>
1694 Updated LLVM drops to include MCJIT fixes.
1696 * LLVMIncludesMountainLion.tar.bz2:
1697 * LLVMLibrariesMountainLion.tar.bz2:
1699 2013-04-03 Filip Pizlo <fpizlo@apple.com>
1701 Updated LLVM drops to include LLVM_DO_NOT_INCLUDE_CPP_HEADERS changes.
1703 Rubber stamped by Mark Hahnenberg.
1705 * LLVMIncludesMountainLion.tar.bz2:
1706 * LLVMLibrariesMountainLion.tar.bz2:
1708 2013-03-29 Filip Pizlo <fpizlo@apple.com>
1710 fourthTier: Check in a known-good build of LLVM into WebKitLibraries, and have a story for updating it
1711 https://bugs.webkit.org/show_bug.cgi?id=113452
1713 Rubber stamped by Mark Hahnenberg.
1715 * LLVMIncludesMountainLion.tar.bz2: Added.
1716 * LLVMLibrariesMountainLion.tar.bz2: Added.
1718 2013-07-18 Roger Fong <roger_fong@apple.com>
1720 Make sure to link against _debug binaries when appropriate.
1721 <rdar://problem/14473010>.
1723 * win/tools/vsprops/debugsuffix.props:
1725 2013-07-02 Commit Queue <commit-queue@webkit.org>
1727 Unreviewed, rolling out r152233.
1728 http://trac.webkit.org/changeset/152233
1729 https://bugs.webkit.org/show_bug.cgi?id=118304
1731 hopeful attempt to restore windows buildage (Requested by
1734 * win/tools/vsprops/debugsuffix.props:
1736 2013-07-01 Brent Fulgham <bfulgham@apple.com>
1738 [Windows] Unreviewed correction to DEBUG_ALL target. Target was undefining DEBUG_ALL and DEBUG_INTERNAL,
1739 which prevented proper build operation.
1741 * win/tools/vsprops/debugsuffix.props: We should DEFINE (not UNDEFINE) the DEBUG_ALL and DEBUG_INTERNAL
1742 macros when building with 'debugsuffix' target.
1744 2013-06-18 Roger Fong <roger_fong@apple.com>
1746 Replace tools32 folder with tools and update WebKit Windows solution accordingly.
1747 <rdar://problem/14118143>.
1749 Rubberstamped by Brent Fulgham.
1751 * win/tools: Copied from win/tools32.
1752 * win/tools/WinTools.make:
1753 * win/tools/scripts/auto-version.sh:
1754 * win/tools/scripts/feature-defines.sh:
1755 * win/tools32: Removed.
1756 * win/tools32/WinTools.make: Removed.
1757 * win/tools32/scripts: Removed.
1758 * win/tools32/scripts/COPYRIGHT-END-YEAR: Removed.
1759 * win/tools32/scripts/VERSION: Removed.
1760 * win/tools32/scripts/auto-version.sh: Removed.
1761 * win/tools32/scripts/feature-defines.sh: Removed.
1762 * win/tools32/vsprops: Removed.
1763 * win/tools32/vsprops/FeatureDefines.props: Removed.
1764 * win/tools32/vsprops/FeatureDefines.vsprops: Removed.
1765 * win/tools32/vsprops/FeatureDefinesCairo.props: Removed.
1766 * win/tools32/vsprops/FeatureDefinesCairo.vsprops: Removed.
1767 * win/tools32/vsprops/WinCairo.props: Removed.
1768 * win/tools32/vsprops/WinCairo.vsprops: Removed.
1769 * win/tools32/vsprops/cURL.props: Removed.
1770 * win/tools32/vsprops/cURL.vsprops: Removed.
1771 * win/tools32/vsprops/common.props: Removed.
1772 * win/tools32/vsprops/common.vsprops: Removed.
1773 * win/tools32/vsprops/debug.props: Removed.
1774 * win/tools32/vsprops/debug.vsprops: Removed.
1775 * win/tools32/vsprops/debug_all.vsprops: Removed.
1776 * win/tools32/vsprops/debug_wincairo.props: Removed.
1777 * win/tools32/vsprops/debug_wincairo.vsprops: Removed.
1778 * win/tools32/vsprops/debugsuffix.props: Removed.
1779 * win/tools32/vsprops/production.props: Removed.
1780 * win/tools32/vsprops/production.vsprops: Removed.
1781 * win/tools32/vsprops/release.props: Removed.
1782 * win/tools32/vsprops/release.vsprops: Removed.
1783 * win/tools32/vsprops/releaseproduction.vsprops: Removed.
1785 2013-06-12 Brent Fulgham <bfulgham@webkit.org>
1787 [WinCairo] Unreviewed build correction.
1789 * win/tools32/vsprops/WinCairo.props: Switch from using the
1790 $WebKitLibraries environment variable to the newer
1792 * win/tools32/vsprops/debug_wincairo.props: Ditto.
1794 2013-06-11 Roger Fong <roger_fong@apple.com>
1796 Unreviewed. Another part of rollout of r151408.
1798 * win/tools64: Removed.
1799 * win/tools64/scripts: Removed.
1800 * win/tools64/vsprops: Removed.
1802 2013-06-11 Roger Fong <roger_fong@apple.com>
1804 Unreviewed. WinTools makefile fix.
1806 * win/tools32/WinTools.make:
1808 2013-06-11 Commit Queue <commit-queue@webkit.org>
1810 Unreviewed, rolling out r151408.
1811 http://trac.webkit.org/changeset/151408
1812 https://bugs.webkit.org/show_bug.cgi?id=117519
1814 Opting for a different approach (Requested by rfong on
1817 * win/WinTools.make: Removed.
1818 * win/tools32/WinTools.make: Renamed from WebKitLibraries/win/tools64/WinTools.make.
1819 * win/tools64/scripts/COPYRIGHT-END-YEAR: Removed.
1820 * win/tools64/scripts/VERSION: Removed.
1821 * win/tools64/scripts/auto-version.sh: Removed.
1822 * win/tools64/scripts/feature-defines.sh: Removed.
1823 * win/tools64/vsprops/FeatureDefines.props: Removed.
1824 * win/tools64/vsprops/FeatureDefines.vsprops: Removed.
1825 * win/tools64/vsprops/FeatureDefinesCairo.props: Removed.
1826 * win/tools64/vsprops/FeatureDefinesCairo.vsprops: Removed.
1827 * win/tools64/vsprops/WinCairo.props: Removed.
1828 * win/tools64/vsprops/WinCairo.vsprops: Removed.
1829 * win/tools64/vsprops/cURL.props: Removed.
1830 * win/tools64/vsprops/cURL.vsprops: Removed.
1831 * win/tools64/vsprops/common.props: Removed.
1832 * win/tools64/vsprops/common.vsprops: Removed.
1833 * win/tools64/vsprops/debug.props: Removed.
1834 * win/tools64/vsprops/debug.vsprops: Removed.
1835 * win/tools64/vsprops/debug_all.vsprops: Removed.
1836 * win/tools64/vsprops/debug_wincairo.props: Removed.
1837 * win/tools64/vsprops/debug_wincairo.vsprops: Removed.
1838 * win/tools64/vsprops/debugsuffix.props: Removed.
1839 * win/tools64/vsprops/production.props: Removed.
1840 * win/tools64/vsprops/production.vsprops: Removed.
1841 * win/tools64/vsprops/release.props: Removed.
1842 * win/tools64/vsprops/release.vsprops: Removed.
1843 * win/tools64/vsprops/releaseproduction.vsprops: Removed.
1845 2013-06-10 Roger Fong <roger_fong@apple.com>
1847 Change WebKitLibraries/win folder structure around.
1848 <rdar://problem/14097829>
1850 Reviewed by Lucas Forschler.
1852 * win/WinTools.make: Copied from win/tools32/WinTools.make.
1853 * win/tools32/WinTools.make: Removed.
1854 * win/tools64: Copied from win/tools32.
1856 2013-06-05 Bear Travis <betravis@adobe.com>
1858 [CSS Exclusions][CSS Shapes] Split CSS Exclusions & Shapes compile & runtime flags
1859 https://bugs.webkit.org/show_bug.cgi?id=117172
1861 Reviewed by Alexandru Chiculita.
1863 Adding the CSS_SHAPES compile flag.
1865 * win/tools32/vsprops/FeatureDefines.vsprops:
1866 * win/tools32/vsprops/FeatureDefinesCairo.vsprops:
1868 2013-06-03 Roger Fong <roger_fong@apple.com>
1870 Unreviewed. Some AppleWin VS2010 house cleaning.
1872 * win/tools32/scripts/auto-version.sh: Replaced with win/tools32/scripts/auto-version2010.sh.
1873 * win/tools32/scripts/auto-version2010.sh: Removed.
1874 * win/tools32/scripts/feature-defines.sh: Replaced with win/tools32/scripts/feature-defines2010.sh.
1875 * win/tools32/scripts/feature-defines2010.sh: Removed.
1877 2013-06-03 Roger Fong <roger_fong@apple.com>
1879 Nuke VS2005 files from the tree.
1880 <rdar://problem/14042021>.
1882 Rubberstamped by Brent Fulgham.
1885 * win/lib/WebKitSystemInterface.lib: Removed.
1886 * win/tools: Removed.
1887 * win/tools/WinTools.make: Removed.
1888 * win/tools/scripts: Removed.
1889 * win/tools/scripts/COPYRIGHT-END-YEAR: Removed.
1890 * win/tools/scripts/VERSION: Removed.
1891 * win/tools/scripts/auto-version.sh: Removed.
1892 * win/tools/scripts/auto-version2010.sh: Removed.
1893 * win/tools/scripts/feature-defines.sh: Removed.
1894 * win/tools/scripts/feature-defines2010.sh: Removed.
1895 * win/tools/vsprops: Removed.
1896 * win/tools/vsprops/FeatureDefines.props: Removed.
1897 * win/tools/vsprops/FeatureDefines.vsprops: Removed.
1898 * win/tools/vsprops/FeatureDefinesCairo.props: Removed.
1899 * win/tools/vsprops/FeatureDefinesCairo.vsprops: Removed.
1900 * win/tools/vsprops/WinCairo.props: Removed.
1901 * win/tools/vsprops/WinCairo.vsprops: Removed.
1902 * win/tools/vsprops/cURL.props: Removed.
1903 * win/tools/vsprops/cURL.vsprops: Removed.
1904 * win/tools/vsprops/common.props: Removed.
1905 * win/tools/vsprops/common.vsprops: Removed.
1906 * win/tools/vsprops/debug.props: Removed.
1907 * win/tools/vsprops/debug.vsprops: Removed.
1908 * win/tools/vsprops/debug_all.vsprops: Removed.
1909 * win/tools/vsprops/debug_wincairo.props: Removed.
1910 * win/tools/vsprops/debug_wincairo.vsprops: Removed.
1911 * win/tools/vsprops/debugsuffix.props: Removed.
1912 * win/tools/vsprops/production.props: Removed.
1913 * win/tools/vsprops/production.vsprops: Removed.
1914 * win/tools/vsprops/release.props: Removed.
1915 * win/tools/vsprops/release.vsprops: Removed.
1916 * win/tools/vsprops/releaseproduction.vsprops: Removed.
1918 2013-05-29 Jeffrey Pfau <jpfau@apple.com>
1920 [Mac] Enable cache partitioning and the public suffix list on 10.8
1921 <rdar://problem/13679019>
1923 Rubber-stamped by David Kilzer.
1925 * WebKitSystemInterface.h:
1926 * libWebKitSystemInterfaceLion.a:
1927 * libWebKitSystemInterfaceMountainLion.a:
1929 2013-05-14 Beth Dakin <bdakin@apple.com>
1931 Printing in 1Password app is broken with screen fonts disabled
1932 https://bugs.webkit.org/show_bug.cgi?id=116133
1934 <rdar://problem/13162981>
1936 Reviewed by Anders Carlsson.
1938 Need WKExecutableWasLinkedOnOrBeforeMountainLion() for this quirk.
1940 * libWebKitSystemInterfaceLion.a:
1941 * libWebKitSystemInterfaceMountainLion.a:
1943 2013-05-08 Roger Fong <roger_fong@apple.com>
1945 Unreviewed. Update WebKitLibraries/win to handle different architectures properly.
1947 * win/lib32: Copied from win/lib.
1948 * win/tools/WinTools.make:
1950 2013-05-02 Roger Fong <roger_fong@apple.com>
1952 Unreviewed Windows build fix.
1954 * win/lib/WebKitSystemInterface.lib:
1956 2013-05-01 Alexey Proskuryakov <ap@apple.com>
1958 Update WebKitSystemInterface.
1960 * WebKitSystemInterface.h:
1961 * libWebKitSystemInterfaceLion.a:
1962 * libWebKitSystemInterfaceMountainLion.a:
1964 2013-04-29 Chris Fleizach <cfleizach@apple.com>
1966 WEB SPEECH: need to identify the default voice per language
1967 https://bugs.webkit.org/show_bug.cgi?id=115366
1969 Reviewed by Simon Fraser.
1971 * WebKitSystemInterface.h:
1972 * libWebKitSystemInterfaceLion.a:
1973 * libWebKitSystemInterfaceMountainLion.a:
1975 2013-04-29 Roger Fong <roger_fong@apple.com>
1977 Need a tools32 folder for VS2010 builds.
1978 tools folder will be nuked when we nuke VS2005.
1980 * win/tools32: Copied from WebKitLibraries/win/tools.
1982 2013-04-26 Roger Fong <roger_fong@apple.com>
1984 Disable sub-pixel-layout on Apple Windows port, VS2005 edition.
1986 * win/tools/vsprops/FeatureDefines.vsprops:
1988 2013-04-26 Roger Fong <roger_fong@apple.com>
1990 Disable sub-pixel-layout on Apple Windows port.
1992 * win/tools/vsprops/FeatureDefines.props:
1994 2013-04-26 Roger Fong <roger_fong@apple.com>
1996 Make Apple Windows VS2010 build results into and get dependencies from __32 suffixed folders.
1997 Make the DebugSuffix configuration use _debug dependencies.
1999 * win/tools/WinTools.make:
2000 * win/tools/scripts/auto-version2010.sh:
2001 * win/tools/scripts/feature-defines2010.sh:
2002 * win/tools/vsprops/common.props:
2003 * win/tools/vsprops/debugsuffix.props:
2005 2013-04-25 Chris Fleizach <cfleizach@apple.com>
2007 WEB SPEECH: language support does not work as expected
2008 https://bugs.webkit.org/show_bug.cgi?id=115119
2010 Reviewed by Alexey Proskuryakov.
2012 * WebKitSystemInterface.h:
2014 2013-04-24 Roger Fong <roger_fong@apple.com>
2016 Have VS2010 WebKit solution look in WebKit_Libraries/lib32 for dependencies.
2018 * win/tools/vsprops/common.props:
2020 2013-04-23 Antoine Quint <graouts@apple.com>
2022 Initial advance of text runs should be taken into account
2023 https://bugs.webkit.org/show_bug.cgi?id=114949
2025 Reviewed by Darin Adler.
2027 * WebKitSystemInterface.h:
2028 * libWebKitSystemInterfaceLion.a:
2029 * libWebKitSystemInterfaceMountainLion.a:
2031 2013-04-12 Jeffrey Pfau <jpfau@apple.com>
2033 Query directly for cache partition names
2034 https://bugs.webkit.org/show_bug.cgi?id=114538
2036 Reviewed by David Kilzer.
2038 * WebKitSystemInterface.h:
2039 * libWebKitSystemInterfaceLion.a:
2040 * libWebKitSystemInterfaceMountainLion.a:
2042 2013-04-08 Roger Fong <roger_fong@apple.com>
2046 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
2047 * win/lib/WebKitSystemInterface.lib:
2049 2013-04-11 Alexey Proskuryakov <ap@apple.com>
2051 <rdar://problem/10416316> [Mac] WebSocket doesn't work with authenticating proxies
2052 https://bugs.webkit.org/show_bug.cgi?id=114464
2054 Update WebKitSystemInterface.
2056 * WebKitSystemInterface.h:
2057 * libWebKitSystemInterfaceLion.a:
2058 * libWebKitSystemInterfaceMountainLion.a:
2060 2013-04-10 Benjamin Poulain <bpoulain@apple.com>
2062 Mass remove all the empty directories
2064 Rubberstamped by Ryosuke Niwa.
2067 * win/lib/WebKitSystemInterface: Removed.
2069 2013-04-05 Roger Fong <roger_fong@apple.com>
2071 More VS2010 solution makefile fixes.
2072 <rdar://problem/13588964>
2074 * win/tools/WinTools.make:
2076 2013-04-03 Brent Fulgham <bfulgham@webkit.org>
2078 [Windows, WinCairo] Unreviewed VS2010 Build Correction
2080 * win/tools/scripts/auto-version2010.sh: Added properties svn:eol-style and svn:executable.
2081 * win/tools/scripts/feature-defines2010.sh: Added properties svn:eol-style and svn:executable.
2083 2013-04-01 Roger Fong <roger_fong@apple.com>
2085 Update FEATURE_DEFINES string generation for VS2010 solution.
2086 https://bugs.webkit.org/show_bug.cgi?id=113737.
2088 Reviewed by Timothy Horton.
2090 * win/tools/scripts/feature-defines2010.sh: Added.
2092 2013-03-29 Roger Fong <roger_fong@apple.com>
2094 Unreviewed. Rollout r146818.
2096 * win/tools/vsprops/FeatureDefines.props:
2098 2013-03-25 Kent Tamura <tkent@chromium.org>
2100 Rename ENABLE_INPUT_TYPE_DATETIME
2101 https://bugs.webkit.org/show_bug.cgi?id=113254
2103 Reviewed by Kentaro Hara.
2105 Rename ENABLE_INPUT_TYPE_DATETIME to ENABLE_INPUT_TYPE_DATETIME_INCOMPLETE.
2106 Actually I'd like to remove the code, but we shouldn't remove it yet
2107 because we shipped products with it on some platforms.
2109 * win/tools/vsprops/FeatureDefines.props:
2110 * win/tools/vsprops/FeatureDefines.vsprops:
2111 * win/tools/vsprops/FeatureDefinesCairo.props:
2112 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2114 2013-03-25 Sheriff Bot <webkit.review.bot@gmail.com>
2116 Unreviewed, rolling out r146816, r146821, and r146830.
2117 http://trac.webkit.org/changeset/146816
2118 http://trac.webkit.org/changeset/146821
2119 http://trac.webkit.org/changeset/146830
2120 https://bugs.webkit.org/show_bug.cgi?id=113262
2122 Broke all the Windows tests (Requested by rfong on #webkit).
2124 * win/tools/vsprops/FeatureDefines.vsprops:
2126 2013-03-25 Roger Fong <roger_fong@apple.com>
2128 Unreviewed. Also enable CSS_REGIONS and EXCLUSIONS for VS2010 solution.
2130 * win/tools/vsprops/FeatureDefines.props:
2132 2013-03-25 Roger Fong <roger_fong@apple.com>
2134 Enable CSS_REGIONS and CSS_EXCLUSIONS.
2135 https://bugs.webkit.org/show_bug.cgi?id=87519
2137 Reviewed by Timothy Horton.
2139 * win/tools/vsprops/FeatureDefines.vsprops:
2141 2013-03-21 Roger Fong <roger_fong@apple.com>
2143 Unreviewed. Move common props files for VS2010 solution to WebKitLibraries folder and update all projects accordingly.
2145 * win/tools/vsprops/FeatureDefines.props: Copied from ../Source/WebKit/WebKit.vcxproj/FeatureDefines.props.
2146 * win/tools/vsprops/FeatureDefinesCairo.props: Copied from ../Source/WebKit/WebKit.vcxproj/FeatureDefinesCairo.props.
2147 * win/tools/vsprops/WinCairo.props: Copied from ../Source/WebKit/WebKit.vcxproj/WinCairo.props.
2148 * win/tools/vsprops/cURL.props: Copied from ../Source/WebKit/WebKit.vcxproj/WebKit/cURL.props.
2149 * win/tools/vsprops/common.props: Copied from ../Source/WebKit/WebKit.vcxproj/common.props.
2150 * win/tools/vsprops/debug.props: Copied from ../Source/WebKit/WebKit.vcxproj/debug.props.
2151 * win/tools/vsprops/debug_wincairo.props: Copied from ../Source/WebKit/WebKit.vcxproj/debug_wincairo.props.
2152 * win/tools/vsprops/debugsuffix.props: Copied from ../Source/WebKit/WebKit.vcxproj/debugsuffix.props.
2153 * win/tools/vsprops/production.props: Copied from ../Source/WebKit/WebKit.vcxproj/production.props.
2154 * win/tools/vsprops/release.props: Copied from ../Source/WebKit/WebKit.vcxproj/release.props.
2156 2013-03-19 Brent Fulgham <bfulgham@webkit.org>
2158 [WinCairo] Unreviewed build fix.
2160 * win/tools/vsprops/FeatureDefinesCairo.vsprops: This file was out
2161 of sync with the main Windows build, and the VS2010 version of the
2162 WinCairo port, preventing consistent builds.
2164 2013-03-13 Ryosuke Niwa <rniwa@webkit.org>
2166 Threaded HTML Parser is missing feature define flags in all but Chromium port's build files
2167 https://bugs.webkit.org/show_bug.cgi?id=112277
2169 Reviewed by Adam Barth.
2171 * win/tools/vsprops/FeatureDefines.vsprops:
2172 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2174 2013-03-06 Jer Noble <jer.noble@apple.com>
2176 Unreviewed roll-out of r145011.
2178 * win/tools/vsprops/FeatureDefines.vsprops:
2180 2013-03-06 Jer Noble <jer.noble@apple.com>
2182 Unreviewed build fix. Add ENABLE_CURSOR_VISIBILITY to the list of FEATURE_DEFINES for
2183 (non-Cairo) Windows builds.
2185 * win/tools/vsprops/FeatureDefines.vsprops:
2187 2013-03-05 Kiran Muppala <cmuppala@apple.com>
2189 Remove deprecated process suppression assertion SPI from WebKitSystemInterface
2190 https://bugs.webkit.org/show_bug.cgi?id=111501
2192 Reviewed by Alexey Proskuryakov.
2194 https://bugs.webkit.org/show_bug.cgi?id=111387 replaced all usage of
2195 WKNSProcessInfoProcessAssertionWithTypes() with
2196 -[NSProcessInfo beginSuspensionOfSystemBehaviors:]. Hence, remove
2197 the now deprecated SPI.
2199 * WebKitSystemInterface.h: Remove
2200 WKNSProcessInfoProcessAssertionWithTypes and associated declarations.
2202 2013-03-05 Kiran Muppala <cmuppala@apple.com>
2204 Use new assertion API for process suppression on Mac
2205 https://bugs.webkit.org/show_bug.cgi?id=111387
2207 Reviewed by Alexey Proskuryakov.
2209 Add WKProcessSuppressionSystemBehaviors constant for use in WebKit2 to
2210 take a process suppression assertion.
2212 * WebKitSystemInterface.h:
2214 2013-03-05 Jeffrey Pfau <jpfau@apple.com>
2216 Clear associated cache partitions when deleting origins' cache
2217 https://bugs.webkit.org/show_bug.cgi?id=111383
2219 Reviewed by Maciej Stachowiak.
2221 * WebKitSystemInterface.h:
2222 * libWebKitSystemInterfaceLion.a:
2223 * libWebKitSystemInterfaceMountainLion.a:
2225 2013-03-04 Kunihiko Sakamoto <ksakamoto@chromium.org>
2227 Add build flag for FontLoader
2228 https://bugs.webkit.org/show_bug.cgi?id=111289
2230 Reviewed by Benjamin Poulain.
2232 Add ENABLE_FONT_LOAD_EVENTS build flag (disabled by default).
2234 * win/tools/vsprops/FeatureDefines.vsprops:
2235 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2237 2013-02-27 Glenn Adams <glenn@skynav.com>
2239 Add ENABLE_CSS3_TEXT_LINE_BREAK flag.
2240 https://bugs.webkit.org/show_bug.cgi?id=110944
2242 Reviewed by Dean Jackson.
2244 * win/tools/vsprops/FeatureDefines.vsprops:
2245 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2247 2013-02-21 Jeffrey Pfau <jpfau@apple.com>
2249 Optionally partition cache to prevent using cache for tracking
2250 https://bugs.webkit.org/show_bug.cgi?id=110269
2252 Reviewed by Maciej Stachowiak.
2254 Update WKSI bindings.
2256 * WebKitSystemInterface.h:
2257 * libWebKitSystemInterfaceLion.a:
2258 * libWebKitSystemInterfaceMountainLion.a:
2260 2013-02-22 Aaron Colwell <acolwell@chromium.org>
2262 Disable MediaSource on Apple Windows port
2263 https://bugs.webkit.org/show_bug.cgi?id=110494
2265 Reviewed by Tim Horton.
2267 * win/tools/vsprops/FeatureDefines.vsprops:
2269 2013-02-22 Roger Fong <roger_fong@apple.com>
2271 Unreviewed. Make WinTools.make stop copying vsprops into nested vsprops folders.
2273 * win/tools/WinTools.make:
2275 2013-02-14 Anders Carlsson <andersca@apple.com>
2277 Add WKContextIsPlugInUpdateAvailable
2278 https://bugs.webkit.org/show_bug.cgi?id=109862
2279 <rdar://problem/13173140>
2281 Reviewed by Sam Weinig.
2283 Roll WebKitSystemInterface DEPS.
2285 * WebKitSystemInterface.h:
2286 * libWebKitSystemInterfaceLion.a:
2287 * libWebKitSystemInterfaceMountainLion.a:
2289 2013-02-13 Roger Fong <roger_fong@apple.com>
2291 Move all .props files from WebKitLibraries folder to WebKit Source folder.
2292 https://bugs.webkit.org/show_bug.cgi?id=109761
2294 Reviewed by Brent Fulgham.
2296 * win/tools/vsprops/FeatureDefines.props: Removed.
2297 * win/tools/vsprops/common.props: Removed.
2298 * win/tools/vsprops/debug.props: Removed.
2299 * win/tools/vsprops/release.props: Removed.
2300 * win/tools/vsprops/releaseproduction.props: Removed.
2302 2013-02-07 Roger Fong <roger_fong@apple.com>
2304 Unreviewed. More VS2010 WebKit solution touchups.
2305 Move an ignored warning from a project to common properties.
2307 * win/tools/vsprops/common.props:
2309 2013-02-06 Mike West <mkwst@chromium.org>
2311 Add an ENABLE_NOSNIFF feature flag.
2312 https://bugs.webkit.org/show_bug.cgi?id=109029
2314 Reviewed by Jochen Eisinger.
2316 This new flag will control the behavior of 'X-Content-Type-Options: nosniff'
2317 when processing script and other resource types.
2319 * win/tools/vsprops/FeatureDefines.vsprops:
2320 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2322 2013-02-01 Alexis Menard <alexis@webkit.org>
2324 Enable unprefixed CSS transitions by default.
2325 https://bugs.webkit.org/show_bug.cgi?id=108216
2327 Reviewed by Dean Jackson.
2329 Rename the flag CSS_TRANSFORMS_ANIMATIONS_TRANSITIONS_UNPREFIXED
2330 to CSS_TRANSFORMS_ANIMATIONS_UNPREFIXED which will be used later to
2331 guard the unprefixing work for CSS Transforms and animations.
2333 * win/tools/vsprops/FeatureDefines.vsprops:
2334 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2336 2013-01-30 Alexey Proskuryakov <ap@apple.com>
2338 Update WebKitSystemInterface for <rdar://problem/13111288>.
2340 * libWebKitSystemInterfaceLion.a:
2341 * libWebKitSystemInterfaceMountainLion.a:
2343 * WebKitSystemInterface.h: Removed WKEnterPluginSandbox, which has been unused now.
2345 2013-01-28 Kiran Muppala <cmuppala@apple.com>
2347 Add window occlusion criteria to determine page visibility on Mac
2348 https://bugs.webkit.org/show_bug.cgi?id=107494
2350 Reviewed by Simon Fraser.
2352 Add enum constants to specify window occlusion notification type to
2353 notification registration/unregistration methods. Add typedef for
2354 window ID data passed to the window occlusion notification handler.
2355 Add method to enable occlusion notifications for a particular window.
2357 * WebKitSystemInterface.h: Add
2358 WKOcclusionNotificationTypeWindowBecameVisible,
2359 WKOcclusionNotificationTypeWindowBecameOccluded,
2361 WKEnableWindowOcclusionNotifications().
2363 2013-01-25 Andy Estes <aestes@apple.com>
2365 Update WKSI header and libraries after r140875.
2367 * WebKitSystemInterface.h:
2368 * libWebKitSystemInterfaceLion.a:
2369 * libWebKitSystemInterfaceMountainLion.a:
2371 2013-01-24 Brent Fulgham <bfulgham@webkit.org>
2373 Get WTF compiling in VS2010 (32bit)
2374 https://bugs.webkit.org/show_bug.cgi?id=106986
2376 Reviewed by Tim Horton.
2378 If you do not have Cygwin in the overall operating system
2379 PATH, the project will not build. In VS2005 we had logic
2380 in the build system to guard against this. We should
2381 retain this in the VS2010 work.
2383 Furthermore, VS2010 has a nasty bug where to Visual Studio
2384 tools path is not defined when performing a 'clean' phase
2385 on an NMAKE-based build. This is corrected here as well.
2387 * win/tools/vsprops/common.props: Revise environment setup
2388 to ensure proper tools are in path during build.
2390 2013-01-19 Roger Fong <roger_fong@apple.com>
2392 Add WebKitLibraries property sheets for compiling WebKit in VS2010.
2393 https://bugs.webkit.org/show_bug.cgi?id=106949
2395 Reviewed by Brent Fulgham.
2397 * win/tools/vsprops/FeatureDefines.props: Added.
2398 * win/tools/vsprops/common.props: Added.
2399 * win/tools/vsprops/debug.props: Added.
2400 * win/tools/vsprops/release.props: Added.
2401 * win/tools/vsprops/releaseproduction.props: Added.
2403 2013-01-21 Dirk Schulze <dschulze@adobe.com>
2405 Add build flag for Canvas's Path object (disabled by default)
2406 https://bugs.webkit.org/show_bug.cgi?id=107473
2408 Reviewed by Dean Jackson.
2410 Add CANVAS_PATH build flag to build systems.
2412 * win/tools/vsprops/FeatureDefines.vsprops:
2413 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2415 2013-01-10 Roger Fong <roger_fong@apple.com>
2417 Update WebkitSystemInterface lib for Windows port.
2418 This hasn't been done in a while and the current one is out of date.
2419 In addition I believe it will fix:
2420 <rdar://problem/12990844>
2422 Rubberstamped by Timothy Horton.
2424 * win/lib/WebKitSystemInterface.lib:
2426 2013-01-08 Kiran Muppala <cmuppala@apple.com>
2428 Add WebKitSystemInterface needed for overriding system proxies on Mac
2429 https://bugs.webkit.org/show_bug.cgi?id=106410
2431 Reviewed by Stephanie Lewis.
2433 This patch is in anticipation of the fix for https://bugs.webkit.org/show_bug.cgi?id=104197,
2434 Add user defaults to override system proxy settings for NetworkProcess on Mac, which
2435 is awaiting the approval of a WebKit2 committer. Commiting the WKSI portion separately,
2436 so that the internal repository commit for generating the WKSI libraries does not have to
2437 be rolled back every time the rest of the patch changes.
2439 Add WKCFNetworkSetOverrideSystemProxySettings(), needed by NetworkProcess to set
2440 custom proxies during initialization.
2442 * WebKitSystemInterface.h:
2443 * libWebKitSystemInterfaceLion.a:
2444 * libWebKitSystemInterfaceMountainLion.a:
2446 2013-01-04 Adam Klein <adamk@chromium.org>
2448 Remove ENABLE_MUTATION_OBSERVERS #define
2449 https://bugs.webkit.org/show_bug.cgi?id=105459
2451 Reviewed by Ryosuke Niwa.
2453 * win/tools/vsprops/FeatureDefines.vsprops:
2454 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2456 2013-01-01 Dan Bernstein <mitz@apple.com>
2458 <rdar://problem/12942239> Update copyright strings
2460 Reviewed by Sam Weinig.
2462 * win/tools/scripts/COPYRIGHT-END-YEAR:
2464 2012-12-28 Mark Rowe <mrowe@apple.com>
2466 Move logic for extracting the OS X marketing version in to WebCore
2467 <http://webkit.org/b/105841> / <rdar://problem/10736041>
2469 Reviewed by Dan Bernstein.
2471 * WebKitSystemInterface.h:
2473 2012-12-19 Kiran Muppala <cmuppala@apple.com>
2475 Adopt new assertion SPI for process suppression on Mac
2476 https://bugs.webkit.org/show_bug.cgi?id=105378
2478 Reviewed by Mark Rowe.
2480 Add WKNSProcessInfoProcessAssertionWithTypes().
2482 * WebKitSystemInterface.h:
2484 2012-12-19 Alexis Menard <alexis@webkit.org>
2486 Implement CSS parsing for CSS transitions unprefixed.
2487 https://bugs.webkit.org/show_bug.cgi?id=104804
2489 Reviewed by Dean Jackson.
2491 Add a new flag ENABLE_CSS_TRANSFORMS_ANIMATIONS_TRANSITIONS_UNPREFIXED
2492 to cover the work of unprefixing Transforms, Animations and
2493 Transitions. It will let the possibility of each ports to turn it off
2494 in their release branches until we're confident that these CSS
2495 properties are ready to be unprefixed.
2497 * win/tools/vsprops/FeatureDefines.vsprops:
2498 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2500 2012-12-12 Roger Fong <roger_fong@apple.com>
2502 Enable VIDEO_TRACK on Windows.
2503 https://bugs.webkit.org/show_bug.cgi?id=104706.
2505 Reviewed by Timothy Horton.
2507 Enable VIDEO_TRACK on Windows and update project property files.
2509 * win/tools/vsprops/FeatureDefines.vsprops:
2511 2012-12-12 Sheriff Bot <webkit.review.bot@gmail.com>
2513 Unreviewed, rolling out r137491.
2514 http://trac.webkit.org/changeset/137491
2515 https://bugs.webkit.org/show_bug.cgi?id=104828
2517 broke the builtd (Requested by rfong on #webkit).
2519 * win/tools/vsprops/FeatureDefines.vsprops:
2521 2012-12-11 Roger Fong <roger_fong@apple.com>
2523 Enable VIDEO_TRACK on Windows.
2524 https://bugs.webkit.org/show_bug.cgi?id=104706.
2526 Reviewed by Timothy Horton.
2528 Enable VIDEO_TRACK on Windows and update project property files.
2530 * win/tools/vsprops/FeatureDefines.vsprops:
2532 2012-12-10 Alexis Menard <alexis@webkit.org>
2534 [CSS3 Backgrounds and Borders] Remove CSS3_BACKGROUND feature flag.
2535 https://bugs.webkit.org/show_bug.cgi?id=104539
2537 Reviewed by Antonio Gomes.
2539 As discussed on webkit-dev it is not needed to keep this feature flag
2540 as support for <position> type is a small feature that is already
2541 implemented by three other UAs. It was useful while landing this
2542 feature as partial bits were landed one after one.
2544 * win/tools/vsprops/FeatureDefines.vsprops:
2545 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2547 2012-12-06 Rick Byers <rbyers@chromium.org>
2549 CSS cursor property should support webkit-image-set
2550 https://bugs.webkit.org/show_bug.cgi?id=99493
2552 Reviewed by Beth Dakin.
2554 Add ENABLE_MOUSE_CURSOR_SCALE - disabled by default
2556 * win/tools/vsprops/FeatureDefines.vsprops:
2557 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2559 2012-11-26 Roger Fong <roger_fong@apple.com>
2561 Unreviewed. ENABLE_ACCELERATED_OVERFLOW_SCROLLING not enabled on Windows.
2562 Add a feature flag and skip some failing tests.
2563 https://bugs.webkit.org/show_bug.cgi?id=103294
2566 compositing/overflow/scrolling-without-painting.html
2567 compositing/overflow/updating-scrolling-content.html
2569 * win/tools/vsprops/FeatureDefines.vsprops:
2571 2012-11-23 Alexis Menard <alexis@webkit.org>
2573 [CSS3 Backgrounds and Borders] Implement new CSS3 background-position parsing.
2574 https://bugs.webkit.org/show_bug.cgi?id=102104
2576 Reviewed by Julien Chaffraix.
2578 Protect the new feature behind a feature flag.
2580 * win/tools/vsprops/FeatureDefines.vsprops:
2581 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2583 2012-11-19 Kihong Kwon <kihong.kwon@samsung.com>
2585 Add PROXIMITY_EVENTS feature
2586 https://bugs.webkit.org/show_bug.cgi?id=102658
2588 Reviewed by Kentaro Hara.
2590 Add PROXIMITY_EVENTS feature to win and win-cairo prot.
2592 * win/tools/vsprops/FeatureDefines.vsprops:
2593 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2595 2012-11-12 Beth Dakin <bdakin@apple.com>
2597 Build fix. Forgot these bits last time.
2599 * libWebKitSystemInterfaceLion.a:
2600 * libWebKitSystemInterfaceMountainLion.a:
2602 2012-11-12 Beth Dakin <bdakin@apple.com>
2604 Zoomed-in scrolling is very slow when deviceScaleFactor > 1
2605 https://bugs.webkit.org/show_bug.cgi?id=101787
2607 Reviewed by Simon Fraser.
2609 wkSetCGFontRenderingMode now takes a BOOL parameter.
2610 * WebKitSystemInterface.h:
2611 * libWebKitSystemInterfaceLion.a:
2612 * libWebKitSystemInterfaceMountainLion.a:
2614 2012-11-08 Anders Carlsson <andersca@apple.com>
2616 Roll WebKitSystemInterface DEPS.
2618 Rubber-stamped by Andreas Kling.
2620 * libWebKitSystemInterfaceLion.a:
2621 * libWebKitSystemInterfaceMountainLion.a:
2623 2012-11-07 Roger Fong <roger_fong@apple.com>
2625 Enable Subpixel Layout on Windows. Rebaseline any failing tests that were rebaselined in r133351.
2626 https://bugs.webkit.org/show_bug.cgi?id=101538
2628 Rubberstamped by Tim Horton.
2630 * win/tools/vsprops/FeatureDefines.vsprops:
2632 2012-11-06 Anders Carlsson <andersca@apple.com>
2636 * WebKitSystemInterface.h:
2638 2012-11-06 Anders Carlsson <andersca@apple.com>
2640 Update Java related WKSI function names
2641 https://bugs.webkit.org/show_bug.cgi?id=101414
2643 Reviewed by Sam Weinig.
2645 Roll WebKitSystemInterface DEPS.
2647 * WebKitSystemInterface.h:
2648 * libWebKitSystemInterfaceLion.a:
2649 * libWebKitSystemInterfaceMountainLion.a:
2651 2012-11-06 Alexey Proskuryakov <ap@apple.com>
2653 Clean up which storage cookie jar functions use
2654 https://bugs.webkit.org/show_bug.cgi?id=101395
2656 Reviewed by Brady Eidson.
2658 * WebKitSystemInterface.h:
2659 * libWebKitSystemInterfaceLion.a:
2660 * libWebKitSystemInterfaceMountainLion.a:
2661 Added WKHTTPCookies() and WKDeleteAllHTTPCookies(). Updated ifdefs for currently
2662 supported OS versions.
2664 2012-11-06 Alexey Proskuryakov <ap@apple.com>
2666 Delete Leopard and Snow Leopard versions of WKSI. These have not been updated in ages.
2668 Rubber-stampted by Mark Rowe.
2670 * libWebKitSystemInterfaceLeopard.a: Removed.
2671 * libWebKitSystemInterfaceSnowLeopard.a: Removed.
2673 2012-11-05 Alexey Proskuryakov <ap@apple.com>
2675 Get rid of setCookieStoragePrivateBrowsingEnabled.
2676 https://bugs.webkit.org/show_bug.cgi?id=101247
2678 Reviewed by Brady Eidson.
2680 * WebKitSystemInterface.h: Removed the function.
2682 2012-11-02 Anders Carlsson <andersca@apple.com>
2684 Don't instantiate the Java plug-in if it's inactive
2685 https://bugs.webkit.org/show_bug.cgi?id=101102
2686 <rdar://problem/12595679>
2688 Reviewed by Andreas Kling.
2690 Update WebKitSystemInterface to a version that has WKJLReportWebComponentsUsed.
2692 * WebKitSystemInterface.h:
2693 * libWebKitSystemInterfaceLion.a:
2694 * libWebKitSystemInterfaceMountainLion.a:
2695 Roll WebKitSystemInterface DERPS.
2697 2012-10-25 Dominik Röttsches <dominik.rottsches@intel.com>
2699 Conditionalize XHR timeout support
2700 https://bugs.webkit.org/show_bug.cgi?id=100356
2702 Reviewed by Adam Barth.
2704 Adding ENABLE_XHR_TIMEOUT feature, which is default off for Apple Win.
2705 See also https://bugs.webkit.org/show_bug.cgi?id=100349 for an attempt
2706 to fix timeout support for CF Network.
2708 * win/tools/vsprops/FeatureDefines.vsprops:
2709 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2711 2012-10-24 Eric Carlson <eric.carlson@apple.com>
2713 Allow ports to override text track rendering style
2714 https://bugs.webkit.org/show_bug.cgi?id=97800
2715 <rdar://problem/12044964>
2717 Reviewed by Maciej Stachowiak.
2719 Update WKSI header with SPI for getting the user caption appearance preferences.
2721 * WebKitSystemInterface.h:
2723 2012-10-19 Dongwoo Joshua Im <dw.im@samsung.com>
2725 Rename ENABLE_CSS3_TEXT_DECORATION to ENABLE_CSS3_TEXT
2726 https://bugs.webkit.org/show_bug.cgi?id=99804
2728 Reviewed by Julien Chaffraix.
2730 CSS3 text related properties will be implemented under this flag,
2731 including text decoration, text-align-last, and text-justify.
2733 * win/tools/vsprops/FeatureDefines.vsprops:
2734 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2736 2012-10-18 Pablo Flouret <pablof@motorola.com>
2738 Implement css3-conditional's @supports rule
2739 https://bugs.webkit.org/show_bug.cgi?id=86146
2741 Reviewed by Antti Koivisto.
2743 * win/tools/vsprops/FeatureDefines.vsprops:
2744 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2745 Add an ENABLE_CSS3_CONDITIONAL_RULES flag.
2747 2012-10-08 Kiran Muppala <cmuppala@apple.com>
2749 Throttle DOM timers on hidden pages.
2750 https://bugs.webkit.org/show_bug.cgi?id=98474
2752 Reviewed by Maciej Stachowiak.
2754 Add HIDDEN_PAGE_DOM_TIMER_THROTTLING feature define.
2756 * win/tools/vsprops/FeatureDefines.vsprops:
2757 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2759 2012-10-05 Sheriff Bot <webkit.review.bot@gmail.com>
2761 Unreviewed, rolling out r130556 and r130564.
2762 http://trac.webkit.org/changeset/130556
2763 http://trac.webkit.org/changeset/130564
2764 https://bugs.webkit.org/show_bug.cgi?id=98572
2766 The patch wasn't reviewed by a reviewer and it is breaking
2767 Chromium Windows (Requested by jchaffraix on #webkit).
2769 * WebKitSystemInterface.h:
2771 2012-10-05 Tim Horton <timothy_horton@apple.com>
2773 Update WebKitSystemInterface libraries and header.
2775 Reviewed by Simon Fraser.
2777 * WebKitSystemInterface.h:
2778 * libWebKitSystemInterfaceLion.a:
2779 * libWebKitSystemInterfaceMountainLion.a:
2780 * libWebKitSystemInterfaceSnowLeopard.a:
2782 2012-10-04 Eric Carlson <eric.carlson@apple.com>
2784 Allow ports to override text track rendering style
2785 https://bugs.webkit.org/show_bug.cgi?id=97800
2786 <rdar://problem/12044964>
2788 Reviewed by Silvia Pfeiffer.
2790 Update WKSI header with SPI for getting the user caption appearance preferences.
2792 * WebKitSystemInterface.h:
2794 2012-09-28 Eric Carlson <eric.carlson@apple.com>
2796 Allow ports to override text track rendering style
2797 <rdar://problem/12044964>
2799 Reviewed by Jessie Berlin.
2801 Update WKSI libraries.
2803 * libWebKitSystemInterfaceLion.a:
2804 * libWebKitSystemInterfaceMountainLion.a:
2805 * libWebKitSystemInterfaceSnowLeopard.a:
2807 2012-09-25 Simon Fraser <simon.fraser@apple.com>
2809 <rdar://problem/12351906> Have DumpRenderTree and WebKitTestRunner crash logs show which test crashed
2811 Reviewed by Tim Horton.
2813 New WKSI libraries and header.
2815 * WebKitSystemInterface.h:
2816 * libWebKitSystemInterfaceLion.a:
2817 * libWebKitSystemInterfaceMountainLion.a:
2818 * libWebKitSystemInterfaceSnowLeopard.a:
2820 2012-09-08 Sam Weinig <sam@webkit.org>
2822 Switch to entering the sandbox directly from main(), rather than waiting for the initialization message
2823 https://bugs.webkit.org/show_bug.cgi?id=96194
2825 Reviewed by Dan Bernstein.
2827 Update WKSI with SPI for getting the bundle URL from an executable URL.
2829 * WebKitSystemInterface.h:
2830 * libWebKitSystemInterfaceLion.a:
2831 * libWebKitSystemInterfaceMountainLion.a:
2832 * libWebKitSystemInterfaceSnowLeopard.a:
2833 Adds WKCopyBundleURLForExecutableURL().
2835 2012-08-29 Tony Chang <tony@chromium.org>
2837 Remove ENABLE_CSS3_FLEXBOX compile time flag
2838 https://bugs.webkit.org/show_bug.cgi?id=95382
2840 Reviewed by Ojan Vafai.
2842 Everyone is already enabling this by default and the spec has stablized.
2844 * win/tools/vsprops/FeatureDefines.vsprops:
2845 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2847 2012-08-15 Bruno de Oliveira Abinader <bruno.abinader@basyskom.com>
2849 [css3-text] Add CSS3 Text decoration compile flag
2850 https://bugs.webkit.org/show_bug.cgi?id=93863
2852 Reviewed by Julien Chaffraix.
2854 This patch handles the compile flag implementation, which will come disabled by
2855 default, thus not exposing the CSS3 text decoration features to the web, unless
2856 when explicitly enabling it with "--css3-text-decoration" build parameter.
2858 * win/tools/vsprops/FeatureDefines.vsprops:
2859 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2861 2012-08-14 Alex Christensen <alex.christensen@flexsim.com>
2863 /SAFESEH should not be a common linker option
2864 https://bugs.webkit.org/show_bug.cgi?id=89372
2866 Reviewed by Darin Adler.
2868 * win/tools/vsprops/common.vsprops:
2869 removed /SAFESEH as a default option for the linker (doesn't work for x64)
2871 2012-08-13 Roger Fong <roger_fong@apple.com>
2873 Enable CSS Sticky Position on Windows.
2874 https://bugs.webkit.org/show_bug.cgi?id=93905
2876 Reviewed by Tim Horton.
2878 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.
2880 * win/tools/vsprops/FeatureDefines.vsprops:
2881 Include ENABLE_CSS_STICKY_POSITION flag.
2883 2012-08-06 Anders Carlsson <andersca@apple.com>
2885 If the Apple Java plug-in is blocked and no runtime is installed, don't load it
2886 https://bugs.webkit.org/show_bug.cgi?id=93289
2887 <rdar://problem/11730092>
2889 Reviewed by Dan Bernstein.
2891 Add WKJLIsRuntimeAndWebComponentsInstalled().
2893 * WebKitSystemInterface.h:
2894 * libWebKitSystemInterfaceLion.a:
2895 * libWebKitSystemInterfaceMountainLion.a:
2897 2012-08-01 Jon Lee <jonlee@apple.com>
2901 Reviewed by Mark Rowe.
2903 * libWebKitSystemInterfaceLion.a:
2904 * libWebKitSystemInterfaceMountainLion.a:
2905 * libWebKitSystemInterfaceSnowLeopard.a:
2907 2012-07-29 Rik Cabanier <cabanier@adobe.com>
2909 Add ENABLE_CSS_COMPOSITING flag
2910 https://bugs.webkit.org/show_bug.cgi?id=92553
2912 Reviewed by Dirk Schulze.
2914 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
2916 * win/tools/vsprops/FeatureDefines.vsprops:
2917 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2919 2012-07-23 Roger Fong <roger_fong@apple.com>
2921 Disable flexbox on Windows
2922 https://bugs.webkit.org/show_bug.cgi?id=92047
2923 <rdar://problem/11570384>
2925 Reviewed by Darin Adler.
2927 Disabled Flexbox CSS3 syntax on Mac, need to do the same for Windows.
2929 * win/tools/vsprops/FeatureDefines.vsprops:
2930 Disable ENABLE_CSS3_FLEXBOX property.
2932 2012-07-23 Kent Tamura <tkent@chromium.org>
2934 Rename ENABLE_METER_TAG and ENABLE_PROGRESS_TAG to ENABLE_METER_ELEMENT and ENABLE_PROGRESS_ELEMENT respectively
2935 https://bugs.webkit.org/show_bug.cgi?id=91941
2937 Reviewed by Kentaro Hara.
2939 A flag name for an elmement should be ENABLE_*_ELEMENT.
2941 * win/tools/vsprops/FeatureDefines.vsprops:
2942 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2944 2012-07-22 Kent Tamura <tkent@chromium.org>
2946 Rename ENABLE_DETAILS to ENABLE_DETAILS_ELEMENT
2947 https://bugs.webkit.org/show_bug.cgi?id=91928
2949 Reviewed by Kentaro Hara.
2951 A flag name for an elmement should be ENABLE_*_ELEMENT.
2953 * win/tools/vsprops/FeatureDefines.vsprops:
2954 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2956 2012-07-20 Kent Tamura <tkent@chromium.org>
2958 Rename ENABLE_DATALIST to ENABLE_DATALIST_ELEMENT
2959 https://bugs.webkit.org/show_bug.cgi?id=91846
2961 Reviewed by Kentaro Hara.
2963 A flag name for an elmement should be ENABLE_*_ELEMENT.
2965 * win/tools/vsprops/FeatureDefines.vsprops:
2966 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2968 2012-07-11 Mark Rowe <mrowe@apple.com>
2970 Add a Mountain Lion version of libWebKitSystemInterface.a.
2972 Update the WebKitSystemInterface header and binaries.
2974 Reviewed by John Sullivan.
2976 * WebKitSystemInterface.h:
2977 * libWebKitSystemInterfaceLion.a:
2978 * libWebKitSystemInterfaceMountainLion.a: Added.
2979 * libWebKitSystemInterfaceSnowLeopard.a:
2981 2012-07-04 John Mellor <johnme@chromium.org>
2983 Text Autosizing: Add compile flag and runtime setting
2984 https://bugs.webkit.org/show_bug.cgi?id=87394
2986 This patch renames Font Boosting to Text Autosizing.
2988 Reviewed by Adam Barth.
2990 * win/tools/vsprops/FeatureDefines.vsprops:
2991 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2993 2012-06-29 Mihai Balan <mibalan@adobe.com>
2995 [CSS Regions] Adding feature defines for CSS Regions for Windows
2996 https://bugs.webkit.org/show_bug.cgi?id=88645
2998 Reviewed by Tony Chang.
3000 Re-trying to enable CSS regions on Windows. This time only enabling
3001 regions since exclusions lead to some very strange compiling/linking
3004 * win/tools/vsprops/FeatureDefines.vsprops: Added default value for ENABLE_CSS_REGIONS
3005 * win/tools/vsprops/FeatureDefinesCairo.vsprops: ditto
3007 2012-06-28 Brent Fulgham <bfulgham@webkit.org>
3009 [WinCairo] Unreviewed build correction. Add two missing macro
3010 declarations to vsprops file.
3012 * win/tools/vsprops/FeatureDefinesCairo.vsprops: Add missing
3013 ENABLE_HIGH_DPI_CANVAS and ENABLE_REQUEST_ANIMATION_FRAME macros.
3015 2012-06-27 Brent Fulgham <bfulgham@webkit.org>
3017 [WinCairo] Unreviewed build correction. Accidentally turned on
3018 CSS_FILTERS, which is not available in tree.
3020 * win/tools/vsprops/FeatureDefinesCairo.vsprops: Turn CSS_FILTERS
3021 back off for WinCairo target.
3023 2012-06-27 Brent Fulgham <bfulgham@webkit.org>
3025 [WinCairo] Unreviewed build correction. Resync feature defines with
3026 Apple port. Things have drifted apart a little.
3028 * win/tools/vsprops/FeatureDefinesCairo.vsprops: Update to match
3029 Apple port, define some missing features.
3031 2012-06-19 Mike West <mkwst@chromium.org>
3033 Introduce ENABLE_CSP_NEXT configuration flag.
3034 https://bugs.webkit.org/show_bug.cgi?id=89300
3036 Reviewed by Adam Barth.
3038 The 1.0 draft of the Content Security Policy spec is just about to
3039 move to Last Call. We'll hide work on the upcoming 1.1 spec behind
3040 this ENABLE flag, disabled by default.
3042 Spec: https://dvcs.w3.org/hg/content-security-policy/raw-file/tip/csp-specification.dev.html
3044 * win/tools/vsprops/FeatureDefines.vsprops:
3045 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3047 2012-06-15 Sheriff Bot <webkit.review.bot@gmail.com>
3049 Unreviewed, rolling out r120280.
3050 http://trac.webkit.org/changeset/120280
3051 https://bugs.webkit.org/show_bug.cgi?id=89273
3053 Enabling CSS regions broke all Windows tests (Requested by
3054 jhomeycutt on #webkit).
3056 * win/tools/vsprops/FeatureDefines.vsprops:
3057 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3059 2012-06-13 Mihai Balan <mibalan@adobe.com>
3061 Fix for #88645 - enabling regions on Windows
3063 [CSS Regions] Adding feature defines for CSS Regions & exclusions for Windows
3064 https://bugs.webkit.org/show_bug.cgi?id=88645
3066 Reviewed by Sam Weinig.
3068 Previous work on #87442 added feature defines to allow proper disabling of CSS Regions and
3069 exclusions (previously even with the feature disabled, parsing still worked). However, the
3070 feature defines were enabled on Mac only - they were broken on Windows. This
3071 patch adds the feature defines to (re)enable regions and exclusions on Windows.
3073 * win/tools/vsprops/FeatureDefines.vsprops: Added default value for ENABLE_CSS_EXCLUSIONS and ENABLE_CSS_REGIONS
3074 * win/tools/vsprops/FeatureDefinesCairo.vsprops: ditto
3076 2012-06-11 Alexis Menard <alexis.menard@openbossa.org>
3078 [CSS3 Backgrounds and Borders] Protect box-decoration-break behind a feature flag.
3079 https://bugs.webkit.org/show_bug.cgi?id=88804
3081 Reviewed by Tony Chang.
3083 Protect box-decoration-break behind a feature flag enabled by default.
3085 * win/tools/vsprops/FeatureDefines.vsprops:
3086 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3088 2012-06-11 Anders Carlsson <andersca@apple.com>
3090 Pass the right color space over to the web process so we can set it on our CA context
3091 https://bugs.webkit.org/show_bug.cgi?id=88819
3092 <rdar://problem/11629050>
3094 Reviewed by John Sullivan.
3096 Add WKCAContextSetColorSpace and WKCAContextGetColorSpace.
3098 * WebKitSystemInterface.h:
3099 * libWebKitSystemInterfaceLion.a:
3100 * libWebKitSystemInterfaceSnowLeopard.a:
3102 2012-06-09 Sukolsak Sakshuwong <sukolsak@google.com>
3104 Add UNDO_MANAGER flag
3105 https://bugs.webkit.org/show_bug.cgi?id=87908
3107 Reviewed by Tony Chang.
3109 * win/tools/vsprops/FeatureDefines.vsprops:
3110 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3112 2012-06-05 Dongwoo Im <dw.im@samsung.com>
3114 Add 'isProtocolHandlerRegistered' and 'unregisterProtocolHandler'.
3115 https://bugs.webkit.org/show_bug.cgi?id=73176
3117 Reviewed by Adam Barth.
3119 Two more APIs are added in Custom Scheme Handler specification.
3120 http://dev.w3.org/html5/spec/Overview.html#custom-handlers
3121 One is 'isProtocolHandlerRegistered' to query whether the specific URL
3122 is registered or not.
3123 The other is 'unregisterProtocolHandler' to remove the registered URL.
3125 * win/tools/vsprops/FeatureDefines.vsprops: Add a macro 'ENABLE_CUSTOM_SCHEME_HANDLER'.
3126 * win/tools/vsprops/FeatureDefinesCairo.vsprops: Add a macro 'ENABLE_CUSTOM_SCHEME_HANDLER'.
3128 2012-05-29 Jessie Berlin <jberlin@apple.com>
3130 [Win] ~1/2 of all the iframe seamless tests fail
3131 https://bugs.webkit.org/show_bug.cgi?id=87543
3133 Rubber-stamped by Eric Seidel.
3135 Finish enabling IFRAME_SEAMLESS on Windows.
3137 * win/tools/vsprops/FeatureDefines.vsprops:
3139 2012-05-28 Vivek Galatage <vivekgalatage@gmail.com>
3141 Remove obsolete feature define ENABLE_3D_CANVAS from FeatureDefines.vsprops for windows
3142 https://bugs.webkit.org/show_bug.cgi?id=87622
3144 Reviewed by Eric Seidel.
3146 Removed the ENABLE_3D_CANVAS from the property define as this is
3147 obsolete since bug #53041
3149 * win/tools/vsprops/FeatureDefines.vsprops:
3151 2012-05-24 John Mellor <johnme@chromium.org>
3153 Font Boosting: Add compile flag and runtime setting
3154 https://bugs.webkit.org/show_bug.cgi?id=87394
3156 Reviewed by Adam Barth.
3158 Add ENABLE_FONT_BOOSTING.
3160 * win/tools/vsprops/FeatureDefines.vsprops:
3161 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3163 2012-05-23 Ojan Vafai <ojan@chromium.org>
3165 add back the ability to disable flexbox
3166 https://bugs.webkit.org/show_bug.cgi?id=87147
3168 Reviewed by Tony Chang.
3170 * win/tools/vsprops/FeatureDefines.vsprops:
3171 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3173 2012-05-10 Anders Carlsson <andersca@apple.com>
3175 WebKit1: Add a way to blacklist specific plug-ins/plug-in versions
3176 https://bugs.webkit.org/show_bug.cgi?id=86150
3177 <rdar://problem/9551196>
3179 Reviewed by Sam Weinig.
3181 Add WKShouldBlockPlugin.
3183 * WebKitSystemInterface.h:
3184 * libWebKitSystemInterfaceLion.a:
3185 * libWebKitSystemInterfaceSnowLeopard.a:
3187 2012-05-08 Jon Lee <jonlee@apple.com>
3189 Safari warns that it needs to resend the form in an iFrame when going back
3190 https://bugs.webkit.org/show_bug.cgi?id=82658
3191 <rdar://problem/11292558>
3193 Reviewed by Darin Adler.
3195 * WebKitSystemInterface.h:
3196 * libWebKitSystemInterfaceLeopard.a:
3197 * libWebKitSystemInterfaceLion.a:
3198 * libWebKitSystemInterfaceSnowLeopard.a:
3200 2012-05-07 Eric Seidel <eric@webkit.org>
3202 Add ENABLE_IFRAME_SEAMLESS so Apple can turn off SEAMLESS if needed
3203 https://bugs.webkit.org/show_bug.cgi?id=85822
3205 Reviewed by Adam Barth.
3207 * win/tools/vsprops/FeatureDefines.vsprops:
3209 2012-05-06 Eric Seidel <eric@webkit.org>
3211 Remove 3D_CANVAS define from vsprops files (it was renamed WEBGL many months ago)
3212 https://bugs.webkit.org/show_bug.cgi?id=85743
3214 Reviewed by Adam Barth.
3216 * win/tools/vsprops/FeatureDefines.vsprops:
3217 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3219 2012-05-02 Eric Seidel <eric@webkit.org>
3221 Resort FeatureDefinesCairo.vcprops to actually be alphabetical (in preparation for autogeneration)
3222 https://bugs.webkit.org/show_bug.cgi?id=85454
3224 Reviewed by Adam Barth.
3226 The PreprocessorDefinitions line is still not sorted, but I'll do that in a separate patch.
3227 There is no functional change in this patch. Just moving the defines around.
3228 Its interesting to me that now that it's sorted and I can easily compare this with other
3229 ports and found that a whole bunch of defines which should be on for Cairo are off,
3230 likely due to Cairo simply being overlooked. These oversights should be easy to avoid
3231 in an autogenerated world.
3233 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3235 2012-05-02 Eric Seidel <eric@webkit.org>
3237 Fix tabs vs. space formating in FeatureDefines.vsprops and fix alphabetical sorting
3238 https://bugs.webkit.org/show_bug.cgi?id=85445
3240 Reviewed by Adam Barth.
3242 I noticed this when comparing my auto-generated output for this file vs. the one
3243 we have checked in. Seems we might as well fix the checked in file to be
3244 consistent in style with itself. :)
3246 * win/tools/vsprops/FeatureDefines.vsprops:
3248 2012-04-27 Gavin Peters <gavinp@chromium.org>
3250 Add new ENABLE_LINK_PRERENDER define to control the Prerendering API
3251 https://bugs.webkit.org/show_bug.cgi?id=84871
3253 Reviewed by Adam Barth.
3255 Prerendering is currently covered by the ENABLE_LINK_PREFETCH macro, but the new Prerendering
3256 API separates it from prefetching. Having separate include guards lets ports enable prefetching,
3257 a relatively easy change, without needing to build the infrastructure for prerendering, which
3258 is considerably more complicated.
3260 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3262 2012-04-10 Adam Barth <abarth@webkit.org>
3264 Limit -apple- and -khtml- to ENABLE(DASHBOARD_SUPPORT)
3265 https://bugs.webkit.org/show_bug.cgi?id=83256
3267 Reviewed by Eric Seidel.
3269 * win/tools/vsprops/FeatureDefines.vsprops:
3271 2012-04-09 Beth Dakin <bdakin@apple.com>
3273 <rdar://problem/11214796>
3275 New WKSI will hopefully fix a common crash seen by the bots in libRIP.A.dylib:
3278 Reviewed by Simon Fraser.
3280 * libWebKitSystemInterfaceLeopard.a:
3281 * libWebKitSystemInterfaceLion.a:
3282 * libWebKitSystemInterfaceSnowLeopard.a:
3284 2012-04-06 Dan Bernstein <mitz@apple.com>
3286 <rdar://problem/10912476> HiDPI: Have canvas use a hidpi backing store, but downsample upon access
3288 Reviewed by Sam Weinig.
3290 * win/tools/vsprops/FeatureDefines.vsprops: Added ENABLE_HIGH_DPI_CANVAS.
3292 2012-04-03 Keishi Hattori <keishi@webkit.org>
3294 Disable ENABLE_DATALIST for now
3295 https://bugs.webkit.org/show_bug.cgi?id=82871
3297 Reviewed by Kent Tamura.
3299 * win/tools/vsprops/FeatureDefines.vsprops: Disabled ENABLE_DATALIST.
3301 2012-03-30 Keishi Hattori <keishi@webkit.org>
3303 Change ENABLE_INPUT_COLOR to ENABLE_INPUT_TYPE_COLOR and enable it for chromium
3304 https://bugs.webkit.org/show_bug.cgi?id=80972
3306 Reviewed by Kent Tamura.
3308 * win/tools/vsprops/FeatureDefines.vsprops:
3309 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3311 2012-03-20 Steve Falkenburg <sfalken@apple.com>
3313 Disable LTCG on Windows to avoid out of process space errors while linking
3314 https://bugs.webkit.org/show_bug.cgi?id=81714
3316 Reviewed by Jessie Berlin.
3318 * win/tools/vsprops/production.vsprops:
3320 2012-03-14 Jer Noble <jer.noble@apple.com>
3322 Wrong icon to restore to windowed mode in full screen video panel
3323 https://bugs.webkit.org/show_bug.cgi?id=70437
3325 Reviewed by Eric Carlson.
3327 * WebKitSystemInterface.h: Added WKMediaUIPartExitFullscreenButton.
3328 * libWebKitSystemInterfaceLeopard.a:
3329 * libWebKitSystemInterfaceLion.a:
3330 * libWebKitSystemInterfaceSnowLeopard.a:
3331 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
3332 * win/lib/WebKitSystemInterface.lib:
3334 2012-03-13 Adam Barth <abarth@webkit.org> && Benjamin Poulain <bpoulain@apple.com>
3336 Always enable ENABLE(CLIENT_BASED_GEOLOCATION)
3337 https://bugs.webkit.org/show_bug.cgi?id=78853
3339 Reviewed by Adam Barth.
3341 * win/tools/vsprops/FeatureDefines.vsprops:
3342 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3344 2012-03-12 Enrica Casucci <enrica@apple.com>
3346 WebKit2: remove NSPasteboard access for promised data from the WebProcess
3347 https://bugs.webkit.org/show_bug.cgi?id=80073
3349 * WebKitSystemInterface.h: Touched the file to make build system happy.
3350 * libWebKitSystemInterfaceLeopard.a:
3351 * libWebKitSystemInterfaceLion.a:
3352 * libWebKitSystemInterfaceSnowLeopard.a:
3354 2012-03-09 Jon Lee <jonlee@apple.com>
3356 Add support for ENABLE(LEGACY_NOTIFICATIONS)
3357 https://bugs.webkit.org/show_bug.cgi?id=80497
3359 Reviewed by Adam Barth.
3361 Prep for b80472: Update API for Web Notifications
3362 * win/tools/vsprops/FeatureDefines.vsprops:
3363 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3365 2012-03-09 Ashod Nakashian <ashodnakashian@yahoo.com>
3367 Bash scripts should support LF endings only
3368 https://bugs.webkit.org/show_bug.cgi?id=79509
3370 Reviewed by David Kilzer.
3372 * win/tools/scripts/feature-defines.sh: Modified property svn:eol-style.
3374 2012-03-05 Sam Weinig <sam@webkit.org>
3376 Fix the SnowLeoaprd build.
3378 * WebKitSystemInterface.h:
3379 * libWebKitSystemInterfaceLeopard.a:
3380 * libWebKitSystemInterfaceLion.a:
3381 * libWebKitSystemInterfaceSnowLeopard.a:
3383 2012-03-05 Sam Weinig <sam@webkit.org>
3385 Update WebKitSystemInterface for WKCAContext additions.
3387 * WebKitSystemInterface.h:
3388 * libWebKitSystemInterfaceLeopard.a:
3389 * libWebKitSystemInterfaceLion.a:
3390 * libWebKitSystemInterfaceSnowLeopard.a:
3392 2012-03-03 Hans Wennborg <hans@chromium.org>
3394 Implement Speech JavaScript API
3395 https://bugs.webkit.org/show_bug.cgi?id=80019
3397 Reviewed by Adam Barth.
3399 Add ENABLE_SCRIPTED_SPEECH.
3401 * win/tools/vsprops/FeatureDefines.vsprops:
3402 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3404 2012-03-01 Nikolas Zimmermann <nzimmermann@rim.com>
3406 Unreviewed, rolling out r109255.
3407 http://trac.webkit.org/changeset/109255
3408 https://bugs.webkit.org/show_bug.cgi?id=79932
3410 Breaks rounded rects with dashed strokes in SVG
3412 * WebKitSystemInterface.h:
3413 * libWebKitSystemInterfaceLeopard.a:
3414 * libWebKitSystemInterfaceLion.a:
3415 * libWebKitSystemInterfaceSnowLeopard.a:
3417 2012-02-29 Tim Horton <timothy_horton@apple.com>
3419 Make use of CG rounded-rect primitives
3420 https://bugs.webkit.org/show_bug.cgi?id=79932
3421 <rdar://problem/9274953>
3423 Reviewed by Simon Fraser.
3425 Add wkCGPathAddRoundedRect.
3427 * WebKitSystemInterface.h:
3428 * libWebKitSystemInterfaceLeopard.a:
3429 * libWebKitSystemInterfaceLion.a:
3430 * libWebKitSystemInterfaceSnowLeopard.a:
3432 2012-02-28 Jer Noble <jer.noble@apple.com>
3434 Full screen video volume slider has "progress bar"
3435 https://bugs.webkit.org/show_bug.cgi?id=79812
3437 Reviewed by Eric Carlson.
3439 * WebKitSystemInterface.h:
3440 * libWebKitSystemInterfaceLeopard.a:
3441 * libWebKitSystemInterfaceLion.a:
3442 * libWebKitSystemInterfaceSnowLeopard.a:
3443 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
3444 * win/lib/WebKitSystemInterface.lib:
3446 2012-02-28 Simon Fraser <simon.fraser@apple.com>
3448 Update WebKitSystemInterface.
3450 Reviewed by Sam Weinig.
3452 * WebKitSystemInterface.h:
3453 * libWebKitSystemInterfaceLeopard.a:
3454 * libWebKitSystemInterfaceLion.a:
3455 * libWebKitSystemInterfaceSnowLeopard.a:
3457 2012-02-28 Alexey Proskuryakov <ap@apple.com>
3459 [Mac] Add an experimental SPI for plug-ins to enter sandbox
3460 https://bugs.webkit.org/show_bug.cgi?id=79709
3462 This pulls a lot of WKSI changes at once, because the script that updates it didn't
3465 * WebKitSystemInterface.h:
3466 * libWebKitSystemInterfaceLeopard.a:
3467 * libWebKitSystemInterfaceLion.a:
3468 * libWebKitSystemInterfaceSnowLeopard.a:
3470 2012-02-10 Adam Klein <adamk@chromium.org>
3472 Enable MUTATION_OBSERVERS by default on all platforms
3473 https://bugs.webkit.org/show_bug.cgi?id=78196
3475 Reviewed by Ojan Vafai.
3477 * win/tools/vsprops/FeatureDefines.vsprops:
3478 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3480 2012-02-06 Matthew Delaney <mdelaney@apple.com>
3482 toDataURL() uses stale data after putImageData()
3483 https://bugs.webkit.org/show_bug.cgi?id=65767
3485 Added WKCGContextResetClip for use in reseting clip for new putByteArray method.
3487 Reviewed by Chris Marrin.
3489 * WebKitSystemInterface.h: Added WKCGContextResetClip.
3490 * libWebKitSystemInterfaceLeopard.a:
3491 * libWebKitSystemInterfaceSnowLeopard.a:
3492 * libWebKitSystemInterfaceLion.a:
3494 2012-02-02 Chris Marrin <cmarrin@apple.com>
3496 Turn on CSS Filters on Windows
3497 https://bugs.webkit.org/show_bug.cgi?id=76667
3499 Turned on CSS_FILTERS for Windows
3501 Reviewed by Adele Peterson.
3503 * win/tools/vsprops/FeatureDefines.vsprops:
3505 2012-02-02 Sheriff Bot <webkit.review.bot@gmail.com>
3507 Unreviewed, rolling out r106566.
3508 http://trac.webkit.org/changeset/106566
3509 https://bugs.webkit.org/show_bug.cgi?id=77673
3511 Broke the Windows build (Requested by jessieberlin on
3514 * win/tools/vsprops/FeatureDefines.vsprops:
3516 2012-02-02 Chris Marrin <cmarrin@apple.com>
3518 Turn on CSS Filters on Windows
3519 https://bugs.webkit.org/show_bug.cgi?id=76667
3521 Turned on CSS_FILTERS for Windows
3523 Reviewed by Adele Peterson.
3525 * win/tools/vsprops/FeatureDefines.vsprops:
3527 2012-01-26 Nikolas Zimmermann <nzimmermann@rim.com>
3529 Not reviewed. Fix win build, by disabling ENABLE_SHADOW_DOM by default.
3531 * win/tools/vsprops/FeatureDefines.vsprops:
3532 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3534 2012-01-25 Hajime Morita <morrita@google.com>>
3536 ENABLE_SHADOW_DOM should be available via build-webkit --shadow-dom
3537 https://bugs.webkit.org/show_bug.cgi?id=76863
3539 Reviewed by Dimitri Glazkov.
3541 Added a feature flag.
3543 * win/tools/vsprops/FeatureDefines.vsprops:
3544 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3546 2012-01-16 Brent Fulgham <bfulgham@webkit.org>
3548 [WinCairo] Build correction. Switch to Apple style builds without
3549 the _debug postfix so that launching tools, etc., will work properly.
3551 * win/tools/vsprops/debug_wincairo.vsprops: Remove use of _debug in
3552 output files to be consistent with WebKit build/test tools.
3554 2012-01-05 Dan Bernstein <mitz@apple.com>
3556 <rdar://problem/10633760> Update copyright strings
3558 Reviewed by Mark Rowe.
3560 * win/tools/scripts/COPYRIGHT-END-YEAR:
3562 2011-12-06 Roland Steiner <rolandsteiner@chromium.org>
3564 <style scoped>: disable on Windows by default
3565 https://bugs.webkit.org/show_bug.cgi?id=73893
3567 Reviewed by Andreas Kling.
3569 * win/tools/vsprops/FeatureDefines.vsprops:
3570 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3572 2011-11-20 Roland Steiner <rolandsteiner@chromium.org>
3574 <style scoped>: add ENABLE(STYLE_SCOPED) flag to WebKit
3575 https://bugs.webkit.org/show_bug.cgi?id=72848
3577 Reviewed by Dimitri Glazkov.
3579 * win/tools/vsprops/FeatureDefines.vsprops:
3580 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3582 2011-11-14 Julien Chaffraix <jchaffraix@webkit.org>
3584 Add --css-grid-layout to build-webkit and the build systems
3585 https://bugs.webkit.org/show_bug.cgi?id=72320
3587 Reviewed by Ojan Vafai.
3589 * win/tools/vsprops/FeatureDefines.vsprops:
3590 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3592 2011-11-14 Tony Chang <tony@chromium.org>
3594 Remove the CSS3_FLEXBOX compile time flag and enable on all ports
3595 https://bugs.webkit.org/show_bug.cgi?id=72196
3597 Reviewed by Ojan Vafai.
3599 * win/tools/vsprops/FeatureDefines.vsprops:
3600 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3602 2011-11-11 Alexey Proskuryakov <ap@apple.com>
3604 WebProcess should use AppSandbox style quarantine
3605 https://bugs.webkit.org/show_bug.cgi?id=72168
3606 <rdar://problem/10434292>
3608 Reviewed by Darin Adler.
3610 * WebKitSystemInterface.h:
3611 * libWebKitSystemInterfaceLion.a:
3612 Added WKEnableSandboxStyleFileQuarantine().
3614 * libWebKitSystemInterfaceLeopard.a:
3615 * libWebKitSystemInterfaceSnowLeopard.a:
3616 Not sure why these also changed, but updating to match most recent build.
3618 2011-11-02 Dean Jackson <dino@apple.com>
3620 Add ENABLE_CSS_SHADERS flag
3621 https://bugs.webkit.org/show_bug.cgi?id=71394
3623 Reviewed by Sam Weinig.
3625 * win/tools/vsprops/FeatureDefines.vsprops:
3626 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3628 2011-10-24 Michael Saboff <msaboff@apple.com>
3630 WebKit doesn't build with recent changes to libdispatch
3631 https://bugs.webkit.org/show_bug.cgi?id=70737
3633 Added new WebKitSystemInterface method CreateVMPressureDispatchOnMainQueue.
3635 * WebKitSystemInterface.h:
3636 * libWebKitSystemInterfaceLeopard.a:
3637 * libWebKitSystemInterfaceLion.a:
3638 * libWebKitSystemInterfaceSnowLeopard.a:
3640 2011-10-21 Jeff Miller <jeffm@apple.com>
3642 Focus rings are too thin in HiDPI in WebKit2
3643 https://bugs.webkit.org/show_bug.cgi?id=70396
3645 Rename wkSetPatternBaseCTM() to wkSetBaseCTM().
3647 Reviewed by Beth Dakin.
3649 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
3650 * win/lib/WebKitSystemInterface.lib:
3652 2011-10-19 Beth Dakin <bdakin@apple.com>
3654 Try to fix the Chromium build.
3656 * WebKitSystemInterface.h:
3657 * libWebKitSystemInterfaceLeopard.a:
3658 * libWebKitSystemInterfaceLion.a:
3659 * libWebKitSystemInterfaceSnowLeopard.a:
3661 2011-10-19 Beth Dakin <bdakin@apple.com>
3663 https://bugs.webkit.org/show_bug.cgi?id=70396
3664 Focus rings are too thin in HiDPI in WebKit2
3666 <rdar://problem/10086876>
3668 Reviewed by Dan Bernstein.
3670 Renamed an existing WebKitSystemInterface function.
3671 * WebKitSystemInterface.h:
3672 * libWebKitSystemInterfaceLion.a:
3673 * libWebKitSystemInterfaceSnowLeopard.a:
3675 2011-10-18 Adam Barth <abarth@webkit.org>
3677 Always enable ENABLE(XPATH)
3678 https://bugs.webkit.org/show_bug.cgi?id=70217
3680 Reviewed by Eric Seidel.
3682 * win/tools/vsprops/FeatureDefines.vsprops:
3683 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3685 2011-10-17 Adam Roben <aroben@apple.com>
3691 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
3693 * win/tools/vsprops/common.vsprops: Specify /bigobj to the compiler.
3695 2011-10-16 Adam Barth <abarth@webkit.org>
3697 Always enable ENABLE(DOM_STORAGE)
3698 https://bugs.webkit.org/show_bug.cgi?id=70189
3700 Reviewed by Eric Seidel.
3702 * win/tools/vsprops/FeatureDefines.vsprops:
3703 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3705 2011-10-14 Dan Bernstein <mitz@apple.com>
3707 REGRESSION (Safari 5.1 - 5.1.1): CSS nesw-resize cursor shows up as a sw-resize cursor
3708 https://bugs.webkit.org/show_bug.cgi?id=70081
3710 Reviewed by Anders Carlsson.
3712 * WebKitSystemInterface.h: Unrelated change, perhaps needed for bug 68478.
3713 * libWebKitSystemInterfaceLeopard.a:
3714 * libWebKitSystemInterfaceLion.a:
3715 * libWebKitSystemInterfaceSnowLeopard.a:
3717 2011-10-13 Arko Saha <arko@motorola.com>
3719 Microdata: Basic implementation of document.getItems() method.
3720 https://bugs.webkit.org/show_bug.cgi?id=68610
3722 Reviewed by Ryosuke Niwa.
3724 Added ENABLE(MICRODATA) feature flag. Implement document.getItems() DOM API.
3725 Spec: http://www.whatwg.org/specs/web-apps/current-work/complete/microdata.html
3727 * win/tools/vsprops/FeatureDefines.vsprops:
3728 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3730 2011-10-12 Adam Barth <abarth@webkit.org>
3732 Remove ENABLE(XHTMLMP) and associated code
3733 https://bugs.webkit.org/show_bug.cgi?id=69729
3735 Reviewed by David Levin.
3737 * win/tools/vsprops/FeatureDefines.vsprops:
3738 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3740 2011-10-11 Kent Tamura <tkent@chromium.org>
3742 C4481 warning should be disabled for OVERRIDE and FINAL.
3743 https://bugs.webkit.org/show_bug.cgi?id=69904
3745 Reviewed by Adam Roben.
3747 * win/tools/vsprops/common.vsprops: Disable C4481.
3749 2011-10-04 Kent Tamura <tkent@chromium.org>
3751 Introduce feature flags for incomplete input types
3752 https://bugs.webkit.org/show_bug.cgi?id=68971
3754 Reviewed by Hajime Morita.
3756 * win/tools/vsprops/FeatureDefines.vsprops:
3757 Add ENABLE_INPUT_TYPE_* flags. They are disabled by default.
3758 * win/tools/vsprops/FeatureDefinesCairo.vsprops: ditto.
3760 2011-10-04 Scott Graham <scottmg@chromium.org>
3762 Add GAMEPAD feature flag
3763 https://bugs.webkit.org/show_bug.cgi?id=66859
3765 Reviewed by Darin Fisher.
3767 * win/tools/vsprops/FeatureDefines.vsprops:
3768 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3770 2011-09-26 Chris Marrin <cmarrin@apple.com>
3772 Enable requestAnimationFrame on Windows
3773 https://bugs.webkit.org/show_bug.cgi?id=68397
3775 Reviewed by Simon Fraser.
3777 Enable REQUEST_ANIMATION_FRAME for Windows
3779 * win/tools/vsprops/FeatureDefines.vsprops:
3781 2011-09-24 Adam Barth <abarth@webkit.org>
3783 Always enable ENABLE(OFFLINE_WEB_APPLICATIONS)
3784 https://bugs.webkit.org/show_bug.cgi?id=68767
3786 Reviewed by Eric Seidel.
3788 * win/tools/vsprops/FeatureDefines.vsprops:
3789 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3791 2011-09-23 Adam Klein <adamk@chromium.org>
3793 Add ENABLE_MUTATION_OBSERVERS feature flag
3794 https://bugs.webkit.org/show_bug.cgi?id=68732
3796 Reviewed by Ojan Vafai.
3798 This flag will guard an implementation of the "Mutation Observers" proposed in
3799 http://lists.w3.org/Archives/Public/public-webapps/2011JulSep/1622.html
3801 * win/tools/vsprops/FeatureDefines.vsprops:
3802 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3804 2011-09-22 Dean Jackson <dino@apple.com>
3806 Add ENABLE_CSS_FILTERS
3807 https://bugs.webkit.org/show_bug.cgi?id=68652
3809 Reviewed by Simon Fraser.
3811 * win/tools/vsprops/FeatureDefines.vsprops:
3812 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3814 2011-09-19 Adam Barth <abarth@webkit.org>
3816 Always enable ENABLE(EVENTSOURCE)
3817 https://bugs.webkit.org/show_bug.cgi?id=68414
3819 Reviewed by Eric Seidel.
3821 * win/tools/vsprops/FeatureDefines.vsprops:
3822 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3824 2011-09-15 Adam Barth <abarth@webkit.org>
3826 Rename ENABLE(DATABASE) to ENABLE(SQL_DATABASE)
3827 https://bugs.webkit.org/show_bug.cgi?id=68205
3829 Reviewed by Eric Seidel.
3831 * win/tools/vsprops/FeatureDefines.vsprops:
3832 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3834 2011-09-15 Eric Seidel <eric@webkit.org>
3836 Remove ENABLE(SVG_AS_IMAGE) since all major ports have it on by default
3837 https://bugs.webkit.org/show_bug.cgi?id=68182
3839 Reviewed by Adam Barth.
3841 * win/tools/vsprops/FeatureDefines.vsprops:
3842 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3844 2011-09-15 Eric Seidel <eric@webkit.org>
3846 Remove ENABLE_SVG_ANIMATION as all major ports have it on by default
3847 https://bugs.webkit.org/show_bug.cgi?id=68022
3849 Reviewed by Ryosuke Niwa.
3851 * win/tools/vsprops/FeatureDefines.vsprops:
3852 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3854 2011-09-14 Eric Seidel <eric@webkit.org>
3856 Remove ENABLE_SVG_USE as <use> is required by HTML5
3857 https://bugs.webkit.org/show_bug.cgi?id=68019
3859 Reviewed by Ryosuke Niwa.
3861 I missed a couple uses of SVG_USE in my previous patch.
3863 * win/tools/vsprops/FeatureDefines.vsprops:
3864 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3866 2011-09-13 Eric Seidel <eric@webkit.org>
3868 Remove ENABLE_SVG_USE as <use> is required by HTML5
3869 https://bugs.webkit.org/show_bug.cgi?id=68019
3871 Reviewed by Ryosuke Niwa.
3873 * win/tools/vsprops/FeatureDefines.vsprops:
3874 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3876 2011-09-13 Eric Seidel <eric@webkit.org>
3878 Remove ENABLE_SVG_FOREIGN_OBJECT as it is a required part of HTML5
3879 https://bugs.webkit.org/show_bug.cgi?id=68018
3881 Reviewed by Ryosuke Niwa.
3883 * win/tools/vsprops/FeatureDefines.vsprops:
3884 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3886 2011-09-01 Tim Horton <timothy_horton@apple.com>
3888 REGRESSION: Rendering artifacts on a rotated, pattern filled shape
3889 https://bugs.webkit.org/show_bug.cgi?id=53055
3890 <rdar://problem/8910917>
3892 Reviewed by Simon Fraser.
3894 Introduce wkCGPatternCreateWithImageAndTransform.
3896 * WebKitSystemInterface.h:
3897 * libWebKitSystemInterfaceLeopard.a:
3898 * libWebKitSystemInterfaceLion.a:
3899 * libWebKitSystemInterfaceSnowLeopard.a:
3900 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
3901 * win/lib/WebKitSystemInterface.lib:
3903 2011-08-30 Aaron Colwell <acolwell@chromium.org>
3905 Add MediaSource API to HTMLMediaElement
3906 https://bugs.webkit.org/show_bug.cgi?id=64731
3908 Reviewed by Eric Carlson.
3910 * win/tools/vsprops/FeatureDefines.vsprops:
3911 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3913 2011-08-24 Lucas Forschler <lforschler@apple.com>
3915 Update SVN properties to help out the Windows EWS bots.
3917 Reviewed by Adam Roben.
3919 * win: Modified properties svn:ignore.
3920 * win/include: Modified property svn:ignore.
3921 * win/lib: Modified property svn:ignore.
3923 2011-08-18 Beth Dakin <bdakin@apple.com>
3925 Reviewed by Sam Weinig.
3927 https://bugs.webkit.org/show_bug.cgi?id=66495
3928 Lion-specific scroller SPIs can use forward declaration instead of
3929 WebKitSystemInterface
3931 * WebKitSystemInterface.h:
3932 * libWebKitSystemInterfaceLeopard.a:
3933 * libWebKitSystemInterfaceLion.a:
3934 * libWebKitSystemInterfaceSnowLeopard.a:
3936 2011-07-28 Dan Bernstein <mitz@apple.com>
3938 WebKitSystemInterface support for
3939 <rdar://problem/9589433> Displaying Japanese dictionary contents in vertical orientation takes a couple of seconds
3941 Reviewed by Darin Adler.
3943 * WebKitSystemInterface.h: Added WKGetVerticalGlyphsForCharacters().
3944 * libWebKitSystemInterfaceLeopard.a:
3945 * libWebKitSystemInterfaceLion.a:
3946 * libWebKitSystemInterfaceSnowLeopard.a:
3948 2011-07-22 Jessie Berlin <jberlin@apple.com>
3950 [WebKit2] Changing the cookie accept policy in Private Browsing doesn’t work.
3951 https://bugs.webkit.org/show_bug.cgi?id=64997
3953 Reviewed by Ada Chan.
3955 Add a wrapper around the setter for the CF HTTP cookie accept policy (since it is not
3956 declared in the public headers on Snow Leopard). This wrapper is not necessary for Windows.
3958 * WebKitSystemInterface.h:
3959 * libWebKitSystemInterfaceLeopard.a:
3960 * libWebKitSystemInterfaceLion.a:
3961 * libWebKitSystemInterfaceSnowLeopard.a:
3963 2011-07-15 Pratik Solanki <psolanki@apple.com>
3965 Part of https://bugs.webkit.org/show_bug.cgi?id=63674
3966 Get webkit to compile with USE(CFNETWORK) enabled on Mac
3968 Reviewed by David Kilzer.
3970 New WebKitSystemInterface functions for CFNetwork-based loader.
3972 * WebKitSystemInterface.h:
3973 * libWebKitSystemInterfaceLeopard.a:
3974 * libWebKitSystemInterfaceLion.a:
3975 * libWebKitSystemInterfaceSnowLeopard.a:
3977 2011-07-12 Brent Fulgham <bfulgham@webkit.org>
3979 Standardize WinCairo conditionalized code under PLATFORM macro.
3980 https://bugs.webkit.org/show_bug.cgi?id=64377
3982 Reviewed by Maciej Stachowiak.
3984 * win/tools/vsprops/WinCairo.vsprops: Update to comply with PLATFORM
3985 macro definition (WTF_PLATFORM_WIN_CAIRO)
3987 2011-07-02 Mark Rowe <mrowe@apple.com>
3989 Update the header file too.
3991 * WebKitSystemInterface.h:
3993 2011-07-02 Mark Rowe <mrowe@apple.com>
3995 Update WebKitSystemInterface binaries.
3997 * libWebKitSystemInterfaceLeopard.a:
3998 * libWebKitSystemInterfaceLion.a: Added.
3999 * libWebKitSystemInterfaceSnowLeopard.a:
4001 2011-06-28 Brent Fulgham <bfulgham@webkit.org>
4003 Unreviewed build correction. Link to correct library for
4006 * win/tools/vsprops/WinCairo.vsprops: Don't link to the static
4007 zlib.lib when building for WinCairo.
4009 2011-06-21 MORITA Hajime <morrita@google.com>
4011 Unreviewed, rolling out r89401 and r89403.
4012 http://trac.webkit.org/changeset/89401
4013 http://trac.webkit.org/changeset/89403
4014 https://bugs.webkit.org/show_bug.cgi?id=62970
4016 Breaks mac build and mistakenly enables the spellcheck API
4018 * win/tools/vsprops/FeatureDefines.vsprops:
4019 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
4021 2011-06-20 MORITA Hajime <morrita@google.com>
4023 Reviewed by Kent Tamura.
4025 Spellcheck API should be build-able.
4026 https://bugs.webkit.org/show_bug.cgi?id=62970
4028 * win/tools/vsprops/FeatureDefines.vsprops:
4029 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
4031 2011-06-20 Pratik Solanki <psolanki@apple.com>
4033 Reviewed by David Kilzer.
4035 HTTP pipelining functions on mac should match windows
4036 https://bugs.webkit.org/show_bug.cgi?id=63012
4038 * WebKitSystemInterface.h:
4039 * libWebKitSystemInterfaceLeopard.a:
4040 * libWebKitSystemInterfaceSnowLeopard.a:
4042 2011-06-13 Tony Chang <tony@chromium.org>
4044 Reviewed by Dimitri Glazkov.
4046 rename ENABLE_NEW_FLEXBOX to ENABLE_CSS3_FLEXBOX
4047 https://bugs.webkit.org/show_bug.cgi?id=62578
4049 * win/tools/vsprops/FeatureDefines.vsprops:
4050 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
4052 2011-06-13 Tony Chang <tony@chromium.org>
4054 Reviewed by Adam Barth.
4056 rename ENABLE_FLEXBOX to ENABLE_NEW_FLEXBOX
4057 https://bugs.webkit.org/show_bug.cgi?id=62545
4059 * win/tools/vsprops/FeatureDefines.vsprops:
4060 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
4062 2011-06-10 Tony Chang <tony@chromium.org>
4064 Reviewed by Ojan Vafai.
4066 add a compile guard ENABLE(FLEXBOX)
4067 https://bugs.webkit.org/show_bug.cgi?id=62049
4069 * win/tools/vsprops/FeatureDefines.vsprops:
4070 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
4072 2011-06-07 Tim Horton <timothy_horton@apple.com>
4074 Reviewed by Alexey Proskuryakov.
4076 Use correct CFURLStorageSessionRef definition on Snow Leopard
4077 https://bugs.webkit.org/show_bug.cgi?id=62223
4079 * WebKitSystemInterface.h:
4081 2011-06-06 Alexandru Chiculita <achicu@adobe.com>
4083 Reviewed by Kent Tamura.
4085 Add ENABLE_CSS_EXCLUSIONS support for build-webkit script
4086 https://bugs.webkit.org/show_bug.cgi?id=61628
4088 * win/tools/vsprops/FeatureDefines.vsprops:
4089 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
4091 2011-06-06 Mihnea Ovidenie <mihnea@adobe.com>
4093 Reviewed by Kent Tamura.
4095 Add ENABLE(CSS_REGIONS) guard for CSS Regions support
4096 https://bugs.webkit.org/show_bug.cgi?id=61631
4098 * win/tools/vsprops/FeatureDefines.vsprops:
4099 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
4101 2011-05-25 Jer Noble <jer.noble@apple.com>
4103 Reviewed by Dan Bernstein.
4105 30 second rewind button dysfunctional viewing trailers fullscreen.
4106 https://bugs.webkit.org/show_bug.cgi?id=61505
4108 Updated WKSI Libraries with new images for Backward buttons in default
4111 * libWebKitSystemInterfaceLeopard.a:
4112 * libWebKitSystemInterfaceSnowLeopard.a:
4114 2011-05-25 Jer Noble <jer.noble@apple.com>
4116 Reviewed by Darin Adler.
4118 Video fails to play on Vimeo
4119 https://bugs.webkit.org/show_bug.cgi?id=61403
4121 Added functions to retrieve the resolved URL for media types supported on
4124 * WebKitSystemInterface.h:
4125 * WebKitSystemInterface.m:
4126 (WKAVAssetResolvedURL): Added.
4127 (WKQTMovieResolvedURL): Added.
4129 2011-05-24 Keishi Hattori <keishi@webkit.org>
4131 Reviewed by Kent Tamura.
4133 Disable input color. Add INPUT_COLOR feature flag. Implement input color sanitizer.
4134 https://bugs.webkit.org/show_bug.cgi?id=61273
4136 * win/tools/vsprops/FeatureDefines.vsprops: Added INPUT_COLOR feature flag.
4137 * win/tools/vsprops/FeatureDefinesCairo.vsprops: Added INPUT_COLOR feature flag.
4139 2011-05-12 Jessie Berlin <jberlin@apple.com>
4141 Reviewed by Darin Adler.
4143 [Windows WebKit2] Use cookies set in WebKit1
4144 https://bugs.webkit.org/show_bug.cgi?id=60274
4146 Update WKSI with the changes to wkCreatePrivateStorageSession.
4148 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
4149 * win/lib/WebKitSystemInterface.lib:
4151 2011-05-11 Jessie Berlin <jberlin@apple.com>
4153 Reviewed by Steve Falkenburg.
4155 [Windows WebKit2] Use cookies set in WebKit1
4156 https://bugs.webkit.org/show_bug.cgi?id=60274
4158 Take 3 after rolling out KB2465367 from my system.
4160 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
4161 * win/lib/WebKitSystemInterface.lib:
4163 2011-05-11 Sheriff Bot <webkit.review.bot@gmail.com>
4165 Unreviewed, rolling out r86255.
4166 http://trac.webkit.org/changeset/86255
4167 https://bugs.webkit.org/show_bug.cgi?id=60660
4169 REGRESSION (r86255): Lots of tests crashing in
4170 CFWriteStreamCreateWithAllocatedBuffers on Windows 7 Release
4171 (WebKit2 Tests) (Requested by aroben on #webkit).
4173 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
4174 * win/lib/WebKitSystemInterface.lib:
4176 2011-05-11 Jessie Berlin <jberlin@apple.com>
4178 Reviewed by Steve Falkenburg.
4180 [Windows WebKit2] Use cookies set in WebKit1
4181 https://bugs.webkit.org/show_bug.cgi?id=60274
4183 Take 3 after rolling out KB2465367 from my system.
4185 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
4186 * win/lib/WebKitSystemInterface.lib:
4188 2011-05-09 Sheriff Bot <webkit.review.bot@gmail.com>
4190 Unreviewed, rolling out r86075.
4191 http://trac.webkit.org/changeset/86075
4192 https://bugs.webkit.org/show_bug.cgi?id=60495
4194 broke windows tests (Requested by jessieberlin on #webkit).
4196 * win/lib/WebKitSystemInterface.lib:
4198 2011-05-09 Jessie Berlin <jberlin@apple.com>
4200 Take 2 on updating the WKSI libraries.
4202 * win/lib/WebKitSystemInterface.lib:
4204 2011-05-08 Sheriff Bot <webkit.review.bot@gmail.com>
4206 Unreviewed, rolling out r86037.
4207 http://trac.webkit.org/changeset/86037
4208 https://bugs.webkit.org/show_bug.cgi?id=60453
4210 broke Windows tests (Requested by jessieberlin on #webkit).
4212 * win/lib/WebKitSystemInterface.lib:
4214 2011-05-08 Jessie Berlin <jberlin@apple.com>
4216 Rubber-stamped by Alice Liu.
4218 Update the WKSI libraries.
4220 * win/lib/WebKitSystemInterface.lib:
4222 2011-05-07 Sheriff Bot <webkit.review.bot@gmail.com>
4224 Unreviewed, rolling out r86016.
4225 http://trac.webkit.org/changeset/86016
4226 https://bugs.webkit.org/show_bug.cgi?id=60445
4228 caused crashes on the WK2 Windows bots (Requested by
4229 jessieberlin on #webkit).
4231 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
4232 * win/lib/WebKitSystemInterface.lib:
4234 2011-05-07 Jessie Berlin <jberlin@apple.com>
4236 Reviewed by Steve Falkenburg.
4238 [Windows WebKit2] Use cookies set in WebKit1
4239 https://bugs.webkit.org/show_bug.cgi?id=60274
4241 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
4242 * win/lib/WebKitSystemInterface.lib:
4244 2011-05-05 Dan Bernstein <mitz@apple.com>
4246 Reviewed by Simon Fraser.
4248 WebKitSystemInterface part of <rdar://problem/9155590> Broken animation in iAd producer
4250 * WebKitSystemInterface.h: Added WKExecutableWasLinkedOnOrBeforeSnowLeopard().
4252 2011-04-29 Jer Noble <jer.noble@apple.com>
4254 Reviewed by Eric Seidel.
4256 Implement FULLSCREEN_API on Windows, Part 4: Enable it
4257 https://bugs.webkit.org/show_bug.cgi?id=59798
4259 * win/tools/vsprops/FeatureDefines.vsprops: Set ENABLE_FULLSCREEN_API to true.
4261 2011-05-03 David Kilzer <ddkilzer@apple.com>
4263 Part 1 of 2: <http://webkit.org/b/59838> Implement HTTP pipelining for CoreFoundation-based networking
4264 <rdar://problem/8924448>
4266 Reviewed by Adam Roben.
4268 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
4269 (wkGetHTTPPipeliningPriority): Added declaration.
4270 (wkSetHTTPPipeliningMaximumPriority): Added declaration.
4271 (wkSetHTTPPipeliningPriority): Added declaration.
4272 * win/lib/WebKitSystemInterface.lib: Updated.
4274 2011-04-28 David Levin <levin@chromium.org>
4276 Reviewed by Adam Barth.
4278 Remove IMAGE_RESIZER related code.
4279 https://bugs.webkit.org/show_bug.cgi?id=59735
4281 * win/tools/vsprops/FeatureDefines.vsprops: Also removed WML which was missed in r85256.
4282 * win/tools/vsprops/FeatureDefinesCairo.vsprops: Ditto.
4284 2011-04-28 Chris Fleizach <cfleizach@apple.com>
4286 Reviewed by Maciej Stachowiak.
4288 Allow remote accessibility API for WK2 to build on SnowLeopard.
4289 <rdar://problem/9324507>
4291 * WebKitSystemInterface.h:
4292 * libWebKitSystemInterfaceLeopard.a:
4293 * libWebKitSystemInterfaceSnowLeopard.a:
4295 2011-04-27 Mark Rowe <mrowe@apple.com>
4297 Rubber-stamped by Geoff Garen.
4299 Remove some files that are no longer relevant.
4301 * libWebKitSystemInterfaceTiger.a: Removed.
4303 2011-04-23 Brent Fulgham <bfulgham@webkit.org>
4305 [WinCairo] Unreviewed build change.
4307 Activate Geolocation API, as it will work with WinCairo assuming
4308 an appropriate Geolocation Provider is registered.
4310 * win/tools/vsprops/FeatureDefinesCairo.vsprops: Activate the
4311 Geolocation features.
4313 2011-04-21 Maciej Stachowiak <mjs@apple.com>
4315 Reviewed by Adam Roben.
4317 Add a feature define to allow <details> and <summary> to be disabled
4318 https://bugs.webkit.org/show_bug.cgi?id=59118
4319 <rdar://problem/9257045>
4321 * win/tools/vsprops/FeatureDefines.vsprops:
4322 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
4324 2011-04-20 Eric Carlson <eric.carlson@apple.com>
4326 Reviewed by Dan Bernstein.
4328 Adopt QTKit API for listing and deleting file in its media cache.
4329 <rdar://problem/9130029>
4330 https://bugs.webkit.org/show_bug.cgi?id=58795
4332 * WebKitSystemInterface.h:
4333 * libWebKitSystemInterfaceLeopard.a:
4334 * libWebKitSystemInterfaceSnowLeopard.a:
4336 2011-04-19 Jessie Berlin <jberlin@apple.com>
4338 Reviewed by Sam Weinig.
4340 Roll r81683 back in.
4342 Going to certain pages causes a download of "st.html" or "jsp.html" (news.yahoo.com, etc.)
4343 <rdar://problem/9139245>
4347 * win/lib/WebKitSystemInterface.lib:
4349 2011-04-15 Shishir Agrawal <shishir@chromium.org>
4351 Reviewed by James Robinson.
4353 Add a flag to guard Page Visibility API changes.
4354 https://bugs.webkit.org/show_bug.cgi?id=58464
4356 * win/tools/vsprops/FeatureDefines.vsprops:
4358 2011-04-14 Pratik Solanki <psolanki@apple.com>
4360 Reviewed by David Kilzer.
4362 Set minimum priority for fast lane connections
4363 https://bugs.webkit.org/show_bug.cgi?id=58353
4365 Add WKSetHTTPPipeliningMinimumFastLanePriority.
4367 * WebKitSystemInterface.h:
4368 * libWebKitSystemInterfaceLeopard.a:
4369 * libWebKitSystemInterfaceSnowLeopard.a:
4371 2011-04-08 Alpha Lam <hclam@chromium.org>
4373 Unreviewed, rolling out r83335.
4374 http://trac.webkit.org/changeset/83335
4375 https://bugs.webkit.org/show_bug.cgi?id=53556
4377 GTK and QT bots are broken
4379 * win/tools/vsprops/FeatureDefines.vsprops:
4380 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
4382 2011-04-07 Anna Cavender <annacc@chromium.org>
4384 Reviewed by Eric Carlson.
4386 Setup ENABLE(TRACK) feature define
4387 https://bugs.webkit.org/show_bug.cgi?id=53556