1 2016-03-29 Commit Queue <commit-queue@webkit.org>
3 Unreviewed, rolling out r198781.
4 https://bugs.webkit.org/show_bug.cgi?id=155986
6 broke windows clean build (Requested by alexchristensen on
11 "[Win] CMake seems to build all generated files every time"
12 https://bugs.webkit.org/show_bug.cgi?id=155872
13 http://trac.webkit.org/changeset/198781
15 2016-03-29 Brent Fulgham <bfulgham@apple.com>
17 [Win] CMake seems to build all generated files every time
18 https://bugs.webkit.org/show_bug.cgi?id=155872
20 Reviewed by Alex Christensen.
22 This seems to be caused by Visual Studio being unhappy receiving multiple output targets
23 for its custom build rules. If I limit the output to just the header file on Windows, the
24 dependency check seems to do the right thing.
26 * Source/cmake/WebKitMacros.cmake:
28 2016-03-28 Alex Christensen <achristensen@webkit.org>
30 Fix Mac Ninja build after r198766.
32 * Source/cmake/WebKitMacros.cmake:
33 WebCore_DERIVED_SOURCES are intentionally in a separate library to reduce linker line length.
34 This is now only specific to WebKit2_DERIVED_SOURCES, so I'm moving it there.
36 2016-03-28 Alex Christensen <achristensen@webkit.org>
38 Fix Windows build after r198766.
40 * Source/cmake/WebKitMacros.cmake:
41 Use the filename from the cpp so that WebCorePrefix.cpp and WebCoreDerivedSourcesPrefix.cpp
42 generate unique .pch files, even though they both include WebCorePrefix.h
44 2016-03-28 Alex Christensen <achristensen@webkit.org>
46 Fix Ninja build on Mac
47 https://bugs.webkit.org/show_bug.cgi?id=151399
49 Reviewed by Darin Adler.
51 * Source/CMakeLists.txt:
52 * Source/cmake/WebKitMacros.cmake:
54 2016-03-27 Daniel Bates <dabates@apple.com>
56 WebKit.xcworkspace "All Source" scheme always copies OS X WebKitSystemInterface libraries
57 https://bugs.webkit.org/show_bug.cgi?id=155889
59 Reviewed by Alexey Proskuryakov.
61 Fixes an issue where building the "All Source" scheme in WebKit.xcworkspace would
62 always copy the OS X WebKitSystemInterface libraries regardless of the selected
63 base SDK. In particular, it would copy the OS X WebKitSystemInterface libraries
64 when building with SDK iphonesimulator. WebKit.xcworkspace should copy the SDK-
65 specific WebKitSystemInterface libraries.
67 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
69 2016-03-25 Brady Eidson <beidson@apple.com>
71 Soften push/replaceState frequency restrictions.
72 <rdar://problem/25228439> and https://bugs.webkit.org/show_bug.cgi?id=155901
74 Rubber-stamped by Timothy Hatcher.
76 * ManualTests/state-objects-time-limit.html: Added.
78 2016-03-25 Daniel Bates <dabates@apple.com>
80 REGRESSION (r197358): WebKitSystemInterface.h copied into directory named "--llvm"
81 https://bugs.webkit.org/show_bug.cgi?id=155838
83 Reviewed by Alexey Proskuryakov.
85 Do not pass command line flag --llvm when calling script copy-webkitlibraries-to-product-directory
86 to avoid copying the WebKitSystemInterface libraries to an incorrect location. The --llvm flag was
87 removed from copy-webkitlibraries-to-product-directory in <http://trac.webkit.org/changeset/197358>.
89 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
91 2016-03-25 Bill Ming <mbbill@gmail.com>
93 Detect correct number of processors on windows
94 https://bugs.webkit.org/show_bug.cgi?id=155884
96 Reviewed by Alex Christensen.
98 * Tools/Scripts/run-jsc-stress-tests:
100 2016-03-25 Brent Fulgham <bfulgham@apple.com>
102 [Win] Improve CMake build performance
103 https://bugs.webkit.org/show_bug.cgi?id=155871
104 <rdar://problem/24747822>
106 Reviewed by Alex Christensen.
108 Add a flag to the PROCESS_ALLINONE_FILE macro so that it does not remove
109 the files contained in the passed all-in-one file, since this breaks
110 dependency checking and generation of the derived sources from the IDL.
111 Instead, include the header files in the project so that all files get
114 * Source/cmake/WebKitMacros: Updated for 'DerivedSources.cpp' use case.
116 2016-03-25 Konstantin Tokarev <annulen@yandex.ru>
118 Turned on ENABLE_REQUEST_ANIMATION_FRAME by default for any port.
119 https://bugs.webkit.org/show_bug.cgi?id=155882
121 Reviewed by Michael Catanzaro.
123 It was already enabled in all trunk ports, and is required for
124 WebInspectorUI to work.
126 * Source/cmake/OptionsGTK.cmake: Removed duplication of default value.
127 * Source/cmake/OptionsMac.cmake: Ditto.
128 * Source/cmake/WebKitFeatures.cmake: Turned
129 ENABLE_REQUEST_ANIMATION_FRAME ON.
131 2016-03-24 Bill Ming <mbbill@gmail.com>
133 Determine architecture for running jsc stress tests on windows
134 https://bugs.webkit.org/show_bug.cgi?id=155840
136 Reviewed by Alex Christensen.
138 * Tools/Scripts/run-jsc-stress-tests:
140 2016-03-23 Bill Ming <mbbill@gmail.com>
142 Fixed ninja build path.
143 https://bugs.webkit.org/show_bug.cgi?id=155796
145 Reviewed by Alex Christensen.
147 * Tools/Scripts/build-webkit:
149 2016-03-21 Eric Carlson <eric.carlson@apple.com>
151 Add a WebRTC specific compile flag
152 https://bugs.webkit.org/show_bug.cgi?id=155663
154 Reviewed by Jer Noble.
156 * Source/cmake/OptionsEfl.cmake:
157 * Source/cmake/OptionsGTK.cmake:
158 * Source/cmake/WebKitFeatures.cmake:
160 2016-03-18 Yusuke Suzuki <utatane.tea@gmail.com>
162 Unreviewed, missing SET_AND_EXPOSE_TO_BUILD for USE_UDIS86 in JSCOnly port
163 https://bugs.webkit.org/show_bug.cgi?id=155628
165 * Source/cmake/OptionsJSCOnly.cmake:
167 2016-03-17 Yusuke Suzuki <utatane.tea@gmail.com>
169 [JSCOnly] Enable udis86
170 https://bugs.webkit.org/show_bug.cgi?id=155628
172 Reviewed by Carlos Garcia Campos.
174 Enable udis86 for disassembler. The current flag name is incorrect.
176 * Source/cmake/OptionsJSCOnly.cmake:
178 2016-03-14 Konstantin Tokarev <annulen@yandex.ru>
180 Restored ENABLE_WEBCORE option and used it in JSCOnly port.
181 https://bugs.webkit.org/show_bug.cgi?id=155428
183 Reviewed by Michael Catanzaro.
185 This is a partial revert of r182624.
188 * Source/CMakeLists.txt:
189 * Source/cmake/OptionsJSCOnly.cmake:
190 * Source/cmake/WebKitFS.cmake:
192 2016-03-13 Joseph Pecoraro <pecoraro@apple.com>
194 Remove ENABLE(ES6_TEMPLATE_LITERAL_SYNTAX) guards
195 https://bugs.webkit.org/show_bug.cgi?id=155417
197 Reviewed by Yusuke Suzuki.
199 * Source/cmake/OptionsWin.cmake:
200 * Source/cmake/WebKitFeatures.cmake:
201 * Source/cmake/tools/vsprops/FeatureDefines.props:
202 * Source/cmake/tools/vsprops/FeatureDefinesCairo.props:
204 2016-03-13 Konstantin Tokarev <annulen@yandex.ru>
206 Added new port JSCOnly.
207 https://bugs.webkit.org/show_bug.cgi?id=154512
209 Reviewed by Michael Catanzaro.
211 This port allows to build JavaScriptCore engine with minimal
215 * Source/cmake/OptionsJSCOnly.cmake: Added.
217 2016-03-12 Myles C. Maxfield <mmaxfield@apple.com>
219 Delete dead SVG Font code
220 https://bugs.webkit.org/show_bug.cgi?id=154718
222 Reviewed by Antti Koivisto.
224 * Source/cmake/OptionsEfl.cmake:
225 * Source/cmake/OptionsWin.cmake:
226 * Source/cmake/WebKitFeatures.cmake:
227 * Source/cmake/tools/vsprops/FeatureDefines.props:
228 * Source/cmake/tools/vsprops/FeatureDefinesCairo.props:
230 2016-03-12 Jeremy Huddleston Sequoia <jeremyhu@apple.com>
232 [GTK][Mac] Don't force ENABLE_INTROSPECTION=OFF on Mac
233 https://bugs.webkit.org/show_bug.cgi?id=152650
235 Reviewed by Carlos Garcia Campos.
237 * Source/cmake/OptionsGTK.cmake:
239 2016-03-10 Frederic Wang <fwang@igalia.org>
241 [GTK] Add support for WOFF2
242 https://bugs.webkit.org/show_bug.cgi?id=152616
244 Reviewed by Carlos Garcia Campos.
246 * Source/CMakeLists.txt: Build brotli and woff2 third-party libraries if WOFF2 is enabled.
247 * Source/cmake/OptionsGTK.cmake: Always enable WOFF2 on GTK.
249 2016-03-09 Konstantin Tokarev <annulen@yandex.ru>
251 [cmake] Fixed All-in-One build.
252 https://bugs.webkit.org/show_bug.cgi?id=155241
254 Reviewed by Csaba Osztrogonác.
256 * Source/cmake/WebKitMacros.cmake: Last item of WebCore_SOURCES was
257 not removed in PROCESS_ALLINONE_FILE.
259 2016-03-08 Myles C. Maxfield <mmaxfield@apple.com>
261 [EFL] Enable the SVG -> OTF Font Converter
262 https://bugs.webkit.org/show_bug.cgi?id=155192
264 Reviewed by Gyuyoung Kim.
266 * Source/cmake/OptionsEfl.cmake:
268 2016-03-08 Myles C. Maxfield <mmaxfield@apple.com>
270 [GTK] Enable the SVG -> OTF Font Converter
271 https://bugs.webkit.org/show_bug.cgi?id=155191
273 Reviewed by Martin Robinson.
275 * Source/cmake/OptionsGTK.cmake:
277 2016-03-05 Michael Catanzaro <mcatanzaro@igalia.com>
279 Unreviewed, fix GTK/EFL build after r197575 and add mandatory GnuTLS dependency
281 * Source/cmake/OptionsEfl.cmake:
282 * Source/cmake/OptionsGTK.cmake:
284 2016-03-02 Konstantin Tokarev <annulen@yandex.ru>
286 [cmake] Moved PRE/POST_BUILD_COMMAND to WEBKIT_FRAMEWORK.
287 https://bugs.webkit.org/show_bug.cgi?id=154651
289 Reviewed by Alex Christensen.
291 * Source/cmake/WebKitMacros.cmake: Used phony target instead of
292 CMake's PRE_BUILD COMMAND feature because the latter actually
293 generates pre-link target instead of pre-build.
295 2016-03-01 Alex Christensen <achristensen@webkit.org>
297 Reduce size of internal windows build output
298 https://bugs.webkit.org/show_bug.cgi?id=154763
300 Reviewed by Brent Fulgham.
302 * Source/cmake/OptionsWin.cmake:
304 2016-03-01 Commit Queue <commit-queue@webkit.org>
306 Unreviewed, rolling out r197056.
307 https://bugs.webkit.org/show_bug.cgi?id=154870
309 broke win ews (Requested by alexchristensen on #webkit).
313 "[cmake] Moved PRE/POST_BUILD_COMMAND to WEBKIT_FRAMEWORK."
314 https://bugs.webkit.org/show_bug.cgi?id=154651
315 http://trac.webkit.org/changeset/197056
317 2016-02-29 Konstantin Tokarev <annulen@yandex.ru>
319 [cmake] Allow using FindGLIB in case glib is optional dependency.
320 https://bugs.webkit.org/show_bug.cgi?id=154796
322 Reviewed by Michael Catanzaro.
324 FindGLIB caused internal CMake error in case glibconfig.h is not
327 * Source/cmake/FindGLIB.cmake:
329 2016-02-29 Commit Queue <commit-queue@webkit.org>
331 Unreviewed, rolling out r197297.
332 https://bugs.webkit.org/show_bug.cgi?id=154810
334 This change broke build of GTK from scratch (Requested by
339 "[cmake] Allow using FindGLIB in case glib is optional
341 https://bugs.webkit.org/show_bug.cgi?id=154796
342 http://trac.webkit.org/changeset/197297
344 2016-02-28 Konstantin Tokarev <annulen@yandex.ru>
346 [cmake] Allow using FindGLIB in case glib is optional dependency.
347 https://bugs.webkit.org/show_bug.cgi?id=154796
349 Reviewed by Michael Catanzaro.
351 FindGLIB caused internal CMake error in case GLIBCONFIG_INCLUDE_DIR is
354 * Source/cmake/FindGLIB.cmake:
356 2016-02-25 Myles C. Maxfield <mmaxfield@apple.com>
358 [Win] [SVG -> OTF Converter] Support the SVG -> OTF Font Converter
359 https://bugs.webkit.org/show_bug.cgi?id=143402
361 Reviewed by Alex Christensen.
363 Turn on by default, and turn on for Windows.
365 EFL and GTK already explicitly disable it in OptionsEfl.cmake and OptionsGTK.cmake.
367 * Source/cmake/OptionsWin.cmake:
368 * Source/cmake/WebKitFeatures.cmake:
370 2016-02-24 Nikos Andronikos <nikos.andronikos-webkit@cisra.canon.com.au>
372 [web-animations] Add AnimationTimeline, DocumentTimeline and add extensions to Document interface
373 https://bugs.webkit.org/show_bug.cgi?id=151688
375 Reviewed by Dean Jackson.
377 Enables the WEB_ANIMATIONS compiler switch.
379 * Source/cmake/OptionsWin.cmake:
381 2016-02-24 Konstantin Tokarev <annulen@yandex.ru>
383 [cmake] Moved PRE/POST_BUILD_COMMAND to WEBKIT_FRAMEWORK.
384 https://bugs.webkit.org/show_bug.cgi?id=154651
386 Reviewed by Alex Christensen.
388 * Source/cmake/WebKitMacros.cmake:
390 2016-02-22 Konstantin Tokarev <annulen@yandex.ru>
392 [cmake] Moved library setup code to WEBKIT_FRAMEWORK macro.
393 https://bugs.webkit.org/show_bug.cgi?id=154450
395 Reviewed by Alex Christensen.
397 * Source/cmake/WebKitMacros.cmake:
399 2016-02-18 Philippe Normand <pnormand@igalia.com>
401 [GStreamer] Bump internal jhbuild versions to 1.6.3
402 https://bugs.webkit.org/show_bug.cgi?id=149594
404 Reviewed by Michael Catanzaro.
406 * Source/cmake/FindGStreamer.cmake: Check gst-gl version for the latest stable release of GStreamer.
408 2016-02-18 Anders Carlsson <andersca@apple.com>
410 Get rid of the "All Source (target WebProcess)" scheme.
412 Rubber-stamped by Dan Bernstein.
414 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme: Removed.
416 2016-02-18 Michael Catanzaro <mcatanzaro@igalia.com>
418 [CMake] Remove LLVM support
419 https://bugs.webkit.org/show_bug.cgi?id=154370
421 Reviewed by Csaba Osztrogonác.
423 After switching all CMake ports to B3, this was only needed for the LLVM disassembler, which
424 has been removed from JSC. Feel free to bring this back if restoring the LLVM disassembler,
425 but for the time being this is dead code.
427 * Source/cmake/FindLLVM.cmake: Removed.
428 * Source/cmake/OptionsCommon.cmake:
430 2016-02-18 Joonghun Park <jh718.park@samsung.com>
432 [CMake] Remove meaningless conditional statements in CMakeLists.txt
433 https://bugs.webkit.org/show_bug.cgi?id=153778
435 Reviewed by Csaba Osztrogonác.
438 Use CMAKE_FOO_OUTPUT_DIRECTORY located in CMakeLists.txt as default value.
439 And remove conditional statements which has enclosed these one
440 because they don't have meaning anymore.
442 2016-02-15 Alex Christensen <achristensen@webkit.org>
444 Re-enable INTL on WinCairo
445 https://bugs.webkit.org/show_bug.cgi?id=154256
447 Reviewed by Michael Catanzaro.
449 * Source/cmake/OptionsWin.cmake:
450 Peavo updated icu and it works, so let's re-enable INTL on WinCairo to catch Windows build failures.
452 2016-02-12 Csaba Osztrogonác <ossy@webkit.org>
454 [EFL][GTK] Fix ENABLE(SVG_OTF_CONVERTER) build
455 https://bugs.webkit.org/show_bug.cgi?id=154165
457 Reviewed by Alex Christensen.
459 * Source/cmake/OptionsEfl.cmake:
460 * Source/cmake/OptionsGTK.cmake:
462 2016-02-11 Konstantin Tokarev <annulen@yandex.ru>
464 [cmake] Consolidate TextureMapper file and include dir lists.
465 https://bugs.webkit.org/show_bug.cgi?id=154106
467 Reviewed by Michael Catanzaro.
469 * Source/cmake/OptionsEfl.cmake: Expose USE_TEXTURE_MAPPER_GL to
471 * Source/cmake/OptionsWinCairo.cmake: Ditto.
473 2016-02-09 Csaba Osztrogonác <ossy@webkit.org>
475 [GTK][EFL] Fix several build configuration related to SamplingProfiler after r196245
476 https://bugs.webkit.org/show_bug.cgi?id=154033
478 Reviewed by Michael Catanzaro.
480 * Source/cmake/WebKitFeatures.cmake:
482 2016-02-09 Carlos Garcia Campos <cgarcia@igalia.com>
484 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.11.5 release.
486 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
488 2016-02-07 Yusuke Suzuki <utatane.tea@gmail.com>
490 [GTK][EFL] Enable SamplingProfiler
491 https://bugs.webkit.org/show_bug.cgi?id=153638
493 Reviewed by Michael Catanzaro.
495 Enable SamplingProfiler in GTK and EFL.
496 And added option to CMake to switch this from the build command.
498 * Source/cmake/OptionsEfl.cmake:
499 * Source/cmake/OptionsGTK.cmake:
500 * Source/cmake/WebKitFeatures.cmake:
502 2016-02-07 Konstantin Tokarev <annulen@yandex.ru>
504 [cmake] Move LLVM detection for LLVMDisassembler to OptionsCommon.cmake
505 https://bugs.webkit.org/show_bug.cgi?id=153961
507 Reviewed by Michael Catanzaro.
509 * Source/cmake/OptionsCommon.cmake:
510 * Source/cmake/OptionsEfl.cmake:
511 * Source/cmake/OptionsGTK.cmake:
513 2016-02-04 Csaba Osztrogonác <ossy@webkit.org>
515 Unreviewed non X86_64 buildfix after r196077.
517 * Source/cmake/OptionsEfl.cmake:
518 * Source/cmake/OptionsGTK.cmake:
520 2016-02-03 Michael Catanzaro <mcatanzaro@igalia.com>
522 [GTK][EFL] Switch FTL to B3
523 https://bugs.webkit.org/show_bug.cgi?id=153478
525 Reviewed by Csaba Osztrogonác.
527 * Source/cmake/OptionsEfl.cmake:
528 * Source/cmake/OptionsGTK.cmake:
530 2016-02-02 Joseph Pecoraro <pecoraro@apple.com>
532 Unreviewed attempt to fix Mac CMake build after r195999.
534 * Source/cmake/OptionsMac.cmake:
535 * Source/cmake/WebKitFeatures.cmake:
536 Add ENABLE_RESOURCE_USAGE to CMake builds.
538 2016-02-02 Alejandro G. Castro <alex@igalia.com>
540 [GTK][EFL] Upgrade OpenWebRTC dependency
541 https://bugs.webkit.org/show_bug.cgi?id=153489
543 Reviewed by Philippe Normand.
545 * Source/cmake/FindOpenWebRTC.cmake: Bump OpenWebRTC dependency,
546 required to make the mediastream work.
548 2016-02-01 Alex Christensen <achristensen@webkit.org>
550 [Win] WTFHeaderDetection.h no longer needed
551 https://bugs.webkit.org/show_bug.cgi?id=153753
552 rdar://problem/24434627
554 Reviewed by Darin Adler.
556 * Source/cmake/WebKitFS.cmake:
558 2016-01-31 Joonghun Park <jh718.park@samsung.com>
560 [EFL] All API tests are broken on 15.10
561 https://bugs.webkit.org/show_bug.cgi?id=153528
563 Reviewed by Gyuyoung Kim.
565 * CMakeLists.txt: Having include(WebKitCommon) statement follow
566 CMAKE_FOO_OUTPUT_DIRECTORY otherwise all the API tests gets blocked.
568 2016-01-30 Yusuke Suzuki <utatane.tea@gmail.com>
570 Enable SamplingProfiler on POSIX environment
571 https://bugs.webkit.org/show_bug.cgi?id=153584
573 Reviewed by Michael Saboff.
575 Add features.h header check. It will define __GLIBC__.
577 * Source/cmake/OptionsCommon.cmake:
579 2016-01-27 Alexey Proskuryakov <ap@apple.com>
581 Remove ENABLE_CURRENTSRC
582 https://bugs.webkit.org/show_bug.cgi?id=153545
584 Reviewed by Simon Fraser.
586 * Source/cmake/OptionsEfl.cmake:
587 * Source/cmake/OptionsGTK.cmake:
588 * Source/cmake/OptionsMac.cmake:
589 * Source/cmake/OptionsWin.cmake:
590 * Source/cmake/WebKitFeatures.cmake:
591 * Source/cmake/tools/vsprops/FeatureDefines.props:
592 * Source/cmake/tools/vsprops/FeatureDefinesCairo.props:
594 2016-01-25 Alex Christensen <achristensen@webkit.org>
596 Fix internal Windows build
597 https://bugs.webkit.org/show_bug.cgi?id=153469
599 Reviewed by Brent Fulgham.
601 * Source/cmake/WebKitMacros.cmake:
602 Pass the GPERF_EXECUTABLE that we found to make-hash-tools.pl.
604 2016-01-23 Aaron Chu <arona.chu@gmail.com>
606 Web Inspector: AXI: node-link-list should be collapsible
607 https://bugs.webkit.org/show_bug.cgi?id=130911
609 Added a manual test to test the node list in the Accessibility Inspector
611 Reviewed by Timothy Hatcher.
613 * ManualTests/accessibility/collapsible-node-link-list.html: Added.
615 2016-01-22 Alex Christensen <achristensen@webkit.org>
617 Fix internal Windows build
618 https://bugs.webkit.org/show_bug.cgi?id=153385
619 rdar://problem/24310408
621 Reviewed by Brian Weinstein.
623 * Source/cmake/WinTools.make:
624 * Source/cmake/tools/vsprops: Copied from WebKitLibraries/win/tools/vsprops.
625 These property sheets are needed for some projects that are not in this repository
626 and don't use CMake in the official build. We want to leave them unchanged for now.
628 2016-01-22 Alex Christensen <achristensen@webkit.org>
630 Only set CMake output directories if they aren't already set
631 https://bugs.webkit.org/show_bug.cgi?id=153373
633 Reviewed by Michael Catanzaro.
636 r195242 caused Windows builds to copy files to bin instead of bin64.
637 CMAKE_RUNTIME_OUTPUT_DIRECTORY is being set in OptionsWin.cmake, and this was now resetting it.
638 This also makes it so you can set these variables by command line.
640 2016-01-20 Carlos Garcia Campos <cgarcia@igalia.com>
642 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.11.4 release.
644 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
646 2016-01-18 Michael Catanzaro <mcatanzaro@igalia.com>
648 [CMake] Duplicate attempts to find software during cmake stage
649 https://bugs.webkit.org/show_bug.cgi?id=153211
651 Reviewed by Martin Robinson.
653 * CMakeLists.txt: Remove duplication of commands in WebKitCommon.cmake.
654 * Source/cmake/WebKitCommon.cmake: Guard the entire file so it runs only once.
656 2016-01-17 Michael Catanzaro <mcatanzaro@igalia.com>
658 [CMake] Do not build bmalloc when USE_SYSTEM_MALLOC is ON
659 https://bugs.webkit.org/show_bug.cgi?id=153190
661 Reviewed by Csaba Osztrogonác.
663 Build bmalloc when NOT USE_SYSTEM_MALLOC rather than when NOT WIN32.
665 * Source/CMakeLists.txt:
666 * Source/cmake/OptionsWin.cmake:
668 2016-01-16 Jeremy Huddleston Sequoia <jeremyhu@apple.com>
670 [GTK] Use -Wl,-all_load on darwin to include contents of all static archives
672 https://bugs.webkit.org/show_bug.cgi?id=153117
674 Reviewed by Michael Catanzaro.
676 * Source/cmake/OptionsGTK.cmake:
678 2016-01-13 Carlos Garcia Campos <cgarcia@igalia.com>
680 [CMake] Do not use LLVM static libraries for FTL JIT
681 https://bugs.webkit.org/show_bug.cgi?id=151559
683 Reviewed by Michael Catanzaro.
685 Also export LLVM_LIBRARIES variable that can be used to prefer
686 linking to the llvm dynamic libraries.
688 * Source/cmake/FindLLVM.cmake:
690 2016-01-13 Michael Catanzaro <mcatanzaro@igalia.com>
692 [GTK] Add comments above options declarations in OptionsGTK.cmake
693 https://bugs.webkit.org/show_bug.cgi?id=153074
695 Reviewed by Martin Robinson.
697 * Source/cmake/OptionsGTK.cmake:
699 2016-01-12 Carlos Garcia Campos <cgarcia@igalia.com>
701 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.11.3 release.
703 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
705 2016-01-12 Ryosuke Niwa <rniwa@webkit.org>
707 Add a build flag for custom element
708 https://bugs.webkit.org/show_bug.cgi?id=153005
710 Reviewed by Alex Christensen.
712 * Source/cmake/OptionsEfl.cmake:
713 * Source/cmake/OptionsWin.cmake:
714 * Source/cmake/WebKitFeatures.cmake:
716 2016-01-08 Alex Christensen <achristensen@webkit.org>
718 Fix internal Windows build
719 https://bugs.webkit.org/show_bug.cgi?id=152937
721 Reviewed by Brent Fulgham.
723 * Source/cmake/WebKitCommon.cmake:
724 Try looking in the default cygwin installation directory for executables like bison, flex, gperf, and ruby.
725 This is needed on Windows builds that are not driven by cygwin, but need to use the cygwin installations of these tools.
726 This is the effective equivalent of this line in WebKitLibraries/win/tools/vsprops/common.props in the old build system:
727 set PATH=%SystemDrive%\cygwin\bin;%PATH%
729 2016-01-06 Gyuyoung Kim <gyuyoung.kim@webkit.org>
731 [EFL] Set WebKit2 process output name
732 https://bugs.webkit.org/show_bug.cgi?id=152773
734 Reviewed by Benjamin Poulain.
736 If we add *WebKit* prefix to each WK2 process, it is more clear when checking what process is running.
737 So this patch sets wk2 process output name.
739 * Source/cmake/OptionsEfl.cmake:
741 2016-01-05 Zan Dobersek <zdobersek@igalia.com>
743 [CMake] Remove USE_UDIS86 variable
744 https://bugs.webkit.org/show_bug.cgi?id=152731
746 Reviewed by Gyuyoung Kim.
748 Remove the USE_UDIS86 variable in CMake files. The specific build guard
749 is now enabled by default in Source/WTF/wtf/Platform.h, so the handling
750 in CMake isn't required anymore. The Udis86-specific files have to be
751 built unconditionally now, though.
753 * Source/cmake/OptionsEfl.cmake:
754 * Source/cmake/OptionsGTK.cmake:
755 * Source/cmake/OptionsMac.cmake:
757 2016-01-04 Alex Christensen <achristensen@webkit.org>
759 Fix Mac CMake build after r194454.
761 * Source/cmake/OptionsMac.cmake:
762 _macosx, _iphoneos, and _iphonesimulator are used in FeatureDefines.xcconfig but won't be used in CMake.
763 If we actually switch to CMake, we will need to verify that all the feature enabling is equivalent, and it isn't right now.
765 2015-12-31 Michael Catanzaro <mcatanzaro@igalia.com>
767 [GTK][CMake] Do not override default values of build options with the default value
768 https://bugs.webkit.org/show_bug.cgi?id=152615
770 Reviewed by Martin Robinson.
772 Override the default value of build options only when the default value for the GTK+ port
773 is actually different than the default value in WebKitFeatures.cmake. This way we don't
774 accidentally override changes to default values in WebKitFeatures.cmake. We should use the
775 values in WebKitFeatures.cmake except when we make an active choice to do otherwise.
777 * Source/cmake/OptionsGTK.cmake:
779 2015-12-31 Michael Catanzaro <mcatanzaro@igalia.com>
781 [CMake] Add error checking to WEBKIT_OPTION_DEFAULT_PORT_VALUE et. al.
782 https://bugs.webkit.org/show_bug.cgi?id=144069
784 Reviewed by Martin Robinson.
786 * Source/cmake/OptionsWin.cmake:
787 Do not set options that no longer exist.
788 * Source/cmake/WebKitFeatures.cmake:
789 Add error checking to ensure that option names passed to WEBKIT_OPTION_DEFAULT_PORT_VALUE,
790 WEBKIT_OPTION_CONFLICT, and WEBKIT_OPTION_DEPEND are actually valid options that have been
791 previously-defined. Also, add ENABLE_SVG_OTF_CONVERTER build option, defaulted to off since
792 no CMake port was using it.
794 2015-12-31 Michael Catanzaro <mcatanzaro@igalia.com>
796 [CMake] Add error checking to catch option manipulation after WEBKIT_OPTION_END
797 https://bugs.webkit.org/show_bug.cgi?id=152611
799 Reviewed by Martin Robinson.
801 If WEBKIT_OPTION_DEFINE is called after WEBKIT_OPTION_END, the option never makes its way
802 into FEATURE_DEFINES and so will be inconsistently set (available to most of the build, but
803 not to the DOM bindings generator, for example).
805 If WEBKIT_OPTION_DEFAULT_PORT_VALUE, WEBKIT_OPTION_CONFLICT, or WEBKIT_OPTION_DEPEND are
806 called after WEBKIT_OPTION_END, they don't do anything.
808 Add error checking to catch these bugs.
810 * Source/cmake/WebKitFeatures.cmake:
812 2015-12-30 Philippe Normand <pnormand@igalia.com>
814 [GTK][Mac] Disable gtk-doc
815 https://bugs.webkit.org/show_bug.cgi?id=150798
817 Reviewed by Michael Catanzaro.
819 * Source/PlatformGTK.cmake: gtkdoc-scangobj fails due to a clang
820 link error on Mac, so for now disable gtk-doc support on that
822 * Source/cmake/OptionsGTK.cmake: Ditto.
824 2015-12-23 Andy VanWagoner <andy@instructure.com>
826 [INTL] Implement Intl.DateTimeFormat.prototype.resolvedOptions ()
827 https://bugs.webkit.org/show_bug.cgi?id=147603
829 Reviewed by Benjamin Poulain.
831 * Source/cmake/OptionsWin.cmake: Disable INTL on Windows for now
833 2015-12-16 Youenn Fablet <youenn.fablet@crf.canon.fr>
835 [Fetch API] Add fetch API compile time flag
836 https://bugs.webkit.org/show_bug.cgi?id=152254
838 Reviewed by Darin Adler.
840 * Source/cmake/OptionsWin.cmake:
841 * Source/cmake/WebKitFeatures.cmake:
843 2015-12-10 Brent Fulgham <bfulgham@apple.com>
845 [Win] Support building under Cygwin or native Perl
846 https://bugs.webkit.org/show_bug.cgi?id=152145
847 <rdar://problem/23839868>
849 Reviewed by David Kilzer.
851 * Source/cmake/tools/scripts/auto-version.pl: Correct handling of mixed DOS filenames when used in a
855 2015-12-09 Daniel Bates <dabates@apple.com>
857 [iOS] Suspend and resume device motion and device orientation updates when page is hidden and visible, respectively
858 https://bugs.webkit.org/show_bug.cgi?id=151840
859 <rdar://problem/23753931>
861 Reviewed by Simon Fraser.
863 Add a manual test that can be used to verify that we suspend dispatching device motion and
864 device orientation events when the page is hidden.
866 * ManualTests/ios/resources/suspend-orientation-and-motion-events-when-page-becomes-hidden.js: Added.
869 (handleVisibilityChange):
870 * ManualTests/ios/suspend-orientation-and-motion-events-when-page-becomes-hidden.html: Added.
872 2015-12-07 Alex Christensen <achristensen@webkit.org>
874 Fix internal Windows build
875 https://bugs.webkit.org/show_bug.cgi?id=151950
877 Reviewed by Brent Fulgham.
879 * Source/cmake/tools/scripts/auto-version.pl:
881 2015-12-01 Yusuke Suzuki <utatane.tea@gmail.com>
883 [ES6] Implement LLInt/Baseline Support for ES6 Generators and enable this feature
884 https://bugs.webkit.org/show_bug.cgi?id=150792
886 Reviewed by Saam Barati.
888 * Source/cmake/OptionsWin.cmake:
889 * Source/cmake/WebKitFeatures.cmake:
891 2015-12-01 Commit Queue <commit-queue@webkit.org>
893 Unreviewed, rolling out r192914.
894 https://bugs.webkit.org/show_bug.cgi?id=151734
896 JSC tests for this change are failing on 32 and 64-bit bots
897 (Requested by ryanhaddad on #webkit).
901 "[ES6] Implement LLInt/Baseline Support for ES6 Generators and
903 https://bugs.webkit.org/show_bug.cgi?id=150792
904 http://trac.webkit.org/changeset/192914
906 2015-12-01 Yusuke Suzuki <utatane.tea@gmail.com>
908 [ES6] Implement LLInt/Baseline Support for ES6 Generators and enable this feature
909 https://bugs.webkit.org/show_bug.cgi?id=150792
911 Reviewed by Saam Barati.
913 * Source/cmake/OptionsWin.cmake:
914 * Source/cmake/WebKitFeatures.cmake:
916 2015-11-23 Carlos Garcia Campos <cgarcia@igalia.com>
918 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.11.2 release.
920 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
922 2015-11-20 Alex Christensen <achristensen@webkit.org>
924 Remove NETWORK_PROCESS compile flag
925 https://bugs.webkit.org/show_bug.cgi?id=151512
927 Reviewed by Tim Horton.
929 * Source/cmake/OptionsEfl.cmake:
930 * Source/cmake/OptionsGTK.cmake:
931 * Source/cmake/OptionsMac.cmake:
932 * Source/cmake/WebKitFeatures.cmake:
934 2015-11-20 Csaba Osztrogonác <ossy@webkit.org>
936 [EFL] Enable FTL JIT by default on X86_64
937 https://bugs.webkit.org/show_bug.cgi?id=143822
939 Reviewed by Carlos Garcia Campos.
941 * Source/cmake/OptionsEfl.cmake:
943 2015-11-19 Commit Queue <commit-queue@webkit.org>
945 Unreviewed, rolling out r192667 and r192668.
946 https://bugs.webkit.org/show_bug.cgi?id=151476
948 broke api tests (Requested by alexchristensen on #webkit).
952 "Remove the non-NetworkProcess configurations"
953 https://bugs.webkit.org/show_bug.cgi?id=151418
954 http://trac.webkit.org/changeset/192667
956 "Fix GTK Build after r192667."
957 http://trac.webkit.org/changeset/192668
959 2015-11-19 Alex Christensen <achristensen@webkit.org>
961 Remove the non-NetworkProcess configurations
962 https://bugs.webkit.org/show_bug.cgi?id=151418
964 Reviewed by Geoffrey Garen.
966 * Source/cmake/OptionsEfl.cmake:
967 * Source/cmake/OptionsGTK.cmake:
968 * Source/cmake/OptionsMac.cmake:
969 * Source/cmake/WebKitFeatures.cmake:
971 2015-11-17 Carlos Garcia Campos <cgarcia@igalia.com>
973 REGRESSION(r192459): [GTK] User agent string is broken after r192459
974 https://bugs.webkit.org/show_bug.cgi?id=151347
976 Reviewed by Žan Doberšek.
978 Pass UA version numbers as strings to the build.
980 * Source/cmake/OptionsGTK.cmake:
982 2015-11-16 Alex Christensen <achristensen@webkit.org>
984 Fix CMake build and make PluginProcess executable
985 https://bugs.webkit.org/show_bug.cgi?id=151332
987 Reviewed by Tim Horton.
989 * Source/cmake/OptionsMac.cmake:
991 2015-11-16 Carlos Garcia Campos <cgarcia@igalia.com>
993 [GTK] Use FTL by default when LLVM 3.7 is available
994 https://bugs.webkit.org/show_bug.cgi?id=142128
996 Reviewed by Csaba Osztrogonác.
998 Enable FTL by default when architecture is X86_64. It requires
999 LLVM 3.7, but can be disabled manually as a cmake configure
1002 * Source/cmake/FindLLVM.cmake: In debian llvm-config is only
1003 available if the metapackage is installed and it points to
1004 llvm-config-3.5. So, here we check first if the llvm-config is
1005 from a recent enough version, and if not we check several
1006 llvm-config-<version> programs, so this should work on any distro.
1007 * Source/cmake/OptionsGTK.cmake: Enable FTL by default when
1008 target architecture is X86_64, and check the LLVM is at least
1009 3.7. The option is now public, since we want people to be able to
1010 disable it manually.
1012 2015-11-11 Anders Carlsson <andersca@apple.com>
1014 Enable cross-platform context menus by default
1015 https://bugs.webkit.org/show_bug.cgi?id=151173
1017 Reviewed by Tim Horton.
1019 * Source/cmake/OptionsEfl.cmake:
1021 2015-11-12 Csaba Osztrogonác <ossy@webkit.org>
1023 Remove ENABLE(SATURATED_LAYOUT_ARITHMETIC) guards
1024 https://bugs.webkit.org/show_bug.cgi?id=150972
1026 Reviewed by Darin Adler.
1028 * Source/cmake/OptionsMac.cmake:
1029 * Source/cmake/WebKitFeatures.cmake:
1031 2015-11-11 Philippe Normand <pnormand@igalia.com>
1033 [GTK][Mac] don't install .frameworks
1034 https://bugs.webkit.org/show_bug.cgi?id=151136
1036 Reviewed by Alex Christensen.
1038 * Source/cmake/WebKitMacros.cmake: Don't install framework files when building the GTK port on Mac.
1040 2015-11-10 Pranjal Jumde <pjumde@apple.com>
1042 Fixed crash loading Mozilla layout test editor/libeditor/crashtests/431086-1.xhtml.
1043 https://bugs.webkit.org/show_bug.cgi?id=150252
1044 <rdar://problem/23149470>
1046 Reviewed by Brent Fulgham.
1049 * Source/WebCore/editing/ios/EditorIOS.mm
1050 * Source/WebCore/editing/mac/EditorMac.mm
1051 In Editor::fontForSelection moved the node removal code, so that the
1052 node is only removed if style is not NULL.
1053 * Source/WebCore/editing/cocoa/EditorCocoa.mm
1054 In Editor::styleForSelectionStart checking if the parentNode can
1055 accept the styleElement node.
1056 * LayoutTests/editing/execCommand/150252.xhtml
1057 * LayoutTests/editing/execCommand/150252_minimal.xhtml
1058 * LayoutTests/editing/execCommand/150252-expected.txt
1059 * LayoutTests/editing/execCommand/150252_minimal-expected.txt
1061 2015-11-09 Pranjal Jumde <pjumde@apple.com>
1063 Fixed crash loading Mozilla layout test editor/libeditor/crashtests/431086-1.xhtml.
1064 https://bugs.webkit.org/show_bug.cgi?id=150252
1065 <rdar://problem/23149470>
1067 Reviewed by Brent Fulgham.
1069 * Source/WebCore/editing/ios/EditorIOS.mm
1070 * Source/WebCore/editing/mac/EditorMac.mm
1071 In Editor::fontForSelection moved the node removal code, so that the
1072 node is only removed if style is not NULL.
1073 * LayoutTests/editing/execCommand/150252.xhtml
1074 * LayoutTests/editing/execCommand/150252_minimal.xhtml
1075 * LayoutTests/editing/execCommand/150252-expected.txt
1076 * LayoutTests/editing/execCommand/150252_minimal-expected.txt
1078 2015-11-06 Daniel Bates <dabates@apple.com>
1080 Teach Makefile to build LayoutTestRelay when building for iOS Simulator
1081 https://bugs.webkit.org/show_bug.cgi?id=150849
1083 Reviewed by Alexey Proskuryakov.
1085 Add support for overriding the user-provided arguments SDKROOT and ARCHS
1086 on a per Makefile basis.
1090 2015-11-06 Philippe Normand <pnormand@igalia.com>
1092 Unreviewed, GTK build fix after r192095.
1094 * Source/cmake/FindGTK3.cmake:
1096 2015-11-06 Philip Chimento <philip.chimento@gmail.com> and Michael Catanzaro <mcatanzaro@igalia.com>
1098 [GTK] Re-enable Quartz backend on cmake build system
1099 https://bugs.webkit.org/show_bug.cgi?id=144561
1101 Reviewed by Philippe Normand.
1103 * Source/cmake/FindGTK3.cmake: Set GTK3_SUPPORTS_QUARTZ based on
1104 the presence of of gtk+-quartz-3.0 module.
1105 * Source/cmake/OptionsGTK.cmake: Reintroduce the
1106 ENABLE_QUARTZ_TARGET option to the CMake build, for building the
1107 GTK+ Quartz backend on OS X.
1109 2015-11-05 Nikos Andronikos <nikos.andronikos-webkit@cisra.canon.com.au>
1111 Add runtime and compile time flags for enabling Web Animations API and model.
1112 https://bugs.webkit.org/show_bug.cgi?id=150914
1114 Reviewed by Benjamin Poulain.
1116 Add ENABLE_WEB_ANIMATIONS compile time flag, runtime flag webAnimationsEnabled and Expose WK2 preference for runtime flag.
1118 * Source/cmake/OptionsWin.cmake:
1119 * Source/cmake/WebKitFeatures.cmake:
1121 2015-11-03 Brent Fulgham <bfulgham@apple.com>
1123 [Win] CMake build update.
1125 Rubberstamped by Tim Horton.
1127 * Source/PlatformWin.cmake: Add internal tool to build
1128 rules for internal use.
1130 2015-11-03 Carlos Garcia Campos <cgarcia@igalia.com>
1132 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.11.1 release.
1134 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1136 2015-11-02 Philippe Normand <pnormand@igalia.com>
1138 [Mac][GTK] Disable Ninja response file support
1139 https://bugs.webkit.org/show_bug.cgi?id=150801
1141 Reviewed by Alex Christensen.
1143 * Source/cmake/OptionsCommon.cmake: The OSX toolchain doesn't
1144 support response files, so instruct Ninja to not generate those.
1146 2015-11-02 Csaba Osztrogonác <ossy@webkit.org>
1148 Fix the FTL JIT build with system LLVM on Linux
1149 https://bugs.webkit.org/show_bug.cgi?id=150795
1151 Reviewed by Filip Pizlo.
1153 * Source/cmake/FindLLVM.cmake:
1155 2015-11-02 Carlos Garcia Campos <cgarcia@igalia.com>
1157 Unreviewed. Bump GTK+ versions numbers.
1159 * Source/cmake/OptionsGTK.cmake:
1161 2015-11-01 Yusuke Suzuki <utatane.tea@gmail.com>
1163 [ES6] Support Generator Syntax
1164 https://bugs.webkit.org/show_bug.cgi?id=150769
1166 Reviewed by Geoffrey Garen.
1168 Added ENABLE_ES6_GENERATORS flag.
1170 * Source/cmake/OptionsWin.cmake:
1171 * Source/cmake/WebKitFeatures.cmake:
1173 2015-10-30 Gyuyoung Kim <gyuyoung.kim@webkit.org>
1175 [EFL] Add Shadow DOM feature
1176 https://bugs.webkit.org/show_bug.cgi?id=150611
1178 Reviewed by Csaba Osztrogonác.
1180 * Source/cmake/OptionsEfl.cmake:
1181 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_SHADOW_DOM cmake variable.
1183 2015-10-29 Alex Christensen <achristensen@webkit.org>
1186 https://bugs.webkit.org/show_bug.cgi?id=150686
1188 Reviewed by Filip Pizlo.
1190 * Source/cmake/WebKitMacros.cmake:
1192 2015-10-28 Alex Christensen <achristensen@webkit.org>
1194 Compile and link with CMake on Mac
1195 https://bugs.webkit.org/show_bug.cgi?id=150632
1197 Reviewed by Tim Horton.
1199 * Source/cmake/OptionsMac.cmake:
1201 2015-10-26 Dana Burkart <dburkart@apple.com>
1203 `make analyze` should build using the debug configuration
1204 https://bugs.webkit.org/show_bug.cgi?id=150571
1206 Reviewed by Lucas Forschler.
1210 2015-10-26 Philippe Normand <pnormand@igalia.com>
1212 Unreviewed, rolling out r191576.
1214 broke the http/tests/media tests
1218 "[GStreamer] Bump internal jhbuild versions to 1.6.0"
1219 https://bugs.webkit.org/show_bug.cgi?id=149594
1220 http://trac.webkit.org/changeset/191576
1222 2015-10-26 ChangSeok Oh <changseok.oh@collabora.com>
1224 [GStreamer] Bump internal jhbuild versions to 1.6.0
1225 https://bugs.webkit.org/show_bug.cgi?id=149594
1227 Reviewed by Philippe Normand.
1229 Bump up the minimum reqirement version of gstreamer-gl to 1.6.0.
1231 * Source/cmake/FindGStreamer.cmake:
1233 2015-10-22 Philippe Normand <pnormand@igalia.com>
1235 [GTK][Mac] ICU-related build fixes
1236 https://bugs.webkit.org/show_bug.cgi?id=150032
1238 Rubber-stamped by Darin Adler.
1240 * Source/cmake/FindICU.cmake: Use pkg-config to hint at icu-i18n's library location.
1242 2015-10-20 Yoav Weiss <yoav@yoav.ws>
1244 Rename the PICTURE_SIZES flag to CURRENTSRC
1245 https://bugs.webkit.org/show_bug.cgi?id=150275
1247 Reviewed by Dean Jackson.
1249 * Source/cmake/OptionsEfl.cmake:
1250 * Source/cmake/OptionsGTK.cmake:
1251 * Source/cmake/OptionsMac.cmake:
1252 * Source/cmake/OptionsWin.cmake:
1253 * Source/cmake/WebKitFeatures.cmake:
1255 2015-10-14 Tomas Popela <tpopela@redhat.com>
1257 [GTK][EFL] Fix build with cmake 3.4
1258 https://bugs.webkit.org/show_bug.cgi?id=150117
1260 Explicitely include the CheckIncludeFiles module before using
1261 the CHECK_INCLUDE_FILES command.
1263 Reviewed by Žan Doberšek.
1265 * Source/cmake/FindOpenGL.cmake:
1266 * Source/cmake/FindWebP.cmake:
1267 * Source/cmake/OptionsEfl.cmake:
1269 2015-10-13 Dean Jackson <dino@apple.com>
1271 Device motion and orientation should only be visible from the main frame's security origin
1272 https://bugs.webkit.org/show_bug.cgi?id=150072
1273 <rdar://problem/23082036>
1275 Reviewed by Brent Fulgham.
1277 Add a manual test for cross-origin device orientation events, while
1278 we're waiting on the mock client to be supported everywhere.
1280 * ManualTests/deviceorientation-child-frame.html: Added.
1281 * ManualTests/deviceorientation-main-frame-only.html: Added.
1283 2015-10-12 Philip Chimento <philip.chimento@gmail.com>
1285 [GTK] OSX linker doesn't understand --whole-archive
1286 https://bugs.webkit.org/show_bug.cgi?id=144557
1288 Reviewed by Martin Robinson.
1290 * Source/cmake/OptionsGTK.cmake: Turn the macro
1291 ADD_WHOLE_ARCHIVE_TO_LIBRARIES into a no-op on Darwin systems,
1292 because XCode's linker doesn't have the --whole-archive option.
1294 2015-10-12 Philip Chimento <philip.chimento@gmail.com>
1296 [GTK] Use --version-script only on Linux
1297 https://bugs.webkit.org/show_bug.cgi?id=144555
1299 Reviewed by Philippe Normand.
1301 * Source/cmake/OptionsGTK.cmake: Don't add --version-script
1302 option on Darwin (whose linker doesn't support it.)
1304 2015-10-09 Gyuyoung Kim <gyuyoung.kim@webkit.org>
1306 [CMake] Remove ENABLE_SUBPIXEL_LAYOUT macro
1307 https://bugs.webkit.org/show_bug.cgi?id=149947
1309 Reviewed by Csaba Osztrogonác.
1311 ENABLE(SUBPIXEL_LAYOUT) was removed though, it is still alive in .cmake.
1314 * Source/cmake/OptionsMac.cmake:
1315 * Source/cmake/OptionsWin.cmake:
1316 * Source/cmake/WebKitFeatures.cmake:
1318 2015-10-06 Emanuele Aina <emanuele.aina@collabora.com>
1320 Fix ENABLE_OPENGL=OFF builds
1321 https://bugs.webkit.org/show_bug.cgi?id=146511
1323 Reviewed by Darin Adler.
1325 * Source/cmake/OptionsGTK.cmake: Make ENABLE_WAYLAND_TARGET depend on
1326 ENABLE_OPENGL due to EGL usage.
1328 2015-10-01 Wenson Hsieh <wenson_hsieh@apple.com>
1330 Convert focused-input-should-assist-on-touch.html into an automated test
1331 https://bugs.webkit.org/show_bug.cgi?id=149724
1333 Reviewed by Simon Fraser.
1335 Remove a manual test that can now be rewritten as an automated test.
1337 * ManualTests/ios/focused-input-should-assist-on-touch.html: Removed.
1339 2015-10-01 Brent Fulgham <bfulgham@apple.com>
1341 [Win] Unreviewed CMake build fix.
1343 * Source/cmake/OptionsWin.cmake: Clean up options setttings,
1344 and make sure exception handling is turned off.
1346 2015-09-30 Brent Fulgham <bfulgham@apple.com>
1348 [Win] Unreviewed build fix after CMake conversion.
1350 * Source/cmake/OptionsWin.cmake: Correct some Windows build flags.
1352 2015-09-29 Michael Catanzaro <mcatanzaro@igalia.com>
1354 [GTK][CMake] Warning about CMP0058
1355 https://bugs.webkit.org/show_bug.cgi?id=149627
1357 Reviewed by Martin Robinson.
1359 Opt-in to the new behavior for CMP0058.
1363 2015-09-28 Brent Fulgham <bfulgham@apple.com>
1365 [Win] Unreviewed build fix for internal systems.
1367 * Source/cmake/OptionsWin.cmake: Preferentially use the build target
1368 location for include and link libraries, rather than the system locations.
1370 2015-09-28 Alex Christensen <achristensen@webkit.org>
1372 Build WK1 with CMake on Mac
1373 https://bugs.webkit.org/show_bug.cgi?id=149604
1375 Reviewed by Chris Dumez.
1377 * Source/cmake/OptionsMac.cmake:
1378 * Source/cmake/WebKitMacros.cmake:
1379 ObjC bindings now have their own list of IDL files, but some of them still don't generate a .mm file.
1381 2015-09-25 Alex Christensen <achristensen@webkit.org>
1383 Clean up CMake build on Mac
1384 https://bugs.webkit.org/show_bug.cgi?id=149573
1386 Reviewed by Chris Dumez.
1388 * Source/cmake/OptionsMac.cmake:
1390 2015-09-25 Alex Christensen <achristensen@webkit.org>
1392 [Win] Switch to CMake
1393 https://bugs.webkit.org/show_bug.cgi?id=148111
1395 Reviewed by Brent Fulgham.
1397 * Source/cmake/WinTools.make: Added.
1398 * Source/cmake/tools: Added.
1399 * Source/cmake/tools/scripts: Copied from WebKitLibraries/win/tools/scripts.
1400 * Source/cmake/tools/scripts/auto-version.pl: Copied from WebKitLibraries/win/tools/scripts/auto-version.pl.
1402 2015-09-25 Alex Christensen <achristensen@webkit.org>
1404 Prepare internal AppleWin build for CMake
1405 https://bugs.webkit.org/show_bug.cgi?id=149570
1407 Reviewed by Brent Fulgham.
1409 * Source/PlatformWin.cmake:
1410 Include internal CMake files if they exist.
1412 2015-09-22 Gyuyoung Kim <gyuyoung.kim@webkit.org>
1414 Add a file of pointer-lock to cmake ports
1415 https://bugs.webkit.org/show_bug.cgi?id=149453
1417 Reviewed by Csaba Osztrogonác.
1419 * Source/cmake/OptionsEfl.cmake: Add a ENABLE_POINTER_LOCK.
1421 2015-09-22 Carlos Alberto Lopez Perez <clopez@igalia.com>
1423 [CMake] Allow to enable OpenMP support.
1424 https://bugs.webkit.org/show_bug.cgi?id=149457
1426 Reviewed by Csaba Osztrogonác.
1428 * Source/cmake/OptionsCommon.cmake: Add the option USE_OPENMP that
1429 will enable the support for OpenMP. Currently this is only used as
1430 an alternative implementation to native threads for the parallelization
1431 of the SVG filters. But name the option with a generic name (USE_OPENMP)
1432 as it could be also used to enable future features that depend on OpenMP.
1434 2015-09-22 Ryuan Choi <ryuan.choi@navercorp.com>
1436 [EFL] Build break when DEVELOPER_MODE is OFF
1437 https://bugs.webkit.org/show_bug.cgi?id=149448
1439 Reviewed by Gyuyoung Kim.
1441 Since r187191, DatabaseProcessMainUnix is missing in symbol filter.
1443 * Source/cmake/eflsymbols.filter:
1445 2015-09-21 Alex Christensen <achristensen@webkit.org>
1447 Disable PICTURE_SIZES in Windows CMake build like r189745.
1448 https://bugs.webkit.org/show_bug.cgi?id=149125
1450 * Source/cmake/OptionsWin.cmake:
1451 Do the same thing as r189745.
1453 2015-09-20 Youenn Fablet <youenn.fablet@crf.canon.fr>
1455 Removing XHR_TIMEOUT guard
1457 Remove XHR_TIMEOUT compilation guard
1458 https://bugs.webkit.org/show_bug.cgi?id=149260
1460 Reviewed by Benjamin Poulain.
1462 * Source/cmake/OptionsEfl.cmake:
1463 * Source/cmake/OptionsGTK.cmake:
1464 * Source/cmake/OptionsMac.cmake:
1465 * Source/cmake/OptionsWin.cmake:
1466 * Source/cmake/WebKitFeatures.cmake:
1468 2015-09-18 Alex Christensen <achristensen@webkit.org>
1470 Fix tests on Windows after switching to CMake.
1471 https://bugs.webkit.org/show_bug.cgi?id=149339
1473 Reviewed by Brent Fulgham.
1475 * Source/PlatformWin.cmake: Added to copy WebInspectorUI.
1477 2015-09-17 Alex Christensen <achristensen@webkit.org>
1479 Fix Windows EWS build after r189934.
1481 * Source/cmake/OptionsWin.cmake:
1482 Use WEBKIT_LIBRARIES environment variable if it exists.
1483 We have the WebKitLibraries directory separate from the repository copy on the EWS bots.
1485 2015-09-15 Ryosuke Niwa <rniwa@webkit.org>
1487 Add ShadowRoot interface and Element.prototype.attachShadow
1488 https://bugs.webkit.org/show_bug.cgi?id=149187
1490 Reviewed by Antti Koivisto.
1492 * Source/cmake/OptionsGTK.cmake:
1494 2015-09-15 Csaba Osztrogonác <ossy@webkit.org>
1496 [cmake] Enable debug fission only if it is supported
1497 https://bugs.webkit.org/show_bug.cgi?id=149161
1499 Reviewed by Martin Robinson.
1501 * Source/cmake/OptionsCommon.cmake:
1503 2015-09-14 Alex Christensen <achristensen@webkit.org>
1505 Progress towards CMake on Mac.
1506 https://bugs.webkit.org/show_bug.cgi?id=149123
1508 Reviewed by Chris Dumez.
1510 * Source/cmake/OptionsMac.cmake:
1511 * Source/cmake/WebKitFeatures.cmake:
1512 Defined and enabled some more features needed on Mac.
1513 * Source/cmake/WebKitMacros.cmake:
1514 Objective C bindings need special changes when generating:
1515 Some of the bindings do not generate a .mm file but the header is needed.
1516 Some of the bindings do generate a .mm file that doesn't compile but the header is needed.
1517 In order to handle these cases, it is necessary to change the GENERATE_BINDINGS macro just for ObjC.
1519 2015-09-08 Daniel Bates <dabates@apple.com>
1521 Convert manual test added in http://trac.webkit.org/changeset/70321 to an automated test
1522 https://bugs.webkit.org/show_bug.cgi?id=74729
1523 <rdar://problem/22550195>
1525 Reviewed by Jon Honeycutt.
1527 * ManualTests/compositing/resources/composited-subframe.html: Removed.
1528 * ManualTests/compositing/show-composited-iframe-on-back-button.html: Removed.
1530 2015-09-06 Andy Estes <aestes@apple.com>
1532 WebKit.xcworkspace should be be able to build iOS platforms
1533 https://bugs.webkit.org/show_bug.cgi?id=148881
1535 Reviewed by Daniel Bates.
1537 Since we don't want to create platform-specific schemes, all projects in the workspace's schemes need to build
1538 for all supported platforms.
1540 * WebKit.xcworkspace/xcshareddata/xcschemes/All Tools.xcscheme: Removed the DumpRenderTree target since its All
1541 target was already included. Removed the WebKitTestRunner target and replaced it with its All target.
1543 2015-09-04 Jon Honeycutt <jhoneycutt@apple.com>
1545 [iOS] Need a test for bug #145539: Uploading an animated GIF from the
1546 photo library uploads a JPEG
1547 https://bugs.webkit.org/show_bug.cgi?id=148849
1549 Reviewed by Daniel Bates.
1551 * ManualTests/ios/image-file-uploads-as-original-type.html: Added.
1552 On the Mac, file upload tests use EventSender::beginDragWithFiles. This
1553 functionality doesn't exist on iOS, so we'll add a manual test.
1554 This tests that the first few bytes of the selected file are "GIF".
1556 2015-09-04 Carlos Alberto Lopez Perez <clopez@igalia.com>
1558 Follow-up patch for r189343.
1559 https://bugs.webkit.org/show_bug.cgi?id=148795
1561 Rubber-stamped by Csaba Osztrogonác.
1563 * Source/cmake/WebKitCommon.cmake: Relax the Ruby version requirement
1564 to 1.9, since this seems to be enough to fix the build failure.
1565 And 2.0 may cause problems for developers using some distributions like Ubuntu.
1567 2015-09-04 Emanuele Aina <emanuele.aina@collabora.com>
1569 [CMake] Trigger the memory-reduction tricks on armhf too
1570 https://bugs.webkit.org/show_bug.cgi?id=146640
1572 Reviewed by Csaba Osztrogonác.
1574 * Source/cmake/OptionsCommon.cmake:
1575 Activate --no-keep-memory even on armhf to reduce the amount of memory
1576 needed during linking, to avoid out-of-memory failures as much as
1579 2015-09-04 Carlos Alberto Lopez Perez <clopez@igalia.com>
1581 REGRESSION(r189293): JavaScriptCore/offlineasm/x86.rb -- Build failure with ruby < 2.0
1582 https://bugs.webkit.org/show_bug.cgi?id=148795
1584 Rubber-stamped by Carlos Garcia Campos.
1586 * Source/cmake/WebKitCommon.cmake: Require now at least Ruby 2.0
1588 2015-09-02 Alex Christensen <achristensen@webkit.org>
1590 Make bison grammar compatible with bison 2.1
1591 https://bugs.webkit.org/show_bug.cgi?id=148731
1593 Reviewed by Tim Horton.
1595 * Source/cmake/WebKitCommon.cmake:
1598 2015-08-31 Carlos Alberto Lopez Perez <clopez@igalia.com>
1600 [CMake] Build with Debug Fission on by default on Debug builds.
1601 https://bugs.webkit.org/show_bug.cgi?id=148639
1603 Reviewed by Martin Robinson.
1605 * Source/cmake/OptionsCommon.cmake:
1607 2015-08-29 Alex Christensen <achristensen@webkit.org>
1609 Unreviewed build fix after r179923.
1611 * Source/CMakeLists.txt:
1612 bmalloc isn't ported to Windows yet.
1614 2015-08-27 Alex Christensen <achristensen@webkit.org>
1616 Isolate Source directories in CMake build
1617 https://bugs.webkit.org/show_bug.cgi?id=148389
1619 Reviewed by Brent Fulgham.
1622 * Source/cmake/WebKitCommon.cmake:
1623 Move package finding to WebKitCommon.
1625 2015-08-26 Per Arne Vollan <peavo@outlook.com>
1627 [Win] Build does not generate debug info.
1628 https://bugs.webkit.org/show_bug.cgi?id=148431
1630 Reviewed by Alex Christensen.
1632 Generate debug info for Windows builds.
1634 * Source/cmake/OptionsWin.cmake:
1636 2015-08-26 Michael Catanzaro <mcatanzaro@igalia.com>
1638 [GTK] Disable ACCELERATED_2D_CANVAS by default
1639 https://bugs.webkit.org/show_bug.cgi?id=148473
1641 Reviewed by Martin Robinson.
1643 Currently ACCELERATED_2D_CANVAS is enabled by default on most systems (which have CairoGL)
1644 but not on Debian (which does not). We've known this was problematic for a while, since it
1645 means we have two different sets of distro-dependent bugs, but never decided whether that
1646 outweighed the benefits of CarioGL or not. I'm making the call now: it's more important to
1647 have the same bugs everywhere. We can turn this on again for other distros when we're ready
1648 to turn it on for Debian.
1650 Also, properly fail the build if ENABLE_ACCELERATED_2D_CANVAS is enabled but CairoGL is not
1653 * Source/cmake/OptionsGTK.cmake:
1655 2015-08-25 Commit Queue <commit-queue@webkit.org>
1657 Unreviewed, rolling out r188919.
1658 https://bugs.webkit.org/show_bug.cgi?id=148452
1660 broke build (Requested by alexchristensen on #webkit).
1664 "[Win] Build does not generate debug info."
1665 https://bugs.webkit.org/show_bug.cgi?id=148431
1666 http://trac.webkit.org/changeset/188919
1668 2015-08-25 Michael Catanzaro <mcatanzaro@igalia.com>
1670 [GTK] r186800 broke the build on Ubuntu 14.04
1671 https://bugs.webkit.org/show_bug.cgi?id=147559
1673 Reviewed by Martin Robinson.
1675 * Source/cmake/FindGTK3.cmake: Always define GTK3_SUPPORTS_X11 and GTK3_SUPPORTS_WAYLAND.
1676 * Source/cmake/OptionsGTK.cmake: Autodetect support for X11 and Wayland backends.
1678 2015-08-25 Per Arne Vollan <peavo@outlook.com>
1680 [Win] Build does not generate debug info.
1681 https://bugs.webkit.org/show_bug.cgi?id=148431
1683 Reviewed by Brent Fulgham.
1685 Generate debug info for Windows builds.
1687 * Source/cmake/OptionsWin.cmake:
1689 2015-08-20 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
1691 [GTK] Auto-detection of cairo-gl fails
1692 https://bugs.webkit.org/show_bug.cgi?id=148189
1694 Reviewed by Žan Doberšek.
1696 * Source/cmake/FindCairoGL.cmake: only check for components if the main package has
1697 been found. Otherwise, if either GLX or EGL are available, cairo-gl will also be
1698 deemed available, which might not be the case.
1699 * Source/cmake/OptionsGTK.cmake: fix the usage of the CAIROGL_FOUND variable.
1701 2015-08-19 Alex Christensen <achristensen@webkit.org>
1703 CMake Windows build should not include files directly from other Source directories
1704 https://bugs.webkit.org/show_bug.cgi?id=148198
1706 Reviewed by Brent Fulgham.
1708 * Source/cmake/WebKitMacros.cmake:
1710 2015-08-19 Alex Christensen <achristensen@webkit.org>
1712 Build TestWTF on Mac with CMake.
1713 https://bugs.webkit.org/show_bug.cgi?id=147972
1715 Reviewed by Tim Horton.
1717 * Source/cmake/OptionsMac.cmake:
1718 Enable API tests in Mac's CMake build.
1720 2015-08-18 Alex Christensen <achristensen@webkit.org>
1722 [CMake] REGRESSION(r188540): WebKitTestRunner is not longer built and all the tests (layout and perf) fail.
1723 https://bugs.webkit.org/show_bug.cgi?id=148127
1725 Reviewed by Martin Robinson.
1728 TOOLS_DIR hasn't been set yet since its defining has been moved to WebKitFS.
1730 2015-08-17 Alex Christensen <achristensen@webkit.org>
1732 [Win CMake] Allow WebKitLibraries directory to be set from the command line
1733 https://bugs.webkit.org/show_bug.cgi?id=148112
1735 Reviewed by Brent Fulgham.
1737 * Source/cmake/OptionsWin.cmake:
1738 Don't use an environment variable for WEBKIT_LIBRARIES_DIR.
1739 Instead, use the default location if nothing is passed in from the command line.
1740 This way we can set it from the command line for the AppleInternal build.
1741 Also, set the output directories to be consistent between the old and new build systems (and ninja).
1743 2015-08-17 Alex Christensen <achristensen@webkit.org>
1745 Build Debug Suffix on Windows with CMake
1746 https://bugs.webkit.org/show_bug.cgi?id=148083
1748 Reviewed by Brent Fulgham.
1750 * Source/cmake/OptionsWin.cmake:
1751 Use debug libraries in debug suffix builds.
1753 2015-08-17 Alex Christensen <achristensen@webkit.org>
1755 Move some commands from ./CMakeLists.txt to Source/cmake
1756 https://bugs.webkit.org/show_bug.cgi?id=148003
1758 Reviewed by Brent Fulgham.
1761 Moved functionality to WebKitCommon.cmake and WebKitFS.cmake and made conditional
1762 so we can change directory structure from command line parameters.
1763 * Source/cmake/OptionsAppleWin.cmake:
1764 * Source/cmake/OptionsWin.cmake: Copied from Source/cmake/OptionsWindows.cmake.
1765 * Source/cmake/OptionsWinCairo.cmake:
1766 * Source/cmake/OptionsWindows.cmake: Removed.
1767 * Source/cmake/WebKitCommon.cmake: Added.
1768 * Source/cmake/WebKitFS.cmake:
1770 2015-08-13 Commit Queue <commit-queue@webkit.org>
1772 Unreviewed, rolling out r188428.
1773 https://bugs.webkit.org/show_bug.cgi?id=148015
1775 broke cmake build (Requested by alexchristensen on #webkit).
1779 "Move some commands from ./CMakeLists.txt to Source/cmake"
1780 https://bugs.webkit.org/show_bug.cgi?id=148003
1781 http://trac.webkit.org/changeset/188428
1783 2015-08-13 Alex Christensen <achristensen@webkit.org>
1785 Move some commands from ./CMakeLists.txt to Source/cmake
1786 https://bugs.webkit.org/show_bug.cgi?id=148003
1788 Reviewed by Brent Fulgham.
1791 Moved functionality to WebKitCommon.cmake and WebKitFS.cmake and made conditional
1792 so we can change directory structure from command line parameters.
1793 * Source/cmake/WebKitCommon.cmake: Added.
1794 * Source/cmake/WebKitFS.cmake:
1796 2015-08-13 Wenson Hsieh <wenson_hsieh@apple.com>
1798 A focused node should not be assisted when handling touch events synchronously
1799 https://bugs.webkit.org/show_bug.cgi?id=147836
1801 Reviewed by Enrica Casucci.
1803 Added manual tests for keyboard assistance behavior due to receiving touch events on iOS.
1805 * ManualTests/ios/focused-input-should-assist-on-touch.html: Checks that a currently focused
1806 input can still be assisted due to a touch event.
1807 * ManualTests/ios/keyboard-should-not-show-on-touch-event.html: Checks that handling a touch
1808 event does not automatically cause us to assist the currently focused node.
1810 2015-08-12 Alex Christensen <achristensen@webkit.org>
1812 Fix Debug CMake builds on Windows
1813 https://bugs.webkit.org/show_bug.cgi?id=147940
1815 Reviewed by Chris Dumez.
1817 * Source/cmake/OptionsWindows.cmake:
1818 Put 32-bit binaries in a bin32 subdirectory and 64-bit binaries in a bin64 subdirectory.
1820 2015-08-10 Alex Christensen <achristensen@webkit.org>
1822 Build TestWebKitAPI with CMake on Windows
1823 https://bugs.webkit.org/show_bug.cgi?id=147851
1825 Reviewed by Chris Dumez.
1827 * Source/cmake/OptionsWindows.cmake:
1828 Enable api tests and set USE_SYSTEM_MALLOC to avoid warnings when redefining it.
1830 2015-08-06 Alex Christensen <achristensen@webkit.org>
1832 [Win] CMake build fix after r188098.
1834 * Source/cmake/OptionsWinCairo.cmake:
1835 OptionsWindows.cmake uses WTF_PLATFORM_WIN_CAIRO now, so we need to set it before including OptionsWindows.
1837 2015-08-04 Alex Christensen <achristensen@webkit.org>
1839 Fix quirks with CMake and VS2015
1840 https://bugs.webkit.org/show_bug.cgi?id=147663
1842 Reviewed by Brent Fulgham.
1844 * Source/cmake/OptionsWindows.cmake:
1845 Hide some warnings. Using the same variable names in nested scopes is ok for now.
1846 Disable INTL for now.
1848 2015-08-04 Alex Christensen <achristensen@webkit.org>
1850 Enable WebGL on Windows CMake build.
1851 https://bugs.webkit.org/show_bug.cgi?id=143311
1853 Reviewed by Csaba Osztrogonác.
1855 * Source/cmake/OptionsWindows.cmake:
1856 Enable WebGL by default in CMake builds now that it works.
1858 2015-08-04 Mario Sanchez Prada <mario@endlessm.com>
1860 [GTK] Accelerated 2D Canvas enabled when cairo-gl is not available
1861 https://bugs.webkit.org/show_bug.cgi?id=147625
1863 Reviewed by Martin Robinson.
1865 Do not set the CAIRO_<COMPONENT>_* CMake variables for cairo-gl
1866 components unless they were actually found, not to accidentally
1867 enable Accelerated 2D canvas, which would cause the build to fail.
1869 * Source/cmake/FindCairoGL.cmake: Set this variables only when
1870 pkg_check_modules() had actually found the relevant component.
1872 2015-08-03 Csaba Osztrogonác <ossy@webkit.org>
1874 [CMake] Add an option to build AllInOne files
1875 https://bugs.webkit.org/show_bug.cgi?id=102647
1877 Reviewed by Alex Christensen.
1879 * Source/cmake/OptionsEfl.cmake: Disabled by default.
1880 * Source/cmake/OptionsGTK.cmake: Disabled by default.
1881 * Source/cmake/OptionsWindows.cmake: Enabled by default.
1882 * Source/cmake/WebKitFeatures.cmake:
1883 * Source/cmake/WebKitMacros.cmake:
1885 2015-08-03 Carlos Garcia Campos <cgarcia@igalia.com>
1887 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.5 release.
1889 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1891 2015-07-31 Alex Christensen <achristensen@webkit.org>
1893 Prepare for debug CMake builds on Windows.
1894 https://bugs.webkit.org/show_bug.cgi?id=147484
1896 Reviewed by Tim Horton.
1898 * Source/cmake/OptionsWindows.cmake:
1899 Don't use debug runtimes in debug builds because the dependencies are only built with multithreaded runtimes.
1901 2015-07-30 Joonghun Park <jh718.park@samsung.com>
1903 [EFL] Enable IndexedDB based on DatabaseProcess
1904 https://bugs.webkit.org/show_bug.cgi?id=147221
1906 Reviewed by Csaba Osztrogonác.
1908 * Source/cmake/OptionsEfl.cmake:
1910 2015-07-30 Alex Christensen <achristensen@webkit.org>
1912 Build AppleWin port with CMake
1913 https://bugs.webkit.org/show_bug.cgi?id=147385
1915 Reviewed by Martin Robinson.
1917 * Source/cmake/OptionsWindows.cmake:
1918 Use the static multithreaded runtime. Based on
1919 http://www.cmake.org/Wiki/CMake_FAQ#How_can_I_build_my_MSVC_application_with_a_static_runtime.3F
1921 2015-07-29 Andy VanWagoner <thetalecrafter@gmail.com>
1923 Implement basic types for ECMAScript Internationalization API
1924 https://bugs.webkit.org/show_bug.cgi?id=146926
1926 Reviewed by Benjamin Poulain.
1928 Enable flag now that the basic objects are in place.
1930 * Source/cmake/WebKitFeatures.cmake: enable INTL
1932 2015-07-29 Basile Clement <basile_clement@apple.com>
1934 Remove native call inlining
1935 https://bugs.webkit.org/show_bug.cgi?id=147417
1937 Rubber-stamped by Filip Pizlo.
1939 * Source/cmake/OptionsEfl.cmake:
1940 * Source/cmake/WebKitFeatures.cmake:
1942 2015-07-28 Yusuke Suzuki <utatane.tea@gmail.com>
1944 [ES6] Add ENABLE_ES6_MODULES compile time flag with the default value "false"
1945 https://bugs.webkit.org/show_bug.cgi?id=147350
1947 Reviewed by Sam Weinig.
1949 * Source/cmake/WebKitFeatures.cmake:
1951 2015-07-27 Alex Christensen <achristensen@webkit.org>
1953 Use Ninja on Windows.
1954 https://bugs.webkit.org/show_bug.cgi?id=147228
1956 Reviewed by Martin Robinson.
1958 * Source/cmake/OptionsWindows.cmake:
1959 Only use /MP when using generated Visual Studio solution files to build.
1960 It makes compiling parallel in MSVC, but Ninja doesn't like it.
1962 2015-07-27 Alex Christensen <achristensen@webkit.org>
1964 Progress towards building AppleWin with CMake
1965 https://bugs.webkit.org/show_bug.cgi?id=147325
1967 Reviewed by Martin Robinson.
1969 * Source/cmake/OptionsWindows.cmake:
1970 Link with 64-bit libraries if building 64-bit binaries.
1971 Don't run regular expressions on empty strings when using Ninja.
1972 Removed DebugSuffix Visual Studio environment variables.
1974 2015-07-23 Alex Christensen <achristensen@webkit.org>
1976 Remove compile and runtime flags for promises.
1977 https://bugs.webkit.org/show_bug.cgi?id=147244
1979 Reviewed by Yusuke Suzuki.
1981 * Source/cmake/OptionsMac.cmake:
1982 * Source/cmake/OptionsWindows.cmake:
1983 * Source/cmake/WebKitFeatures.cmake:
1985 2015-07-22 Sukolsak Sakshuwong <sukolsak@gmail.com>
1987 Add ENABLE_WEBASSEMBLY feature flag for WebAssembly
1988 https://bugs.webkit.org/show_bug.cgi?id=147212
1990 Reviewed by Filip Pizlo.
1992 * Source/cmake/WebKitFeatures.cmake:
1994 2015-07-22 Alex Christensen <achristensen@webkit.org>
1996 Fix quirks in CMake build on Mac and Windows
1997 https://bugs.webkit.org/show_bug.cgi?id=147174
1999 Reviewed by Gyuyoung Kim.
2002 * Source/cmake/OptionsWindows.cmake:
2003 Added options I removed in r187022. They are indeed needed.
2004 * Source/cmake/WebKitFS.cmake:
2005 Make the DerivedSources/WebKit directory.
2007 2015-07-21 Carlos Garcia Campos <cgarcia@igalia.com>
2009 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.4 release.
2011 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
2013 2015-07-20 Alex Christensen <achristensen@webkit.org>
2015 Resurrect CMake build on Windows.
2016 https://bugs.webkit.org/show_bug.cgi?id=147083
2018 Reviewed by Gyuyoung Kim.
2020 * Source/cmake/OptionsCommon.cmake:
2021 * Source/cmake/OptionsWindows.cmake:
2022 Change features to get it to compile. Still not a complete feature set.
2024 2015-07-19 Michael Catanzaro <mcatanzaro@igalia.com>
2026 [GTK] Add seccomp filters support
2027 https://bugs.webkit.org/show_bug.cgi?id=110014
2029 Reviewed by Žan Doberšek.
2031 Find needed compiler and linker flags for libseccomp.
2033 * Source/cmake/OptionsGTK.cmake:
2035 2015-07-17 Ting-Wei Lan <lantw44@gmail.com>
2037 Bring back the GNU ar check to create thin archives on non-Linux systems
2038 https://bugs.webkit.org/show_bug.cgi?id=146681
2040 Reviewed by Martin Robinson.
2042 We already use GNU ar thin archive feature to save time and disk space
2043 on creating static archives, but it is only enabled on Linux. Without
2044 this feature, the debug build of WebCore can be larger than 4 GiB,
2045 which can cause error because GNU ar format uses 32-bit integer to
2046 store offsets in the symbol table. This patch is similar to
2047 https://bugs.webkit.org/show_bug.cgi?id=128596.
2049 * Source/cmake/OptionsCommon.cmake:
2051 2015-07-14 Carlos Alberto Lopez Perez <clopez@igalia.com>
2053 [GTK] [Wayland] Build by default the X11 and Wayland targets.
2054 https://bugs.webkit.org/show_bug.cgi?id=146057
2056 Reviewed by Carlos Garcia Campos.
2058 * Source/cmake/OptionsGTK.cmake:
2060 2015-07-10 Michael Catanzaro <mcatanzaro@igalia.com>
2062 [GTK] ar warning when linking static libraries
2063 https://bugs.webkit.org/show_bug.cgi?id=144988
2065 Reviewed by Carlos Garcia Campos.
2067 Do not use 'u' when calling ar. This argument conflicts with 'D' and is ignored if 'D' is
2068 used, and 'D' is used by default if binutils is built with --enable-deterministic-archives.
2069 Using 'u' with 'D' causes a warning to be printed when linking static libraries. At least
2070 Fedora and Debian have recently both chosen to use --enable-deterministic-archives, so we
2071 should either stop using 'u' or else add 'U' as well in order to disable deterministic
2072 archives. Using 'U' should result in a somewhat faster build (at least when using the
2073 Makefile generator), but it's unlikely that the difference is significant, so let's simply
2074 remove 'u' until someone determines otherwise. This seems like a better option than adding
2075 'U' so as not to foil distributions' attempts to perform deterministic builds. This also
2076 aligns us with the behavior of upstream CMake (which has never used 'u'). This is a minor
2077 behavior change on distributions that do not use --enable-deterministic-archives, notably
2080 * Source/cmake/OptionsCommon.cmake:
2082 2015-07-03 Emanuele Aina <emanuele.aina@collabora.com>
2084 [GTK] Forcefully disable gtk-doc and gobject-introspection when crossbuilding
2085 https://bugs.webkit.org/show_bug.cgi?id=146590
2087 Reviewed by Martin Robinson.
2089 * Source/PlatformGTK.cmake: override the cached variables to
2090 forcefully disable gtk-doc and gobject-introspection when
2092 * Source/cmake/OptionsGTK.cmake: avoid running gtk-doc to check the
2093 documentation syntax when cross-building.
2096 2015-07-02 Przemek Piorkowski <piorkowskiprzemyslaw@gmail.com>
2098 [EFL] test_ewk2_application_cache_manager has been failed since r185527
2099 https://bugs.webkit.org/show_bug.cgi?id=146016
2101 Reviewed by Gyuyoung Kim.
2103 In order to handle properly WebApplicationCacheManagerProxy implementation which use
2104 WebsiteDataRecord it is necessary to enable PUBLIC_SUFFIX_LIST for EFL.
2105 Implementation of PUBLIC_SUFFIX_LIST already exists for soup so EFL can use it as well.
2107 * Source/cmake/OptionsEfl.cmake: set ENABLE_PUBLIC_SUFFIX_LIST to ON for EFL.
2109 2015-06-30 Andy VanWagoner <thetalecrafter@gmail.com>
2111 Implement ECMAScript Internationalization API
2112 https://bugs.webkit.org/show_bug.cgi?id=90906
2114 Reviewed by Benjamin Poulain.
2116 Begin implementing the Intl apis behind ENABLE_INTL flag.
2117 Create the base Intl namespace object.
2119 * Source/cmake/WebKitFeatures.cmake: add ENABLE_INTL flag
2121 2015-06-30 Philippe Normand <pnormand@igalia.com>
2123 [CMake] Error when gst-plugins-base is missing is too confusing
2124 https://bugs.webkit.org/show_bug.cgi?id=145682
2126 Reviewed by Carlos Garcia Campos.
2128 * Source/cmake/OptionsGTK.cmake: Error out if the required
2129 GStreamer libraries are not found on the host.
2131 2015-06-28 Philip Chimento <philip.chimento@gmail.com>
2133 CairoGL should be checked unconditionally
2134 https://bugs.webkit.org/show_bug.cgi?id=146390
2136 Reviewed by Darin Adler.
2138 * Source/cmake/OptionsGTK.cmake: Move check for CairoGL so that
2139 it is run unconditionally; this is necessary because its result
2140 is used later on, outside of any conditions.
2142 2015-06-27 Carlos Garcia Campos <cgarcia@igalia.com>
2144 [GTK][SOUP] Implement WebCore::PublicSuffix for soup and enable PUBLIC_SUFFIX_LIST for GTK+
2145 https://bugs.webkit.org/show_bug.cgi?id=146318
2147 Reviewed by Sergio Villar Senin.
2149 Enable PUBLIC_SUFFIX_LIST for GTK+.
2151 * Source/cmake/OptionsGTK.cmake:
2153 2015-06-22 Carlos Garcia Campos <cgarcia@igalia.com>
2155 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.3 release.
2157 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
2159 2015-06-22 Ryuan Choi <ryuan.choi@navercorp.com>
2161 [EFL] Hyphenation is not supported
2162 https://bugs.webkit.org/show_bug.cgi?id=89830
2164 Reviewed by Gyuyoung Kim.
2166 * Source/cmake/OptionsEfl.cmake: Added an option for LibHyphen.
2168 2015-06-22 Zan Dobersek <zdobersek@igalia.com>
2170 [CMake] Add support for building with various sanitizer tools
2171 https://bugs.webkit.org/show_bug.cgi?id=131941
2173 Reviewed by Martin Robinson.
2175 * Source/PlatformGTK.cmake: Don't generate any documentation
2176 when compiling with sanitizers enabled.
2177 * Source/cmake/OptionsCommon.cmake: Allow linking with
2178 undefined symbols when compiling with sanitizers enabled.
2180 2015-06-21 Philip Chimento <philip.chimento@gmail.com>
2182 libwebkit2gtk fails to link without opengl
2183 https://bugs.webkit.org/show_bug.cgi?id=138332
2185 Reviewed by Carlos Garcia Campos.
2187 * Source/cmake/OptionsGTK.cmake: USE(TEXTURE_MAPPER) must be
2188 enabled regardless of whether OpenGL is, because certain symbols
2189 such as WebCore::GraphicsLayer::create() need to be built.
2191 2015-06-20 Michael Catanzaro <mcatanzaro@igalia.com>
2193 [EFL][GTK] Define GLIB_VERSION_MIN_REQUIRED and require glib 2.36 for GTK
2194 https://bugs.webkit.org/show_bug.cgi?id=146181
2196 Reviewed by Martin Robinson.
2198 Bump our GLib requirement to 2.36 to reflect reality, since we are using GTask.
2200 * Source/cmake/OptionsGTK.cmake:
2202 2015-06-20 Ryuan Choi <ryuan.choi@navercorp.com>
2204 [EFL] Do not consider test directories when DEVELOPER_MODE is OFF
2205 https://bugs.webkit.org/show_bug.cgi?id=146171
2207 Reviewed by Gyuyoung Kim.
2209 * Source/cmake/OptionsEfl.cmake:
2210 Exposed ENABLE_DEVELOPER_MODE to Compiler and CMake definition when DEVELOPER_MODE is ON.
2212 2015-06-19 Michael Catanzaro <mcatanzaro@igalia.com>
2214 [CMake] FindGTK3.cmake should not modify the values of build options
2215 https://bugs.webkit.org/show_bug.cgi?id=144613
2217 Reviewed by Martin Robinson.
2219 * Source/cmake/FindGTK3.cmake: Do not check or set the value of ENABLE_X11_TARGET and
2220 ENABLE_WAYLAND_TARGET. Instead, simply define the variables GTK3_SUPPORTS_X11 and
2221 GTK3_SUPPORTS_WAYLAND as appropriate. Also, rename GTK_SUPPORTS_GESTURES to
2222 GTK3_SUPPORTS_GESTURES for consistency.
2223 * Source/cmake/OptionsGTK.cmake: Fail the build if the appropriate GTK+ backend is not
2224 available. It's not possible to automatically select a backend correctly anymore, since all
2225 options are set at the same time.
2227 2015-06-19 Csaba Osztrogonác <ossy@webkit.org>
2229 Remove unnecessary svn:executable flags
2230 https://bugs.webkit.org/show_bug.cgi?id=146107
2232 Reviewed by Alexey Proskuryakov.
2234 * ManualTests/iframe_notifications/iframe-reparenting-close-window-child.html: Removed property svn:executable.
2235 * ManualTests/iframe_notifications/iframe-reparenting-close-window-iframe.html: Removed property svn:executable.
2236 * ManualTests/iframe_notifications/iframe-reparenting-close-window.html: Removed property svn:executable.
2237 * ManualTests/select-menu-list-wrongly-positioned.html: Removed property svn:executable.
2238 * ManualTests/svg-text-float-not-removed-crash.html: Removed property svn:executable.
2240 2015-06-18 Ryuan Choi <ryuan.choi@navercorp.com>
2242 [EFL] Use SET_AND_EXPOSE_TO_BUILD instead of definitions
2243 https://bugs.webkit.org/show_bug.cgi?id=146108
2245 Reviewed by Gyuyoung Kim.
2247 * Source/cmake/OptionsEfl.cmake:
2249 2015-06-16 Ryuan Choi <ryuan.choi@navercorp.com>
2251 [EFL] Remove duplicated PUBLIC argument in OptionsEfl.cmake
2252 https://bugs.webkit.org/show_bug.cgi?id=146035
2254 Reviewed by Gyuyoung Kim.
2256 * Source/cmake/OptionsEfl.cmake:
2258 2015-06-16 Carlos Alberto Lopez Perez <clopez@igalia.com>
2260 [GTK] [Wayland] Should be possible to build with support for both X11 and Wayland.
2261 https://bugs.webkit.org/show_bug.cgi?id=145701
2263 Reviewed by Darin Adler.
2265 * Source/cmake/OptionsGTK.cmake: Remove conflicting options.
2267 2015-06-15 Jon Honeycutt <jhoneycutt@apple.com>
2269 [iOS] Crash long pressing on <input type=file>
2270 https://bugs.webkit.org/show_bug.cgi?id=146009
2271 <rdar://problem/21234453>
2273 Reviewed by Ryosuke Niwa.
2275 * ManualTests/ios/long-press-input-type-file-crash.html: Added.
2277 2015-06-16 Brent Fulgham <bfulgham@apple.com>
2279 Rollout accidental Xcode project change.
2281 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
2283 2015-06-12 Gyuyoung Kim <gyuyoung.kim@webkit.org>
2285 [EFL] Bump EWebKit version from 1.11.0 to 1.14.0
2286 https://bugs.webkit.org/show_bug.cgi?id=145909
2288 Reviewed by Csaba Osztrogonác.
2290 Bump EWebKit version based on efl library version used by the EWebKit.
2292 * Source/cmake/OptionsEfl.cmake:
2294 2015-06-11 Commit Queue <commit-queue@webkit.org>
2296 Unreviewed, rolling out r185453.
2297 https://bugs.webkit.org/show_bug.cgi?id=145881
2299 it broke the 32-bit build (Requested by clopez on #webkit).
2303 "[GTK] [Wayland] Should be possible to build with support for
2304 both X11 and Wayland."
2305 https://bugs.webkit.org/show_bug.cgi?id=145701
2306 http://trac.webkit.org/changeset/185453
2308 2015-06-11 Carlos Alberto Lopez Perez <clopez@igalia.com>
2310 [GTK] [Wayland] Should be possible to build with support for both X11 and Wayland.
2311 https://bugs.webkit.org/show_bug.cgi?id=145701
2313 Reviewed by Žan Doberšek.
2315 * Source/cmake/OptionsGTK.cmake: Remove conflicting options.
2317 2015-06-03 Daniel Bates <dabates@apple.com>
2319 Caps lock indicator should not be shown in read-only or disabled field
2320 https://bugs.webkit.org/show_bug.cgi?id=145612
2321 <rdar://problem/21227454>
2323 Reviewed by Darin Adler.
2325 * ManualTests/password-caps-lock-should-not-show-in-read-only-field.html: Added.
2326 * ManualTests/password-caps-lock-should-not-show-when-field-becomes-disabled.html: Added.
2327 * ManualTests/password-caps-lock-should-not-show-when-field-becomes-read-only.html: Added.
2329 2015-06-01 Csaba Osztrogonác <ossy@webkit.org>
2331 [cmake] Suppress parentheses-equality warnings
2332 https://bugs.webkit.org/show_bug.cgi?id=145126
2334 Reviewed by Darin Adler.
2336 * Source/cmake/WebKitHelpers.cmake:
2338 2015-05-28 Carlos Alberto Lopez Perez <clopez@igalia.com>
2340 [CMake] Improve detection and usage of GL/GLES/EGL libraries.
2341 https://bugs.webkit.org/show_bug.cgi?id=145408
2343 Reviewed by Carlos Garcia Campos.
2345 * Source/cmake/FindEGL.cmake: Improve detection of EGL libraries.
2346 * Source/cmake/FindGLES.cmake: Removed. It was used by the EGL port.
2347 Remove it and make the EGL port use the improved FindOpenGLES2.cmake
2349 * Source/cmake/FindOpenGL.cmake: Added. Add module to detect OpenGL
2350 libraries. Detect also GLX libraries.
2351 * Source/cmake/FindOpenGLES2.cmake: Improve detection of OpenGLES-v2
2352 libraries. Use find_path() to get the include path.
2353 * Source/cmake/OptionsEfl.cmake: Use now the improved FindOpenGLES2
2355 * Source/cmake/OptionsGTK.cmake: Set default value for ENABLE_GLES2
2356 depending on the libraries found on the system.
2357 Move the detection of GLX (and the include of CMakePushCheckState)
2358 to FindOpenGL.cmake.
2359 Ensure that we only define USE_GLX when we build with OpenGL
2360 (but not with GLESv2).
2362 2015-05-27 Dean Jackson <dino@apple.com>
2364 img.currentSrc problem in strict mode with old picturefill
2365 https://bugs.webkit.org/show_bug.cgi?id=144095
2366 <rdar://problem/21087013>
2368 Reviewed by Simon Fraser.
2370 Add a PICTURE_SIZES flag.
2372 * Source/cmake/OptionsEfl.cmake:
2373 * Source/cmake/OptionsGTK.cmake:
2374 * Source/cmake/OptionsMac.cmake:
2375 * Source/cmake/OptionsWindows.cmake:
2376 * Source/cmake/WebKitFeatures.cmake:
2378 2015-05-27 Carlos Garcia Campos <cgarcia@igalia.com>
2380 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.2 release.
2382 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
2384 2015-05-25 Carlos Garcia Campos <cgarcia@igalia.com>
2386 Unreviewed. Export DatabaseProcessMainUnix symbol.
2388 Add DatabaseProcessMainUnix symbol to gtksymbols.filter so that it
2389 is exported in production builds.
2391 * Source/cmake/gtksymbols.filter:
2393 2015-05-25 Carlos Garcia Campos <cgarcia@igalia.com>
2395 [GTK] Enable IndexedDB
2396 https://bugs.webkit.org/show_bug.cgi?id=98932
2398 Reviewed by Žan Doberšek.
2400 * Source/cmake/OptionsGTK.cmake: Enable DATABASE_PROCESS and INDEXED_DATABASE.
2401 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_DATABASE_PROCESS.
2403 2015-05-24 Carlos Garcia Campos <cgarcia@igalia.com>
2405 [GTK] Bump GCC requirements to 4.9.0
2406 https://bugs.webkit.org/show_bug.cgi?id=145211
2408 Reviewed by Žan Doberšek.
2410 It's required to build with IndexedDB support when using GCC,
2411 clang works just fine. See https://bugs.webkit.org/show_bug.cgi?id=98932.
2413 * Source/cmake/OptionsGTK.cmake:
2415 2015-05-18 Michael Catanzaro <mcatanzaro@igalia.com>
2417 [CMake] Ignore warnings in system headers
2418 https://bugs.webkit.org/show_bug.cgi?id=144747
2420 Reviewed by Darin Adler.
2422 Require CMake 2.8.12 when compiling the GTK+ port. This is because we use the
2423 target_include_directories command (added in 2.8.11) in GTK-specific cmake files, and also
2424 use the SYSTEM argument to the command (added in 2.8.12).
2428 2015-05-14 Michael Catanzaro <mcatanzaro@igalia.com>
2430 [CMake] Error out when ruby is too old
2431 https://bugs.webkit.org/show_bug.cgi?id=145014
2433 Reviewed by Martin Robinson.
2435 Error out immediately after checking for Ruby if the ruby executable is not found, or if it
2440 2015-05-14 Zan Dobersek <zdobersek@igalia.com>
2442 [GTK] Enable plugin-related CMake options and variables for the X11 target only
2443 https://bugs.webkit.org/show_bug.cgi?id=144995
2445 Reviewed by Carlos Garcia Campos.
2447 * Source/cmake/OptionsGTK.cmake: Plugins are only supported for
2448 the X11 windowing target at the moment, so the following options
2449 and variables should be enabled or disabled accordingly:
2450 - ENABLE_PLUGIN_PROCESS_GTK2
2451 - ENABLE_NETSCAPE_PLUGIN_API
2452 - ENABLE_PLUGIN_PROCESS
2454 2015-05-12 Ryuan Choi <ryuan.choi@navercorp.com>
2456 Linker fails without -DDEVELOPER_MODE=ON
2457 https://bugs.webkit.org/show_bug.cgi?id=144117
2459 Reviewed by Gyuyoung Kim.
2461 * Source/cmake/OptionsEfl.cmake:
2462 Remove fvisibility flags. linker script will cover the functionality for ewebkit2.so in release mode,
2463 * Source/cmake/eflsymbols.filter: Updated symbol patterns which should be exposed for ewebkit2.
2465 2015-05-10 Philip Chimento <philip.chimento@gmail.com>
2467 CMake defines CAIROGL_FOUND, not CAIRO_GL_FOUND
2468 https://bugs.webkit.org/show_bug.cgi?id=144846
2470 Reviewed by Martin Robinson.
2472 * Source/cmake/FindCairoGL.cmake: Use CAIROGL_* instead of
2473 CAIRO_GL_* throughout, because find_package will define
2475 * Source/cmake/OptionsGTK.cmake: Ditto.
2477 2015-05-10 Philip Chimento <philip.chimento@gmail.com>
2479 [CMake] Some macros need to be defined/undefined, rather than ON/OFF
2480 https://bugs.webkit.org/show_bug.cgi?id=144845
2482 Reviewed by Martin Robinson.
2484 * Source/cmake/OptionsGTK.cmake: Only define MOZ_X11 and XP_UNIX
2485 if their corresponding WTF options are ON. The code in npapi.h
2486 relies on these being undefined if they are to be switched off.
2488 2015-05-09 Yoav Weiss <yoav@yoav.ws>
2490 Remove the PICTURE_SIZES build flag
2491 https://bugs.webkit.org/show_bug.cgi?id=144679
2493 Reviewed by Benjamin Poulain.
2495 Removed the PICTURE_SIZES build time flag.
2497 * Source/cmake/OptionsEfl.cmake:
2498 * Source/cmake/OptionsGTK.cmake:
2499 * Source/cmake/OptionsMac.cmake:
2500 * Source/cmake/OptionsWindows.cmake:
2501 * Source/cmake/WebKitFeatures.cmake:
2503 2015-05-08 Michael Catanzaro <mcatanzaro@igalia.com>
2505 [GTK] [CMake] Check for required X libraries
2506 https://bugs.webkit.org/show_bug.cgi?id=144823
2508 Reviewed by Martin Robinson.
2510 Error out if missing libXcomposite, libXdamage, libXrender, or libXt.
2512 * Source/cmake/OptionsGTK.cmake:
2514 015-05-08 Michael Catanzaro <mcatanzaro@igalia.com>, Martin Robinson <mrobinson@igalia.com>
2516 [GTK] Checks for DEVELOPMENT_BUILD are all wrong
2517 https://bugs.webkit.org/show_bug.cgi?id=144746
2519 Reviewed by Carlos Garcia Campos.
2521 Don't set DEVELOPMENT_BUILD. We check whether it is defined for conditional compilation, not
2522 what it is defined to, so defining it to 0 effectively turned it on always. Instead set
2523 ENABLE_DEVELOPER_MODE so that we can use the ENABLE macro inside WebKit source code.
2525 * Source/cmake/OptionsGTK.cmake:
2527 2015-05-08 Daniel Bates <dabates@apple.com>
2529 [iOS] WebSQL operations are not performed after device is locked
2530 https://bugs.webkit.org/show_bug.cgi?id=137503
2531 <rdar://problem/20844952>
2533 Rubber-stamped by Alexey Proskuryakov.
2535 Add a manual test to help verify that we do not regress this issue.
2537 * ManualTests/ios/execute-sql-transaction-callback-after-locking-unlocking-device-in-earlier-transaction.html: Added.
2539 2015-05-08 Commit Queue <commit-queue@webkit.org>
2541 Unreviewed, rolling out r183945.
2542 https://bugs.webkit.org/show_bug.cgi?id=144789
2544 "It broke all the GTK+ tests" (Requested by KaL on #webkit).
2548 "[GTK] Checks for DEVELOPMENT_BUILD are all wrong"
2549 https://bugs.webkit.org/show_bug.cgi?id=144746
2550 http://trac.webkit.org/changeset/183945
2552 2015-05-07 Myles C. Maxfield <mmaxfield@apple.com>
2554 Cleanup after r183940
2555 https://bugs.webkit.org/show_bug.cgi?id=144768
2559 Looks like the empty directories were not deleted.
2561 * Source/PAL: Removed.
2562 * Source/PAL/Configurations: Removed.
2563 * Source/PAL/PAL.xcodeproj: Removed.
2564 * Source/PAL/graphics: Removed.
2566 2015-05-07 Michael Catanzaro <mcatanzaro@igalia.com>
2568 [GTK] Checks for DEVELOPMENT_BUILD are all wrong
2569 https://bugs.webkit.org/show_bug.cgi?id=144746
2571 Reviewed by Martin Robinson.
2573 Don't set DEVELOPMENT_BUILD. We check whether it is defined for conditional compilation, not
2574 what it is defined to, so defining it to 0 effectively turned it on always.
2576 * Source/cmake/OptionsGTK.cmake:
2578 2015-05-05 Myles C. Maxfield <mmaxfield@apple.com>
2580 Revert "Introducing the Platform Abstraction Layer (PAL)"
2581 https://bugs.webkit.org/show_bug.cgi?id=144751
2585 PAL should be a new target inside WebCore, rather than a top-level folder.
2587 * WebKit.xcworkspace/contents.xcworkspacedata: Add it to the workspace.
2589 2015-05-07 Carlos Garcia Campos <cgarcia@igalia.com>
2591 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.1 release.
2593 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
2595 2015-05-05 Myles C. Maxfield <mmaxfield@apple.com>
2597 Introducing the Platform Abstraction Layer (PAL)
2598 https://bugs.webkit.org/show_bug.cgi?id=143358
2600 Reviewed by Simon Fraser.
2602 * WebKit.xcworkspace/contents.xcworkspacedata: Add it to the workspace.
2604 2015-05-04 Csaba Osztrogonác <ossy@webkit.org>
2606 [cmake] Disable GNU Gold linker on Cortex A53
2607 https://bugs.webkit.org/show_bug.cgi?id=144382
2609 Reviewed by Carlos Garcia Campos.
2611 * Source/cmake/OptionsCommon.cmake:
2613 2015-05-01 Martin Robinson <mrobinson@igalia.com>
2615 USE(...) macro should expect unprefixed variables
2616 https://bugs.webkit.org/show_bug.cgi?id=144454
2618 Reviewed by Daniel Bates.
2620 * Source/cmake/OptionsAppleWin.cmake: Replace all occurrences WTF_USE with USE.
2621 * Source/cmake/OptionsEfl.cmake: Ditto.
2622 * Source/cmake/OptionsGTK.cmake: Ditto.
2623 * Source/cmake/OptionsMac.cmake: Ditto.
2624 * Source/cmake/OptionsWinCairo.cmake: Ditto.
2625 * Source/cmake/WebKitFeatures.cmake: No longer expose WTF_USE when encountering
2628 2015-04-30 Martin Robinson <mrobinson@igalia.com>
2630 [CMake] Automatically expose WTF_USE_FOO to the build when USE_FOO is exposed
2631 https://bugs.webkit.org/show_bug.cgi?id=144394
2633 Reviewed by Carlos Garcia Campos.
2635 Automatically expose WTF_USE_FOO when USE_FOO is exposed. A side-effect of this change
2636 is that it fixes the redirected XComposite window for GTK+, which was accidentally
2637 disabled in previous reworking of the CMake configuration.
2639 * Source/cmake/OptionsGTK.cmake: We no longer need to expose the WTF_ prefixed
2640 version of USE variables.
2641 * Source/cmake/WebKitFeatures.cmake: Automatically expose WTF_USE_FOO when USE_FOO
2642 is exposed to the build.
2644 2015-04-30 Carlos Garcia Campos <cgarcia@igalia.com>
2646 Unreviewed. Bump GTK+ version numbers.
2648 * Source/cmake/OptionsGTK.cmake:
2650 2015-04-29 Ryuan Choi <ryuan.choi@navercorp.com>
2652 [EFL] CMake should be failed if openwebrtc package does not exist but ENABLE_MEDIA_STREAM is ON
2653 https://bugs.webkit.org/show_bug.cgi?id=144435
2655 Reviewed by Gyuyoung Kim.
2657 This patch adds REQUIRED option for OpenWebRTC when ENABLE_MEDIA_STREAM is ON.
2658 In addition, this adds DEFAULT_PORT_VALUE for ENABLE_MEDIA_STREAM to match with FeatureList.pm
2660 * Source/cmake/OptionsEfl.cmake:
2662 2015-04-29 Joseph Pecoraro <pecoraro@apple.com>
2664 REGRESSION(183583): [Mac] make without SDKROOT has issues
2665 https://bugs.webkit.org/show_bug.cgi?id=144431
2667 Reviewed by Dan Bernstein.
2670 Assume an empty SDKROOT means an macosx variant, so only
2671 enable settings if the SDKROOT is not empty and does not
2674 2015-04-29 Martin Robinson <mrobinson@igalia.com>
2676 Fix the GTK+ build after r183584
2678 * Source/cmake/OptionsGTK.cmake: Properly use the USE_LIBHYPHEN and HYPHEN_FOUND variables.
2680 2015-04-29 Martin Robinson <mrobinson@igalia.com>
2682 [GTK] Add support for automatic hyphenation
2683 https://bugs.webkit.org/show_bug.cgi?id=44478
2685 Reviewed by Carlos Garcia Campos.
2687 * Source/cmake/FindHyphen.cmake: Added. A CMake module for finding libhyphen.
2688 * Source/cmake/OptionsGTK.cmake: Look for libhyphen and enable hyphenation if found.
2689 * Source/cmakeconfig.h.cmake: Pass through the whether libhyphen is enabled.
2691 2015-04-29 Jake Nielsen <jacob_nielsen@apple.com>
2693 Failure when building WebKit for appletvsimulator.
2694 https://bugs.webkit.org/show_bug.cgi?id=144356
2696 Reviewed by Alexey Proskuryakov.
2698 Changes Makefile logic to check for "not OS X" rather than "is iOS" to
2699 make TVOS and WatchOS behave correctly.
2703 2015-04-29 Martin Robinson <mrobinson@igalia.com>
2705 [CMake] [GTK] Organize and clean up unused CMake variables
2706 https://bugs.webkit.org/show_bug.cgi?id=144364
2708 Reviewed by Gyuyoung Kim.
2710 * Source/cmake/OptionsGTK.cmake: Remove unused variables and move variables
2711 specific to certain projects into their PlatformGTK.cmake files.
2713 2015-04-29 Ryuan Choi <ryuan.choi@navercorp.com>
2715 [EFL] Build failure to find gio-unix
2716 https://bugs.webkit.org/show_bug.cgi?id=144083
2718 Reviewed by Gyuyoung Kim.
2720 Original patch by Doug Newgard <scimma22@outlook.com>
2722 * Source/cmake/OptionsEfl.cmake: Moved geoclue block before find_package(GLIB...)
2724 2015-04-28 Ryuan Choi <ryuan.choi@navercorp.com>
2726 [CoordinatedGraphics] Merge TILED_BACKING_STORE guard with COORDINATED_GRAPHICS
2727 https://bugs.webkit.org/show_bug.cgi?id=143001
2729 Reviewed by Gyuyoung Kim.
2731 * Source/cmake/OptionsEfl.cmake: Removed TILED_BACKING_STORE definition.
2732 * Source/cmake/OptionsGTK.cmake: Ditto.
2734 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
2736 Unreviewed, fix typo in previous commit
2738 libsecretr -> libsecret in the error message.
2740 * Source/cmake/OptionsGTK.cmake:
2742 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
2744 [GTK] Clean up feature detection and make it hard to accidentally build without optional features
2745 https://bugs.webkit.org/show_bug.cgi?id=143546
2747 Reviewed by Martin Robinson.
2749 Add USE_GSTREAMER_MPEGTS option and turn it off by default. Turn off ENABLE_SUBTLE_CRYPTO
2750 by default. Turn on ENABLE_GEOLOCATION by default. Add USE_LIBNOTIFY and turn it on by
2751 default. Fail the build with an informative error message if an optional dependency required
2752 for an enabled feature is not present. Perform find_package commands only when necessary.
2753 Make ENABLE_API_TESTS private. Alphabetize the feature checks (yes, this is actually
2756 * Source/cmake/OptionsGTK.cmake:
2758 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
2760 [GTK] Make all options actually options
2761 https://bugs.webkit.org/show_bug.cgi?id=144106
2763 Reviewed by Martin Robinson.
2765 Use WEBKIT_OPTION_DEFINE to set ENABLE_GTKDOC, ENABLE_INTROSPECTION, ENABLE_X11_TARGET, and
2766 ENABLE_WAYLAND_TARGET.
2768 * Source/cmake/OptionsGTK.cmake:
2770 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
2772 Unreviewed, fix GTK build after r183452
2774 * Source/cmake/OptionsGTK.cmake:
2776 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
2778 [GTK] Add one single option to control all OpenGL-related options
2779 https://bugs.webkit.org/show_bug.cgi?id=144105
2781 Reviewed by Martin Robinson.
2783 Add public ENABLE_OPENGL option, which is mandatory for ENABLE_3D_TRANSFORMS,
2784 ENABLE_ACCELERATED_2D_CANVAS, ENABLE_GLES2, ENABLE_THREADED_COMPOSITOR, ENABLE_WEBGL,
2785 USE_REDIRECTED_XCOMPOSITE_WINDOW, and USE_GSTREAMER_GL. Make ENABLE_GLES2 a proper WebKit
2786 option and move code around accordingly. Use WEBKIT_OPTION_DEPEND and rely on it. Add a
2787 large comment to explain why default value of ENABLE_ACCELERATED_2D_CANVAS is based on the
2788 presence of CairoGL.
2790 * Source/cmake/OptionsGTK.cmake:
2792 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
2794 [GTK] ENABLE_SMOOTH_SCROLLING should be private
2795 https://bugs.webkit.org/show_bug.cgi?id=144306
2797 Reviewed by Martin Robinson.
2799 Make ENABLE_SMOOTH_SCROLLING private instead of public.
2801 * Source/cmake/OptionsGTK.cmake:
2803 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
2805 Rename WTF_USE_3D_GRAPHICS to ENABLE_GRAPHICS_CONTEXT_3D
2806 https://bugs.webkit.org/show_bug.cgi?id=144193
2808 Reviewed by Darin Adler.
2810 * Source/cmake/OptionsEfl.cmake:
2811 * Source/cmake/OptionsGTK.cmake:
2812 * Source/cmake/OptionsWinCairo.cmake:
2813 * Source/cmake/WebKitFeatures.cmake:
2815 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
2817 [CMake] Should be possible for an option to conflict with other options
2818 https://bugs.webkit.org/show_bug.cgi?id=143956
2820 Reviewed by Martin Robinson.
2822 Add WEBKIT_OPTION_CONFLICT macro, which fails the build if conflicting options are on.
2824 * Source/cmake/WebKitFeatures.cmake:
2826 2015-04-22 Martin Robinson <mrobinson@igalia.com>
2828 [CMake] Autogenerate cmakeconfig.h.cmake
2829 https://bugs.webkit.org/show_bug.cgi?id=143997
2831 Reviewed by Csaba Osztrogonác.
2833 * CMakeLists.txt: Create the configuration header as the last part of the cmake run.
2834 * Source/CMakeLists.txt: No longer use configure_file to create cmakeconfig.h.
2835 * Source/cmake/OptionsCommon.cmake: Expose WTF_CPU_ARM64_CORTEXA53 to the build explicitly.
2836 * Source/cmake/OptionsGTK.cmake: Expose variables to the build using SET_AND_EXPOSE_TO_BUILD.
2837 Do some other miscellaneous related cleanup.
2838 * Source/cmake/OptionsEFL.cmake: Expose HAVE_LLVM to the build.
2839 * Source/cmake/WebKitFeatures.cmake: Expose all WebKit features to the build. Add support for
2840 build exposed variables. Add a macro to generate a configuration from them.
2841 * Source/cmakeconfig.h.cmake: Removed.
2843 2015-04-24 Philippe Normand <pnormand@igalia.com>
2845 [JHBuild] Move to upstream OpenWebRTC
2846 https://bugs.webkit.org/show_bug.cgi?id=144145
2848 Reviewed by Carlos Garcia Campos.
2850 * Source/cmake/FindOpenWebRTC.cmake: Check the presence of the
2853 2015-04-26 Yusuke Suzuki <utatane.tea@gmail.com>
2855 [ES6] Implement ES6 template literals
2856 https://bugs.webkit.org/show_bug.cgi?id=142691
2858 Reviewed by Darin Adler.
2860 Add ENABLE_ES6_TEMPLATE_LITERAL_SYNTAX compile time flag.
2862 * Source/cmake/WebKitFeatures.cmake:
2863 * Source/cmakeconfig.h.cmake:
2865 2015-04-25 Martin Robinson <mrobinson@igalia.com>
2867 Rename ENABLE_3D_RENDERING to ENABLE_3D_TRANSFORMS
2868 https://bugs.webkit.org/show_bug.cgi?id=144182
2870 Reviewed by Simon Fraser.
2872 * Source/cmake/OptionsEfl.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
2873 * Source/cmake/OptionsGTK.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
2874 * Source/cmake/OptionsMac.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
2875 * Source/cmake/WebKitFeatures.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
2876 * Source/cmakeconfig.h.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
2878 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
2880 [GTK] Add more public options
2881 https://bugs.webkit.org/show_bug.cgi?id=144116
2883 Reviewed by Martin Robinson.
2885 Add ENABLE_ICONDATABASE, ENABLE_JIT, and USE_SYSTEM_MALLOC as public options.
2887 * Source/cmake/OptionsGTK.cmake:
2889 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
2891 [CMake] Some internal variables are not marked as advanced
2892 https://bugs.webkit.org/show_bug.cgi?id=143595
2894 Reviewed by Martin Robinson.
2896 * Source/cmake/FindFreetype2.cmake: Mark internal options as advanced.
2897 * Source/cmake/FindHarfBuzz.cmake: Mark HARFBUZZ_ICU_LIBRARIES as advanced.
2899 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
2901 [GTK] Mark as advanced the build options we don't want to expose
2902 https://bugs.webkit.org/show_bug.cgi?id=143558
2904 Reviewed by Martin Robinson.
2906 Mark various options as private instead of public.
2908 * Source/cmake/OptionsGTK.cmake:
2910 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
2912 [CMake] Should be possible for an option to depend on multiple options
2913 https://bugs.webkit.org/show_bug.cgi?id=143839
2915 Reviewed by Martin Robinson.
2917 Use a list instead of a single variable to track the dependencies of each option. Iterate
2918 over the list as many times as necessary to ensure all options are properly disabled.
2920 * Source/cmake/WebKitFeatures.cmake:
2922 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
2924 [CMake] ENABLE_THREADED_COMPOSITOR should not be at the bottom of the options list
2925 https://bugs.webkit.org/show_bug.cgi?id=144103
2927 Reviewed by Martin Robinson.
2929 Just move ENABLE_THREADED_COMPOSITOR so it's alphabetized properly.
2931 * Source/cmake/WebKitFeatures.cmake:
2933 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
2935 [GTK] Fixups for ENABLE_CREDENTIAL_STORAGE
2936 https://bugs.webkit.org/show_bug.cgi?id=144102
2938 Reviewed by Martin Robinson.
2940 Use WEBKIT_OPTION_DEFAULT_PORT_VALUE to set ENABLE_CREDENTIAL_STORAGE instead of doing so
2941 manually. Fail the build if libsecret is not found but ENABLE_CREDENTIAL_STORAGE is set.
2942 Also, do not set ENABLE_CREDENTIAL_STORAGE redundantly.
2944 * Source/cmake/OptionsGTK.cmake:
2946 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
2948 [CMake] Clean up JSC JIT options
2949 https://bugs.webkit.org/show_bug.cgi?id=143998
2951 Reviewed by Filip Pizlo.
2953 * Source/cmake/OptionsEfl.cmake: Remove handling of ENABLE_LLINT_C_LOOP and preprocessor
2954 define for ENABLE_FTL_NATIVE_CALL_INLINING.
2955 * Source/cmake/OptionsMac.cmake: Remove override of ENABLE_LLINT_C_LOOP
2956 * Source/cmake/WebKitFeatures.cmake: Remove ENABLE_LLINT_C_LOOP. Add ENABLE_DFG_JIT and
2957 ENABLE_FTL_NATIVE_CALL_INLINING. Specify proper dependencies for these features.
2958 * Source/cmakeconfig.h.cmake: Remove ENABLE_LLINT_C_LOOP and add ENABLE_DFG_JIT.
2960 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
2962 [CMake] Use lowercase for local variables in macros
2963 https://bugs.webkit.org/show_bug.cgi?id=144059
2965 Reviewed by Martin Robinson.
2967 Convert some variable names to lowercase.
2969 * Source/cmake/WebKitFeatures.cmake:
2971 2015-04-22 Commit Queue <commit-queue@webkit.org>
2973 Unreviewed, rolling out r183116.
2974 https://bugs.webkit.org/show_bug.cgi?id=144060
2976 Inadvertently deleted a file... (Requested by mcatanzaro on
2981 "[CMake] Use lowercase for local variables in macros"
2982 https://bugs.webkit.org/show_bug.cgi?id=144059
2983 http://trac.webkit.org/changeset/183116
2985 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
2987 [CMake] Use lowercase for local variables in macros
2988 https://bugs.webkit.org/show_bug.cgi?id=144059
2990 Reviewed by Martin Robinson.
2992 Convert some variable names to lowercase.
2994 * Source/cmake/WebKitFeatures.cmake:
2996 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
2998 [CMake] Features list should print dots every other row
2999 https://bugs.webkit.org/show_bug.cgi?id=143832
3001 Reviewed by Martin Robinson.
3003 Discount private options when determining whether to print dots on a given row of the
3004 features list. Also, simplify the logic by using only one for loop, and fix a couple errors
3005 (inverted use of SHOULD_PRINT_DOTS, one use of the renamed variable SHOULD_PRINT_POINTS that
3006 wasn't noticed because it only affects the first line, and use of the variable name as a
3007 string in a conditional.)
3009 * Source/cmake/WebKitFeatures.cmake:
3011 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
3013 [CMake] Require specifying visibility of WebKit options
3014 https://bugs.webkit.org/show_bug.cgi?id=143831
3016 Reviewed by Alex Christensen.
3018 * Source/cmake/OptionsEfl.cmake: Specify all options as PUBLIC
3019 * Source/cmake/OptionsGTK.cmake: Specify all options as PUBLIC
3020 * Source/cmake/OptionsMac.cmake: Specify all options as PRIVATE
3021 * Source/cmake/OptionsWindows.cmake: Specify all options as PUBLIC
3022 * Source/cmake/WebKitFeatures.cmake: Require specifying options as PUBLIC or PRIVATE.
3023 Remove WEBKIT_OPTION_DEFINE_PUBLIC and WEBKIT_OPTION_PRIVATE_PORT_VALUE. Specify all
3024 cross-platform options as PRIVATE.
3026 2015-04-19 Gyuyoung Kim <gyuyoung.kim@webkit.org>
3028 [CMake] Synchronize variables between WebKitFeatures.cmake and cmakedonfig.h.cmake
3029 https://bugs.webkit.org/show_bug.cgi?id=143935
3031 Reviewed by Darin Adler.
3033 Some variables aren't defined in these files or unused variables aren't removed. This
3034 patch cleans up it as well as fix wrong alphabet order.
3036 * Source/cmake/WebKitFeatures.cmake:
3037 * Source/cmakeconfig.h.cmake:
3039 2015-04-19 Simon Fraser <simon.fraser@apple.com>
3041 Restore the WebKit.xcworkspace to the way it was before r182899,
3042 which inadvertently added the Source directory and a couple of source
3045 * WebKit.xcworkspace/contents.xcworkspacedata:
3047 2015-04-16 Basile Clement <basile_clement@apple.com>
3049 Extract the allocation profile from JSFunction into a rare object
3050 https://bugs.webkit.org/show_bug.cgi?id=143807
3052 Reviewed by Filip Pizlo.
3054 * WebKit.xcworkspace/contents.xcworkspacedata:
3056 2015-04-16 Csaba Osztrogonác <ossy@webkit.org>
3058 [EFL] Bump LLVM to version 3.6.0 on X86_64
3059 https://bugs.webkit.org/show_bug.cgi?id=143604
3061 Reviewed by Gyuyoung Kim.
3063 * Source/cmake/FindLLVM.cmake: Added version handling.
3064 * Source/cmake/OptionsEfl.cmake: Require LLVM 3.6.0 on X86_64 and patched LLVM 3.5.0 on AArch64.
3066 2015-04-15 Timothy Horton <timothy_horton@apple.com>
3068 Custom CSS cursors do not use -webkit-image-set on retina displays
3069 https://bugs.webkit.org/show_bug.cgi?id=120783
3071 Reviewed by Beth Dakin.
3072 Patch by Evan Wallace <evan.exe@gmail.com>.
3074 Add a manual test for custom CSS cursors on retina displays.
3076 * ManualTests/retina-cursors.html: Added.
3078 2015-04-15 Alex Christensen <achristensen@webkit.org>
3080 Progress towards CMake on Mac.
3081 https://bugs.webkit.org/show_bug.cgi?id=143785
3083 Reviewed by Csaba Osztrogonác.
3086 * Source/cmake/OptionsMac.cmake:
3087 * Source/cmake/WebKitFS.cmake:
3089 2015-04-10 Jon Honeycutt <jhoneycutt@apple.com>
3091 Cannot click "Next" button on Google two-factor auth setup page
3093 <https://bugs.webkit.org/show_bug.cgi?id=143624>
3094 <rdar://problem/19175714>
3096 Reviewed by Darin Adler.
3098 * ManualTests/button-that-focuses-itself-on-click.html: Added.
3100 2015-04-13 Michael Catanzaro <mcatanzaro@igalia.com>
3102 [cmake] REGRESSION(182663): It broke feature dependency handling
3103 https://bugs.webkit.org/show_bug.cgi?id=143665
3105 Reviewed by Csaba Osztrogonác.
3107 Don't try to check the value of options before defining the options.
3109 * Source/cmake/WebKitFeatures.cmake:
3111 2015-04-13 Csaba Osztrogonác <ossy@webkit.org>
3113 [cmake] Add ENABLE(ATTACHMENT_ELEMENT) to the build system
3114 https://bugs.webkit.org/show_bug.cgi?id=143664
3116 Reviewed by Gyuyoung Kim.
3118 * Source/cmake/OptionsEfl.cmake:
3119 * Source/cmake/OptionsGTK.cmake:
3120 * Source/cmake/WebKitFeatures.cmake:
3121 * Source/cmakeconfig.h.cmake:
3123 2015-04-12 Gyuyoung Kim <gyuyoung.kim@webkit.org>
3125 [EFL] Enable Media Source
3126 https://bugs.webkit.org/show_bug.cgi?id=143635
3128 Reviewed by Csaba Osztrogonác.
3130 * Source/cmake/OptionsEfl.cmake: Add ENABLE_MEDIA_SOURCE switch.
3132 2015-04-11 Michael Catanzaro <mcatanzaro@igalia.com>
3134 [CMake] Miscellaneous issues in WebKitFeatures.cmake
3135 https://bugs.webkit.org/show_bug.cgi?id=143636
3137 Reviewed by Martin Robinson.
3139 Rename _WEBKIT_AVAILABLE_OPTIONS_INITIALVALUE_ variables to
3140 _WEBKIT_AVAILABLE_OPTIONS_INITIAL_VALUE_
3142 Rename _WEBKIT_AVAILABLE_OPTIONS_ISPUBLIC_ variables to
3143 _WEBKIT_AVAILABLE_OPTIONS_IS_PUBLIC_
3145 Rename _SHOULD_PRINT_POINTS to _SHOULD_PRINT_DOTS
3147 Update USE_SYSTEM_MALLOC description to not mention TCmalloc
3149 Fix ENABLE_TOUCH_SLIDER so that it can be used
3153 * Source/cmake/WebKitFeatures.cmake:
3155 2015-04-11 Michael Catanzaro <mcatanzaro@igalia.com>
3157 [CMake] Print sorted feature list at the very end of the configure process
3158 https://bugs.webkit.org/show_bug.cgi?id=143596
3160 Reviewed by Martin Robinson.
3162 * CMakeLists.txt: Call PRINT_WEBKIT_OPTIONS at the bottom of the file.
3163 * Source/cmake/WebKitFeatures.cmake: Split option printing into PRINT_WEBKIT_OPTIONS macro,
3164 and sort the options before printing. Reorder some code so that features still get
3165 propagated to the bindings generators.
3167 2015-04-11 Michael Catanzaro <mcatanzaro@igalia.com>
3169 [CMake] Options should be marked as advanced by default
3170 https://bugs.webkit.org/show_bug.cgi?id=143572
3172 Reviewed by Gyuyoung Kim.
3174 Options defined with WEBKIT_OPTION_DEFINE are now advanced so that they are hidden from
3175 users by default, unless WEBKIT_OPTION_DEFAULT_PORT_VALUE is used. Add new macros
3176 WEBKIT_OPTION_DEFINE_PUBLIC to define an option that's not hidden by default, to be used
3177 for adding port-specific options, and WEBKIT_OPTION_PRIVATE_PORT_VALUE to override an
3178 option without making it public.
3180 * Source/cmake/WebKitFeatures.cmake:
3182 2015-04-10 Gyuyoung Kim <gyuyoung.kim@webkit.org>
3184 [CMake] Remove unnecessary ENABLE_WEBCORE switch
3185 https://bugs.webkit.org/show_bug.cgi?id=143584
3187 Reviewed by Csaba Osztrogonác.
3189 WebCore should be built for all ports. So ENABLE_WEBCORE switch looks be redundant.
3193 * Source/CMakeLists.txt:
3194 * Source/cmake/OptionsGTK.cmake:
3195 * Source/cmake/WebKitFS.cmake:
3197 2015-04-08 Filip Pizlo <fpizlo@apple.com>
3199 Unreviewed, revert accidental commit.
3203 2015-04-08 Alex Christensen <achristensen@webkit.org> and Patrick Gansterer <paroga@webkit.org>
3205 Add CMake build system for WinCairo port.
3206 https://bugs.webkit.org/show_bug.cgi?id=115944
3208 Reviewed by Chris Dumez.
3210 * Source/cmake/OptionsWindows.cmake:
3211 * Source/cmake/WebKitMacros.cmake:
3212 Make ADD_PRECOMPILED_HEADER more like http://stackoverflow.com/questions/148570/using-pre-compiled-headers-with-cmake
3214 2015-04-06 Alberto Garcia <berto@igalia.com>
3216 [GTK] Fix HPPA build
3217 https://bugs.webkit.org/show_bug.cgi?id=143453
3219 Reviewed by Darin Adler.
3221 Add HPPA to the list of supported CPUs.
3225 2015-04-03 Csaba Osztrogonác <ossy@webkit.org>
3227 Unreviewed, kick the GTK bots to fix an incremental build issue.
3229 * Source/cmake/OptionsGTK.cmake:
3231 2015-04-03 Zan Dobersek <zdobersek@igalia.com>
3233 Fix the EFL and GTK build after r182243
3234 https://bugs.webkit.org/show_bug.cgi?id=143361
3236 Reviewed by Csaba Osztrogonác.
3238 * Source/PlatformEfl.cmake: Add a custom command that copies
3239 the InspectorBackendCommands.js file into the proper directory
3240 under DerivedSources/WebInspectorUI/.
3242 2015-04-01 Alex Christensen <achristensen@webkit.org>
3244 Progress towards CMake on Windows and Mac.
3245 https://bugs.webkit.org/show_bug.cgi?id=143293
3247 Reviewed by Filip Pizlo.
3250 Set DERIVED_SOURCES_WTF_DIR for Windows.
3251 * Source/CMakeLists.txt:
3252 Don't compile bmalloc on Windows.
3253 * Source/cmake/OptionsCommon.cmake:
3254 Use the absolute path of the C preprocessor.
3255 * Source/cmake/OptionsWinCairo.cmake:
3256 Added needed definitions.
3257 * Source/cmake/OptionsWindows.cmake:
3258 Set some default values and removed support for old Visual Studio versions before /MP.
3259 * Source/cmake/WebKitFS.cmake:
3260 Make WTF DerivedSources directory.
3261 * Source/cmake/WebKitMacros.cmake:
3262 Added ADD_PRECOMPILED_HEADER macro based on
3263 http://stackoverflow.com/questions/148570/using-pre-compiled-headers-with-cmake
3265 2015-04-01 Gwang Yoon Hwang <yoon@igalia.com>
3267 Use colored diagnostics when building with cmake + ninja + clang
3268 https://bugs.webkit.org/show_bug.cgi?id=143297
3270 Reviewed by Žan Doberšek.
3272 Because that ninja sets subprocess stdout/stderr to a pipe, clang
3273 disables colored output.
3274 This patch forces clang to use colored diagnostics when we are using
3277 * Source/cmake/OptionsCommon.cmake:
3279 2015-03-29 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3281 [CMake] Update old CMakeList.txt in gtest
3282 https://bugs.webkit.org/show_bug.cgi?id=143192
3284 Reviewed by Darin Adler.
3286 CMake ports have used cmake/gtest/CMakeLists.txt instead of ThirdParty/test/CMakeLists.txt
3287 in order to build gtest. However it looks ThirdParty/test/CMakeLists.txt won't be used anymore.
3288 So this patch moves cmake/gtest/CMakeLists.txt to ThirdPart/test/CMakeLists.txt, and use it.
3290 * Source/CMakeLists.txt:
3291 * Source/cmake/gtest/CMakeLists.txt: Removed.
3293 2015-03-27 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3295 [CMake] Remove unnecessary INCLUDE_IF_EXISTS macro
3296 https://bugs.webkit.org/show_bug.cgi?id=143138
3298 Reviewed by Csaba Osztrogonác.
3300 INCLUDE_IF_EXISTS isn't used except for 2 places. However those uses can
3301 be replaced with WEBKIT_INCLUDE_CONFIG_FILES_IF_EXISTS.
3303 * Source/cmake/OptionsWindows.cmake:
3304 Set "PORT" instead of "PORT_FALLBACK" because there is no benefit to define PORT_FALLBACK.
3305 * Source/cmake/WebKitMacros.cmake:
3307 2015-03-27 Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
3309 [GStreamer] share GL context in pipeline, part 2
3310 https://bugs.webkit.org/show_bug.cgi?id=143049
3312 Reviewed by Carlos Garcia Campos.
3314 * Source/cmake/OptionsGTK.cmake: USE_GSTREAMER_GL is set only if
3315 OpenGL/ES2 is found and GLX/EGL is found too.
3317 2015-03-26 Alex Christensen <achristensen@webkit.org>
3319 Progress towards CMake on Mac.
3320 https://bugs.webkit.org/show_bug.cgi?id=143112
3322 Reviewed by Chris Dumez.
3324 * Source/cmake/OptionsMac.cmake:
3326 2015-03-24 Csaba Osztrogonác <ossy@webkit.org>
3328 [EFL] Add OpenWebRTC in jhbuild
3329 https://bugs.webkit.org/show_bug.cgi?id=142778
3331 Reviewed by Gyuyoung Kim.
3333 Original patch by Philippe Normand <pnormand@igalia.com>
3335 * Source/cmake/OptionsEfl.cmake: Look for OpenWebRTC library if
3336 mediastream build is enabled.
3338 2015-03-23 Carlos Garcia Campos <cgarcia@igalia.com>
3340 [GTK] Add a configure option to build without Redirected XComposite Window
3341 https://bugs.webkit.org/show_bug.cgi?id=142865
3343 Reviewed by Žan Doberšek.
3345 The Redirected XComposite Window was added to support some
3346 features like GtkOverlay, but in cases where we don't need such
3347 features, it's more efficient to use the XID of the WebKitWebView
3348 window as the native surface handle for the accelerated
3349 compositing. This patch adds USE_REDIRECTED_XCOMPOSITE_WINDOW,
3350 that is enabled by default for X11 target when OpenGL is enabled.
3352 * Source/cmake/OptionsGTK.cmake:
3354 2015-03-20 Zan Dobersek <zdobersek@igalia.com>
3356 [GTK] Search for the Wayland dependency when enabling Wayland target
3357 https://bugs.webkit.org/show_bug.cgi?id=142876
3359 Reviewed by Carlos Garcia Campos.
3361 * Source/cmake/OptionsGTK.cmake: The Wayland dependency isn't a public
3362 requirement of either the GTK+ or GDK pkg-config files, so we have to
3363 search for it ourselves when WebKitGTK+ has been configured to support
3364 the Wayland windowing target.
3366 2015-03-20 Csaba Osztrogonác <ossy@webkit.org>
3368 Unreviewed, kick the GTK bots to regenerate makefile.
3369 https://bugs.webkit.org/show_bug.cgi?id=137394
3371 * Source/cmake/OptionsEfl.cmake: Revert my last accidenatal change.
3372 * Source/cmake/OptionsGTK.cmake: Really kick the GTK bots.
3374 2015-03-20 Csaba Osztrogonác <ossy@webkit.org>
3376 Unreviewed, kick the GTK bots to regenerate makefile.
3377 https://bugs.webkit.org/show_bug.cgi?id=137394
3379 * Source/cmake/OptionsEfl.cmake:
3381 2015-03-19 Csaba Osztrogonác <ossy@webkit.org>
3383 [GTK] Fix inspector userinterface related incremental build issue
3384 https://bugs.webkit.org/show_bug.cgi?id=142849
3386 Reviewed by Carlos Garcia Campos.
3388 * Source/cmake/OptionsGTK.cmake: Revert r181733.
3390 2015-03-18 Csaba Osztrogonác <ossy@webkit.org>
3392 Unreviewed, kick the GTK bots to regenerate makefile.
3394 * Source/cmake/OptionsGTK.cmake:
3396 2015-03-17 Ryuan Choi <ryuan.choi@navercorp.com>
3398 [EFL] Expose JavaScript binding interface through ewk_extension
3399 https://bugs.webkit.org/show_bug.cgi?id=142033
3401 Reviewed by Gyuyoung Kim.
3403 * Source/cmake/OptionsEfl.cmake: Added HEADER_INSTALL_DIR variable.
3405 2015-03-17 Philippe Normand <pnormand@igalia.com>
3407 [GTK] basic OpenWebRTC build support
3408 https://bugs.webkit.org/show_bug.cgi?id=142393
3410 Reviewed by Carlos Garcia Campos.
3412 * Source/cmake/FindOpenWebRTC.cmake: Added.
3413 * Source/cmake/OptionsGTK.cmake: Look for OpenWebRTC library if
3414 mediastream build is enabled.
3416 2015-03-17 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3418 [CMake][EFL] Build test tools only for developer mode
3419 https://bugs.webkit.org/show_bug.cgi?id=142761
3421 Reviewed by Csaba Osztrogonác.
3423 Do not build EFL MiniBrowser, WebKitTestRunner, and ImageDiff on production mode.
3425 * Source/cmake/OptionsEfl.cmake:
3426 * Source/cmake/OptionsGTK.cmake: Move ENABLE_MINIBROWSER to common place.
3427 * Source/cmake/WebKitFeatures.cmake: Define ENABLE_MINIBROWSER variable.
3428 * Source/cmakeconfig.h.cmake:
3430 2015-03-16 Ryosuke Niwa <rniwa@webkit.org>
3432 Enable ES6 classes by default
3433 https://bugs.webkit.org/show_bug.cgi?id=142774
3435 Reviewed by Gavin Barraclough.
3437 * Source/cmake/WebKitFeatures.cmake:
3439 2015-03-16 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3441 [CMake][EFL] Rearrange OptionEFL.cmake to improve readability
3442 https://bugs.webkit.org/show_bug.cgi?id=142722
3444 Reviewed by Csaba Osztrogonác.
3446 Categorize to define cmake variables, to find necessary packages,
3447 use upper case for "glib_conponents" cmake variable name, re-arrange
3448 wrong alphabet sorting, and so on.
3450 * CMakeLists.txt: Remove WinCE port.
3451 * Source/cmake/OptionsEfl.cmake:
3453 2015-03-14 Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
3455 [GStreamer] share GL context in pipeline
3456 https://bugs.webkit.org/show_bug.cgi?id=142693
3458 Reviewed by Philippe Normand.
3460 Add search of gstreamer-gl library in the GStreamer installation. If
3461 it is found, WTF_USE_GSTREAMER_GL macro is defined.
3463 * Source/cmake/FindGStreamer.cmake:
3464 * Source/cmake/OptionsGTK.cmake:
3466 2015-03-13 Alex Christensen <achristensen@webkit.org>
3468 Progress towards CMake on Mac.
3469 https://bugs.webkit.org/show_bug.cgi?id=142680
3471 Reviewed by Gyuyoung Kim.
3474 * Source/PlatformMac.cmake: Added stub.
3475 * Source/cmake/OptionsMac.cmake:
3476 Change defines to get CMake working.
3478 2015-03-11 Carlos Garcia Campos <cgarcia@igalia.com>
3480 [GTK] Add an option to enable MiniBrowser for non developer builds and always install it
3481 https://bugs.webkit.org/show_bug.cgi?id=126688
3483 Reviewed by Gustavo Noronha Silva.
3485 Add ENABLE_MINIBROWSER option, enabled by default for development
3486 builds and disabled for production builds unless explicilty enabled.
3488 * Source/cmake/OptionsGTK.cmake:
3490 2015-03-11 Carlos Garcia Campos <cgarcia@igalia.com>
3492 [GTK] Do not look for child processes in the UI process binary path
3493 https://bugs.webkit.org/show_bug.cgi?id=135752
3495 Reviewed by Gustavo Noronha Silva.
3497 * Source/cmake/OptionsGTK.cmake: Add -DDEVELOPMENT_BUILD=1 to the
3498 build for development builds.
3500 2015-03-10 Carlos Garcia Campos <cgarcia@igalia.com> and José Dapena Paz <jdapena@igalia.com>
3502 [GTK] Add a configure option to build with OpenGL ES 2
3503 https://bugs.webkit.org/show_bug.cgi?id=142498
3505 Reviewed by Martin Robinson.
3507 Add ENABLE_GLES2 option. It's disabled by default, but if passed
3508 GLES2 is required and OpenGL is not even searched. Otherwise we
3509 search for OpenGL as usual, using it only if present.
3511 * Source/cmake/OptionsGTK.cmake:
3513 2015-03-10 Csaba Osztrogonác <ossy@webkit.org>
3515 [cmake] Handle unused parameter warnings as build errors except in WebKit2
3516 https://bugs.webkit.org/show_bug.cgi?id=142338
3518 Reviewed by Gyuyoung Kim.
3520 * Source/cmake/WebKitHelpers.cmake:
3522 2015-03-03 Daniel Bates <dabates@apple.com>
3524 Convert ManualTests/svg-tooltip.svg to a DRT test
3525 https://bugs.webkit.org/show_bug.cgi?id=140480
3527 Reviewed by Alex Christensen.
3529 * ManualTests/svg-tooltip.svg: Removed.
3531 2015-03-02 Debarshi Ray <debarshir@gnome.org>
3533 REGRESSION(r179409): [GTK] Undefined symbol prevents web extensions from being loaded
3534 https://bugs.webkit.org/show_bug.cgi?id=142165
3536 Reviewed by Carlos Garcia Campos.
3538 * Source/cmake/gtksymbols.filter:
3540 2015-02-26 Csaba Osztrogonác <ossy@webkit.org>
3542 [EFL] Remove unnecessary comment after r179110
3543 https://bugs.webkit.org/show_bug.cgi?id=142042
3545 Reviewed by Gyuyoung Kim.
3547 * Source/cmake/OptionsEfl.cmake:
3549 2015-02-23 Tomas Popela <tpopela@redhat.com>
3551 [GTK] Fails to compile with cmake 3.2.x
3552 https://bugs.webkit.org/show_bug.cgi?id=141796
3554 With cmake 3.2.x we have to explicitly ask for X11 otherwise the
3555 X11_X11_LIB variable won't be set thus the X11 linker flags won't be
3556 added and the build will fail.
3558 Reviewed by Martin Robinson.
3560 * Source/cmake/OptionsGTK.cmake:
3562 2015-02-20 Alexey Proskuryakov <ap@apple.com>
3564 Remove svn:keywords property.
3566 As far as I can tell, the property had no effect on any of these files, but also,
3567 when it has effect it's likely harmful.
3569 * ManualTests/animation-with-transition.html: Removed property svn:keywords.
3570 * ManualTests/blur-filter-timing.html: Removed property svn:keywords.
3571 * ManualTests/compositing/caret-in-compositing-frame.html: Removed property svn:keywords.
3572 * ManualTests/compositing/font-smoothing.html: Removed property svn:keywords.
3573 * ManualTests/compositing/missing-iframe-contents.html: Removed property svn:keywords.
3574 * ManualTests/compositing/requires-backing-change.html: Removed property svn:keywords.
3575 * ManualTests/compositing/resources/composited-subframe.html: Removed property svn:keywords.
3576 * ManualTests/compositing/resources/editable-compositing-subframe.html: Removed property svn:keywords.
3577 * ManualTests/frames/nested-iframe-blit-on-scroll.html: Removed property svn:keywords.
3578 * ManualTests/frames/resources/blit-on-scroll-subframe.html: Removed property svn:keywords.
3579 * ManualTests/frames/resources/blit-on-scroll-subsubframe.html: Removed property svn:keywords.
3580 * ManualTests/plugins/plugin-paint-causes-layout.html: Removed property svn:keywords.
3581 * ManualTests/screen-availLeft.html: Removed property svn:keywords.
3582 * ManualTests/transition-accelerated.html: Removed property svn:keywords.
3584 2015-02-17 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3586 [CMAKE] Remove CMakeLists.txt in WK1 port
3587 https://bugs.webkit.org/show_bug.cgi?id=141617
3589 Reviewed by Anders Carlsson.
3591 Nobody uses CMake in WK1 port. Remove it.
3595 2015-02-13 Csaba Osztrogonác <ossy@webkit.org>
3597 Unreviewed, remove empty directories.
3599 * ManualTests/qt: Removed.
3601 2015-02-11 Carlos Alberto Lopez Perez <clopez@igalia.com>
3603 [CMake] Don't set flag fuse-ld on the C/C++ compiler flags, but on the linker flags.
3604 https://bugs.webkit.org/show_bug.cgi?id=141481
3606 Reviewed by Csaba Osztrogonác.
3608 * Source/cmake/OptionsCommon.cmake: Move -fuse-ld=gold to the linker flags.
3610 2015-02-11 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3612 [EFL][GTK] Use bmalloc instead of tcmalloc
3613 https://bugs.webkit.org/show_bug.cgi?id=140162
3615 Reviewed by Carlos Garcia Campos.
3617 Add bmalloc directory to build list.
3619 * CMakeLists.txt: Define BMALLOC_DIR directory.
3620 * Source/CMakeLists.txt: Add bmalloc path to sub-directories list.
3622 2015-02-11 Carlos Garcia Campos <cgarcia@igalia.com>
3624 [GTK] Add default color chooser implementation using GtkColorChooserDialog
3625 https://bugs.webkit.org/show_bug.cgi?id=141392
3627 Reviewed by Gustavo Noronha Silva.
3629 Enable INPUT_TYPE_COLOR by default for GTK+ port.
3631 * Source/cmake/OptionsGTK.cmake:
3633 2015-02-09 Sergio Villar Senin <svillar@igalia.com>
3635 ASSERTION FAILED: resolvedInitialPosition <= resolvedFinalPosition in WebCore::GridSpan::GridSpan
3636 https://bugs.webkit.org/show_bug.cgi?id=141328
3638 Reviewed by Darin Adler.
3640 Added as manual test because it involves a huge grid allocation
3641 which is very slow on Debug bots, the only ones capable to trigger
3644 * ManualTests/css-grid-layout-item-with-huge-span-crash.html: Added.
3646 2015-02-05 Youenn Fablet <youenn.fablet@crf.canon.fr> and Xabier Rodriguez Calvar <calvaris@igalia.com>
3648 [Streams API] Implement a barebone ReadableStream interface
3649 https://bugs.webkit.org/show_bug.cgi?id=141045
3651 Reviewed by Benjamin Poulain.
3653 * Source/cmake/WebKitFeatures.cmake:
3654 * Source/cmakeconfig.h.cmake: Made streams API compilation on by default.
3656 2015-02-02 Filip Pizlo <fpizlo@apple.com>
3658 Revert accidental change in r179490.
3662 2015-02-02 Filip Pizlo <fpizlo@apple.com>
3664 Unreviewed, revert accidental change to Makefile.shared in r179478
3668 2015-01-28 Carlos Alberto Lopez Perez <clopez@igalia.com>
3670 [CMake] Minimum python version should be 2.7.
3671 https://bugs.webkit.org/show_bug.cgi?id=140997
3673 Reviewed by Csaba Osztrogonác.
3677 2015-01-26 Nikos Andronikos <nikos.andronikos-webkit@cisra.canon.com.au>
3679 Apply feTurbulence spec change to fix zero length vector generation
3680 https://bugs.webkit.org/show_bug.cgi?id=140812
3682 Reviewed by Darin Adler.
3684 Recently a bug with the turbulence algorithm was corrected in the
3685 Filter Effects specification.
3686 For some seed values this bug allowed zero length vectors to be generated.
3687 This resulted in large solid color squares being present in the generated image.
3688 The feTurbulence algorithm was updated to reject zero length vectors. This patch
3689 applies that change in WebCore.
3691 Test: svg/filters/feTurbulence_bad_seeds.html
3693 * platform/graphics/filters/FETurbulence.cpp:
3694 (WebCore::FETurbulence::initPaint):
3695 Added rejection sampling during vector generation to avoid zero length vectors.
3697 2015-01-26 Csaba Osztrogonác <ossy@webkit.org>
3699 [cmake] Remove compiler version calculate cruft
3700 https://bugs.webkit.org/show_bug.cgi?id=140885
3702 Reviewed by Darin Adler.
3704 * Source/cmake/WebKitHelpers.cmake:
3706 2015-01-26 Csaba Osztrogonác <ossy@webkit.org>
3708 [cmake] Stop compiling with -Wno-error=uninitialized and -Wno-error=literal-suffix
3709 https://bugs.webkit.org/show_bug.cgi?id=140886
3711 Reviewed by Žan Doberšek.
3713 * Source/cmake/WebKitHelpers.cmake:
3715 2015-01-26 Michael Catanzaro <mcatanzaro@igalia.com>
3717 [GTK] gtkdoc does not appear in DevHelp
3718 https://bugs.webkit.org/show_bug.cgi?id=139369
3720 Reviewed by Philippe Normand.
3722 Expect the gtkdoc to be generated in folders named with the API version.
3724 * Source/PlatformGTK.cmake:
3726 2015-01-26 Zan Dobersek <zdobersek@igalia.com>
3728 [EFL][GTK] Stop compiling with fno-omit-frame-pointer, -fno-tree-dce
3729 https://bugs.webkit.org/show_bug.cgi?id=140609
3731 Reviewed by Csaba Osztrogonác.
3733 The latest releases of GCC versions 4.7, 4.8 and 4.9 all compile and
3734 run JSC tests fine without the -fno-tree-dce and -fno-omit-frame-pointer
3735 compilation flags. Those were added after the jsCStack branch merge, but
3736 can now be removed since the -ftree-dce issues were fixed in GCC, and
3737 changes in r173282 and r173298 again enable compiling with -fomit-frame-pointer.
3739 * Source/cmake/OptionsEfl.cmake:
3740 * Source/cmake/OptionsGTK.cmake:
3742 2015-01-26 Commit Queue <commit-queue@webkit.org>
3744 Unreviewed, rolling out r179107.
3745 https://bugs.webkit.org/show_bug.cgi?id=140880
3747 The GCC in the bots doesn't support the AsyncTask
3748 implementation (Requested by KaL on #webkit).
3752 "[GTK] Enable IndexedDB"
3753 https://bugs.webkit.org/show_bug.cgi?id=98932
3754 http://trac.webkit.org/changeset/179107
3756 2015-01-25 Carlos Garcia Campos <cgarcia@igalia.com>
3758 [GTK] Enable IndexedDB
3759 https://bugs.webkit.org/show_bug.cgi?id=98932
3761 Reviewed by Žan Doberšek.
3763 * Source/cmake/OptionsGTK.cmake: Enable DATABASE_PROCESS and INDEXED_DATABASE.
3764 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_DATABASE_PROCESS.
3766 2015-01-23 Carlos Garcia Campos <cgarcia@igalia.com>
3768 [GTK] Add initial database process support
3769 https://bugs.webkit.org/show_bug.cgi?id=139491
3771 Reviewed by Sergio Villar Senin.
3773 * Source/cmake/OptionsGTK.cmake: Set WebKit2_DatabaseProcess_OUTPUT_NAME.
3775 2015-01-22 Ryosuke Niwa <rniwa@webkit.org>
3777 Add a build flag for ES6 class syntax
3778 https://bugs.webkit.org/show_bug.cgi?id=140760
3780 Reviewed by Michael Saboff.
3782 * Source/cmake/WebKitFeatures.cmake:
3783 * Source/cmakeconfig.h.cmake:
3785 2015-01-21 Csaba Osztrogonác <ossy@webkit.org>
3787 [EFL][WK2] EFL MiniBrowser doesn't run because shared library is not found
3788 https://bugs.webkit.org/show_bug.cgi?id=140049
3790 Reviewed by Gyuyoung Kim.
3792 * Source/cmake/OptionsCommon.cmake:
3794 2015-01-21 Csaba Osztrogonác <ossy@webkit.org>
3796 Remove ENABLE(INSPECTOR) ifdef guards
3797 https://bugs.webkit.org/show_bug.cgi?id=140668
3799 Reviewed by Darin Adler.
3801 * Source/PlatformEfl.cmake:
3802 * Source/cmake/OptionsEfl.cmake:
3803 * Source/cmake/OptionsGTK.cmake:
3804 * Source/cmake/OptionsMac.cmake:
3805 * Source/cmake/WebKitFeatures.cmake:
3806 * Source/cmakeconfig.h.cmake:
3808 2015-01-20 Carlos Garcia Campos <cgarcia@igalia.com>
3810 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.4 release.
3812 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
3814 2015-01-19 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3816 [CMAKE] Fix cmake warning
3817 https://bugs.webkit.org/show_bug.cgi?id=140497
3819 Reviewed by Gustavo Noronha Silva.
3821 r173155 already tried to fix cmake warning though, the warning is still exist.
3822 CMAKE_LINK_INTERFACE_LIBRARIES seems to cause this warning. Individual target is
3823 already set for their libraries though, INTERFACE_LINK_LIBRARIES contains the list
3824 of transitive link dependencies, and CMAKE_LINK_INTERFACE_LIBRARIES can override
3825 the INTERFACE_LINK_LIBRARIES property when CMP0022 is not set. CMake warns this override.
3826 To avoid it, EFL port doesn't set CMAKE_LINK_INTERFACE_LIBRARIES.
3830 2015-01-19 Michael Catanzaro <mcatanzaro@igalia.com>
3832 [GTK] Generate the make dist manifest from a CMake template file
3833 https://bugs.webkit.org/show_bug.cgi?id=139387
3835 Reviewed by Martin Robinson.
3837 Generate manifest.txt from manifest.txt.in. Only expose the dist and
3838 distcheck targets for developer builds, as they won't work when
3839 building from a tarball because the manifest is not distributed.
3841 * Source/PlatformGTK.cmake:
3843 2015-01-15 Csaba Osztrogonác <ossy@webkit.org>
3845 Remove ENABLE(SQL_DATABASE) guards
3846 https://bugs.webkit.org/show_bug.cgi?id=140434
3848 Reviewed by Darin Adler.
3850 * Source/cmake/OptionsMac.cmake:
3851 * Source/cmake/WebKitFeatures.cmake:
3852 * Source/cmakeconfig.h.cmake:
3854 2015-01-11 Sam Weinig <sam@webkit.org>
3856 Remove support for SharedWorkers
3857 https://bugs.webkit.org/show_bug.cgi?id=140344
3859 Reviewed by Anders Carlsson.
3861 * Source/cmake/OptionsEfl.cmake: