1 2016-04-06 Alex Christensen <achristensen@webkit.org>
3 Fix CMake DumpRenderTree
4 https://bugs.webkit.org/show_bug.cgi?id=156305
6 Reviewed by Daniel Bates.
8 * Source/cmake/OptionsMac.cmake:
10 2016-04-05 Alex Christensen <achristensen@webkit.org>
12 Make CMake-generated binaries on Mac able to run
13 https://bugs.webkit.org/show_bug.cgi?id=156268
15 Reviewed by Daniel Bates.
17 * Source/cmake/OptionsMac.cmake:
19 2016-04-04 Alejandro G. Castro <alex@igalia.com>
21 REGRESSION(r198492): [GTK] The WEB_RTC flag was not correctly added in some situations
22 https://bugs.webkit.org/show_bug.cgi?id=156164
24 Reviewed by Philippe Normand.
26 Remove double space in the error message when openwebrtc is not present.
28 * Source/cmake/OptionsGTK.cmake:
30 2016-04-03 Carlos Garcia Campos <cgarcia@igalia.com>
32 Unreviewed. Bump GTK+ versions numbers.
34 * Source/cmake/OptionsGTK.cmake:
36 2016-03-31 Daniel Bates <dabates@apple.com>
38 tool tip/alt. text appears when mouse is no longer hovering over link
39 https://bugs.webkit.org/show_bug.cgi?id=24427
40 <rdar://problem/8045235>
42 Reviewed by Antonio Gomes.
44 Although the bug no longer reproduces, add a manual test that can be used to determine if a
45 tooltip for a hyperlink is shown when the cursor no longer hovers over it.
47 * ManualTests/tooltip-when-mouse-not-directly-over-hyperlink.html: Added.
49 2016-03-29 Commit Queue <commit-queue@webkit.org>
51 Unreviewed, rolling out r198781.
52 https://bugs.webkit.org/show_bug.cgi?id=155986
54 broke windows clean build (Requested by alexchristensen on
59 "[Win] CMake seems to build all generated files every time"
60 https://bugs.webkit.org/show_bug.cgi?id=155872
61 http://trac.webkit.org/changeset/198781
63 2016-03-29 Brent Fulgham <bfulgham@apple.com>
65 [Win] CMake seems to build all generated files every time
66 https://bugs.webkit.org/show_bug.cgi?id=155872
68 Reviewed by Alex Christensen.
70 This seems to be caused by Visual Studio being unhappy receiving multiple output targets
71 for its custom build rules. If I limit the output to just the header file on Windows, the
72 dependency check seems to do the right thing.
74 * Source/cmake/WebKitMacros.cmake:
76 2016-03-28 Alex Christensen <achristensen@webkit.org>
78 Fix Mac Ninja build after r198766.
80 * Source/cmake/WebKitMacros.cmake:
81 WebCore_DERIVED_SOURCES are intentionally in a separate library to reduce linker line length.
82 This is now only specific to WebKit2_DERIVED_SOURCES, so I'm moving it there.
84 2016-03-28 Alex Christensen <achristensen@webkit.org>
86 Fix Windows build after r198766.
88 * Source/cmake/WebKitMacros.cmake:
89 Use the filename from the cpp so that WebCorePrefix.cpp and WebCoreDerivedSourcesPrefix.cpp
90 generate unique .pch files, even though they both include WebCorePrefix.h
92 2016-03-28 Alex Christensen <achristensen@webkit.org>
94 Fix Ninja build on Mac
95 https://bugs.webkit.org/show_bug.cgi?id=151399
97 Reviewed by Darin Adler.
99 * Source/CMakeLists.txt:
100 * Source/cmake/WebKitMacros.cmake:
102 2016-03-27 Daniel Bates <dabates@apple.com>
104 WebKit.xcworkspace "All Source" scheme always copies OS X WebKitSystemInterface libraries
105 https://bugs.webkit.org/show_bug.cgi?id=155889
107 Reviewed by Alexey Proskuryakov.
109 Fixes an issue where building the "All Source" scheme in WebKit.xcworkspace would
110 always copy the OS X WebKitSystemInterface libraries regardless of the selected
111 base SDK. In particular, it would copy the OS X WebKitSystemInterface libraries
112 when building with SDK iphonesimulator. WebKit.xcworkspace should copy the SDK-
113 specific WebKitSystemInterface libraries.
115 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
117 2016-03-25 Brady Eidson <beidson@apple.com>
119 Soften push/replaceState frequency restrictions.
120 <rdar://problem/25228439> and https://bugs.webkit.org/show_bug.cgi?id=155901
122 Rubber-stamped by Timothy Hatcher.
124 * ManualTests/state-objects-time-limit.html: Added.
126 2016-03-25 Daniel Bates <dabates@apple.com>
128 REGRESSION (r197358): WebKitSystemInterface.h copied into directory named "--llvm"
129 https://bugs.webkit.org/show_bug.cgi?id=155838
131 Reviewed by Alexey Proskuryakov.
133 Do not pass command line flag --llvm when calling script copy-webkitlibraries-to-product-directory
134 to avoid copying the WebKitSystemInterface libraries to an incorrect location. The --llvm flag was
135 removed from copy-webkitlibraries-to-product-directory in <http://trac.webkit.org/changeset/197358>.
137 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
139 2016-03-25 Bill Ming <mbbill@gmail.com>
141 Detect correct number of processors on windows
142 https://bugs.webkit.org/show_bug.cgi?id=155884
144 Reviewed by Alex Christensen.
146 * Tools/Scripts/run-jsc-stress-tests:
148 2016-03-25 Brent Fulgham <bfulgham@apple.com>
150 [Win] Improve CMake build performance
151 https://bugs.webkit.org/show_bug.cgi?id=155871
152 <rdar://problem/24747822>
154 Reviewed by Alex Christensen.
156 Add a flag to the PROCESS_ALLINONE_FILE macro so that it does not remove
157 the files contained in the passed all-in-one file, since this breaks
158 dependency checking and generation of the derived sources from the IDL.
159 Instead, include the header files in the project so that all files get
162 * Source/cmake/WebKitMacros: Updated for 'DerivedSources.cpp' use case.
164 2016-03-25 Konstantin Tokarev <annulen@yandex.ru>
166 Turned on ENABLE_REQUEST_ANIMATION_FRAME by default for any port.
167 https://bugs.webkit.org/show_bug.cgi?id=155882
169 Reviewed by Michael Catanzaro.
171 It was already enabled in all trunk ports, and is required for
172 WebInspectorUI to work.
174 * Source/cmake/OptionsGTK.cmake: Removed duplication of default value.
175 * Source/cmake/OptionsMac.cmake: Ditto.
176 * Source/cmake/WebKitFeatures.cmake: Turned
177 ENABLE_REQUEST_ANIMATION_FRAME ON.
179 2016-03-24 Bill Ming <mbbill@gmail.com>
181 Determine architecture for running jsc stress tests on windows
182 https://bugs.webkit.org/show_bug.cgi?id=155840
184 Reviewed by Alex Christensen.
186 * Tools/Scripts/run-jsc-stress-tests:
188 2016-03-23 Bill Ming <mbbill@gmail.com>
190 Fixed ninja build path.
191 https://bugs.webkit.org/show_bug.cgi?id=155796
193 Reviewed by Alex Christensen.
195 * Tools/Scripts/build-webkit:
197 2016-03-21 Eric Carlson <eric.carlson@apple.com>
199 Add a WebRTC specific compile flag
200 https://bugs.webkit.org/show_bug.cgi?id=155663
202 Reviewed by Jer Noble.
204 * Source/cmake/OptionsEfl.cmake:
205 * Source/cmake/OptionsGTK.cmake:
206 * Source/cmake/WebKitFeatures.cmake:
208 2016-03-18 Yusuke Suzuki <utatane.tea@gmail.com>
210 Unreviewed, missing SET_AND_EXPOSE_TO_BUILD for USE_UDIS86 in JSCOnly port
211 https://bugs.webkit.org/show_bug.cgi?id=155628
213 * Source/cmake/OptionsJSCOnly.cmake:
215 2016-03-17 Yusuke Suzuki <utatane.tea@gmail.com>
217 [JSCOnly] Enable udis86
218 https://bugs.webkit.org/show_bug.cgi?id=155628
220 Reviewed by Carlos Garcia Campos.
222 Enable udis86 for disassembler. The current flag name is incorrect.
224 * Source/cmake/OptionsJSCOnly.cmake:
226 2016-03-14 Konstantin Tokarev <annulen@yandex.ru>
228 Restored ENABLE_WEBCORE option and used it in JSCOnly port.
229 https://bugs.webkit.org/show_bug.cgi?id=155428
231 Reviewed by Michael Catanzaro.
233 This is a partial revert of r182624.
236 * Source/CMakeLists.txt:
237 * Source/cmake/OptionsJSCOnly.cmake:
238 * Source/cmake/WebKitFS.cmake:
240 2016-03-13 Joseph Pecoraro <pecoraro@apple.com>
242 Remove ENABLE(ES6_TEMPLATE_LITERAL_SYNTAX) guards
243 https://bugs.webkit.org/show_bug.cgi?id=155417
245 Reviewed by Yusuke Suzuki.
247 * Source/cmake/OptionsWin.cmake:
248 * Source/cmake/WebKitFeatures.cmake:
249 * Source/cmake/tools/vsprops/FeatureDefines.props:
250 * Source/cmake/tools/vsprops/FeatureDefinesCairo.props:
252 2016-03-13 Konstantin Tokarev <annulen@yandex.ru>
254 Added new port JSCOnly.
255 https://bugs.webkit.org/show_bug.cgi?id=154512
257 Reviewed by Michael Catanzaro.
259 This port allows to build JavaScriptCore engine with minimal
263 * Source/cmake/OptionsJSCOnly.cmake: Added.
265 2016-03-12 Myles C. Maxfield <mmaxfield@apple.com>
267 Delete dead SVG Font code
268 https://bugs.webkit.org/show_bug.cgi?id=154718
270 Reviewed by Antti Koivisto.
272 * Source/cmake/OptionsEfl.cmake:
273 * Source/cmake/OptionsWin.cmake:
274 * Source/cmake/WebKitFeatures.cmake:
275 * Source/cmake/tools/vsprops/FeatureDefines.props:
276 * Source/cmake/tools/vsprops/FeatureDefinesCairo.props:
278 2016-03-12 Jeremy Huddleston Sequoia <jeremyhu@apple.com>
280 [GTK][Mac] Don't force ENABLE_INTROSPECTION=OFF on Mac
281 https://bugs.webkit.org/show_bug.cgi?id=152650
283 Reviewed by Carlos Garcia Campos.
285 * Source/cmake/OptionsGTK.cmake:
287 2016-03-10 Frederic Wang <fwang@igalia.org>
289 [GTK] Add support for WOFF2
290 https://bugs.webkit.org/show_bug.cgi?id=152616
292 Reviewed by Carlos Garcia Campos.
294 * Source/CMakeLists.txt: Build brotli and woff2 third-party libraries if WOFF2 is enabled.
295 * Source/cmake/OptionsGTK.cmake: Always enable WOFF2 on GTK.
297 2016-03-09 Konstantin Tokarev <annulen@yandex.ru>
299 [cmake] Fixed All-in-One build.
300 https://bugs.webkit.org/show_bug.cgi?id=155241
302 Reviewed by Csaba Osztrogonác.
304 * Source/cmake/WebKitMacros.cmake: Last item of WebCore_SOURCES was
305 not removed in PROCESS_ALLINONE_FILE.
307 2016-03-08 Myles C. Maxfield <mmaxfield@apple.com>
309 [EFL] Enable the SVG -> OTF Font Converter
310 https://bugs.webkit.org/show_bug.cgi?id=155192
312 Reviewed by Gyuyoung Kim.
314 * Source/cmake/OptionsEfl.cmake:
316 2016-03-08 Myles C. Maxfield <mmaxfield@apple.com>
318 [GTK] Enable the SVG -> OTF Font Converter
319 https://bugs.webkit.org/show_bug.cgi?id=155191
321 Reviewed by Martin Robinson.
323 * Source/cmake/OptionsGTK.cmake:
325 2016-03-05 Michael Catanzaro <mcatanzaro@igalia.com>
327 Unreviewed, fix GTK/EFL build after r197575 and add mandatory GnuTLS dependency
329 * Source/cmake/OptionsEfl.cmake:
330 * Source/cmake/OptionsGTK.cmake:
332 2016-03-02 Konstantin Tokarev <annulen@yandex.ru>
334 [cmake] Moved PRE/POST_BUILD_COMMAND to WEBKIT_FRAMEWORK.
335 https://bugs.webkit.org/show_bug.cgi?id=154651
337 Reviewed by Alex Christensen.
339 * Source/cmake/WebKitMacros.cmake: Used phony target instead of
340 CMake's PRE_BUILD COMMAND feature because the latter actually
341 generates pre-link target instead of pre-build.
343 2016-03-01 Alex Christensen <achristensen@webkit.org>
345 Reduce size of internal windows build output
346 https://bugs.webkit.org/show_bug.cgi?id=154763
348 Reviewed by Brent Fulgham.
350 * Source/cmake/OptionsWin.cmake:
352 2016-03-01 Commit Queue <commit-queue@webkit.org>
354 Unreviewed, rolling out r197056.
355 https://bugs.webkit.org/show_bug.cgi?id=154870
357 broke win ews (Requested by alexchristensen on #webkit).
361 "[cmake] Moved PRE/POST_BUILD_COMMAND to WEBKIT_FRAMEWORK."
362 https://bugs.webkit.org/show_bug.cgi?id=154651
363 http://trac.webkit.org/changeset/197056
365 2016-02-29 Konstantin Tokarev <annulen@yandex.ru>
367 [cmake] Allow using FindGLIB in case glib is optional dependency.
368 https://bugs.webkit.org/show_bug.cgi?id=154796
370 Reviewed by Michael Catanzaro.
372 FindGLIB caused internal CMake error in case glibconfig.h is not
375 * Source/cmake/FindGLIB.cmake:
377 2016-02-29 Commit Queue <commit-queue@webkit.org>
379 Unreviewed, rolling out r197297.
380 https://bugs.webkit.org/show_bug.cgi?id=154810
382 This change broke build of GTK from scratch (Requested by
387 "[cmake] Allow using FindGLIB in case glib is optional
389 https://bugs.webkit.org/show_bug.cgi?id=154796
390 http://trac.webkit.org/changeset/197297
392 2016-02-28 Konstantin Tokarev <annulen@yandex.ru>
394 [cmake] Allow using FindGLIB in case glib is optional dependency.
395 https://bugs.webkit.org/show_bug.cgi?id=154796
397 Reviewed by Michael Catanzaro.
399 FindGLIB caused internal CMake error in case GLIBCONFIG_INCLUDE_DIR is
402 * Source/cmake/FindGLIB.cmake:
404 2016-02-25 Myles C. Maxfield <mmaxfield@apple.com>
406 [Win] [SVG -> OTF Converter] Support the SVG -> OTF Font Converter
407 https://bugs.webkit.org/show_bug.cgi?id=143402
409 Reviewed by Alex Christensen.
411 Turn on by default, and turn on for Windows.
413 EFL and GTK already explicitly disable it in OptionsEfl.cmake and OptionsGTK.cmake.
415 * Source/cmake/OptionsWin.cmake:
416 * Source/cmake/WebKitFeatures.cmake:
418 2016-02-24 Nikos Andronikos <nikos.andronikos-webkit@cisra.canon.com.au>
420 [web-animations] Add AnimationTimeline, DocumentTimeline and add extensions to Document interface
421 https://bugs.webkit.org/show_bug.cgi?id=151688
423 Reviewed by Dean Jackson.
425 Enables the WEB_ANIMATIONS compiler switch.
427 * Source/cmake/OptionsWin.cmake:
429 2016-02-24 Konstantin Tokarev <annulen@yandex.ru>
431 [cmake] Moved PRE/POST_BUILD_COMMAND to WEBKIT_FRAMEWORK.
432 https://bugs.webkit.org/show_bug.cgi?id=154651
434 Reviewed by Alex Christensen.
436 * Source/cmake/WebKitMacros.cmake:
438 2016-02-22 Konstantin Tokarev <annulen@yandex.ru>
440 [cmake] Moved library setup code to WEBKIT_FRAMEWORK macro.
441 https://bugs.webkit.org/show_bug.cgi?id=154450
443 Reviewed by Alex Christensen.
445 * Source/cmake/WebKitMacros.cmake:
447 2016-02-18 Philippe Normand <pnormand@igalia.com>
449 [GStreamer] Bump internal jhbuild versions to 1.6.3
450 https://bugs.webkit.org/show_bug.cgi?id=149594
452 Reviewed by Michael Catanzaro.
454 * Source/cmake/FindGStreamer.cmake: Check gst-gl version for the latest stable release of GStreamer.
456 2016-02-18 Anders Carlsson <andersca@apple.com>
458 Get rid of the "All Source (target WebProcess)" scheme.
460 Rubber-stamped by Dan Bernstein.
462 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme: Removed.
464 2016-02-18 Michael Catanzaro <mcatanzaro@igalia.com>
466 [CMake] Remove LLVM support
467 https://bugs.webkit.org/show_bug.cgi?id=154370
469 Reviewed by Csaba Osztrogonác.
471 After switching all CMake ports to B3, this was only needed for the LLVM disassembler, which
472 has been removed from JSC. Feel free to bring this back if restoring the LLVM disassembler,
473 but for the time being this is dead code.
475 * Source/cmake/FindLLVM.cmake: Removed.
476 * Source/cmake/OptionsCommon.cmake:
478 2016-02-18 Joonghun Park <jh718.park@samsung.com>
480 [CMake] Remove meaningless conditional statements in CMakeLists.txt
481 https://bugs.webkit.org/show_bug.cgi?id=153778
483 Reviewed by Csaba Osztrogonác.
486 Use CMAKE_FOO_OUTPUT_DIRECTORY located in CMakeLists.txt as default value.
487 And remove conditional statements which has enclosed these one
488 because they don't have meaning anymore.
490 2016-02-15 Alex Christensen <achristensen@webkit.org>
492 Re-enable INTL on WinCairo
493 https://bugs.webkit.org/show_bug.cgi?id=154256
495 Reviewed by Michael Catanzaro.
497 * Source/cmake/OptionsWin.cmake:
498 Peavo updated icu and it works, so let's re-enable INTL on WinCairo to catch Windows build failures.
500 2016-02-12 Csaba Osztrogonác <ossy@webkit.org>
502 [EFL][GTK] Fix ENABLE(SVG_OTF_CONVERTER) build
503 https://bugs.webkit.org/show_bug.cgi?id=154165
505 Reviewed by Alex Christensen.
507 * Source/cmake/OptionsEfl.cmake:
508 * Source/cmake/OptionsGTK.cmake:
510 2016-02-11 Konstantin Tokarev <annulen@yandex.ru>
512 [cmake] Consolidate TextureMapper file and include dir lists.
513 https://bugs.webkit.org/show_bug.cgi?id=154106
515 Reviewed by Michael Catanzaro.
517 * Source/cmake/OptionsEfl.cmake: Expose USE_TEXTURE_MAPPER_GL to
519 * Source/cmake/OptionsWinCairo.cmake: Ditto.
521 2016-02-09 Csaba Osztrogonác <ossy@webkit.org>
523 [GTK][EFL] Fix several build configuration related to SamplingProfiler after r196245
524 https://bugs.webkit.org/show_bug.cgi?id=154033
526 Reviewed by Michael Catanzaro.
528 * Source/cmake/WebKitFeatures.cmake:
530 2016-02-09 Carlos Garcia Campos <cgarcia@igalia.com>
532 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.11.5 release.
534 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
536 2016-02-07 Yusuke Suzuki <utatane.tea@gmail.com>
538 [GTK][EFL] Enable SamplingProfiler
539 https://bugs.webkit.org/show_bug.cgi?id=153638
541 Reviewed by Michael Catanzaro.
543 Enable SamplingProfiler in GTK and EFL.
544 And added option to CMake to switch this from the build command.
546 * Source/cmake/OptionsEfl.cmake:
547 * Source/cmake/OptionsGTK.cmake:
548 * Source/cmake/WebKitFeatures.cmake:
550 2016-02-07 Konstantin Tokarev <annulen@yandex.ru>
552 [cmake] Move LLVM detection for LLVMDisassembler to OptionsCommon.cmake
553 https://bugs.webkit.org/show_bug.cgi?id=153961
555 Reviewed by Michael Catanzaro.
557 * Source/cmake/OptionsCommon.cmake:
558 * Source/cmake/OptionsEfl.cmake:
559 * Source/cmake/OptionsGTK.cmake:
561 2016-02-04 Csaba Osztrogonác <ossy@webkit.org>
563 Unreviewed non X86_64 buildfix after r196077.
565 * Source/cmake/OptionsEfl.cmake:
566 * Source/cmake/OptionsGTK.cmake:
568 2016-02-03 Michael Catanzaro <mcatanzaro@igalia.com>
570 [GTK][EFL] Switch FTL to B3
571 https://bugs.webkit.org/show_bug.cgi?id=153478
573 Reviewed by Csaba Osztrogonác.
575 * Source/cmake/OptionsEfl.cmake:
576 * Source/cmake/OptionsGTK.cmake:
578 2016-02-02 Joseph Pecoraro <pecoraro@apple.com>
580 Unreviewed attempt to fix Mac CMake build after r195999.
582 * Source/cmake/OptionsMac.cmake:
583 * Source/cmake/WebKitFeatures.cmake:
584 Add ENABLE_RESOURCE_USAGE to CMake builds.
586 2016-02-02 Alejandro G. Castro <alex@igalia.com>
588 [GTK][EFL] Upgrade OpenWebRTC dependency
589 https://bugs.webkit.org/show_bug.cgi?id=153489
591 Reviewed by Philippe Normand.
593 * Source/cmake/FindOpenWebRTC.cmake: Bump OpenWebRTC dependency,
594 required to make the mediastream work.
596 2016-02-01 Alex Christensen <achristensen@webkit.org>
598 [Win] WTFHeaderDetection.h no longer needed
599 https://bugs.webkit.org/show_bug.cgi?id=153753
600 rdar://problem/24434627
602 Reviewed by Darin Adler.
604 * Source/cmake/WebKitFS.cmake:
606 2016-01-31 Joonghun Park <jh718.park@samsung.com>
608 [EFL] All API tests are broken on 15.10
609 https://bugs.webkit.org/show_bug.cgi?id=153528
611 Reviewed by Gyuyoung Kim.
613 * CMakeLists.txt: Having include(WebKitCommon) statement follow
614 CMAKE_FOO_OUTPUT_DIRECTORY otherwise all the API tests gets blocked.
616 2016-01-30 Yusuke Suzuki <utatane.tea@gmail.com>
618 Enable SamplingProfiler on POSIX environment
619 https://bugs.webkit.org/show_bug.cgi?id=153584
621 Reviewed by Michael Saboff.
623 Add features.h header check. It will define __GLIBC__.
625 * Source/cmake/OptionsCommon.cmake:
627 2016-01-27 Alexey Proskuryakov <ap@apple.com>
629 Remove ENABLE_CURRENTSRC
630 https://bugs.webkit.org/show_bug.cgi?id=153545
632 Reviewed by Simon Fraser.
634 * Source/cmake/OptionsEfl.cmake:
635 * Source/cmake/OptionsGTK.cmake:
636 * Source/cmake/OptionsMac.cmake:
637 * Source/cmake/OptionsWin.cmake:
638 * Source/cmake/WebKitFeatures.cmake:
639 * Source/cmake/tools/vsprops/FeatureDefines.props:
640 * Source/cmake/tools/vsprops/FeatureDefinesCairo.props:
642 2016-01-25 Alex Christensen <achristensen@webkit.org>
644 Fix internal Windows build
645 https://bugs.webkit.org/show_bug.cgi?id=153469
647 Reviewed by Brent Fulgham.
649 * Source/cmake/WebKitMacros.cmake:
650 Pass the GPERF_EXECUTABLE that we found to make-hash-tools.pl.
652 2016-01-23 Aaron Chu <arona.chu@gmail.com>
654 Web Inspector: AXI: node-link-list should be collapsible
655 https://bugs.webkit.org/show_bug.cgi?id=130911
657 Added a manual test to test the node list in the Accessibility Inspector
659 Reviewed by Timothy Hatcher.
661 * ManualTests/accessibility/collapsible-node-link-list.html: Added.
663 2016-01-22 Alex Christensen <achristensen@webkit.org>
665 Fix internal Windows build
666 https://bugs.webkit.org/show_bug.cgi?id=153385
667 rdar://problem/24310408
669 Reviewed by Brian Weinstein.
671 * Source/cmake/WinTools.make:
672 * Source/cmake/tools/vsprops: Copied from WebKitLibraries/win/tools/vsprops.
673 These property sheets are needed for some projects that are not in this repository
674 and don't use CMake in the official build. We want to leave them unchanged for now.
676 2016-01-22 Alex Christensen <achristensen@webkit.org>
678 Only set CMake output directories if they aren't already set
679 https://bugs.webkit.org/show_bug.cgi?id=153373
681 Reviewed by Michael Catanzaro.
684 r195242 caused Windows builds to copy files to bin instead of bin64.
685 CMAKE_RUNTIME_OUTPUT_DIRECTORY is being set in OptionsWin.cmake, and this was now resetting it.
686 This also makes it so you can set these variables by command line.
688 2016-01-20 Carlos Garcia Campos <cgarcia@igalia.com>
690 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.11.4 release.
692 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
694 2016-01-18 Michael Catanzaro <mcatanzaro@igalia.com>
696 [CMake] Duplicate attempts to find software during cmake stage
697 https://bugs.webkit.org/show_bug.cgi?id=153211
699 Reviewed by Martin Robinson.
701 * CMakeLists.txt: Remove duplication of commands in WebKitCommon.cmake.
702 * Source/cmake/WebKitCommon.cmake: Guard the entire file so it runs only once.
704 2016-01-17 Michael Catanzaro <mcatanzaro@igalia.com>
706 [CMake] Do not build bmalloc when USE_SYSTEM_MALLOC is ON
707 https://bugs.webkit.org/show_bug.cgi?id=153190
709 Reviewed by Csaba Osztrogonác.
711 Build bmalloc when NOT USE_SYSTEM_MALLOC rather than when NOT WIN32.
713 * Source/CMakeLists.txt:
714 * Source/cmake/OptionsWin.cmake:
716 2016-01-16 Jeremy Huddleston Sequoia <jeremyhu@apple.com>
718 [GTK] Use -Wl,-all_load on darwin to include contents of all static archives
720 https://bugs.webkit.org/show_bug.cgi?id=153117
722 Reviewed by Michael Catanzaro.
724 * Source/cmake/OptionsGTK.cmake:
726 2016-01-13 Carlos Garcia Campos <cgarcia@igalia.com>
728 [CMake] Do not use LLVM static libraries for FTL JIT
729 https://bugs.webkit.org/show_bug.cgi?id=151559
731 Reviewed by Michael Catanzaro.
733 Also export LLVM_LIBRARIES variable that can be used to prefer
734 linking to the llvm dynamic libraries.
736 * Source/cmake/FindLLVM.cmake:
738 2016-01-13 Michael Catanzaro <mcatanzaro@igalia.com>
740 [GTK] Add comments above options declarations in OptionsGTK.cmake
741 https://bugs.webkit.org/show_bug.cgi?id=153074
743 Reviewed by Martin Robinson.
745 * Source/cmake/OptionsGTK.cmake:
747 2016-01-12 Carlos Garcia Campos <cgarcia@igalia.com>
749 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.11.3 release.
751 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
753 2016-01-12 Ryosuke Niwa <rniwa@webkit.org>
755 Add a build flag for custom element
756 https://bugs.webkit.org/show_bug.cgi?id=153005
758 Reviewed by Alex Christensen.
760 * Source/cmake/OptionsEfl.cmake:
761 * Source/cmake/OptionsWin.cmake:
762 * Source/cmake/WebKitFeatures.cmake:
764 2016-01-08 Alex Christensen <achristensen@webkit.org>
766 Fix internal Windows build
767 https://bugs.webkit.org/show_bug.cgi?id=152937
769 Reviewed by Brent Fulgham.
771 * Source/cmake/WebKitCommon.cmake:
772 Try looking in the default cygwin installation directory for executables like bison, flex, gperf, and ruby.
773 This is needed on Windows builds that are not driven by cygwin, but need to use the cygwin installations of these tools.
774 This is the effective equivalent of this line in WebKitLibraries/win/tools/vsprops/common.props in the old build system:
775 set PATH=%SystemDrive%\cygwin\bin;%PATH%
777 2016-01-06 Gyuyoung Kim <gyuyoung.kim@webkit.org>
779 [EFL] Set WebKit2 process output name
780 https://bugs.webkit.org/show_bug.cgi?id=152773
782 Reviewed by Benjamin Poulain.
784 If we add *WebKit* prefix to each WK2 process, it is more clear when checking what process is running.
785 So this patch sets wk2 process output name.
787 * Source/cmake/OptionsEfl.cmake:
789 2016-01-05 Zan Dobersek <zdobersek@igalia.com>
791 [CMake] Remove USE_UDIS86 variable
792 https://bugs.webkit.org/show_bug.cgi?id=152731
794 Reviewed by Gyuyoung Kim.
796 Remove the USE_UDIS86 variable in CMake files. The specific build guard
797 is now enabled by default in Source/WTF/wtf/Platform.h, so the handling
798 in CMake isn't required anymore. The Udis86-specific files have to be
799 built unconditionally now, though.
801 * Source/cmake/OptionsEfl.cmake:
802 * Source/cmake/OptionsGTK.cmake:
803 * Source/cmake/OptionsMac.cmake:
805 2016-01-04 Alex Christensen <achristensen@webkit.org>
807 Fix Mac CMake build after r194454.
809 * Source/cmake/OptionsMac.cmake:
810 _macosx, _iphoneos, and _iphonesimulator are used in FeatureDefines.xcconfig but won't be used in CMake.
811 If we actually switch to CMake, we will need to verify that all the feature enabling is equivalent, and it isn't right now.
813 2015-12-31 Michael Catanzaro <mcatanzaro@igalia.com>
815 [GTK][CMake] Do not override default values of build options with the default value
816 https://bugs.webkit.org/show_bug.cgi?id=152615
818 Reviewed by Martin Robinson.
820 Override the default value of build options only when the default value for the GTK+ port
821 is actually different than the default value in WebKitFeatures.cmake. This way we don't
822 accidentally override changes to default values in WebKitFeatures.cmake. We should use the
823 values in WebKitFeatures.cmake except when we make an active choice to do otherwise.
825 * Source/cmake/OptionsGTK.cmake:
827 2015-12-31 Michael Catanzaro <mcatanzaro@igalia.com>
829 [CMake] Add error checking to WEBKIT_OPTION_DEFAULT_PORT_VALUE et. al.
830 https://bugs.webkit.org/show_bug.cgi?id=144069
832 Reviewed by Martin Robinson.
834 * Source/cmake/OptionsWin.cmake:
835 Do not set options that no longer exist.
836 * Source/cmake/WebKitFeatures.cmake:
837 Add error checking to ensure that option names passed to WEBKIT_OPTION_DEFAULT_PORT_VALUE,
838 WEBKIT_OPTION_CONFLICT, and WEBKIT_OPTION_DEPEND are actually valid options that have been
839 previously-defined. Also, add ENABLE_SVG_OTF_CONVERTER build option, defaulted to off since
840 no CMake port was using it.
842 2015-12-31 Michael Catanzaro <mcatanzaro@igalia.com>
844 [CMake] Add error checking to catch option manipulation after WEBKIT_OPTION_END
845 https://bugs.webkit.org/show_bug.cgi?id=152611
847 Reviewed by Martin Robinson.
849 If WEBKIT_OPTION_DEFINE is called after WEBKIT_OPTION_END, the option never makes its way
850 into FEATURE_DEFINES and so will be inconsistently set (available to most of the build, but
851 not to the DOM bindings generator, for example).
853 If WEBKIT_OPTION_DEFAULT_PORT_VALUE, WEBKIT_OPTION_CONFLICT, or WEBKIT_OPTION_DEPEND are
854 called after WEBKIT_OPTION_END, they don't do anything.
856 Add error checking to catch these bugs.
858 * Source/cmake/WebKitFeatures.cmake:
860 2015-12-30 Philippe Normand <pnormand@igalia.com>
862 [GTK][Mac] Disable gtk-doc
863 https://bugs.webkit.org/show_bug.cgi?id=150798
865 Reviewed by Michael Catanzaro.
867 * Source/PlatformGTK.cmake: gtkdoc-scangobj fails due to a clang
868 link error on Mac, so for now disable gtk-doc support on that
870 * Source/cmake/OptionsGTK.cmake: Ditto.
872 2015-12-23 Andy VanWagoner <andy@instructure.com>
874 [INTL] Implement Intl.DateTimeFormat.prototype.resolvedOptions ()
875 https://bugs.webkit.org/show_bug.cgi?id=147603
877 Reviewed by Benjamin Poulain.
879 * Source/cmake/OptionsWin.cmake: Disable INTL on Windows for now
881 2015-12-16 Youenn Fablet <youenn.fablet@crf.canon.fr>
883 [Fetch API] Add fetch API compile time flag
884 https://bugs.webkit.org/show_bug.cgi?id=152254
886 Reviewed by Darin Adler.
888 * Source/cmake/OptionsWin.cmake:
889 * Source/cmake/WebKitFeatures.cmake:
891 2015-12-10 Brent Fulgham <bfulgham@apple.com>
893 [Win] Support building under Cygwin or native Perl
894 https://bugs.webkit.org/show_bug.cgi?id=152145
895 <rdar://problem/23839868>
897 Reviewed by David Kilzer.
899 * Source/cmake/tools/scripts/auto-version.pl: Correct handling of mixed DOS filenames when used in a
903 2015-12-09 Daniel Bates <dabates@apple.com>
905 [iOS] Suspend and resume device motion and device orientation updates when page is hidden and visible, respectively
906 https://bugs.webkit.org/show_bug.cgi?id=151840
907 <rdar://problem/23753931>
909 Reviewed by Simon Fraser.
911 Add a manual test that can be used to verify that we suspend dispatching device motion and
912 device orientation events when the page is hidden.
914 * ManualTests/ios/resources/suspend-orientation-and-motion-events-when-page-becomes-hidden.js: Added.
917 (handleVisibilityChange):
918 * ManualTests/ios/suspend-orientation-and-motion-events-when-page-becomes-hidden.html: Added.
920 2015-12-07 Alex Christensen <achristensen@webkit.org>
922 Fix internal Windows build
923 https://bugs.webkit.org/show_bug.cgi?id=151950
925 Reviewed by Brent Fulgham.
927 * Source/cmake/tools/scripts/auto-version.pl:
929 2015-12-01 Yusuke Suzuki <utatane.tea@gmail.com>
931 [ES6] Implement LLInt/Baseline Support for ES6 Generators and enable this feature
932 https://bugs.webkit.org/show_bug.cgi?id=150792
934 Reviewed by Saam Barati.
936 * Source/cmake/OptionsWin.cmake:
937 * Source/cmake/WebKitFeatures.cmake:
939 2015-12-01 Commit Queue <commit-queue@webkit.org>
941 Unreviewed, rolling out r192914.
942 https://bugs.webkit.org/show_bug.cgi?id=151734
944 JSC tests for this change are failing on 32 and 64-bit bots
945 (Requested by ryanhaddad on #webkit).
949 "[ES6] Implement LLInt/Baseline Support for ES6 Generators and
951 https://bugs.webkit.org/show_bug.cgi?id=150792
952 http://trac.webkit.org/changeset/192914
954 2015-12-01 Yusuke Suzuki <utatane.tea@gmail.com>
956 [ES6] Implement LLInt/Baseline Support for ES6 Generators and enable this feature
957 https://bugs.webkit.org/show_bug.cgi?id=150792
959 Reviewed by Saam Barati.
961 * Source/cmake/OptionsWin.cmake:
962 * Source/cmake/WebKitFeatures.cmake:
964 2015-11-23 Carlos Garcia Campos <cgarcia@igalia.com>
966 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.11.2 release.
968 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
970 2015-11-20 Alex Christensen <achristensen@webkit.org>
972 Remove NETWORK_PROCESS compile flag
973 https://bugs.webkit.org/show_bug.cgi?id=151512
975 Reviewed by Tim Horton.
977 * Source/cmake/OptionsEfl.cmake:
978 * Source/cmake/OptionsGTK.cmake:
979 * Source/cmake/OptionsMac.cmake:
980 * Source/cmake/WebKitFeatures.cmake:
982 2015-11-20 Csaba Osztrogonác <ossy@webkit.org>
984 [EFL] Enable FTL JIT by default on X86_64
985 https://bugs.webkit.org/show_bug.cgi?id=143822
987 Reviewed by Carlos Garcia Campos.
989 * Source/cmake/OptionsEfl.cmake:
991 2015-11-19 Commit Queue <commit-queue@webkit.org>
993 Unreviewed, rolling out r192667 and r192668.
994 https://bugs.webkit.org/show_bug.cgi?id=151476
996 broke api tests (Requested by alexchristensen on #webkit).
1000 "Remove the non-NetworkProcess configurations"
1001 https://bugs.webkit.org/show_bug.cgi?id=151418
1002 http://trac.webkit.org/changeset/192667
1004 "Fix GTK Build after r192667."
1005 http://trac.webkit.org/changeset/192668
1007 2015-11-19 Alex Christensen <achristensen@webkit.org>
1009 Remove the non-NetworkProcess configurations
1010 https://bugs.webkit.org/show_bug.cgi?id=151418
1012 Reviewed by Geoffrey Garen.
1014 * Source/cmake/OptionsEfl.cmake:
1015 * Source/cmake/OptionsGTK.cmake:
1016 * Source/cmake/OptionsMac.cmake:
1017 * Source/cmake/WebKitFeatures.cmake:
1019 2015-11-17 Carlos Garcia Campos <cgarcia@igalia.com>
1021 REGRESSION(r192459): [GTK] User agent string is broken after r192459
1022 https://bugs.webkit.org/show_bug.cgi?id=151347
1024 Reviewed by Žan Doberšek.
1026 Pass UA version numbers as strings to the build.
1028 * Source/cmake/OptionsGTK.cmake:
1030 2015-11-16 Alex Christensen <achristensen@webkit.org>
1032 Fix CMake build and make PluginProcess executable
1033 https://bugs.webkit.org/show_bug.cgi?id=151332
1035 Reviewed by Tim Horton.
1037 * Source/cmake/OptionsMac.cmake:
1039 2015-11-16 Carlos Garcia Campos <cgarcia@igalia.com>
1041 [GTK] Use FTL by default when LLVM 3.7 is available
1042 https://bugs.webkit.org/show_bug.cgi?id=142128
1044 Reviewed by Csaba Osztrogonác.
1046 Enable FTL by default when architecture is X86_64. It requires
1047 LLVM 3.7, but can be disabled manually as a cmake configure
1050 * Source/cmake/FindLLVM.cmake: In debian llvm-config is only
1051 available if the metapackage is installed and it points to
1052 llvm-config-3.5. So, here we check first if the llvm-config is
1053 from a recent enough version, and if not we check several
1054 llvm-config-<version> programs, so this should work on any distro.
1055 * Source/cmake/OptionsGTK.cmake: Enable FTL by default when
1056 target architecture is X86_64, and check the LLVM is at least
1057 3.7. The option is now public, since we want people to be able to
1058 disable it manually.
1060 2015-11-11 Anders Carlsson <andersca@apple.com>
1062 Enable cross-platform context menus by default
1063 https://bugs.webkit.org/show_bug.cgi?id=151173
1065 Reviewed by Tim Horton.
1067 * Source/cmake/OptionsEfl.cmake:
1069 2015-11-12 Csaba Osztrogonác <ossy@webkit.org>
1071 Remove ENABLE(SATURATED_LAYOUT_ARITHMETIC) guards
1072 https://bugs.webkit.org/show_bug.cgi?id=150972
1074 Reviewed by Darin Adler.
1076 * Source/cmake/OptionsMac.cmake:
1077 * Source/cmake/WebKitFeatures.cmake:
1079 2015-11-11 Philippe Normand <pnormand@igalia.com>
1081 [GTK][Mac] don't install .frameworks
1082 https://bugs.webkit.org/show_bug.cgi?id=151136
1084 Reviewed by Alex Christensen.
1086 * Source/cmake/WebKitMacros.cmake: Don't install framework files when building the GTK port on Mac.
1088 2015-11-10 Pranjal Jumde <pjumde@apple.com>
1090 Fixed crash loading Mozilla layout test editor/libeditor/crashtests/431086-1.xhtml.
1091 https://bugs.webkit.org/show_bug.cgi?id=150252
1092 <rdar://problem/23149470>
1094 Reviewed by Brent Fulgham.
1097 * Source/WebCore/editing/ios/EditorIOS.mm
1098 * Source/WebCore/editing/mac/EditorMac.mm
1099 In Editor::fontForSelection moved the node removal code, so that the
1100 node is only removed if style is not NULL.
1101 * Source/WebCore/editing/cocoa/EditorCocoa.mm
1102 In Editor::styleForSelectionStart checking if the parentNode can
1103 accept the styleElement node.
1104 * LayoutTests/editing/execCommand/150252.xhtml
1105 * LayoutTests/editing/execCommand/150252_minimal.xhtml
1106 * LayoutTests/editing/execCommand/150252-expected.txt
1107 * LayoutTests/editing/execCommand/150252_minimal-expected.txt
1109 2015-11-09 Pranjal Jumde <pjumde@apple.com>
1111 Fixed crash loading Mozilla layout test editor/libeditor/crashtests/431086-1.xhtml.
1112 https://bugs.webkit.org/show_bug.cgi?id=150252
1113 <rdar://problem/23149470>
1115 Reviewed by Brent Fulgham.
1117 * Source/WebCore/editing/ios/EditorIOS.mm
1118 * Source/WebCore/editing/mac/EditorMac.mm
1119 In Editor::fontForSelection moved the node removal code, so that the
1120 node is only removed if style is not NULL.
1121 * LayoutTests/editing/execCommand/150252.xhtml
1122 * LayoutTests/editing/execCommand/150252_minimal.xhtml
1123 * LayoutTests/editing/execCommand/150252-expected.txt
1124 * LayoutTests/editing/execCommand/150252_minimal-expected.txt
1126 2015-11-06 Daniel Bates <dabates@apple.com>
1128 Teach Makefile to build LayoutTestRelay when building for iOS Simulator
1129 https://bugs.webkit.org/show_bug.cgi?id=150849
1131 Reviewed by Alexey Proskuryakov.
1133 Add support for overriding the user-provided arguments SDKROOT and ARCHS
1134 on a per Makefile basis.
1138 2015-11-06 Philippe Normand <pnormand@igalia.com>
1140 Unreviewed, GTK build fix after r192095.
1142 * Source/cmake/FindGTK3.cmake:
1144 2015-11-06 Philip Chimento <philip.chimento@gmail.com> and Michael Catanzaro <mcatanzaro@igalia.com>
1146 [GTK] Re-enable Quartz backend on cmake build system
1147 https://bugs.webkit.org/show_bug.cgi?id=144561
1149 Reviewed by Philippe Normand.
1151 * Source/cmake/FindGTK3.cmake: Set GTK3_SUPPORTS_QUARTZ based on
1152 the presence of of gtk+-quartz-3.0 module.
1153 * Source/cmake/OptionsGTK.cmake: Reintroduce the
1154 ENABLE_QUARTZ_TARGET option to the CMake build, for building the
1155 GTK+ Quartz backend on OS X.
1157 2015-11-05 Nikos Andronikos <nikos.andronikos-webkit@cisra.canon.com.au>
1159 Add runtime and compile time flags for enabling Web Animations API and model.
1160 https://bugs.webkit.org/show_bug.cgi?id=150914
1162 Reviewed by Benjamin Poulain.
1164 Add ENABLE_WEB_ANIMATIONS compile time flag, runtime flag webAnimationsEnabled and Expose WK2 preference for runtime flag.
1166 * Source/cmake/OptionsWin.cmake:
1167 * Source/cmake/WebKitFeatures.cmake:
1169 2015-11-03 Brent Fulgham <bfulgham@apple.com>
1171 [Win] CMake build update.
1173 Rubberstamped by Tim Horton.
1175 * Source/PlatformWin.cmake: Add internal tool to build
1176 rules for internal use.
1178 2015-11-03 Carlos Garcia Campos <cgarcia@igalia.com>
1180 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.11.1 release.
1182 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1184 2015-11-02 Philippe Normand <pnormand@igalia.com>
1186 [Mac][GTK] Disable Ninja response file support
1187 https://bugs.webkit.org/show_bug.cgi?id=150801
1189 Reviewed by Alex Christensen.
1191 * Source/cmake/OptionsCommon.cmake: The OSX toolchain doesn't
1192 support response files, so instruct Ninja to not generate those.
1194 2015-11-02 Csaba Osztrogonác <ossy@webkit.org>
1196 Fix the FTL JIT build with system LLVM on Linux
1197 https://bugs.webkit.org/show_bug.cgi?id=150795
1199 Reviewed by Filip Pizlo.
1201 * Source/cmake/FindLLVM.cmake:
1203 2015-11-02 Carlos Garcia Campos <cgarcia@igalia.com>
1205 Unreviewed. Bump GTK+ versions numbers.
1207 * Source/cmake/OptionsGTK.cmake:
1209 2015-11-01 Yusuke Suzuki <utatane.tea@gmail.com>
1211 [ES6] Support Generator Syntax
1212 https://bugs.webkit.org/show_bug.cgi?id=150769
1214 Reviewed by Geoffrey Garen.
1216 Added ENABLE_ES6_GENERATORS flag.
1218 * Source/cmake/OptionsWin.cmake:
1219 * Source/cmake/WebKitFeatures.cmake:
1221 2015-10-30 Gyuyoung Kim <gyuyoung.kim@webkit.org>
1223 [EFL] Add Shadow DOM feature
1224 https://bugs.webkit.org/show_bug.cgi?id=150611
1226 Reviewed by Csaba Osztrogonác.
1228 * Source/cmake/OptionsEfl.cmake:
1229 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_SHADOW_DOM cmake variable.
1231 2015-10-29 Alex Christensen <achristensen@webkit.org>
1234 https://bugs.webkit.org/show_bug.cgi?id=150686
1236 Reviewed by Filip Pizlo.
1238 * Source/cmake/WebKitMacros.cmake:
1240 2015-10-28 Alex Christensen <achristensen@webkit.org>
1242 Compile and link with CMake on Mac
1243 https://bugs.webkit.org/show_bug.cgi?id=150632
1245 Reviewed by Tim Horton.
1247 * Source/cmake/OptionsMac.cmake:
1249 2015-10-26 Dana Burkart <dburkart@apple.com>
1251 `make analyze` should build using the debug configuration
1252 https://bugs.webkit.org/show_bug.cgi?id=150571
1254 Reviewed by Lucas Forschler.
1258 2015-10-26 Philippe Normand <pnormand@igalia.com>
1260 Unreviewed, rolling out r191576.
1262 broke the http/tests/media tests
1266 "[GStreamer] Bump internal jhbuild versions to 1.6.0"
1267 https://bugs.webkit.org/show_bug.cgi?id=149594
1268 http://trac.webkit.org/changeset/191576
1270 2015-10-26 ChangSeok Oh <changseok.oh@collabora.com>
1272 [GStreamer] Bump internal jhbuild versions to 1.6.0
1273 https://bugs.webkit.org/show_bug.cgi?id=149594
1275 Reviewed by Philippe Normand.
1277 Bump up the minimum reqirement version of gstreamer-gl to 1.6.0.
1279 * Source/cmake/FindGStreamer.cmake:
1281 2015-10-22 Philippe Normand <pnormand@igalia.com>
1283 [GTK][Mac] ICU-related build fixes
1284 https://bugs.webkit.org/show_bug.cgi?id=150032
1286 Rubber-stamped by Darin Adler.
1288 * Source/cmake/FindICU.cmake: Use pkg-config to hint at icu-i18n's library location.
1290 2015-10-20 Yoav Weiss <yoav@yoav.ws>
1292 Rename the PICTURE_SIZES flag to CURRENTSRC
1293 https://bugs.webkit.org/show_bug.cgi?id=150275
1295 Reviewed by Dean Jackson.
1297 * Source/cmake/OptionsEfl.cmake:
1298 * Source/cmake/OptionsGTK.cmake:
1299 * Source/cmake/OptionsMac.cmake:
1300 * Source/cmake/OptionsWin.cmake:
1301 * Source/cmake/WebKitFeatures.cmake:
1303 2015-10-14 Tomas Popela <tpopela@redhat.com>
1305 [GTK][EFL] Fix build with cmake 3.4
1306 https://bugs.webkit.org/show_bug.cgi?id=150117
1308 Explicitely include the CheckIncludeFiles module before using
1309 the CHECK_INCLUDE_FILES command.
1311 Reviewed by Žan Doberšek.
1313 * Source/cmake/FindOpenGL.cmake:
1314 * Source/cmake/FindWebP.cmake:
1315 * Source/cmake/OptionsEfl.cmake:
1317 2015-10-13 Dean Jackson <dino@apple.com>
1319 Device motion and orientation should only be visible from the main frame's security origin
1320 https://bugs.webkit.org/show_bug.cgi?id=150072
1321 <rdar://problem/23082036>
1323 Reviewed by Brent Fulgham.
1325 Add a manual test for cross-origin device orientation events, while
1326 we're waiting on the mock client to be supported everywhere.
1328 * ManualTests/deviceorientation-child-frame.html: Added.
1329 * ManualTests/deviceorientation-main-frame-only.html: Added.
1331 2015-10-12 Philip Chimento <philip.chimento@gmail.com>
1333 [GTK] OSX linker doesn't understand --whole-archive
1334 https://bugs.webkit.org/show_bug.cgi?id=144557
1336 Reviewed by Martin Robinson.
1338 * Source/cmake/OptionsGTK.cmake: Turn the macro
1339 ADD_WHOLE_ARCHIVE_TO_LIBRARIES into a no-op on Darwin systems,
1340 because XCode's linker doesn't have the --whole-archive option.
1342 2015-10-12 Philip Chimento <philip.chimento@gmail.com>
1344 [GTK] Use --version-script only on Linux
1345 https://bugs.webkit.org/show_bug.cgi?id=144555
1347 Reviewed by Philippe Normand.
1349 * Source/cmake/OptionsGTK.cmake: Don't add --version-script
1350 option on Darwin (whose linker doesn't support it.)
1352 2015-10-09 Gyuyoung Kim <gyuyoung.kim@webkit.org>
1354 [CMake] Remove ENABLE_SUBPIXEL_LAYOUT macro
1355 https://bugs.webkit.org/show_bug.cgi?id=149947
1357 Reviewed by Csaba Osztrogonác.
1359 ENABLE(SUBPIXEL_LAYOUT) was removed though, it is still alive in .cmake.
1362 * Source/cmake/OptionsMac.cmake:
1363 * Source/cmake/OptionsWin.cmake:
1364 * Source/cmake/WebKitFeatures.cmake:
1366 2015-10-06 Emanuele Aina <emanuele.aina@collabora.com>
1368 Fix ENABLE_OPENGL=OFF builds
1369 https://bugs.webkit.org/show_bug.cgi?id=146511
1371 Reviewed by Darin Adler.
1373 * Source/cmake/OptionsGTK.cmake: Make ENABLE_WAYLAND_TARGET depend on
1374 ENABLE_OPENGL due to EGL usage.
1376 2015-10-01 Wenson Hsieh <wenson_hsieh@apple.com>
1378 Convert focused-input-should-assist-on-touch.html into an automated test
1379 https://bugs.webkit.org/show_bug.cgi?id=149724
1381 Reviewed by Simon Fraser.
1383 Remove a manual test that can now be rewritten as an automated test.
1385 * ManualTests/ios/focused-input-should-assist-on-touch.html: Removed.
1387 2015-10-01 Brent Fulgham <bfulgham@apple.com>
1389 [Win] Unreviewed CMake build fix.
1391 * Source/cmake/OptionsWin.cmake: Clean up options setttings,
1392 and make sure exception handling is turned off.
1394 2015-09-30 Brent Fulgham <bfulgham@apple.com>
1396 [Win] Unreviewed build fix after CMake conversion.
1398 * Source/cmake/OptionsWin.cmake: Correct some Windows build flags.
1400 2015-09-29 Michael Catanzaro <mcatanzaro@igalia.com>
1402 [GTK][CMake] Warning about CMP0058
1403 https://bugs.webkit.org/show_bug.cgi?id=149627
1405 Reviewed by Martin Robinson.
1407 Opt-in to the new behavior for CMP0058.
1411 2015-09-28 Brent Fulgham <bfulgham@apple.com>
1413 [Win] Unreviewed build fix for internal systems.
1415 * Source/cmake/OptionsWin.cmake: Preferentially use the build target
1416 location for include and link libraries, rather than the system locations.
1418 2015-09-28 Alex Christensen <achristensen@webkit.org>
1420 Build WK1 with CMake on Mac
1421 https://bugs.webkit.org/show_bug.cgi?id=149604
1423 Reviewed by Chris Dumez.
1425 * Source/cmake/OptionsMac.cmake:
1426 * Source/cmake/WebKitMacros.cmake:
1427 ObjC bindings now have their own list of IDL files, but some of them still don't generate a .mm file.
1429 2015-09-25 Alex Christensen <achristensen@webkit.org>
1431 Clean up CMake build on Mac
1432 https://bugs.webkit.org/show_bug.cgi?id=149573
1434 Reviewed by Chris Dumez.
1436 * Source/cmake/OptionsMac.cmake:
1438 2015-09-25 Alex Christensen <achristensen@webkit.org>
1440 [Win] Switch to CMake
1441 https://bugs.webkit.org/show_bug.cgi?id=148111
1443 Reviewed by Brent Fulgham.
1445 * Source/cmake/WinTools.make: Added.
1446 * Source/cmake/tools: Added.
1447 * Source/cmake/tools/scripts: Copied from WebKitLibraries/win/tools/scripts.
1448 * Source/cmake/tools/scripts/auto-version.pl: Copied from WebKitLibraries/win/tools/scripts/auto-version.pl.
1450 2015-09-25 Alex Christensen <achristensen@webkit.org>
1452 Prepare internal AppleWin build for CMake
1453 https://bugs.webkit.org/show_bug.cgi?id=149570
1455 Reviewed by Brent Fulgham.
1457 * Source/PlatformWin.cmake:
1458 Include internal CMake files if they exist.
1460 2015-09-22 Gyuyoung Kim <gyuyoung.kim@webkit.org>
1462 Add a file of pointer-lock to cmake ports
1463 https://bugs.webkit.org/show_bug.cgi?id=149453
1465 Reviewed by Csaba Osztrogonác.
1467 * Source/cmake/OptionsEfl.cmake: Add a ENABLE_POINTER_LOCK.
1469 2015-09-22 Carlos Alberto Lopez Perez <clopez@igalia.com>
1471 [CMake] Allow to enable OpenMP support.
1472 https://bugs.webkit.org/show_bug.cgi?id=149457
1474 Reviewed by Csaba Osztrogonác.
1476 * Source/cmake/OptionsCommon.cmake: Add the option USE_OPENMP that
1477 will enable the support for OpenMP. Currently this is only used as
1478 an alternative implementation to native threads for the parallelization
1479 of the SVG filters. But name the option with a generic name (USE_OPENMP)
1480 as it could be also used to enable future features that depend on OpenMP.
1482 2015-09-22 Ryuan Choi <ryuan.choi@navercorp.com>
1484 [EFL] Build break when DEVELOPER_MODE is OFF
1485 https://bugs.webkit.org/show_bug.cgi?id=149448
1487 Reviewed by Gyuyoung Kim.
1489 Since r187191, DatabaseProcessMainUnix is missing in symbol filter.
1491 * Source/cmake/eflsymbols.filter:
1493 2015-09-21 Alex Christensen <achristensen@webkit.org>
1495 Disable PICTURE_SIZES in Windows CMake build like r189745.
1496 https://bugs.webkit.org/show_bug.cgi?id=149125
1498 * Source/cmake/OptionsWin.cmake:
1499 Do the same thing as r189745.
1501 2015-09-20 Youenn Fablet <youenn.fablet@crf.canon.fr>
1503 Removing XHR_TIMEOUT guard
1505 Remove XHR_TIMEOUT compilation guard
1506 https://bugs.webkit.org/show_bug.cgi?id=149260
1508 Reviewed by Benjamin Poulain.
1510 * Source/cmake/OptionsEfl.cmake:
1511 * Source/cmake/OptionsGTK.cmake:
1512 * Source/cmake/OptionsMac.cmake:
1513 * Source/cmake/OptionsWin.cmake:
1514 * Source/cmake/WebKitFeatures.cmake:
1516 2015-09-18 Alex Christensen <achristensen@webkit.org>
1518 Fix tests on Windows after switching to CMake.
1519 https://bugs.webkit.org/show_bug.cgi?id=149339
1521 Reviewed by Brent Fulgham.
1523 * Source/PlatformWin.cmake: Added to copy WebInspectorUI.
1525 2015-09-17 Alex Christensen <achristensen@webkit.org>
1527 Fix Windows EWS build after r189934.
1529 * Source/cmake/OptionsWin.cmake:
1530 Use WEBKIT_LIBRARIES environment variable if it exists.
1531 We have the WebKitLibraries directory separate from the repository copy on the EWS bots.
1533 2015-09-15 Ryosuke Niwa <rniwa@webkit.org>
1535 Add ShadowRoot interface and Element.prototype.attachShadow
1536 https://bugs.webkit.org/show_bug.cgi?id=149187
1538 Reviewed by Antti Koivisto.
1540 * Source/cmake/OptionsGTK.cmake:
1542 2015-09-15 Csaba Osztrogonác <ossy@webkit.org>
1544 [cmake] Enable debug fission only if it is supported
1545 https://bugs.webkit.org/show_bug.cgi?id=149161
1547 Reviewed by Martin Robinson.
1549 * Source/cmake/OptionsCommon.cmake:
1551 2015-09-14 Alex Christensen <achristensen@webkit.org>
1553 Progress towards CMake on Mac.
1554 https://bugs.webkit.org/show_bug.cgi?id=149123
1556 Reviewed by Chris Dumez.
1558 * Source/cmake/OptionsMac.cmake:
1559 * Source/cmake/WebKitFeatures.cmake:
1560 Defined and enabled some more features needed on Mac.
1561 * Source/cmake/WebKitMacros.cmake:
1562 Objective C bindings need special changes when generating:
1563 Some of the bindings do not generate a .mm file but the header is needed.
1564 Some of the bindings do generate a .mm file that doesn't compile but the header is needed.
1565 In order to handle these cases, it is necessary to change the GENERATE_BINDINGS macro just for ObjC.
1567 2015-09-08 Daniel Bates <dabates@apple.com>
1569 Convert manual test added in http://trac.webkit.org/changeset/70321 to an automated test
1570 https://bugs.webkit.org/show_bug.cgi?id=74729
1571 <rdar://problem/22550195>
1573 Reviewed by Jon Honeycutt.
1575 * ManualTests/compositing/resources/composited-subframe.html: Removed.
1576 * ManualTests/compositing/show-composited-iframe-on-back-button.html: Removed.
1578 2015-09-06 Andy Estes <aestes@apple.com>
1580 WebKit.xcworkspace should be be able to build iOS platforms
1581 https://bugs.webkit.org/show_bug.cgi?id=148881
1583 Reviewed by Daniel Bates.
1585 Since we don't want to create platform-specific schemes, all projects in the workspace's schemes need to build
1586 for all supported platforms.
1588 * WebKit.xcworkspace/xcshareddata/xcschemes/All Tools.xcscheme: Removed the DumpRenderTree target since its All
1589 target was already included. Removed the WebKitTestRunner target and replaced it with its All target.
1591 2015-09-04 Jon Honeycutt <jhoneycutt@apple.com>
1593 [iOS] Need a test for bug #145539: Uploading an animated GIF from the
1594 photo library uploads a JPEG
1595 https://bugs.webkit.org/show_bug.cgi?id=148849
1597 Reviewed by Daniel Bates.
1599 * ManualTests/ios/image-file-uploads-as-original-type.html: Added.
1600 On the Mac, file upload tests use EventSender::beginDragWithFiles. This
1601 functionality doesn't exist on iOS, so we'll add a manual test.
1602 This tests that the first few bytes of the selected file are "GIF".
1604 2015-09-04 Carlos Alberto Lopez Perez <clopez@igalia.com>
1606 Follow-up patch for r189343.
1607 https://bugs.webkit.org/show_bug.cgi?id=148795
1609 Rubber-stamped by Csaba Osztrogonác.
1611 * Source/cmake/WebKitCommon.cmake: Relax the Ruby version requirement
1612 to 1.9, since this seems to be enough to fix the build failure.
1613 And 2.0 may cause problems for developers using some distributions like Ubuntu.
1615 2015-09-04 Emanuele Aina <emanuele.aina@collabora.com>
1617 [CMake] Trigger the memory-reduction tricks on armhf too
1618 https://bugs.webkit.org/show_bug.cgi?id=146640
1620 Reviewed by Csaba Osztrogonác.
1622 * Source/cmake/OptionsCommon.cmake:
1623 Activate --no-keep-memory even on armhf to reduce the amount of memory
1624 needed during linking, to avoid out-of-memory failures as much as
1627 2015-09-04 Carlos Alberto Lopez Perez <clopez@igalia.com>
1629 REGRESSION(r189293): JavaScriptCore/offlineasm/x86.rb -- Build failure with ruby < 2.0
1630 https://bugs.webkit.org/show_bug.cgi?id=148795
1632 Rubber-stamped by Carlos Garcia Campos.
1634 * Source/cmake/WebKitCommon.cmake: Require now at least Ruby 2.0
1636 2015-09-02 Alex Christensen <achristensen@webkit.org>
1638 Make bison grammar compatible with bison 2.1
1639 https://bugs.webkit.org/show_bug.cgi?id=148731
1641 Reviewed by Tim Horton.
1643 * Source/cmake/WebKitCommon.cmake:
1646 2015-08-31 Carlos Alberto Lopez Perez <clopez@igalia.com>
1648 [CMake] Build with Debug Fission on by default on Debug builds.
1649 https://bugs.webkit.org/show_bug.cgi?id=148639
1651 Reviewed by Martin Robinson.
1653 * Source/cmake/OptionsCommon.cmake:
1655 2015-08-29 Alex Christensen <achristensen@webkit.org>
1657 Unreviewed build fix after r179923.
1659 * Source/CMakeLists.txt:
1660 bmalloc isn't ported to Windows yet.
1662 2015-08-27 Alex Christensen <achristensen@webkit.org>
1664 Isolate Source directories in CMake build
1665 https://bugs.webkit.org/show_bug.cgi?id=148389
1667 Reviewed by Brent Fulgham.
1670 * Source/cmake/WebKitCommon.cmake:
1671 Move package finding to WebKitCommon.
1673 2015-08-26 Per Arne Vollan <peavo@outlook.com>
1675 [Win] Build does not generate debug info.
1676 https://bugs.webkit.org/show_bug.cgi?id=148431
1678 Reviewed by Alex Christensen.
1680 Generate debug info for Windows builds.
1682 * Source/cmake/OptionsWin.cmake:
1684 2015-08-26 Michael Catanzaro <mcatanzaro@igalia.com>
1686 [GTK] Disable ACCELERATED_2D_CANVAS by default
1687 https://bugs.webkit.org/show_bug.cgi?id=148473
1689 Reviewed by Martin Robinson.
1691 Currently ACCELERATED_2D_CANVAS is enabled by default on most systems (which have CairoGL)
1692 but not on Debian (which does not). We've known this was problematic for a while, since it
1693 means we have two different sets of distro-dependent bugs, but never decided whether that
1694 outweighed the benefits of CarioGL or not. I'm making the call now: it's more important to
1695 have the same bugs everywhere. We can turn this on again for other distros when we're ready
1696 to turn it on for Debian.
1698 Also, properly fail the build if ENABLE_ACCELERATED_2D_CANVAS is enabled but CairoGL is not
1701 * Source/cmake/OptionsGTK.cmake:
1703 2015-08-25 Commit Queue <commit-queue@webkit.org>
1705 Unreviewed, rolling out r188919.
1706 https://bugs.webkit.org/show_bug.cgi?id=148452
1708 broke build (Requested by alexchristensen on #webkit).
1712 "[Win] Build does not generate debug info."
1713 https://bugs.webkit.org/show_bug.cgi?id=148431
1714 http://trac.webkit.org/changeset/188919
1716 2015-08-25 Michael Catanzaro <mcatanzaro@igalia.com>
1718 [GTK] r186800 broke the build on Ubuntu 14.04
1719 https://bugs.webkit.org/show_bug.cgi?id=147559
1721 Reviewed by Martin Robinson.
1723 * Source/cmake/FindGTK3.cmake: Always define GTK3_SUPPORTS_X11 and GTK3_SUPPORTS_WAYLAND.
1724 * Source/cmake/OptionsGTK.cmake: Autodetect support for X11 and Wayland backends.
1726 2015-08-25 Per Arne Vollan <peavo@outlook.com>
1728 [Win] Build does not generate debug info.
1729 https://bugs.webkit.org/show_bug.cgi?id=148431
1731 Reviewed by Brent Fulgham.
1733 Generate debug info for Windows builds.
1735 * Source/cmake/OptionsWin.cmake:
1737 2015-08-20 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
1739 [GTK] Auto-detection of cairo-gl fails
1740 https://bugs.webkit.org/show_bug.cgi?id=148189
1742 Reviewed by Žan Doberšek.
1744 * Source/cmake/FindCairoGL.cmake: only check for components if the main package has
1745 been found. Otherwise, if either GLX or EGL are available, cairo-gl will also be
1746 deemed available, which might not be the case.
1747 * Source/cmake/OptionsGTK.cmake: fix the usage of the CAIROGL_FOUND variable.
1749 2015-08-19 Alex Christensen <achristensen@webkit.org>
1751 CMake Windows build should not include files directly from other Source directories
1752 https://bugs.webkit.org/show_bug.cgi?id=148198
1754 Reviewed by Brent Fulgham.
1756 * Source/cmake/WebKitMacros.cmake:
1758 2015-08-19 Alex Christensen <achristensen@webkit.org>
1760 Build TestWTF on Mac with CMake.
1761 https://bugs.webkit.org/show_bug.cgi?id=147972
1763 Reviewed by Tim Horton.
1765 * Source/cmake/OptionsMac.cmake:
1766 Enable API tests in Mac's CMake build.
1768 2015-08-18 Alex Christensen <achristensen@webkit.org>
1770 [CMake] REGRESSION(r188540): WebKitTestRunner is not longer built and all the tests (layout and perf) fail.
1771 https://bugs.webkit.org/show_bug.cgi?id=148127
1773 Reviewed by Martin Robinson.
1776 TOOLS_DIR hasn't been set yet since its defining has been moved to WebKitFS.
1778 2015-08-17 Alex Christensen <achristensen@webkit.org>
1780 [Win CMake] Allow WebKitLibraries directory to be set from the command line
1781 https://bugs.webkit.org/show_bug.cgi?id=148112
1783 Reviewed by Brent Fulgham.
1785 * Source/cmake/OptionsWin.cmake:
1786 Don't use an environment variable for WEBKIT_LIBRARIES_DIR.
1787 Instead, use the default location if nothing is passed in from the command line.
1788 This way we can set it from the command line for the AppleInternal build.
1789 Also, set the output directories to be consistent between the old and new build systems (and ninja).
1791 2015-08-17 Alex Christensen <achristensen@webkit.org>
1793 Build Debug Suffix on Windows with CMake
1794 https://bugs.webkit.org/show_bug.cgi?id=148083
1796 Reviewed by Brent Fulgham.
1798 * Source/cmake/OptionsWin.cmake:
1799 Use debug libraries in debug suffix builds.
1801 2015-08-17 Alex Christensen <achristensen@webkit.org>
1803 Move some commands from ./CMakeLists.txt to Source/cmake
1804 https://bugs.webkit.org/show_bug.cgi?id=148003
1806 Reviewed by Brent Fulgham.
1809 Moved functionality to WebKitCommon.cmake and WebKitFS.cmake and made conditional
1810 so we can change directory structure from command line parameters.
1811 * Source/cmake/OptionsAppleWin.cmake:
1812 * Source/cmake/OptionsWin.cmake: Copied from Source/cmake/OptionsWindows.cmake.
1813 * Source/cmake/OptionsWinCairo.cmake:
1814 * Source/cmake/OptionsWindows.cmake: Removed.
1815 * Source/cmake/WebKitCommon.cmake: Added.
1816 * Source/cmake/WebKitFS.cmake:
1818 2015-08-13 Commit Queue <commit-queue@webkit.org>
1820 Unreviewed, rolling out r188428.
1821 https://bugs.webkit.org/show_bug.cgi?id=148015
1823 broke cmake build (Requested by alexchristensen on #webkit).
1827 "Move some commands from ./CMakeLists.txt to Source/cmake"
1828 https://bugs.webkit.org/show_bug.cgi?id=148003
1829 http://trac.webkit.org/changeset/188428
1831 2015-08-13 Alex Christensen <achristensen@webkit.org>
1833 Move some commands from ./CMakeLists.txt to Source/cmake
1834 https://bugs.webkit.org/show_bug.cgi?id=148003
1836 Reviewed by Brent Fulgham.
1839 Moved functionality to WebKitCommon.cmake and WebKitFS.cmake and made conditional
1840 so we can change directory structure from command line parameters.
1841 * Source/cmake/WebKitCommon.cmake: Added.
1842 * Source/cmake/WebKitFS.cmake:
1844 2015-08-13 Wenson Hsieh <wenson_hsieh@apple.com>
1846 A focused node should not be assisted when handling touch events synchronously
1847 https://bugs.webkit.org/show_bug.cgi?id=147836
1849 Reviewed by Enrica Casucci.
1851 Added manual tests for keyboard assistance behavior due to receiving touch events on iOS.
1853 * ManualTests/ios/focused-input-should-assist-on-touch.html: Checks that a currently focused
1854 input can still be assisted due to a touch event.
1855 * ManualTests/ios/keyboard-should-not-show-on-touch-event.html: Checks that handling a touch
1856 event does not automatically cause us to assist the currently focused node.
1858 2015-08-12 Alex Christensen <achristensen@webkit.org>
1860 Fix Debug CMake builds on Windows
1861 https://bugs.webkit.org/show_bug.cgi?id=147940
1863 Reviewed by Chris Dumez.
1865 * Source/cmake/OptionsWindows.cmake:
1866 Put 32-bit binaries in a bin32 subdirectory and 64-bit binaries in a bin64 subdirectory.
1868 2015-08-10 Alex Christensen <achristensen@webkit.org>
1870 Build TestWebKitAPI with CMake on Windows
1871 https://bugs.webkit.org/show_bug.cgi?id=147851
1873 Reviewed by Chris Dumez.
1875 * Source/cmake/OptionsWindows.cmake:
1876 Enable api tests and set USE_SYSTEM_MALLOC to avoid warnings when redefining it.
1878 2015-08-06 Alex Christensen <achristensen@webkit.org>
1880 [Win] CMake build fix after r188098.
1882 * Source/cmake/OptionsWinCairo.cmake:
1883 OptionsWindows.cmake uses WTF_PLATFORM_WIN_CAIRO now, so we need to set it before including OptionsWindows.
1885 2015-08-04 Alex Christensen <achristensen@webkit.org>
1887 Fix quirks with CMake and VS2015
1888 https://bugs.webkit.org/show_bug.cgi?id=147663
1890 Reviewed by Brent Fulgham.
1892 * Source/cmake/OptionsWindows.cmake:
1893 Hide some warnings. Using the same variable names in nested scopes is ok for now.
1894 Disable INTL for now.
1896 2015-08-04 Alex Christensen <achristensen@webkit.org>
1898 Enable WebGL on Windows CMake build.
1899 https://bugs.webkit.org/show_bug.cgi?id=143311
1901 Reviewed by Csaba Osztrogonác.
1903 * Source/cmake/OptionsWindows.cmake:
1904 Enable WebGL by default in CMake builds now that it works.
1906 2015-08-04 Mario Sanchez Prada <mario@endlessm.com>
1908 [GTK] Accelerated 2D Canvas enabled when cairo-gl is not available
1909 https://bugs.webkit.org/show_bug.cgi?id=147625
1911 Reviewed by Martin Robinson.
1913 Do not set the CAIRO_<COMPONENT>_* CMake variables for cairo-gl
1914 components unless they were actually found, not to accidentally
1915 enable Accelerated 2D canvas, which would cause the build to fail.
1917 * Source/cmake/FindCairoGL.cmake: Set this variables only when
1918 pkg_check_modules() had actually found the relevant component.
1920 2015-08-03 Csaba Osztrogonác <ossy@webkit.org>
1922 [CMake] Add an option to build AllInOne files
1923 https://bugs.webkit.org/show_bug.cgi?id=102647
1925 Reviewed by Alex Christensen.
1927 * Source/cmake/OptionsEfl.cmake: Disabled by default.
1928 * Source/cmake/OptionsGTK.cmake: Disabled by default.
1929 * Source/cmake/OptionsWindows.cmake: Enabled by default.
1930 * Source/cmake/WebKitFeatures.cmake:
1931 * Source/cmake/WebKitMacros.cmake:
1933 2015-08-03 Carlos Garcia Campos <cgarcia@igalia.com>
1935 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.5 release.
1937 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1939 2015-07-31 Alex Christensen <achristensen@webkit.org>
1941 Prepare for debug CMake builds on Windows.
1942 https://bugs.webkit.org/show_bug.cgi?id=147484
1944 Reviewed by Tim Horton.
1946 * Source/cmake/OptionsWindows.cmake:
1947 Don't use debug runtimes in debug builds because the dependencies are only built with multithreaded runtimes.
1949 2015-07-30 Joonghun Park <jh718.park@samsung.com>
1951 [EFL] Enable IndexedDB based on DatabaseProcess
1952 https://bugs.webkit.org/show_bug.cgi?id=147221
1954 Reviewed by Csaba Osztrogonác.
1956 * Source/cmake/OptionsEfl.cmake:
1958 2015-07-30 Alex Christensen <achristensen@webkit.org>
1960 Build AppleWin port with CMake
1961 https://bugs.webkit.org/show_bug.cgi?id=147385
1963 Reviewed by Martin Robinson.
1965 * Source/cmake/OptionsWindows.cmake:
1966 Use the static multithreaded runtime. Based on
1967 http://www.cmake.org/Wiki/CMake_FAQ#How_can_I_build_my_MSVC_application_with_a_static_runtime.3F
1969 2015-07-29 Andy VanWagoner <thetalecrafter@gmail.com>
1971 Implement basic types for ECMAScript Internationalization API
1972 https://bugs.webkit.org/show_bug.cgi?id=146926
1974 Reviewed by Benjamin Poulain.
1976 Enable flag now that the basic objects are in place.
1978 * Source/cmake/WebKitFeatures.cmake: enable INTL
1980 2015-07-29 Basile Clement <basile_clement@apple.com>
1982 Remove native call inlining
1983 https://bugs.webkit.org/show_bug.cgi?id=147417
1985 Rubber-stamped by Filip Pizlo.
1987 * Source/cmake/OptionsEfl.cmake:
1988 * Source/cmake/WebKitFeatures.cmake:
1990 2015-07-28 Yusuke Suzuki <utatane.tea@gmail.com>
1992 [ES6] Add ENABLE_ES6_MODULES compile time flag with the default value "false"
1993 https://bugs.webkit.org/show_bug.cgi?id=147350
1995 Reviewed by Sam Weinig.
1997 * Source/cmake/WebKitFeatures.cmake:
1999 2015-07-27 Alex Christensen <achristensen@webkit.org>
2001 Use Ninja on Windows.
2002 https://bugs.webkit.org/show_bug.cgi?id=147228
2004 Reviewed by Martin Robinson.
2006 * Source/cmake/OptionsWindows.cmake:
2007 Only use /MP when using generated Visual Studio solution files to build.
2008 It makes compiling parallel in MSVC, but Ninja doesn't like it.
2010 2015-07-27 Alex Christensen <achristensen@webkit.org>
2012 Progress towards building AppleWin with CMake
2013 https://bugs.webkit.org/show_bug.cgi?id=147325
2015 Reviewed by Martin Robinson.
2017 * Source/cmake/OptionsWindows.cmake:
2018 Link with 64-bit libraries if building 64-bit binaries.
2019 Don't run regular expressions on empty strings when using Ninja.
2020 Removed DebugSuffix Visual Studio environment variables.
2022 2015-07-23 Alex Christensen <achristensen@webkit.org>
2024 Remove compile and runtime flags for promises.
2025 https://bugs.webkit.org/show_bug.cgi?id=147244
2027 Reviewed by Yusuke Suzuki.
2029 * Source/cmake/OptionsMac.cmake:
2030 * Source/cmake/OptionsWindows.cmake:
2031 * Source/cmake/WebKitFeatures.cmake:
2033 2015-07-22 Sukolsak Sakshuwong <sukolsak@gmail.com>
2035 Add ENABLE_WEBASSEMBLY feature flag for WebAssembly
2036 https://bugs.webkit.org/show_bug.cgi?id=147212
2038 Reviewed by Filip Pizlo.
2040 * Source/cmake/WebKitFeatures.cmake:
2042 2015-07-22 Alex Christensen <achristensen@webkit.org>
2044 Fix quirks in CMake build on Mac and Windows
2045 https://bugs.webkit.org/show_bug.cgi?id=147174
2047 Reviewed by Gyuyoung Kim.
2050 * Source/cmake/OptionsWindows.cmake:
2051 Added options I removed in r187022. They are indeed needed.
2052 * Source/cmake/WebKitFS.cmake:
2053 Make the DerivedSources/WebKit directory.
2055 2015-07-21 Carlos Garcia Campos <cgarcia@igalia.com>
2057 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.4 release.
2059 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
2061 2015-07-20 Alex Christensen <achristensen@webkit.org>
2063 Resurrect CMake build on Windows.
2064 https://bugs.webkit.org/show_bug.cgi?id=147083
2066 Reviewed by Gyuyoung Kim.
2068 * Source/cmake/OptionsCommon.cmake:
2069 * Source/cmake/OptionsWindows.cmake:
2070 Change features to get it to compile. Still not a complete feature set.
2072 2015-07-19 Michael Catanzaro <mcatanzaro@igalia.com>
2074 [GTK] Add seccomp filters support
2075 https://bugs.webkit.org/show_bug.cgi?id=110014
2077 Reviewed by Žan Doberšek.
2079 Find needed compiler and linker flags for libseccomp.
2081 * Source/cmake/OptionsGTK.cmake:
2083 2015-07-17 Ting-Wei Lan <lantw44@gmail.com>
2085 Bring back the GNU ar check to create thin archives on non-Linux systems
2086 https://bugs.webkit.org/show_bug.cgi?id=146681
2088 Reviewed by Martin Robinson.
2090 We already use GNU ar thin archive feature to save time and disk space
2091 on creating static archives, but it is only enabled on Linux. Without
2092 this feature, the debug build of WebCore can be larger than 4 GiB,
2093 which can cause error because GNU ar format uses 32-bit integer to
2094 store offsets in the symbol table. This patch is similar to
2095 https://bugs.webkit.org/show_bug.cgi?id=128596.
2097 * Source/cmake/OptionsCommon.cmake:
2099 2015-07-14 Carlos Alberto Lopez Perez <clopez@igalia.com>
2101 [GTK] [Wayland] Build by default the X11 and Wayland targets.
2102 https://bugs.webkit.org/show_bug.cgi?id=146057
2104 Reviewed by Carlos Garcia Campos.
2106 * Source/cmake/OptionsGTK.cmake:
2108 2015-07-10 Michael Catanzaro <mcatanzaro@igalia.com>
2110 [GTK] ar warning when linking static libraries
2111 https://bugs.webkit.org/show_bug.cgi?id=144988
2113 Reviewed by Carlos Garcia Campos.
2115 Do not use 'u' when calling ar. This argument conflicts with 'D' and is ignored if 'D' is
2116 used, and 'D' is used by default if binutils is built with --enable-deterministic-archives.
2117 Using 'u' with 'D' causes a warning to be printed when linking static libraries. At least
2118 Fedora and Debian have recently both chosen to use --enable-deterministic-archives, so we
2119 should either stop using 'u' or else add 'U' as well in order to disable deterministic
2120 archives. Using 'U' should result in a somewhat faster build (at least when using the
2121 Makefile generator), but it's unlikely that the difference is significant, so let's simply
2122 remove 'u' until someone determines otherwise. This seems like a better option than adding
2123 'U' so as not to foil distributions' attempts to perform deterministic builds. This also
2124 aligns us with the behavior of upstream CMake (which has never used 'u'). This is a minor
2125 behavior change on distributions that do not use --enable-deterministic-archives, notably
2128 * Source/cmake/OptionsCommon.cmake:
2130 2015-07-03 Emanuele Aina <emanuele.aina@collabora.com>
2132 [GTK] Forcefully disable gtk-doc and gobject-introspection when crossbuilding
2133 https://bugs.webkit.org/show_bug.cgi?id=146590
2135 Reviewed by Martin Robinson.
2137 * Source/PlatformGTK.cmake: override the cached variables to
2138 forcefully disable gtk-doc and gobject-introspection when
2140 * Source/cmake/OptionsGTK.cmake: avoid running gtk-doc to check the
2141 documentation syntax when cross-building.
2144 2015-07-02 Przemek Piorkowski <piorkowskiprzemyslaw@gmail.com>
2146 [EFL] test_ewk2_application_cache_manager has been failed since r185527
2147 https://bugs.webkit.org/show_bug.cgi?id=146016
2149 Reviewed by Gyuyoung Kim.
2151 In order to handle properly WebApplicationCacheManagerProxy implementation which use
2152 WebsiteDataRecord it is necessary to enable PUBLIC_SUFFIX_LIST for EFL.
2153 Implementation of PUBLIC_SUFFIX_LIST already exists for soup so EFL can use it as well.
2155 * Source/cmake/OptionsEfl.cmake: set ENABLE_PUBLIC_SUFFIX_LIST to ON for EFL.
2157 2015-06-30 Andy VanWagoner <thetalecrafter@gmail.com>
2159 Implement ECMAScript Internationalization API
2160 https://bugs.webkit.org/show_bug.cgi?id=90906
2162 Reviewed by Benjamin Poulain.
2164 Begin implementing the Intl apis behind ENABLE_INTL flag.
2165 Create the base Intl namespace object.
2167 * Source/cmake/WebKitFeatures.cmake: add ENABLE_INTL flag
2169 2015-06-30 Philippe Normand <pnormand@igalia.com>
2171 [CMake] Error when gst-plugins-base is missing is too confusing
2172 https://bugs.webkit.org/show_bug.cgi?id=145682
2174 Reviewed by Carlos Garcia Campos.
2176 * Source/cmake/OptionsGTK.cmake: Error out if the required
2177 GStreamer libraries are not found on the host.
2179 2015-06-28 Philip Chimento <philip.chimento@gmail.com>
2181 CairoGL should be checked unconditionally
2182 https://bugs.webkit.org/show_bug.cgi?id=146390
2184 Reviewed by Darin Adler.
2186 * Source/cmake/OptionsGTK.cmake: Move check for CairoGL so that
2187 it is run unconditionally; this is necessary because its result
2188 is used later on, outside of any conditions.
2190 2015-06-27 Carlos Garcia Campos <cgarcia@igalia.com>
2192 [GTK][SOUP] Implement WebCore::PublicSuffix for soup and enable PUBLIC_SUFFIX_LIST for GTK+
2193 https://bugs.webkit.org/show_bug.cgi?id=146318
2195 Reviewed by Sergio Villar Senin.
2197 Enable PUBLIC_SUFFIX_LIST for GTK+.
2199 * Source/cmake/OptionsGTK.cmake:
2201 2015-06-22 Carlos Garcia Campos <cgarcia@igalia.com>
2203 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.3 release.
2205 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
2207 2015-06-22 Ryuan Choi <ryuan.choi@navercorp.com>
2209 [EFL] Hyphenation is not supported
2210 https://bugs.webkit.org/show_bug.cgi?id=89830
2212 Reviewed by Gyuyoung Kim.
2214 * Source/cmake/OptionsEfl.cmake: Added an option for LibHyphen.
2216 2015-06-22 Zan Dobersek <zdobersek@igalia.com>
2218 [CMake] Add support for building with various sanitizer tools
2219 https://bugs.webkit.org/show_bug.cgi?id=131941
2221 Reviewed by Martin Robinson.
2223 * Source/PlatformGTK.cmake: Don't generate any documentation
2224 when compiling with sanitizers enabled.
2225 * Source/cmake/OptionsCommon.cmake: Allow linking with
2226 undefined symbols when compiling with sanitizers enabled.
2228 2015-06-21 Philip Chimento <philip.chimento@gmail.com>
2230 libwebkit2gtk fails to link without opengl
2231 https://bugs.webkit.org/show_bug.cgi?id=138332
2233 Reviewed by Carlos Garcia Campos.
2235 * Source/cmake/OptionsGTK.cmake: USE(TEXTURE_MAPPER) must be
2236 enabled regardless of whether OpenGL is, because certain symbols
2237 such as WebCore::GraphicsLayer::create() need to be built.
2239 2015-06-20 Michael Catanzaro <mcatanzaro@igalia.com>
2241 [EFL][GTK] Define GLIB_VERSION_MIN_REQUIRED and require glib 2.36 for GTK
2242 https://bugs.webkit.org/show_bug.cgi?id=146181
2244 Reviewed by Martin Robinson.
2246 Bump our GLib requirement to 2.36 to reflect reality, since we are using GTask.
2248 * Source/cmake/OptionsGTK.cmake:
2250 2015-06-20 Ryuan Choi <ryuan.choi@navercorp.com>
2252 [EFL] Do not consider test directories when DEVELOPER_MODE is OFF
2253 https://bugs.webkit.org/show_bug.cgi?id=146171
2255 Reviewed by Gyuyoung Kim.
2257 * Source/cmake/OptionsEfl.cmake:
2258 Exposed ENABLE_DEVELOPER_MODE to Compiler and CMake definition when DEVELOPER_MODE is ON.
2260 2015-06-19 Michael Catanzaro <mcatanzaro@igalia.com>
2262 [CMake] FindGTK3.cmake should not modify the values of build options
2263 https://bugs.webkit.org/show_bug.cgi?id=144613
2265 Reviewed by Martin Robinson.
2267 * Source/cmake/FindGTK3.cmake: Do not check or set the value of ENABLE_X11_TARGET and
2268 ENABLE_WAYLAND_TARGET. Instead, simply define the variables GTK3_SUPPORTS_X11 and
2269 GTK3_SUPPORTS_WAYLAND as appropriate. Also, rename GTK_SUPPORTS_GESTURES to
2270 GTK3_SUPPORTS_GESTURES for consistency.
2271 * Source/cmake/OptionsGTK.cmake: Fail the build if the appropriate GTK+ backend is not
2272 available. It's not possible to automatically select a backend correctly anymore, since all
2273 options are set at the same time.
2275 2015-06-19 Csaba Osztrogonác <ossy@webkit.org>
2277 Remove unnecessary svn:executable flags
2278 https://bugs.webkit.org/show_bug.cgi?id=146107
2280 Reviewed by Alexey Proskuryakov.
2282 * ManualTests/iframe_notifications/iframe-reparenting-close-window-child.html: Removed property svn:executable.
2283 * ManualTests/iframe_notifications/iframe-reparenting-close-window-iframe.html: Removed property svn:executable.
2284 * ManualTests/iframe_notifications/iframe-reparenting-close-window.html: Removed property svn:executable.
2285 * ManualTests/select-menu-list-wrongly-positioned.html: Removed property svn:executable.
2286 * ManualTests/svg-text-float-not-removed-crash.html: Removed property svn:executable.
2288 2015-06-18 Ryuan Choi <ryuan.choi@navercorp.com>
2290 [EFL] Use SET_AND_EXPOSE_TO_BUILD instead of definitions
2291 https://bugs.webkit.org/show_bug.cgi?id=146108
2293 Reviewed by Gyuyoung Kim.
2295 * Source/cmake/OptionsEfl.cmake:
2297 2015-06-16 Ryuan Choi <ryuan.choi@navercorp.com>
2299 [EFL] Remove duplicated PUBLIC argument in OptionsEfl.cmake
2300 https://bugs.webkit.org/show_bug.cgi?id=146035
2302 Reviewed by Gyuyoung Kim.
2304 * Source/cmake/OptionsEfl.cmake:
2306 2015-06-16 Carlos Alberto Lopez Perez <clopez@igalia.com>
2308 [GTK] [Wayland] Should be possible to build with support for both X11 and Wayland.
2309 https://bugs.webkit.org/show_bug.cgi?id=145701
2311 Reviewed by Darin Adler.
2313 * Source/cmake/OptionsGTK.cmake: Remove conflicting options.
2315 2015-06-15 Jon Honeycutt <jhoneycutt@apple.com>
2317 [iOS] Crash long pressing on <input type=file>
2318 https://bugs.webkit.org/show_bug.cgi?id=146009
2319 <rdar://problem/21234453>
2321 Reviewed by Ryosuke Niwa.
2323 * ManualTests/ios/long-press-input-type-file-crash.html: Added.
2325 2015-06-16 Brent Fulgham <bfulgham@apple.com>
2327 Rollout accidental Xcode project change.
2329 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
2331 2015-06-12 Gyuyoung Kim <gyuyoung.kim@webkit.org>
2333 [EFL] Bump EWebKit version from 1.11.0 to 1.14.0
2334 https://bugs.webkit.org/show_bug.cgi?id=145909
2336 Reviewed by Csaba Osztrogonác.
2338 Bump EWebKit version based on efl library version used by the EWebKit.
2340 * Source/cmake/OptionsEfl.cmake:
2342 2015-06-11 Commit Queue <commit-queue@webkit.org>
2344 Unreviewed, rolling out r185453.
2345 https://bugs.webkit.org/show_bug.cgi?id=145881
2347 it broke the 32-bit build (Requested by clopez on #webkit).
2351 "[GTK] [Wayland] Should be possible to build with support for
2352 both X11 and Wayland."
2353 https://bugs.webkit.org/show_bug.cgi?id=145701
2354 http://trac.webkit.org/changeset/185453
2356 2015-06-11 Carlos Alberto Lopez Perez <clopez@igalia.com>
2358 [GTK] [Wayland] Should be possible to build with support for both X11 and Wayland.
2359 https://bugs.webkit.org/show_bug.cgi?id=145701
2361 Reviewed by Žan Doberšek.
2363 * Source/cmake/OptionsGTK.cmake: Remove conflicting options.
2365 2015-06-03 Daniel Bates <dabates@apple.com>
2367 Caps lock indicator should not be shown in read-only or disabled field
2368 https://bugs.webkit.org/show_bug.cgi?id=145612
2369 <rdar://problem/21227454>
2371 Reviewed by Darin Adler.
2373 * ManualTests/password-caps-lock-should-not-show-in-read-only-field.html: Added.
2374 * ManualTests/password-caps-lock-should-not-show-when-field-becomes-disabled.html: Added.
2375 * ManualTests/password-caps-lock-should-not-show-when-field-becomes-read-only.html: Added.
2377 2015-06-01 Csaba Osztrogonác <ossy@webkit.org>
2379 [cmake] Suppress parentheses-equality warnings
2380 https://bugs.webkit.org/show_bug.cgi?id=145126
2382 Reviewed by Darin Adler.
2384 * Source/cmake/WebKitHelpers.cmake:
2386 2015-05-28 Carlos Alberto Lopez Perez <clopez@igalia.com>
2388 [CMake] Improve detection and usage of GL/GLES/EGL libraries.
2389 https://bugs.webkit.org/show_bug.cgi?id=145408
2391 Reviewed by Carlos Garcia Campos.
2393 * Source/cmake/FindEGL.cmake: Improve detection of EGL libraries.
2394 * Source/cmake/FindGLES.cmake: Removed. It was used by the EGL port.
2395 Remove it and make the EGL port use the improved FindOpenGLES2.cmake
2397 * Source/cmake/FindOpenGL.cmake: Added. Add module to detect OpenGL
2398 libraries. Detect also GLX libraries.
2399 * Source/cmake/FindOpenGLES2.cmake: Improve detection of OpenGLES-v2
2400 libraries. Use find_path() to get the include path.
2401 * Source/cmake/OptionsEfl.cmake: Use now the improved FindOpenGLES2
2403 * Source/cmake/OptionsGTK.cmake: Set default value for ENABLE_GLES2
2404 depending on the libraries found on the system.
2405 Move the detection of GLX (and the include of CMakePushCheckState)
2406 to FindOpenGL.cmake.
2407 Ensure that we only define USE_GLX when we build with OpenGL
2408 (but not with GLESv2).
2410 2015-05-27 Dean Jackson <dino@apple.com>
2412 img.currentSrc problem in strict mode with old picturefill
2413 https://bugs.webkit.org/show_bug.cgi?id=144095
2414 <rdar://problem/21087013>
2416 Reviewed by Simon Fraser.
2418 Add a PICTURE_SIZES flag.
2420 * Source/cmake/OptionsEfl.cmake:
2421 * Source/cmake/OptionsGTK.cmake:
2422 * Source/cmake/OptionsMac.cmake:
2423 * Source/cmake/OptionsWindows.cmake:
2424 * Source/cmake/WebKitFeatures.cmake:
2426 2015-05-27 Carlos Garcia Campos <cgarcia@igalia.com>
2428 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.2 release.
2430 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
2432 2015-05-25 Carlos Garcia Campos <cgarcia@igalia.com>
2434 Unreviewed. Export DatabaseProcessMainUnix symbol.
2436 Add DatabaseProcessMainUnix symbol to gtksymbols.filter so that it
2437 is exported in production builds.
2439 * Source/cmake/gtksymbols.filter:
2441 2015-05-25 Carlos Garcia Campos <cgarcia@igalia.com>
2443 [GTK] Enable IndexedDB
2444 https://bugs.webkit.org/show_bug.cgi?id=98932
2446 Reviewed by Žan Doberšek.
2448 * Source/cmake/OptionsGTK.cmake: Enable DATABASE_PROCESS and INDEXED_DATABASE.
2449 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_DATABASE_PROCESS.
2451 2015-05-24 Carlos Garcia Campos <cgarcia@igalia.com>
2453 [GTK] Bump GCC requirements to 4.9.0
2454 https://bugs.webkit.org/show_bug.cgi?id=145211
2456 Reviewed by Žan Doberšek.
2458 It's required to build with IndexedDB support when using GCC,
2459 clang works just fine. See https://bugs.webkit.org/show_bug.cgi?id=98932.
2461 * Source/cmake/OptionsGTK.cmake:
2463 2015-05-18 Michael Catanzaro <mcatanzaro@igalia.com>
2465 [CMake] Ignore warnings in system headers
2466 https://bugs.webkit.org/show_bug.cgi?id=144747
2468 Reviewed by Darin Adler.
2470 Require CMake 2.8.12 when compiling the GTK+ port. This is because we use the
2471 target_include_directories command (added in 2.8.11) in GTK-specific cmake files, and also
2472 use the SYSTEM argument to the command (added in 2.8.12).
2476 2015-05-14 Michael Catanzaro <mcatanzaro@igalia.com>
2478 [CMake] Error out when ruby is too old
2479 https://bugs.webkit.org/show_bug.cgi?id=145014
2481 Reviewed by Martin Robinson.
2483 Error out immediately after checking for Ruby if the ruby executable is not found, or if it
2488 2015-05-14 Zan Dobersek <zdobersek@igalia.com>
2490 [GTK] Enable plugin-related CMake options and variables for the X11 target only
2491 https://bugs.webkit.org/show_bug.cgi?id=144995
2493 Reviewed by Carlos Garcia Campos.
2495 * Source/cmake/OptionsGTK.cmake: Plugins are only supported for
2496 the X11 windowing target at the moment, so the following options
2497 and variables should be enabled or disabled accordingly:
2498 - ENABLE_PLUGIN_PROCESS_GTK2
2499 - ENABLE_NETSCAPE_PLUGIN_API
2500 - ENABLE_PLUGIN_PROCESS
2502 2015-05-12 Ryuan Choi <ryuan.choi@navercorp.com>
2504 Linker fails without -DDEVELOPER_MODE=ON
2505 https://bugs.webkit.org/show_bug.cgi?id=144117
2507 Reviewed by Gyuyoung Kim.
2509 * Source/cmake/OptionsEfl.cmake:
2510 Remove fvisibility flags. linker script will cover the functionality for ewebkit2.so in release mode,
2511 * Source/cmake/eflsymbols.filter: Updated symbol patterns which should be exposed for ewebkit2.
2513 2015-05-10 Philip Chimento <philip.chimento@gmail.com>
2515 CMake defines CAIROGL_FOUND, not CAIRO_GL_FOUND
2516 https://bugs.webkit.org/show_bug.cgi?id=144846
2518 Reviewed by Martin Robinson.
2520 * Source/cmake/FindCairoGL.cmake: Use CAIROGL_* instead of
2521 CAIRO_GL_* throughout, because find_package will define
2523 * Source/cmake/OptionsGTK.cmake: Ditto.
2525 2015-05-10 Philip Chimento <philip.chimento@gmail.com>
2527 [CMake] Some macros need to be defined/undefined, rather than ON/OFF
2528 https://bugs.webkit.org/show_bug.cgi?id=144845
2530 Reviewed by Martin Robinson.
2532 * Source/cmake/OptionsGTK.cmake: Only define MOZ_X11 and XP_UNIX
2533 if their corresponding WTF options are ON. The code in npapi.h
2534 relies on these being undefined if they are to be switched off.
2536 2015-05-09 Yoav Weiss <yoav@yoav.ws>
2538 Remove the PICTURE_SIZES build flag
2539 https://bugs.webkit.org/show_bug.cgi?id=144679
2541 Reviewed by Benjamin Poulain.
2543 Removed the PICTURE_SIZES build time flag.
2545 * Source/cmake/OptionsEfl.cmake:
2546 * Source/cmake/OptionsGTK.cmake:
2547 * Source/cmake/OptionsMac.cmake:
2548 * Source/cmake/OptionsWindows.cmake:
2549 * Source/cmake/WebKitFeatures.cmake:
2551 2015-05-08 Michael Catanzaro <mcatanzaro@igalia.com>
2553 [GTK] [CMake] Check for required X libraries
2554 https://bugs.webkit.org/show_bug.cgi?id=144823
2556 Reviewed by Martin Robinson.
2558 Error out if missing libXcomposite, libXdamage, libXrender, or libXt.
2560 * Source/cmake/OptionsGTK.cmake:
2562 015-05-08 Michael Catanzaro <mcatanzaro@igalia.com>, Martin Robinson <mrobinson@igalia.com>
2564 [GTK] Checks for DEVELOPMENT_BUILD are all wrong
2565 https://bugs.webkit.org/show_bug.cgi?id=144746
2567 Reviewed by Carlos Garcia Campos.
2569 Don't set DEVELOPMENT_BUILD. We check whether it is defined for conditional compilation, not
2570 what it is defined to, so defining it to 0 effectively turned it on always. Instead set
2571 ENABLE_DEVELOPER_MODE so that we can use the ENABLE macro inside WebKit source code.
2573 * Source/cmake/OptionsGTK.cmake:
2575 2015-05-08 Daniel Bates <dabates@apple.com>
2577 [iOS] WebSQL operations are not performed after device is locked
2578 https://bugs.webkit.org/show_bug.cgi?id=137503
2579 <rdar://problem/20844952>
2581 Rubber-stamped by Alexey Proskuryakov.
2583 Add a manual test to help verify that we do not regress this issue.
2585 * ManualTests/ios/execute-sql-transaction-callback-after-locking-unlocking-device-in-earlier-transaction.html: Added.
2587 2015-05-08 Commit Queue <commit-queue@webkit.org>
2589 Unreviewed, rolling out r183945.
2590 https://bugs.webkit.org/show_bug.cgi?id=144789
2592 "It broke all the GTK+ tests" (Requested by KaL on #webkit).
2596 "[GTK] Checks for DEVELOPMENT_BUILD are all wrong"
2597 https://bugs.webkit.org/show_bug.cgi?id=144746
2598 http://trac.webkit.org/changeset/183945
2600 2015-05-07 Myles C. Maxfield <mmaxfield@apple.com>
2602 Cleanup after r183940
2603 https://bugs.webkit.org/show_bug.cgi?id=144768
2607 Looks like the empty directories were not deleted.
2609 * Source/PAL: Removed.
2610 * Source/PAL/Configurations: Removed.
2611 * Source/PAL/PAL.xcodeproj: Removed.
2612 * Source/PAL/graphics: Removed.
2614 2015-05-07 Michael Catanzaro <mcatanzaro@igalia.com>
2616 [GTK] Checks for DEVELOPMENT_BUILD are all wrong
2617 https://bugs.webkit.org/show_bug.cgi?id=144746
2619 Reviewed by Martin Robinson.
2621 Don't set DEVELOPMENT_BUILD. We check whether it is defined for conditional compilation, not
2622 what it is defined to, so defining it to 0 effectively turned it on always.
2624 * Source/cmake/OptionsGTK.cmake:
2626 2015-05-05 Myles C. Maxfield <mmaxfield@apple.com>
2628 Revert "Introducing the Platform Abstraction Layer (PAL)"
2629 https://bugs.webkit.org/show_bug.cgi?id=144751
2633 PAL should be a new target inside WebCore, rather than a top-level folder.
2635 * WebKit.xcworkspace/contents.xcworkspacedata: Add it to the workspace.
2637 2015-05-07 Carlos Garcia Campos <cgarcia@igalia.com>
2639 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.1 release.
2641 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
2643 2015-05-05 Myles C. Maxfield <mmaxfield@apple.com>
2645 Introducing the Platform Abstraction Layer (PAL)
2646 https://bugs.webkit.org/show_bug.cgi?id=143358
2648 Reviewed by Simon Fraser.
2650 * WebKit.xcworkspace/contents.xcworkspacedata: Add it to the workspace.
2652 2015-05-04 Csaba Osztrogonác <ossy@webkit.org>
2654 [cmake] Disable GNU Gold linker on Cortex A53
2655 https://bugs.webkit.org/show_bug.cgi?id=144382
2657 Reviewed by Carlos Garcia Campos.
2659 * Source/cmake/OptionsCommon.cmake:
2661 2015-05-01 Martin Robinson <mrobinson@igalia.com>
2663 USE(...) macro should expect unprefixed variables
2664 https://bugs.webkit.org/show_bug.cgi?id=144454
2666 Reviewed by Daniel Bates.
2668 * Source/cmake/OptionsAppleWin.cmake: Replace all occurrences WTF_USE with USE.
2669 * Source/cmake/OptionsEfl.cmake: Ditto.
2670 * Source/cmake/OptionsGTK.cmake: Ditto.
2671 * Source/cmake/OptionsMac.cmake: Ditto.
2672 * Source/cmake/OptionsWinCairo.cmake: Ditto.
2673 * Source/cmake/WebKitFeatures.cmake: No longer expose WTF_USE when encountering
2676 2015-04-30 Martin Robinson <mrobinson@igalia.com>
2678 [CMake] Automatically expose WTF_USE_FOO to the build when USE_FOO is exposed
2679 https://bugs.webkit.org/show_bug.cgi?id=144394
2681 Reviewed by Carlos Garcia Campos.
2683 Automatically expose WTF_USE_FOO when USE_FOO is exposed. A side-effect of this change
2684 is that it fixes the redirected XComposite window for GTK+, which was accidentally
2685 disabled in previous reworking of the CMake configuration.
2687 * Source/cmake/OptionsGTK.cmake: We no longer need to expose the WTF_ prefixed
2688 version of USE variables.
2689 * Source/cmake/WebKitFeatures.cmake: Automatically expose WTF_USE_FOO when USE_FOO
2690 is exposed to the build.
2692 2015-04-30 Carlos Garcia Campos <cgarcia@igalia.com>
2694 Unreviewed. Bump GTK+ version numbers.
2696 * Source/cmake/OptionsGTK.cmake:
2698 2015-04-29 Ryuan Choi <ryuan.choi@navercorp.com>
2700 [EFL] CMake should be failed if openwebrtc package does not exist but ENABLE_MEDIA_STREAM is ON
2701 https://bugs.webkit.org/show_bug.cgi?id=144435
2703 Reviewed by Gyuyoung Kim.
2705 This patch adds REQUIRED option for OpenWebRTC when ENABLE_MEDIA_STREAM is ON.
2706 In addition, this adds DEFAULT_PORT_VALUE for ENABLE_MEDIA_STREAM to match with FeatureList.pm
2708 * Source/cmake/OptionsEfl.cmake:
2710 2015-04-29 Joseph Pecoraro <pecoraro@apple.com>
2712 REGRESSION(183583): [Mac] make without SDKROOT has issues
2713 https://bugs.webkit.org/show_bug.cgi?id=144431
2715 Reviewed by Dan Bernstein.
2718 Assume an empty SDKROOT means an macosx variant, so only
2719 enable settings if the SDKROOT is not empty and does not
2722 2015-04-29 Martin Robinson <mrobinson@igalia.com>
2724 Fix the GTK+ build after r183584
2726 * Source/cmake/OptionsGTK.cmake: Properly use the USE_LIBHYPHEN and HYPHEN_FOUND variables.
2728 2015-04-29 Martin Robinson <mrobinson@igalia.com>
2730 [GTK] Add support for automatic hyphenation
2731 https://bugs.webkit.org/show_bug.cgi?id=44478
2733 Reviewed by Carlos Garcia Campos.
2735 * Source/cmake/FindHyphen.cmake: Added. A CMake module for finding libhyphen.
2736 * Source/cmake/OptionsGTK.cmake: Look for libhyphen and enable hyphenation if found.
2737 * Source/cmakeconfig.h.cmake: Pass through the whether libhyphen is enabled.
2739 2015-04-29 Jake Nielsen <jacob_nielsen@apple.com>
2741 Failure when building WebKit for appletvsimulator.
2742 https://bugs.webkit.org/show_bug.cgi?id=144356
2744 Reviewed by Alexey Proskuryakov.
2746 Changes Makefile logic to check for "not OS X" rather than "is iOS" to
2747 make TVOS and WatchOS behave correctly.
2751 2015-04-29 Martin Robinson <mrobinson@igalia.com>
2753 [CMake] [GTK] Organize and clean up unused CMake variables
2754 https://bugs.webkit.org/show_bug.cgi?id=144364
2756 Reviewed by Gyuyoung Kim.
2758 * Source/cmake/OptionsGTK.cmake: Remove unused variables and move variables
2759 specific to certain projects into their PlatformGTK.cmake files.
2761 2015-04-29 Ryuan Choi <ryuan.choi@navercorp.com>
2763 [EFL] Build failure to find gio-unix
2764 https://bugs.webkit.org/show_bug.cgi?id=144083
2766 Reviewed by Gyuyoung Kim.
2768 Original patch by Doug Newgard <scimma22@outlook.com>
2770 * Source/cmake/OptionsEfl.cmake: Moved geoclue block before find_package(GLIB...)
2772 2015-04-28 Ryuan Choi <ryuan.choi@navercorp.com>
2774 [CoordinatedGraphics] Merge TILED_BACKING_STORE guard with COORDINATED_GRAPHICS
2775 https://bugs.webkit.org/show_bug.cgi?id=143001
2777 Reviewed by Gyuyoung Kim.
2779 * Source/cmake/OptionsEfl.cmake: Removed TILED_BACKING_STORE definition.
2780 * Source/cmake/OptionsGTK.cmake: Ditto.
2782 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
2784 Unreviewed, fix typo in previous commit
2786 libsecretr -> libsecret in the error message.
2788 * Source/cmake/OptionsGTK.cmake:
2790 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
2792 [GTK] Clean up feature detection and make it hard to accidentally build without optional features
2793 https://bugs.webkit.org/show_bug.cgi?id=143546
2795 Reviewed by Martin Robinson.
2797 Add USE_GSTREAMER_MPEGTS option and turn it off by default. Turn off ENABLE_SUBTLE_CRYPTO
2798 by default. Turn on ENABLE_GEOLOCATION by default. Add USE_LIBNOTIFY and turn it on by
2799 default. Fail the build with an informative error message if an optional dependency required
2800 for an enabled feature is not present. Perform find_package commands only when necessary.
2801 Make ENABLE_API_TESTS private. Alphabetize the feature checks (yes, this is actually
2804 * Source/cmake/OptionsGTK.cmake:
2806 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
2808 [GTK] Make all options actually options
2809 https://bugs.webkit.org/show_bug.cgi?id=144106
2811 Reviewed by Martin Robinson.
2813 Use WEBKIT_OPTION_DEFINE to set ENABLE_GTKDOC, ENABLE_INTROSPECTION, ENABLE_X11_TARGET, and
2814 ENABLE_WAYLAND_TARGET.
2816 * Source/cmake/OptionsGTK.cmake:
2818 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
2820 Unreviewed, fix GTK build after r183452
2822 * Source/cmake/OptionsGTK.cmake:
2824 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
2826 [GTK] Add one single option to control all OpenGL-related options
2827 https://bugs.webkit.org/show_bug.cgi?id=144105
2829 Reviewed by Martin Robinson.
2831 Add public ENABLE_OPENGL option, which is mandatory for ENABLE_3D_TRANSFORMS,
2832 ENABLE_ACCELERATED_2D_CANVAS, ENABLE_GLES2, ENABLE_THREADED_COMPOSITOR, ENABLE_WEBGL,
2833 USE_REDIRECTED_XCOMPOSITE_WINDOW, and USE_GSTREAMER_GL. Make ENABLE_GLES2 a proper WebKit
2834 option and move code around accordingly. Use WEBKIT_OPTION_DEPEND and rely on it. Add a
2835 large comment to explain why default value of ENABLE_ACCELERATED_2D_CANVAS is based on the
2836 presence of CairoGL.
2838 * Source/cmake/OptionsGTK.cmake:
2840 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
2842 [GTK] ENABLE_SMOOTH_SCROLLING should be private
2843 https://bugs.webkit.org/show_bug.cgi?id=144306
2845 Reviewed by Martin Robinson.
2847 Make ENABLE_SMOOTH_SCROLLING private instead of public.
2849 * Source/cmake/OptionsGTK.cmake:
2851 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
2853 Rename WTF_USE_3D_GRAPHICS to ENABLE_GRAPHICS_CONTEXT_3D
2854 https://bugs.webkit.org/show_bug.cgi?id=144193
2856 Reviewed by Darin Adler.
2858 * Source/cmake/OptionsEfl.cmake:
2859 * Source/cmake/OptionsGTK.cmake:
2860 * Source/cmake/OptionsWinCairo.cmake:
2861 * Source/cmake/WebKitFeatures.cmake:
2863 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
2865 [CMake] Should be possible for an option to conflict with other options
2866 https://bugs.webkit.org/show_bug.cgi?id=143956
2868 Reviewed by Martin Robinson.
2870 Add WEBKIT_OPTION_CONFLICT macro, which fails the build if conflicting options are on.
2872 * Source/cmake/WebKitFeatures.cmake:
2874 2015-04-22 Martin Robinson <mrobinson@igalia.com>
2876 [CMake] Autogenerate cmakeconfig.h.cmake
2877 https://bugs.webkit.org/show_bug.cgi?id=143997
2879 Reviewed by Csaba Osztrogonác.
2881 * CMakeLists.txt: Create the configuration header as the last part of the cmake run.
2882 * Source/CMakeLists.txt: No longer use configure_file to create cmakeconfig.h.
2883 * Source/cmake/OptionsCommon.cmake: Expose WTF_CPU_ARM64_CORTEXA53 to the build explicitly.
2884 * Source/cmake/OptionsGTK.cmake: Expose variables to the build using SET_AND_EXPOSE_TO_BUILD.
2885 Do some other miscellaneous related cleanup.
2886 * Source/cmake/OptionsEFL.cmake: Expose HAVE_LLVM to the build.
2887 * Source/cmake/WebKitFeatures.cmake: Expose all WebKit features to the build. Add support for
2888 build exposed variables. Add a macro to generate a configuration from them.
2889 * Source/cmakeconfig.h.cmake: Removed.
2891 2015-04-24 Philippe Normand <pnormand@igalia.com>
2893 [JHBuild] Move to upstream OpenWebRTC
2894 https://bugs.webkit.org/show_bug.cgi?id=144145
2896 Reviewed by Carlos Garcia Campos.
2898 * Source/cmake/FindOpenWebRTC.cmake: Check the presence of the
2901 2015-04-26 Yusuke Suzuki <utatane.tea@gmail.com>
2903 [ES6] Implement ES6 template literals
2904 https://bugs.webkit.org/show_bug.cgi?id=142691
2906 Reviewed by Darin Adler.
2908 Add ENABLE_ES6_TEMPLATE_LITERAL_SYNTAX compile time flag.
2910 * Source/cmake/WebKitFeatures.cmake:
2911 * Source/cmakeconfig.h.cmake:
2913 2015-04-25 Martin Robinson <mrobinson@igalia.com>
2915 Rename ENABLE_3D_RENDERING to ENABLE_3D_TRANSFORMS
2916 https://bugs.webkit.org/show_bug.cgi?id=144182
2918 Reviewed by Simon Fraser.
2920 * Source/cmake/OptionsEfl.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
2921 * Source/cmake/OptionsGTK.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
2922 * Source/cmake/OptionsMac.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
2923 * Source/cmake/WebKitFeatures.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
2924 * Source/cmakeconfig.h.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
2926 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
2928 [GTK] Add more public options
2929 https://bugs.webkit.org/show_bug.cgi?id=144116
2931 Reviewed by Martin Robinson.
2933 Add ENABLE_ICONDATABASE, ENABLE_JIT, and USE_SYSTEM_MALLOC as public options.
2935 * Source/cmake/OptionsGTK.cmake:
2937 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
2939 [CMake] Some internal variables are not marked as advanced
2940 https://bugs.webkit.org/show_bug.cgi?id=143595
2942 Reviewed by Martin Robinson.
2944 * Source/cmake/FindFreetype2.cmake: Mark internal options as advanced.
2945 * Source/cmake/FindHarfBuzz.cmake: Mark HARFBUZZ_ICU_LIBRARIES as advanced.
2947 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
2949 [GTK] Mark as advanced the build options we don't want to expose
2950 https://bugs.webkit.org/show_bug.cgi?id=143558
2952 Reviewed by Martin Robinson.
2954 Mark various options as private instead of public.
2956 * Source/cmake/OptionsGTK.cmake:
2958 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
2960 [CMake] Should be possible for an option to depend on multiple options
2961 https://bugs.webkit.org/show_bug.cgi?id=143839
2963 Reviewed by Martin Robinson.
2965 Use a list instead of a single variable to track the dependencies of each option. Iterate
2966 over the list as many times as necessary to ensure all options are properly disabled.
2968 * Source/cmake/WebKitFeatures.cmake:
2970 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
2972 [CMake] ENABLE_THREADED_COMPOSITOR should not be at the bottom of the options list
2973 https://bugs.webkit.org/show_bug.cgi?id=144103
2975 Reviewed by Martin Robinson.
2977 Just move ENABLE_THREADED_COMPOSITOR so it's alphabetized properly.
2979 * Source/cmake/WebKitFeatures.cmake:
2981 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
2983 [GTK] Fixups for ENABLE_CREDENTIAL_STORAGE
2984 https://bugs.webkit.org/show_bug.cgi?id=144102
2986 Reviewed by Martin Robinson.
2988 Use WEBKIT_OPTION_DEFAULT_PORT_VALUE to set ENABLE_CREDENTIAL_STORAGE instead of doing so
2989 manually. Fail the build if libsecret is not found but ENABLE_CREDENTIAL_STORAGE is set.
2990 Also, do not set ENABLE_CREDENTIAL_STORAGE redundantly.
2992 * Source/cmake/OptionsGTK.cmake:
2994 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
2996 [CMake] Clean up JSC JIT options
2997 https://bugs.webkit.org/show_bug.cgi?id=143998
2999 Reviewed by Filip Pizlo.
3001 * Source/cmake/OptionsEfl.cmake: Remove handling of ENABLE_LLINT_C_LOOP and preprocessor
3002 define for ENABLE_FTL_NATIVE_CALL_INLINING.
3003 * Source/cmake/OptionsMac.cmake: Remove override of ENABLE_LLINT_C_LOOP
3004 * Source/cmake/WebKitFeatures.cmake: Remove ENABLE_LLINT_C_LOOP. Add ENABLE_DFG_JIT and
3005 ENABLE_FTL_NATIVE_CALL_INLINING. Specify proper dependencies for these features.
3006 * Source/cmakeconfig.h.cmake: Remove ENABLE_LLINT_C_LOOP and add ENABLE_DFG_JIT.
3008 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
3010 [CMake] Use lowercase for local variables in macros
3011 https://bugs.webkit.org/show_bug.cgi?id=144059
3013 Reviewed by Martin Robinson.
3015 Convert some variable names to lowercase.
3017 * Source/cmake/WebKitFeatures.cmake:
3019 2015-04-22 Commit Queue <commit-queue@webkit.org>
3021 Unreviewed, rolling out r183116.
3022 https://bugs.webkit.org/show_bug.cgi?id=144060
3024 Inadvertently deleted a file... (Requested by mcatanzaro on
3029 "[CMake] Use lowercase for local variables in macros"
3030 https://bugs.webkit.org/show_bug.cgi?id=144059
3031 http://trac.webkit.org/changeset/183116
3033 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
3035 [CMake] Use lowercase for local variables in macros
3036 https://bugs.webkit.org/show_bug.cgi?id=144059
3038 Reviewed by Martin Robinson.
3040 Convert some variable names to lowercase.
3042 * Source/cmake/WebKitFeatures.cmake:
3044 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
3046 [CMake] Features list should print dots every other row
3047 https://bugs.webkit.org/show_bug.cgi?id=143832
3049 Reviewed by Martin Robinson.
3051 Discount private options when determining whether to print dots on a given row of the
3052 features list. Also, simplify the logic by using only one for loop, and fix a couple errors
3053 (inverted use of SHOULD_PRINT_DOTS, one use of the renamed variable SHOULD_PRINT_POINTS that
3054 wasn't noticed because it only affects the first line, and use of the variable name as a
3055 string in a conditional.)
3057 * Source/cmake/WebKitFeatures.cmake:
3059 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
3061 [CMake] Require specifying visibility of WebKit options
3062 https://bugs.webkit.org/show_bug.cgi?id=143831
3064 Reviewed by Alex Christensen.
3066 * Source/cmake/OptionsEfl.cmake: Specify all options as PUBLIC
3067 * Source/cmake/OptionsGTK.cmake: Specify all options as PUBLIC
3068 * Source/cmake/OptionsMac.cmake: Specify all options as PRIVATE
3069 * Source/cmake/OptionsWindows.cmake: Specify all options as PUBLIC
3070 * Source/cmake/WebKitFeatures.cmake: Require specifying options as PUBLIC or PRIVATE.
3071 Remove WEBKIT_OPTION_DEFINE_PUBLIC and WEBKIT_OPTION_PRIVATE_PORT_VALUE. Specify all
3072 cross-platform options as PRIVATE.
3074 2015-04-19 Gyuyoung Kim <gyuyoung.kim@webkit.org>
3076 [CMake] Synchronize variables between WebKitFeatures.cmake and cmakedonfig.h.cmake
3077 https://bugs.webkit.org/show_bug.cgi?id=143935
3079 Reviewed by Darin Adler.
3081 Some variables aren't defined in these files or unused variables aren't removed. This
3082 patch cleans up it as well as fix wrong alphabet order.
3084 * Source/cmake/WebKitFeatures.cmake:
3085 * Source/cmakeconfig.h.cmake:
3087 2015-04-19 Simon Fraser <simon.fraser@apple.com>
3089 Restore the WebKit.xcworkspace to the way it was before r182899,
3090 which inadvertently added the Source directory and a couple of source
3093 * WebKit.xcworkspace/contents.xcworkspacedata:
3095 2015-04-16 Basile Clement <basile_clement@apple.com>
3097 Extract the allocation profile from JSFunction into a rare object
3098 https://bugs.webkit.org/show_bug.cgi?id=143807
3100 Reviewed by Filip Pizlo.
3102 * WebKit.xcworkspace/contents.xcworkspacedata:
3104 2015-04-16 Csaba Osztrogonác <ossy@webkit.org>
3106 [EFL] Bump LLVM to version 3.6.0 on X86_64
3107 https://bugs.webkit.org/show_bug.cgi?id=143604
3109 Reviewed by Gyuyoung Kim.
3111 * Source/cmake/FindLLVM.cmake: Added version handling.
3112 * Source/cmake/OptionsEfl.cmake: Require LLVM 3.6.0 on X86_64 and patched LLVM 3.5.0 on AArch64.
3114 2015-04-15 Timothy Horton <timothy_horton@apple.com>
3116 Custom CSS cursors do not use -webkit-image-set on retina displays
3117 https://bugs.webkit.org/show_bug.cgi?id=120783
3119 Reviewed by Beth Dakin.
3120 Patch by Evan Wallace <evan.exe@gmail.com>.
3122 Add a manual test for custom CSS cursors on retina displays.
3124 * ManualTests/retina-cursors.html: Added.
3126 2015-04-15 Alex Christensen <achristensen@webkit.org>
3128 Progress towards CMake on Mac.
3129 https://bugs.webkit.org/show_bug.cgi?id=143785
3131 Reviewed by Csaba Osztrogonác.
3134 * Source/cmake/OptionsMac.cmake:
3135 * Source/cmake/WebKitFS.cmake:
3137 2015-04-10 Jon Honeycutt <jhoneycutt@apple.com>
3139 Cannot click "Next" button on Google two-factor auth setup page
3141 <https://bugs.webkit.org/show_bug.cgi?id=143624>
3142 <rdar://problem/19175714>
3144 Reviewed by Darin Adler.
3146 * ManualTests/button-that-focuses-itself-on-click.html: Added.
3148 2015-04-13 Michael Catanzaro <mcatanzaro@igalia.com>
3150 [cmake] REGRESSION(182663): It broke feature dependency handling
3151 https://bugs.webkit.org/show_bug.cgi?id=143665
3153 Reviewed by Csaba Osztrogonác.
3155 Don't try to check the value of options before defining the options.
3157 * Source/cmake/WebKitFeatures.cmake:
3159 2015-04-13 Csaba Osztrogonác <ossy@webkit.org>
3161 [cmake] Add ENABLE(ATTACHMENT_ELEMENT) to the build system
3162 https://bugs.webkit.org/show_bug.cgi?id=143664
3164 Reviewed by Gyuyoung Kim.
3166 * Source/cmake/OptionsEfl.cmake:
3167 * Source/cmake/OptionsGTK.cmake:
3168 * Source/cmake/WebKitFeatures.cmake:
3169 * Source/cmakeconfig.h.cmake:
3171 2015-04-12 Gyuyoung Kim <gyuyoung.kim@webkit.org>
3173 [EFL] Enable Media Source
3174 https://bugs.webkit.org/show_bug.cgi?id=143635
3176 Reviewed by Csaba Osztrogonác.
3178 * Source/cmake/OptionsEfl.cmake: Add ENABLE_MEDIA_SOURCE switch.
3180 2015-04-11 Michael Catanzaro <mcatanzaro@igalia.com>
3182 [CMake] Miscellaneous issues in WebKitFeatures.cmake
3183 https://bugs.webkit.org/show_bug.cgi?id=143636
3185 Reviewed by Martin Robinson.
3187 Rename _WEBKIT_AVAILABLE_OPTIONS_INITIALVALUE_ variables to
3188 _WEBKIT_AVAILABLE_OPTIONS_INITIAL_VALUE_
3190 Rename _WEBKIT_AVAILABLE_OPTIONS_ISPUBLIC_ variables to
3191 _WEBKIT_AVAILABLE_OPTIONS_IS_PUBLIC_
3193 Rename _SHOULD_PRINT_POINTS to _SHOULD_PRINT_DOTS
3195 Update USE_SYSTEM_MALLOC description to not mention TCmalloc
3197 Fix ENABLE_TOUCH_SLIDER so that it can be used
3201 * Source/cmake/WebKitFeatures.cmake:
3203 2015-04-11 Michael Catanzaro <mcatanzaro@igalia.com>
3205 [CMake] Print sorted feature list at the very end of the configure process
3206 https://bugs.webkit.org/show_bug.cgi?id=143596
3208 Reviewed by Martin Robinson.
3210 * CMakeLists.txt: Call PRINT_WEBKIT_OPTIONS at the bottom of the file.
3211 * Source/cmake/WebKitFeatures.cmake: Split option printing into PRINT_WEBKIT_OPTIONS macro,
3212 and sort the options before printing. Reorder some code so that features still get
3213 propagated to the bindings generators.
3215 2015-04-11 Michael Catanzaro <mcatanzaro@igalia.com>
3217 [CMake] Options should be marked as advanced by default
3218 https://bugs.webkit.org/show_bug.cgi?id=143572
3220 Reviewed by Gyuyoung Kim.
3222 Options defined with WEBKIT_OPTION_DEFINE are now advanced so that they are hidden from
3223 users by default, unless WEBKIT_OPTION_DEFAULT_PORT_VALUE is used. Add new macros
3224 WEBKIT_OPTION_DEFINE_PUBLIC to define an option that's not hidden by default, to be used
3225 for adding port-specific options, and WEBKIT_OPTION_PRIVATE_PORT_VALUE to override an
3226 option without making it public.
3228 * Source/cmake/WebKitFeatures.cmake:
3230 2015-04-10 Gyuyoung Kim <gyuyoung.kim@webkit.org>
3232 [CMake] Remove unnecessary ENABLE_WEBCORE switch
3233 https://bugs.webkit.org/show_bug.cgi?id=143584
3235 Reviewed by Csaba Osztrogonác.
3237 WebCore should be built for all ports. So ENABLE_WEBCORE switch looks be redundant.
3241 * Source/CMakeLists.txt:
3242 * Source/cmake/OptionsGTK.cmake:
3243 * Source/cmake/WebKitFS.cmake:
3245 2015-04-08 Filip Pizlo <fpizlo@apple.com>
3247 Unreviewed, revert accidental commit.
3251 2015-04-08 Alex Christensen <achristensen@webkit.org> and Patrick Gansterer <paroga@webkit.org>
3253 Add CMake build system for WinCairo port.
3254 https://bugs.webkit.org/show_bug.cgi?id=115944
3256 Reviewed by Chris Dumez.
3258 * Source/cmake/OptionsWindows.cmake:
3259 * Source/cmake/WebKitMacros.cmake:
3260 Make ADD_PRECOMPILED_HEADER more like http://stackoverflow.com/questions/148570/using-pre-compiled-headers-with-cmake
3262 2015-04-06 Alberto Garcia <berto@igalia.com>
3264 [GTK] Fix HPPA build
3265 https://bugs.webkit.org/show_bug.cgi?id=143453
3267 Reviewed by Darin Adler.
3269 Add HPPA to the list of supported CPUs.
3273 2015-04-03 Csaba Osztrogonác <ossy@webkit.org>
3275 Unreviewed, kick the GTK bots to fix an incremental build issue.
3277 * Source/cmake/OptionsGTK.cmake:
3279 2015-04-03 Zan Dobersek <zdobersek@igalia.com>
3281 Fix the EFL and GTK build after r182243
3282 https://bugs.webkit.org/show_bug.cgi?id=143361
3284 Reviewed by Csaba Osztrogonác.
3286 * Source/PlatformEfl.cmake: Add a custom command that copies
3287 the InspectorBackendCommands.js file into the proper directory
3288 under DerivedSources/WebInspectorUI/.
3290 2015-04-01 Alex Christensen <achristensen@webkit.org>
3292 Progress towards CMake on Windows and Mac.
3293 https://bugs.webkit.org/show_bug.cgi?id=143293
3295 Reviewed by Filip Pizlo.
3298 Set DERIVED_SOURCES_WTF_DIR for Windows.
3299 * Source/CMakeLists.txt:
3300 Don't compile bmalloc on Windows.
3301 * Source/cmake/OptionsCommon.cmake:
3302 Use the absolute path of the C preprocessor.
3303 * Source/cmake/OptionsWinCairo.cmake:
3304 Added needed definitions.
3305 * Source/cmake/OptionsWindows.cmake:
3306 Set some default values and removed support for old Visual Studio versions before /MP.
3307 * Source/cmake/WebKitFS.cmake:
3308 Make WTF DerivedSources directory.
3309 * Source/cmake/WebKitMacros.cmake:
3310 Added ADD_PRECOMPILED_HEADER macro based on
3311 http://stackoverflow.com/questions/148570/using-pre-compiled-headers-with-cmake
3313 2015-04-01 Gwang Yoon Hwang <yoon@igalia.com>
3315 Use colored diagnostics when building with cmake + ninja + clang
3316 https://bugs.webkit.org/show_bug.cgi?id=143297
3318 Reviewed by Žan Doberšek.
3320 Because that ninja sets subprocess stdout/stderr to a pipe, clang
3321 disables colored output.
3322 This patch forces clang to use colored diagnostics when we are using
3325 * Source/cmake/OptionsCommon.cmake:
3327 2015-03-29 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3329 [CMake] Update old CMakeList.txt in gtest
3330 https://bugs.webkit.org/show_bug.cgi?id=143192
3332 Reviewed by Darin Adler.
3334 CMake ports have used cmake/gtest/CMakeLists.txt instead of ThirdParty/test/CMakeLists.txt
3335 in order to build gtest. However it looks ThirdParty/test/CMakeLists.txt won't be used anymore.
3336 So this patch moves cmake/gtest/CMakeLists.txt to ThirdPart/test/CMakeLists.txt, and use it.
3338 * Source/CMakeLists.txt:
3339 * Source/cmake/gtest/CMakeLists.txt: Removed.
3341 2015-03-27 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3343 [CMake] Remove unnecessary INCLUDE_IF_EXISTS macro
3344 https://bugs.webkit.org/show_bug.cgi?id=143138
3346 Reviewed by Csaba Osztrogonác.
3348 INCLUDE_IF_EXISTS isn't used except for 2 places. However those uses can
3349 be replaced with WEBKIT_INCLUDE_CONFIG_FILES_IF_EXISTS.
3351 * Source/cmake/OptionsWindows.cmake:
3352 Set "PORT" instead of "PORT_FALLBACK" because there is no benefit to define PORT_FALLBACK.
3353 * Source/cmake/WebKitMacros.cmake:
3355 2015-03-27 Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
3357 [GStreamer] share GL context in pipeline, part 2
3358 https://bugs.webkit.org/show_bug.cgi?id=143049
3360 Reviewed by Carlos Garcia Campos.
3362 * Source/cmake/OptionsGTK.cmake: USE_GSTREAMER_GL is set only if
3363 OpenGL/ES2 is found and GLX/EGL is found too.
3365 2015-03-26 Alex Christensen <achristensen@webkit.org>
3367 Progress towards CMake on Mac.
3368 https://bugs.webkit.org/show_bug.cgi?id=143112
3370 Reviewed by Chris Dumez.
3372 * Source/cmake/OptionsMac.cmake:
3374 2015-03-24 Csaba Osztrogonác <ossy@webkit.org>
3376 [EFL] Add OpenWebRTC in jhbuild
3377 https://bugs.webkit.org/show_bug.cgi?id=142778
3379 Reviewed by Gyuyoung Kim.
3381 Original patch by Philippe Normand <pnormand@igalia.com>
3383 * Source/cmake/OptionsEfl.cmake: Look for OpenWebRTC library if
3384 mediastream build is enabled.
3386 2015-03-23 Carlos Garcia Campos <cgarcia@igalia.com>
3388 [GTK] Add a configure option to build without Redirected XComposite Window
3389 https://bugs.webkit.org/show_bug.cgi?id=142865
3391 Reviewed by Žan Doberšek.
3393 The Redirected XComposite Window was added to support some
3394 features like GtkOverlay, but in cases where we don't need such
3395 features, it's more efficient to use the XID of the WebKitWebView
3396 window as the native surface handle for the accelerated
3397 compositing. This patch adds USE_REDIRECTED_XCOMPOSITE_WINDOW,
3398 that is enabled by default for X11 target when OpenGL is enabled.
3400 * Source/cmake/OptionsGTK.cmake:
3402 2015-03-20 Zan Dobersek <zdobersek@igalia.com>
3404 [GTK] Search for the Wayland dependency when enabling Wayland target
3405 https://bugs.webkit.org/show_bug.cgi?id=142876
3407 Reviewed by Carlos Garcia Campos.
3409 * Source/cmake/OptionsGTK.cmake: The Wayland dependency isn't a public
3410 requirement of either the GTK+ or GDK pkg-config files, so we have to
3411 search for it ourselves when WebKitGTK+ has been configured to support
3412 the Wayland windowing target.
3414 2015-03-20 Csaba Osztrogonác <ossy@webkit.org>
3416 Unreviewed, kick the GTK bots to regenerate makefile.
3417 https://bugs.webkit.org/show_bug.cgi?id=137394
3419 * Source/cmake/OptionsEfl.cmake: Revert my last accidenatal change.
3420 * Source/cmake/OptionsGTK.cmake: Really kick the GTK bots.
3422 2015-03-20 Csaba Osztrogonác <ossy@webkit.org>
3424 Unreviewed, kick the GTK bots to regenerate makefile.
3425 https://bugs.webkit.org/show_bug.cgi?id=137394
3427 * Source/cmake/OptionsEfl.cmake:
3429 2015-03-19 Csaba Osztrogonác <ossy@webkit.org>
3431 [GTK] Fix inspector userinterface related incremental build issue
3432 https://bugs.webkit.org/show_bug.cgi?id=142849
3434 Reviewed by Carlos Garcia Campos.
3436 * Source/cmake/OptionsGTK.cmake: Revert r181733.
3438 2015-03-18 Csaba Osztrogonác <ossy@webkit.org>
3440 Unreviewed, kick the GTK bots to regenerate makefile.
3442 * Source/cmake/OptionsGTK.cmake:
3444 2015-03-17 Ryuan Choi <ryuan.choi@navercorp.com>
3446 [EFL] Expose JavaScript binding interface through ewk_extension
3447 https://bugs.webkit.org/show_bug.cgi?id=142033
3449 Reviewed by Gyuyoung Kim.
3451 * Source/cmake/OptionsEfl.cmake: Added HEADER_INSTALL_DIR variable.
3453 2015-03-17 Philippe Normand <pnormand@igalia.com>
3455 [GTK] basic OpenWebRTC build support
3456 https://bugs.webkit.org/show_bug.cgi?id=142393
3458 Reviewed by Carlos Garcia Campos.
3460 * Source/cmake/FindOpenWebRTC.cmake: Added.
3461 * Source/cmake/OptionsGTK.cmake: Look for OpenWebRTC library if
3462 mediastream build is enabled.
3464 2015-03-17 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3466 [CMake][EFL] Build test tools only for developer mode
3467 https://bugs.webkit.org/show_bug.cgi?id=142761
3469 Reviewed by Csaba Osztrogonác.
3471 Do not build EFL MiniBrowser, WebKitTestRunner, and ImageDiff on production mode.
3473 * Source/cmake/OptionsEfl.cmake:
3474 * Source/cmake/OptionsGTK.cmake: Move ENABLE_MINIBROWSER to common place.
3475 * Source/cmake/WebKitFeatures.cmake: Define ENABLE_MINIBROWSER variable.
3476 * Source/cmakeconfig.h.cmake:
3478 2015-03-16 Ryosuke Niwa <rniwa@webkit.org>
3480 Enable ES6 classes by default
3481 https://bugs.webkit.org/show_bug.cgi?id=142774
3483 Reviewed by Gavin Barraclough.
3485 * Source/cmake/WebKitFeatures.cmake:
3487 2015-03-16 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3489 [CMake][EFL] Rearrange OptionEFL.cmake to improve readability
3490 https://bugs.webkit.org/show_bug.cgi?id=142722
3492 Reviewed by Csaba Osztrogonác.
3494 Categorize to define cmake variables, to find necessary packages,
3495 use upper case for "glib_conponents" cmake variable name, re-arrange
3496 wrong alphabet sorting, and so on.
3498 * CMakeLists.txt: Remove WinCE port.
3499 * Source/cmake/OptionsEfl.cmake:
3501 2015-03-14 Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
3503 [GStreamer] share GL context in pipeline
3504 https://bugs.webkit.org/show_bug.cgi?id=142693
3506 Reviewed by Philippe Normand.
3508 Add search of gstreamer-gl library in the GStreamer installation. If
3509 it is found, WTF_USE_GSTREAMER_GL macro is defined.
3511 * Source/cmake/FindGStreamer.cmake:
3512 * Source/cmake/OptionsGTK.cmake:
3514 2015-03-13 Alex Christensen <achristensen@webkit.org>
3516 Progress towards CMake on Mac.
3517 https://bugs.webkit.org/show_bug.cgi?id=142680
3519 Reviewed by Gyuyoung Kim.
3522 * Source/PlatformMac.cmake: Added stub.
3523 * Source/cmake/OptionsMac.cmake:
3524 Change defines to get CMake working.
3526 2015-03-11 Carlos Garcia Campos <cgarcia@igalia.com>
3528 [GTK] Add an option to enable MiniBrowser for non developer builds and always install it
3529 https://bugs.webkit.org/show_bug.cgi?id=126688
3531 Reviewed by Gustavo Noronha Silva.
3533 Add ENABLE_MINIBROWSER option, enabled by default for development
3534 builds and disabled for production builds unless explicilty enabled.
3536 * Source/cmake/OptionsGTK.cmake:
3538 2015-03-11 Carlos Garcia Campos <cgarcia@igalia.com>
3540 [GTK] Do not look for child processes in the UI process binary path
3541 https://bugs.webkit.org/show_bug.cgi?id=135752
3543 Reviewed by Gustavo Noronha Silva.
3545 * Source/cmake/OptionsGTK.cmake: Add -DDEVELOPMENT_BUILD=1 to the
3546 build for development builds.
3548 2015-03-10 Carlos Garcia Campos <cgarcia@igalia.com> and José Dapena Paz <jdapena@igalia.com>
3550 [GTK] Add a configure option to build with OpenGL ES 2
3551 https://bugs.webkit.org/show_bug.cgi?id=142498
3553 Reviewed by Martin Robinson.
3555 Add ENABLE_GLES2 option. It's disabled by default, but if passed
3556 GLES2 is required and OpenGL is not even searched. Otherwise we
3557 search for OpenGL as usual, using it only if present.
3559 * Source/cmake/OptionsGTK.cmake:
3561 2015-03-10 Csaba Osztrogonác <ossy@webkit.org>
3563 [cmake] Handle unused parameter warnings as build errors except in WebKit2
3564 https://bugs.webkit.org/show_bug.cgi?id=142338
3566 Reviewed by Gyuyoung Kim.
3568 * Source/cmake/WebKitHelpers.cmake:
3570 2015-03-03 Daniel Bates <dabates@apple.com>
3572 Convert ManualTests/svg-tooltip.svg to a DRT test
3573 https://bugs.webkit.org/show_bug.cgi?id=140480
3575 Reviewed by Alex Christensen.
3577 * ManualTests/svg-tooltip.svg: Removed.
3579 2015-03-02 Debarshi Ray <debarshir@gnome.org>
3581 REGRESSION(r179409): [GTK] Undefined symbol prevents web extensions from being loaded
3582 https://bugs.webkit.org/show_bug.cgi?id=142165
3584 Reviewed by Carlos Garcia Campos.
3586 * Source/cmake/gtksymbols.filter:
3588 2015-02-26 Csaba Osztrogonác <ossy@webkit.org>
3590 [EFL] Remove unnecessary comment after r179110
3591 https://bugs.webkit.org/show_bug.cgi?id=142042
3593 Reviewed by Gyuyoung Kim.
3595 * Source/cmake/OptionsEfl.cmake:
3597 2015-02-23 Tomas Popela <tpopela@redhat.com>
3599 [GTK] Fails to compile with cmake 3.2.x
3600 https://bugs.webkit.org/show_bug.cgi?id=141796
3602 With cmake 3.2.x we have to explicitly ask for X11 otherwise the
3603 X11_X11_LIB variable won't be set thus the X11 linker flags won't be
3604 added and the build will fail.
3606 Reviewed by Martin Robinson.
3608 * Source/cmake/OptionsGTK.cmake:
3610 2015-02-20 Alexey Proskuryakov <ap@apple.com>
3612 Remove svn:keywords property.
3614 As far as I can tell, the property had no effect on any of these files, but also,
3615 when it has effect it's likely harmful.
3617 * ManualTests/animation-with-transition.html: Removed property svn:keywords.
3618 * ManualTests/blur-filter-timing.html: Removed property svn:keywords.
3619 * ManualTests/compositing/caret-in-compositing-frame.html: Removed property svn:keywords.
3620 * ManualTests/compositing/font-smoothing.html: Removed property svn:keywords.
3621 * ManualTests/compositing/missing-iframe-contents.html: Removed property svn:keywords.
3622 * ManualTests/compositing/requires-backing-change.html: Removed property svn:keywords.
3623 * ManualTests/compositing/resources/composited-subframe.html: Removed property svn:keywords.
3624 * ManualTests/compositing/resources/editable-compositing-subframe.html: Removed property svn:keywords.
3625 * ManualTests/frames/nested-iframe-blit-on-scroll.html: Removed property svn:keywords.
3626 * ManualTests/frames/resources/blit-on-scroll-subframe.html: Removed property svn:keywords.
3627 * ManualTests/frames/resources/blit-on-scroll-subsubframe.html: Removed property svn:keywords.
3628 * ManualTests/plugins/plugin-paint-causes-layout.html: Removed property svn:keywords.
3629 * ManualTests/screen-availLeft.html: Removed property svn:keywords.
3630 * ManualTests/transition-accelerated.html: Removed property svn:keywords.
3632 2015-02-17 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3634 [CMAKE] Remove CMakeLists.txt in WK1 port
3635 https://bugs.webkit.org/show_bug.cgi?id=141617
3637 Reviewed by Anders Carlsson.
3639 Nobody uses CMake in WK1 port. Remove it.
3643 2015-02-13 Csaba Osztrogonác <ossy@webkit.org>
3645 Unreviewed, remove empty directories.
3647 * ManualTests/qt: Removed.
3649 2015-02-11 Carlos Alberto Lopez Perez <clopez@igalia.com>
3651 [CMake] Don't set flag fuse-ld on the C/C++ compiler flags, but on the linker flags.
3652 https://bugs.webkit.org/show_bug.cgi?id=141481
3654 Reviewed by Csaba Osztrogonác.
3656 * Source/cmake/OptionsCommon.cmake: Move -fuse-ld=gold to the linker flags.
3658 2015-02-11 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3660 [EFL][GTK] Use bmalloc instead of tcmalloc
3661 https://bugs.webkit.org/show_bug.cgi?id=140162
3663 Reviewed by Carlos Garcia Campos.
3665 Add bmalloc directory to build list.
3667 * CMakeLists.txt: Define BMALLOC_DIR directory.
3668 * Source/CMakeLists.txt: Add bmalloc path to sub-directories list.
3670 2015-02-11 Carlos Garcia Campos <cgarcia@igalia.com>
3672 [GTK] Add default color chooser implementation using GtkColorChooserDialog
3673 https://bugs.webkit.org/show_bug.cgi?id=141392
3675 Reviewed by Gustavo Noronha Silva.
3677 Enable INPUT_TYPE_COLOR by default for GTK+ port.
3679 * Source/cmake/OptionsGTK.cmake:
3681 2015-02-09 Sergio Villar Senin <svillar@igalia.com>
3683 ASSERTION FAILED: resolvedInitialPosition <= resolvedFinalPosition in WebCore::GridSpan::GridSpan
3684 https://bugs.webkit.org/show_bug.cgi?id=141328
3686 Reviewed by Darin Adler.
3688 Added as manual test because it involves a huge grid allocation
3689 which is very slow on Debug bots, the only ones capable to trigger
3692 * ManualTests/css-grid-layout-item-with-huge-span-crash.html: Added.
3694 2015-02-05 Youenn Fablet <youenn.fablet@crf.canon.fr> and Xabier Rodriguez Calvar <calvaris@igalia.com>
3696 [Streams API] Implement a barebone ReadableStream interface
3697 https://bugs.webkit.org/show_bug.cgi?id=141045
3699 Reviewed by Benjamin Poulain.
3701 * Source/cmake/WebKitFeatures.cmake:
3702 * Source/cmakeconfig.h.cmake: Made streams API compilation on by default.
3704 2015-02-02 Filip Pizlo <fpizlo@apple.com>
3706 Revert accidental change in r179490.
3710 2015-02-02 Filip Pizlo <fpizlo@apple.com>
3712 Unreviewed, revert accidental change to Makefile.shared in r179478
3716 2015-01-28 Carlos Alberto Lopez Perez <clopez@igalia.com>
3718 [CMake] Minimum python version should be 2.7.
3719 https://bugs.webkit.org/show_bug.cgi?id=140997
3721 Reviewed by Csaba Osztrogonác.
3725 2015-01-26 Nikos Andronikos <nikos.andronikos-webkit@cisra.canon.com.au>
3727 Apply feTurbulence spec change to fix zero length vector generation
3728 https://bugs.webkit.org/show_bug.cgi?id=140812
3730 Reviewed by Darin Adler.
3732 Recently a bug with the turbulence algorithm was corrected in the
3733 Filter Effects specification.
3734 For some seed values this bug allowed zero length vectors to be generated.
3735 This resulted in large solid color squares being present in the generated image.
3736 The feTurbulence algorithm was updated to reject zero length vectors. This patch
3737 applies that change in WebCore.
3739 Test: svg/filters/feTurbulence_bad_seeds.html
3741 * platform/graphics/filters/FETurbulence.cpp:
3742 (WebCore::FETurbulence::initPaint):
3743 Added rejection sampling during vector generation to avoid zero length vectors.
3745 2015-01-26 Csaba Osztrogonác <ossy@webkit.org>
3747 [cmake] Remove compiler version calculate cruft
3748 https://bugs.webkit.org/show_bug.cgi?id=140885
3750 Reviewed by Darin Adler.
3752 * Source/cmake/WebKitHelpers.cmake:
3754 2015-01-26 Csaba Osztrogonác <ossy@webkit.org>
3756 [cmake] Stop compiling with -Wno-error=uninitialized and -Wno-error=literal-suffix
3757 https://bugs.webkit.org/show_bug.cgi?id=140886
3759 Reviewed by Žan Doberšek.
3761 * Source/cmake/WebKitHelpers.cmake:
3763 2015-01-26 Michael Catanzaro <mcatanzaro@igalia.com>
3765 [GTK] gtkdoc does not appear in DevHelp
3766 https://bugs.webkit.org/show_bug.cgi?id=139369
3768 Reviewed by Philippe Normand.
3770 Expect the gtkdoc to be generated in folders named with the API version.
3772 * Source/PlatformGTK.cmake:
3774 2015-01-26 Zan Dobersek <zdobersek@igalia.com>
3776 [EFL][GTK] Stop compiling with fno-omit-frame-pointer, -fno-tree-dce
3777 https://bugs.webkit.org/show_bug.cgi?id=140609
3779 Reviewed by Csaba Osztrogonác.
3781 The latest releases of GCC versions 4.7, 4.8 and 4.9 all compile and
3782 run JSC tests fine without the -fno-tree-dce and -fno-omit-frame-pointer
3783 compilation flags. Those were added after the jsCStack branch merge, but
3784 can now be removed since the -ftree-dce issues were fixed in GCC, and
3785 changes in r173282 and r173298 again enable compiling with -fomit-frame-pointer.
3787 * Source/cmake/OptionsEfl.cmake:
3788 * Source/cmake/OptionsGTK.cmake:
3790 2015-01-26 Commit Queue <commit-queue@webkit.org>
3792 Unreviewed, rolling out r179107.
3793 https://bugs.webkit.org/show_bug.cgi?id=140880
3795 The GCC in the bots doesn't support the AsyncTask
3796 implementation (Requested by KaL on #webkit).
3800 "[GTK] Enable IndexedDB"
3801 https://bugs.webkit.org/show_bug.cgi?id=98932
3802 http://trac.webkit.org/changeset/179107
3804 2015-01-25 Carlos Garcia Campos <cgarcia@igalia.com>
3806 [GTK] Enable IndexedDB
3807 https://bugs.webkit.org/show_bug.cgi?id=98932
3809 Reviewed by Žan Doberšek.
3811 * Source/cmake/OptionsGTK.cmake: Enable DATABASE_PROCESS and INDEXED_DATABASE.
3812 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_DATABASE_PROCESS.
3814 2015-01-23 Carlos Garcia Campos <cgarcia@igalia.com>
3816 [GTK] Add initial database process support
3817 https://bugs.webkit.org/show_bug.cgi?id=139491
3819 Reviewed by Sergio Villar Senin.
3821 * Source/cmake/OptionsGTK.cmake: Set WebKit2_DatabaseProcess_OUTPUT_NAME.
3823 2015-01-22 Ryosuke Niwa <rniwa@webkit.org>
3825 Add a build flag for ES6 class syntax
3826 https://bugs.webkit.org/show_bug.cgi?id=140760
3828 Reviewed by Michael Saboff.
3830 * Source/cmake/WebKitFeatures.cmake:
3831 * Source/cmakeconfig.h.cmake:
3833 2015-01-21 Csaba Osztrogonác <ossy@webkit.org>
3835 [EFL][WK2] EFL MiniBrowser doesn't run because shared library is not found
3836 https://bugs.webkit.org/show_bug.cgi?id=140049
3838 Reviewed by Gyuyoung Kim.
3840 * Source/cmake/OptionsCommon.cmake:
3842 2015-01-21 Csaba Osztrogonác <ossy@webkit.org>
3844 Remove ENABLE(INSPECTOR) ifdef guards
3845 https://bugs.webkit.org/show_bug.cgi?id=140668
3847 Reviewed by Darin Adler.
3849 * Source/PlatformEfl.cmake:
3850 * Source/cmake/OptionsEfl.cmake:
3851 * Source/cmake/OptionsGTK.cmake:
3852 * Source/cmake/OptionsMac.cmake:
3853 * Source/cmake/WebKitFeatures.cmake:
3854 * Source/cmakeconfig.h.cmake:
3856 2015-01-20 Carlos Garcia Campos <cgarcia@igalia.com>
3858 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.4 release.
3860 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
3862 2015-01-19 Gyuyoung Kim <gyuyoung.kim@samsung.com>