1 2015-03-09 Daniel Bates <dabates@apple.com>
3 [iOS] Add WebKitSystemInterface for iOS 8.2
4 https://bugs.webkit.org/show_bug.cgi?id=142505
6 Reviewed by Andy Estes.
8 * libWebKitSystemInterfaceIOSDevice8.2.a: Added.
9 * libWebKitSystemInterfaceIOSSimulator8.2.a: Added.
11 2015-03-06 Csaba Osztrogonác <ossy@webkit.org>
13 Remove Mountain Lion libraries since ML isn't supported
14 https://bugs.webkit.org/show_bug.cgi?id=142332
16 Reviewed by Darin Adler.
18 * LLVMIncludesMountainLion.tar.bz2: Removed.
19 * LLVMLibrariesMountainLion.tar.bz2: Removed.
21 2015-03-03 Brent Fulgham <bfulgham@apple.com>
23 [Win] [Attachment] New Tests fail on Windows
24 https://bugs.webkit.org/show_bug.cgi?id=142017
26 Unreviewed test fix. Just activate the feature.
28 * win/tools/vsprops/FeatureDefines.props:
29 * win/tools/vsprops/FeatureDefinesCairo.props:
31 2015-02-26 Brent Fulgham <bfulgham@apple.com>
33 [Win] Unreviewed build fix after r180676.
35 I forgot to checkin one of the more important changes!
37 * win/tools/vsprops/common.props:
39 2015-02-26 Brent Fulgham <bfulgham@apple.com>
41 [Win] Make build logs more legible by reducing noise
42 https://bugs.webkit.org/show_bug.cgi?id=142034
44 Reviewed by Alexey Proskuryakov.
46 Modify batch files, makefiles, and DOS commands to remove
47 uninteresting/unhelpful output.
49 * win/tools/vsprops/common.props:
51 2015-02-25 peavo@outlook.com <peavo@outlook.com>
53 [WinCairo] WinLauncher is not starting on Vista.
54 https://bugs.webkit.org/show_bug.cgi?id=141905
56 Reviewed by Alex Christensen.
58 We have to soft link with Media Foundation functions to be able
59 to start on Vista and WinXP.
61 * win/tools/vsprops/WinCairo.props: Remove Media Foundation input libraries.
63 2015-02-03 Brent Fulgham <bfulgham@apple.com>
65 [Win] Unreviewed build fix. Turn on feature flags for items
66 we currently ship/test on Mac.
68 * win/tools/vsprops/FeatureDefines.props: Activate ENABLE_DOM4_EVENTS_CONSTRUCTOR
69 and CURSOR_VISIBILITY.
71 2015-01-28 Sam Weinig <sam@webkit.org>
73 Remove libWebKitSystemInterfaceMountainLion.a
75 Reviewed by Mark Rowe.
77 * libWebKitSystemInterfaceMountainLion.a: Removed.
79 2015-01-28 peavo@outlook.com <peavo@outlook.com>
81 [WinCairo] Enable CSS_SELECTORS_LEVEL4.
82 https://bugs.webkit.org/show_bug.cgi?id=141003
84 Reviewed by Brent Fulgham.
86 * win/tools/vsprops/FeatureDefinesCairo.props:
88 2015-01-22 David Kilzer <ddkilzer@apple.com>
90 [iOS] Fix build for external iphoneos SDK
92 Reviewed by Daniel Bates.
94 * WebKitSystemInterface.h: Remove import of the
95 <IOSurface/IOSurface.h> header, and add a typedef for
96 IOSurfaceRef in its place.
98 2015-01-22 Brent Fulgham <bfulgham@apple.com>
100 [Win] Unreviewed gardening.
102 Activate ENABLE(MOUSE_CURSOR_SCALE). This works on Windows and causes more tests to pass.
104 * win/tools/vsprops/FeatureDefines.props:
105 * win/tools/vsprops/FeatureDefinesCairo.props:
107 2015-01-20 Brent Fulgham <bfulgham@apple.com>
109 [Win] Unreviewed gardening.
111 * win/tools/vsprops/FeatureDefines.props: Add feature definition for SVG converter,
112 but do NOT turn it on.
113 * win/tools/vsprops/FeatureDefinesCairo.props: Ditto.
115 2015-01-19 peavo@outlook.com <peavo@outlook.com>
117 [WinCairo][Video] Windows Media Foundation implementation is not completed.
118 https://bugs.webkit.org/show_bug.cgi?id=140337
120 Reviewed by Alex Christensen.
122 Link with Media Foundation libraries.
124 * win/tools/vsprops/WinCairo.props:
126 2015-01-01 Jeff Miller <jeffm@apple.com>
128 Update user-visible copyright strings to include 2015
129 https://bugs.webkit.org/show_bug.cgi?id=139880
131 Reviewed by Darin Adler.
133 * win/tools/scripts/COPYRIGHT-END-YEAR:
135 2014-12-19 Daniel Bates <dabates@apple.com>
137 [iOS] Add WebKitSystemInterface for iOS 8.1
138 https://bugs.webkit.org/show_bug.cgi?id=139831
140 Reviewed by Alexey Proskuryakov.
142 Towards building the iOS WebKit port using the public SDK, add the
143 WebKitSystemInterface for iOS version 8.1.
145 * WebKitSystemInterfaceIOS.h: Added.
146 * libWebKitSystemInterfaceIOSDevice8.1.a: Added.
147 * libWebKitSystemInterfaceIOSSimulator8.1.a: Added.
149 2014-12-17 Brent Fulgham <bfulgham@apple.com>
151 [Win] Unreviewed build fix (for full build)
153 * win/tools/vsprops/FeatureDefines.props: Add missing export so the
154 derived sources are generated properly.
155 * win/tools/vsprops/FeatureDefinesCairo.props: Ditto.
157 2014-10-29 Tim Horton <timothy_horton@apple.com>
159 Implement action menus for data detected items
160 https://bugs.webkit.org/show_bug.cgi?id=138178
161 <rdar://problem/18709436>
163 Reviewed by Anders Carlsson.
165 * WebKitSystemInterface.h:
166 * libWebKitSystemInterfaceMavericks.a:
167 * libWebKitSystemInterfaceMountainLion.a:
168 * libWebKitSystemInterfaceYosemite.a:
169 Update WebKitSystemInterface.
171 2014-10-14 Brent Fulgham <bfulgham@apple.com>
173 [Win] Enable Encrypted Media Support
174 https://bugs.webkit.org/show_bug.cgi?id=137710
175 <rdar://problem/18652699>
177 Reviewed by Jer Noble.
179 * win/tools/vsprops/FeatureDefines.props: Activate the
180 ENCRYPTED_MEDIA_V2 flag on Windows.
182 2014-10-01 Mark Rowe <mrowe@apple.com>
184 <https://webkit.org/b/137308> WebKit should build on OS X Yosemite for external users
186 Add versions of WebKitSystemInterface and LLVM for Yosemite. The LLVM build is from
187 LLVM SVN r206312, matching the Mavericks and Mountain Lion builds.
189 Reviewed by Dan Bernstein.
191 * LLVMIncludesYosemite.tar.bz2: Added.
192 * LLVMLibrariesYosemite.tar.bz2: Added.
193 * WebKitSystemInterface.h:
194 * libWebKitSystemInterfaceMavericks.a:
195 * libWebKitSystemInterfaceMountainLion.a:
196 * libWebKitSystemInterfaceYosemite.a: Added.
198 2014-09-23 Roger Fong <roger_fong@apple.com>
200 [Windows] Enable CSS Supports Rule on Windows.
202 * win/tools/vsprops/FeatureDefines.props:
204 2014-09-19 Brent Fulgham <bfulgham@apple.com>
206 [Win] Turn off SSE Instructions for 32-bit Builds
207 https://bugs.webkit.org/show_bug.cgi?id=136959
208 <rdar://problem/18375370>
210 Reviewed by Dean Jackson.
212 * win/tools/vsprops/common.props: Conditionally exclude the enhanced (SSE) instruction
213 set when building for 32-bit Windows. Otherwise, continue using SSE.
215 2014-09-15 peavo@outlook.com <peavo@outlook.com>
217 [WinCairo] Make it easier to enable/disable GStreamer.
218 https://bugs.webkit.org/show_bug.cgi?id=135766
220 Reviewed by Brent Fulgham.
222 Make it possible to enable/disable GStreamer by editing the new user macro ENABLE_GSTREAMER_WINCAIRO.
224 * win/tools/vsprops/GStreamerCommon.props: Add user macro ENABLE_GSTREAMER_WINCAIRO.
226 2014-09-08 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
229 https://bugs.webkit.org/show_bug.cgi?id=136571
231 Reviewed by Darin Adler.
233 * win/tools/vsprops/FeatureDefines.props:
234 * win/tools/vsprops/FeatureDefinesCairo.props:
236 2014-09-04 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
238 Remove CSS_FILTERS flag
239 https://bugs.webkit.org/show_bug.cgi?id=136529
241 Reviewed by Dirk Schulze.
243 * win/tools/vsprops/FeatureDefines.props:
244 * win/tools/vsprops/FeatureDefinesCairo.props:
246 2014-08-27 peavo@outlook.com <peavo@outlook.com>
248 [WinCairo] Link error.
249 https://bugs.webkit.org/show_bug.cgi?id=136286
251 Reviewed by Darin Adler.
253 Link with the dynamic runtime libraries, since the WinCairo libraries link with these.
255 * win/tools/vsprops/common.props:
257 2014-08-26 Brent Fulgham <bfulgham@apple.com>
259 [Win] Version stamp should include package-level version
260 https://bugs.webkit.org/show_bug.cgi?id=136266
261 <rdar://problem/18134138>
263 Reviewed by David Kilzer.
265 * win/tools/scripts/auto-version.pl: Retain the full major build
266 version in addition to the three-digit value we use internally.
267 * win/tools/scripts/version-stamp.pl: Find and use the full 3+ digit
268 major build version when stamping the final output file.
271 2014-08-25 Brent Fulgham <bfulgham@apple.com>
273 [Win] Pass OFFICIAL_BUILD flag to WebInspectorUI build process
274 https://bugs.webkit.org/show_bug.cgi?id=136229
276 Reviewed by Dean Jackson.
278 * win/tools/vsprops/common.props: Pass OFFICIAL_BUILD argument
279 from VS to child Make processes.
281 2014-08-17 Brent Fulgham <bfulgham@apple.com>
283 [Win] Unreviewed build fix.
285 Upload static VS2013 version of WebKitSystemInterface.
287 * win/lib32/WebKitSystemInterface.lib:
289 2014-08-15 Brent Fulgham <bfulgham@apple.com>
291 [Win] Link to static VS2013 runtime library.
292 https://bugs.webkit.org/show_bug.cgi?id=136007
293 <rdar://problem/18037766>
295 Reviewed by Dean Jackson.
297 * win/tools/vsprops/common.props: Update link command.
298 * win/tools/vsprops/debugsuffix.props: Ditto.
300 2014-08-14 Brent Fulgham <bfulgham@apple.com>
302 [Win] Extend auto-version and version-stamp for RC_ProjectBuildVersion
303 https://bugs.webkit.org/show_bug.cgi?id=135948
304 <rdar://problem/18022221>
306 Reviewed by David Kilzer.
308 * win/tools/scripts/auto-version.pl:
309 (splitVersion): Use RC_ProjectBuildVersion (or RC_PROJECTBUILDVERSION) if set
310 in the environment as the 'Build Version', unless the multi-tuple version
311 supplied by RC_ProjectSourceVersion already has a fourth component.
312 * win/tools/scripts/version-stamp.pl: Check for RC_ProjectBuildVersion and
313 use it in preference to RC_PROJECTBUILDVERSION.
315 2014-08-08 Joseph Pecoraro <pecoraro@apple.com>
317 make clean does not work in OpenSource, fails in WebKitLibraries
318 https://bugs.webkit.org/show_bug.cgi?id=135734
320 Reviewed by David Kilzer.
323 Add a "clean" target that runs copy-webkitlibraries-to-product-dir
324 with the new --clean switch.
326 2014-08-04 Benjamin Poulain <benjamin@webkit.org>
328 Add a flag for the CSS Selectors level 4 implementation
329 https://bugs.webkit.org/show_bug.cgi?id=135535
331 Reviewed by Andreas Kling.
333 * win/tools/vsprops/FeatureDefines.props:
335 2014-07-31 Brent Fulgham <bfulgham@apple.com>
337 [Win] Use RC_PROJECTBUILDVERSION as build portion of version
338 https://bugs.webkit.org/show_bug.cgi?id=135478
340 Reviewed by David Kilzer.
342 * win/tools/scripts/version-stamp.pl: Check environment for
343 RC_PROJECTBUILDVERSION, and use it for the build portion of
344 the file version resource. Otherwise, use the __VERSION_BUILD__
345 value we calculated from the version string.
347 2014-07-31 Brent Fulgham <bfulgham@apple.com>
349 [Win] Fix build failure when using 5-tuple build versions.
350 https://bugs.webkit.org/show_bug.cgi?id=135464
351 <rdar://problem/17872507>
353 Reviewed by David Kilzer.
355 * win/tools/scripts/version-stamp.pl: Modify the environment for
356 the VersionStamper sub-process to work around bug in that tool.
358 2014-07-29 Brent Fulgham <bfulgham@apple.com>
360 [Win] Modify version numbering scheme to support 5-tuple versions
361 https://bugs.webkit.org/show_bug.cgi?id=135400
362 <rdar://problem/17849033>
364 Reviewed by David Kilzer.
366 Revise the auto-version.pl script so that it generates a set of packed
367 version tuples that allow us to map 5-tuple versions into something
368 that will work with Windows' 3-tuple version structure.
370 * win/tools/scripts/auto-version.pl:
371 (packTwoValues): Added,
372 (splitVersion): Revised to return packed combination of minor-tiny and
373 micro-nano to be used as "MINOR" and "TINY" portion of version.
374 (splitBuildMajorVersion): Deleted.
375 * win/tools/scripts/version-stamp.pl: Added.
377 2014-07-23 Bem Jones-Bey <bjonesbe@adobe.com>
379 Remove CSS_EXCLUSIONS compile flag and leftover code
380 https://bugs.webkit.org/show_bug.cgi?id=135175
382 Reviewed by Zoltan Horvath.
384 At this point, the CSS_EXCLUSIONS flag guards nothing but some useless
385 stubs. This removes the flag and the useless code.
387 * win/tools/vsprops/FeatureDefines.props:
388 * win/tools/vsprops/FeatureDefinesCairo.props:
390 2014-07-22 Brent Fulgham <bfulgham@apple.com>
392 Correct handling of __VERSION_TEXT__ for 4+-tuple versions
393 https://bugs.webkit.org/show_bug.cgi?id=135161
394 <rdar://problem/17763546>
396 Reviewed by David Kilzer.
398 Revise the auto-version.pl script to properly handle version
399 strings with 4 (or more) version tuples. Previously these were
400 being truncated from the version.
402 * win/tools/scripts/auto-version.pl:
403 (splitVersion): Return truncated version of
404 overall version string.
406 2014-07-21 Brent Fulgham <bfulgham@apple.com>
408 [Win] Extend auto-version.pl to handle 5-tuple versions
409 https://bugs.webkit.org/show_bug.cgi?id=135124
410 <rdar://problem/17750334>
412 Reviewed by David Kilzer.
414 Extend tuple parsing to handle up to five tuples, and as
415 few as a single tuple. On Windows, the two additional
418 Also corrected regular expression capture logic to use local
419 blocks, preventing later capture expressions from reusing
420 previous capture results when the current expression failed
421 to find a match (GRRR, Perl!).
423 Clean up code by putting logic into a couple of subroutines.
425 * win/tools/scripts/auto-version.pl:
427 2014-07-21 Brent Fulgham <bfulgham@apple.com>
429 [Win] Correct auto-version.pl script for two-digit version numbers
430 https://bugs.webkit.org/show_bug.cgi?id=135119
431 <rdar://problem/17743959>
433 Reviewed by David Kilzer.
435 The $MAJOR_VERSION must be the first digit of $BUILD_MAJOR_VERSION,
436 and $MINOR_VERSION must be the remaining digits.
438 Also correct regexp (line 90) that was allowing version numbers
439 larger than three digits to be processed.
441 * win/tools/scripts/auto-version.pl: Correct regular expression.
443 2014-07-18 Dana Burkart <dburkart@apple.com>
445 Add a new 'analyze' target to the makefile. This will make use of a new
446 'PATH_TO_SCAN_BUILD' which, if set will wrap xcodebuild in the clang
448 https://bugs.webkit.org/show_bug.cgi?id=135057
449 <rdar://problem/10193187>
451 Reviewed by David Kilzer.
457 2014-07-10 Alex Christensen <achristensen@webkit.org>
459 Enable same features on all Windows ports.
460 https://bugs.webkit.org/show_bug.cgi?id=134715
462 Reviewed by Brent Fulgham.
464 * win/tools/vsprops/FeatureDefinesCairo.props:
465 Made identical to FeatureDefines.props.
467 2014-07-09 Brent Fulgham <bfulgham@apple.com>
469 [Win] Unreviewed build fix.
471 Build bots don't have a three-part default version string,
472 breaking pattern matching. Handle this case.
474 * win/tools/scripts/auto-version.pl:
476 2014-07-09 Brent Fulgham <bfulgham@apple.com>
478 [Win] Unreviewed gardening.
480 * win/tools/scripts/auto-version.pl: Protect against
481 malformed paths (trailing backslashes).
482 * win/tools/scripts/feature-defines.pl: Make sure result
483 has an EOL character.
485 2014-07-09 Brent Fulgham <bfulgham@apple.com>
487 [Win] Remove uses of 'bash' in build system
488 https://bugs.webkit.org/show_bug.cgi?id=134782
489 <rdar://problem/17615533>
491 Reviewed by Dean Jackson.
493 Remove uses of 'bash' by replacing Windows-specific bash scripts
494 with Perl equivalents.
496 * win/tools/scripts/feature-defines.pl: Copied from WebKitLibraries/win/tools/scripts/feature-defines.sh.
497 * win/tools/scripts/feature-defines.sh: Removed.
499 2014-07-08 Brent Fulgham <bfulgham@apple.com>
501 [Win] Implement auto-version as a Perl program
502 https://bugs.webkit.org/show_bug.cgi?id=134745
503 <rdar://problem/17597801>
505 Reviewed by David Kilzer.
507 Translate the auto-version.sh bash script into an equivalent
510 * win/tools/scripts/auto-version.pl: Added.
511 * win/tools/scripts/auto-version.sh: Removed.
513 2014-07-06 Yoav Weiss <yoav@yoav.ws>
515 Turn on img@sizes compile flag
516 https://bugs.webkit.org/show_bug.cgi?id=134634
518 Reviewed by Benjamin Poulain.
520 * win/tools/vsprops/FeatureDefines.props: Added compile flag.
522 2014-07-01 Pratik Solanki <psolanki@apple.com>
524 Encode/decode CFURLRequestRefs when USE(CFNETWORK) is enabled
525 https://bugs.webkit.org/show_bug.cgi?id=134454
526 <rdar://problem/17510980>
528 Reviewed by Andreas Kling.
530 * WebKitSystemInterface.h:
531 * libWebKitSystemInterfaceMavericks.a:
532 * libWebKitSystemInterfaceMountainLion.a:
534 2014-06-25 Laszlo Gombos <l.gombos@samsung.com>
536 Remove build guard for progress element
537 https://bugs.webkit.org/show_bug.cgi?id=134292
539 Reviewed by Benjamin Poulain.
541 * win/tools/vsprops/FeatureDefines.props:
542 * win/tools/vsprops/FeatureDefinesCairo.props:
544 2014-06-21 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
546 Removing PAGE_VISIBILITY_API compile guard.
547 https://bugs.webkit.org/show_bug.cgi?id=133844
549 Reviewed by Gavin Barraclough.
551 * win/tools/vsprops/FeatureDefines.props:
552 * win/tools/vsprops/FeatureDefinesCairo.props:
554 2014-06-11 Jer Noble <jer.noble@apple.com>
556 Update WKSI for <rdar://problem/17009091>.
558 Rubber stamped by Eric Carlson.
560 * libWebKitSystemInterfaceMavericks.a:
561 * libWebKitSystemInterfaceMountainLion.a:
563 2014-06-02 David Kilzer <ddkilzer@apple.com>
565 Error running copy-webkitlibraries-to-product-directory
566 <http://webkit.org/b/133449>
567 <rdar://problem/17047638>
569 Reviewed by Filip Pizlo.
571 * Makefile: Ignore the mysterious future. Use "@true" to
572 suppress the annoying "Nothing to be done for `libs'." message.
574 2014-05-27 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
577 https://bugs.webkit.org/show_bug.cgi?id=132863
579 Reviewed by Csaba Osztrogonác.
581 * win/tools/vsprops/FeatureDefines.props:
582 * win/tools/vsprops/FeatureDefinesCairo.props:
584 2014-05-20 Dean Jackson <dino@apple.com>
586 [Mac] Allow popup menus to override default appearance
587 https://bugs.webkit.org/show_bug.cgi?id=133129
589 Reviewed by Tim Horton.
591 Add a new parameter to WKPopupMenu.
593 * WebKitSystemInterface.h:
594 * libWebKitSystemInterfaceMavericks.a:
595 * libWebKitSystemInterfaceMountainLion.a:
597 2014-05-14 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
599 Remove CSS_STICKY_POSITION guards
600 https://bugs.webkit.org/show_bug.cgi?id=132676
602 Reviewed by Simon Fraser.
604 * win/tools/vsprops/FeatureDefines.props:
605 * win/tools/vsprops/FeatureDefinesCairo.props:
607 2014-05-06 David Kilzer <ddkilzer@apple.com>
609 Add Makefile targets for copying static libraries (LLVM and WKSI)
610 <http://webkit.org/b/132619>
612 Reviewed by Mark Rowe.
615 (libs): Install both LLVM and WKSI static libraries.
616 (all): Add dependency on 'libs' target.
617 (debug d): Set configuration, the call 'libs' target.
620 2014-05-05 Dean Jackson <dino@apple.com>
622 https://bugs.webkit.org/show_bug.cgi?id=132593
624 Update WebKitSystemInterface to allow animated focus rings.
626 * WebKitSystemInterface.h:
627 * libWebKitSystemInterfaceMavericks.a:
628 * libWebKitSystemInterfaceMountainLion.a:
630 2014-05-05 Brent Fulgham <bfulgham@apple.com>
632 [WIN] Enhance auto-version.sh to handle all-caps or mixed-case build environment variable
633 https://bugs.webkit.org/show_bug.cgi?id=132580
634 <rdar://problem/16811179>
636 Reviewed by Dean Jackson.
638 * win/tools/scripts/auto-version.sh: Incorporate Mark's revised syntax.
640 2014-05-05 Brent Fulgham <bfulgham@apple.com>
642 [WIN] Enhance auto-version.sh to handle all-caps or mixed-case build environment variable
643 https://bugs.webkit.org/show_bug.cgi?id=132580
644 <rdar://problem/16811179>
646 Reviewed by Dean Jackson.
648 * win/tools/scripts/auto-version.sh: Fall back to all-caps version
649 of environment variable if mixed-case version is not present.
651 2014-05-01 Brent Fulgham <bfulgham@apple.com>
653 Correct case of environment variables in auto-version.sh scripts
654 https://bugs.webkit.org/show_bug.cgi?id=132455
656 Reviewed by Dean Jackson.
658 Although we have historically used RC_PROJECTSOURCEVERSION in our scripts,
659 the actual environment variable is RC_ProjectSourceVersion. Old versions of
660 Cygwin converted this to all-caps by default, but this is no longer the case.
661 We need to use the proper case to avoid build failures.
663 * win/tools/scripts/auto-version.sh: Although we have historically coded
664 this as 'RC_PROJECTSOURCEVERSION', it is actually 'RC_ProjectSourceVersion'.
666 2014-04-25 Dean Jackson <dino@apple.com>
668 Update WKSI for https://webkit.org/b/132195
669 <rdar://problem/16175750>
671 Sorry, I forgot to update the header. This should fix
674 * WebKitSystemInterface.h:
676 2014-04-25 Dean Jackson <dino@apple.com>
678 Update WKSI for https://webkit.org/b/132195
679 <rdar://problem/16175750>
681 Reviewed by Jessie Berlin.
683 * WebKitSystemInterface.h:
684 * libWebKitSystemInterfaceMavericks.a:
685 * libWebKitSystemInterfaceMountainLion.a:
687 2014-04-22 Alex Christensen <achristensen@webkit.org>
689 Removed old stdbool and inttypes headers.
690 https://bugs.webkit.org/show_bug.cgi?id=131966
692 Reviewed by Brent Fulgham.
694 * win/tools/vsprops/WinCairo.props:
695 Removed references to os-win32 directory.
697 2014-04-15 Filip Pizlo <fpizlo@apple.com>
699 Update LLVM binary drops for Mountain Lion to LLVM r206312.
701 Rubber stamped by Geoffrey Garen.
703 * LLVMIncludesMountainLion.tar.bz2:
704 * LLVMLibrariesMountainLion.tar.bz2:
706 2014-04-15 Filip Pizlo <fpizlo@apple.com>
708 Add LLVM binary drops for Mavericks using LLVM r206312.
710 Rubber stamped by Geoffrey Garen.
712 * LLVMIncludesMavericks.tar.bz2: Added.
713 * LLVMLibrariesMavericks.tar.bz2: Added.
715 2014-04-03 Brent Fulgham <bfulgham@apple.com>
717 [Win] Enable the CSS_GRID_LAYOUT feature.
718 https://bugs.webkit.org/show_bug.cgi?id=131147
720 Reviewed by Simon Fraser.
722 Just like the CANVAS_PATH feature, this seems to have been
723 overlooked when it was turned on for other ports.
725 * win/tools/vsprops/FeatureDefines.props:
726 * win/tools/vsprops/FeatureDefinesCairo.props:
728 2014-04-02 Dean Jackson <dino@apple.com>
731 <rdar://problem/16321286>
733 * libWebKitSystemInterfaceMavericks.a:
734 * libWebKitSystemInterfaceMountainLion.a:
736 2014-04-02 Brent Fulgham <bfulgham@apple.com>
738 [Win] Enable the CANVAS_PATH feature.
739 https://bugs.webkit.org/show_bug.cgi?id=131114
741 Reviewed by Dean Jackson.
743 This code build and runs on Windows just fine. It was overlooked when the feature
744 was activated on other platforms.
746 * win/tools/vsprops/FeatureDefines.props: Turn on the feature.
747 * win/tools/vsprops/FeatureDefinesCairo.props: Ditto.
749 2014-03-31 Alex Christensen <achristensen@webkit.org>
751 [WinCairo] Unreviewed build fix after r166496.
753 * win/tools/vsprops/GStreamerCommon.props:
754 Added gio-2.0.lib to list of GStreamer includes.
756 2014-03-24 Brent Fulgham <bfulgham@apple.com>
758 [Win] Enable WebVTT Regions on Windows.
759 https://bugs.webkit.org/show_bug.cgi?id=130680
761 Reviewed by Eric Carlson.
763 * win/tools/vsprops/FeatureDefines.props: Turn on WEBVTT_REGIONS
764 * win/tools/vsprops/FeatureDefinesCairo.props: Ditto.
766 2014-03-19 Jer Noble <jer.noble@apple.com>
768 [Mac][EME] Query whether decoder support exists before creating a new MediaKeys object.
769 https://bugs.webkit.org/show_bug.cgi?id=130459
771 Reviewed by Eric Carlson.
773 * WebKitSystemInterface.h:
774 * libWebKitSystemInterfaceMavericks.a:
775 * libWebKitSystemInterfaceMountainLion.a:
777 2014-03-18 Alex Christensen <achristensen@webkit.org>
779 [WinCairo] Unreviewed build fix after r165763.
781 * win/tools/vsprops/GStreamerCommon.props:
782 Link to gsttag-1.0.lib in addition to other GStreamer libraries.
784 2014-03-14 Maciej Stachowiak <mjs@apple.com>
786 Replace "Apple Computer, Inc." with "Apple Inc." in copyright headers
787 https://bugs.webkit.org/show_bug.cgi?id=130276
788 <rdar://problem/16266927>
790 Reviewed by Simon Fraser.
792 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
793 * win/tools/scripts/auto-version.sh:
795 2014-03-14 Dean Jackson <dino@apple.com>
797 Remove libWebKitSystemInterfaceLion.a
798 https://bugs.webkit.org/show_bug.cgi?id=130254
800 Reviewed by Geoffrey Garen and Andreas Kling.
802 We don't support Lion any more.
804 * libWebKitSystemInterfaceLion.a: Removed.
806 2014-03-13 Dean Jackson <dino@apple.com>
808 <rdar://problem/16317198>
810 Update WKSI to fix a small leak on iOS.
812 * libWebKitSystemInterfaceLion.a:
813 * libWebKitSystemInterfaceMavericks.a:
814 * libWebKitSystemInterfaceMountainLion.a:
816 2014-03-12 Dean Jackson <dino@apple.com>
818 [WebGL] WebKit1 + WebKit2 iOS clients should check load policy
819 https://bugs.webkit.org/show_bug.cgi?id=130162
821 Add iOS implementations of WebGL load policy queries.
823 * libWebKitSystemInterfaceLion.a:
824 * libWebKitSystemInterfaceMavericks.a:
825 * libWebKitSystemInterfaceMountainLion.a:
827 2014-03-10 Brent Fulgham <bfulgham@apple.com>
829 [Win] Pass environment to Pre-Build, Pre-Link, and Post-Build Stages.
830 https://bugs.webkit.org/show_bug.cgi?id=130023
832 Reviewed by Dean Jackson.
834 * win/tools/vsprops/common.props: Pass WEBKIT_LIBRARIES value to subprocesses.
835 * win/tools/vsprops/debugsuffix.props: Make sure OFFICIAL_BUILD is set.
836 * win/tools/vsprops/production.props: Ditto.
838 2014-03-06 Dean Jackson <dino@apple.com>
840 Update WebKitSystemInterface.
841 <rdar://problem/16256214>
843 * libWebKitSystemInterfaceLion.a:
844 * libWebKitSystemInterfaceMavericks.a:
845 * libWebKitSystemInterfaceMountainLion.a:
847 2014-03-05 Dean Jackson <dino@apple.com>
849 https://bugs.webkit.org/show_bug.cgi?id=129722
850 Update WKSI, again, to fix the build.
852 * libWebKitSystemInterfaceLion.a:
853 * libWebKitSystemInterfaceMavericks.a:
854 * libWebKitSystemInterfaceMountainLion.a:
856 2014-03-05 Dean Jackson <dino@apple.com>
858 https://bugs.webkit.org/show_bug.cgi?id=129722
860 And remember to copy the header file!
862 * WebKitSystemInterface.h:
864 2014-03-05 Dean Jackson <dino@apple.com>
866 https://bugs.webkit.org/show_bug.cgi?id=129722
869 * libWebKitSystemInterfaceLion.a:
870 * libWebKitSystemInterfaceMavericks.a:
871 * libWebKitSystemInterfaceMountainLion.a:
873 2014-03-05 Eric Carlson <eric.carlson@apple.com>
875 [iOS] Show external device name/type in placeholder
876 https://bugs.webkit.org/show_bug.cgi?id=129723
878 Reviewed by Jer Noble.
880 * WebKitSystemInterface.h:
881 * libWebKitSystemInterfaceLion.a:
882 * libWebKitSystemInterfaceMavericks.a:
883 * libWebKitSystemInterfaceMountainLion.a:
885 2014-02-21 Jeffrey Pfau <jpfau@apple.com>
887 [Mac] Cache callbacks for cache partitioning may be passed null
888 https://bugs.webkit.org/show_bug.cgi?id=129175
890 Reviewed by Brady Eidson.
892 * libWebKitSystemInterfaceLion.a:
893 * libWebKitSystemInterfaceMavericks.a:
894 * libWebKitSystemInterfaceMountainLion.a:
896 2014-02-11 Roger Fong <roger_fong@apple.com>
898 [Windows] Set ENABLE_CSS_SHAPE_INSIDE feature flag on Windows.
900 * win/tools/vsprops/FeatureDefines.props:
902 2014-02-04 Andreas Kling <akling@apple.com>
904 Remove <iframe seamless> support.
905 <https://webkit.org/b/128213>
907 Rubber-stamped by Antti Koivisto.
909 * win/tools/vsprops/FeatureDefines.props:
911 2014-01-29 Csaba Osztrogonác <ossy@webkit.org>
913 Remove ENABLE(JAVASCRIPT_DEBUGGER) leftovers
914 https://bugs.webkit.org/show_bug.cgi?id=127845
916 Reviewed by Joseph Pecoraro.
918 * win/tools/vsprops/FeatureDefines.props:
919 * win/tools/vsprops/FeatureDefinesCairo.props:
921 2014-01-23 Roger Fong <roger_fong@apple.com>
923 [Windows] Unreviewed. Disable unnecessary warning C4309, "truncation of constant value".
925 * win/tools/vsprops/common.props:
927 2014-01-16 Alexey Proskuryakov <ap@apple.com>
929 [Mac] [iOS] Add support for CFHTTPCookieStorageAcceptPolicyExclusivelyFromMainDocumentDomain
930 https://bugs.webkit.org/show_bug.cgi?id=127139
932 Reviewed by Brady Eidson.
934 * WebKitSystemInterface.h:
935 * libWebKitSystemInterfaceLion.a:
936 * libWebKitSystemInterfaceMavericks.a:
937 * libWebKitSystemInterfaceMountainLion.a:
938 Update WebKitSystemInterface.
940 2014-01-16 Zalan Bujtas <zalan@apple.com>
942 Subpixel layout: Enable subpixel layout for Apple Windows.
943 https://bugs.webkit.org/show_bug.cgi?id=127074
945 Reviewed by Antti Koivisto.
947 This should make the Apple Windows bots happier. It probably still needs rebaselining.
949 * win/tools/vsprops/FeatureDefines.props:
951 2014-01-11 Alexey Proskuryakov <ap@apple.com>
953 [Mac] [Windows] Stop scheduling network requests in WebCore
954 https://bugs.webkit.org/show_bug.cgi?id=126789
955 <rdar://problem/15114727>
959 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
960 * win/lib32/WebKitSystemInterface.lib:
962 2014-01-11 Alexey Proskuryakov <ap@apple.com>
964 [Mac] [Windows] Stop scheduling network requests in WebCore
965 https://bugs.webkit.org/show_bug.cgi?id=126789
966 <rdar://problem/15114727>
970 * WebKitSystemInterface.h:
971 * libWebKitSystemInterfaceLion.a:
972 * libWebKitSystemInterfaceMavericks.a:
973 * libWebKitSystemInterfaceMountainLion.a:
975 2014-01-10 peavo@outlook.com <peavo@outlook.com>
977 [WinCairo] Crash when rendering (in pixman dll)
978 https://bugs.webkit.org/show_bug.cgi?id=126750
980 Reviewed by Brent Fulgham.
982 Since we link with cairo.lib, and the gstreamer installation also comes with cairo.lib,
983 we link with the wrong cairo.lib, and loads gstreamers cairo dll, instead of our own.
984 We should user our own cairo dll for rendering.
986 * win/tools/vsprops/GStreamer32.props: Put gstreamer lib path last, so we link with the correct cairo.lib.
987 * win/tools/vsprops/GStreamer64.props: Ditto.
989 2014-01-03 Alex Christensen <achristensen@webkit.org>
991 [WinCairo] Enable video using GStreamer.
992 https://bugs.webkit.org/show_bug.cgi?id=126015
994 Reviewed by Darin Adler.
996 * win/tools/vsprops/FeatureDefinesCairo.props:
997 Define ENABLE_MEDIA_CONTROLS_SCRIPT, ENABLE_VIDEO_TRACK, and ENABLE_VIDEO.
999 2013-12-30 Roger Fong <roger_fong@apple.com>
1001 [Windows] Disable some annoying build warnings.
1003 * win/tools/vsprops/common.props:
1005 2013-12-23 Lucas Forschler <lforschler@apple.com>
1007 <rdar://problem/15682948> Update copyright strings
1009 Reviewed by Dan Bernstein.
1011 * win/tools/scripts/COPYRIGHT-END-YEAR:
1013 2013-12-19 Alex Christensen <achristensen@webkit.org>
1015 Final preparations for GStreamer on Windows.
1016 https://bugs.webkit.org/show_bug.cgi?id=125958
1018 Reviewed by Benjamin Poulain.
1020 * win/tools/vsprops/FeatureDefinesCairo.props:
1021 Removed duplicate ENABLE_VIDEO_TRACK definition.
1023 2013-12-18 Alex Christensen <achristensen@webkit.org>
1025 [WinCairo] Unreviewed build fix after r160798.
1027 * win/tools/vsprops/FeatureDefinesCairo.props:
1028 Removed ENABLE_MEDIA_CONTROLS_SCRIPT definition for now.
1030 2013-12-18 Alex Christensen <achristensen@webkit.org>
1032 [WinCairo] Preparation for GStreamer on Windows.
1033 https://bugs.webkit.org/show_bug.cgi?id=125946
1035 Reviewed by Brent Fulgham.
1037 * win/tools/vsprops/FeatureDefinesCairo.props:
1038 Added ENABLE_MEDIA_CONTROLS_SCRIPT and ENABLE_VIDEO_TRACK for DerivedSources.make.
1039 * win/tools/vsprops/GStreamer32.props: Added.
1040 * win/tools/vsprops/GStreamer64.props: Added.
1041 * win/tools/vsprops/GStreamerCommon.props: Added.
1043 2013-12-13 Brent Fulgham <bfulgham@apple.com>
1045 [Win] Unreviewed build fix for VS2013
1047 * win/lib32/WebKitSystemInterface.lib: Updated to use VS2013 _MSC_VER symbols
1050 2013-12-09 Filip Pizlo <fpizlo@apple.com>
1052 Unreviewed, update LLVM binary drops to r196830.
1054 * LLVMIncludesMountainLion.tar.bz2:
1055 * LLVMLibrariesMountainLion.tar.bz2:
1057 2013-12-05 Bear Travis <betravis@adobe.com>
1059 [CSS Shapes] Enable CSS Shapes on Windows
1060 https://bugs.webkit.org/show_bug.cgi?id=89957
1062 Reviewed by Brent Fulgham.
1064 Turn on CSS_SHAPES on Windows now that bug 121883 has been fixed.
1066 * win/tools/vsprops/FeatureDefines.props:
1067 * win/tools/vsprops/FeatureDefinesCairo.props:
1069 2013-11-26 Ryosuke Niwa <rniwa@webkit.org>
1071 Enable HTML template element on Windows ports
1072 https://bugs.webkit.org/show_bug.cgi?id=124758
1074 Reviewed by Andreas Kling.
1076 Enable TEMPLATE_ELEMENT. Also removed UNDO_MANAGER since that feature has been removed
1077 from the tree in r133326.
1079 * win/tools/vsprops/FeatureDefines.props:
1080 * win/tools/vsprops/FeatureDefinesCairo.props:
1082 2013-11-21 Peter Molnar <pmolnar.u-szeged@partner.samsung.com>
1084 Remove ENABLE_WORKERS
1085 https://bugs.webkit.org/show_bug.cgi?id=105784
1087 Reviewed by Darin Adler.
1089 * win/tools/vsprops/FeatureDefines.props:
1090 * win/tools/vsprops/FeatureDefinesCairo.props:
1092 2013-11-17 Filip Pizlo <fpizlo@apple.com>
1094 Update binary drops to include atrick's "Ran out of registers" fix in r194942.
1096 * LLVMIncludesMountainLion.tar.bz2:
1097 * LLVMLibrariesMountainLion.tar.bz2:
1099 2013-11-08 Filip Pizlo <fpizlo@apple.com>
1101 Update binary drops to a version that includes new stackmap fixes and exposes the new calling conventions.
1103 * LLVMIncludesMountainLion.tar.bz2:
1104 * LLVMLibrariesMountainLion.tar.bz2:
1106 2013-11-03 Filip Pizlo <fpizlo@apple.com>
1108 Update binary drops to a version that includes my pretty stack trace changes.
1110 * LLVMIncludesMountainLion.tar.bz2:
1111 * LLVMLibrariesMountainLion.tar.bz2:
1113 2013-11-02 Filip Pizlo <fpizlo@apple.com>
1115 Unreviewed, update binary drops.
1117 These include my LLVMDisablePrettyStackTrace() fix and are built with --enable-crash-overrides=no
1119 * LLVMIncludesMountainLion.tar.bz2:
1120 * LLVMLibrariesMountainLion.tar.bz2:
1122 2013-10-21 Mark Rowe <mrowe@apple.com>
1124 Add a version of WebKitSystemInterface for Mavericks.
1126 Reviewed by Ryosuke Niwa.
1128 * libWebKitSystemInterfaceMavericks.a: Added.
1130 2013-10-17 Anthony Johnson <anthony.johnson@flexsim.com>
1132 Crash fix for Windows XP.
1133 https://bugs.webkit.org/show_bug.cgi?id=122790
1135 Reviewed by Geoffrey Garen.
1137 * win/tools/vsprops/common.props:
1138 Replaced stack and heap sizes of zero with blank stack and heap sizes.
1140 2013-10-16 Filip Pizlo <fpizlo@apple.com>
1142 libllvmForJSC shouldn't call exit(1) on report_fatal_error()
1143 https://bugs.webkit.org/show_bug.cgi?id=122905
1144 <rdar://problem/15237856>
1146 Reviewed by Michael Saboff.
1148 * LLVMIncludesMountainLion.tar.bz2:
1149 * LLVMLibrariesMountainLion.tar.bz2:
1151 2013-10-10 Filip Pizlo <fpizlo@apple.com>
1153 Update the binary drops to the latest version of LLVM, built without -fvisibility=hidden
1154 now that we have soft linking. Also include DataTypes.h in the drop.
1156 Rubber stamped by Michael Saboff.
1158 * LLVMIncludesMountainLion.tar.bz2:
1159 * LLVMLibrariesMountainLion.tar.bz2:
1161 2013-10-01 Filip Pizlo <fpizlo@apple.com>
1163 FTL should use the new version of LLVM MCJIT memory manager APIs that take a SectionName
1164 https://bugs.webkit.org/show_bug.cgi?id=122193
1166 Reviewed by Geoffrey Garen.
1168 * LLVMIncludesMountainLion.tar.bz2:
1169 * LLVMLibrariesMountainLion.tar.bz2:
1171 2013-10-01 Brent Fulgham <bfulgham@apple.com>
1173 [Win] Implement the media controls in JavaScript.
1174 https://bugs.webkit.org/show_bug.cgi?id=122166
1176 Reviewed by Jer Noble.
1178 * win/tools/vsprops/FeatureDefines.props: Activate the
1179 ENABLE_MEDIA_CONTROLS_SCRIPT flag.
1181 2013-09-24 Bear Travis <betravis@adobe.com>
1183 Disable CSS_SHAPES on Windows
1184 https://bugs.webkit.org/show_bug.cgi?id=121879
1186 Reviewed by Brent Fulgham.
1188 Enabling CSS_SHAPES on Windows is currently causing crashes in DRT.
1189 Turn the feature off until it can be appropriately fixed.
1191 * win/tools/vsprops/FeatureDefines.props: Disable on Win port
1192 * win/tools/vsprops/FeatureDefinesCairo.props: Disable on WinCairo port
1194 2013-09-23 Patrick Gansterer <paroga@webkit.org>
1196 use NOMINMAX instead of #define min min
1197 https://bugs.webkit.org/show_bug.cgi?id=73563
1199 Reviewed by Brent Fulgham.
1201 Use NOMINMAX instead of #define min/max as a cleaner
1202 way of ensuring that Windows system header files don't
1203 define min/max as macro in the first place.
1205 * win/tools/vsprops/common.props:
1207 2013-09-20 Mark Rowe <mrowe@apple.com>
1209 Fix link errors for external users when building WebKit with Xcode 5.
1211 Reviewed by Oliver Hunt.
1213 * libWebKitSystemInterfaceLion.a:
1214 * libWebKitSystemInterfaceMountainLion.a:
1216 2013-09-19 Bear Travis <betravis@adobe.com>
1218 CSS_SHAPES not supported on AppleWin port
1219 https://bugs.webkit.org/show_bug.cgi?id=118810
1221 Reviewed by Brent Fulgham.
1223 * win/tools/vsprops/FeatureDefines.props: Add the CSS_SHAPES compile flag on Windows.
1225 2013-09-19 Dan Bernstein <mitz@apple.com>
1227 Removed WebCoreSQLite3. It has been unused for years.
1229 Rubber-stamped by Mark Rowe.
1231 * WebCoreSQLite3: Removed.
1232 * WebCoreSQLite3/sqlite3.h: Removed.
1233 * WebCoreSQLite3/sqlite3ext.h: Removed.
1234 * libWebCoreSQLite3.a: Removed.
1236 2013-09-18 Brent Fulgham <bfulgham@apple.com>
1238 [Windows] Unreviewed build fix: Expose PlatformArchitecture macro to build system.
1240 * win/tools/vsprops/common.props:
1242 2013-09-13 Brent Fulgham <bfulgham@apple.com>
1244 [Windows] Enable Page Visibility API
1245 https://bugs.webkit.org/show_bug.cgi?id=121340
1247 Reviewed by Anders Carlsson.
1249 * win/tools/vsprops/FeatureDefines.props: Activate feature.
1250 * win/tools/vsprops/FeatureDefinesCairo.props: Ditto.
1252 2013-09-12 Brent Fulgham <bfulgham@apple.com>
1254 [Windows] Update WKSI library for Open Source builders.
1256 * win/lib32/WebKitSystemInterface.lib: Recompile with latest WebKit to use newer
1257 WTF.dll symbol exports.
1259 2013-08-29 Filip Pizlo <fpizlo@apple.com>
1261 Just linking LLVM into JSC causes all plugin tests to fail
1262 https://bugs.webkit.org/show_bug.cgi?id=113915
1264 Reviewed by Oliver Hunt.
1266 Updated the binary drops to r189627 of llvm.org, and used the new configure-llvm that does CPPFLAGS=-fvisibility=hidden.
1268 * LLVMIncludesMountainLion.tar.bz2:
1269 * LLVMLibrariesMountainLion.tar.bz2:
1271 2013-08-29 Brent Fulgham <bfulgham@apple.com>
1273 [Windows] Unreviewed build fix after r154847.
1275 * win/tools/vsprops/FeatureDefines.props: Add missing definition for ENABLE_PROMISES
1276 * win/tools/vsprops/FeatureDefinesCairo.props: Ditto
1278 2013-08-26 Brent Fulgham <bfulgham@apple.com>
1280 [Windows] Updates to WKSI to get external builders working.
1282 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
1283 * win/lib32/WebKitSystemInterface.lib:
1285 2013-08-24 Brent Fulgham <bfulgham@apple.com>
1287 [Windows] Another attempt to fix the Windows bots. Need to retain older
1288 QuickTime player features for external builders.
1290 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
1291 * win/lib32/WebKitSystemInterface.lib:
1293 2013-08-23 Brent Fulgham <bfulgham@apple.com>
1295 [Windows] Forgot to check in the header as well!
1297 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
1299 2013-08-23 Brent Fulgham <bfulgham@apple.com>
1301 [Windows] Unreviewed build correction.
1303 * win/lib32/WebKitSystemInterface.lib: Update with new API for r132545.
1305 2013-08-23 Beth Dakin <bdakin@apple.com>
1307 REGRESSION (r132545): Some PDFs generated by WebKit are blank when viewed in
1309 https://bugs.webkit.org/show_bug.cgi?id=120240
1311 <rdar://problem/14634453>
1313 Reviewed by Anders Carlsson.
1315 * WebKitSystemInterface.h:
1316 * libWebKitSystemInterfaceLion.a:
1317 * libWebKitSystemInterfaceMountainLion.a:
1319 2013-08-23 Alex Christensen <achristensen@apple.com>
1321 Re-separating Win32 and Win64 builds.
1322 https://bugs.webkit.org/show_bug.cgi?id=120178
1324 Reviewed by Brent Fulgham.
1326 * win/tools/vsprops/common.props:
1327 Export PlatformArchitecture to be used by make and cmd scripts.
1328 Use PlatformArchitecture to determine correct build directory
1329 (lib32/bin32/obj32 or lib64/bin64/obj64).
1331 2013-08-22 Filip Pizlo <fpizlo@apple.com>
1333 Update LLVM binary drops and scripts to the latest version from SVN
1334 https://bugs.webkit.org/show_bug.cgi?id=120184
1336 Reviewed by Mark Hahnenberg.
1338 Updated binary drops to r189066.
1340 * LLVMIncludesMountainLion.tar.bz2:
1341 * LLVMLibrariesMountainLion.tar.bz2:
1343 2013-08-21 Commit Queue <commit-queue@webkit.org>
1345 Unreviewed, rolling out r154416.
1346 http://trac.webkit.org/changeset/154416
1347 https://bugs.webkit.org/show_bug.cgi?id=120147
1349 Broke Windows builds (Requested by rniwa on #webkit).
1351 * win/tools/vsprops/common.props:
1353 2013-08-21 Alex Christensen <achristensen@apple.com>
1355 <https://webkit.org/b/120137> Separating Win32 and Win64 builds.
1357 Reviewed by Brent Fulgham.
1359 * win/tools/vsprops/common.props:
1360 Export PlatformArchitecture to be used by make and cmd scripts.
1361 Use PlatformArchitecture to determine correct build directory
1362 (lib32/bin32/obj32 or lib64/bin64/obj64).
1364 2013-08-21 Brent Fulgham <bfulgham@apple.com>
1366 <https://webkit.org/b/120113> [Windows] Enable CSS_IMAGE_SET
1368 Reviewed by Anders Carlsson.
1370 * win/tools/vsprops/FeatureDefines.props: Enable CSS_IMAGE_SET feature.
1371 * win/tools/vsprops/FeatureDefinesCairo.props: Ditto.
1373 2013-08-15 Eric Carlson <eric.carlson@apple.com>
1375 [Mac] Remove "legacy" media UI
1376 https://bugs.webkit.org/show_bug.cgi?id=119752
1378 Reviewed by Jer Noble.
1380 * WebKitSystemInterface.h:
1381 * libWebKitSystemInterfaceLion.a:
1382 * libWebKitSystemInterfaceMountainLion.a:
1384 2013-08-13 Simon Fraser <simon.fraser@apple.com>
1386 Various media tests spew "CGContextScaleCTM: invalid context 0x0" errors
1387 https://bugs.webkit.org/show_bug.cgi?id=119490
1389 New versions of WKSI that fix a bug that caused spew about null CGContexts,
1390 and update WebKitSystemInterface.h.
1392 * WebKitSystemInterface.h:
1393 * libWebKitSystemInterfaceLion.a:
1394 * libWebKitSystemInterfaceMountainLion.a:
1396 2013-08-08 Alex Christensen <achristensen@apple.com>
1398 Windows build fixes.
1400 Rubberstamped by Brent Fulgham.
1402 * win/tools/vsprops/debug_wincairo.props: Removed MinimalRebuild option preventing parallel compiling.
1404 2013-07-30 Sanghyun Park <sh919.park@samsung.com>
1406 Missing the rename REGISTER_PROCOTOL_HANDLER Macro to NAVIGATOR_CONTENT_UTILS in WebKitLibraries.
1407 https://bugs.webkit.org/show_bug.cgi?id=119239
1409 According to "https://bugs.webkit.org/show_bug.cgi?id=94920", REGISTER_PROCOTOL_HANDLER macro was changed to NAVIGATOR_CONTENT_UTILS.
1410 But, FeatureDefines.props and FeatureDefinesCairo.props was not changed.
1412 Reviewed by Brent Fulgham.
1414 * win/tools/vsprops/FeatureDefines.props:
1415 * win/tools/vsprops/FeatureDefinesCairo.props:
1417 2013-05-22 Filip Pizlo <fpizlo@apple.com>
1419 Updated LLVM drops to include MCJIT memory management APIs.
1421 Rubber stamped by Mark Hahnenberg.
1423 * LLVMIncludesMountainLion.tar.bz2:
1424 * LLVMLibrariesMountainLion.tar.bz2:
1426 2013-04-30 Filip Pizlo <fpizlo@apple.com>
1428 Updated LLVM drops to include MCJIT fixes and newly exposed API.
1430 Rubber stamped by Mark Hahnenberg.
1432 * LLVMIncludesMountainLion.tar.bz2:
1433 * LLVMLibrariesMountainLion.tar.bz2:
1435 2013-04-16 Filip Pizlo <fpizlo@apple.com>
1437 Updated LLVM drops to include MCJIT fixes.
1439 * LLVMIncludesMountainLion.tar.bz2:
1440 * LLVMLibrariesMountainLion.tar.bz2:
1442 2013-04-03 Filip Pizlo <fpizlo@apple.com>
1444 Updated LLVM drops to include LLVM_DO_NOT_INCLUDE_CPP_HEADERS changes.
1446 Rubber stamped by Mark Hahnenberg.
1448 * LLVMIncludesMountainLion.tar.bz2:
1449 * LLVMLibrariesMountainLion.tar.bz2:
1451 2013-03-29 Filip Pizlo <fpizlo@apple.com>
1453 fourthTier: Check in a known-good build of LLVM into WebKitLibraries, and have a story for updating it
1454 https://bugs.webkit.org/show_bug.cgi?id=113452
1456 Rubber stamped by Mark Hahnenberg.
1458 * LLVMIncludesMountainLion.tar.bz2: Added.
1459 * LLVMLibrariesMountainLion.tar.bz2: Added.
1461 2013-07-18 Roger Fong <roger_fong@apple.com>
1463 Make sure to link against _debug binaries when appropriate.
1464 <rdar://problem/14473010>.
1466 * win/tools/vsprops/debugsuffix.props:
1468 2013-07-02 Commit Queue <commit-queue@webkit.org>
1470 Unreviewed, rolling out r152233.
1471 http://trac.webkit.org/changeset/152233
1472 https://bugs.webkit.org/show_bug.cgi?id=118304
1474 hopeful attempt to restore windows buildage (Requested by
1477 * win/tools/vsprops/debugsuffix.props:
1479 2013-07-01 Brent Fulgham <bfulgham@apple.com>
1481 [Windows] Unreviewed correction to DEBUG_ALL target. Target was undefining DEBUG_ALL and DEBUG_INTERNAL,
1482 which prevented proper build operation.
1484 * win/tools/vsprops/debugsuffix.props: We should DEFINE (not UNDEFINE) the DEBUG_ALL and DEBUG_INTERNAL
1485 macros when building with 'debugsuffix' target.
1487 2013-06-18 Roger Fong <roger_fong@apple.com>
1489 Replace tools32 folder with tools and update WebKit Windows solution accordingly.
1490 <rdar://problem/14118143>.
1492 Rubberstamped by Brent Fulgham.
1494 * win/tools: Copied from win/tools32.
1495 * win/tools/WinTools.make:
1496 * win/tools/scripts/auto-version.sh:
1497 * win/tools/scripts/feature-defines.sh:
1498 * win/tools32: Removed.
1499 * win/tools32/WinTools.make: Removed.
1500 * win/tools32/scripts: Removed.
1501 * win/tools32/scripts/COPYRIGHT-END-YEAR: Removed.
1502 * win/tools32/scripts/VERSION: Removed.
1503 * win/tools32/scripts/auto-version.sh: Removed.
1504 * win/tools32/scripts/feature-defines.sh: Removed.
1505 * win/tools32/vsprops: Removed.
1506 * win/tools32/vsprops/FeatureDefines.props: Removed.
1507 * win/tools32/vsprops/FeatureDefines.vsprops: Removed.
1508 * win/tools32/vsprops/FeatureDefinesCairo.props: Removed.
1509 * win/tools32/vsprops/FeatureDefinesCairo.vsprops: Removed.
1510 * win/tools32/vsprops/WinCairo.props: Removed.
1511 * win/tools32/vsprops/WinCairo.vsprops: Removed.
1512 * win/tools32/vsprops/cURL.props: Removed.
1513 * win/tools32/vsprops/cURL.vsprops: Removed.
1514 * win/tools32/vsprops/common.props: Removed.
1515 * win/tools32/vsprops/common.vsprops: Removed.
1516 * win/tools32/vsprops/debug.props: Removed.
1517 * win/tools32/vsprops/debug.vsprops: Removed.
1518 * win/tools32/vsprops/debug_all.vsprops: Removed.
1519 * win/tools32/vsprops/debug_wincairo.props: Removed.
1520 * win/tools32/vsprops/debug_wincairo.vsprops: Removed.
1521 * win/tools32/vsprops/debugsuffix.props: Removed.
1522 * win/tools32/vsprops/production.props: Removed.
1523 * win/tools32/vsprops/production.vsprops: Removed.
1524 * win/tools32/vsprops/release.props: Removed.
1525 * win/tools32/vsprops/release.vsprops: Removed.
1526 * win/tools32/vsprops/releaseproduction.vsprops: Removed.
1528 2013-06-12 Brent Fulgham <bfulgham@webkit.org>
1530 [WinCairo] Unreviewed build correction.
1532 * win/tools32/vsprops/WinCairo.props: Switch from using the
1533 $WebKitLibraries environment variable to the newer
1535 * win/tools32/vsprops/debug_wincairo.props: Ditto.
1537 2013-06-11 Roger Fong <roger_fong@apple.com>
1539 Unreviewed. Another part of rollout of r151408.
1541 * win/tools64: Removed.
1542 * win/tools64/scripts: Removed.
1543 * win/tools64/vsprops: Removed.
1545 2013-06-11 Roger Fong <roger_fong@apple.com>
1547 Unreviewed. WinTools makefile fix.
1549 * win/tools32/WinTools.make:
1551 2013-06-11 Commit Queue <commit-queue@webkit.org>
1553 Unreviewed, rolling out r151408.
1554 http://trac.webkit.org/changeset/151408
1555 https://bugs.webkit.org/show_bug.cgi?id=117519
1557 Opting for a different approach (Requested by rfong on
1560 * win/WinTools.make: Removed.
1561 * win/tools32/WinTools.make: Renamed from WebKitLibraries/win/tools64/WinTools.make.
1562 * win/tools64/scripts/COPYRIGHT-END-YEAR: Removed.
1563 * win/tools64/scripts/VERSION: Removed.
1564 * win/tools64/scripts/auto-version.sh: Removed.
1565 * win/tools64/scripts/feature-defines.sh: Removed.
1566 * win/tools64/vsprops/FeatureDefines.props: Removed.
1567 * win/tools64/vsprops/FeatureDefines.vsprops: Removed.
1568 * win/tools64/vsprops/FeatureDefinesCairo.props: Removed.
1569 * win/tools64/vsprops/FeatureDefinesCairo.vsprops: Removed.
1570 * win/tools64/vsprops/WinCairo.props: Removed.
1571 * win/tools64/vsprops/WinCairo.vsprops: Removed.
1572 * win/tools64/vsprops/cURL.props: Removed.
1573 * win/tools64/vsprops/cURL.vsprops: Removed.
1574 * win/tools64/vsprops/common.props: Removed.
1575 * win/tools64/vsprops/common.vsprops: Removed.
1576 * win/tools64/vsprops/debug.props: Removed.
1577 * win/tools64/vsprops/debug.vsprops: Removed.
1578 * win/tools64/vsprops/debug_all.vsprops: Removed.
1579 * win/tools64/vsprops/debug_wincairo.props: Removed.
1580 * win/tools64/vsprops/debug_wincairo.vsprops: Removed.
1581 * win/tools64/vsprops/debugsuffix.props: Removed.
1582 * win/tools64/vsprops/production.props: Removed.
1583 * win/tools64/vsprops/production.vsprops: Removed.
1584 * win/tools64/vsprops/release.props: Removed.
1585 * win/tools64/vsprops/release.vsprops: Removed.
1586 * win/tools64/vsprops/releaseproduction.vsprops: Removed.
1588 2013-06-10 Roger Fong <roger_fong@apple.com>
1590 Change WebKitLibraries/win folder structure around.
1591 <rdar://problem/14097829>
1593 Reviewed by Lucas Forschler.
1595 * win/WinTools.make: Copied from win/tools32/WinTools.make.
1596 * win/tools32/WinTools.make: Removed.
1597 * win/tools64: Copied from win/tools32.
1599 2013-06-05 Bear Travis <betravis@adobe.com>
1601 [CSS Exclusions][CSS Shapes] Split CSS Exclusions & Shapes compile & runtime flags
1602 https://bugs.webkit.org/show_bug.cgi?id=117172
1604 Reviewed by Alexandru Chiculita.
1606 Adding the CSS_SHAPES compile flag.
1608 * win/tools32/vsprops/FeatureDefines.vsprops:
1609 * win/tools32/vsprops/FeatureDefinesCairo.vsprops:
1611 2013-06-03 Roger Fong <roger_fong@apple.com>
1613 Unreviewed. Some AppleWin VS2010 house cleaning.
1615 * win/tools32/scripts/auto-version.sh: Replaced with win/tools32/scripts/auto-version2010.sh.
1616 * win/tools32/scripts/auto-version2010.sh: Removed.
1617 * win/tools32/scripts/feature-defines.sh: Replaced with win/tools32/scripts/feature-defines2010.sh.
1618 * win/tools32/scripts/feature-defines2010.sh: Removed.
1620 2013-06-03 Roger Fong <roger_fong@apple.com>
1622 Nuke VS2005 files from the tree.
1623 <rdar://problem/14042021>.
1625 Rubberstamped by Brent Fulgham.
1628 * win/lib/WebKitSystemInterface.lib: Removed.
1629 * win/tools: Removed.
1630 * win/tools/WinTools.make: Removed.
1631 * win/tools/scripts: Removed.
1632 * win/tools/scripts/COPYRIGHT-END-YEAR: Removed.
1633 * win/tools/scripts/VERSION: Removed.
1634 * win/tools/scripts/auto-version.sh: Removed.
1635 * win/tools/scripts/auto-version2010.sh: Removed.
1636 * win/tools/scripts/feature-defines.sh: Removed.
1637 * win/tools/scripts/feature-defines2010.sh: Removed.
1638 * win/tools/vsprops: Removed.
1639 * win/tools/vsprops/FeatureDefines.props: Removed.
1640 * win/tools/vsprops/FeatureDefines.vsprops: Removed.
1641 * win/tools/vsprops/FeatureDefinesCairo.props: Removed.
1642 * win/tools/vsprops/FeatureDefinesCairo.vsprops: Removed.
1643 * win/tools/vsprops/WinCairo.props: Removed.
1644 * win/tools/vsprops/WinCairo.vsprops: Removed.
1645 * win/tools/vsprops/cURL.props: Removed.
1646 * win/tools/vsprops/cURL.vsprops: Removed.
1647 * win/tools/vsprops/common.props: Removed.
1648 * win/tools/vsprops/common.vsprops: Removed.
1649 * win/tools/vsprops/debug.props: Removed.
1650 * win/tools/vsprops/debug.vsprops: Removed.
1651 * win/tools/vsprops/debug_all.vsprops: Removed.
1652 * win/tools/vsprops/debug_wincairo.props: Removed.
1653 * win/tools/vsprops/debug_wincairo.vsprops: Removed.
1654 * win/tools/vsprops/debugsuffix.props: Removed.
1655 * win/tools/vsprops/production.props: Removed.
1656 * win/tools/vsprops/production.vsprops: Removed.
1657 * win/tools/vsprops/release.props: Removed.
1658 * win/tools/vsprops/release.vsprops: Removed.
1659 * win/tools/vsprops/releaseproduction.vsprops: Removed.
1661 2013-05-29 Jeffrey Pfau <jpfau@apple.com>
1663 [Mac] Enable cache partitioning and the public suffix list on 10.8
1664 <rdar://problem/13679019>
1666 Rubber-stamped by David Kilzer.
1668 * WebKitSystemInterface.h:
1669 * libWebKitSystemInterfaceLion.a:
1670 * libWebKitSystemInterfaceMountainLion.a:
1672 2013-05-14 Beth Dakin <bdakin@apple.com>
1674 Printing in 1Password app is broken with screen fonts disabled
1675 https://bugs.webkit.org/show_bug.cgi?id=116133
1677 <rdar://problem/13162981>
1679 Reviewed by Anders Carlsson.
1681 Need WKExecutableWasLinkedOnOrBeforeMountainLion() for this quirk.
1683 * libWebKitSystemInterfaceLion.a:
1684 * libWebKitSystemInterfaceMountainLion.a:
1686 2013-05-08 Roger Fong <roger_fong@apple.com>
1688 Unreviewed. Update WebKitLibraries/win to handle different architectures properly.
1690 * win/lib32: Copied from win/lib.
1691 * win/tools/WinTools.make:
1693 2013-05-02 Roger Fong <roger_fong@apple.com>
1695 Unreviewed Windows build fix.
1697 * win/lib/WebKitSystemInterface.lib:
1699 2013-05-01 Alexey Proskuryakov <ap@apple.com>
1701 Update WebKitSystemInterface.
1703 * WebKitSystemInterface.h:
1704 * libWebKitSystemInterfaceLion.a:
1705 * libWebKitSystemInterfaceMountainLion.a:
1707 2013-04-29 Chris Fleizach <cfleizach@apple.com>
1709 WEB SPEECH: need to identify the default voice per language
1710 https://bugs.webkit.org/show_bug.cgi?id=115366
1712 Reviewed by Simon Fraser.
1714 * WebKitSystemInterface.h:
1715 * libWebKitSystemInterfaceLion.a:
1716 * libWebKitSystemInterfaceMountainLion.a:
1718 2013-04-29 Roger Fong <roger_fong@apple.com>
1720 Need a tools32 folder for VS2010 builds.
1721 tools folder will be nuked when we nuke VS2005.
1723 * win/tools32: Copied from WebKitLibraries/win/tools.
1725 2013-04-26 Roger Fong <roger_fong@apple.com>
1727 Disable sub-pixel-layout on Apple Windows port, VS2005 edition.
1729 * win/tools/vsprops/FeatureDefines.vsprops:
1731 2013-04-26 Roger Fong <roger_fong@apple.com>
1733 Disable sub-pixel-layout on Apple Windows port.
1735 * win/tools/vsprops/FeatureDefines.props:
1737 2013-04-26 Roger Fong <roger_fong@apple.com>
1739 Make Apple Windows VS2010 build results into and get dependencies from __32 suffixed folders.
1740 Make the DebugSuffix configuration use _debug dependencies.
1742 * win/tools/WinTools.make:
1743 * win/tools/scripts/auto-version2010.sh:
1744 * win/tools/scripts/feature-defines2010.sh:
1745 * win/tools/vsprops/common.props:
1746 * win/tools/vsprops/debugsuffix.props:
1748 2013-04-25 Chris Fleizach <cfleizach@apple.com>
1750 WEB SPEECH: language support does not work as expected
1751 https://bugs.webkit.org/show_bug.cgi?id=115119
1753 Reviewed by Alexey Proskuryakov.
1755 * WebKitSystemInterface.h:
1757 2013-04-24 Roger Fong <roger_fong@apple.com>
1759 Have VS2010 WebKit solution look in WebKit_Libraries/lib32 for dependencies.
1761 * win/tools/vsprops/common.props:
1763 2013-04-23 Antoine Quint <graouts@apple.com>
1765 Initial advance of text runs should be taken into account
1766 https://bugs.webkit.org/show_bug.cgi?id=114949
1768 Reviewed by Darin Adler.
1770 * WebKitSystemInterface.h:
1771 * libWebKitSystemInterfaceLion.a:
1772 * libWebKitSystemInterfaceMountainLion.a:
1774 2013-04-12 Jeffrey Pfau <jpfau@apple.com>
1776 Query directly for cache partition names
1777 https://bugs.webkit.org/show_bug.cgi?id=114538
1779 Reviewed by David Kilzer.
1781 * WebKitSystemInterface.h:
1782 * libWebKitSystemInterfaceLion.a:
1783 * libWebKitSystemInterfaceMountainLion.a:
1785 2013-04-08 Roger Fong <roger_fong@apple.com>
1789 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
1790 * win/lib/WebKitSystemInterface.lib:
1792 2013-04-11 Alexey Proskuryakov <ap@apple.com>
1794 <rdar://problem/10416316> [Mac] WebSocket doesn't work with authenticating proxies
1795 https://bugs.webkit.org/show_bug.cgi?id=114464
1797 Update WebKitSystemInterface.
1799 * WebKitSystemInterface.h:
1800 * libWebKitSystemInterfaceLion.a:
1801 * libWebKitSystemInterfaceMountainLion.a:
1803 2013-04-10 Benjamin Poulain <bpoulain@apple.com>
1805 Mass remove all the empty directories
1807 Rubberstamped by Ryosuke Niwa.
1810 * win/lib/WebKitSystemInterface: Removed.
1812 2013-04-05 Roger Fong <roger_fong@apple.com>
1814 More VS2010 solution makefile fixes.
1815 <rdar://problem/13588964>
1817 * win/tools/WinTools.make:
1819 2013-04-03 Brent Fulgham <bfulgham@webkit.org>
1821 [Windows, WinCairo] Unreviewed VS2010 Build Correction
1823 * win/tools/scripts/auto-version2010.sh: Added properties svn:eol-style and svn:executable.
1824 * win/tools/scripts/feature-defines2010.sh: Added properties svn:eol-style and svn:executable.
1826 2013-04-01 Roger Fong <roger_fong@apple.com>
1828 Update FEATURE_DEFINES string generation for VS2010 solution.
1829 https://bugs.webkit.org/show_bug.cgi?id=113737.
1831 Reviewed by Timothy Horton.
1833 * win/tools/scripts/feature-defines2010.sh: Added.
1835 2013-03-29 Roger Fong <roger_fong@apple.com>
1837 Unreviewed. Rollout r146818.
1839 * win/tools/vsprops/FeatureDefines.props:
1841 2013-03-25 Kent Tamura <tkent@chromium.org>
1843 Rename ENABLE_INPUT_TYPE_DATETIME
1844 https://bugs.webkit.org/show_bug.cgi?id=113254
1846 Reviewed by Kentaro Hara.
1848 Rename ENABLE_INPUT_TYPE_DATETIME to ENABLE_INPUT_TYPE_DATETIME_INCOMPLETE.
1849 Actually I'd like to remove the code, but we shouldn't remove it yet
1850 because we shipped products with it on some platforms.
1852 * win/tools/vsprops/FeatureDefines.props:
1853 * win/tools/vsprops/FeatureDefines.vsprops:
1854 * win/tools/vsprops/FeatureDefinesCairo.props:
1855 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
1857 2013-03-25 Sheriff Bot <webkit.review.bot@gmail.com>
1859 Unreviewed, rolling out r146816, r146821, and r146830.
1860 http://trac.webkit.org/changeset/146816
1861 http://trac.webkit.org/changeset/146821
1862 http://trac.webkit.org/changeset/146830
1863 https://bugs.webkit.org/show_bug.cgi?id=113262
1865 Broke all the Windows tests (Requested by rfong on #webkit).
1867 * win/tools/vsprops/FeatureDefines.vsprops:
1869 2013-03-25 Roger Fong <roger_fong@apple.com>
1871 Unreviewed. Also enable CSS_REGIONS and EXCLUSIONS for VS2010 solution.
1873 * win/tools/vsprops/FeatureDefines.props:
1875 2013-03-25 Roger Fong <roger_fong@apple.com>
1877 Enable CSS_REGIONS and CSS_EXCLUSIONS.
1878 https://bugs.webkit.org/show_bug.cgi?id=87519
1880 Reviewed by Timothy Horton.
1882 * win/tools/vsprops/FeatureDefines.vsprops:
1884 2013-03-21 Roger Fong <roger_fong@apple.com>
1886 Unreviewed. Move common props files for VS2010 solution to WebKitLibraries folder and update all projects accordingly.
1888 * win/tools/vsprops/FeatureDefines.props: Copied from ../Source/WebKit/WebKit.vcxproj/FeatureDefines.props.
1889 * win/tools/vsprops/FeatureDefinesCairo.props: Copied from ../Source/WebKit/WebKit.vcxproj/FeatureDefinesCairo.props.
1890 * win/tools/vsprops/WinCairo.props: Copied from ../Source/WebKit/WebKit.vcxproj/WinCairo.props.
1891 * win/tools/vsprops/cURL.props: Copied from ../Source/WebKit/WebKit.vcxproj/WebKit/cURL.props.
1892 * win/tools/vsprops/common.props: Copied from ../Source/WebKit/WebKit.vcxproj/common.props.
1893 * win/tools/vsprops/debug.props: Copied from ../Source/WebKit/WebKit.vcxproj/debug.props.
1894 * win/tools/vsprops/debug_wincairo.props: Copied from ../Source/WebKit/WebKit.vcxproj/debug_wincairo.props.
1895 * win/tools/vsprops/debugsuffix.props: Copied from ../Source/WebKit/WebKit.vcxproj/debugsuffix.props.
1896 * win/tools/vsprops/production.props: Copied from ../Source/WebKit/WebKit.vcxproj/production.props.
1897 * win/tools/vsprops/release.props: Copied from ../Source/WebKit/WebKit.vcxproj/release.props.
1899 2013-03-19 Brent Fulgham <bfulgham@webkit.org>
1901 [WinCairo] Unreviewed build fix.
1903 * win/tools/vsprops/FeatureDefinesCairo.vsprops: This file was out
1904 of sync with the main Windows build, and the VS2010 version of the
1905 WinCairo port, preventing consistent builds.
1907 2013-03-13 Ryosuke Niwa <rniwa@webkit.org>
1909 Threaded HTML Parser is missing feature define flags in all but Chromium port's build files
1910 https://bugs.webkit.org/show_bug.cgi?id=112277
1912 Reviewed by Adam Barth.
1914 * win/tools/vsprops/FeatureDefines.vsprops:
1915 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
1917 2013-03-06 Jer Noble <jer.noble@apple.com>
1919 Unreviewed roll-out of r145011.
1921 * win/tools/vsprops/FeatureDefines.vsprops:
1923 2013-03-06 Jer Noble <jer.noble@apple.com>
1925 Unreviewed build fix. Add ENABLE_CURSOR_VISIBILITY to the list of FEATURE_DEFINES for
1926 (non-Cairo) Windows builds.
1928 * win/tools/vsprops/FeatureDefines.vsprops:
1930 2013-03-05 Kiran Muppala <cmuppala@apple.com>
1932 Remove deprecated process suppression assertion SPI from WebKitSystemInterface
1933 https://bugs.webkit.org/show_bug.cgi?id=111501
1935 Reviewed by Alexey Proskuryakov.
1937 https://bugs.webkit.org/show_bug.cgi?id=111387 replaced all usage of
1938 WKNSProcessInfoProcessAssertionWithTypes() with
1939 -[NSProcessInfo beginSuspensionOfSystemBehaviors:]. Hence, remove
1940 the now deprecated SPI.
1942 * WebKitSystemInterface.h: Remove
1943 WKNSProcessInfoProcessAssertionWithTypes and associated declarations.
1945 2013-03-05 Kiran Muppala <cmuppala@apple.com>
1947 Use new assertion API for process suppression on Mac
1948 https://bugs.webkit.org/show_bug.cgi?id=111387
1950 Reviewed by Alexey Proskuryakov.
1952 Add WKProcessSuppressionSystemBehaviors constant for use in WebKit2 to
1953 take a process suppression assertion.
1955 * WebKitSystemInterface.h:
1957 2013-03-05 Jeffrey Pfau <jpfau@apple.com>
1959 Clear associated cache partitions when deleting origins' cache
1960 https://bugs.webkit.org/show_bug.cgi?id=111383
1962 Reviewed by Maciej Stachowiak.
1964 * WebKitSystemInterface.h:
1965 * libWebKitSystemInterfaceLion.a:
1966 * libWebKitSystemInterfaceMountainLion.a:
1968 2013-03-04 Kunihiko Sakamoto <ksakamoto@chromium.org>
1970 Add build flag for FontLoader
1971 https://bugs.webkit.org/show_bug.cgi?id=111289
1973 Reviewed by Benjamin Poulain.
1975 Add ENABLE_FONT_LOAD_EVENTS build flag (disabled by default).
1977 * win/tools/vsprops/FeatureDefines.vsprops:
1978 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
1980 2013-02-27 Glenn Adams <glenn@skynav.com>
1982 Add ENABLE_CSS3_TEXT_LINE_BREAK flag.
1983 https://bugs.webkit.org/show_bug.cgi?id=110944
1985 Reviewed by Dean Jackson.
1987 * win/tools/vsprops/FeatureDefines.vsprops:
1988 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
1990 2013-02-21 Jeffrey Pfau <jpfau@apple.com>
1992 Optionally partition cache to prevent using cache for tracking
1993 https://bugs.webkit.org/show_bug.cgi?id=110269
1995 Reviewed by Maciej Stachowiak.
1997 Update WKSI bindings.
1999 * WebKitSystemInterface.h:
2000 * libWebKitSystemInterfaceLion.a:
2001 * libWebKitSystemInterfaceMountainLion.a:
2003 2013-02-22 Aaron Colwell <acolwell@chromium.org>
2005 Disable MediaSource on Apple Windows port
2006 https://bugs.webkit.org/show_bug.cgi?id=110494
2008 Reviewed by Tim Horton.
2010 * win/tools/vsprops/FeatureDefines.vsprops:
2012 2013-02-22 Roger Fong <roger_fong@apple.com>
2014 Unreviewed. Make WinTools.make stop copying vsprops into nested vsprops folders.
2016 * win/tools/WinTools.make:
2018 2013-02-14 Anders Carlsson <andersca@apple.com>
2020 Add WKContextIsPlugInUpdateAvailable
2021 https://bugs.webkit.org/show_bug.cgi?id=109862
2022 <rdar://problem/13173140>
2024 Reviewed by Sam Weinig.
2026 Roll WebKitSystemInterface DEPS.
2028 * WebKitSystemInterface.h:
2029 * libWebKitSystemInterfaceLion.a:
2030 * libWebKitSystemInterfaceMountainLion.a:
2032 2013-02-13 Roger Fong <roger_fong@apple.com>
2034 Move all .props files from WebKitLibraries folder to WebKit Source folder.
2035 https://bugs.webkit.org/show_bug.cgi?id=109761
2037 Reviewed by Brent Fulgham.
2039 * win/tools/vsprops/FeatureDefines.props: Removed.
2040 * win/tools/vsprops/common.props: Removed.
2041 * win/tools/vsprops/debug.props: Removed.
2042 * win/tools/vsprops/release.props: Removed.
2043 * win/tools/vsprops/releaseproduction.props: Removed.
2045 2013-02-07 Roger Fong <roger_fong@apple.com>
2047 Unreviewed. More VS2010 WebKit solution touchups.
2048 Move an ignored warning from a project to common properties.
2050 * win/tools/vsprops/common.props:
2052 2013-02-06 Mike West <mkwst@chromium.org>
2054 Add an ENABLE_NOSNIFF feature flag.
2055 https://bugs.webkit.org/show_bug.cgi?id=109029
2057 Reviewed by Jochen Eisinger.
2059 This new flag will control the behavior of 'X-Content-Type-Options: nosniff'
2060 when processing script and other resource types.
2062 * win/tools/vsprops/FeatureDefines.vsprops:
2063 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2065 2013-02-01 Alexis Menard <alexis@webkit.org>
2067 Enable unprefixed CSS transitions by default.
2068 https://bugs.webkit.org/show_bug.cgi?id=108216
2070 Reviewed by Dean Jackson.
2072 Rename the flag CSS_TRANSFORMS_ANIMATIONS_TRANSITIONS_UNPREFIXED
2073 to CSS_TRANSFORMS_ANIMATIONS_UNPREFIXED which will be used later to
2074 guard the unprefixing work for CSS Transforms and animations.
2076 * win/tools/vsprops/FeatureDefines.vsprops:
2077 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2079 2013-01-30 Alexey Proskuryakov <ap@apple.com>
2081 Update WebKitSystemInterface for <rdar://problem/13111288>.
2083 * libWebKitSystemInterfaceLion.a:
2084 * libWebKitSystemInterfaceMountainLion.a:
2086 * WebKitSystemInterface.h: Removed WKEnterPluginSandbox, which has been unused now.
2088 2013-01-28 Kiran Muppala <cmuppala@apple.com>
2090 Add window occlusion criteria to determine page visibility on Mac
2091 https://bugs.webkit.org/show_bug.cgi?id=107494
2093 Reviewed by Simon Fraser.
2095 Add enum constants to specify window occlusion notification type to
2096 notification registration/unregistration methods. Add typedef for
2097 window ID data passed to the window occlusion notification handler.
2098 Add method to enable occlusion notifications for a particular window.
2100 * WebKitSystemInterface.h: Add
2101 WKOcclusionNotificationTypeWindowBecameVisible,
2102 WKOcclusionNotificationTypeWindowBecameOccluded,
2104 WKEnableWindowOcclusionNotifications().
2106 2013-01-25 Andy Estes <aestes@apple.com>
2108 Update WKSI header and libraries after r140875.
2110 * WebKitSystemInterface.h:
2111 * libWebKitSystemInterfaceLion.a:
2112 * libWebKitSystemInterfaceMountainLion.a:
2114 2013-01-24 Brent Fulgham <bfulgham@webkit.org>
2116 Get WTF compiling in VS2010 (32bit)
2117 https://bugs.webkit.org/show_bug.cgi?id=106986
2119 Reviewed by Tim Horton.
2121 If you do not have Cygwin in the overall operating system
2122 PATH, the project will not build. In VS2005 we had logic
2123 in the build system to guard against this. We should
2124 retain this in the VS2010 work.
2126 Furthermore, VS2010 has a nasty bug where to Visual Studio
2127 tools path is not defined when performing a 'clean' phase
2128 on an NMAKE-based build. This is corrected here as well.
2130 * win/tools/vsprops/common.props: Revise environment setup
2131 to ensure proper tools are in path during build.
2133 2013-01-19 Roger Fong <roger_fong@apple.com>
2135 Add WebKitLibraries property sheets for compiling WebKit in VS2010.
2136 https://bugs.webkit.org/show_bug.cgi?id=106949
2138 Reviewed by Brent Fulgham.
2140 * win/tools/vsprops/FeatureDefines.props: Added.
2141 * win/tools/vsprops/common.props: Added.
2142 * win/tools/vsprops/debug.props: Added.
2143 * win/tools/vsprops/release.props: Added.
2144 * win/tools/vsprops/releaseproduction.props: Added.
2146 2013-01-21 Dirk Schulze <dschulze@adobe.com>
2148 Add build flag for Canvas's Path object (disabled by default)
2149 https://bugs.webkit.org/show_bug.cgi?id=107473
2151 Reviewed by Dean Jackson.
2153 Add CANVAS_PATH build flag to build systems.
2155 * win/tools/vsprops/FeatureDefines.vsprops:
2156 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2158 2013-01-10 Roger Fong <roger_fong@apple.com>
2160 Update WebkitSystemInterface lib for Windows port.
2161 This hasn't been done in a while and the current one is out of date.
2162 In addition I believe it will fix:
2163 <rdar://problem/12990844>
2165 Rubberstamped by Timothy Horton.
2167 * win/lib/WebKitSystemInterface.lib:
2169 2013-01-08 Kiran Muppala <cmuppala@apple.com>
2171 Add WebKitSystemInterface needed for overriding system proxies on Mac
2172 https://bugs.webkit.org/show_bug.cgi?id=106410
2174 Reviewed by Stephanie Lewis.
2176 This patch is in anticipation of the fix for https://bugs.webkit.org/show_bug.cgi?id=104197,
2177 Add user defaults to override system proxy settings for NetworkProcess on Mac, which
2178 is awaiting the approval of a WebKit2 committer. Commiting the WKSI portion separately,
2179 so that the internal repository commit for generating the WKSI libraries does not have to
2180 be rolled back every time the rest of the patch changes.
2182 Add WKCFNetworkSetOverrideSystemProxySettings(), needed by NetworkProcess to set
2183 custom proxies during initialization.
2185 * WebKitSystemInterface.h:
2186 * libWebKitSystemInterfaceLion.a:
2187 * libWebKitSystemInterfaceMountainLion.a:
2189 2013-01-04 Adam Klein <adamk@chromium.org>
2191 Remove ENABLE_MUTATION_OBSERVERS #define
2192 https://bugs.webkit.org/show_bug.cgi?id=105459
2194 Reviewed by Ryosuke Niwa.
2196 * win/tools/vsprops/FeatureDefines.vsprops:
2197 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2199 2013-01-01 Dan Bernstein <mitz@apple.com>
2201 <rdar://problem/12942239> Update copyright strings
2203 Reviewed by Sam Weinig.
2205 * win/tools/scripts/COPYRIGHT-END-YEAR:
2207 2012-12-28 Mark Rowe <mrowe@apple.com>
2209 Move logic for extracting the OS X marketing version in to WebCore
2210 <http://webkit.org/b/105841> / <rdar://problem/10736041>
2212 Reviewed by Dan Bernstein.
2214 * WebKitSystemInterface.h:
2216 2012-12-19 Kiran Muppala <cmuppala@apple.com>
2218 Adopt new assertion SPI for process suppression on Mac
2219 https://bugs.webkit.org/show_bug.cgi?id=105378
2221 Reviewed by Mark Rowe.
2223 Add WKNSProcessInfoProcessAssertionWithTypes().
2225 * WebKitSystemInterface.h:
2227 2012-12-19 Alexis Menard <alexis@webkit.org>
2229 Implement CSS parsing for CSS transitions unprefixed.
2230 https://bugs.webkit.org/show_bug.cgi?id=104804
2232 Reviewed by Dean Jackson.
2234 Add a new flag ENABLE_CSS_TRANSFORMS_ANIMATIONS_TRANSITIONS_UNPREFIXED
2235 to cover the work of unprefixing Transforms, Animations and
2236 Transitions. It will let the possibility of each ports to turn it off
2237 in their release branches until we're confident that these CSS
2238 properties are ready to be unprefixed.
2240 * win/tools/vsprops/FeatureDefines.vsprops:
2241 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2243 2012-12-12 Roger Fong <roger_fong@apple.com>
2245 Enable VIDEO_TRACK on Windows.
2246 https://bugs.webkit.org/show_bug.cgi?id=104706.
2248 Reviewed by Timothy Horton.
2250 Enable VIDEO_TRACK on Windows and update project property files.
2252 * win/tools/vsprops/FeatureDefines.vsprops:
2254 2012-12-12 Sheriff Bot <webkit.review.bot@gmail.com>
2256 Unreviewed, rolling out r137491.
2257 http://trac.webkit.org/changeset/137491
2258 https://bugs.webkit.org/show_bug.cgi?id=104828
2260 broke the builtd (Requested by rfong on #webkit).
2262 * win/tools/vsprops/FeatureDefines.vsprops:
2264 2012-12-11 Roger Fong <roger_fong@apple.com>
2266 Enable VIDEO_TRACK on Windows.
2267 https://bugs.webkit.org/show_bug.cgi?id=104706.
2269 Reviewed by Timothy Horton.
2271 Enable VIDEO_TRACK on Windows and update project property files.
2273 * win/tools/vsprops/FeatureDefines.vsprops:
2275 2012-12-10 Alexis Menard <alexis@webkit.org>
2277 [CSS3 Backgrounds and Borders] Remove CSS3_BACKGROUND feature flag.
2278 https://bugs.webkit.org/show_bug.cgi?id=104539
2280 Reviewed by Antonio Gomes.
2282 As discussed on webkit-dev it is not needed to keep this feature flag
2283 as support for <position> type is a small feature that is already
2284 implemented by three other UAs. It was useful while landing this
2285 feature as partial bits were landed one after one.
2287 * win/tools/vsprops/FeatureDefines.vsprops:
2288 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2290 2012-12-06 Rick Byers <rbyers@chromium.org>
2292 CSS cursor property should support webkit-image-set
2293 https://bugs.webkit.org/show_bug.cgi?id=99493
2295 Reviewed by Beth Dakin.
2297 Add ENABLE_MOUSE_CURSOR_SCALE - disabled by default
2299 * win/tools/vsprops/FeatureDefines.vsprops:
2300 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2302 2012-11-26 Roger Fong <roger_fong@apple.com>
2304 Unreviewed. ENABLE_ACCELERATED_OVERFLOW_SCROLLING not enabled on Windows.
2305 Add a feature flag and skip some failing tests.
2306 https://bugs.webkit.org/show_bug.cgi?id=103294
2309 compositing/overflow/scrolling-without-painting.html
2310 compositing/overflow/updating-scrolling-content.html
2312 * win/tools/vsprops/FeatureDefines.vsprops:
2314 2012-11-23 Alexis Menard <alexis@webkit.org>
2316 [CSS3 Backgrounds and Borders] Implement new CSS3 background-position parsing.
2317 https://bugs.webkit.org/show_bug.cgi?id=102104
2319 Reviewed by Julien Chaffraix.
2321 Protect the new feature behind a feature flag.
2323 * win/tools/vsprops/FeatureDefines.vsprops:
2324 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2326 2012-11-19 Kihong Kwon <kihong.kwon@samsung.com>
2328 Add PROXIMITY_EVENTS feature
2329 https://bugs.webkit.org/show_bug.cgi?id=102658
2331 Reviewed by Kentaro Hara.
2333 Add PROXIMITY_EVENTS feature to win and win-cairo prot.
2335 * win/tools/vsprops/FeatureDefines.vsprops:
2336 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2338 2012-11-12 Beth Dakin <bdakin@apple.com>
2340 Build fix. Forgot these bits last time.
2342 * libWebKitSystemInterfaceLion.a:
2343 * libWebKitSystemInterfaceMountainLion.a:
2345 2012-11-12 Beth Dakin <bdakin@apple.com>
2347 Zoomed-in scrolling is very slow when deviceScaleFactor > 1
2348 https://bugs.webkit.org/show_bug.cgi?id=101787
2350 Reviewed by Simon Fraser.
2352 wkSetCGFontRenderingMode now takes a BOOL parameter.
2353 * WebKitSystemInterface.h:
2354 * libWebKitSystemInterfaceLion.a:
2355 * libWebKitSystemInterfaceMountainLion.a:
2357 2012-11-08 Anders Carlsson <andersca@apple.com>
2359 Roll WebKitSystemInterface DEPS.
2361 Rubber-stamped by Andreas Kling.
2363 * libWebKitSystemInterfaceLion.a:
2364 * libWebKitSystemInterfaceMountainLion.a:
2366 2012-11-07 Roger Fong <roger_fong@apple.com>
2368 Enable Subpixel Layout on Windows. Rebaseline any failing tests that were rebaselined in r133351.
2369 https://bugs.webkit.org/show_bug.cgi?id=101538
2371 Rubberstamped by Tim Horton.
2373 * win/tools/vsprops/FeatureDefines.vsprops:
2375 2012-11-06 Anders Carlsson <andersca@apple.com>
2379 * WebKitSystemInterface.h:
2381 2012-11-06 Anders Carlsson <andersca@apple.com>
2383 Update Java related WKSI function names
2384 https://bugs.webkit.org/show_bug.cgi?id=101414
2386 Reviewed by Sam Weinig.
2388 Roll WebKitSystemInterface DEPS.
2390 * WebKitSystemInterface.h:
2391 * libWebKitSystemInterfaceLion.a:
2392 * libWebKitSystemInterfaceMountainLion.a:
2394 2012-11-06 Alexey Proskuryakov <ap@apple.com>
2396 Clean up which storage cookie jar functions use
2397 https://bugs.webkit.org/show_bug.cgi?id=101395
2399 Reviewed by Brady Eidson.
2401 * WebKitSystemInterface.h:
2402 * libWebKitSystemInterfaceLion.a:
2403 * libWebKitSystemInterfaceMountainLion.a:
2404 Added WKHTTPCookies() and WKDeleteAllHTTPCookies(). Updated ifdefs for currently
2405 supported OS versions.
2407 2012-11-06 Alexey Proskuryakov <ap@apple.com>
2409 Delete Leopard and Snow Leopard versions of WKSI. These have not been updated in ages.
2411 Rubber-stampted by Mark Rowe.
2413 * libWebKitSystemInterfaceLeopard.a: Removed.
2414 * libWebKitSystemInterfaceSnowLeopard.a: Removed.
2416 2012-11-05 Alexey Proskuryakov <ap@apple.com>
2418 Get rid of setCookieStoragePrivateBrowsingEnabled.
2419 https://bugs.webkit.org/show_bug.cgi?id=101247
2421 Reviewed by Brady Eidson.
2423 * WebKitSystemInterface.h: Removed the function.
2425 2012-11-02 Anders Carlsson <andersca@apple.com>
2427 Don't instantiate the Java plug-in if it's inactive
2428 https://bugs.webkit.org/show_bug.cgi?id=101102
2429 <rdar://problem/12595679>
2431 Reviewed by Andreas Kling.
2433 Update WebKitSystemInterface to a version that has WKJLReportWebComponentsUsed.
2435 * WebKitSystemInterface.h:
2436 * libWebKitSystemInterfaceLion.a:
2437 * libWebKitSystemInterfaceMountainLion.a:
2438 Roll WebKitSystemInterface DERPS.
2440 2012-10-25 Dominik Röttsches <dominik.rottsches@intel.com>
2442 Conditionalize XHR timeout support
2443 https://bugs.webkit.org/show_bug.cgi?id=100356
2445 Reviewed by Adam Barth.
2447 Adding ENABLE_XHR_TIMEOUT feature, which is default off for Apple Win.
2448 See also https://bugs.webkit.org/show_bug.cgi?id=100349 for an attempt
2449 to fix timeout support for CF Network.
2451 * win/tools/vsprops/FeatureDefines.vsprops:
2452 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2454 2012-10-24 Eric Carlson <eric.carlson@apple.com>
2456 Allow ports to override text track rendering style
2457 https://bugs.webkit.org/show_bug.cgi?id=97800
2458 <rdar://problem/12044964>
2460 Reviewed by Maciej Stachowiak.
2462 Update WKSI header with SPI for getting the user caption appearance preferences.
2464 * WebKitSystemInterface.h:
2466 2012-10-19 Dongwoo Joshua Im <dw.im@samsung.com>
2468 Rename ENABLE_CSS3_TEXT_DECORATION to ENABLE_CSS3_TEXT
2469 https://bugs.webkit.org/show_bug.cgi?id=99804
2471 Reviewed by Julien Chaffraix.
2473 CSS3 text related properties will be implemented under this flag,
2474 including text decoration, text-align-last, and text-justify.
2476 * win/tools/vsprops/FeatureDefines.vsprops:
2477 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2479 2012-10-18 Pablo Flouret <pablof@motorola.com>
2481 Implement css3-conditional's @supports rule
2482 https://bugs.webkit.org/show_bug.cgi?id=86146
2484 Reviewed by Antti Koivisto.
2486 * win/tools/vsprops/FeatureDefines.vsprops:
2487 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2488 Add an ENABLE_CSS3_CONDITIONAL_RULES flag.
2490 2012-10-08 Kiran Muppala <cmuppala@apple.com>
2492 Throttle DOM timers on hidden pages.
2493 https://bugs.webkit.org/show_bug.cgi?id=98474
2495 Reviewed by Maciej Stachowiak.
2497 Add HIDDEN_PAGE_DOM_TIMER_THROTTLING feature define.
2499 * win/tools/vsprops/FeatureDefines.vsprops:
2500 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2502 2012-10-05 Sheriff Bot <webkit.review.bot@gmail.com>
2504 Unreviewed, rolling out r130556 and r130564.
2505 http://trac.webkit.org/changeset/130556
2506 http://trac.webkit.org/changeset/130564
2507 https://bugs.webkit.org/show_bug.cgi?id=98572
2509 The patch wasn't reviewed by a reviewer and it is breaking
2510 Chromium Windows (Requested by jchaffraix on #webkit).
2512 * WebKitSystemInterface.h:
2514 2012-10-05 Tim Horton <timothy_horton@apple.com>
2516 Update WebKitSystemInterface libraries and header.
2518 Reviewed by Simon Fraser.
2520 * WebKitSystemInterface.h:
2521 * libWebKitSystemInterfaceLion.a:
2522 * libWebKitSystemInterfaceMountainLion.a:
2523 * libWebKitSystemInterfaceSnowLeopard.a:
2525 2012-10-04 Eric Carlson <eric.carlson@apple.com>
2527 Allow ports to override text track rendering style
2528 https://bugs.webkit.org/show_bug.cgi?id=97800
2529 <rdar://problem/12044964>
2531 Reviewed by Silvia Pfeiffer.
2533 Update WKSI header with SPI for getting the user caption appearance preferences.
2535 * WebKitSystemInterface.h:
2537 2012-09-28 Eric Carlson <eric.carlson@apple.com>
2539 Allow ports to override text track rendering style
2540 <rdar://problem/12044964>
2542 Reviewed by Jessie Berlin.
2544 Update WKSI libraries.
2546 * libWebKitSystemInterfaceLion.a:
2547 * libWebKitSystemInterfaceMountainLion.a:
2548 * libWebKitSystemInterfaceSnowLeopard.a:
2550 2012-09-25 Simon Fraser <simon.fraser@apple.com>
2552 <rdar://problem/12351906> Have DumpRenderTree and WebKitTestRunner crash logs show which test crashed
2554 Reviewed by Tim Horton.
2556 New WKSI libraries and header.
2558 * WebKitSystemInterface.h:
2559 * libWebKitSystemInterfaceLion.a:
2560 * libWebKitSystemInterfaceMountainLion.a:
2561 * libWebKitSystemInterfaceSnowLeopard.a:
2563 2012-09-08 Sam Weinig <sam@webkit.org>
2565 Switch to entering the sandbox directly from main(), rather than waiting for the initialization message
2566 https://bugs.webkit.org/show_bug.cgi?id=96194
2568 Reviewed by Dan Bernstein.
2570 Update WKSI with SPI for getting the bundle URL from an executable URL.
2572 * WebKitSystemInterface.h:
2573 * libWebKitSystemInterfaceLion.a:
2574 * libWebKitSystemInterfaceMountainLion.a:
2575 * libWebKitSystemInterfaceSnowLeopard.a:
2576 Adds WKCopyBundleURLForExecutableURL().
2578 2012-08-29 Tony Chang <tony@chromium.org>
2580 Remove ENABLE_CSS3_FLEXBOX compile time flag
2581 https://bugs.webkit.org/show_bug.cgi?id=95382
2583 Reviewed by Ojan Vafai.
2585 Everyone is already enabling this by default and the spec has stablized.
2587 * win/tools/vsprops/FeatureDefines.vsprops:
2588 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2590 2012-08-15 Bruno de Oliveira Abinader <bruno.abinader@basyskom.com>
2592 [css3-text] Add CSS3 Text decoration compile flag
2593 https://bugs.webkit.org/show_bug.cgi?id=93863
2595 Reviewed by Julien Chaffraix.
2597 This patch handles the compile flag implementation, which will come disabled by
2598 default, thus not exposing the CSS3 text decoration features to the web, unless
2599 when explicitly enabling it with "--css3-text-decoration" build parameter.
2601 * win/tools/vsprops/FeatureDefines.vsprops:
2602 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2604 2012-08-14 Alex Christensen <alex.christensen@flexsim.com>
2606 /SAFESEH should not be a common linker option
2607 https://bugs.webkit.org/show_bug.cgi?id=89372
2609 Reviewed by Darin Adler.
2611 * win/tools/vsprops/common.vsprops:
2612 removed /SAFESEH as a default option for the linker (doesn't work for x64)
2614 2012-08-13 Roger Fong <roger_fong@apple.com>
2616 Enable CSS Sticky Position on Windows.
2617 https://bugs.webkit.org/show_bug.cgi?id=93905
2619 Reviewed by Tim Horton.
2621 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.
2623 * win/tools/vsprops/FeatureDefines.vsprops:
2624 Include ENABLE_CSS_STICKY_POSITION flag.
2626 2012-08-06 Anders Carlsson <andersca@apple.com>
2628 If the Apple Java plug-in is blocked and no runtime is installed, don't load it
2629 https://bugs.webkit.org/show_bug.cgi?id=93289
2630 <rdar://problem/11730092>
2632 Reviewed by Dan Bernstein.
2634 Add WKJLIsRuntimeAndWebComponentsInstalled().
2636 * WebKitSystemInterface.h:
2637 * libWebKitSystemInterfaceLion.a:
2638 * libWebKitSystemInterfaceMountainLion.a:
2640 2012-08-01 Jon Lee <jonlee@apple.com>
2644 Reviewed by Mark Rowe.
2646 * libWebKitSystemInterfaceLion.a:
2647 * libWebKitSystemInterfaceMountainLion.a:
2648 * libWebKitSystemInterfaceSnowLeopard.a:
2650 2012-07-29 Rik Cabanier <cabanier@adobe.com>
2652 Add ENABLE_CSS_COMPOSITING flag
2653 https://bugs.webkit.org/show_bug.cgi?id=92553
2655 Reviewed by Dirk Schulze.
2657 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
2659 * win/tools/vsprops/FeatureDefines.vsprops:
2660 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2662 2012-07-23 Roger Fong <roger_fong@apple.com>
2664 Disable flexbox on Windows
2665 https://bugs.webkit.org/show_bug.cgi?id=92047
2666 <rdar://problem/11570384>
2668 Reviewed by Darin Adler.
2670 Disabled Flexbox CSS3 syntax on Mac, need to do the same for Windows.
2672 * win/tools/vsprops/FeatureDefines.vsprops:
2673 Disable ENABLE_CSS3_FLEXBOX property.
2675 2012-07-23 Kent Tamura <tkent@chromium.org>
2677 Rename ENABLE_METER_TAG and ENABLE_PROGRESS_TAG to ENABLE_METER_ELEMENT and ENABLE_PROGRESS_ELEMENT respectively
2678 https://bugs.webkit.org/show_bug.cgi?id=91941
2680 Reviewed by Kentaro Hara.
2682 A flag name for an elmement should be ENABLE_*_ELEMENT.
2684 * win/tools/vsprops/FeatureDefines.vsprops:
2685 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2687 2012-07-22 Kent Tamura <tkent@chromium.org>
2689 Rename ENABLE_DETAILS to ENABLE_DETAILS_ELEMENT
2690 https://bugs.webkit.org/show_bug.cgi?id=91928
2692 Reviewed by Kentaro Hara.
2694 A flag name for an elmement should be ENABLE_*_ELEMENT.
2696 * win/tools/vsprops/FeatureDefines.vsprops:
2697 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2699 2012-07-20 Kent Tamura <tkent@chromium.org>
2701 Rename ENABLE_DATALIST to ENABLE_DATALIST_ELEMENT
2702 https://bugs.webkit.org/show_bug.cgi?id=91846
2704 Reviewed by Kentaro Hara.
2706 A flag name for an elmement should be ENABLE_*_ELEMENT.
2708 * win/tools/vsprops/FeatureDefines.vsprops:
2709 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2711 2012-07-11 Mark Rowe <mrowe@apple.com>
2713 Add a Mountain Lion version of libWebKitSystemInterface.a.
2715 Update the WebKitSystemInterface header and binaries.
2717 Reviewed by John Sullivan.
2719 * WebKitSystemInterface.h:
2720 * libWebKitSystemInterfaceLion.a:
2721 * libWebKitSystemInterfaceMountainLion.a: Added.
2722 * libWebKitSystemInterfaceSnowLeopard.a:
2724 2012-07-04 John Mellor <johnme@chromium.org>
2726 Text Autosizing: Add compile flag and runtime setting
2727 https://bugs.webkit.org/show_bug.cgi?id=87394
2729 This patch renames Font Boosting to Text Autosizing.
2731 Reviewed by Adam Barth.
2733 * win/tools/vsprops/FeatureDefines.vsprops:
2734 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2736 2012-06-29 Mihai Balan <mibalan@adobe.com>
2738 [CSS Regions] Adding feature defines for CSS Regions for Windows
2739 https://bugs.webkit.org/show_bug.cgi?id=88645
2741 Reviewed by Tony Chang.
2743 Re-trying to enable CSS regions on Windows. This time only enabling
2744 regions since exclusions lead to some very strange compiling/linking
2747 * win/tools/vsprops/FeatureDefines.vsprops: Added default value for ENABLE_CSS_REGIONS
2748 * win/tools/vsprops/FeatureDefinesCairo.vsprops: ditto
2750 2012-06-28 Brent Fulgham <bfulgham@webkit.org>
2752 [WinCairo] Unreviewed build correction. Add two missing macro
2753 declarations to vsprops file.
2755 * win/tools/vsprops/FeatureDefinesCairo.vsprops: Add missing
2756 ENABLE_HIGH_DPI_CANVAS and ENABLE_REQUEST_ANIMATION_FRAME macros.
2758 2012-06-27 Brent Fulgham <bfulgham@webkit.org>
2760 [WinCairo] Unreviewed build correction. Accidentally turned on
2761 CSS_FILTERS, which is not available in tree.
2763 * win/tools/vsprops/FeatureDefinesCairo.vsprops: Turn CSS_FILTERS
2764 back off for WinCairo target.
2766 2012-06-27 Brent Fulgham <bfulgham@webkit.org>
2768 [WinCairo] Unreviewed build correction. Resync feature defines with
2769 Apple port. Things have drifted apart a little.
2771 * win/tools/vsprops/FeatureDefinesCairo.vsprops: Update to match
2772 Apple port, define some missing features.
2774 2012-06-19 Mike West <mkwst@chromium.org>
2776 Introduce ENABLE_CSP_NEXT configuration flag.
2777 https://bugs.webkit.org/show_bug.cgi?id=89300
2779 Reviewed by Adam Barth.
2781 The 1.0 draft of the Content Security Policy spec is just about to
2782 move to Last Call. We'll hide work on the upcoming 1.1 spec behind
2783 this ENABLE flag, disabled by default.
2785 Spec: https://dvcs.w3.org/hg/content-security-policy/raw-file/tip/csp-specification.dev.html
2787 * win/tools/vsprops/FeatureDefines.vsprops:
2788 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2790 2012-06-15 Sheriff Bot <webkit.review.bot@gmail.com>
2792 Unreviewed, rolling out r120280.
2793 http://trac.webkit.org/changeset/120280
2794 https://bugs.webkit.org/show_bug.cgi?id=89273
2796 Enabling CSS regions broke all Windows tests (Requested by
2797 jhomeycutt on #webkit).
2799 * win/tools/vsprops/FeatureDefines.vsprops:
2800 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2802 2012-06-13 Mihai Balan <mibalan@adobe.com>
2804 Fix for #88645 - enabling regions on Windows
2806 [CSS Regions] Adding feature defines for CSS Regions & exclusions for Windows
2807 https://bugs.webkit.org/show_bug.cgi?id=88645
2809 Reviewed by Sam Weinig.
2811 Previous work on #87442 added feature defines to allow proper disabling of CSS Regions and
2812 exclusions (previously even with the feature disabled, parsing still worked). However, the
2813 feature defines were enabled on Mac only - they were broken on Windows. This
2814 patch adds the feature defines to (re)enable regions and exclusions on Windows.
2816 * win/tools/vsprops/FeatureDefines.vsprops: Added default value for ENABLE_CSS_EXCLUSIONS and ENABLE_CSS_REGIONS
2817 * win/tools/vsprops/FeatureDefinesCairo.vsprops: ditto
2819 2012-06-11 Alexis Menard <alexis.menard@openbossa.org>
2821 [CSS3 Backgrounds and Borders] Protect box-decoration-break behind a feature flag.
2822 https://bugs.webkit.org/show_bug.cgi?id=88804
2824 Reviewed by Tony Chang.
2826 Protect box-decoration-break behind a feature flag enabled by default.
2828 * win/tools/vsprops/FeatureDefines.vsprops:
2829 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2831 2012-06-11 Anders Carlsson <andersca@apple.com>
2833 Pass the right color space over to the web process so we can set it on our CA context
2834 https://bugs.webkit.org/show_bug.cgi?id=88819
2835 <rdar://problem/11629050>
2837 Reviewed by John Sullivan.
2839 Add WKCAContextSetColorSpace and WKCAContextGetColorSpace.
2841 * WebKitSystemInterface.h:
2842 * libWebKitSystemInterfaceLion.a:
2843 * libWebKitSystemInterfaceSnowLeopard.a:
2845 2012-06-09 Sukolsak Sakshuwong <sukolsak@google.com>
2847 Add UNDO_MANAGER flag
2848 https://bugs.webkit.org/show_bug.cgi?id=87908
2850 Reviewed by Tony Chang.
2852 * win/tools/vsprops/FeatureDefines.vsprops:
2853 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2855 2012-06-05 Dongwoo Im <dw.im@samsung.com>
2857 Add 'isProtocolHandlerRegistered' and 'unregisterProtocolHandler'.
2858 https://bugs.webkit.org/show_bug.cgi?id=73176
2860 Reviewed by Adam Barth.
2862 Two more APIs are added in Custom Scheme Handler specification.
2863 http://dev.w3.org/html5/spec/Overview.html#custom-handlers
2864 One is 'isProtocolHandlerRegistered' to query whether the specific URL
2865 is registered or not.
2866 The other is 'unregisterProtocolHandler' to remove the registered URL.
2868 * win/tools/vsprops/FeatureDefines.vsprops: Add a macro 'ENABLE_CUSTOM_SCHEME_HANDLER'.
2869 * win/tools/vsprops/FeatureDefinesCairo.vsprops: Add a macro 'ENABLE_CUSTOM_SCHEME_HANDLER'.
2871 2012-05-29 Jessie Berlin <jberlin@apple.com>
2873 [Win] ~1/2 of all the iframe seamless tests fail
2874 https://bugs.webkit.org/show_bug.cgi?id=87543
2876 Rubber-stamped by Eric Seidel.
2878 Finish enabling IFRAME_SEAMLESS on Windows.
2880 * win/tools/vsprops/FeatureDefines.vsprops:
2882 2012-05-28 Vivek Galatage <vivekgalatage@gmail.com>
2884 Remove obsolete feature define ENABLE_3D_CANVAS from FeatureDefines.vsprops for windows
2885 https://bugs.webkit.org/show_bug.cgi?id=87622
2887 Reviewed by Eric Seidel.
2889 Removed the ENABLE_3D_CANVAS from the property define as this is
2890 obsolete since bug #53041
2892 * win/tools/vsprops/FeatureDefines.vsprops:
2894 2012-05-24 John Mellor <johnme@chromium.org>
2896 Font Boosting: Add compile flag and runtime setting
2897 https://bugs.webkit.org/show_bug.cgi?id=87394
2899 Reviewed by Adam Barth.
2901 Add ENABLE_FONT_BOOSTING.
2903 * win/tools/vsprops/FeatureDefines.vsprops:
2904 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2906 2012-05-23 Ojan Vafai <ojan@chromium.org>
2908 add back the ability to disable flexbox
2909 https://bugs.webkit.org/show_bug.cgi?id=87147
2911 Reviewed by Tony Chang.
2913 * win/tools/vsprops/FeatureDefines.vsprops:
2914 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2916 2012-05-10 Anders Carlsson <andersca@apple.com>
2918 WebKit1: Add a way to blacklist specific plug-ins/plug-in versions
2919 https://bugs.webkit.org/show_bug.cgi?id=86150
2920 <rdar://problem/9551196>
2922 Reviewed by Sam Weinig.
2924 Add WKShouldBlockPlugin.
2926 * WebKitSystemInterface.h:
2927 * libWebKitSystemInterfaceLion.a:
2928 * libWebKitSystemInterfaceSnowLeopard.a:
2930 2012-05-08 Jon Lee <jonlee@apple.com>
2932 Safari warns that it needs to resend the form in an iFrame when going back
2933 https://bugs.webkit.org/show_bug.cgi?id=82658
2934 <rdar://problem/11292558>
2936 Reviewed by Darin Adler.
2938 * WebKitSystemInterface.h:
2939 * libWebKitSystemInterfaceLeopard.a:
2940 * libWebKitSystemInterfaceLion.a:
2941 * libWebKitSystemInterfaceSnowLeopard.a:
2943 2012-05-07 Eric Seidel <eric@webkit.org>
2945 Add ENABLE_IFRAME_SEAMLESS so Apple can turn off SEAMLESS if needed
2946 https://bugs.webkit.org/show_bug.cgi?id=85822
2948 Reviewed by Adam Barth.
2950 * win/tools/vsprops/FeatureDefines.vsprops:
2952 2012-05-06 Eric Seidel <eric@webkit.org>
2954 Remove 3D_CANVAS define from vsprops files (it was renamed WEBGL many months ago)
2955 https://bugs.webkit.org/show_bug.cgi?id=85743
2957 Reviewed by Adam Barth.
2959 * win/tools/vsprops/FeatureDefines.vsprops:
2960 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2962 2012-05-02 Eric Seidel <eric@webkit.org>
2964 Resort FeatureDefinesCairo.vcprops to actually be alphabetical (in preparation for autogeneration)
2965 https://bugs.webkit.org/show_bug.cgi?id=85454
2967 Reviewed by Adam Barth.
2969 The PreprocessorDefinitions line is still not sorted, but I'll do that in a separate patch.
2970 There is no functional change in this patch. Just moving the defines around.
2971 Its interesting to me that now that it's sorted and I can easily compare this with other
2972 ports and found that a whole bunch of defines which should be on for Cairo are off,
2973 likely due to Cairo simply being overlooked. These oversights should be easy to avoid
2974 in an autogenerated world.
2976 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
2978 2012-05-02 Eric Seidel <eric@webkit.org>
2980 Fix tabs vs. space formating in FeatureDefines.vsprops and fix alphabetical sorting
2981 https://bugs.webkit.org/show_bug.cgi?id=85445
2983 Reviewed by Adam Barth.
2985 I noticed this when comparing my auto-generated output for this file vs. the one
2986 we have checked in. Seems we might as well fix the checked in file to be
2987 consistent in style with itself. :)
2989 * win/tools/vsprops/FeatureDefines.vsprops:
2991 2012-04-27 Gavin Peters <gavinp@chromium.org>
2993 Add new ENABLE_LINK_PRERENDER define to control the Prerendering API
2994 https://bugs.webkit.org/show_bug.cgi?id=84871
2996 Reviewed by Adam Barth.
2998 Prerendering is currently covered by the ENABLE_LINK_PREFETCH macro, but the new Prerendering
2999 API separates it from prefetching. Having separate include guards lets ports enable prefetching,
3000 a relatively easy change, without needing to build the infrastructure for prerendering, which
3001 is considerably more complicated.
3003 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3005 2012-04-10 Adam Barth <abarth@webkit.org>
3007 Limit -apple- and -khtml- to ENABLE(DASHBOARD_SUPPORT)
3008 https://bugs.webkit.org/show_bug.cgi?id=83256
3010 Reviewed by Eric Seidel.
3012 * win/tools/vsprops/FeatureDefines.vsprops:
3014 2012-04-09 Beth Dakin <bdakin@apple.com>
3016 <rdar://problem/11214796>
3018 New WKSI will hopefully fix a common crash seen by the bots in libRIP.A.dylib:
3021 Reviewed by Simon Fraser.
3023 * libWebKitSystemInterfaceLeopard.a:
3024 * libWebKitSystemInterfaceLion.a:
3025 * libWebKitSystemInterfaceSnowLeopard.a:
3027 2012-04-06 Dan Bernstein <mitz@apple.com>
3029 <rdar://problem/10912476> HiDPI: Have canvas use a hidpi backing store, but downsample upon access
3031 Reviewed by Sam Weinig.
3033 * win/tools/vsprops/FeatureDefines.vsprops: Added ENABLE_HIGH_DPI_CANVAS.
3035 2012-04-03 Keishi Hattori <keishi@webkit.org>
3037 Disable ENABLE_DATALIST for now
3038 https://bugs.webkit.org/show_bug.cgi?id=82871
3040 Reviewed by Kent Tamura.
3042 * win/tools/vsprops/FeatureDefines.vsprops: Disabled ENABLE_DATALIST.
3044 2012-03-30 Keishi Hattori <keishi@webkit.org>
3046 Change ENABLE_INPUT_COLOR to ENABLE_INPUT_TYPE_COLOR and enable it for chromium
3047 https://bugs.webkit.org/show_bug.cgi?id=80972
3049 Reviewed by Kent Tamura.
3051 * win/tools/vsprops/FeatureDefines.vsprops:
3052 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3054 2012-03-20 Steve Falkenburg <sfalken@apple.com>
3056 Disable LTCG on Windows to avoid out of process space errors while linking
3057 https://bugs.webkit.org/show_bug.cgi?id=81714
3059 Reviewed by Jessie Berlin.
3061 * win/tools/vsprops/production.vsprops:
3063 2012-03-14 Jer Noble <jer.noble@apple.com>
3065 Wrong icon to restore to windowed mode in full screen video panel
3066 https://bugs.webkit.org/show_bug.cgi?id=70437
3068 Reviewed by Eric Carlson.
3070 * WebKitSystemInterface.h: Added WKMediaUIPartExitFullscreenButton.
3071 * libWebKitSystemInterfaceLeopard.a:
3072 * libWebKitSystemInterfaceLion.a:
3073 * libWebKitSystemInterfaceSnowLeopard.a:
3074 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
3075 * win/lib/WebKitSystemInterface.lib:
3077 2012-03-13 Adam Barth <abarth@webkit.org> && Benjamin Poulain <bpoulain@apple.com>
3079 Always enable ENABLE(CLIENT_BASED_GEOLOCATION)
3080 https://bugs.webkit.org/show_bug.cgi?id=78853
3082 Reviewed by Adam Barth.
3084 * win/tools/vsprops/FeatureDefines.vsprops:
3085 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3087 2012-03-12 Enrica Casucci <enrica@apple.com>
3089 WebKit2: remove NSPasteboard access for promised data from the WebProcess
3090 https://bugs.webkit.org/show_bug.cgi?id=80073
3092 * WebKitSystemInterface.h: Touched the file to make build system happy.
3093 * libWebKitSystemInterfaceLeopard.a:
3094 * libWebKitSystemInterfaceLion.a:
3095 * libWebKitSystemInterfaceSnowLeopard.a:
3097 2012-03-09 Jon Lee <jonlee@apple.com>
3099 Add support for ENABLE(LEGACY_NOTIFICATIONS)
3100 https://bugs.webkit.org/show_bug.cgi?id=80497
3102 Reviewed by Adam Barth.
3104 Prep for b80472: Update API for Web Notifications
3105 * win/tools/vsprops/FeatureDefines.vsprops:
3106 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3108 2012-03-09 Ashod Nakashian <ashodnakashian@yahoo.com>
3110 Bash scripts should support LF endings only
3111 https://bugs.webkit.org/show_bug.cgi?id=79509
3113 Reviewed by David Kilzer.
3115 * win/tools/scripts/feature-defines.sh: Modified property svn:eol-style.
3117 2012-03-05 Sam Weinig <sam@webkit.org>
3119 Fix the SnowLeoaprd build.
3121 * WebKitSystemInterface.h:
3122 * libWebKitSystemInterfaceLeopard.a:
3123 * libWebKitSystemInterfaceLion.a:
3124 * libWebKitSystemInterfaceSnowLeopard.a:
3126 2012-03-05 Sam Weinig <sam@webkit.org>
3128 Update WebKitSystemInterface for WKCAContext additions.
3130 * WebKitSystemInterface.h:
3131 * libWebKitSystemInterfaceLeopard.a:
3132 * libWebKitSystemInterfaceLion.a:
3133 * libWebKitSystemInterfaceSnowLeopard.a:
3135 2012-03-03 Hans Wennborg <hans@chromium.org>
3137 Implement Speech JavaScript API
3138 https://bugs.webkit.org/show_bug.cgi?id=80019
3140 Reviewed by Adam Barth.
3142 Add ENABLE_SCRIPTED_SPEECH.
3144 * win/tools/vsprops/FeatureDefines.vsprops:
3145 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3147 2012-03-01 Nikolas Zimmermann <nzimmermann@rim.com>
3149 Unreviewed, rolling out r109255.
3150 http://trac.webkit.org/changeset/109255
3151 https://bugs.webkit.org/show_bug.cgi?id=79932
3153 Breaks rounded rects with dashed strokes in SVG
3155 * WebKitSystemInterface.h:
3156 * libWebKitSystemInterfaceLeopard.a:
3157 * libWebKitSystemInterfaceLion.a:
3158 * libWebKitSystemInterfaceSnowLeopard.a:
3160 2012-02-29 Tim Horton <timothy_horton@apple.com>
3162 Make use of CG rounded-rect primitives
3163 https://bugs.webkit.org/show_bug.cgi?id=79932
3164 <rdar://problem/9274953>
3166 Reviewed by Simon Fraser.
3168 Add wkCGPathAddRoundedRect.
3170 * WebKitSystemInterface.h:
3171 * libWebKitSystemInterfaceLeopard.a:
3172 * libWebKitSystemInterfaceLion.a:
3173 * libWebKitSystemInterfaceSnowLeopard.a:
3175 2012-02-28 Jer Noble <jer.noble@apple.com>
3177 Full screen video volume slider has "progress bar"
3178 https://bugs.webkit.org/show_bug.cgi?id=79812
3180 Reviewed by Eric Carlson.
3182 * WebKitSystemInterface.h:
3183 * libWebKitSystemInterfaceLeopard.a:
3184 * libWebKitSystemInterfaceLion.a:
3185 * libWebKitSystemInterfaceSnowLeopard.a:
3186 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
3187 * win/lib/WebKitSystemInterface.lib:
3189 2012-02-28 Simon Fraser <simon.fraser@apple.com>
3191 Update WebKitSystemInterface.
3193 Reviewed by Sam Weinig.
3195 * WebKitSystemInterface.h:
3196 * libWebKitSystemInterfaceLeopard.a:
3197 * libWebKitSystemInterfaceLion.a:
3198 * libWebKitSystemInterfaceSnowLeopard.a:
3200 2012-02-28 Alexey Proskuryakov <ap@apple.com>
3202 [Mac] Add an experimental SPI for plug-ins to enter sandbox
3203 https://bugs.webkit.org/show_bug.cgi?id=79709
3205 This pulls a lot of WKSI changes at once, because the script that updates it didn't
3208 * WebKitSystemInterface.h:
3209 * libWebKitSystemInterfaceLeopard.a:
3210 * libWebKitSystemInterfaceLion.a:
3211 * libWebKitSystemInterfaceSnowLeopard.a:
3213 2012-02-10 Adam Klein <adamk@chromium.org>
3215 Enable MUTATION_OBSERVERS by default on all platforms
3216 https://bugs.webkit.org/show_bug.cgi?id=78196
3218 Reviewed by Ojan Vafai.
3220 * win/tools/vsprops/FeatureDefines.vsprops:
3221 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3223 2012-02-06 Matthew Delaney <mdelaney@apple.com>
3225 toDataURL() uses stale data after putImageData()
3226 https://bugs.webkit.org/show_bug.cgi?id=65767
3228 Added WKCGContextResetClip for use in reseting clip for new putByteArray method.
3230 Reviewed by Chris Marrin.
3232 * WebKitSystemInterface.h: Added WKCGContextResetClip.
3233 * libWebKitSystemInterfaceLeopard.a:
3234 * libWebKitSystemInterfaceSnowLeopard.a:
3235 * libWebKitSystemInterfaceLion.a:
3237 2012-02-02 Chris Marrin <cmarrin@apple.com>
3239 Turn on CSS Filters on Windows
3240 https://bugs.webkit.org/show_bug.cgi?id=76667
3242 Turned on CSS_FILTERS for Windows
3244 Reviewed by Adele Peterson.
3246 * win/tools/vsprops/FeatureDefines.vsprops:
3248 2012-02-02 Sheriff Bot <webkit.review.bot@gmail.com>
3250 Unreviewed, rolling out r106566.
3251 http://trac.webkit.org/changeset/106566
3252 https://bugs.webkit.org/show_bug.cgi?id=77673
3254 Broke the Windows build (Requested by jessieberlin on
3257 * win/tools/vsprops/FeatureDefines.vsprops:
3259 2012-02-02 Chris Marrin <cmarrin@apple.com>
3261 Turn on CSS Filters on Windows
3262 https://bugs.webkit.org/show_bug.cgi?id=76667
3264 Turned on CSS_FILTERS for Windows
3266 Reviewed by Adele Peterson.
3268 * win/tools/vsprops/FeatureDefines.vsprops:
3270 2012-01-26 Nikolas Zimmermann <nzimmermann@rim.com>
3272 Not reviewed. Fix win build, by disabling ENABLE_SHADOW_DOM by default.
3274 * win/tools/vsprops/FeatureDefines.vsprops:
3275 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3277 2012-01-25 Hajime Morita <morrita@google.com>>
3279 ENABLE_SHADOW_DOM should be available via build-webkit --shadow-dom
3280 https://bugs.webkit.org/show_bug.cgi?id=76863
3282 Reviewed by Dimitri Glazkov.
3284 Added a feature flag.
3286 * win/tools/vsprops/FeatureDefines.vsprops:
3287 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3289 2012-01-16 Brent Fulgham <bfulgham@webkit.org>
3291 [WinCairo] Build correction. Switch to Apple style builds without
3292 the _debug postfix so that launching tools, etc., will work properly.
3294 * win/tools/vsprops/debug_wincairo.vsprops: Remove use of _debug in
3295 output files to be consistent with WebKit build/test tools.
3297 2012-01-05 Dan Bernstein <mitz@apple.com>
3299 <rdar://problem/10633760> Update copyright strings
3301 Reviewed by Mark Rowe.
3303 * win/tools/scripts/COPYRIGHT-END-YEAR:
3305 2011-12-06 Roland Steiner <rolandsteiner@chromium.org>
3307 <style scoped>: disable on Windows by default
3308 https://bugs.webkit.org/show_bug.cgi?id=73893
3310 Reviewed by Andreas Kling.
3312 * win/tools/vsprops/FeatureDefines.vsprops:
3313 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3315 2011-11-20 Roland Steiner <rolandsteiner@chromium.org>
3317 <style scoped>: add ENABLE(STYLE_SCOPED) flag to WebKit
3318 https://bugs.webkit.org/show_bug.cgi?id=72848
3320 Reviewed by Dimitri Glazkov.
3322 * win/tools/vsprops/FeatureDefines.vsprops:
3323 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3325 2011-11-14 Julien Chaffraix <jchaffraix@webkit.org>
3327 Add --css-grid-layout to build-webkit and the build systems
3328 https://bugs.webkit.org/show_bug.cgi?id=72320
3330 Reviewed by Ojan Vafai.
3332 * win/tools/vsprops/FeatureDefines.vsprops:
3333 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3335 2011-11-14 Tony Chang <tony@chromium.org>
3337 Remove the CSS3_FLEXBOX compile time flag and enable on all ports
3338 https://bugs.webkit.org/show_bug.cgi?id=72196
3340 Reviewed by Ojan Vafai.
3342 * win/tools/vsprops/FeatureDefines.vsprops:
3343 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3345 2011-11-11 Alexey Proskuryakov <ap@apple.com>
3347 WebProcess should use AppSandbox style quarantine
3348 https://bugs.webkit.org/show_bug.cgi?id=72168
3349 <rdar://problem/10434292>
3351 Reviewed by Darin Adler.
3353 * WebKitSystemInterface.h:
3354 * libWebKitSystemInterfaceLion.a:
3355 Added WKEnableSandboxStyleFileQuarantine().
3357 * libWebKitSystemInterfaceLeopard.a:
3358 * libWebKitSystemInterfaceSnowLeopard.a:
3359 Not sure why these also changed, but updating to match most recent build.
3361 2011-11-02 Dean Jackson <dino@apple.com>
3363 Add ENABLE_CSS_SHADERS flag
3364 https://bugs.webkit.org/show_bug.cgi?id=71394
3366 Reviewed by Sam Weinig.
3368 * win/tools/vsprops/FeatureDefines.vsprops:
3369 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3371 2011-10-24 Michael Saboff <msaboff@apple.com>
3373 WebKit doesn't build with recent changes to libdispatch
3374 https://bugs.webkit.org/show_bug.cgi?id=70737
3376 Added new WebKitSystemInterface method CreateVMPressureDispatchOnMainQueue.
3378 * WebKitSystemInterface.h:
3379 * libWebKitSystemInterfaceLeopard.a:
3380 * libWebKitSystemInterfaceLion.a:
3381 * libWebKitSystemInterfaceSnowLeopard.a:
3383 2011-10-21 Jeff Miller <jeffm@apple.com>
3385 Focus rings are too thin in HiDPI in WebKit2
3386 https://bugs.webkit.org/show_bug.cgi?id=70396
3388 Rename wkSetPatternBaseCTM() to wkSetBaseCTM().
3390 Reviewed by Beth Dakin.
3392 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
3393 * win/lib/WebKitSystemInterface.lib:
3395 2011-10-19 Beth Dakin <bdakin@apple.com>
3397 Try to fix the Chromium build.
3399 * WebKitSystemInterface.h:
3400 * libWebKitSystemInterfaceLeopard.a:
3401 * libWebKitSystemInterfaceLion.a:
3402 * libWebKitSystemInterfaceSnowLeopard.a:
3404 2011-10-19 Beth Dakin <bdakin@apple.com>
3406 https://bugs.webkit.org/show_bug.cgi?id=70396
3407 Focus rings are too thin in HiDPI in WebKit2
3409 <rdar://problem/10086876>
3411 Reviewed by Dan Bernstein.
3413 Renamed an existing WebKitSystemInterface function.
3414 * WebKitSystemInterface.h:
3415 * libWebKitSystemInterfaceLion.a:
3416 * libWebKitSystemInterfaceSnowLeopard.a:
3418 2011-10-18 Adam Barth <abarth@webkit.org>
3420 Always enable ENABLE(XPATH)
3421 https://bugs.webkit.org/show_bug.cgi?id=70217
3423 Reviewed by Eric Seidel.
3425 * win/tools/vsprops/FeatureDefines.vsprops:
3426 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3428 2011-10-17 Adam Roben <aroben@apple.com>
3434 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
3436 * win/tools/vsprops/common.vsprops: Specify /bigobj to the compiler.
3438 2011-10-16 Adam Barth <abarth@webkit.org>
3440 Always enable ENABLE(DOM_STORAGE)
3441 https://bugs.webkit.org/show_bug.cgi?id=70189
3443 Reviewed by Eric Seidel.
3445 * win/tools/vsprops/FeatureDefines.vsprops:
3446 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3448 2011-10-14 Dan Bernstein <mitz@apple.com>
3450 REGRESSION (Safari 5.1 - 5.1.1): CSS nesw-resize cursor shows up as a sw-resize cursor
3451 https://bugs.webkit.org/show_bug.cgi?id=70081
3453 Reviewed by Anders Carlsson.
3455 * WebKitSystemInterface.h: Unrelated change, perhaps needed for bug 68478.
3456 * libWebKitSystemInterfaceLeopard.a:
3457 * libWebKitSystemInterfaceLion.a:
3458 * libWebKitSystemInterfaceSnowLeopard.a:
3460 2011-10-13 Arko Saha <arko@motorola.com>
3462 Microdata: Basic implementation of document.getItems() method.
3463 https://bugs.webkit.org/show_bug.cgi?id=68610
3465 Reviewed by Ryosuke Niwa.
3467 Added ENABLE(MICRODATA) feature flag. Implement document.getItems() DOM API.
3468 Spec: http://www.whatwg.org/specs/web-apps/current-work/complete/microdata.html
3470 * win/tools/vsprops/FeatureDefines.vsprops:
3471 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3473 2011-10-12 Adam Barth <abarth@webkit.org>
3475 Remove ENABLE(XHTMLMP) and associated code
3476 https://bugs.webkit.org/show_bug.cgi?id=69729
3478 Reviewed by David Levin.
3480 * win/tools/vsprops/FeatureDefines.vsprops:
3481 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3483 2011-10-11 Kent Tamura <tkent@chromium.org>
3485 C4481 warning should be disabled for OVERRIDE and FINAL.
3486 https://bugs.webkit.org/show_bug.cgi?id=69904
3488 Reviewed by Adam Roben.
3490 * win/tools/vsprops/common.vsprops: Disable C4481.
3492 2011-10-04 Kent Tamura <tkent@chromium.org>
3494 Introduce feature flags for incomplete input types
3495 https://bugs.webkit.org/show_bug.cgi?id=68971
3497 Reviewed by Hajime Morita.
3499 * win/tools/vsprops/FeatureDefines.vsprops:
3500 Add ENABLE_INPUT_TYPE_* flags. They are disabled by default.
3501 * win/tools/vsprops/FeatureDefinesCairo.vsprops: ditto.
3503 2011-10-04 Scott Graham <scottmg@chromium.org>
3505 Add GAMEPAD feature flag
3506 https://bugs.webkit.org/show_bug.cgi?id=66859
3508 Reviewed by Darin Fisher.
3510 * win/tools/vsprops/FeatureDefines.vsprops:
3511 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3513 2011-09-26 Chris Marrin <cmarrin@apple.com>
3515 Enable requestAnimationFrame on Windows
3516 https://bugs.webkit.org/show_bug.cgi?id=68397
3518 Reviewed by Simon Fraser.
3520 Enable REQUEST_ANIMATION_FRAME for Windows
3522 * win/tools/vsprops/FeatureDefines.vsprops:
3524 2011-09-24 Adam Barth <abarth@webkit.org>
3526 Always enable ENABLE(OFFLINE_WEB_APPLICATIONS)
3527 https://bugs.webkit.org/show_bug.cgi?id=68767
3529 Reviewed by Eric Seidel.
3531 * win/tools/vsprops/FeatureDefines.vsprops:
3532 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3534 2011-09-23 Adam Klein <adamk@chromium.org>
3536 Add ENABLE_MUTATION_OBSERVERS feature flag
3537 https://bugs.webkit.org/show_bug.cgi?id=68732
3539 Reviewed by Ojan Vafai.
3541 This flag will guard an implementation of the "Mutation Observers" proposed in
3542 http://lists.w3.org/Archives/Public/public-webapps/2011JulSep/1622.html
3544 * win/tools/vsprops/FeatureDefines.vsprops:
3545 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3547 2011-09-22 Dean Jackson <dino@apple.com>
3549 Add ENABLE_CSS_FILTERS
3550 https://bugs.webkit.org/show_bug.cgi?id=68652
3552 Reviewed by Simon Fraser.
3554 * win/tools/vsprops/FeatureDefines.vsprops:
3555 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3557 2011-09-19 Adam Barth <abarth@webkit.org>
3559 Always enable ENABLE(EVENTSOURCE)
3560 https://bugs.webkit.org/show_bug.cgi?id=68414
3562 Reviewed by Eric Seidel.
3564 * win/tools/vsprops/FeatureDefines.vsprops:
3565 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3567 2011-09-15 Adam Barth <abarth@webkit.org>
3569 Rename ENABLE(DATABASE) to ENABLE(SQL_DATABASE)
3570 https://bugs.webkit.org/show_bug.cgi?id=68205
3572 Reviewed by Eric Seidel.
3574 * win/tools/vsprops/FeatureDefines.vsprops:
3575 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3577 2011-09-15 Eric Seidel <eric@webkit.org>
3579 Remove ENABLE(SVG_AS_IMAGE) since all major ports have it on by default
3580 https://bugs.webkit.org/show_bug.cgi?id=68182
3582 Reviewed by Adam Barth.
3584 * win/tools/vsprops/FeatureDefines.vsprops:
3585 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3587 2011-09-15 Eric Seidel <eric@webkit.org>
3589 Remove ENABLE_SVG_ANIMATION as all major ports have it on by default
3590 https://bugs.webkit.org/show_bug.cgi?id=68022
3592 Reviewed by Ryosuke Niwa.
3594 * win/tools/vsprops/FeatureDefines.vsprops:
3595 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3597 2011-09-14 Eric Seidel <eric@webkit.org>
3599 Remove ENABLE_SVG_USE as <use> is required by HTML5
3600 https://bugs.webkit.org/show_bug.cgi?id=68019
3602 Reviewed by Ryosuke Niwa.
3604 I missed a couple uses of SVG_USE in my previous patch.
3606 * win/tools/vsprops/FeatureDefines.vsprops:
3607 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3609 2011-09-13 Eric Seidel <eric@webkit.org>
3611 Remove ENABLE_SVG_USE as <use> is required by HTML5
3612 https://bugs.webkit.org/show_bug.cgi?id=68019
3614 Reviewed by Ryosuke Niwa.
3616 * win/tools/vsprops/FeatureDefines.vsprops:
3617 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3619 2011-09-13 Eric Seidel <eric@webkit.org>
3621 Remove ENABLE_SVG_FOREIGN_OBJECT as it is a required part of HTML5
3622 https://bugs.webkit.org/show_bug.cgi?id=68018
3624 Reviewed by Ryosuke Niwa.
3626 * win/tools/vsprops/FeatureDefines.vsprops:
3627 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3629 2011-09-01 Tim Horton <timothy_horton@apple.com>
3631 REGRESSION: Rendering artifacts on a rotated, pattern filled shape
3632 https://bugs.webkit.org/show_bug.cgi?id=53055
3633 <rdar://problem/8910917>
3635 Reviewed by Simon Fraser.
3637 Introduce wkCGPatternCreateWithImageAndTransform.
3639 * WebKitSystemInterface.h:
3640 * libWebKitSystemInterfaceLeopard.a:
3641 * libWebKitSystemInterfaceLion.a:
3642 * libWebKitSystemInterfaceSnowLeopard.a:
3643 * win/include/WebKitSystemInterface/WebKitSystemInterface.h:
3644 * win/lib/WebKitSystemInterface.lib:
3646 2011-08-30 Aaron Colwell <acolwell@chromium.org>
3648 Add MediaSource API to HTMLMediaElement
3649 https://bugs.webkit.org/show_bug.cgi?id=64731
3651 Reviewed by Eric Carlson.
3653 * win/tools/vsprops/FeatureDefines.vsprops:
3654 * win/tools/vsprops/FeatureDefinesCairo.vsprops:
3656 2011-08-24 Lucas Forschler <lforschler@apple.com>
3658 Update SVN properties to help out the Windows EWS bots.
3660 Reviewed by Adam Roben.
3662 * win: Modified properties svn:ignore.
3663 * win/include: Modified property svn:ignore.
3664 * win/lib: Modified property svn:ignore.
3666 2011-08-18 Beth Dakin <bdakin@apple.com>
3668 Reviewed by Sam Weinig.
3670 https://bugs.webkit.org/show_bug.cgi?id=66495
3671 Lion-specific scroller SPIs can use forward declaration instead of
3672 WebKitSystemInterface
3674 * WebKitSystemInterface.h:
3675 * libWebKitSystemInterfaceLeopard.a:
3676 * libWebKitSystemInterfaceLion.a:
3677 * libWebKitSystemInterfaceSnowLeopard.a:
3679 2011-07-28 Dan Bernstein <mitz@apple.com>
3681 WebKitSystemInterface support for
3682 <rdar://problem/9589433> Displaying Japanese dictionary contents in vertical orientation takes a couple of seconds
3684 Reviewed by Darin Adler.
3686 * WebKitSystemInterface.h: Added WKGetVerticalGlyphsForCharacters().
3687 * libWebKitSystemInterfaceLeopard.a:
3688 * libWebKitSystemInterfaceLion.a:
3689 * libWebKitSystemInterfaceSnowLeopard.a:
3691 2011-07-22 Jessie Berlin <jberlin@apple.com>
3693 [WebKit2] Changing the cookie accept policy in Private Browsing doesn’t work.