1 2016-02-15 Alex Christensen <achristensen@webkit.org>
3 Re-enable INTL on WinCairo
4 https://bugs.webkit.org/show_bug.cgi?id=154256
6 Reviewed by Michael Catanzaro.
8 * Source/cmake/OptionsWin.cmake:
9 Peavo updated icu and it works, so let's re-enable INTL on WinCairo to catch Windows build failures.
11 2016-02-12 Csaba Osztrogonác <ossy@webkit.org>
13 [EFL][GTK] Fix ENABLE(SVG_OTF_CONVERTER) build
14 https://bugs.webkit.org/show_bug.cgi?id=154165
16 Reviewed by Alex Christensen.
18 * Source/cmake/OptionsEfl.cmake:
19 * Source/cmake/OptionsGTK.cmake:
21 2016-02-11 Konstantin Tokarev <annulen@yandex.ru>
23 [cmake] Consolidate TextureMapper file and include dir lists.
24 https://bugs.webkit.org/show_bug.cgi?id=154106
26 Reviewed by Michael Catanzaro.
28 * Source/cmake/OptionsEfl.cmake: Expose USE_TEXTURE_MAPPER_GL to
30 * Source/cmake/OptionsWinCairo.cmake: Ditto.
32 2016-02-09 Csaba Osztrogonác <ossy@webkit.org>
34 [GTK][EFL] Fix several build configuration related to SamplingProfiler after r196245
35 https://bugs.webkit.org/show_bug.cgi?id=154033
37 Reviewed by Michael Catanzaro.
39 * Source/cmake/WebKitFeatures.cmake:
41 2016-02-09 Carlos Garcia Campos <cgarcia@igalia.com>
43 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.11.5 release.
45 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
47 2016-02-07 Yusuke Suzuki <utatane.tea@gmail.com>
49 [GTK][EFL] Enable SamplingProfiler
50 https://bugs.webkit.org/show_bug.cgi?id=153638
52 Reviewed by Michael Catanzaro.
54 Enable SamplingProfiler in GTK and EFL.
55 And added option to CMake to switch this from the build command.
57 * Source/cmake/OptionsEfl.cmake:
58 * Source/cmake/OptionsGTK.cmake:
59 * Source/cmake/WebKitFeatures.cmake:
61 2016-02-07 Konstantin Tokarev <annulen@yandex.ru>
63 [cmake] Move LLVM detection for LLVMDisassembler to OptionsCommon.cmake
64 https://bugs.webkit.org/show_bug.cgi?id=153961
66 Reviewed by Michael Catanzaro.
68 * Source/cmake/OptionsCommon.cmake:
69 * Source/cmake/OptionsEfl.cmake:
70 * Source/cmake/OptionsGTK.cmake:
72 2016-02-04 Csaba Osztrogonác <ossy@webkit.org>
74 Unreviewed non X86_64 buildfix after r196077.
76 * Source/cmake/OptionsEfl.cmake:
77 * Source/cmake/OptionsGTK.cmake:
79 2016-02-03 Michael Catanzaro <mcatanzaro@igalia.com>
81 [GTK][EFL] Switch FTL to B3
82 https://bugs.webkit.org/show_bug.cgi?id=153478
84 Reviewed by Csaba Osztrogonác.
86 * Source/cmake/OptionsEfl.cmake:
87 * Source/cmake/OptionsGTK.cmake:
89 2016-02-02 Joseph Pecoraro <pecoraro@apple.com>
91 Unreviewed attempt to fix Mac CMake build after r195999.
93 * Source/cmake/OptionsMac.cmake:
94 * Source/cmake/WebKitFeatures.cmake:
95 Add ENABLE_RESOURCE_USAGE to CMake builds.
97 2016-02-02 Alejandro G. Castro <alex@igalia.com>
99 [GTK][EFL] Upgrade OpenWebRTC dependency
100 https://bugs.webkit.org/show_bug.cgi?id=153489
102 Reviewed by Philippe Normand.
104 * Source/cmake/FindOpenWebRTC.cmake: Bump OpenWebRTC dependency,
105 required to make the mediastream work.
107 2016-02-01 Alex Christensen <achristensen@webkit.org>
109 [Win] WTFHeaderDetection.h no longer needed
110 https://bugs.webkit.org/show_bug.cgi?id=153753
111 rdar://problem/24434627
113 Reviewed by Darin Adler.
115 * Source/cmake/WebKitFS.cmake:
117 2016-01-31 Joonghun Park <jh718.park@samsung.com>
119 [EFL] All API tests are broken on 15.10
120 https://bugs.webkit.org/show_bug.cgi?id=153528
122 Reviewed by Gyuyoung Kim.
124 * CMakeLists.txt: Having include(WebKitCommon) statement follow
125 CMAKE_FOO_OUTPUT_DIRECTORY otherwise all the API tests gets blocked.
127 2016-01-30 Yusuke Suzuki <utatane.tea@gmail.com>
129 Enable SamplingProfiler on POSIX environment
130 https://bugs.webkit.org/show_bug.cgi?id=153584
132 Reviewed by Michael Saboff.
134 Add features.h header check. It will define __GLIBC__.
136 * Source/cmake/OptionsCommon.cmake:
138 2016-01-27 Alexey Proskuryakov <ap@apple.com>
140 Remove ENABLE_CURRENTSRC
141 https://bugs.webkit.org/show_bug.cgi?id=153545
143 Reviewed by Simon Fraser.
145 * Source/cmake/OptionsEfl.cmake:
146 * Source/cmake/OptionsGTK.cmake:
147 * Source/cmake/OptionsMac.cmake:
148 * Source/cmake/OptionsWin.cmake:
149 * Source/cmake/WebKitFeatures.cmake:
150 * Source/cmake/tools/vsprops/FeatureDefines.props:
151 * Source/cmake/tools/vsprops/FeatureDefinesCairo.props:
153 2016-01-25 Alex Christensen <achristensen@webkit.org>
155 Fix internal Windows build
156 https://bugs.webkit.org/show_bug.cgi?id=153469
158 Reviewed by Brent Fulgham.
160 * Source/cmake/WebKitMacros.cmake:
161 Pass the GPERF_EXECUTABLE that we found to make-hash-tools.pl.
163 2016-01-23 Aaron Chu <arona.chu@gmail.com>
165 Web Inspector: AXI: node-link-list should be collapsible
166 https://bugs.webkit.org/show_bug.cgi?id=130911
168 Added a manual test to test the node list in the Accessibility Inspector
170 Reviewed by Timothy Hatcher.
172 * ManualTests/accessibility/collapsible-node-link-list.html: Added.
174 2016-01-22 Alex Christensen <achristensen@webkit.org>
176 Fix internal Windows build
177 https://bugs.webkit.org/show_bug.cgi?id=153385
178 rdar://problem/24310408
180 Reviewed by Brian Weinstein.
182 * Source/cmake/WinTools.make:
183 * Source/cmake/tools/vsprops: Copied from WebKitLibraries/win/tools/vsprops.
184 These property sheets are needed for some projects that are not in this repository
185 and don't use CMake in the official build. We want to leave them unchanged for now.
187 2016-01-22 Alex Christensen <achristensen@webkit.org>
189 Only set CMake output directories if they aren't already set
190 https://bugs.webkit.org/show_bug.cgi?id=153373
192 Reviewed by Michael Catanzaro.
195 r195242 caused Windows builds to copy files to bin instead of bin64.
196 CMAKE_RUNTIME_OUTPUT_DIRECTORY is being set in OptionsWin.cmake, and this was now resetting it.
197 This also makes it so you can set these variables by command line.
199 2016-01-20 Carlos Garcia Campos <cgarcia@igalia.com>
201 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.11.4 release.
203 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
205 2016-01-18 Michael Catanzaro <mcatanzaro@igalia.com>
207 [CMake] Duplicate attempts to find software during cmake stage
208 https://bugs.webkit.org/show_bug.cgi?id=153211
210 Reviewed by Martin Robinson.
212 * CMakeLists.txt: Remove duplication of commands in WebKitCommon.cmake.
213 * Source/cmake/WebKitCommon.cmake: Guard the entire file so it runs only once.
215 2016-01-17 Michael Catanzaro <mcatanzaro@igalia.com>
217 [CMake] Do not build bmalloc when USE_SYSTEM_MALLOC is ON
218 https://bugs.webkit.org/show_bug.cgi?id=153190
220 Reviewed by Csaba Osztrogonác.
222 Build bmalloc when NOT USE_SYSTEM_MALLOC rather than when NOT WIN32.
224 * Source/CMakeLists.txt:
225 * Source/cmake/OptionsWin.cmake:
227 2016-01-16 Jeremy Huddleston Sequoia <jeremyhu@apple.com>
229 [GTK] Use -Wl,-all_load on darwin to include contents of all static archives
231 https://bugs.webkit.org/show_bug.cgi?id=153117
233 Reviewed by Michael Catanzaro.
235 * Source/cmake/OptionsGTK.cmake:
237 2016-01-13 Carlos Garcia Campos <cgarcia@igalia.com>
239 [CMake] Do not use LLVM static libraries for FTL JIT
240 https://bugs.webkit.org/show_bug.cgi?id=151559
242 Reviewed by Michael Catanzaro.
244 Also export LLVM_LIBRARIES variable that can be used to prefer
245 linking to the llvm dynamic libraries.
247 * Source/cmake/FindLLVM.cmake:
249 2016-01-13 Michael Catanzaro <mcatanzaro@igalia.com>
251 [GTK] Add comments above options declarations in OptionsGTK.cmake
252 https://bugs.webkit.org/show_bug.cgi?id=153074
254 Reviewed by Martin Robinson.
256 * Source/cmake/OptionsGTK.cmake:
258 2016-01-12 Carlos Garcia Campos <cgarcia@igalia.com>
260 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.11.3 release.
262 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
264 2016-01-12 Ryosuke Niwa <rniwa@webkit.org>
266 Add a build flag for custom element
267 https://bugs.webkit.org/show_bug.cgi?id=153005
269 Reviewed by Alex Christensen.
271 * Source/cmake/OptionsEfl.cmake:
272 * Source/cmake/OptionsWin.cmake:
273 * Source/cmake/WebKitFeatures.cmake:
275 2016-01-08 Alex Christensen <achristensen@webkit.org>
277 Fix internal Windows build
278 https://bugs.webkit.org/show_bug.cgi?id=152937
280 Reviewed by Brent Fulgham.
282 * Source/cmake/WebKitCommon.cmake:
283 Try looking in the default cygwin installation directory for executables like bison, flex, gperf, and ruby.
284 This is needed on Windows builds that are not driven by cygwin, but need to use the cygwin installations of these tools.
285 This is the effective equivalent of this line in WebKitLibraries/win/tools/vsprops/common.props in the old build system:
286 set PATH=%SystemDrive%\cygwin\bin;%PATH%
288 2016-01-06 Gyuyoung Kim <gyuyoung.kim@webkit.org>
290 [EFL] Set WebKit2 process output name
291 https://bugs.webkit.org/show_bug.cgi?id=152773
293 Reviewed by Benjamin Poulain.
295 If we add *WebKit* prefix to each WK2 process, it is more clear when checking what process is running.
296 So this patch sets wk2 process output name.
298 * Source/cmake/OptionsEfl.cmake:
300 2016-01-05 Zan Dobersek <zdobersek@igalia.com>
302 [CMake] Remove USE_UDIS86 variable
303 https://bugs.webkit.org/show_bug.cgi?id=152731
305 Reviewed by Gyuyoung Kim.
307 Remove the USE_UDIS86 variable in CMake files. The specific build guard
308 is now enabled by default in Source/WTF/wtf/Platform.h, so the handling
309 in CMake isn't required anymore. The Udis86-specific files have to be
310 built unconditionally now, though.
312 * Source/cmake/OptionsEfl.cmake:
313 * Source/cmake/OptionsGTK.cmake:
314 * Source/cmake/OptionsMac.cmake:
316 2016-01-04 Alex Christensen <achristensen@webkit.org>
318 Fix Mac CMake build after r194454.
320 * Source/cmake/OptionsMac.cmake:
321 _macosx, _iphoneos, and _iphonesimulator are used in FeatureDefines.xcconfig but won't be used in CMake.
322 If we actually switch to CMake, we will need to verify that all the feature enabling is equivalent, and it isn't right now.
324 2015-12-31 Michael Catanzaro <mcatanzaro@igalia.com>
326 [GTK][CMake] Do not override default values of build options with the default value
327 https://bugs.webkit.org/show_bug.cgi?id=152615
329 Reviewed by Martin Robinson.
331 Override the default value of build options only when the default value for the GTK+ port
332 is actually different than the default value in WebKitFeatures.cmake. This way we don't
333 accidentally override changes to default values in WebKitFeatures.cmake. We should use the
334 values in WebKitFeatures.cmake except when we make an active choice to do otherwise.
336 * Source/cmake/OptionsGTK.cmake:
338 2015-12-31 Michael Catanzaro <mcatanzaro@igalia.com>
340 [CMake] Add error checking to WEBKIT_OPTION_DEFAULT_PORT_VALUE et. al.
341 https://bugs.webkit.org/show_bug.cgi?id=144069
343 Reviewed by Martin Robinson.
345 * Source/cmake/OptionsWin.cmake:
346 Do not set options that no longer exist.
347 * Source/cmake/WebKitFeatures.cmake:
348 Add error checking to ensure that option names passed to WEBKIT_OPTION_DEFAULT_PORT_VALUE,
349 WEBKIT_OPTION_CONFLICT, and WEBKIT_OPTION_DEPEND are actually valid options that have been
350 previously-defined. Also, add ENABLE_SVG_OTF_CONVERTER build option, defaulted to off since
351 no CMake port was using it.
353 2015-12-31 Michael Catanzaro <mcatanzaro@igalia.com>
355 [CMake] Add error checking to catch option manipulation after WEBKIT_OPTION_END
356 https://bugs.webkit.org/show_bug.cgi?id=152611
358 Reviewed by Martin Robinson.
360 If WEBKIT_OPTION_DEFINE is called after WEBKIT_OPTION_END, the option never makes its way
361 into FEATURE_DEFINES and so will be inconsistently set (available to most of the build, but
362 not to the DOM bindings generator, for example).
364 If WEBKIT_OPTION_DEFAULT_PORT_VALUE, WEBKIT_OPTION_CONFLICT, or WEBKIT_OPTION_DEPEND are
365 called after WEBKIT_OPTION_END, they don't do anything.
367 Add error checking to catch these bugs.
369 * Source/cmake/WebKitFeatures.cmake:
371 2015-12-30 Philippe Normand <pnormand@igalia.com>
373 [GTK][Mac] Disable gtk-doc
374 https://bugs.webkit.org/show_bug.cgi?id=150798
376 Reviewed by Michael Catanzaro.
378 * Source/PlatformGTK.cmake: gtkdoc-scangobj fails due to a clang
379 link error on Mac, so for now disable gtk-doc support on that
381 * Source/cmake/OptionsGTK.cmake: Ditto.
383 2015-12-23 Andy VanWagoner <andy@instructure.com>
385 [INTL] Implement Intl.DateTimeFormat.prototype.resolvedOptions ()
386 https://bugs.webkit.org/show_bug.cgi?id=147603
388 Reviewed by Benjamin Poulain.
390 * Source/cmake/OptionsWin.cmake: Disable INTL on Windows for now
392 2015-12-16 Youenn Fablet <youenn.fablet@crf.canon.fr>
394 [Fetch API] Add fetch API compile time flag
395 https://bugs.webkit.org/show_bug.cgi?id=152254
397 Reviewed by Darin Adler.
399 * Source/cmake/OptionsWin.cmake:
400 * Source/cmake/WebKitFeatures.cmake:
402 2015-12-10 Brent Fulgham <bfulgham@apple.com>
404 [Win] Support building under Cygwin or native Perl
405 https://bugs.webkit.org/show_bug.cgi?id=152145
406 <rdar://problem/23839868>
408 Reviewed by David Kilzer.
410 * Source/cmake/tools/scripts/auto-version.pl: Correct handling of mixed DOS filenames when used in a
414 2015-12-09 Daniel Bates <dabates@apple.com>
416 [iOS] Suspend and resume device motion and device orientation updates when page is hidden and visible, respectively
417 https://bugs.webkit.org/show_bug.cgi?id=151840
418 <rdar://problem/23753931>
420 Reviewed by Simon Fraser.
422 Add a manual test that can be used to verify that we suspend dispatching device motion and
423 device orientation events when the page is hidden.
425 * ManualTests/ios/resources/suspend-orientation-and-motion-events-when-page-becomes-hidden.js: Added.
428 (handleVisibilityChange):
429 * ManualTests/ios/suspend-orientation-and-motion-events-when-page-becomes-hidden.html: Added.
431 2015-12-07 Alex Christensen <achristensen@webkit.org>
433 Fix internal Windows build
434 https://bugs.webkit.org/show_bug.cgi?id=151950
436 Reviewed by Brent Fulgham.
438 * Source/cmake/tools/scripts/auto-version.pl:
440 2015-12-01 Yusuke Suzuki <utatane.tea@gmail.com>
442 [ES6] Implement LLInt/Baseline Support for ES6 Generators and enable this feature
443 https://bugs.webkit.org/show_bug.cgi?id=150792
445 Reviewed by Saam Barati.
447 * Source/cmake/OptionsWin.cmake:
448 * Source/cmake/WebKitFeatures.cmake:
450 2015-12-01 Commit Queue <commit-queue@webkit.org>
452 Unreviewed, rolling out r192914.
453 https://bugs.webkit.org/show_bug.cgi?id=151734
455 JSC tests for this change are failing on 32 and 64-bit bots
456 (Requested by ryanhaddad on #webkit).
460 "[ES6] Implement LLInt/Baseline Support for ES6 Generators and
462 https://bugs.webkit.org/show_bug.cgi?id=150792
463 http://trac.webkit.org/changeset/192914
465 2015-12-01 Yusuke Suzuki <utatane.tea@gmail.com>
467 [ES6] Implement LLInt/Baseline Support for ES6 Generators and enable this feature
468 https://bugs.webkit.org/show_bug.cgi?id=150792
470 Reviewed by Saam Barati.
472 * Source/cmake/OptionsWin.cmake:
473 * Source/cmake/WebKitFeatures.cmake:
475 2015-11-23 Carlos Garcia Campos <cgarcia@igalia.com>
477 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.11.2 release.
479 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
481 2015-11-20 Alex Christensen <achristensen@webkit.org>
483 Remove NETWORK_PROCESS compile flag
484 https://bugs.webkit.org/show_bug.cgi?id=151512
486 Reviewed by Tim Horton.
488 * Source/cmake/OptionsEfl.cmake:
489 * Source/cmake/OptionsGTK.cmake:
490 * Source/cmake/OptionsMac.cmake:
491 * Source/cmake/WebKitFeatures.cmake:
493 2015-11-20 Csaba Osztrogonác <ossy@webkit.org>
495 [EFL] Enable FTL JIT by default on X86_64
496 https://bugs.webkit.org/show_bug.cgi?id=143822
498 Reviewed by Carlos Garcia Campos.
500 * Source/cmake/OptionsEfl.cmake:
502 2015-11-19 Commit Queue <commit-queue@webkit.org>
504 Unreviewed, rolling out r192667 and r192668.
505 https://bugs.webkit.org/show_bug.cgi?id=151476
507 broke api tests (Requested by alexchristensen on #webkit).
511 "Remove the non-NetworkProcess configurations"
512 https://bugs.webkit.org/show_bug.cgi?id=151418
513 http://trac.webkit.org/changeset/192667
515 "Fix GTK Build after r192667."
516 http://trac.webkit.org/changeset/192668
518 2015-11-19 Alex Christensen <achristensen@webkit.org>
520 Remove the non-NetworkProcess configurations
521 https://bugs.webkit.org/show_bug.cgi?id=151418
523 Reviewed by Geoffrey Garen.
525 * Source/cmake/OptionsEfl.cmake:
526 * Source/cmake/OptionsGTK.cmake:
527 * Source/cmake/OptionsMac.cmake:
528 * Source/cmake/WebKitFeatures.cmake:
530 2015-11-17 Carlos Garcia Campos <cgarcia@igalia.com>
532 REGRESSION(r192459): [GTK] User agent string is broken after r192459
533 https://bugs.webkit.org/show_bug.cgi?id=151347
535 Reviewed by Žan Doberšek.
537 Pass UA version numbers as strings to the build.
539 * Source/cmake/OptionsGTK.cmake:
541 2015-11-16 Alex Christensen <achristensen@webkit.org>
543 Fix CMake build and make PluginProcess executable
544 https://bugs.webkit.org/show_bug.cgi?id=151332
546 Reviewed by Tim Horton.
548 * Source/cmake/OptionsMac.cmake:
550 2015-11-16 Carlos Garcia Campos <cgarcia@igalia.com>
552 [GTK] Use FTL by default when LLVM 3.7 is available
553 https://bugs.webkit.org/show_bug.cgi?id=142128
555 Reviewed by Csaba Osztrogonác.
557 Enable FTL by default when architecture is X86_64. It requires
558 LLVM 3.7, but can be disabled manually as a cmake configure
561 * Source/cmake/FindLLVM.cmake: In debian llvm-config is only
562 available if the metapackage is installed and it points to
563 llvm-config-3.5. So, here we check first if the llvm-config is
564 from a recent enough version, and if not we check several
565 llvm-config-<version> programs, so this should work on any distro.
566 * Source/cmake/OptionsGTK.cmake: Enable FTL by default when
567 target architecture is X86_64, and check the LLVM is at least
568 3.7. The option is now public, since we want people to be able to
571 2015-11-11 Anders Carlsson <andersca@apple.com>
573 Enable cross-platform context menus by default
574 https://bugs.webkit.org/show_bug.cgi?id=151173
576 Reviewed by Tim Horton.
578 * Source/cmake/OptionsEfl.cmake:
580 2015-11-12 Csaba Osztrogonác <ossy@webkit.org>
582 Remove ENABLE(SATURATED_LAYOUT_ARITHMETIC) guards
583 https://bugs.webkit.org/show_bug.cgi?id=150972
585 Reviewed by Darin Adler.
587 * Source/cmake/OptionsMac.cmake:
588 * Source/cmake/WebKitFeatures.cmake:
590 2015-11-11 Philippe Normand <pnormand@igalia.com>
592 [GTK][Mac] don't install .frameworks
593 https://bugs.webkit.org/show_bug.cgi?id=151136
595 Reviewed by Alex Christensen.
597 * Source/cmake/WebKitMacros.cmake: Don't install framework files when building the GTK port on Mac.
599 2015-11-10 Pranjal Jumde <pjumde@apple.com>
601 Fixed crash loading Mozilla layout test editor/libeditor/crashtests/431086-1.xhtml.
602 https://bugs.webkit.org/show_bug.cgi?id=150252
603 <rdar://problem/23149470>
605 Reviewed by Brent Fulgham.
608 * Source/WebCore/editing/ios/EditorIOS.mm
609 * Source/WebCore/editing/mac/EditorMac.mm
610 In Editor::fontForSelection moved the node removal code, so that the
611 node is only removed if style is not NULL.
612 * Source/WebCore/editing/cocoa/EditorCocoa.mm
613 In Editor::styleForSelectionStart checking if the parentNode can
614 accept the styleElement node.
615 * LayoutTests/editing/execCommand/150252.xhtml
616 * LayoutTests/editing/execCommand/150252_minimal.xhtml
617 * LayoutTests/editing/execCommand/150252-expected.txt
618 * LayoutTests/editing/execCommand/150252_minimal-expected.txt
620 2015-11-09 Pranjal Jumde <pjumde@apple.com>
622 Fixed crash loading Mozilla layout test editor/libeditor/crashtests/431086-1.xhtml.
623 https://bugs.webkit.org/show_bug.cgi?id=150252
624 <rdar://problem/23149470>
626 Reviewed by Brent Fulgham.
628 * Source/WebCore/editing/ios/EditorIOS.mm
629 * Source/WebCore/editing/mac/EditorMac.mm
630 In Editor::fontForSelection moved the node removal code, so that the
631 node is only removed if style is not NULL.
632 * LayoutTests/editing/execCommand/150252.xhtml
633 * LayoutTests/editing/execCommand/150252_minimal.xhtml
634 * LayoutTests/editing/execCommand/150252-expected.txt
635 * LayoutTests/editing/execCommand/150252_minimal-expected.txt
637 2015-11-06 Daniel Bates <dabates@apple.com>
639 Teach Makefile to build LayoutTestRelay when building for iOS Simulator
640 https://bugs.webkit.org/show_bug.cgi?id=150849
642 Reviewed by Alexey Proskuryakov.
644 Add support for overriding the user-provided arguments SDKROOT and ARCHS
645 on a per Makefile basis.
649 2015-11-06 Philippe Normand <pnormand@igalia.com>
651 Unreviewed, GTK build fix after r192095.
653 * Source/cmake/FindGTK3.cmake:
655 2015-11-06 Philip Chimento <philip.chimento@gmail.com> and Michael Catanzaro <mcatanzaro@igalia.com>
657 [GTK] Re-enable Quartz backend on cmake build system
658 https://bugs.webkit.org/show_bug.cgi?id=144561
660 Reviewed by Philippe Normand.
662 * Source/cmake/FindGTK3.cmake: Set GTK3_SUPPORTS_QUARTZ based on
663 the presence of of gtk+-quartz-3.0 module.
664 * Source/cmake/OptionsGTK.cmake: Reintroduce the
665 ENABLE_QUARTZ_TARGET option to the CMake build, for building the
666 GTK+ Quartz backend on OS X.
668 2015-11-05 Nikos Andronikos <nikos.andronikos-webkit@cisra.canon.com.au>
670 Add runtime and compile time flags for enabling Web Animations API and model.
671 https://bugs.webkit.org/show_bug.cgi?id=150914
673 Reviewed by Benjamin Poulain.
675 Add ENABLE_WEB_ANIMATIONS compile time flag, runtime flag webAnimationsEnabled and Expose WK2 preference for runtime flag.
677 * Source/cmake/OptionsWin.cmake:
678 * Source/cmake/WebKitFeatures.cmake:
680 2015-11-03 Brent Fulgham <bfulgham@apple.com>
682 [Win] CMake build update.
684 Rubberstamped by Tim Horton.
686 * Source/PlatformWin.cmake: Add internal tool to build
687 rules for internal use.
689 2015-11-03 Carlos Garcia Campos <cgarcia@igalia.com>
691 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.11.1 release.
693 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
695 2015-11-02 Philippe Normand <pnormand@igalia.com>
697 [Mac][GTK] Disable Ninja response file support
698 https://bugs.webkit.org/show_bug.cgi?id=150801
700 Reviewed by Alex Christensen.
702 * Source/cmake/OptionsCommon.cmake: The OSX toolchain doesn't
703 support response files, so instruct Ninja to not generate those.
705 2015-11-02 Csaba Osztrogonác <ossy@webkit.org>
707 Fix the FTL JIT build with system LLVM on Linux
708 https://bugs.webkit.org/show_bug.cgi?id=150795
710 Reviewed by Filip Pizlo.
712 * Source/cmake/FindLLVM.cmake:
714 2015-11-02 Carlos Garcia Campos <cgarcia@igalia.com>
716 Unreviewed. Bump GTK+ versions numbers.
718 * Source/cmake/OptionsGTK.cmake:
720 2015-11-01 Yusuke Suzuki <utatane.tea@gmail.com>
722 [ES6] Support Generator Syntax
723 https://bugs.webkit.org/show_bug.cgi?id=150769
725 Reviewed by Geoffrey Garen.
727 Added ENABLE_ES6_GENERATORS flag.
729 * Source/cmake/OptionsWin.cmake:
730 * Source/cmake/WebKitFeatures.cmake:
732 2015-10-30 Gyuyoung Kim <gyuyoung.kim@webkit.org>
734 [EFL] Add Shadow DOM feature
735 https://bugs.webkit.org/show_bug.cgi?id=150611
737 Reviewed by Csaba Osztrogonác.
739 * Source/cmake/OptionsEfl.cmake:
740 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_SHADOW_DOM cmake variable.
742 2015-10-29 Alex Christensen <achristensen@webkit.org>
745 https://bugs.webkit.org/show_bug.cgi?id=150686
747 Reviewed by Filip Pizlo.
749 * Source/cmake/WebKitMacros.cmake:
751 2015-10-28 Alex Christensen <achristensen@webkit.org>
753 Compile and link with CMake on Mac
754 https://bugs.webkit.org/show_bug.cgi?id=150632
756 Reviewed by Tim Horton.
758 * Source/cmake/OptionsMac.cmake:
760 2015-10-26 Dana Burkart <dburkart@apple.com>
762 `make analyze` should build using the debug configuration
763 https://bugs.webkit.org/show_bug.cgi?id=150571
765 Reviewed by Lucas Forschler.
769 2015-10-26 Philippe Normand <pnormand@igalia.com>
771 Unreviewed, rolling out r191576.
773 broke the http/tests/media tests
777 "[GStreamer] Bump internal jhbuild versions to 1.6.0"
778 https://bugs.webkit.org/show_bug.cgi?id=149594
779 http://trac.webkit.org/changeset/191576
781 2015-10-26 ChangSeok Oh <changseok.oh@collabora.com>
783 [GStreamer] Bump internal jhbuild versions to 1.6.0
784 https://bugs.webkit.org/show_bug.cgi?id=149594
786 Reviewed by Philippe Normand.
788 Bump up the minimum reqirement version of gstreamer-gl to 1.6.0.
790 * Source/cmake/FindGStreamer.cmake:
792 2015-10-22 Philippe Normand <pnormand@igalia.com>
794 [GTK][Mac] ICU-related build fixes
795 https://bugs.webkit.org/show_bug.cgi?id=150032
797 Rubber-stamped by Darin Adler.
799 * Source/cmake/FindICU.cmake: Use pkg-config to hint at icu-i18n's library location.
801 2015-10-20 Yoav Weiss <yoav@yoav.ws>
803 Rename the PICTURE_SIZES flag to CURRENTSRC
804 https://bugs.webkit.org/show_bug.cgi?id=150275
806 Reviewed by Dean Jackson.
808 * Source/cmake/OptionsEfl.cmake:
809 * Source/cmake/OptionsGTK.cmake:
810 * Source/cmake/OptionsMac.cmake:
811 * Source/cmake/OptionsWin.cmake:
812 * Source/cmake/WebKitFeatures.cmake:
814 2015-10-14 Tomas Popela <tpopela@redhat.com>
816 [GTK][EFL] Fix build with cmake 3.4
817 https://bugs.webkit.org/show_bug.cgi?id=150117
819 Explicitely include the CheckIncludeFiles module before using
820 the CHECK_INCLUDE_FILES command.
822 Reviewed by Žan Doberšek.
824 * Source/cmake/FindOpenGL.cmake:
825 * Source/cmake/FindWebP.cmake:
826 * Source/cmake/OptionsEfl.cmake:
828 2015-10-13 Dean Jackson <dino@apple.com>
830 Device motion and orientation should only be visible from the main frame's security origin
831 https://bugs.webkit.org/show_bug.cgi?id=150072
832 <rdar://problem/23082036>
834 Reviewed by Brent Fulgham.
836 Add a manual test for cross-origin device orientation events, while
837 we're waiting on the mock client to be supported everywhere.
839 * ManualTests/deviceorientation-child-frame.html: Added.
840 * ManualTests/deviceorientation-main-frame-only.html: Added.
842 2015-10-12 Philip Chimento <philip.chimento@gmail.com>
844 [GTK] OSX linker doesn't understand --whole-archive
845 https://bugs.webkit.org/show_bug.cgi?id=144557
847 Reviewed by Martin Robinson.
849 * Source/cmake/OptionsGTK.cmake: Turn the macro
850 ADD_WHOLE_ARCHIVE_TO_LIBRARIES into a no-op on Darwin systems,
851 because XCode's linker doesn't have the --whole-archive option.
853 2015-10-12 Philip Chimento <philip.chimento@gmail.com>
855 [GTK] Use --version-script only on Linux
856 https://bugs.webkit.org/show_bug.cgi?id=144555
858 Reviewed by Philippe Normand.
860 * Source/cmake/OptionsGTK.cmake: Don't add --version-script
861 option on Darwin (whose linker doesn't support it.)
863 2015-10-09 Gyuyoung Kim <gyuyoung.kim@webkit.org>
865 [CMake] Remove ENABLE_SUBPIXEL_LAYOUT macro
866 https://bugs.webkit.org/show_bug.cgi?id=149947
868 Reviewed by Csaba Osztrogonác.
870 ENABLE(SUBPIXEL_LAYOUT) was removed though, it is still alive in .cmake.
873 * Source/cmake/OptionsMac.cmake:
874 * Source/cmake/OptionsWin.cmake:
875 * Source/cmake/WebKitFeatures.cmake:
877 2015-10-06 Emanuele Aina <emanuele.aina@collabora.com>
879 Fix ENABLE_OPENGL=OFF builds
880 https://bugs.webkit.org/show_bug.cgi?id=146511
882 Reviewed by Darin Adler.
884 * Source/cmake/OptionsGTK.cmake: Make ENABLE_WAYLAND_TARGET depend on
885 ENABLE_OPENGL due to EGL usage.
887 2015-10-01 Wenson Hsieh <wenson_hsieh@apple.com>
889 Convert focused-input-should-assist-on-touch.html into an automated test
890 https://bugs.webkit.org/show_bug.cgi?id=149724
892 Reviewed by Simon Fraser.
894 Remove a manual test that can now be rewritten as an automated test.
896 * ManualTests/ios/focused-input-should-assist-on-touch.html: Removed.
898 2015-10-01 Brent Fulgham <bfulgham@apple.com>
900 [Win] Unreviewed CMake build fix.
902 * Source/cmake/OptionsWin.cmake: Clean up options setttings,
903 and make sure exception handling is turned off.
905 2015-09-30 Brent Fulgham <bfulgham@apple.com>
907 [Win] Unreviewed build fix after CMake conversion.
909 * Source/cmake/OptionsWin.cmake: Correct some Windows build flags.
911 2015-09-29 Michael Catanzaro <mcatanzaro@igalia.com>
913 [GTK][CMake] Warning about CMP0058
914 https://bugs.webkit.org/show_bug.cgi?id=149627
916 Reviewed by Martin Robinson.
918 Opt-in to the new behavior for CMP0058.
922 2015-09-28 Brent Fulgham <bfulgham@apple.com>
924 [Win] Unreviewed build fix for internal systems.
926 * Source/cmake/OptionsWin.cmake: Preferentially use the build target
927 location for include and link libraries, rather than the system locations.
929 2015-09-28 Alex Christensen <achristensen@webkit.org>
931 Build WK1 with CMake on Mac
932 https://bugs.webkit.org/show_bug.cgi?id=149604
934 Reviewed by Chris Dumez.
936 * Source/cmake/OptionsMac.cmake:
937 * Source/cmake/WebKitMacros.cmake:
938 ObjC bindings now have their own list of IDL files, but some of them still don't generate a .mm file.
940 2015-09-25 Alex Christensen <achristensen@webkit.org>
942 Clean up CMake build on Mac
943 https://bugs.webkit.org/show_bug.cgi?id=149573
945 Reviewed by Chris Dumez.
947 * Source/cmake/OptionsMac.cmake:
949 2015-09-25 Alex Christensen <achristensen@webkit.org>
951 [Win] Switch to CMake
952 https://bugs.webkit.org/show_bug.cgi?id=148111
954 Reviewed by Brent Fulgham.
956 * Source/cmake/WinTools.make: Added.
957 * Source/cmake/tools: Added.
958 * Source/cmake/tools/scripts: Copied from WebKitLibraries/win/tools/scripts.
959 * Source/cmake/tools/scripts/auto-version.pl: Copied from WebKitLibraries/win/tools/scripts/auto-version.pl.
961 2015-09-25 Alex Christensen <achristensen@webkit.org>
963 Prepare internal AppleWin build for CMake
964 https://bugs.webkit.org/show_bug.cgi?id=149570
966 Reviewed by Brent Fulgham.
968 * Source/PlatformWin.cmake:
969 Include internal CMake files if they exist.
971 2015-09-22 Gyuyoung Kim <gyuyoung.kim@webkit.org>
973 Add a file of pointer-lock to cmake ports
974 https://bugs.webkit.org/show_bug.cgi?id=149453
976 Reviewed by Csaba Osztrogonác.
978 * Source/cmake/OptionsEfl.cmake: Add a ENABLE_POINTER_LOCK.
980 2015-09-22 Carlos Alberto Lopez Perez <clopez@igalia.com>
982 [CMake] Allow to enable OpenMP support.
983 https://bugs.webkit.org/show_bug.cgi?id=149457
985 Reviewed by Csaba Osztrogonác.
987 * Source/cmake/OptionsCommon.cmake: Add the option USE_OPENMP that
988 will enable the support for OpenMP. Currently this is only used as
989 an alternative implementation to native threads for the parallelization
990 of the SVG filters. But name the option with a generic name (USE_OPENMP)
991 as it could be also used to enable future features that depend on OpenMP.
993 2015-09-22 Ryuan Choi <ryuan.choi@navercorp.com>
995 [EFL] Build break when DEVELOPER_MODE is OFF
996 https://bugs.webkit.org/show_bug.cgi?id=149448
998 Reviewed by Gyuyoung Kim.
1000 Since r187191, DatabaseProcessMainUnix is missing in symbol filter.
1002 * Source/cmake/eflsymbols.filter:
1004 2015-09-21 Alex Christensen <achristensen@webkit.org>
1006 Disable PICTURE_SIZES in Windows CMake build like r189745.
1007 https://bugs.webkit.org/show_bug.cgi?id=149125
1009 * Source/cmake/OptionsWin.cmake:
1010 Do the same thing as r189745.
1012 2015-09-20 Youenn Fablet <youenn.fablet@crf.canon.fr>
1014 Removing XHR_TIMEOUT guard
1016 Remove XHR_TIMEOUT compilation guard
1017 https://bugs.webkit.org/show_bug.cgi?id=149260
1019 Reviewed by Benjamin Poulain.
1021 * Source/cmake/OptionsEfl.cmake:
1022 * Source/cmake/OptionsGTK.cmake:
1023 * Source/cmake/OptionsMac.cmake:
1024 * Source/cmake/OptionsWin.cmake:
1025 * Source/cmake/WebKitFeatures.cmake:
1027 2015-09-18 Alex Christensen <achristensen@webkit.org>
1029 Fix tests on Windows after switching to CMake.
1030 https://bugs.webkit.org/show_bug.cgi?id=149339
1032 Reviewed by Brent Fulgham.
1034 * Source/PlatformWin.cmake: Added to copy WebInspectorUI.
1036 2015-09-17 Alex Christensen <achristensen@webkit.org>
1038 Fix Windows EWS build after r189934.
1040 * Source/cmake/OptionsWin.cmake:
1041 Use WEBKIT_LIBRARIES environment variable if it exists.
1042 We have the WebKitLibraries directory separate from the repository copy on the EWS bots.
1044 2015-09-15 Ryosuke Niwa <rniwa@webkit.org>
1046 Add ShadowRoot interface and Element.prototype.attachShadow
1047 https://bugs.webkit.org/show_bug.cgi?id=149187
1049 Reviewed by Antti Koivisto.
1051 * Source/cmake/OptionsGTK.cmake:
1053 2015-09-15 Csaba Osztrogonác <ossy@webkit.org>
1055 [cmake] Enable debug fission only if it is supported
1056 https://bugs.webkit.org/show_bug.cgi?id=149161
1058 Reviewed by Martin Robinson.
1060 * Source/cmake/OptionsCommon.cmake:
1062 2015-09-14 Alex Christensen <achristensen@webkit.org>
1064 Progress towards CMake on Mac.
1065 https://bugs.webkit.org/show_bug.cgi?id=149123
1067 Reviewed by Chris Dumez.
1069 * Source/cmake/OptionsMac.cmake:
1070 * Source/cmake/WebKitFeatures.cmake:
1071 Defined and enabled some more features needed on Mac.
1072 * Source/cmake/WebKitMacros.cmake:
1073 Objective C bindings need special changes when generating:
1074 Some of the bindings do not generate a .mm file but the header is needed.
1075 Some of the bindings do generate a .mm file that doesn't compile but the header is needed.
1076 In order to handle these cases, it is necessary to change the GENERATE_BINDINGS macro just for ObjC.
1078 2015-09-08 Daniel Bates <dabates@apple.com>
1080 Convert manual test added in http://trac.webkit.org/changeset/70321 to an automated test
1081 https://bugs.webkit.org/show_bug.cgi?id=74729
1082 <rdar://problem/22550195>
1084 Reviewed by Jon Honeycutt.
1086 * ManualTests/compositing/resources/composited-subframe.html: Removed.
1087 * ManualTests/compositing/show-composited-iframe-on-back-button.html: Removed.
1089 2015-09-06 Andy Estes <aestes@apple.com>
1091 WebKit.xcworkspace should be be able to build iOS platforms
1092 https://bugs.webkit.org/show_bug.cgi?id=148881
1094 Reviewed by Daniel Bates.
1096 Since we don't want to create platform-specific schemes, all projects in the workspace's schemes need to build
1097 for all supported platforms.
1099 * WebKit.xcworkspace/xcshareddata/xcschemes/All Tools.xcscheme: Removed the DumpRenderTree target since its All
1100 target was already included. Removed the WebKitTestRunner target and replaced it with its All target.
1102 2015-09-04 Jon Honeycutt <jhoneycutt@apple.com>
1104 [iOS] Need a test for bug #145539: Uploading an animated GIF from the
1105 photo library uploads a JPEG
1106 https://bugs.webkit.org/show_bug.cgi?id=148849
1108 Reviewed by Daniel Bates.
1110 * ManualTests/ios/image-file-uploads-as-original-type.html: Added.
1111 On the Mac, file upload tests use EventSender::beginDragWithFiles. This
1112 functionality doesn't exist on iOS, so we'll add a manual test.
1113 This tests that the first few bytes of the selected file are "GIF".
1115 2015-09-04 Carlos Alberto Lopez Perez <clopez@igalia.com>
1117 Follow-up patch for r189343.
1118 https://bugs.webkit.org/show_bug.cgi?id=148795
1120 Rubber-stamped by Csaba Osztrogonác.
1122 * Source/cmake/WebKitCommon.cmake: Relax the Ruby version requirement
1123 to 1.9, since this seems to be enough to fix the build failure.
1124 And 2.0 may cause problems for developers using some distributions like Ubuntu.
1126 2015-09-04 Emanuele Aina <emanuele.aina@collabora.com>
1128 [CMake] Trigger the memory-reduction tricks on armhf too
1129 https://bugs.webkit.org/show_bug.cgi?id=146640
1131 Reviewed by Csaba Osztrogonác.
1133 * Source/cmake/OptionsCommon.cmake:
1134 Activate --no-keep-memory even on armhf to reduce the amount of memory
1135 needed during linking, to avoid out-of-memory failures as much as
1138 2015-09-04 Carlos Alberto Lopez Perez <clopez@igalia.com>
1140 REGRESSION(r189293): JavaScriptCore/offlineasm/x86.rb -- Build failure with ruby < 2.0
1141 https://bugs.webkit.org/show_bug.cgi?id=148795
1143 Rubber-stamped by Carlos Garcia Campos.
1145 * Source/cmake/WebKitCommon.cmake: Require now at least Ruby 2.0
1147 2015-09-02 Alex Christensen <achristensen@webkit.org>
1149 Make bison grammar compatible with bison 2.1
1150 https://bugs.webkit.org/show_bug.cgi?id=148731
1152 Reviewed by Tim Horton.
1154 * Source/cmake/WebKitCommon.cmake:
1157 2015-08-31 Carlos Alberto Lopez Perez <clopez@igalia.com>
1159 [CMake] Build with Debug Fission on by default on Debug builds.
1160 https://bugs.webkit.org/show_bug.cgi?id=148639
1162 Reviewed by Martin Robinson.
1164 * Source/cmake/OptionsCommon.cmake:
1166 2015-08-29 Alex Christensen <achristensen@webkit.org>
1168 Unreviewed build fix after r179923.
1170 * Source/CMakeLists.txt:
1171 bmalloc isn't ported to Windows yet.
1173 2015-08-27 Alex Christensen <achristensen@webkit.org>
1175 Isolate Source directories in CMake build
1176 https://bugs.webkit.org/show_bug.cgi?id=148389
1178 Reviewed by Brent Fulgham.
1181 * Source/cmake/WebKitCommon.cmake:
1182 Move package finding to WebKitCommon.
1184 2015-08-26 Per Arne Vollan <peavo@outlook.com>
1186 [Win] Build does not generate debug info.
1187 https://bugs.webkit.org/show_bug.cgi?id=148431
1189 Reviewed by Alex Christensen.
1191 Generate debug info for Windows builds.
1193 * Source/cmake/OptionsWin.cmake:
1195 2015-08-26 Michael Catanzaro <mcatanzaro@igalia.com>
1197 [GTK] Disable ACCELERATED_2D_CANVAS by default
1198 https://bugs.webkit.org/show_bug.cgi?id=148473
1200 Reviewed by Martin Robinson.
1202 Currently ACCELERATED_2D_CANVAS is enabled by default on most systems (which have CairoGL)
1203 but not on Debian (which does not). We've known this was problematic for a while, since it
1204 means we have two different sets of distro-dependent bugs, but never decided whether that
1205 outweighed the benefits of CarioGL or not. I'm making the call now: it's more important to
1206 have the same bugs everywhere. We can turn this on again for other distros when we're ready
1207 to turn it on for Debian.
1209 Also, properly fail the build if ENABLE_ACCELERATED_2D_CANVAS is enabled but CairoGL is not
1212 * Source/cmake/OptionsGTK.cmake:
1214 2015-08-25 Commit Queue <commit-queue@webkit.org>
1216 Unreviewed, rolling out r188919.
1217 https://bugs.webkit.org/show_bug.cgi?id=148452
1219 broke build (Requested by alexchristensen on #webkit).
1223 "[Win] Build does not generate debug info."
1224 https://bugs.webkit.org/show_bug.cgi?id=148431
1225 http://trac.webkit.org/changeset/188919
1227 2015-08-25 Michael Catanzaro <mcatanzaro@igalia.com>
1229 [GTK] r186800 broke the build on Ubuntu 14.04
1230 https://bugs.webkit.org/show_bug.cgi?id=147559
1232 Reviewed by Martin Robinson.
1234 * Source/cmake/FindGTK3.cmake: Always define GTK3_SUPPORTS_X11 and GTK3_SUPPORTS_WAYLAND.
1235 * Source/cmake/OptionsGTK.cmake: Autodetect support for X11 and Wayland backends.
1237 2015-08-25 Per Arne Vollan <peavo@outlook.com>
1239 [Win] Build does not generate debug info.
1240 https://bugs.webkit.org/show_bug.cgi?id=148431
1242 Reviewed by Brent Fulgham.
1244 Generate debug info for Windows builds.
1246 * Source/cmake/OptionsWin.cmake:
1248 2015-08-20 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
1250 [GTK] Auto-detection of cairo-gl fails
1251 https://bugs.webkit.org/show_bug.cgi?id=148189
1253 Reviewed by Žan Doberšek.
1255 * Source/cmake/FindCairoGL.cmake: only check for components if the main package has
1256 been found. Otherwise, if either GLX or EGL are available, cairo-gl will also be
1257 deemed available, which might not be the case.
1258 * Source/cmake/OptionsGTK.cmake: fix the usage of the CAIROGL_FOUND variable.
1260 2015-08-19 Alex Christensen <achristensen@webkit.org>
1262 CMake Windows build should not include files directly from other Source directories
1263 https://bugs.webkit.org/show_bug.cgi?id=148198
1265 Reviewed by Brent Fulgham.
1267 * Source/cmake/WebKitMacros.cmake:
1269 2015-08-19 Alex Christensen <achristensen@webkit.org>
1271 Build TestWTF on Mac with CMake.
1272 https://bugs.webkit.org/show_bug.cgi?id=147972
1274 Reviewed by Tim Horton.
1276 * Source/cmake/OptionsMac.cmake:
1277 Enable API tests in Mac's CMake build.
1279 2015-08-18 Alex Christensen <achristensen@webkit.org>
1281 [CMake] REGRESSION(r188540): WebKitTestRunner is not longer built and all the tests (layout and perf) fail.
1282 https://bugs.webkit.org/show_bug.cgi?id=148127
1284 Reviewed by Martin Robinson.
1287 TOOLS_DIR hasn't been set yet since its defining has been moved to WebKitFS.
1289 2015-08-17 Alex Christensen <achristensen@webkit.org>
1291 [Win CMake] Allow WebKitLibraries directory to be set from the command line
1292 https://bugs.webkit.org/show_bug.cgi?id=148112
1294 Reviewed by Brent Fulgham.
1296 * Source/cmake/OptionsWin.cmake:
1297 Don't use an environment variable for WEBKIT_LIBRARIES_DIR.
1298 Instead, use the default location if nothing is passed in from the command line.
1299 This way we can set it from the command line for the AppleInternal build.
1300 Also, set the output directories to be consistent between the old and new build systems (and ninja).
1302 2015-08-17 Alex Christensen <achristensen@webkit.org>
1304 Build Debug Suffix on Windows with CMake
1305 https://bugs.webkit.org/show_bug.cgi?id=148083
1307 Reviewed by Brent Fulgham.
1309 * Source/cmake/OptionsWin.cmake:
1310 Use debug libraries in debug suffix builds.
1312 2015-08-17 Alex Christensen <achristensen@webkit.org>
1314 Move some commands from ./CMakeLists.txt to Source/cmake
1315 https://bugs.webkit.org/show_bug.cgi?id=148003
1317 Reviewed by Brent Fulgham.
1320 Moved functionality to WebKitCommon.cmake and WebKitFS.cmake and made conditional
1321 so we can change directory structure from command line parameters.
1322 * Source/cmake/OptionsAppleWin.cmake:
1323 * Source/cmake/OptionsWin.cmake: Copied from Source/cmake/OptionsWindows.cmake.
1324 * Source/cmake/OptionsWinCairo.cmake:
1325 * Source/cmake/OptionsWindows.cmake: Removed.
1326 * Source/cmake/WebKitCommon.cmake: Added.
1327 * Source/cmake/WebKitFS.cmake:
1329 2015-08-13 Commit Queue <commit-queue@webkit.org>
1331 Unreviewed, rolling out r188428.
1332 https://bugs.webkit.org/show_bug.cgi?id=148015
1334 broke cmake build (Requested by alexchristensen on #webkit).
1338 "Move some commands from ./CMakeLists.txt to Source/cmake"
1339 https://bugs.webkit.org/show_bug.cgi?id=148003
1340 http://trac.webkit.org/changeset/188428
1342 2015-08-13 Alex Christensen <achristensen@webkit.org>
1344 Move some commands from ./CMakeLists.txt to Source/cmake
1345 https://bugs.webkit.org/show_bug.cgi?id=148003
1347 Reviewed by Brent Fulgham.
1350 Moved functionality to WebKitCommon.cmake and WebKitFS.cmake and made conditional
1351 so we can change directory structure from command line parameters.
1352 * Source/cmake/WebKitCommon.cmake: Added.
1353 * Source/cmake/WebKitFS.cmake:
1355 2015-08-13 Wenson Hsieh <wenson_hsieh@apple.com>
1357 A focused node should not be assisted when handling touch events synchronously
1358 https://bugs.webkit.org/show_bug.cgi?id=147836
1360 Reviewed by Enrica Casucci.
1362 Added manual tests for keyboard assistance behavior due to receiving touch events on iOS.
1364 * ManualTests/ios/focused-input-should-assist-on-touch.html: Checks that a currently focused
1365 input can still be assisted due to a touch event.
1366 * ManualTests/ios/keyboard-should-not-show-on-touch-event.html: Checks that handling a touch
1367 event does not automatically cause us to assist the currently focused node.
1369 2015-08-12 Alex Christensen <achristensen@webkit.org>
1371 Fix Debug CMake builds on Windows
1372 https://bugs.webkit.org/show_bug.cgi?id=147940
1374 Reviewed by Chris Dumez.
1376 * Source/cmake/OptionsWindows.cmake:
1377 Put 32-bit binaries in a bin32 subdirectory and 64-bit binaries in a bin64 subdirectory.
1379 2015-08-10 Alex Christensen <achristensen@webkit.org>
1381 Build TestWebKitAPI with CMake on Windows
1382 https://bugs.webkit.org/show_bug.cgi?id=147851
1384 Reviewed by Chris Dumez.
1386 * Source/cmake/OptionsWindows.cmake:
1387 Enable api tests and set USE_SYSTEM_MALLOC to avoid warnings when redefining it.
1389 2015-08-06 Alex Christensen <achristensen@webkit.org>
1391 [Win] CMake build fix after r188098.
1393 * Source/cmake/OptionsWinCairo.cmake:
1394 OptionsWindows.cmake uses WTF_PLATFORM_WIN_CAIRO now, so we need to set it before including OptionsWindows.
1396 2015-08-04 Alex Christensen <achristensen@webkit.org>
1398 Fix quirks with CMake and VS2015
1399 https://bugs.webkit.org/show_bug.cgi?id=147663
1401 Reviewed by Brent Fulgham.
1403 * Source/cmake/OptionsWindows.cmake:
1404 Hide some warnings. Using the same variable names in nested scopes is ok for now.
1405 Disable INTL for now.
1407 2015-08-04 Alex Christensen <achristensen@webkit.org>
1409 Enable WebGL on Windows CMake build.
1410 https://bugs.webkit.org/show_bug.cgi?id=143311
1412 Reviewed by Csaba Osztrogonác.
1414 * Source/cmake/OptionsWindows.cmake:
1415 Enable WebGL by default in CMake builds now that it works.
1417 2015-08-04 Mario Sanchez Prada <mario@endlessm.com>
1419 [GTK] Accelerated 2D Canvas enabled when cairo-gl is not available
1420 https://bugs.webkit.org/show_bug.cgi?id=147625
1422 Reviewed by Martin Robinson.
1424 Do not set the CAIRO_<COMPONENT>_* CMake variables for cairo-gl
1425 components unless they were actually found, not to accidentally
1426 enable Accelerated 2D canvas, which would cause the build to fail.
1428 * Source/cmake/FindCairoGL.cmake: Set this variables only when
1429 pkg_check_modules() had actually found the relevant component.
1431 2015-08-03 Csaba Osztrogonác <ossy@webkit.org>
1433 [CMake] Add an option to build AllInOne files
1434 https://bugs.webkit.org/show_bug.cgi?id=102647
1436 Reviewed by Alex Christensen.
1438 * Source/cmake/OptionsEfl.cmake: Disabled by default.
1439 * Source/cmake/OptionsGTK.cmake: Disabled by default.
1440 * Source/cmake/OptionsWindows.cmake: Enabled by default.
1441 * Source/cmake/WebKitFeatures.cmake:
1442 * Source/cmake/WebKitMacros.cmake:
1444 2015-08-03 Carlos Garcia Campos <cgarcia@igalia.com>
1446 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.5 release.
1448 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1450 2015-07-31 Alex Christensen <achristensen@webkit.org>
1452 Prepare for debug CMake builds on Windows.
1453 https://bugs.webkit.org/show_bug.cgi?id=147484
1455 Reviewed by Tim Horton.
1457 * Source/cmake/OptionsWindows.cmake:
1458 Don't use debug runtimes in debug builds because the dependencies are only built with multithreaded runtimes.
1460 2015-07-30 Joonghun Park <jh718.park@samsung.com>
1462 [EFL] Enable IndexedDB based on DatabaseProcess
1463 https://bugs.webkit.org/show_bug.cgi?id=147221
1465 Reviewed by Csaba Osztrogonác.
1467 * Source/cmake/OptionsEfl.cmake:
1469 2015-07-30 Alex Christensen <achristensen@webkit.org>
1471 Build AppleWin port with CMake
1472 https://bugs.webkit.org/show_bug.cgi?id=147385
1474 Reviewed by Martin Robinson.
1476 * Source/cmake/OptionsWindows.cmake:
1477 Use the static multithreaded runtime. Based on
1478 http://www.cmake.org/Wiki/CMake_FAQ#How_can_I_build_my_MSVC_application_with_a_static_runtime.3F
1480 2015-07-29 Andy VanWagoner <thetalecrafter@gmail.com>
1482 Implement basic types for ECMAScript Internationalization API
1483 https://bugs.webkit.org/show_bug.cgi?id=146926
1485 Reviewed by Benjamin Poulain.
1487 Enable flag now that the basic objects are in place.
1489 * Source/cmake/WebKitFeatures.cmake: enable INTL
1491 2015-07-29 Basile Clement <basile_clement@apple.com>
1493 Remove native call inlining
1494 https://bugs.webkit.org/show_bug.cgi?id=147417
1496 Rubber-stamped by Filip Pizlo.
1498 * Source/cmake/OptionsEfl.cmake:
1499 * Source/cmake/WebKitFeatures.cmake:
1501 2015-07-28 Yusuke Suzuki <utatane.tea@gmail.com>
1503 [ES6] Add ENABLE_ES6_MODULES compile time flag with the default value "false"
1504 https://bugs.webkit.org/show_bug.cgi?id=147350
1506 Reviewed by Sam Weinig.
1508 * Source/cmake/WebKitFeatures.cmake:
1510 2015-07-27 Alex Christensen <achristensen@webkit.org>
1512 Use Ninja on Windows.
1513 https://bugs.webkit.org/show_bug.cgi?id=147228
1515 Reviewed by Martin Robinson.
1517 * Source/cmake/OptionsWindows.cmake:
1518 Only use /MP when using generated Visual Studio solution files to build.
1519 It makes compiling parallel in MSVC, but Ninja doesn't like it.
1521 2015-07-27 Alex Christensen <achristensen@webkit.org>
1523 Progress towards building AppleWin with CMake
1524 https://bugs.webkit.org/show_bug.cgi?id=147325
1526 Reviewed by Martin Robinson.
1528 * Source/cmake/OptionsWindows.cmake:
1529 Link with 64-bit libraries if building 64-bit binaries.
1530 Don't run regular expressions on empty strings when using Ninja.
1531 Removed DebugSuffix Visual Studio environment variables.
1533 2015-07-23 Alex Christensen <achristensen@webkit.org>
1535 Remove compile and runtime flags for promises.
1536 https://bugs.webkit.org/show_bug.cgi?id=147244
1538 Reviewed by Yusuke Suzuki.
1540 * Source/cmake/OptionsMac.cmake:
1541 * Source/cmake/OptionsWindows.cmake:
1542 * Source/cmake/WebKitFeatures.cmake:
1544 2015-07-22 Sukolsak Sakshuwong <sukolsak@gmail.com>
1546 Add ENABLE_WEBASSEMBLY feature flag for WebAssembly
1547 https://bugs.webkit.org/show_bug.cgi?id=147212
1549 Reviewed by Filip Pizlo.
1551 * Source/cmake/WebKitFeatures.cmake:
1553 2015-07-22 Alex Christensen <achristensen@webkit.org>
1555 Fix quirks in CMake build on Mac and Windows
1556 https://bugs.webkit.org/show_bug.cgi?id=147174
1558 Reviewed by Gyuyoung Kim.
1561 * Source/cmake/OptionsWindows.cmake:
1562 Added options I removed in r187022. They are indeed needed.
1563 * Source/cmake/WebKitFS.cmake:
1564 Make the DerivedSources/WebKit directory.
1566 2015-07-21 Carlos Garcia Campos <cgarcia@igalia.com>
1568 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.4 release.
1570 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1572 2015-07-20 Alex Christensen <achristensen@webkit.org>
1574 Resurrect CMake build on Windows.
1575 https://bugs.webkit.org/show_bug.cgi?id=147083
1577 Reviewed by Gyuyoung Kim.
1579 * Source/cmake/OptionsCommon.cmake:
1580 * Source/cmake/OptionsWindows.cmake:
1581 Change features to get it to compile. Still not a complete feature set.
1583 2015-07-19 Michael Catanzaro <mcatanzaro@igalia.com>
1585 [GTK] Add seccomp filters support
1586 https://bugs.webkit.org/show_bug.cgi?id=110014
1588 Reviewed by Žan Doberšek.
1590 Find needed compiler and linker flags for libseccomp.
1592 * Source/cmake/OptionsGTK.cmake:
1594 2015-07-17 Ting-Wei Lan <lantw44@gmail.com>
1596 Bring back the GNU ar check to create thin archives on non-Linux systems
1597 https://bugs.webkit.org/show_bug.cgi?id=146681
1599 Reviewed by Martin Robinson.
1601 We already use GNU ar thin archive feature to save time and disk space
1602 on creating static archives, but it is only enabled on Linux. Without
1603 this feature, the debug build of WebCore can be larger than 4 GiB,
1604 which can cause error because GNU ar format uses 32-bit integer to
1605 store offsets in the symbol table. This patch is similar to
1606 https://bugs.webkit.org/show_bug.cgi?id=128596.
1608 * Source/cmake/OptionsCommon.cmake:
1610 2015-07-14 Carlos Alberto Lopez Perez <clopez@igalia.com>
1612 [GTK] [Wayland] Build by default the X11 and Wayland targets.
1613 https://bugs.webkit.org/show_bug.cgi?id=146057
1615 Reviewed by Carlos Garcia Campos.
1617 * Source/cmake/OptionsGTK.cmake:
1619 2015-07-10 Michael Catanzaro <mcatanzaro@igalia.com>
1621 [GTK] ar warning when linking static libraries
1622 https://bugs.webkit.org/show_bug.cgi?id=144988
1624 Reviewed by Carlos Garcia Campos.
1626 Do not use 'u' when calling ar. This argument conflicts with 'D' and is ignored if 'D' is
1627 used, and 'D' is used by default if binutils is built with --enable-deterministic-archives.
1628 Using 'u' with 'D' causes a warning to be printed when linking static libraries. At least
1629 Fedora and Debian have recently both chosen to use --enable-deterministic-archives, so we
1630 should either stop using 'u' or else add 'U' as well in order to disable deterministic
1631 archives. Using 'U' should result in a somewhat faster build (at least when using the
1632 Makefile generator), but it's unlikely that the difference is significant, so let's simply
1633 remove 'u' until someone determines otherwise. This seems like a better option than adding
1634 'U' so as not to foil distributions' attempts to perform deterministic builds. This also
1635 aligns us with the behavior of upstream CMake (which has never used 'u'). This is a minor
1636 behavior change on distributions that do not use --enable-deterministic-archives, notably
1639 * Source/cmake/OptionsCommon.cmake:
1641 2015-07-03 Emanuele Aina <emanuele.aina@collabora.com>
1643 [GTK] Forcefully disable gtk-doc and gobject-introspection when crossbuilding
1644 https://bugs.webkit.org/show_bug.cgi?id=146590
1646 Reviewed by Martin Robinson.
1648 * Source/PlatformGTK.cmake: override the cached variables to
1649 forcefully disable gtk-doc and gobject-introspection when
1651 * Source/cmake/OptionsGTK.cmake: avoid running gtk-doc to check the
1652 documentation syntax when cross-building.
1655 2015-07-02 Przemek Piorkowski <piorkowskiprzemyslaw@gmail.com>
1657 [EFL] test_ewk2_application_cache_manager has been failed since r185527
1658 https://bugs.webkit.org/show_bug.cgi?id=146016
1660 Reviewed by Gyuyoung Kim.
1662 In order to handle properly WebApplicationCacheManagerProxy implementation which use
1663 WebsiteDataRecord it is necessary to enable PUBLIC_SUFFIX_LIST for EFL.
1664 Implementation of PUBLIC_SUFFIX_LIST already exists for soup so EFL can use it as well.
1666 * Source/cmake/OptionsEfl.cmake: set ENABLE_PUBLIC_SUFFIX_LIST to ON for EFL.
1668 2015-06-30 Andy VanWagoner <thetalecrafter@gmail.com>
1670 Implement ECMAScript Internationalization API
1671 https://bugs.webkit.org/show_bug.cgi?id=90906
1673 Reviewed by Benjamin Poulain.
1675 Begin implementing the Intl apis behind ENABLE_INTL flag.
1676 Create the base Intl namespace object.
1678 * Source/cmake/WebKitFeatures.cmake: add ENABLE_INTL flag
1680 2015-06-30 Philippe Normand <pnormand@igalia.com>
1682 [CMake] Error when gst-plugins-base is missing is too confusing
1683 https://bugs.webkit.org/show_bug.cgi?id=145682
1685 Reviewed by Carlos Garcia Campos.
1687 * Source/cmake/OptionsGTK.cmake: Error out if the required
1688 GStreamer libraries are not found on the host.
1690 2015-06-28 Philip Chimento <philip.chimento@gmail.com>
1692 CairoGL should be checked unconditionally
1693 https://bugs.webkit.org/show_bug.cgi?id=146390
1695 Reviewed by Darin Adler.
1697 * Source/cmake/OptionsGTK.cmake: Move check for CairoGL so that
1698 it is run unconditionally; this is necessary because its result
1699 is used later on, outside of any conditions.
1701 2015-06-27 Carlos Garcia Campos <cgarcia@igalia.com>
1703 [GTK][SOUP] Implement WebCore::PublicSuffix for soup and enable PUBLIC_SUFFIX_LIST for GTK+
1704 https://bugs.webkit.org/show_bug.cgi?id=146318
1706 Reviewed by Sergio Villar Senin.
1708 Enable PUBLIC_SUFFIX_LIST for GTK+.
1710 * Source/cmake/OptionsGTK.cmake:
1712 2015-06-22 Carlos Garcia Campos <cgarcia@igalia.com>
1714 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.3 release.
1716 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1718 2015-06-22 Ryuan Choi <ryuan.choi@navercorp.com>
1720 [EFL] Hyphenation is not supported
1721 https://bugs.webkit.org/show_bug.cgi?id=89830
1723 Reviewed by Gyuyoung Kim.
1725 * Source/cmake/OptionsEfl.cmake: Added an option for LibHyphen.
1727 2015-06-22 Zan Dobersek <zdobersek@igalia.com>
1729 [CMake] Add support for building with various sanitizer tools
1730 https://bugs.webkit.org/show_bug.cgi?id=131941
1732 Reviewed by Martin Robinson.
1734 * Source/PlatformGTK.cmake: Don't generate any documentation
1735 when compiling with sanitizers enabled.
1736 * Source/cmake/OptionsCommon.cmake: Allow linking with
1737 undefined symbols when compiling with sanitizers enabled.
1739 2015-06-21 Philip Chimento <philip.chimento@gmail.com>
1741 libwebkit2gtk fails to link without opengl
1742 https://bugs.webkit.org/show_bug.cgi?id=138332
1744 Reviewed by Carlos Garcia Campos.
1746 * Source/cmake/OptionsGTK.cmake: USE(TEXTURE_MAPPER) must be
1747 enabled regardless of whether OpenGL is, because certain symbols
1748 such as WebCore::GraphicsLayer::create() need to be built.
1750 2015-06-20 Michael Catanzaro <mcatanzaro@igalia.com>
1752 [EFL][GTK] Define GLIB_VERSION_MIN_REQUIRED and require glib 2.36 for GTK
1753 https://bugs.webkit.org/show_bug.cgi?id=146181
1755 Reviewed by Martin Robinson.
1757 Bump our GLib requirement to 2.36 to reflect reality, since we are using GTask.
1759 * Source/cmake/OptionsGTK.cmake:
1761 2015-06-20 Ryuan Choi <ryuan.choi@navercorp.com>
1763 [EFL] Do not consider test directories when DEVELOPER_MODE is OFF
1764 https://bugs.webkit.org/show_bug.cgi?id=146171
1766 Reviewed by Gyuyoung Kim.
1768 * Source/cmake/OptionsEfl.cmake:
1769 Exposed ENABLE_DEVELOPER_MODE to Compiler and CMake definition when DEVELOPER_MODE is ON.
1771 2015-06-19 Michael Catanzaro <mcatanzaro@igalia.com>
1773 [CMake] FindGTK3.cmake should not modify the values of build options
1774 https://bugs.webkit.org/show_bug.cgi?id=144613
1776 Reviewed by Martin Robinson.
1778 * Source/cmake/FindGTK3.cmake: Do not check or set the value of ENABLE_X11_TARGET and
1779 ENABLE_WAYLAND_TARGET. Instead, simply define the variables GTK3_SUPPORTS_X11 and
1780 GTK3_SUPPORTS_WAYLAND as appropriate. Also, rename GTK_SUPPORTS_GESTURES to
1781 GTK3_SUPPORTS_GESTURES for consistency.
1782 * Source/cmake/OptionsGTK.cmake: Fail the build if the appropriate GTK+ backend is not
1783 available. It's not possible to automatically select a backend correctly anymore, since all
1784 options are set at the same time.
1786 2015-06-19 Csaba Osztrogonác <ossy@webkit.org>
1788 Remove unnecessary svn:executable flags
1789 https://bugs.webkit.org/show_bug.cgi?id=146107
1791 Reviewed by Alexey Proskuryakov.
1793 * ManualTests/iframe_notifications/iframe-reparenting-close-window-child.html: Removed property svn:executable.
1794 * ManualTests/iframe_notifications/iframe-reparenting-close-window-iframe.html: Removed property svn:executable.
1795 * ManualTests/iframe_notifications/iframe-reparenting-close-window.html: Removed property svn:executable.
1796 * ManualTests/select-menu-list-wrongly-positioned.html: Removed property svn:executable.
1797 * ManualTests/svg-text-float-not-removed-crash.html: Removed property svn:executable.
1799 2015-06-18 Ryuan Choi <ryuan.choi@navercorp.com>
1801 [EFL] Use SET_AND_EXPOSE_TO_BUILD instead of definitions
1802 https://bugs.webkit.org/show_bug.cgi?id=146108
1804 Reviewed by Gyuyoung Kim.
1806 * Source/cmake/OptionsEfl.cmake:
1808 2015-06-16 Ryuan Choi <ryuan.choi@navercorp.com>
1810 [EFL] Remove duplicated PUBLIC argument in OptionsEfl.cmake
1811 https://bugs.webkit.org/show_bug.cgi?id=146035
1813 Reviewed by Gyuyoung Kim.
1815 * Source/cmake/OptionsEfl.cmake:
1817 2015-06-16 Carlos Alberto Lopez Perez <clopez@igalia.com>
1819 [GTK] [Wayland] Should be possible to build with support for both X11 and Wayland.
1820 https://bugs.webkit.org/show_bug.cgi?id=145701
1822 Reviewed by Darin Adler.
1824 * Source/cmake/OptionsGTK.cmake: Remove conflicting options.
1826 2015-06-15 Jon Honeycutt <jhoneycutt@apple.com>
1828 [iOS] Crash long pressing on <input type=file>
1829 https://bugs.webkit.org/show_bug.cgi?id=146009
1830 <rdar://problem/21234453>
1832 Reviewed by Ryosuke Niwa.
1834 * ManualTests/ios/long-press-input-type-file-crash.html: Added.
1836 2015-06-16 Brent Fulgham <bfulgham@apple.com>
1838 Rollout accidental Xcode project change.
1840 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
1842 2015-06-12 Gyuyoung Kim <gyuyoung.kim@webkit.org>
1844 [EFL] Bump EWebKit version from 1.11.0 to 1.14.0
1845 https://bugs.webkit.org/show_bug.cgi?id=145909
1847 Reviewed by Csaba Osztrogonác.
1849 Bump EWebKit version based on efl library version used by the EWebKit.
1851 * Source/cmake/OptionsEfl.cmake:
1853 2015-06-11 Commit Queue <commit-queue@webkit.org>
1855 Unreviewed, rolling out r185453.
1856 https://bugs.webkit.org/show_bug.cgi?id=145881
1858 it broke the 32-bit build (Requested by clopez on #webkit).
1862 "[GTK] [Wayland] Should be possible to build with support for
1863 both X11 and Wayland."
1864 https://bugs.webkit.org/show_bug.cgi?id=145701
1865 http://trac.webkit.org/changeset/185453
1867 2015-06-11 Carlos Alberto Lopez Perez <clopez@igalia.com>
1869 [GTK] [Wayland] Should be possible to build with support for both X11 and Wayland.
1870 https://bugs.webkit.org/show_bug.cgi?id=145701
1872 Reviewed by Žan Doberšek.
1874 * Source/cmake/OptionsGTK.cmake: Remove conflicting options.
1876 2015-06-03 Daniel Bates <dabates@apple.com>
1878 Caps lock indicator should not be shown in read-only or disabled field
1879 https://bugs.webkit.org/show_bug.cgi?id=145612
1880 <rdar://problem/21227454>
1882 Reviewed by Darin Adler.
1884 * ManualTests/password-caps-lock-should-not-show-in-read-only-field.html: Added.
1885 * ManualTests/password-caps-lock-should-not-show-when-field-becomes-disabled.html: Added.
1886 * ManualTests/password-caps-lock-should-not-show-when-field-becomes-read-only.html: Added.
1888 2015-06-01 Csaba Osztrogonác <ossy@webkit.org>
1890 [cmake] Suppress parentheses-equality warnings
1891 https://bugs.webkit.org/show_bug.cgi?id=145126
1893 Reviewed by Darin Adler.
1895 * Source/cmake/WebKitHelpers.cmake:
1897 2015-05-28 Carlos Alberto Lopez Perez <clopez@igalia.com>
1899 [CMake] Improve detection and usage of GL/GLES/EGL libraries.
1900 https://bugs.webkit.org/show_bug.cgi?id=145408
1902 Reviewed by Carlos Garcia Campos.
1904 * Source/cmake/FindEGL.cmake: Improve detection of EGL libraries.
1905 * Source/cmake/FindGLES.cmake: Removed. It was used by the EGL port.
1906 Remove it and make the EGL port use the improved FindOpenGLES2.cmake
1908 * Source/cmake/FindOpenGL.cmake: Added. Add module to detect OpenGL
1909 libraries. Detect also GLX libraries.
1910 * Source/cmake/FindOpenGLES2.cmake: Improve detection of OpenGLES-v2
1911 libraries. Use find_path() to get the include path.
1912 * Source/cmake/OptionsEfl.cmake: Use now the improved FindOpenGLES2
1914 * Source/cmake/OptionsGTK.cmake: Set default value for ENABLE_GLES2
1915 depending on the libraries found on the system.
1916 Move the detection of GLX (and the include of CMakePushCheckState)
1917 to FindOpenGL.cmake.
1918 Ensure that we only define USE_GLX when we build with OpenGL
1919 (but not with GLESv2).
1921 2015-05-27 Dean Jackson <dino@apple.com>
1923 img.currentSrc problem in strict mode with old picturefill
1924 https://bugs.webkit.org/show_bug.cgi?id=144095
1925 <rdar://problem/21087013>
1927 Reviewed by Simon Fraser.
1929 Add a PICTURE_SIZES flag.
1931 * Source/cmake/OptionsEfl.cmake:
1932 * Source/cmake/OptionsGTK.cmake:
1933 * Source/cmake/OptionsMac.cmake:
1934 * Source/cmake/OptionsWindows.cmake:
1935 * Source/cmake/WebKitFeatures.cmake:
1937 2015-05-27 Carlos Garcia Campos <cgarcia@igalia.com>
1939 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.2 release.
1941 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1943 2015-05-25 Carlos Garcia Campos <cgarcia@igalia.com>
1945 Unreviewed. Export DatabaseProcessMainUnix symbol.
1947 Add DatabaseProcessMainUnix symbol to gtksymbols.filter so that it
1948 is exported in production builds.
1950 * Source/cmake/gtksymbols.filter:
1952 2015-05-25 Carlos Garcia Campos <cgarcia@igalia.com>
1954 [GTK] Enable IndexedDB
1955 https://bugs.webkit.org/show_bug.cgi?id=98932
1957 Reviewed by Žan Doberšek.
1959 * Source/cmake/OptionsGTK.cmake: Enable DATABASE_PROCESS and INDEXED_DATABASE.
1960 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_DATABASE_PROCESS.
1962 2015-05-24 Carlos Garcia Campos <cgarcia@igalia.com>
1964 [GTK] Bump GCC requirements to 4.9.0
1965 https://bugs.webkit.org/show_bug.cgi?id=145211
1967 Reviewed by Žan Doberšek.
1969 It's required to build with IndexedDB support when using GCC,
1970 clang works just fine. See https://bugs.webkit.org/show_bug.cgi?id=98932.
1972 * Source/cmake/OptionsGTK.cmake:
1974 2015-05-18 Michael Catanzaro <mcatanzaro@igalia.com>
1976 [CMake] Ignore warnings in system headers
1977 https://bugs.webkit.org/show_bug.cgi?id=144747
1979 Reviewed by Darin Adler.
1981 Require CMake 2.8.12 when compiling the GTK+ port. This is because we use the
1982 target_include_directories command (added in 2.8.11) in GTK-specific cmake files, and also
1983 use the SYSTEM argument to the command (added in 2.8.12).
1987 2015-05-14 Michael Catanzaro <mcatanzaro@igalia.com>
1989 [CMake] Error out when ruby is too old
1990 https://bugs.webkit.org/show_bug.cgi?id=145014
1992 Reviewed by Martin Robinson.
1994 Error out immediately after checking for Ruby if the ruby executable is not found, or if it
1999 2015-05-14 Zan Dobersek <zdobersek@igalia.com>
2001 [GTK] Enable plugin-related CMake options and variables for the X11 target only
2002 https://bugs.webkit.org/show_bug.cgi?id=144995
2004 Reviewed by Carlos Garcia Campos.
2006 * Source/cmake/OptionsGTK.cmake: Plugins are only supported for
2007 the X11 windowing target at the moment, so the following options
2008 and variables should be enabled or disabled accordingly:
2009 - ENABLE_PLUGIN_PROCESS_GTK2
2010 - ENABLE_NETSCAPE_PLUGIN_API
2011 - ENABLE_PLUGIN_PROCESS
2013 2015-05-12 Ryuan Choi <ryuan.choi@navercorp.com>
2015 Linker fails without -DDEVELOPER_MODE=ON
2016 https://bugs.webkit.org/show_bug.cgi?id=144117
2018 Reviewed by Gyuyoung Kim.
2020 * Source/cmake/OptionsEfl.cmake:
2021 Remove fvisibility flags. linker script will cover the functionality for ewebkit2.so in release mode,
2022 * Source/cmake/eflsymbols.filter: Updated symbol patterns which should be exposed for ewebkit2.
2024 2015-05-10 Philip Chimento <philip.chimento@gmail.com>
2026 CMake defines CAIROGL_FOUND, not CAIRO_GL_FOUND
2027 https://bugs.webkit.org/show_bug.cgi?id=144846
2029 Reviewed by Martin Robinson.
2031 * Source/cmake/FindCairoGL.cmake: Use CAIROGL_* instead of
2032 CAIRO_GL_* throughout, because find_package will define
2034 * Source/cmake/OptionsGTK.cmake: Ditto.
2036 2015-05-10 Philip Chimento <philip.chimento@gmail.com>
2038 [CMake] Some macros need to be defined/undefined, rather than ON/OFF
2039 https://bugs.webkit.org/show_bug.cgi?id=144845
2041 Reviewed by Martin Robinson.
2043 * Source/cmake/OptionsGTK.cmake: Only define MOZ_X11 and XP_UNIX
2044 if their corresponding WTF options are ON. The code in npapi.h
2045 relies on these being undefined if they are to be switched off.
2047 2015-05-09 Yoav Weiss <yoav@yoav.ws>
2049 Remove the PICTURE_SIZES build flag
2050 https://bugs.webkit.org/show_bug.cgi?id=144679
2052 Reviewed by Benjamin Poulain.
2054 Removed the PICTURE_SIZES build time flag.
2056 * Source/cmake/OptionsEfl.cmake:
2057 * Source/cmake/OptionsGTK.cmake:
2058 * Source/cmake/OptionsMac.cmake:
2059 * Source/cmake/OptionsWindows.cmake:
2060 * Source/cmake/WebKitFeatures.cmake:
2062 2015-05-08 Michael Catanzaro <mcatanzaro@igalia.com>
2064 [GTK] [CMake] Check for required X libraries
2065 https://bugs.webkit.org/show_bug.cgi?id=144823
2067 Reviewed by Martin Robinson.
2069 Error out if missing libXcomposite, libXdamage, libXrender, or libXt.
2071 * Source/cmake/OptionsGTK.cmake:
2073 015-05-08 Michael Catanzaro <mcatanzaro@igalia.com>, Martin Robinson <mrobinson@igalia.com>
2075 [GTK] Checks for DEVELOPMENT_BUILD are all wrong
2076 https://bugs.webkit.org/show_bug.cgi?id=144746
2078 Reviewed by Carlos Garcia Campos.
2080 Don't set DEVELOPMENT_BUILD. We check whether it is defined for conditional compilation, not
2081 what it is defined to, so defining it to 0 effectively turned it on always. Instead set
2082 ENABLE_DEVELOPER_MODE so that we can use the ENABLE macro inside WebKit source code.
2084 * Source/cmake/OptionsGTK.cmake:
2086 2015-05-08 Daniel Bates <dabates@apple.com>
2088 [iOS] WebSQL operations are not performed after device is locked
2089 https://bugs.webkit.org/show_bug.cgi?id=137503
2090 <rdar://problem/20844952>
2092 Rubber-stamped by Alexey Proskuryakov.
2094 Add a manual test to help verify that we do not regress this issue.
2096 * ManualTests/ios/execute-sql-transaction-callback-after-locking-unlocking-device-in-earlier-transaction.html: Added.
2098 2015-05-08 Commit Queue <commit-queue@webkit.org>
2100 Unreviewed, rolling out r183945.
2101 https://bugs.webkit.org/show_bug.cgi?id=144789
2103 "It broke all the GTK+ tests" (Requested by KaL on #webkit).
2107 "[GTK] Checks for DEVELOPMENT_BUILD are all wrong"
2108 https://bugs.webkit.org/show_bug.cgi?id=144746
2109 http://trac.webkit.org/changeset/183945
2111 2015-05-07 Myles C. Maxfield <mmaxfield@apple.com>
2113 Cleanup after r183940
2114 https://bugs.webkit.org/show_bug.cgi?id=144768
2118 Looks like the empty directories were not deleted.
2120 * Source/PAL: Removed.
2121 * Source/PAL/Configurations: Removed.
2122 * Source/PAL/PAL.xcodeproj: Removed.
2123 * Source/PAL/graphics: Removed.
2125 2015-05-07 Michael Catanzaro <mcatanzaro@igalia.com>
2127 [GTK] Checks for DEVELOPMENT_BUILD are all wrong
2128 https://bugs.webkit.org/show_bug.cgi?id=144746
2130 Reviewed by Martin Robinson.
2132 Don't set DEVELOPMENT_BUILD. We check whether it is defined for conditional compilation, not
2133 what it is defined to, so defining it to 0 effectively turned it on always.
2135 * Source/cmake/OptionsGTK.cmake:
2137 2015-05-05 Myles C. Maxfield <mmaxfield@apple.com>
2139 Revert "Introducing the Platform Abstraction Layer (PAL)"
2140 https://bugs.webkit.org/show_bug.cgi?id=144751
2144 PAL should be a new target inside WebCore, rather than a top-level folder.
2146 * WebKit.xcworkspace/contents.xcworkspacedata: Add it to the workspace.
2148 2015-05-07 Carlos Garcia Campos <cgarcia@igalia.com>
2150 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.1 release.
2152 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
2154 2015-05-05 Myles C. Maxfield <mmaxfield@apple.com>
2156 Introducing the Platform Abstraction Layer (PAL)
2157 https://bugs.webkit.org/show_bug.cgi?id=143358
2159 Reviewed by Simon Fraser.
2161 * WebKit.xcworkspace/contents.xcworkspacedata: Add it to the workspace.
2163 2015-05-04 Csaba Osztrogonác <ossy@webkit.org>
2165 [cmake] Disable GNU Gold linker on Cortex A53
2166 https://bugs.webkit.org/show_bug.cgi?id=144382
2168 Reviewed by Carlos Garcia Campos.
2170 * Source/cmake/OptionsCommon.cmake:
2172 2015-05-01 Martin Robinson <mrobinson@igalia.com>
2174 USE(...) macro should expect unprefixed variables
2175 https://bugs.webkit.org/show_bug.cgi?id=144454
2177 Reviewed by Daniel Bates.
2179 * Source/cmake/OptionsAppleWin.cmake: Replace all occurrences WTF_USE with USE.
2180 * Source/cmake/OptionsEfl.cmake: Ditto.
2181 * Source/cmake/OptionsGTK.cmake: Ditto.
2182 * Source/cmake/OptionsMac.cmake: Ditto.
2183 * Source/cmake/OptionsWinCairo.cmake: Ditto.
2184 * Source/cmake/WebKitFeatures.cmake: No longer expose WTF_USE when encountering
2187 2015-04-30 Martin Robinson <mrobinson@igalia.com>
2189 [CMake] Automatically expose WTF_USE_FOO to the build when USE_FOO is exposed
2190 https://bugs.webkit.org/show_bug.cgi?id=144394
2192 Reviewed by Carlos Garcia Campos.
2194 Automatically expose WTF_USE_FOO when USE_FOO is exposed. A side-effect of this change
2195 is that it fixes the redirected XComposite window for GTK+, which was accidentally
2196 disabled in previous reworking of the CMake configuration.
2198 * Source/cmake/OptionsGTK.cmake: We no longer need to expose the WTF_ prefixed
2199 version of USE variables.
2200 * Source/cmake/WebKitFeatures.cmake: Automatically expose WTF_USE_FOO when USE_FOO
2201 is exposed to the build.
2203 2015-04-30 Carlos Garcia Campos <cgarcia@igalia.com>
2205 Unreviewed. Bump GTK+ version numbers.
2207 * Source/cmake/OptionsGTK.cmake:
2209 2015-04-29 Ryuan Choi <ryuan.choi@navercorp.com>
2211 [EFL] CMake should be failed if openwebrtc package does not exist but ENABLE_MEDIA_STREAM is ON
2212 https://bugs.webkit.org/show_bug.cgi?id=144435
2214 Reviewed by Gyuyoung Kim.
2216 This patch adds REQUIRED option for OpenWebRTC when ENABLE_MEDIA_STREAM is ON.
2217 In addition, this adds DEFAULT_PORT_VALUE for ENABLE_MEDIA_STREAM to match with FeatureList.pm
2219 * Source/cmake/OptionsEfl.cmake:
2221 2015-04-29 Joseph Pecoraro <pecoraro@apple.com>
2223 REGRESSION(183583): [Mac] make without SDKROOT has issues
2224 https://bugs.webkit.org/show_bug.cgi?id=144431
2226 Reviewed by Dan Bernstein.
2229 Assume an empty SDKROOT means an macosx variant, so only
2230 enable settings if the SDKROOT is not empty and does not
2233 2015-04-29 Martin Robinson <mrobinson@igalia.com>
2235 Fix the GTK+ build after r183584
2237 * Source/cmake/OptionsGTK.cmake: Properly use the USE_LIBHYPHEN and HYPHEN_FOUND variables.
2239 2015-04-29 Martin Robinson <mrobinson@igalia.com>
2241 [GTK] Add support for automatic hyphenation
2242 https://bugs.webkit.org/show_bug.cgi?id=44478
2244 Reviewed by Carlos Garcia Campos.
2246 * Source/cmake/FindHyphen.cmake: Added. A CMake module for finding libhyphen.
2247 * Source/cmake/OptionsGTK.cmake: Look for libhyphen and enable hyphenation if found.
2248 * Source/cmakeconfig.h.cmake: Pass through the whether libhyphen is enabled.
2250 2015-04-29 Jake Nielsen <jacob_nielsen@apple.com>
2252 Failure when building WebKit for appletvsimulator.
2253 https://bugs.webkit.org/show_bug.cgi?id=144356
2255 Reviewed by Alexey Proskuryakov.
2257 Changes Makefile logic to check for "not OS X" rather than "is iOS" to
2258 make TVOS and WatchOS behave correctly.
2262 2015-04-29 Martin Robinson <mrobinson@igalia.com>
2264 [CMake] [GTK] Organize and clean up unused CMake variables
2265 https://bugs.webkit.org/show_bug.cgi?id=144364
2267 Reviewed by Gyuyoung Kim.
2269 * Source/cmake/OptionsGTK.cmake: Remove unused variables and move variables
2270 specific to certain projects into their PlatformGTK.cmake files.
2272 2015-04-29 Ryuan Choi <ryuan.choi@navercorp.com>
2274 [EFL] Build failure to find gio-unix
2275 https://bugs.webkit.org/show_bug.cgi?id=144083
2277 Reviewed by Gyuyoung Kim.
2279 Original patch by Doug Newgard <scimma22@outlook.com>
2281 * Source/cmake/OptionsEfl.cmake: Moved geoclue block before find_package(GLIB...)
2283 2015-04-28 Ryuan Choi <ryuan.choi@navercorp.com>
2285 [CoordinatedGraphics] Merge TILED_BACKING_STORE guard with COORDINATED_GRAPHICS
2286 https://bugs.webkit.org/show_bug.cgi?id=143001
2288 Reviewed by Gyuyoung Kim.
2290 * Source/cmake/OptionsEfl.cmake: Removed TILED_BACKING_STORE definition.
2291 * Source/cmake/OptionsGTK.cmake: Ditto.
2293 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
2295 Unreviewed, fix typo in previous commit
2297 libsecretr -> libsecret in the error message.
2299 * Source/cmake/OptionsGTK.cmake:
2301 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
2303 [GTK] Clean up feature detection and make it hard to accidentally build without optional features
2304 https://bugs.webkit.org/show_bug.cgi?id=143546
2306 Reviewed by Martin Robinson.
2308 Add USE_GSTREAMER_MPEGTS option and turn it off by default. Turn off ENABLE_SUBTLE_CRYPTO
2309 by default. Turn on ENABLE_GEOLOCATION by default. Add USE_LIBNOTIFY and turn it on by
2310 default. Fail the build with an informative error message if an optional dependency required
2311 for an enabled feature is not present. Perform find_package commands only when necessary.
2312 Make ENABLE_API_TESTS private. Alphabetize the feature checks (yes, this is actually
2315 * Source/cmake/OptionsGTK.cmake:
2317 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
2319 [GTK] Make all options actually options
2320 https://bugs.webkit.org/show_bug.cgi?id=144106
2322 Reviewed by Martin Robinson.
2324 Use WEBKIT_OPTION_DEFINE to set ENABLE_GTKDOC, ENABLE_INTROSPECTION, ENABLE_X11_TARGET, and
2325 ENABLE_WAYLAND_TARGET.
2327 * Source/cmake/OptionsGTK.cmake:
2329 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
2331 Unreviewed, fix GTK build after r183452
2333 * Source/cmake/OptionsGTK.cmake:
2335 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
2337 [GTK] Add one single option to control all OpenGL-related options
2338 https://bugs.webkit.org/show_bug.cgi?id=144105
2340 Reviewed by Martin Robinson.
2342 Add public ENABLE_OPENGL option, which is mandatory for ENABLE_3D_TRANSFORMS,
2343 ENABLE_ACCELERATED_2D_CANVAS, ENABLE_GLES2, ENABLE_THREADED_COMPOSITOR, ENABLE_WEBGL,
2344 USE_REDIRECTED_XCOMPOSITE_WINDOW, and USE_GSTREAMER_GL. Make ENABLE_GLES2 a proper WebKit
2345 option and move code around accordingly. Use WEBKIT_OPTION_DEPEND and rely on it. Add a
2346 large comment to explain why default value of ENABLE_ACCELERATED_2D_CANVAS is based on the
2347 presence of CairoGL.
2349 * Source/cmake/OptionsGTK.cmake:
2351 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
2353 [GTK] ENABLE_SMOOTH_SCROLLING should be private
2354 https://bugs.webkit.org/show_bug.cgi?id=144306
2356 Reviewed by Martin Robinson.
2358 Make ENABLE_SMOOTH_SCROLLING private instead of public.
2360 * Source/cmake/OptionsGTK.cmake:
2362 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
2364 Rename WTF_USE_3D_GRAPHICS to ENABLE_GRAPHICS_CONTEXT_3D
2365 https://bugs.webkit.org/show_bug.cgi?id=144193
2367 Reviewed by Darin Adler.
2369 * Source/cmake/OptionsEfl.cmake:
2370 * Source/cmake/OptionsGTK.cmake:
2371 * Source/cmake/OptionsWinCairo.cmake:
2372 * Source/cmake/WebKitFeatures.cmake:
2374 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
2376 [CMake] Should be possible for an option to conflict with other options
2377 https://bugs.webkit.org/show_bug.cgi?id=143956
2379 Reviewed by Martin Robinson.
2381 Add WEBKIT_OPTION_CONFLICT macro, which fails the build if conflicting options are on.
2383 * Source/cmake/WebKitFeatures.cmake:
2385 2015-04-22 Martin Robinson <mrobinson@igalia.com>
2387 [CMake] Autogenerate cmakeconfig.h.cmake
2388 https://bugs.webkit.org/show_bug.cgi?id=143997
2390 Reviewed by Csaba Osztrogonác.
2392 * CMakeLists.txt: Create the configuration header as the last part of the cmake run.
2393 * Source/CMakeLists.txt: No longer use configure_file to create cmakeconfig.h.
2394 * Source/cmake/OptionsCommon.cmake: Expose WTF_CPU_ARM64_CORTEXA53 to the build explicitly.
2395 * Source/cmake/OptionsGTK.cmake: Expose variables to the build using SET_AND_EXPOSE_TO_BUILD.
2396 Do some other miscellaneous related cleanup.
2397 * Source/cmake/OptionsEFL.cmake: Expose HAVE_LLVM to the build.
2398 * Source/cmake/WebKitFeatures.cmake: Expose all WebKit features to the build. Add support for
2399 build exposed variables. Add a macro to generate a configuration from them.
2400 * Source/cmakeconfig.h.cmake: Removed.
2402 2015-04-24 Philippe Normand <pnormand@igalia.com>
2404 [JHBuild] Move to upstream OpenWebRTC
2405 https://bugs.webkit.org/show_bug.cgi?id=144145
2407 Reviewed by Carlos Garcia Campos.
2409 * Source/cmake/FindOpenWebRTC.cmake: Check the presence of the
2412 2015-04-26 Yusuke Suzuki <utatane.tea@gmail.com>
2414 [ES6] Implement ES6 template literals
2415 https://bugs.webkit.org/show_bug.cgi?id=142691
2417 Reviewed by Darin Adler.
2419 Add ENABLE_ES6_TEMPLATE_LITERAL_SYNTAX compile time flag.
2421 * Source/cmake/WebKitFeatures.cmake:
2422 * Source/cmakeconfig.h.cmake:
2424 2015-04-25 Martin Robinson <mrobinson@igalia.com>
2426 Rename ENABLE_3D_RENDERING to ENABLE_3D_TRANSFORMS
2427 https://bugs.webkit.org/show_bug.cgi?id=144182
2429 Reviewed by Simon Fraser.
2431 * Source/cmake/OptionsEfl.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
2432 * Source/cmake/OptionsGTK.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
2433 * Source/cmake/OptionsMac.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
2434 * Source/cmake/WebKitFeatures.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
2435 * Source/cmakeconfig.h.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
2437 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
2439 [GTK] Add more public options
2440 https://bugs.webkit.org/show_bug.cgi?id=144116
2442 Reviewed by Martin Robinson.
2444 Add ENABLE_ICONDATABASE, ENABLE_JIT, and USE_SYSTEM_MALLOC as public options.
2446 * Source/cmake/OptionsGTK.cmake:
2448 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
2450 [CMake] Some internal variables are not marked as advanced
2451 https://bugs.webkit.org/show_bug.cgi?id=143595
2453 Reviewed by Martin Robinson.
2455 * Source/cmake/FindFreetype2.cmake: Mark internal options as advanced.
2456 * Source/cmake/FindHarfBuzz.cmake: Mark HARFBUZZ_ICU_LIBRARIES as advanced.
2458 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
2460 [GTK] Mark as advanced the build options we don't want to expose
2461 https://bugs.webkit.org/show_bug.cgi?id=143558
2463 Reviewed by Martin Robinson.
2465 Mark various options as private instead of public.
2467 * Source/cmake/OptionsGTK.cmake:
2469 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
2471 [CMake] Should be possible for an option to depend on multiple options
2472 https://bugs.webkit.org/show_bug.cgi?id=143839
2474 Reviewed by Martin Robinson.
2476 Use a list instead of a single variable to track the dependencies of each option. Iterate
2477 over the list as many times as necessary to ensure all options are properly disabled.
2479 * Source/cmake/WebKitFeatures.cmake:
2481 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
2483 [CMake] ENABLE_THREADED_COMPOSITOR should not be at the bottom of the options list
2484 https://bugs.webkit.org/show_bug.cgi?id=144103
2486 Reviewed by Martin Robinson.
2488 Just move ENABLE_THREADED_COMPOSITOR so it's alphabetized properly.
2490 * Source/cmake/WebKitFeatures.cmake:
2492 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
2494 [GTK] Fixups for ENABLE_CREDENTIAL_STORAGE
2495 https://bugs.webkit.org/show_bug.cgi?id=144102
2497 Reviewed by Martin Robinson.
2499 Use WEBKIT_OPTION_DEFAULT_PORT_VALUE to set ENABLE_CREDENTIAL_STORAGE instead of doing so
2500 manually. Fail the build if libsecret is not found but ENABLE_CREDENTIAL_STORAGE is set.
2501 Also, do not set ENABLE_CREDENTIAL_STORAGE redundantly.
2503 * Source/cmake/OptionsGTK.cmake:
2505 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
2507 [CMake] Clean up JSC JIT options
2508 https://bugs.webkit.org/show_bug.cgi?id=143998
2510 Reviewed by Filip Pizlo.
2512 * Source/cmake/OptionsEfl.cmake: Remove handling of ENABLE_LLINT_C_LOOP and preprocessor
2513 define for ENABLE_FTL_NATIVE_CALL_INLINING.
2514 * Source/cmake/OptionsMac.cmake: Remove override of ENABLE_LLINT_C_LOOP
2515 * Source/cmake/WebKitFeatures.cmake: Remove ENABLE_LLINT_C_LOOP. Add ENABLE_DFG_JIT and
2516 ENABLE_FTL_NATIVE_CALL_INLINING. Specify proper dependencies for these features.
2517 * Source/cmakeconfig.h.cmake: Remove ENABLE_LLINT_C_LOOP and add ENABLE_DFG_JIT.
2519 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
2521 [CMake] Use lowercase for local variables in macros
2522 https://bugs.webkit.org/show_bug.cgi?id=144059
2524 Reviewed by Martin Robinson.
2526 Convert some variable names to lowercase.
2528 * Source/cmake/WebKitFeatures.cmake:
2530 2015-04-22 Commit Queue <commit-queue@webkit.org>
2532 Unreviewed, rolling out r183116.
2533 https://bugs.webkit.org/show_bug.cgi?id=144060
2535 Inadvertently deleted a file... (Requested by mcatanzaro on
2540 "[CMake] Use lowercase for local variables in macros"
2541 https://bugs.webkit.org/show_bug.cgi?id=144059
2542 http://trac.webkit.org/changeset/183116
2544 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
2546 [CMake] Use lowercase for local variables in macros
2547 https://bugs.webkit.org/show_bug.cgi?id=144059
2549 Reviewed by Martin Robinson.
2551 Convert some variable names to lowercase.
2553 * Source/cmake/WebKitFeatures.cmake:
2555 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
2557 [CMake] Features list should print dots every other row
2558 https://bugs.webkit.org/show_bug.cgi?id=143832
2560 Reviewed by Martin Robinson.
2562 Discount private options when determining whether to print dots on a given row of the
2563 features list. Also, simplify the logic by using only one for loop, and fix a couple errors
2564 (inverted use of SHOULD_PRINT_DOTS, one use of the renamed variable SHOULD_PRINT_POINTS that
2565 wasn't noticed because it only affects the first line, and use of the variable name as a
2566 string in a conditional.)
2568 * Source/cmake/WebKitFeatures.cmake:
2570 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
2572 [CMake] Require specifying visibility of WebKit options
2573 https://bugs.webkit.org/show_bug.cgi?id=143831
2575 Reviewed by Alex Christensen.
2577 * Source/cmake/OptionsEfl.cmake: Specify all options as PUBLIC
2578 * Source/cmake/OptionsGTK.cmake: Specify all options as PUBLIC
2579 * Source/cmake/OptionsMac.cmake: Specify all options as PRIVATE
2580 * Source/cmake/OptionsWindows.cmake: Specify all options as PUBLIC
2581 * Source/cmake/WebKitFeatures.cmake: Require specifying options as PUBLIC or PRIVATE.
2582 Remove WEBKIT_OPTION_DEFINE_PUBLIC and WEBKIT_OPTION_PRIVATE_PORT_VALUE. Specify all
2583 cross-platform options as PRIVATE.
2585 2015-04-19 Gyuyoung Kim <gyuyoung.kim@webkit.org>
2587 [CMake] Synchronize variables between WebKitFeatures.cmake and cmakedonfig.h.cmake
2588 https://bugs.webkit.org/show_bug.cgi?id=143935
2590 Reviewed by Darin Adler.
2592 Some variables aren't defined in these files or unused variables aren't removed. This
2593 patch cleans up it as well as fix wrong alphabet order.
2595 * Source/cmake/WebKitFeatures.cmake:
2596 * Source/cmakeconfig.h.cmake:
2598 2015-04-19 Simon Fraser <simon.fraser@apple.com>
2600 Restore the WebKit.xcworkspace to the way it was before r182899,
2601 which inadvertently added the Source directory and a couple of source
2604 * WebKit.xcworkspace/contents.xcworkspacedata:
2606 2015-04-16 Basile Clement <basile_clement@apple.com>
2608 Extract the allocation profile from JSFunction into a rare object
2609 https://bugs.webkit.org/show_bug.cgi?id=143807
2611 Reviewed by Filip Pizlo.
2613 * WebKit.xcworkspace/contents.xcworkspacedata:
2615 2015-04-16 Csaba Osztrogonác <ossy@webkit.org>
2617 [EFL] Bump LLVM to version 3.6.0 on X86_64
2618 https://bugs.webkit.org/show_bug.cgi?id=143604
2620 Reviewed by Gyuyoung Kim.
2622 * Source/cmake/FindLLVM.cmake: Added version handling.
2623 * Source/cmake/OptionsEfl.cmake: Require LLVM 3.6.0 on X86_64 and patched LLVM 3.5.0 on AArch64.
2625 2015-04-15 Timothy Horton <timothy_horton@apple.com>
2627 Custom CSS cursors do not use -webkit-image-set on retina displays
2628 https://bugs.webkit.org/show_bug.cgi?id=120783
2630 Reviewed by Beth Dakin.
2631 Patch by Evan Wallace <evan.exe@gmail.com>.
2633 Add a manual test for custom CSS cursors on retina displays.
2635 * ManualTests/retina-cursors.html: Added.
2637 2015-04-15 Alex Christensen <achristensen@webkit.org>
2639 Progress towards CMake on Mac.
2640 https://bugs.webkit.org/show_bug.cgi?id=143785
2642 Reviewed by Csaba Osztrogonác.
2645 * Source/cmake/OptionsMac.cmake:
2646 * Source/cmake/WebKitFS.cmake:
2648 2015-04-10 Jon Honeycutt <jhoneycutt@apple.com>
2650 Cannot click "Next" button on Google two-factor auth setup page
2652 <https://bugs.webkit.org/show_bug.cgi?id=143624>
2653 <rdar://problem/19175714>
2655 Reviewed by Darin Adler.
2657 * ManualTests/button-that-focuses-itself-on-click.html: Added.
2659 2015-04-13 Michael Catanzaro <mcatanzaro@igalia.com>
2661 [cmake] REGRESSION(182663): It broke feature dependency handling
2662 https://bugs.webkit.org/show_bug.cgi?id=143665
2664 Reviewed by Csaba Osztrogonác.
2666 Don't try to check the value of options before defining the options.
2668 * Source/cmake/WebKitFeatures.cmake:
2670 2015-04-13 Csaba Osztrogonác <ossy@webkit.org>
2672 [cmake] Add ENABLE(ATTACHMENT_ELEMENT) to the build system
2673 https://bugs.webkit.org/show_bug.cgi?id=143664
2675 Reviewed by Gyuyoung Kim.
2677 * Source/cmake/OptionsEfl.cmake:
2678 * Source/cmake/OptionsGTK.cmake:
2679 * Source/cmake/WebKitFeatures.cmake:
2680 * Source/cmakeconfig.h.cmake:
2682 2015-04-12 Gyuyoung Kim <gyuyoung.kim@webkit.org>
2684 [EFL] Enable Media Source
2685 https://bugs.webkit.org/show_bug.cgi?id=143635
2687 Reviewed by Csaba Osztrogonác.
2689 * Source/cmake/OptionsEfl.cmake: Add ENABLE_MEDIA_SOURCE switch.
2691 2015-04-11 Michael Catanzaro <mcatanzaro@igalia.com>
2693 [CMake] Miscellaneous issues in WebKitFeatures.cmake
2694 https://bugs.webkit.org/show_bug.cgi?id=143636
2696 Reviewed by Martin Robinson.
2698 Rename _WEBKIT_AVAILABLE_OPTIONS_INITIALVALUE_ variables to
2699 _WEBKIT_AVAILABLE_OPTIONS_INITIAL_VALUE_
2701 Rename _WEBKIT_AVAILABLE_OPTIONS_ISPUBLIC_ variables to
2702 _WEBKIT_AVAILABLE_OPTIONS_IS_PUBLIC_
2704 Rename _SHOULD_PRINT_POINTS to _SHOULD_PRINT_DOTS
2706 Update USE_SYSTEM_MALLOC description to not mention TCmalloc
2708 Fix ENABLE_TOUCH_SLIDER so that it can be used
2712 * Source/cmake/WebKitFeatures.cmake:
2714 2015-04-11 Michael Catanzaro <mcatanzaro@igalia.com>
2716 [CMake] Print sorted feature list at the very end of the configure process
2717 https://bugs.webkit.org/show_bug.cgi?id=143596
2719 Reviewed by Martin Robinson.
2721 * CMakeLists.txt: Call PRINT_WEBKIT_OPTIONS at the bottom of the file.
2722 * Source/cmake/WebKitFeatures.cmake: Split option printing into PRINT_WEBKIT_OPTIONS macro,
2723 and sort the options before printing. Reorder some code so that features still get
2724 propagated to the bindings generators.
2726 2015-04-11 Michael Catanzaro <mcatanzaro@igalia.com>
2728 [CMake] Options should be marked as advanced by default
2729 https://bugs.webkit.org/show_bug.cgi?id=143572
2731 Reviewed by Gyuyoung Kim.
2733 Options defined with WEBKIT_OPTION_DEFINE are now advanced so that they are hidden from
2734 users by default, unless WEBKIT_OPTION_DEFAULT_PORT_VALUE is used. Add new macros
2735 WEBKIT_OPTION_DEFINE_PUBLIC to define an option that's not hidden by default, to be used
2736 for adding port-specific options, and WEBKIT_OPTION_PRIVATE_PORT_VALUE to override an
2737 option without making it public.
2739 * Source/cmake/WebKitFeatures.cmake:
2741 2015-04-10 Gyuyoung Kim <gyuyoung.kim@webkit.org>
2743 [CMake] Remove unnecessary ENABLE_WEBCORE switch
2744 https://bugs.webkit.org/show_bug.cgi?id=143584
2746 Reviewed by Csaba Osztrogonác.
2748 WebCore should be built for all ports. So ENABLE_WEBCORE switch looks be redundant.
2752 * Source/CMakeLists.txt:
2753 * Source/cmake/OptionsGTK.cmake:
2754 * Source/cmake/WebKitFS.cmake:
2756 2015-04-08 Filip Pizlo <fpizlo@apple.com>
2758 Unreviewed, revert accidental commit.
2762 2015-04-08 Alex Christensen <achristensen@webkit.org> and Patrick Gansterer <paroga@webkit.org>
2764 Add CMake build system for WinCairo port.
2765 https://bugs.webkit.org/show_bug.cgi?id=115944
2767 Reviewed by Chris Dumez.
2769 * Source/cmake/OptionsWindows.cmake:
2770 * Source/cmake/WebKitMacros.cmake:
2771 Make ADD_PRECOMPILED_HEADER more like http://stackoverflow.com/questions/148570/using-pre-compiled-headers-with-cmake
2773 2015-04-06 Alberto Garcia <berto@igalia.com>
2775 [GTK] Fix HPPA build
2776 https://bugs.webkit.org/show_bug.cgi?id=143453
2778 Reviewed by Darin Adler.
2780 Add HPPA to the list of supported CPUs.
2784 2015-04-03 Csaba Osztrogonác <ossy@webkit.org>
2786 Unreviewed, kick the GTK bots to fix an incremental build issue.
2788 * Source/cmake/OptionsGTK.cmake:
2790 2015-04-03 Zan Dobersek <zdobersek@igalia.com>
2792 Fix the EFL and GTK build after r182243
2793 https://bugs.webkit.org/show_bug.cgi?id=143361
2795 Reviewed by Csaba Osztrogonác.
2797 * Source/PlatformEfl.cmake: Add a custom command that copies
2798 the InspectorBackendCommands.js file into the proper directory
2799 under DerivedSources/WebInspectorUI/.
2801 2015-04-01 Alex Christensen <achristensen@webkit.org>
2803 Progress towards CMake on Windows and Mac.
2804 https://bugs.webkit.org/show_bug.cgi?id=143293
2806 Reviewed by Filip Pizlo.
2809 Set DERIVED_SOURCES_WTF_DIR for Windows.
2810 * Source/CMakeLists.txt:
2811 Don't compile bmalloc on Windows.
2812 * Source/cmake/OptionsCommon.cmake:
2813 Use the absolute path of the C preprocessor.
2814 * Source/cmake/OptionsWinCairo.cmake:
2815 Added needed definitions.
2816 * Source/cmake/OptionsWindows.cmake:
2817 Set some default values and removed support for old Visual Studio versions before /MP.
2818 * Source/cmake/WebKitFS.cmake:
2819 Make WTF DerivedSources directory.
2820 * Source/cmake/WebKitMacros.cmake:
2821 Added ADD_PRECOMPILED_HEADER macro based on
2822 http://stackoverflow.com/questions/148570/using-pre-compiled-headers-with-cmake
2824 2015-04-01 Gwang Yoon Hwang <yoon@igalia.com>
2826 Use colored diagnostics when building with cmake + ninja + clang
2827 https://bugs.webkit.org/show_bug.cgi?id=143297
2829 Reviewed by Žan Doberšek.
2831 Because that ninja sets subprocess stdout/stderr to a pipe, clang
2832 disables colored output.
2833 This patch forces clang to use colored diagnostics when we are using
2836 * Source/cmake/OptionsCommon.cmake:
2838 2015-03-29 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2840 [CMake] Update old CMakeList.txt in gtest
2841 https://bugs.webkit.org/show_bug.cgi?id=143192
2843 Reviewed by Darin Adler.
2845 CMake ports have used cmake/gtest/CMakeLists.txt instead of ThirdParty/test/CMakeLists.txt
2846 in order to build gtest. However it looks ThirdParty/test/CMakeLists.txt won't be used anymore.
2847 So this patch moves cmake/gtest/CMakeLists.txt to ThirdPart/test/CMakeLists.txt, and use it.
2849 * Source/CMakeLists.txt:
2850 * Source/cmake/gtest/CMakeLists.txt: Removed.
2852 2015-03-27 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2854 [CMake] Remove unnecessary INCLUDE_IF_EXISTS macro
2855 https://bugs.webkit.org/show_bug.cgi?id=143138
2857 Reviewed by Csaba Osztrogonác.
2859 INCLUDE_IF_EXISTS isn't used except for 2 places. However those uses can
2860 be replaced with WEBKIT_INCLUDE_CONFIG_FILES_IF_EXISTS.
2862 * Source/cmake/OptionsWindows.cmake:
2863 Set "PORT" instead of "PORT_FALLBACK" because there is no benefit to define PORT_FALLBACK.
2864 * Source/cmake/WebKitMacros.cmake:
2866 2015-03-27 Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
2868 [GStreamer] share GL context in pipeline, part 2
2869 https://bugs.webkit.org/show_bug.cgi?id=143049
2871 Reviewed by Carlos Garcia Campos.
2873 * Source/cmake/OptionsGTK.cmake: USE_GSTREAMER_GL is set only if
2874 OpenGL/ES2 is found and GLX/EGL is found too.
2876 2015-03-26 Alex Christensen <achristensen@webkit.org>
2878 Progress towards CMake on Mac.
2879 https://bugs.webkit.org/show_bug.cgi?id=143112
2881 Reviewed by Chris Dumez.
2883 * Source/cmake/OptionsMac.cmake:
2885 2015-03-24 Csaba Osztrogonác <ossy@webkit.org>
2887 [EFL] Add OpenWebRTC in jhbuild
2888 https://bugs.webkit.org/show_bug.cgi?id=142778
2890 Reviewed by Gyuyoung Kim.
2892 Original patch by Philippe Normand <pnormand@igalia.com>
2894 * Source/cmake/OptionsEfl.cmake: Look for OpenWebRTC library if
2895 mediastream build is enabled.
2897 2015-03-23 Carlos Garcia Campos <cgarcia@igalia.com>
2899 [GTK] Add a configure option to build without Redirected XComposite Window
2900 https://bugs.webkit.org/show_bug.cgi?id=142865
2902 Reviewed by Žan Doberšek.
2904 The Redirected XComposite Window was added to support some
2905 features like GtkOverlay, but in cases where we don't need such
2906 features, it's more efficient to use the XID of the WebKitWebView
2907 window as the native surface handle for the accelerated
2908 compositing. This patch adds USE_REDIRECTED_XCOMPOSITE_WINDOW,
2909 that is enabled by default for X11 target when OpenGL is enabled.
2911 * Source/cmake/OptionsGTK.cmake:
2913 2015-03-20 Zan Dobersek <zdobersek@igalia.com>
2915 [GTK] Search for the Wayland dependency when enabling Wayland target
2916 https://bugs.webkit.org/show_bug.cgi?id=142876
2918 Reviewed by Carlos Garcia Campos.
2920 * Source/cmake/OptionsGTK.cmake: The Wayland dependency isn't a public
2921 requirement of either the GTK+ or GDK pkg-config files, so we have to
2922 search for it ourselves when WebKitGTK+ has been configured to support
2923 the Wayland windowing target.
2925 2015-03-20 Csaba Osztrogonác <ossy@webkit.org>
2927 Unreviewed, kick the GTK bots to regenerate makefile.
2928 https://bugs.webkit.org/show_bug.cgi?id=137394
2930 * Source/cmake/OptionsEfl.cmake: Revert my last accidenatal change.
2931 * Source/cmake/OptionsGTK.cmake: Really kick the GTK bots.
2933 2015-03-20 Csaba Osztrogonác <ossy@webkit.org>
2935 Unreviewed, kick the GTK bots to regenerate makefile.
2936 https://bugs.webkit.org/show_bug.cgi?id=137394
2938 * Source/cmake/OptionsEfl.cmake:
2940 2015-03-19 Csaba Osztrogonác <ossy@webkit.org>
2942 [GTK] Fix inspector userinterface related incremental build issue
2943 https://bugs.webkit.org/show_bug.cgi?id=142849
2945 Reviewed by Carlos Garcia Campos.
2947 * Source/cmake/OptionsGTK.cmake: Revert r181733.
2949 2015-03-18 Csaba Osztrogonác <ossy@webkit.org>
2951 Unreviewed, kick the GTK bots to regenerate makefile.
2953 * Source/cmake/OptionsGTK.cmake:
2955 2015-03-17 Ryuan Choi <ryuan.choi@navercorp.com>
2957 [EFL] Expose JavaScript binding interface through ewk_extension
2958 https://bugs.webkit.org/show_bug.cgi?id=142033
2960 Reviewed by Gyuyoung Kim.
2962 * Source/cmake/OptionsEfl.cmake: Added HEADER_INSTALL_DIR variable.
2964 2015-03-17 Philippe Normand <pnormand@igalia.com>
2966 [GTK] basic OpenWebRTC build support
2967 https://bugs.webkit.org/show_bug.cgi?id=142393
2969 Reviewed by Carlos Garcia Campos.
2971 * Source/cmake/FindOpenWebRTC.cmake: Added.
2972 * Source/cmake/OptionsGTK.cmake: Look for OpenWebRTC library if
2973 mediastream build is enabled.
2975 2015-03-17 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2977 [CMake][EFL] Build test tools only for developer mode
2978 https://bugs.webkit.org/show_bug.cgi?id=142761
2980 Reviewed by Csaba Osztrogonác.
2982 Do not build EFL MiniBrowser, WebKitTestRunner, and ImageDiff on production mode.
2984 * Source/cmake/OptionsEfl.cmake:
2985 * Source/cmake/OptionsGTK.cmake: Move ENABLE_MINIBROWSER to common place.
2986 * Source/cmake/WebKitFeatures.cmake: Define ENABLE_MINIBROWSER variable.
2987 * Source/cmakeconfig.h.cmake:
2989 2015-03-16 Ryosuke Niwa <rniwa@webkit.org>
2991 Enable ES6 classes by default
2992 https://bugs.webkit.org/show_bug.cgi?id=142774
2994 Reviewed by Gavin Barraclough.
2996 * Source/cmake/WebKitFeatures.cmake:
2998 2015-03-16 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3000 [CMake][EFL] Rearrange OptionEFL.cmake to improve readability
3001 https://bugs.webkit.org/show_bug.cgi?id=142722
3003 Reviewed by Csaba Osztrogonác.
3005 Categorize to define cmake variables, to find necessary packages,
3006 use upper case for "glib_conponents" cmake variable name, re-arrange
3007 wrong alphabet sorting, and so on.
3009 * CMakeLists.txt: Remove WinCE port.
3010 * Source/cmake/OptionsEfl.cmake:
3012 2015-03-14 Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
3014 [GStreamer] share GL context in pipeline
3015 https://bugs.webkit.org/show_bug.cgi?id=142693
3017 Reviewed by Philippe Normand.
3019 Add search of gstreamer-gl library in the GStreamer installation. If
3020 it is found, WTF_USE_GSTREAMER_GL macro is defined.
3022 * Source/cmake/FindGStreamer.cmake:
3023 * Source/cmake/OptionsGTK.cmake:
3025 2015-03-13 Alex Christensen <achristensen@webkit.org>
3027 Progress towards CMake on Mac.
3028 https://bugs.webkit.org/show_bug.cgi?id=142680
3030 Reviewed by Gyuyoung Kim.
3033 * Source/PlatformMac.cmake: Added stub.
3034 * Source/cmake/OptionsMac.cmake:
3035 Change defines to get CMake working.
3037 2015-03-11 Carlos Garcia Campos <cgarcia@igalia.com>
3039 [GTK] Add an option to enable MiniBrowser for non developer builds and always install it
3040 https://bugs.webkit.org/show_bug.cgi?id=126688
3042 Reviewed by Gustavo Noronha Silva.
3044 Add ENABLE_MINIBROWSER option, enabled by default for development
3045 builds and disabled for production builds unless explicilty enabled.
3047 * Source/cmake/OptionsGTK.cmake:
3049 2015-03-11 Carlos Garcia Campos <cgarcia@igalia.com>
3051 [GTK] Do not look for child processes in the UI process binary path
3052 https://bugs.webkit.org/show_bug.cgi?id=135752
3054 Reviewed by Gustavo Noronha Silva.
3056 * Source/cmake/OptionsGTK.cmake: Add -DDEVELOPMENT_BUILD=1 to the
3057 build for development builds.
3059 2015-03-10 Carlos Garcia Campos <cgarcia@igalia.com> and José Dapena Paz <jdapena@igalia.com>
3061 [GTK] Add a configure option to build with OpenGL ES 2
3062 https://bugs.webkit.org/show_bug.cgi?id=142498
3064 Reviewed by Martin Robinson.
3066 Add ENABLE_GLES2 option. It's disabled by default, but if passed
3067 GLES2 is required and OpenGL is not even searched. Otherwise we
3068 search for OpenGL as usual, using it only if present.
3070 * Source/cmake/OptionsGTK.cmake:
3072 2015-03-10 Csaba Osztrogonác <ossy@webkit.org>
3074 [cmake] Handle unused parameter warnings as build errors except in WebKit2
3075 https://bugs.webkit.org/show_bug.cgi?id=142338
3077 Reviewed by Gyuyoung Kim.
3079 * Source/cmake/WebKitHelpers.cmake:
3081 2015-03-03 Daniel Bates <dabates@apple.com>
3083 Convert ManualTests/svg-tooltip.svg to a DRT test
3084 https://bugs.webkit.org/show_bug.cgi?id=140480
3086 Reviewed by Alex Christensen.
3088 * ManualTests/svg-tooltip.svg: Removed.
3090 2015-03-02 Debarshi Ray <debarshir@gnome.org>
3092 REGRESSION(r179409): [GTK] Undefined symbol prevents web extensions from being loaded
3093 https://bugs.webkit.org/show_bug.cgi?id=142165
3095 Reviewed by Carlos Garcia Campos.
3097 * Source/cmake/gtksymbols.filter:
3099 2015-02-26 Csaba Osztrogonác <ossy@webkit.org>
3101 [EFL] Remove unnecessary comment after r179110
3102 https://bugs.webkit.org/show_bug.cgi?id=142042
3104 Reviewed by Gyuyoung Kim.
3106 * Source/cmake/OptionsEfl.cmake:
3108 2015-02-23 Tomas Popela <tpopela@redhat.com>
3110 [GTK] Fails to compile with cmake 3.2.x
3111 https://bugs.webkit.org/show_bug.cgi?id=141796
3113 With cmake 3.2.x we have to explicitly ask for X11 otherwise the
3114 X11_X11_LIB variable won't be set thus the X11 linker flags won't be
3115 added and the build will fail.
3117 Reviewed by Martin Robinson.
3119 * Source/cmake/OptionsGTK.cmake:
3121 2015-02-20 Alexey Proskuryakov <ap@apple.com>
3123 Remove svn:keywords property.
3125 As far as I can tell, the property had no effect on any of these files, but also,
3126 when it has effect it's likely harmful.
3128 * ManualTests/animation-with-transition.html: Removed property svn:keywords.
3129 * ManualTests/blur-filter-timing.html: Removed property svn:keywords.
3130 * ManualTests/compositing/caret-in-compositing-frame.html: Removed property svn:keywords.
3131 * ManualTests/compositing/font-smoothing.html: Removed property svn:keywords.
3132 * ManualTests/compositing/missing-iframe-contents.html: Removed property svn:keywords.
3133 * ManualTests/compositing/requires-backing-change.html: Removed property svn:keywords.
3134 * ManualTests/compositing/resources/composited-subframe.html: Removed property svn:keywords.
3135 * ManualTests/compositing/resources/editable-compositing-subframe.html: Removed property svn:keywords.
3136 * ManualTests/frames/nested-iframe-blit-on-scroll.html: Removed property svn:keywords.
3137 * ManualTests/frames/resources/blit-on-scroll-subframe.html: Removed property svn:keywords.
3138 * ManualTests/frames/resources/blit-on-scroll-subsubframe.html: Removed property svn:keywords.
3139 * ManualTests/plugins/plugin-paint-causes-layout.html: Removed property svn:keywords.
3140 * ManualTests/screen-availLeft.html: Removed property svn:keywords.
3141 * ManualTests/transition-accelerated.html: Removed property svn:keywords.
3143 2015-02-17 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3145 [CMAKE] Remove CMakeLists.txt in WK1 port
3146 https://bugs.webkit.org/show_bug.cgi?id=141617
3148 Reviewed by Anders Carlsson.
3150 Nobody uses CMake in WK1 port. Remove it.
3154 2015-02-13 Csaba Osztrogonác <ossy@webkit.org>
3156 Unreviewed, remove empty directories.
3158 * ManualTests/qt: Removed.
3160 2015-02-11 Carlos Alberto Lopez Perez <clopez@igalia.com>
3162 [CMake] Don't set flag fuse-ld on the C/C++ compiler flags, but on the linker flags.
3163 https://bugs.webkit.org/show_bug.cgi?id=141481
3165 Reviewed by Csaba Osztrogonác.
3167 * Source/cmake/OptionsCommon.cmake: Move -fuse-ld=gold to the linker flags.
3169 2015-02-11 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3171 [EFL][GTK] Use bmalloc instead of tcmalloc
3172 https://bugs.webkit.org/show_bug.cgi?id=140162
3174 Reviewed by Carlos Garcia Campos.
3176 Add bmalloc directory to build list.
3178 * CMakeLists.txt: Define BMALLOC_DIR directory.
3179 * Source/CMakeLists.txt: Add bmalloc path to sub-directories list.
3181 2015-02-11 Carlos Garcia Campos <cgarcia@igalia.com>
3183 [GTK] Add default color chooser implementation using GtkColorChooserDialog
3184 https://bugs.webkit.org/show_bug.cgi?id=141392
3186 Reviewed by Gustavo Noronha Silva.
3188 Enable INPUT_TYPE_COLOR by default for GTK+ port.
3190 * Source/cmake/OptionsGTK.cmake:
3192 2015-02-09 Sergio Villar Senin <svillar@igalia.com>
3194 ASSERTION FAILED: resolvedInitialPosition <= resolvedFinalPosition in WebCore::GridSpan::GridSpan
3195 https://bugs.webkit.org/show_bug.cgi?id=141328
3197 Reviewed by Darin Adler.
3199 Added as manual test because it involves a huge grid allocation
3200 which is very slow on Debug bots, the only ones capable to trigger
3203 * ManualTests/css-grid-layout-item-with-huge-span-crash.html: Added.
3205 2015-02-05 Youenn Fablet <youenn.fablet@crf.canon.fr> and Xabier Rodriguez Calvar <calvaris@igalia.com>
3207 [Streams API] Implement a barebone ReadableStream interface
3208 https://bugs.webkit.org/show_bug.cgi?id=141045
3210 Reviewed by Benjamin Poulain.
3212 * Source/cmake/WebKitFeatures.cmake:
3213 * Source/cmakeconfig.h.cmake: Made streams API compilation on by default.
3215 2015-02-02 Filip Pizlo <fpizlo@apple.com>
3217 Revert accidental change in r179490.
3221 2015-02-02 Filip Pizlo <fpizlo@apple.com>
3223 Unreviewed, revert accidental change to Makefile.shared in r179478
3227 2015-01-28 Carlos Alberto Lopez Perez <clopez@igalia.com>
3229 [CMake] Minimum python version should be 2.7.
3230 https://bugs.webkit.org/show_bug.cgi?id=140997
3232 Reviewed by Csaba Osztrogonác.
3236 2015-01-26 Nikos Andronikos <nikos.andronikos-webkit@cisra.canon.com.au>
3238 Apply feTurbulence spec change to fix zero length vector generation
3239 https://bugs.webkit.org/show_bug.cgi?id=140812
3241 Reviewed by Darin Adler.
3243 Recently a bug with the turbulence algorithm was corrected in the
3244 Filter Effects specification.
3245 For some seed values this bug allowed zero length vectors to be generated.
3246 This resulted in large solid color squares being present in the generated image.
3247 The feTurbulence algorithm was updated to reject zero length vectors. This patch
3248 applies that change in WebCore.
3250 Test: svg/filters/feTurbulence_bad_seeds.html
3252 * platform/graphics/filters/FETurbulence.cpp:
3253 (WebCore::FETurbulence::initPaint):
3254 Added rejection sampling during vector generation to avoid zero length vectors.
3256 2015-01-26 Csaba Osztrogonác <ossy@webkit.org>
3258 [cmake] Remove compiler version calculate cruft
3259 https://bugs.webkit.org/show_bug.cgi?id=140885
3261 Reviewed by Darin Adler.
3263 * Source/cmake/WebKitHelpers.cmake:
3265 2015-01-26 Csaba Osztrogonác <ossy@webkit.org>
3267 [cmake] Stop compiling with -Wno-error=uninitialized and -Wno-error=literal-suffix
3268 https://bugs.webkit.org/show_bug.cgi?id=140886
3270 Reviewed by Žan Doberšek.
3272 * Source/cmake/WebKitHelpers.cmake:
3274 2015-01-26 Michael Catanzaro <mcatanzaro@igalia.com>
3276 [GTK] gtkdoc does not appear in DevHelp
3277 https://bugs.webkit.org/show_bug.cgi?id=139369
3279 Reviewed by Philippe Normand.
3281 Expect the gtkdoc to be generated in folders named with the API version.
3283 * Source/PlatformGTK.cmake:
3285 2015-01-26 Zan Dobersek <zdobersek@igalia.com>
3287 [EFL][GTK] Stop compiling with fno-omit-frame-pointer, -fno-tree-dce
3288 https://bugs.webkit.org/show_bug.cgi?id=140609
3290 Reviewed by Csaba Osztrogonác.
3292 The latest releases of GCC versions 4.7, 4.8 and 4.9 all compile and
3293 run JSC tests fine without the -fno-tree-dce and -fno-omit-frame-pointer
3294 compilation flags. Those were added after the jsCStack branch merge, but
3295 can now be removed since the -ftree-dce issues were fixed in GCC, and
3296 changes in r173282 and r173298 again enable compiling with -fomit-frame-pointer.
3298 * Source/cmake/OptionsEfl.cmake:
3299 * Source/cmake/OptionsGTK.cmake:
3301 2015-01-26 Commit Queue <commit-queue@webkit.org>
3303 Unreviewed, rolling out r179107.
3304 https://bugs.webkit.org/show_bug.cgi?id=140880
3306 The GCC in the bots doesn't support the AsyncTask
3307 implementation (Requested by KaL on #webkit).
3311 "[GTK] Enable IndexedDB"
3312 https://bugs.webkit.org/show_bug.cgi?id=98932
3313 http://trac.webkit.org/changeset/179107
3315 2015-01-25 Carlos Garcia Campos <cgarcia@igalia.com>
3317 [GTK] Enable IndexedDB
3318 https://bugs.webkit.org/show_bug.cgi?id=98932
3320 Reviewed by Žan Doberšek.
3322 * Source/cmake/OptionsGTK.cmake: Enable DATABASE_PROCESS and INDEXED_DATABASE.
3323 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_DATABASE_PROCESS.
3325 2015-01-23 Carlos Garcia Campos <cgarcia@igalia.com>
3327 [GTK] Add initial database process support
3328 https://bugs.webkit.org/show_bug.cgi?id=139491
3330 Reviewed by Sergio Villar Senin.
3332 * Source/cmake/OptionsGTK.cmake: Set WebKit2_DatabaseProcess_OUTPUT_NAME.
3334 2015-01-22 Ryosuke Niwa <rniwa@webkit.org>
3336 Add a build flag for ES6 class syntax
3337 https://bugs.webkit.org/show_bug.cgi?id=140760
3339 Reviewed by Michael Saboff.
3341 * Source/cmake/WebKitFeatures.cmake:
3342 * Source/cmakeconfig.h.cmake:
3344 2015-01-21 Csaba Osztrogonác <ossy@webkit.org>
3346 [EFL][WK2] EFL MiniBrowser doesn't run because shared library is not found
3347 https://bugs.webkit.org/show_bug.cgi?id=140049
3349 Reviewed by Gyuyoung Kim.
3351 * Source/cmake/OptionsCommon.cmake:
3353 2015-01-21 Csaba Osztrogonác <ossy@webkit.org>
3355 Remove ENABLE(INSPECTOR) ifdef guards
3356 https://bugs.webkit.org/show_bug.cgi?id=140668
3358 Reviewed by Darin Adler.
3360 * Source/PlatformEfl.cmake:
3361 * Source/cmake/OptionsEfl.cmake:
3362 * Source/cmake/OptionsGTK.cmake:
3363 * Source/cmake/OptionsMac.cmake:
3364 * Source/cmake/WebKitFeatures.cmake:
3365 * Source/cmakeconfig.h.cmake:
3367 2015-01-20 Carlos Garcia Campos <cgarcia@igalia.com>
3369 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.4 release.
3371 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
3373 2015-01-19 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3375 [CMAKE] Fix cmake warning
3376 https://bugs.webkit.org/show_bug.cgi?id=140497
3378 Reviewed by Gustavo Noronha Silva.
3380 r173155 already tried to fix cmake warning though, the warning is still exist.
3381 CMAKE_LINK_INTERFACE_LIBRARIES seems to cause this warning. Individual target is
3382 already set for their libraries though, INTERFACE_LINK_LIBRARIES contains the list
3383 of transitive link dependencies, and CMAKE_LINK_INTERFACE_LIBRARIES can override
3384 the INTERFACE_LINK_LIBRARIES property when CMP0022 is not set. CMake warns this override.
3385 To avoid it, EFL port doesn't set CMAKE_LINK_INTERFACE_LIBRARIES.
3389 2015-01-19 Michael Catanzaro <mcatanzaro@igalia.com>
3391 [GTK] Generate the make dist manifest from a CMake template file
3392 https://bugs.webkit.org/show_bug.cgi?id=139387
3394 Reviewed by Martin Robinson.
3396 Generate manifest.txt from manifest.txt.in. Only expose the dist and
3397 distcheck targets for developer builds, as they won't work when
3398 building from a tarball because the manifest is not distributed.
3400 * Source/PlatformGTK.cmake:
3402 2015-01-15 Csaba Osztrogonác <ossy@webkit.org>
3404 Remove ENABLE(SQL_DATABASE) guards
3405 https://bugs.webkit.org/show_bug.cgi?id=140434
3407 Reviewed by Darin Adler.
3409 * Source/cmake/OptionsMac.cmake:
3410 * Source/cmake/WebKitFeatures.cmake:
3411 * Source/cmakeconfig.h.cmake:
3413 2015-01-11 Sam Weinig <sam@webkit.org>
3415 Remove support for SharedWorkers
3416 https://bugs.webkit.org/show_bug.cgi?id=140344
3418 Reviewed by Anders Carlsson.
3420 * Source/cmake/OptionsEfl.cmake:
3421 * Source/cmake/OptionsGTK.cmake:
3422 * Source/cmake/OptionsMac.cmake:
3423 * Source/cmake/WebKitFeatures.cmake:
3424 * Source/cmakeconfig.h.cmake:
3426 2015-01-10 Dan Bernstein <mitz@apple.com>
3428 [Xcode, iOS] Files are recompiled when alternating between using make and the Xcode IDE
3429 https://bugs.webkit.org/show_bug.cgi?id=140339
3431 Reviewed by Mark Rowe.
3433 * Makefile.shared: Run xcodebuild with the same PATH with which the Xcode IDE runs. This
3434 prevents unnecessary rebuilding due to PATH differences.
3436 2015-01-07 Gwang Yoon Hwang <yoon@igalia.com>
3438 [GTK][ThreadedCompositor] Add support for threaded compositor.
3439 https://bugs.webkit.org/show_bug.cgi?id=118265
3441 Reviewed by Martin Robinson.
3443 Added the ENABLE_THREADED_COMPOSITOR feature flag to the cmake and
3444 autotools build systems. The feature is disabled by default.
3445 And remove deprecated the WTF_USE_TILED_BACKING_STORE feature flag
3446 from the feature flags.
3448 * Source/cmake/OptionsEfl.cmake:
3449 * Source/cmake/OptionsGTK.cmake:
3450 * Source/cmake/WebKitFeatures.cmake:
3451 * Source/cmakeconfig.h.cmake:
3453 2014-12-23 Alexey Proskuryakov <ap@apple.com>
3455 Simplify building with ASan
3456 https://bugs.webkit.org/show_bug.cgi?id=139916
3458 Reviewed by Mark Rowe.
3460 * Makefile.shared: Invoke set-webkit-configuration to store ASan choice as appropriate.
3462 2014-12-16 Carlos Garcia Campos <cgarcia@igalia.com>
3464 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.3 release.
3466 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
3468 2014-12-10 Jon Honeycutt <jhoneycutt@apple.com>
3470 Null dereference performing a "TapAndAHalf" gesture in Google search field
3472 <https://bugs.webkit.org/show_bug.cgi?id=139506>
3473 <rdar://problem/19028828>
3475 Reviewed by Darin Adler.
3477 * ManualTests/ios/tap-and-a-half-gesture-in-empty-text-field.html: Added.
3479 2014-12-10 Dean Jackson <dino@apple.com>
3481 Blur filter performance test doesn't provide results
3482 https://bugs.webkit.org/show_bug.cgi?id=139462
3484 Reviewed by Sam Weinig.
3486 This can't currently work under our performance test
3487 infrastructure. Move it to a manual test to avoid
3488 putting FAILures into the results.
3490 * ManualTests/blur-filter-timing.html: Renamed from PerformanceTests/Interactive/blur-filter-timing.html.
3492 2014-12-09 Gustavo Noronha Silva <gustavo.noronha@collabora.com>
3494 [GTK][WK2] Add HTML5 Notifications support
3495 https://bugs.webkit.org/show_bug.cgi?id=61140
3497 Reviewed by Carlos Garcia Campos.
3499 * Source/cmake/FindLibNotify.cmake: Added.
3500 * Source/cmake/OptionsGTK.cmake: add option to enable notifications, look for
3501 libnotify and use it for a default implementation when found.
3503 2014-12-09 Bem Jones-Bey <bjonesbe@adobe.com>
3505 REGRESSION(r155906): Page content disappears on Tuaw article after loading
3506 https://bugs.webkit.org/show_bug.cgi?id=138100
3508 Reviewed by Simon Fraser.
3510 DRT causes an extra paint which makes it impossible to test this with
3513 * ManualTests/float-layer-not-painting.html: Added.
3515 2014-12-07 Alberto Garcia <berto@igalia.com>
3517 [GTK] WebKit has a new required dependency on GnuTLS
3518 https://bugs.webkit.org/show_bug.cgi?id=136158
3520 Reviewed by Martin Robinson.
3522 Detect if GnuTLS is installed and enable or disable subtle crypto
3523 support accordingly.
3525 * Source/cmake/OptionsGTK.cmake:
3527 2014-12-07 Carlos Garcia Campos <cgarcia@igalia.com>
3529 [GTK] Missing API detected in GObject DOM bindings after r176630
3530 https://bugs.webkit.org/show_bug.cgi?id=139201
3532 Reviewed by Gustavo Noronha Silva.
3534 Change GENERATE_BINDINGS macro to receive a list of optional
3535 additional dependencies, so that we can add more dependecies
3536 without having to change the macro.
3538 * Source/cmake/WebKitMacros.cmake:
3540 2014-12-05 Simon Fraser <simon.fraser@apple.com>
3542 Programmatic scrolling and content changes are not always synchronized
3543 https://bugs.webkit.org/show_bug.cgi?id=139245
3544 rdar://problem/18833612
3546 Reviewed by Anders Carlsson.
3548 Manual test that tries to sync layout with programmatic scrolling.
3550 * ManualTests/programmatic-scroll-flicker.html: Added.
3552 2014-12-04 Alberto Garcia <berto@igalia.com>
3554 can not find cairo-gl.h when build webkit with gtk on ubuntu 14.04
3555 https://bugs.webkit.org/show_bug.cgi?id=136576
3557 Reviewed by Carlos Garcia Campos.
3559 CMake should complain if Accelerated 2D Canvas is explicitly
3560 enabled but cairo-gl is not found.
3562 * Source/cmake/OptionsGTK.cmake:
3564 2014-12-03 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
3566 [EFL] Add subtle crypto to the build system
3567 https://bugs.webkit.org/show_bug.cgi?id=138612
3569 Reviewed by Csaba Osztrogonác.
3571 * Source/cmake/OptionsEfl.cmake:
3573 2014-12-01 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3575 [EFL] Add a ENABLE_CSS_SCROLL_SNAP macro to CMake build system
3576 https://bugs.webkit.org/show_bug.cgi?id=139085
3578 Reviewed by Andreas Kling.
3580 * Source/cmake/OptionsEfl.cmake: Add ENABLE_CSS_SCROLL_SNAP.
3581 * Source/cmake/WebKitFeatures.cmake: ditto.
3582 * Source/cmakeconfig.h.cmake: ditto.
3584 2014-11-30 Ryuan Choi <ryuan.choi@navercorp.com>
3586 [EFL] Drop support for the EFL 1.7
3587 https://bugs.webkit.org/show_bug.cgi?id=139114
3589 Reviewed by Gyuyoung Kim.
3591 * Source/cmake/EFLHelpers.cmake: Removed.
3592 * Source/cmake/FindEcore.cmake: Removed.
3593 * Source/cmake/FindEdje.cmake: Removed.
3594 * Source/cmake/FindEet.cmake: Removed.
3595 * Source/cmake/FindEeze.cmake: Removed.
3596 * Source/cmake/FindEfreet.cmake: Removed.
3597 * Source/cmake/FindEina.cmake: Removed.
3598 * Source/cmake/FindElementary.cmake: Removed.
3599 * Source/cmake/FindEvas.cmake: Removed.
3600 * Source/cmake/OptionsEfl.cmake:
3602 2014-11-28 Philippe Normand <pnormand@igalia.com>
3604 [CMake] Build failure against GStreamer git master
3605 https://bugs.webkit.org/show_bug.cgi?id=138872
3607 Reviewed by Csaba Osztrogon.
3609 * Source/cmake/FindGStreamer.cmake: Simplified the
3610 FIND_GSTREAMER_COMPONENT macro. Trust pkg-config for include
3611 headers lookup, there's no need to do this manually. Also
3612 explicitely check the version specified in GStreamer_FIND_VERSION.
3614 2014-11-27 Ryuan Choi <ryuan.choi@navercorp.com>
3616 [EFL] Remove E_Dbus dependency
3617 https://bugs.webkit.org/show_bug.cgi?id=136355
3619 Reviewed by Gyuyoung Kim.
3621 * Source/cmake/FindE_DBus.cmake: Removed.
3622 * Source/cmake/OptionsEfl.cmake:
3624 2014-11-24 Carlos Garcia Campos <cgarcia@igalia.com>
3626 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.1 release.
3628 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
3630 2014-11-20 Csaba Osztrogonác <ossy@webkit.org>
3632 [CMake] Use ld.gold if it is available to speedup builds
3633 https://bugs.webkit.org/show_bug.cgi?id=137953
3635 Reviewed by Carlos Garcia Campos.
3637 * Source/cmake/OptionsCommon.cmake:
3639 2014-11-19 Akos Kiss <akiss@inf.u-szeged.hu>
3641 Fix the detection of toolchain support for Cortex-A53 erratum 835769 workaround
3642 https://bugs.webkit.org/show_bug.cgi?id=138840
3644 Reviewed by Csaba Osztrogonác.
3646 * Source/cmake/OptionsCommon.cmake:
3648 2014-11-13 Csaba Osztrogonác <ossy@webkit.org>
3650 Remove Source/Platform cruft
3651 https://bugs.webkit.org/show_bug.cgi?id=138658
3653 Reviewed by Anders Carlsson.
3656 * Source/Platform: Removed.
3658 2014-11-10 Akos Kiss <akiss@inf.u-szeged.hu>
3660 Enable Cortex-A53-specific code paths by default if core is detected.
3661 https://bugs.webkit.org/show_bug.cgi?id=138499
3663 Reviewed by Csaba Osztrogonác.
3665 On ARM64/Linux, check /proc/cpuinfo for CPU part 0xd03 (signaling
3666 Cortex-A53) and set the initial value of WTF_CPU_ARM64_CORTEXA53 to true
3669 Since on ARM64/Linux the part number that cpuinfo reports depends on
3670 the core the query is run on, the check is bound to and executed on the
3671 available cores one by one.
3673 * Source/cmake/OptionsCommon.cmake:
3675 2014-11-10 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
3677 [EFL] Remove unnecessary version check from OptionsEfl.cmake
3678 https://bugs.webkit.org/show_bug.cgi?id=138498
3680 Reviewed by Csaba Osztrogonác.
3682 * Source/cmake/OptionsEfl.cmake:
3684 2014-11-07 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
3686 [EFL] Require at least EFL 1.9 if ENABLE(ACCESSIBILITY) after r175098
3687 https://bugs.webkit.org/show_bug.cgi?id=138465
3689 Reviewed by Gyuyoung Kim.
3691 * Source/cmake/OptionsEfl.cmake:
3693 2014-11-03 Dean Jackson <dino@apple.com>
3695 Add ENABLE_FILTERS_LEVEL_2 feature guard.
3696 https://bugs.webkit.org/show_bug.cgi?id=138362
3698 Reviewed by Tim Horton.
3700 Add a new feature define for Level 2 of CSS Filters.
3701 http://dev.w3.org/fxtf/filters-2/
3703 * Source/cmake/OptionsEfl.cmake:
3704 * Source/cmake/OptionsGTK.cmake:
3705 * Source/cmake/OptionsMac.cmake:
3706 * Source/cmake/WebKitFeatures.cmake:
3707 * Source/cmakeconfig.h.cmake:
3709 2014-11-03 Akos Kiss <akiss@inf.u-szeged.hu>
3711 Workaround for Cortex-A53 erratum 835769
3712 https://bugs.webkit.org/show_bug.cgi?id=138315
3714 Reviewed by Filip Pizlo.
3716 This patch introduces CMake variable and preprocessor macro
3717 WTF_CPU_ARM64_CORTEXA53 with the aim of enabling Cortex-A53-specific
3718 code paths, if set true.
3720 * Source/cmake/OptionsCommon.cmake:
3721 Add -mfix-cortex-a53-835769 to the compiler flags if compiler supports
3723 * Source/cmakeconfig.h.cmake:
3724 #cmakedefine01 for WTF_CPU_ARM64_CORTEXA53
3726 2014-11-02 Akos Kiss <akiss@inf.u-szeged.hu>
3728 [GTK] Fix the build of FTL JIT
3729 https://bugs.webkit.org/show_bug.cgi?id=138298
3731 Reviewed by Carlos Garcia Campos.
3733 * Source/cmake/OptionsGTK.cmake:
3734 Remove the need for the LIBCXXABI package.
3736 2014-11-01 Carlos Garcia Campos <cgarcia@igalia.com>
3738 REGRESSION(CMake): Make it possible to build without introspection
3739 https://bugs.webkit.org/show_bug.cgi?id=138006
3741 Reviewed by Philippe Normand.
3743 Add ENABLE_INTROSPECTION option.
3745 * Source/PlatformGTK.cmake: Dot not add gir global target if
3746 introspection is disabled.
3747 * Source/cmake/OptionsGTK.cmake: Do not add gir individual targets if
3748 introspection is disabled.
3750 2014-10-31 Adrian Perez de Castro <aperez@igalia.com>
3752 [GTK] Support script message handlers WebKitUserContentManager
3753 https://bugs.webkit.org/show_bug.cgi?id=133730
3755 Reviewed by Carlos Garcia Campos.
3757 Support user script message handlers in WebKitUserContentManager.
3758 This needs building with ENABLE_USER_MESSAGE_HANDLERS, for which
3759 an option is added to the CMake build files. The option is disabled
3760 globally by default, and the WebKitGTK port enables it. On the API
3761 level, two new methods to register and unregister names are provided
3762 in the "window.webkit" namespace, and on message reception the
3763 "WebKitUserContentManager::script-message-received" signal is
3764 emitted, using the registered names as signal detail.
3766 * Source/cmake/OptionsGTK.cmake: For the GTK port, enable the
3767 ENABLE_USER_MESSAGE_HANDLERS feature by default.
3768 * Source/cmake/WebKitFeatures.cmake: Add feature description for
3769 ENABLE_USER_MESSAGE_HANDLERS, disabled by default.
3771 2014-10-29 Raphael Kubo da Costa <rakuco@FreeBSD.org>
3773 [GTK] Bump libsoup's minimum version to 2.42.0.
3774 https://bugs.webkit.org/show_bug.cgi?id=138086
3776 Reviewed by Martin Robinson.
3778 The SOUP_CHECK_VERSION macro was added in libsoup 2.41.1, and the
3779 soup-version.h header was added to soup.h in 2.41.4, which then becomes
3780 the minimum version required to build the port these days.
3782 In addition, since the autotools build system required 2.42.0 before
3783 being retired, require the same version here. Version 2.42.0 was also
3785 https://lists.webkit.org/pipermail/webkit-gtk/2013-March/001387.html.
3787 * Source/cmake/OptionsGTK.cmake:
3789 2014-10-28 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
3791 [EFL] Remove unnecessary defines from OptionsEfl.cmake
3792 https://bugs.webkit.org/show_bug.cgi?id=138132
3794 Reviewed by Csaba Osztrogonác.
3796 * Source/cmake/OptionsEfl.cmake:
3798 2014-10-28 Carlos Garcia Campos <cgarcia@igalia.com>
3800 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.1 release.
3802 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
3804 2014-10-21 Ryuan Choi <ryuan.choi@gmail.com>
3806 [EFL] Remove unnecessary ENABLE_3D_RENDERING definition from OptionsEfl.cmake
3807 https://bugs.webkit.org/show_bug.cgi?id=137946
3809 Reviewed by Gyuyoung Kim.
3811 ENABLE_3D_RENDERING is already enabled as WEBKIT_OPTION_DEFAULT_PORT_VALUE since r135813.
3813 * Source/cmake/OptionsEfl.cmake:
3815 2014-10-21 Dániel Bátyai <dbatyai.u-szeged@partner.samsung.com>
3817 Fix FTL Native Inlining for EFL
3818 https://bugs.webkit.org/show_bug.cgi?id=137774
3820 Reviewed by Michael Saboff.
3822 Updated CMake for FTL Native Inlining.
3825 * Source/cmake/FindClang.cmake: Added.
3826 * Source/cmake/OptionsEfl.cmake:
3827 * Source/cmakeconfig.h.cmake:
3829 2014-10-20 Joseph Pecoraro <pecoraro@apple.com>
3831 Web Inspector: Generate all Inspector domains together in JavaScriptCore
3832 https://bugs.webkit.org/show_bug.cgi?id=137748
3834 Reviewed by Brian Burg.
3836 * Source/PlatformEfl.cmake:
3838 2014-10-20 Carlos Garcia Campos <cgarcia@igalia.com>
3840 [GTK] Add initial gestures support
3841 https://bugs.webkit.org/show_bug.cgi?id=137812
3843 Reviewed by Sergio Villar Senin.
3845 Check if the GTK+ version supports gestures or not.
3847 * Source/cmake/FindGTK3.cmake:
3848 * Source/cmake/OptionsGTK.cmake:
3850 2014-10-16 Carlos Garcia Campos <cgarcia@igalia.com>
3852 REGRESSION(CMake): [GTK] WebKitSettings:enable-smooth-scrolling does nothing
3853 https://bugs.webkit.org/show_bug.cgi?id=137781
3855 Reviewed by Martin Robinson.
3857 We used to enable smooth scrolling unconditionally in autotools