1 2016-03-05 Michael Catanzaro <mcatanzaro@igalia.com>
3 Unreviewed, fix GTK/EFL build after r197575 and add mandatory GnuTLS dependency
5 * Source/cmake/OptionsEfl.cmake:
6 * Source/cmake/OptionsGTK.cmake:
8 2016-03-02 Konstantin Tokarev <annulen@yandex.ru>
10 [cmake] Moved PRE/POST_BUILD_COMMAND to WEBKIT_FRAMEWORK.
11 https://bugs.webkit.org/show_bug.cgi?id=154651
13 Reviewed by Alex Christensen.
15 * Source/cmake/WebKitMacros.cmake: Used phony target instead of
16 CMake's PRE_BUILD COMMAND feature because the latter actually
17 generates pre-link target instead of pre-build.
19 2016-03-01 Alex Christensen <achristensen@webkit.org>
21 Reduce size of internal windows build output
22 https://bugs.webkit.org/show_bug.cgi?id=154763
24 Reviewed by Brent Fulgham.
26 * Source/cmake/OptionsWin.cmake:
28 2016-03-01 Commit Queue <commit-queue@webkit.org>
30 Unreviewed, rolling out r197056.
31 https://bugs.webkit.org/show_bug.cgi?id=154870
33 broke win ews (Requested by alexchristensen on #webkit).
37 "[cmake] Moved PRE/POST_BUILD_COMMAND to WEBKIT_FRAMEWORK."
38 https://bugs.webkit.org/show_bug.cgi?id=154651
39 http://trac.webkit.org/changeset/197056
41 2016-02-29 Konstantin Tokarev <annulen@yandex.ru>
43 [cmake] Allow using FindGLIB in case glib is optional dependency.
44 https://bugs.webkit.org/show_bug.cgi?id=154796
46 Reviewed by Michael Catanzaro.
48 FindGLIB caused internal CMake error in case glibconfig.h is not
51 * Source/cmake/FindGLIB.cmake:
53 2016-02-29 Commit Queue <commit-queue@webkit.org>
55 Unreviewed, rolling out r197297.
56 https://bugs.webkit.org/show_bug.cgi?id=154810
58 This change broke build of GTK from scratch (Requested by
63 "[cmake] Allow using FindGLIB in case glib is optional
65 https://bugs.webkit.org/show_bug.cgi?id=154796
66 http://trac.webkit.org/changeset/197297
68 2016-02-28 Konstantin Tokarev <annulen@yandex.ru>
70 [cmake] Allow using FindGLIB in case glib is optional dependency.
71 https://bugs.webkit.org/show_bug.cgi?id=154796
73 Reviewed by Michael Catanzaro.
75 FindGLIB caused internal CMake error in case GLIBCONFIG_INCLUDE_DIR is
78 * Source/cmake/FindGLIB.cmake:
80 2016-02-25 Myles C. Maxfield <mmaxfield@apple.com>
82 [Win] [SVG -> OTF Converter] Support the SVG -> OTF Font Converter
83 https://bugs.webkit.org/show_bug.cgi?id=143402
85 Reviewed by Alex Christensen.
87 Turn on by default, and turn on for Windows.
89 EFL and GTK already explicitly disable it in OptionsEfl.cmake and OptionsGTK.cmake.
91 * Source/cmake/OptionsWin.cmake:
92 * Source/cmake/WebKitFeatures.cmake:
94 2016-02-24 Nikos Andronikos <nikos.andronikos-webkit@cisra.canon.com.au>
96 [web-animations] Add AnimationTimeline, DocumentTimeline and add extensions to Document interface
97 https://bugs.webkit.org/show_bug.cgi?id=151688
99 Reviewed by Dean Jackson.
101 Enables the WEB_ANIMATIONS compiler switch.
103 * Source/cmake/OptionsWin.cmake:
105 2016-02-24 Konstantin Tokarev <annulen@yandex.ru>
107 [cmake] Moved PRE/POST_BUILD_COMMAND to WEBKIT_FRAMEWORK.
108 https://bugs.webkit.org/show_bug.cgi?id=154651
110 Reviewed by Alex Christensen.
112 * Source/cmake/WebKitMacros.cmake:
114 2016-02-22 Konstantin Tokarev <annulen@yandex.ru>
116 [cmake] Moved library setup code to WEBKIT_FRAMEWORK macro.
117 https://bugs.webkit.org/show_bug.cgi?id=154450
119 Reviewed by Alex Christensen.
121 * Source/cmake/WebKitMacros.cmake:
123 2016-02-18 Philippe Normand <pnormand@igalia.com>
125 [GStreamer] Bump internal jhbuild versions to 1.6.3
126 https://bugs.webkit.org/show_bug.cgi?id=149594
128 Reviewed by Michael Catanzaro.
130 * Source/cmake/FindGStreamer.cmake: Check gst-gl version for the latest stable release of GStreamer.
132 2016-02-18 Anders Carlsson <andersca@apple.com>
134 Get rid of the "All Source (target WebProcess)" scheme.
136 Rubber-stamped by Dan Bernstein.
138 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme: Removed.
140 2016-02-18 Michael Catanzaro <mcatanzaro@igalia.com>
142 [CMake] Remove LLVM support
143 https://bugs.webkit.org/show_bug.cgi?id=154370
145 Reviewed by Csaba Osztrogonác.
147 After switching all CMake ports to B3, this was only needed for the LLVM disassembler, which
148 has been removed from JSC. Feel free to bring this back if restoring the LLVM disassembler,
149 but for the time being this is dead code.
151 * Source/cmake/FindLLVM.cmake: Removed.
152 * Source/cmake/OptionsCommon.cmake:
154 2016-02-18 Joonghun Park <jh718.park@samsung.com>
156 [CMake] Remove meaningless conditional statements in CMakeLists.txt
157 https://bugs.webkit.org/show_bug.cgi?id=153778
159 Reviewed by Csaba Osztrogonác.
162 Use CMAKE_FOO_OUTPUT_DIRECTORY located in CMakeLists.txt as default value.
163 And remove conditional statements which has enclosed these one
164 because they don't have meaning anymore.
166 2016-02-15 Alex Christensen <achristensen@webkit.org>
168 Re-enable INTL on WinCairo
169 https://bugs.webkit.org/show_bug.cgi?id=154256
171 Reviewed by Michael Catanzaro.
173 * Source/cmake/OptionsWin.cmake:
174 Peavo updated icu and it works, so let's re-enable INTL on WinCairo to catch Windows build failures.
176 2016-02-12 Csaba Osztrogonác <ossy@webkit.org>
178 [EFL][GTK] Fix ENABLE(SVG_OTF_CONVERTER) build
179 https://bugs.webkit.org/show_bug.cgi?id=154165
181 Reviewed by Alex Christensen.
183 * Source/cmake/OptionsEfl.cmake:
184 * Source/cmake/OptionsGTK.cmake:
186 2016-02-11 Konstantin Tokarev <annulen@yandex.ru>
188 [cmake] Consolidate TextureMapper file and include dir lists.
189 https://bugs.webkit.org/show_bug.cgi?id=154106
191 Reviewed by Michael Catanzaro.
193 * Source/cmake/OptionsEfl.cmake: Expose USE_TEXTURE_MAPPER_GL to
195 * Source/cmake/OptionsWinCairo.cmake: Ditto.
197 2016-02-09 Csaba Osztrogonác <ossy@webkit.org>
199 [GTK][EFL] Fix several build configuration related to SamplingProfiler after r196245
200 https://bugs.webkit.org/show_bug.cgi?id=154033
202 Reviewed by Michael Catanzaro.
204 * Source/cmake/WebKitFeatures.cmake:
206 2016-02-09 Carlos Garcia Campos <cgarcia@igalia.com>
208 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.11.5 release.
210 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
212 2016-02-07 Yusuke Suzuki <utatane.tea@gmail.com>
214 [GTK][EFL] Enable SamplingProfiler
215 https://bugs.webkit.org/show_bug.cgi?id=153638
217 Reviewed by Michael Catanzaro.
219 Enable SamplingProfiler in GTK and EFL.
220 And added option to CMake to switch this from the build command.
222 * Source/cmake/OptionsEfl.cmake:
223 * Source/cmake/OptionsGTK.cmake:
224 * Source/cmake/WebKitFeatures.cmake:
226 2016-02-07 Konstantin Tokarev <annulen@yandex.ru>
228 [cmake] Move LLVM detection for LLVMDisassembler to OptionsCommon.cmake
229 https://bugs.webkit.org/show_bug.cgi?id=153961
231 Reviewed by Michael Catanzaro.
233 * Source/cmake/OptionsCommon.cmake:
234 * Source/cmake/OptionsEfl.cmake:
235 * Source/cmake/OptionsGTK.cmake:
237 2016-02-04 Csaba Osztrogonác <ossy@webkit.org>
239 Unreviewed non X86_64 buildfix after r196077.
241 * Source/cmake/OptionsEfl.cmake:
242 * Source/cmake/OptionsGTK.cmake:
244 2016-02-03 Michael Catanzaro <mcatanzaro@igalia.com>
246 [GTK][EFL] Switch FTL to B3
247 https://bugs.webkit.org/show_bug.cgi?id=153478
249 Reviewed by Csaba Osztrogonác.
251 * Source/cmake/OptionsEfl.cmake:
252 * Source/cmake/OptionsGTK.cmake:
254 2016-02-02 Joseph Pecoraro <pecoraro@apple.com>
256 Unreviewed attempt to fix Mac CMake build after r195999.
258 * Source/cmake/OptionsMac.cmake:
259 * Source/cmake/WebKitFeatures.cmake:
260 Add ENABLE_RESOURCE_USAGE to CMake builds.
262 2016-02-02 Alejandro G. Castro <alex@igalia.com>
264 [GTK][EFL] Upgrade OpenWebRTC dependency
265 https://bugs.webkit.org/show_bug.cgi?id=153489
267 Reviewed by Philippe Normand.
269 * Source/cmake/FindOpenWebRTC.cmake: Bump OpenWebRTC dependency,
270 required to make the mediastream work.
272 2016-02-01 Alex Christensen <achristensen@webkit.org>
274 [Win] WTFHeaderDetection.h no longer needed
275 https://bugs.webkit.org/show_bug.cgi?id=153753
276 rdar://problem/24434627
278 Reviewed by Darin Adler.
280 * Source/cmake/WebKitFS.cmake:
282 2016-01-31 Joonghun Park <jh718.park@samsung.com>
284 [EFL] All API tests are broken on 15.10
285 https://bugs.webkit.org/show_bug.cgi?id=153528
287 Reviewed by Gyuyoung Kim.
289 * CMakeLists.txt: Having include(WebKitCommon) statement follow
290 CMAKE_FOO_OUTPUT_DIRECTORY otherwise all the API tests gets blocked.
292 2016-01-30 Yusuke Suzuki <utatane.tea@gmail.com>
294 Enable SamplingProfiler on POSIX environment
295 https://bugs.webkit.org/show_bug.cgi?id=153584
297 Reviewed by Michael Saboff.
299 Add features.h header check. It will define __GLIBC__.
301 * Source/cmake/OptionsCommon.cmake:
303 2016-01-27 Alexey Proskuryakov <ap@apple.com>
305 Remove ENABLE_CURRENTSRC
306 https://bugs.webkit.org/show_bug.cgi?id=153545
308 Reviewed by Simon Fraser.
310 * Source/cmake/OptionsEfl.cmake:
311 * Source/cmake/OptionsGTK.cmake:
312 * Source/cmake/OptionsMac.cmake:
313 * Source/cmake/OptionsWin.cmake:
314 * Source/cmake/WebKitFeatures.cmake:
315 * Source/cmake/tools/vsprops/FeatureDefines.props:
316 * Source/cmake/tools/vsprops/FeatureDefinesCairo.props:
318 2016-01-25 Alex Christensen <achristensen@webkit.org>
320 Fix internal Windows build
321 https://bugs.webkit.org/show_bug.cgi?id=153469
323 Reviewed by Brent Fulgham.
325 * Source/cmake/WebKitMacros.cmake:
326 Pass the GPERF_EXECUTABLE that we found to make-hash-tools.pl.
328 2016-01-23 Aaron Chu <arona.chu@gmail.com>
330 Web Inspector: AXI: node-link-list should be collapsible
331 https://bugs.webkit.org/show_bug.cgi?id=130911
333 Added a manual test to test the node list in the Accessibility Inspector
335 Reviewed by Timothy Hatcher.
337 * ManualTests/accessibility/collapsible-node-link-list.html: Added.
339 2016-01-22 Alex Christensen <achristensen@webkit.org>
341 Fix internal Windows build
342 https://bugs.webkit.org/show_bug.cgi?id=153385
343 rdar://problem/24310408
345 Reviewed by Brian Weinstein.
347 * Source/cmake/WinTools.make:
348 * Source/cmake/tools/vsprops: Copied from WebKitLibraries/win/tools/vsprops.
349 These property sheets are needed for some projects that are not in this repository
350 and don't use CMake in the official build. We want to leave them unchanged for now.
352 2016-01-22 Alex Christensen <achristensen@webkit.org>
354 Only set CMake output directories if they aren't already set
355 https://bugs.webkit.org/show_bug.cgi?id=153373
357 Reviewed by Michael Catanzaro.
360 r195242 caused Windows builds to copy files to bin instead of bin64.
361 CMAKE_RUNTIME_OUTPUT_DIRECTORY is being set in OptionsWin.cmake, and this was now resetting it.
362 This also makes it so you can set these variables by command line.
364 2016-01-20 Carlos Garcia Campos <cgarcia@igalia.com>
366 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.11.4 release.
368 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
370 2016-01-18 Michael Catanzaro <mcatanzaro@igalia.com>
372 [CMake] Duplicate attempts to find software during cmake stage
373 https://bugs.webkit.org/show_bug.cgi?id=153211
375 Reviewed by Martin Robinson.
377 * CMakeLists.txt: Remove duplication of commands in WebKitCommon.cmake.
378 * Source/cmake/WebKitCommon.cmake: Guard the entire file so it runs only once.
380 2016-01-17 Michael Catanzaro <mcatanzaro@igalia.com>
382 [CMake] Do not build bmalloc when USE_SYSTEM_MALLOC is ON
383 https://bugs.webkit.org/show_bug.cgi?id=153190
385 Reviewed by Csaba Osztrogonác.
387 Build bmalloc when NOT USE_SYSTEM_MALLOC rather than when NOT WIN32.
389 * Source/CMakeLists.txt:
390 * Source/cmake/OptionsWin.cmake:
392 2016-01-16 Jeremy Huddleston Sequoia <jeremyhu@apple.com>
394 [GTK] Use -Wl,-all_load on darwin to include contents of all static archives
396 https://bugs.webkit.org/show_bug.cgi?id=153117
398 Reviewed by Michael Catanzaro.
400 * Source/cmake/OptionsGTK.cmake:
402 2016-01-13 Carlos Garcia Campos <cgarcia@igalia.com>
404 [CMake] Do not use LLVM static libraries for FTL JIT
405 https://bugs.webkit.org/show_bug.cgi?id=151559
407 Reviewed by Michael Catanzaro.
409 Also export LLVM_LIBRARIES variable that can be used to prefer
410 linking to the llvm dynamic libraries.
412 * Source/cmake/FindLLVM.cmake:
414 2016-01-13 Michael Catanzaro <mcatanzaro@igalia.com>
416 [GTK] Add comments above options declarations in OptionsGTK.cmake
417 https://bugs.webkit.org/show_bug.cgi?id=153074
419 Reviewed by Martin Robinson.
421 * Source/cmake/OptionsGTK.cmake:
423 2016-01-12 Carlos Garcia Campos <cgarcia@igalia.com>
425 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.11.3 release.
427 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
429 2016-01-12 Ryosuke Niwa <rniwa@webkit.org>
431 Add a build flag for custom element
432 https://bugs.webkit.org/show_bug.cgi?id=153005
434 Reviewed by Alex Christensen.
436 * Source/cmake/OptionsEfl.cmake:
437 * Source/cmake/OptionsWin.cmake:
438 * Source/cmake/WebKitFeatures.cmake:
440 2016-01-08 Alex Christensen <achristensen@webkit.org>
442 Fix internal Windows build
443 https://bugs.webkit.org/show_bug.cgi?id=152937
445 Reviewed by Brent Fulgham.
447 * Source/cmake/WebKitCommon.cmake:
448 Try looking in the default cygwin installation directory for executables like bison, flex, gperf, and ruby.
449 This is needed on Windows builds that are not driven by cygwin, but need to use the cygwin installations of these tools.
450 This is the effective equivalent of this line in WebKitLibraries/win/tools/vsprops/common.props in the old build system:
451 set PATH=%SystemDrive%\cygwin\bin;%PATH%
453 2016-01-06 Gyuyoung Kim <gyuyoung.kim@webkit.org>
455 [EFL] Set WebKit2 process output name
456 https://bugs.webkit.org/show_bug.cgi?id=152773
458 Reviewed by Benjamin Poulain.
460 If we add *WebKit* prefix to each WK2 process, it is more clear when checking what process is running.
461 So this patch sets wk2 process output name.
463 * Source/cmake/OptionsEfl.cmake:
465 2016-01-05 Zan Dobersek <zdobersek@igalia.com>
467 [CMake] Remove USE_UDIS86 variable
468 https://bugs.webkit.org/show_bug.cgi?id=152731
470 Reviewed by Gyuyoung Kim.
472 Remove the USE_UDIS86 variable in CMake files. The specific build guard
473 is now enabled by default in Source/WTF/wtf/Platform.h, so the handling
474 in CMake isn't required anymore. The Udis86-specific files have to be
475 built unconditionally now, though.
477 * Source/cmake/OptionsEfl.cmake:
478 * Source/cmake/OptionsGTK.cmake:
479 * Source/cmake/OptionsMac.cmake:
481 2016-01-04 Alex Christensen <achristensen@webkit.org>
483 Fix Mac CMake build after r194454.
485 * Source/cmake/OptionsMac.cmake:
486 _macosx, _iphoneos, and _iphonesimulator are used in FeatureDefines.xcconfig but won't be used in CMake.
487 If we actually switch to CMake, we will need to verify that all the feature enabling is equivalent, and it isn't right now.
489 2015-12-31 Michael Catanzaro <mcatanzaro@igalia.com>
491 [GTK][CMake] Do not override default values of build options with the default value
492 https://bugs.webkit.org/show_bug.cgi?id=152615
494 Reviewed by Martin Robinson.
496 Override the default value of build options only when the default value for the GTK+ port
497 is actually different than the default value in WebKitFeatures.cmake. This way we don't
498 accidentally override changes to default values in WebKitFeatures.cmake. We should use the
499 values in WebKitFeatures.cmake except when we make an active choice to do otherwise.
501 * Source/cmake/OptionsGTK.cmake:
503 2015-12-31 Michael Catanzaro <mcatanzaro@igalia.com>
505 [CMake] Add error checking to WEBKIT_OPTION_DEFAULT_PORT_VALUE et. al.
506 https://bugs.webkit.org/show_bug.cgi?id=144069
508 Reviewed by Martin Robinson.
510 * Source/cmake/OptionsWin.cmake:
511 Do not set options that no longer exist.
512 * Source/cmake/WebKitFeatures.cmake:
513 Add error checking to ensure that option names passed to WEBKIT_OPTION_DEFAULT_PORT_VALUE,
514 WEBKIT_OPTION_CONFLICT, and WEBKIT_OPTION_DEPEND are actually valid options that have been
515 previously-defined. Also, add ENABLE_SVG_OTF_CONVERTER build option, defaulted to off since
516 no CMake port was using it.
518 2015-12-31 Michael Catanzaro <mcatanzaro@igalia.com>
520 [CMake] Add error checking to catch option manipulation after WEBKIT_OPTION_END
521 https://bugs.webkit.org/show_bug.cgi?id=152611
523 Reviewed by Martin Robinson.
525 If WEBKIT_OPTION_DEFINE is called after WEBKIT_OPTION_END, the option never makes its way
526 into FEATURE_DEFINES and so will be inconsistently set (available to most of the build, but
527 not to the DOM bindings generator, for example).
529 If WEBKIT_OPTION_DEFAULT_PORT_VALUE, WEBKIT_OPTION_CONFLICT, or WEBKIT_OPTION_DEPEND are
530 called after WEBKIT_OPTION_END, they don't do anything.
532 Add error checking to catch these bugs.
534 * Source/cmake/WebKitFeatures.cmake:
536 2015-12-30 Philippe Normand <pnormand@igalia.com>
538 [GTK][Mac] Disable gtk-doc
539 https://bugs.webkit.org/show_bug.cgi?id=150798
541 Reviewed by Michael Catanzaro.
543 * Source/PlatformGTK.cmake: gtkdoc-scangobj fails due to a clang
544 link error on Mac, so for now disable gtk-doc support on that
546 * Source/cmake/OptionsGTK.cmake: Ditto.
548 2015-12-23 Andy VanWagoner <andy@instructure.com>
550 [INTL] Implement Intl.DateTimeFormat.prototype.resolvedOptions ()
551 https://bugs.webkit.org/show_bug.cgi?id=147603
553 Reviewed by Benjamin Poulain.
555 * Source/cmake/OptionsWin.cmake: Disable INTL on Windows for now
557 2015-12-16 Youenn Fablet <youenn.fablet@crf.canon.fr>
559 [Fetch API] Add fetch API compile time flag
560 https://bugs.webkit.org/show_bug.cgi?id=152254
562 Reviewed by Darin Adler.
564 * Source/cmake/OptionsWin.cmake:
565 * Source/cmake/WebKitFeatures.cmake:
567 2015-12-10 Brent Fulgham <bfulgham@apple.com>
569 [Win] Support building under Cygwin or native Perl
570 https://bugs.webkit.org/show_bug.cgi?id=152145
571 <rdar://problem/23839868>
573 Reviewed by David Kilzer.
575 * Source/cmake/tools/scripts/auto-version.pl: Correct handling of mixed DOS filenames when used in a
579 2015-12-09 Daniel Bates <dabates@apple.com>
581 [iOS] Suspend and resume device motion and device orientation updates when page is hidden and visible, respectively
582 https://bugs.webkit.org/show_bug.cgi?id=151840
583 <rdar://problem/23753931>
585 Reviewed by Simon Fraser.
587 Add a manual test that can be used to verify that we suspend dispatching device motion and
588 device orientation events when the page is hidden.
590 * ManualTests/ios/resources/suspend-orientation-and-motion-events-when-page-becomes-hidden.js: Added.
593 (handleVisibilityChange):
594 * ManualTests/ios/suspend-orientation-and-motion-events-when-page-becomes-hidden.html: Added.
596 2015-12-07 Alex Christensen <achristensen@webkit.org>
598 Fix internal Windows build
599 https://bugs.webkit.org/show_bug.cgi?id=151950
601 Reviewed by Brent Fulgham.
603 * Source/cmake/tools/scripts/auto-version.pl:
605 2015-12-01 Yusuke Suzuki <utatane.tea@gmail.com>
607 [ES6] Implement LLInt/Baseline Support for ES6 Generators and enable this feature
608 https://bugs.webkit.org/show_bug.cgi?id=150792
610 Reviewed by Saam Barati.
612 * Source/cmake/OptionsWin.cmake:
613 * Source/cmake/WebKitFeatures.cmake:
615 2015-12-01 Commit Queue <commit-queue@webkit.org>
617 Unreviewed, rolling out r192914.
618 https://bugs.webkit.org/show_bug.cgi?id=151734
620 JSC tests for this change are failing on 32 and 64-bit bots
621 (Requested by ryanhaddad on #webkit).
625 "[ES6] Implement LLInt/Baseline Support for ES6 Generators and
627 https://bugs.webkit.org/show_bug.cgi?id=150792
628 http://trac.webkit.org/changeset/192914
630 2015-12-01 Yusuke Suzuki <utatane.tea@gmail.com>
632 [ES6] Implement LLInt/Baseline Support for ES6 Generators and enable this feature
633 https://bugs.webkit.org/show_bug.cgi?id=150792
635 Reviewed by Saam Barati.
637 * Source/cmake/OptionsWin.cmake:
638 * Source/cmake/WebKitFeatures.cmake:
640 2015-11-23 Carlos Garcia Campos <cgarcia@igalia.com>
642 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.11.2 release.
644 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
646 2015-11-20 Alex Christensen <achristensen@webkit.org>
648 Remove NETWORK_PROCESS compile flag
649 https://bugs.webkit.org/show_bug.cgi?id=151512
651 Reviewed by Tim Horton.
653 * Source/cmake/OptionsEfl.cmake:
654 * Source/cmake/OptionsGTK.cmake:
655 * Source/cmake/OptionsMac.cmake:
656 * Source/cmake/WebKitFeatures.cmake:
658 2015-11-20 Csaba Osztrogonác <ossy@webkit.org>
660 [EFL] Enable FTL JIT by default on X86_64
661 https://bugs.webkit.org/show_bug.cgi?id=143822
663 Reviewed by Carlos Garcia Campos.
665 * Source/cmake/OptionsEfl.cmake:
667 2015-11-19 Commit Queue <commit-queue@webkit.org>
669 Unreviewed, rolling out r192667 and r192668.
670 https://bugs.webkit.org/show_bug.cgi?id=151476
672 broke api tests (Requested by alexchristensen on #webkit).
676 "Remove the non-NetworkProcess configurations"
677 https://bugs.webkit.org/show_bug.cgi?id=151418
678 http://trac.webkit.org/changeset/192667
680 "Fix GTK Build after r192667."
681 http://trac.webkit.org/changeset/192668
683 2015-11-19 Alex Christensen <achristensen@webkit.org>
685 Remove the non-NetworkProcess configurations
686 https://bugs.webkit.org/show_bug.cgi?id=151418
688 Reviewed by Geoffrey Garen.
690 * Source/cmake/OptionsEfl.cmake:
691 * Source/cmake/OptionsGTK.cmake:
692 * Source/cmake/OptionsMac.cmake:
693 * Source/cmake/WebKitFeatures.cmake:
695 2015-11-17 Carlos Garcia Campos <cgarcia@igalia.com>
697 REGRESSION(r192459): [GTK] User agent string is broken after r192459
698 https://bugs.webkit.org/show_bug.cgi?id=151347
700 Reviewed by Žan Doberšek.
702 Pass UA version numbers as strings to the build.
704 * Source/cmake/OptionsGTK.cmake:
706 2015-11-16 Alex Christensen <achristensen@webkit.org>
708 Fix CMake build and make PluginProcess executable
709 https://bugs.webkit.org/show_bug.cgi?id=151332
711 Reviewed by Tim Horton.
713 * Source/cmake/OptionsMac.cmake:
715 2015-11-16 Carlos Garcia Campos <cgarcia@igalia.com>
717 [GTK] Use FTL by default when LLVM 3.7 is available
718 https://bugs.webkit.org/show_bug.cgi?id=142128
720 Reviewed by Csaba Osztrogonác.
722 Enable FTL by default when architecture is X86_64. It requires
723 LLVM 3.7, but can be disabled manually as a cmake configure
726 * Source/cmake/FindLLVM.cmake: In debian llvm-config is only
727 available if the metapackage is installed and it points to
728 llvm-config-3.5. So, here we check first if the llvm-config is
729 from a recent enough version, and if not we check several
730 llvm-config-<version> programs, so this should work on any distro.
731 * Source/cmake/OptionsGTK.cmake: Enable FTL by default when
732 target architecture is X86_64, and check the LLVM is at least
733 3.7. The option is now public, since we want people to be able to
736 2015-11-11 Anders Carlsson <andersca@apple.com>
738 Enable cross-platform context menus by default
739 https://bugs.webkit.org/show_bug.cgi?id=151173
741 Reviewed by Tim Horton.
743 * Source/cmake/OptionsEfl.cmake:
745 2015-11-12 Csaba Osztrogonác <ossy@webkit.org>
747 Remove ENABLE(SATURATED_LAYOUT_ARITHMETIC) guards
748 https://bugs.webkit.org/show_bug.cgi?id=150972
750 Reviewed by Darin Adler.
752 * Source/cmake/OptionsMac.cmake:
753 * Source/cmake/WebKitFeatures.cmake:
755 2015-11-11 Philippe Normand <pnormand@igalia.com>
757 [GTK][Mac] don't install .frameworks
758 https://bugs.webkit.org/show_bug.cgi?id=151136
760 Reviewed by Alex Christensen.
762 * Source/cmake/WebKitMacros.cmake: Don't install framework files when building the GTK port on Mac.
764 2015-11-10 Pranjal Jumde <pjumde@apple.com>
766 Fixed crash loading Mozilla layout test editor/libeditor/crashtests/431086-1.xhtml.
767 https://bugs.webkit.org/show_bug.cgi?id=150252
768 <rdar://problem/23149470>
770 Reviewed by Brent Fulgham.
773 * Source/WebCore/editing/ios/EditorIOS.mm
774 * Source/WebCore/editing/mac/EditorMac.mm
775 In Editor::fontForSelection moved the node removal code, so that the
776 node is only removed if style is not NULL.
777 * Source/WebCore/editing/cocoa/EditorCocoa.mm
778 In Editor::styleForSelectionStart checking if the parentNode can
779 accept the styleElement node.
780 * LayoutTests/editing/execCommand/150252.xhtml
781 * LayoutTests/editing/execCommand/150252_minimal.xhtml
782 * LayoutTests/editing/execCommand/150252-expected.txt
783 * LayoutTests/editing/execCommand/150252_minimal-expected.txt
785 2015-11-09 Pranjal Jumde <pjumde@apple.com>
787 Fixed crash loading Mozilla layout test editor/libeditor/crashtests/431086-1.xhtml.
788 https://bugs.webkit.org/show_bug.cgi?id=150252
789 <rdar://problem/23149470>
791 Reviewed by Brent Fulgham.
793 * Source/WebCore/editing/ios/EditorIOS.mm
794 * Source/WebCore/editing/mac/EditorMac.mm
795 In Editor::fontForSelection moved the node removal code, so that the
796 node is only removed if style is not NULL.
797 * LayoutTests/editing/execCommand/150252.xhtml
798 * LayoutTests/editing/execCommand/150252_minimal.xhtml
799 * LayoutTests/editing/execCommand/150252-expected.txt
800 * LayoutTests/editing/execCommand/150252_minimal-expected.txt
802 2015-11-06 Daniel Bates <dabates@apple.com>
804 Teach Makefile to build LayoutTestRelay when building for iOS Simulator
805 https://bugs.webkit.org/show_bug.cgi?id=150849
807 Reviewed by Alexey Proskuryakov.
809 Add support for overriding the user-provided arguments SDKROOT and ARCHS
810 on a per Makefile basis.
814 2015-11-06 Philippe Normand <pnormand@igalia.com>
816 Unreviewed, GTK build fix after r192095.
818 * Source/cmake/FindGTK3.cmake:
820 2015-11-06 Philip Chimento <philip.chimento@gmail.com> and Michael Catanzaro <mcatanzaro@igalia.com>
822 [GTK] Re-enable Quartz backend on cmake build system
823 https://bugs.webkit.org/show_bug.cgi?id=144561
825 Reviewed by Philippe Normand.
827 * Source/cmake/FindGTK3.cmake: Set GTK3_SUPPORTS_QUARTZ based on
828 the presence of of gtk+-quartz-3.0 module.
829 * Source/cmake/OptionsGTK.cmake: Reintroduce the
830 ENABLE_QUARTZ_TARGET option to the CMake build, for building the
831 GTK+ Quartz backend on OS X.
833 2015-11-05 Nikos Andronikos <nikos.andronikos-webkit@cisra.canon.com.au>
835 Add runtime and compile time flags for enabling Web Animations API and model.
836 https://bugs.webkit.org/show_bug.cgi?id=150914
838 Reviewed by Benjamin Poulain.
840 Add ENABLE_WEB_ANIMATIONS compile time flag, runtime flag webAnimationsEnabled and Expose WK2 preference for runtime flag.
842 * Source/cmake/OptionsWin.cmake:
843 * Source/cmake/WebKitFeatures.cmake:
845 2015-11-03 Brent Fulgham <bfulgham@apple.com>
847 [Win] CMake build update.
849 Rubberstamped by Tim Horton.
851 * Source/PlatformWin.cmake: Add internal tool to build
852 rules for internal use.
854 2015-11-03 Carlos Garcia Campos <cgarcia@igalia.com>
856 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.11.1 release.
858 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
860 2015-11-02 Philippe Normand <pnormand@igalia.com>
862 [Mac][GTK] Disable Ninja response file support
863 https://bugs.webkit.org/show_bug.cgi?id=150801
865 Reviewed by Alex Christensen.
867 * Source/cmake/OptionsCommon.cmake: The OSX toolchain doesn't
868 support response files, so instruct Ninja to not generate those.
870 2015-11-02 Csaba Osztrogonác <ossy@webkit.org>
872 Fix the FTL JIT build with system LLVM on Linux
873 https://bugs.webkit.org/show_bug.cgi?id=150795
875 Reviewed by Filip Pizlo.
877 * Source/cmake/FindLLVM.cmake:
879 2015-11-02 Carlos Garcia Campos <cgarcia@igalia.com>
881 Unreviewed. Bump GTK+ versions numbers.
883 * Source/cmake/OptionsGTK.cmake:
885 2015-11-01 Yusuke Suzuki <utatane.tea@gmail.com>
887 [ES6] Support Generator Syntax
888 https://bugs.webkit.org/show_bug.cgi?id=150769
890 Reviewed by Geoffrey Garen.
892 Added ENABLE_ES6_GENERATORS flag.
894 * Source/cmake/OptionsWin.cmake:
895 * Source/cmake/WebKitFeatures.cmake:
897 2015-10-30 Gyuyoung Kim <gyuyoung.kim@webkit.org>
899 [EFL] Add Shadow DOM feature
900 https://bugs.webkit.org/show_bug.cgi?id=150611
902 Reviewed by Csaba Osztrogonác.
904 * Source/cmake/OptionsEfl.cmake:
905 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_SHADOW_DOM cmake variable.
907 2015-10-29 Alex Christensen <achristensen@webkit.org>
910 https://bugs.webkit.org/show_bug.cgi?id=150686
912 Reviewed by Filip Pizlo.
914 * Source/cmake/WebKitMacros.cmake:
916 2015-10-28 Alex Christensen <achristensen@webkit.org>
918 Compile and link with CMake on Mac
919 https://bugs.webkit.org/show_bug.cgi?id=150632
921 Reviewed by Tim Horton.
923 * Source/cmake/OptionsMac.cmake:
925 2015-10-26 Dana Burkart <dburkart@apple.com>
927 `make analyze` should build using the debug configuration
928 https://bugs.webkit.org/show_bug.cgi?id=150571
930 Reviewed by Lucas Forschler.
934 2015-10-26 Philippe Normand <pnormand@igalia.com>
936 Unreviewed, rolling out r191576.
938 broke the http/tests/media tests
942 "[GStreamer] Bump internal jhbuild versions to 1.6.0"
943 https://bugs.webkit.org/show_bug.cgi?id=149594
944 http://trac.webkit.org/changeset/191576
946 2015-10-26 ChangSeok Oh <changseok.oh@collabora.com>
948 [GStreamer] Bump internal jhbuild versions to 1.6.0
949 https://bugs.webkit.org/show_bug.cgi?id=149594
951 Reviewed by Philippe Normand.
953 Bump up the minimum reqirement version of gstreamer-gl to 1.6.0.
955 * Source/cmake/FindGStreamer.cmake:
957 2015-10-22 Philippe Normand <pnormand@igalia.com>
959 [GTK][Mac] ICU-related build fixes
960 https://bugs.webkit.org/show_bug.cgi?id=150032
962 Rubber-stamped by Darin Adler.
964 * Source/cmake/FindICU.cmake: Use pkg-config to hint at icu-i18n's library location.
966 2015-10-20 Yoav Weiss <yoav@yoav.ws>
968 Rename the PICTURE_SIZES flag to CURRENTSRC
969 https://bugs.webkit.org/show_bug.cgi?id=150275
971 Reviewed by Dean Jackson.
973 * Source/cmake/OptionsEfl.cmake:
974 * Source/cmake/OptionsGTK.cmake:
975 * Source/cmake/OptionsMac.cmake:
976 * Source/cmake/OptionsWin.cmake:
977 * Source/cmake/WebKitFeatures.cmake:
979 2015-10-14 Tomas Popela <tpopela@redhat.com>
981 [GTK][EFL] Fix build with cmake 3.4
982 https://bugs.webkit.org/show_bug.cgi?id=150117
984 Explicitely include the CheckIncludeFiles module before using
985 the CHECK_INCLUDE_FILES command.
987 Reviewed by Žan Doberšek.
989 * Source/cmake/FindOpenGL.cmake:
990 * Source/cmake/FindWebP.cmake:
991 * Source/cmake/OptionsEfl.cmake:
993 2015-10-13 Dean Jackson <dino@apple.com>
995 Device motion and orientation should only be visible from the main frame's security origin
996 https://bugs.webkit.org/show_bug.cgi?id=150072
997 <rdar://problem/23082036>
999 Reviewed by Brent Fulgham.
1001 Add a manual test for cross-origin device orientation events, while
1002 we're waiting on the mock client to be supported everywhere.
1004 * ManualTests/deviceorientation-child-frame.html: Added.
1005 * ManualTests/deviceorientation-main-frame-only.html: Added.
1007 2015-10-12 Philip Chimento <philip.chimento@gmail.com>
1009 [GTK] OSX linker doesn't understand --whole-archive
1010 https://bugs.webkit.org/show_bug.cgi?id=144557
1012 Reviewed by Martin Robinson.
1014 * Source/cmake/OptionsGTK.cmake: Turn the macro
1015 ADD_WHOLE_ARCHIVE_TO_LIBRARIES into a no-op on Darwin systems,
1016 because XCode's linker doesn't have the --whole-archive option.
1018 2015-10-12 Philip Chimento <philip.chimento@gmail.com>
1020 [GTK] Use --version-script only on Linux
1021 https://bugs.webkit.org/show_bug.cgi?id=144555
1023 Reviewed by Philippe Normand.
1025 * Source/cmake/OptionsGTK.cmake: Don't add --version-script
1026 option on Darwin (whose linker doesn't support it.)
1028 2015-10-09 Gyuyoung Kim <gyuyoung.kim@webkit.org>
1030 [CMake] Remove ENABLE_SUBPIXEL_LAYOUT macro
1031 https://bugs.webkit.org/show_bug.cgi?id=149947
1033 Reviewed by Csaba Osztrogonác.
1035 ENABLE(SUBPIXEL_LAYOUT) was removed though, it is still alive in .cmake.
1038 * Source/cmake/OptionsMac.cmake:
1039 * Source/cmake/OptionsWin.cmake:
1040 * Source/cmake/WebKitFeatures.cmake:
1042 2015-10-06 Emanuele Aina <emanuele.aina@collabora.com>
1044 Fix ENABLE_OPENGL=OFF builds
1045 https://bugs.webkit.org/show_bug.cgi?id=146511
1047 Reviewed by Darin Adler.
1049 * Source/cmake/OptionsGTK.cmake: Make ENABLE_WAYLAND_TARGET depend on
1050 ENABLE_OPENGL due to EGL usage.
1052 2015-10-01 Wenson Hsieh <wenson_hsieh@apple.com>
1054 Convert focused-input-should-assist-on-touch.html into an automated test
1055 https://bugs.webkit.org/show_bug.cgi?id=149724
1057 Reviewed by Simon Fraser.
1059 Remove a manual test that can now be rewritten as an automated test.
1061 * ManualTests/ios/focused-input-should-assist-on-touch.html: Removed.
1063 2015-10-01 Brent Fulgham <bfulgham@apple.com>
1065 [Win] Unreviewed CMake build fix.
1067 * Source/cmake/OptionsWin.cmake: Clean up options setttings,
1068 and make sure exception handling is turned off.
1070 2015-09-30 Brent Fulgham <bfulgham@apple.com>
1072 [Win] Unreviewed build fix after CMake conversion.
1074 * Source/cmake/OptionsWin.cmake: Correct some Windows build flags.
1076 2015-09-29 Michael Catanzaro <mcatanzaro@igalia.com>
1078 [GTK][CMake] Warning about CMP0058
1079 https://bugs.webkit.org/show_bug.cgi?id=149627
1081 Reviewed by Martin Robinson.
1083 Opt-in to the new behavior for CMP0058.
1087 2015-09-28 Brent Fulgham <bfulgham@apple.com>
1089 [Win] Unreviewed build fix for internal systems.
1091 * Source/cmake/OptionsWin.cmake: Preferentially use the build target
1092 location for include and link libraries, rather than the system locations.
1094 2015-09-28 Alex Christensen <achristensen@webkit.org>
1096 Build WK1 with CMake on Mac
1097 https://bugs.webkit.org/show_bug.cgi?id=149604
1099 Reviewed by Chris Dumez.
1101 * Source/cmake/OptionsMac.cmake:
1102 * Source/cmake/WebKitMacros.cmake:
1103 ObjC bindings now have their own list of IDL files, but some of them still don't generate a .mm file.
1105 2015-09-25 Alex Christensen <achristensen@webkit.org>
1107 Clean up CMake build on Mac
1108 https://bugs.webkit.org/show_bug.cgi?id=149573
1110 Reviewed by Chris Dumez.
1112 * Source/cmake/OptionsMac.cmake:
1114 2015-09-25 Alex Christensen <achristensen@webkit.org>
1116 [Win] Switch to CMake
1117 https://bugs.webkit.org/show_bug.cgi?id=148111
1119 Reviewed by Brent Fulgham.
1121 * Source/cmake/WinTools.make: Added.
1122 * Source/cmake/tools: Added.
1123 * Source/cmake/tools/scripts: Copied from WebKitLibraries/win/tools/scripts.
1124 * Source/cmake/tools/scripts/auto-version.pl: Copied from WebKitLibraries/win/tools/scripts/auto-version.pl.
1126 2015-09-25 Alex Christensen <achristensen@webkit.org>
1128 Prepare internal AppleWin build for CMake
1129 https://bugs.webkit.org/show_bug.cgi?id=149570
1131 Reviewed by Brent Fulgham.
1133 * Source/PlatformWin.cmake:
1134 Include internal CMake files if they exist.
1136 2015-09-22 Gyuyoung Kim <gyuyoung.kim@webkit.org>
1138 Add a file of pointer-lock to cmake ports
1139 https://bugs.webkit.org/show_bug.cgi?id=149453
1141 Reviewed by Csaba Osztrogonác.
1143 * Source/cmake/OptionsEfl.cmake: Add a ENABLE_POINTER_LOCK.
1145 2015-09-22 Carlos Alberto Lopez Perez <clopez@igalia.com>
1147 [CMake] Allow to enable OpenMP support.
1148 https://bugs.webkit.org/show_bug.cgi?id=149457
1150 Reviewed by Csaba Osztrogonác.
1152 * Source/cmake/OptionsCommon.cmake: Add the option USE_OPENMP that
1153 will enable the support for OpenMP. Currently this is only used as
1154 an alternative implementation to native threads for the parallelization
1155 of the SVG filters. But name the option with a generic name (USE_OPENMP)
1156 as it could be also used to enable future features that depend on OpenMP.
1158 2015-09-22 Ryuan Choi <ryuan.choi@navercorp.com>
1160 [EFL] Build break when DEVELOPER_MODE is OFF
1161 https://bugs.webkit.org/show_bug.cgi?id=149448
1163 Reviewed by Gyuyoung Kim.
1165 Since r187191, DatabaseProcessMainUnix is missing in symbol filter.
1167 * Source/cmake/eflsymbols.filter:
1169 2015-09-21 Alex Christensen <achristensen@webkit.org>
1171 Disable PICTURE_SIZES in Windows CMake build like r189745.
1172 https://bugs.webkit.org/show_bug.cgi?id=149125
1174 * Source/cmake/OptionsWin.cmake:
1175 Do the same thing as r189745.
1177 2015-09-20 Youenn Fablet <youenn.fablet@crf.canon.fr>
1179 Removing XHR_TIMEOUT guard
1181 Remove XHR_TIMEOUT compilation guard
1182 https://bugs.webkit.org/show_bug.cgi?id=149260
1184 Reviewed by Benjamin Poulain.
1186 * Source/cmake/OptionsEfl.cmake:
1187 * Source/cmake/OptionsGTK.cmake:
1188 * Source/cmake/OptionsMac.cmake:
1189 * Source/cmake/OptionsWin.cmake:
1190 * Source/cmake/WebKitFeatures.cmake:
1192 2015-09-18 Alex Christensen <achristensen@webkit.org>
1194 Fix tests on Windows after switching to CMake.
1195 https://bugs.webkit.org/show_bug.cgi?id=149339
1197 Reviewed by Brent Fulgham.
1199 * Source/PlatformWin.cmake: Added to copy WebInspectorUI.
1201 2015-09-17 Alex Christensen <achristensen@webkit.org>
1203 Fix Windows EWS build after r189934.
1205 * Source/cmake/OptionsWin.cmake:
1206 Use WEBKIT_LIBRARIES environment variable if it exists.
1207 We have the WebKitLibraries directory separate from the repository copy on the EWS bots.
1209 2015-09-15 Ryosuke Niwa <rniwa@webkit.org>
1211 Add ShadowRoot interface and Element.prototype.attachShadow
1212 https://bugs.webkit.org/show_bug.cgi?id=149187
1214 Reviewed by Antti Koivisto.
1216 * Source/cmake/OptionsGTK.cmake:
1218 2015-09-15 Csaba Osztrogonác <ossy@webkit.org>
1220 [cmake] Enable debug fission only if it is supported
1221 https://bugs.webkit.org/show_bug.cgi?id=149161
1223 Reviewed by Martin Robinson.
1225 * Source/cmake/OptionsCommon.cmake:
1227 2015-09-14 Alex Christensen <achristensen@webkit.org>
1229 Progress towards CMake on Mac.
1230 https://bugs.webkit.org/show_bug.cgi?id=149123
1232 Reviewed by Chris Dumez.
1234 * Source/cmake/OptionsMac.cmake:
1235 * Source/cmake/WebKitFeatures.cmake:
1236 Defined and enabled some more features needed on Mac.
1237 * Source/cmake/WebKitMacros.cmake:
1238 Objective C bindings need special changes when generating:
1239 Some of the bindings do not generate a .mm file but the header is needed.
1240 Some of the bindings do generate a .mm file that doesn't compile but the header is needed.
1241 In order to handle these cases, it is necessary to change the GENERATE_BINDINGS macro just for ObjC.
1243 2015-09-08 Daniel Bates <dabates@apple.com>
1245 Convert manual test added in http://trac.webkit.org/changeset/70321 to an automated test
1246 https://bugs.webkit.org/show_bug.cgi?id=74729
1247 <rdar://problem/22550195>
1249 Reviewed by Jon Honeycutt.
1251 * ManualTests/compositing/resources/composited-subframe.html: Removed.
1252 * ManualTests/compositing/show-composited-iframe-on-back-button.html: Removed.
1254 2015-09-06 Andy Estes <aestes@apple.com>
1256 WebKit.xcworkspace should be be able to build iOS platforms
1257 https://bugs.webkit.org/show_bug.cgi?id=148881
1259 Reviewed by Daniel Bates.
1261 Since we don't want to create platform-specific schemes, all projects in the workspace's schemes need to build
1262 for all supported platforms.
1264 * WebKit.xcworkspace/xcshareddata/xcschemes/All Tools.xcscheme: Removed the DumpRenderTree target since its All
1265 target was already included. Removed the WebKitTestRunner target and replaced it with its All target.
1267 2015-09-04 Jon Honeycutt <jhoneycutt@apple.com>
1269 [iOS] Need a test for bug #145539: Uploading an animated GIF from the
1270 photo library uploads a JPEG
1271 https://bugs.webkit.org/show_bug.cgi?id=148849
1273 Reviewed by Daniel Bates.
1275 * ManualTests/ios/image-file-uploads-as-original-type.html: Added.
1276 On the Mac, file upload tests use EventSender::beginDragWithFiles. This
1277 functionality doesn't exist on iOS, so we'll add a manual test.
1278 This tests that the first few bytes of the selected file are "GIF".
1280 2015-09-04 Carlos Alberto Lopez Perez <clopez@igalia.com>
1282 Follow-up patch for r189343.
1283 https://bugs.webkit.org/show_bug.cgi?id=148795
1285 Rubber-stamped by Csaba Osztrogonác.
1287 * Source/cmake/WebKitCommon.cmake: Relax the Ruby version requirement
1288 to 1.9, since this seems to be enough to fix the build failure.
1289 And 2.0 may cause problems for developers using some distributions like Ubuntu.
1291 2015-09-04 Emanuele Aina <emanuele.aina@collabora.com>
1293 [CMake] Trigger the memory-reduction tricks on armhf too
1294 https://bugs.webkit.org/show_bug.cgi?id=146640
1296 Reviewed by Csaba Osztrogonác.
1298 * Source/cmake/OptionsCommon.cmake:
1299 Activate --no-keep-memory even on armhf to reduce the amount of memory
1300 needed during linking, to avoid out-of-memory failures as much as
1303 2015-09-04 Carlos Alberto Lopez Perez <clopez@igalia.com>
1305 REGRESSION(r189293): JavaScriptCore/offlineasm/x86.rb -- Build failure with ruby < 2.0
1306 https://bugs.webkit.org/show_bug.cgi?id=148795
1308 Rubber-stamped by Carlos Garcia Campos.
1310 * Source/cmake/WebKitCommon.cmake: Require now at least Ruby 2.0
1312 2015-09-02 Alex Christensen <achristensen@webkit.org>
1314 Make bison grammar compatible with bison 2.1
1315 https://bugs.webkit.org/show_bug.cgi?id=148731
1317 Reviewed by Tim Horton.
1319 * Source/cmake/WebKitCommon.cmake:
1322 2015-08-31 Carlos Alberto Lopez Perez <clopez@igalia.com>
1324 [CMake] Build with Debug Fission on by default on Debug builds.
1325 https://bugs.webkit.org/show_bug.cgi?id=148639
1327 Reviewed by Martin Robinson.
1329 * Source/cmake/OptionsCommon.cmake:
1331 2015-08-29 Alex Christensen <achristensen@webkit.org>
1333 Unreviewed build fix after r179923.
1335 * Source/CMakeLists.txt:
1336 bmalloc isn't ported to Windows yet.
1338 2015-08-27 Alex Christensen <achristensen@webkit.org>
1340 Isolate Source directories in CMake build
1341 https://bugs.webkit.org/show_bug.cgi?id=148389
1343 Reviewed by Brent Fulgham.
1346 * Source/cmake/WebKitCommon.cmake:
1347 Move package finding to WebKitCommon.
1349 2015-08-26 Per Arne Vollan <peavo@outlook.com>
1351 [Win] Build does not generate debug info.
1352 https://bugs.webkit.org/show_bug.cgi?id=148431
1354 Reviewed by Alex Christensen.
1356 Generate debug info for Windows builds.
1358 * Source/cmake/OptionsWin.cmake:
1360 2015-08-26 Michael Catanzaro <mcatanzaro@igalia.com>
1362 [GTK] Disable ACCELERATED_2D_CANVAS by default
1363 https://bugs.webkit.org/show_bug.cgi?id=148473
1365 Reviewed by Martin Robinson.
1367 Currently ACCELERATED_2D_CANVAS is enabled by default on most systems (which have CairoGL)
1368 but not on Debian (which does not). We've known this was problematic for a while, since it
1369 means we have two different sets of distro-dependent bugs, but never decided whether that
1370 outweighed the benefits of CarioGL or not. I'm making the call now: it's more important to
1371 have the same bugs everywhere. We can turn this on again for other distros when we're ready
1372 to turn it on for Debian.
1374 Also, properly fail the build if ENABLE_ACCELERATED_2D_CANVAS is enabled but CairoGL is not
1377 * Source/cmake/OptionsGTK.cmake:
1379 2015-08-25 Commit Queue <commit-queue@webkit.org>
1381 Unreviewed, rolling out r188919.
1382 https://bugs.webkit.org/show_bug.cgi?id=148452
1384 broke build (Requested by alexchristensen on #webkit).
1388 "[Win] Build does not generate debug info."
1389 https://bugs.webkit.org/show_bug.cgi?id=148431
1390 http://trac.webkit.org/changeset/188919
1392 2015-08-25 Michael Catanzaro <mcatanzaro@igalia.com>
1394 [GTK] r186800 broke the build on Ubuntu 14.04
1395 https://bugs.webkit.org/show_bug.cgi?id=147559
1397 Reviewed by Martin Robinson.
1399 * Source/cmake/FindGTK3.cmake: Always define GTK3_SUPPORTS_X11 and GTK3_SUPPORTS_WAYLAND.
1400 * Source/cmake/OptionsGTK.cmake: Autodetect support for X11 and Wayland backends.
1402 2015-08-25 Per Arne Vollan <peavo@outlook.com>
1404 [Win] Build does not generate debug info.
1405 https://bugs.webkit.org/show_bug.cgi?id=148431
1407 Reviewed by Brent Fulgham.
1409 Generate debug info for Windows builds.
1411 * Source/cmake/OptionsWin.cmake:
1413 2015-08-20 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
1415 [GTK] Auto-detection of cairo-gl fails
1416 https://bugs.webkit.org/show_bug.cgi?id=148189
1418 Reviewed by Žan Doberšek.
1420 * Source/cmake/FindCairoGL.cmake: only check for components if the main package has
1421 been found. Otherwise, if either GLX or EGL are available, cairo-gl will also be
1422 deemed available, which might not be the case.
1423 * Source/cmake/OptionsGTK.cmake: fix the usage of the CAIROGL_FOUND variable.
1425 2015-08-19 Alex Christensen <achristensen@webkit.org>
1427 CMake Windows build should not include files directly from other Source directories
1428 https://bugs.webkit.org/show_bug.cgi?id=148198
1430 Reviewed by Brent Fulgham.
1432 * Source/cmake/WebKitMacros.cmake:
1434 2015-08-19 Alex Christensen <achristensen@webkit.org>
1436 Build TestWTF on Mac with CMake.
1437 https://bugs.webkit.org/show_bug.cgi?id=147972
1439 Reviewed by Tim Horton.
1441 * Source/cmake/OptionsMac.cmake:
1442 Enable API tests in Mac's CMake build.
1444 2015-08-18 Alex Christensen <achristensen@webkit.org>
1446 [CMake] REGRESSION(r188540): WebKitTestRunner is not longer built and all the tests (layout and perf) fail.
1447 https://bugs.webkit.org/show_bug.cgi?id=148127
1449 Reviewed by Martin Robinson.
1452 TOOLS_DIR hasn't been set yet since its defining has been moved to WebKitFS.
1454 2015-08-17 Alex Christensen <achristensen@webkit.org>
1456 [Win CMake] Allow WebKitLibraries directory to be set from the command line
1457 https://bugs.webkit.org/show_bug.cgi?id=148112
1459 Reviewed by Brent Fulgham.
1461 * Source/cmake/OptionsWin.cmake:
1462 Don't use an environment variable for WEBKIT_LIBRARIES_DIR.
1463 Instead, use the default location if nothing is passed in from the command line.
1464 This way we can set it from the command line for the AppleInternal build.
1465 Also, set the output directories to be consistent between the old and new build systems (and ninja).
1467 2015-08-17 Alex Christensen <achristensen@webkit.org>
1469 Build Debug Suffix on Windows with CMake
1470 https://bugs.webkit.org/show_bug.cgi?id=148083
1472 Reviewed by Brent Fulgham.
1474 * Source/cmake/OptionsWin.cmake:
1475 Use debug libraries in debug suffix builds.
1477 2015-08-17 Alex Christensen <achristensen@webkit.org>
1479 Move some commands from ./CMakeLists.txt to Source/cmake
1480 https://bugs.webkit.org/show_bug.cgi?id=148003
1482 Reviewed by Brent Fulgham.
1485 Moved functionality to WebKitCommon.cmake and WebKitFS.cmake and made conditional
1486 so we can change directory structure from command line parameters.
1487 * Source/cmake/OptionsAppleWin.cmake:
1488 * Source/cmake/OptionsWin.cmake: Copied from Source/cmake/OptionsWindows.cmake.
1489 * Source/cmake/OptionsWinCairo.cmake:
1490 * Source/cmake/OptionsWindows.cmake: Removed.
1491 * Source/cmake/WebKitCommon.cmake: Added.
1492 * Source/cmake/WebKitFS.cmake:
1494 2015-08-13 Commit Queue <commit-queue@webkit.org>
1496 Unreviewed, rolling out r188428.
1497 https://bugs.webkit.org/show_bug.cgi?id=148015
1499 broke cmake build (Requested by alexchristensen on #webkit).
1503 "Move some commands from ./CMakeLists.txt to Source/cmake"
1504 https://bugs.webkit.org/show_bug.cgi?id=148003
1505 http://trac.webkit.org/changeset/188428
1507 2015-08-13 Alex Christensen <achristensen@webkit.org>
1509 Move some commands from ./CMakeLists.txt to Source/cmake
1510 https://bugs.webkit.org/show_bug.cgi?id=148003
1512 Reviewed by Brent Fulgham.
1515 Moved functionality to WebKitCommon.cmake and WebKitFS.cmake and made conditional
1516 so we can change directory structure from command line parameters.
1517 * Source/cmake/WebKitCommon.cmake: Added.
1518 * Source/cmake/WebKitFS.cmake:
1520 2015-08-13 Wenson Hsieh <wenson_hsieh@apple.com>
1522 A focused node should not be assisted when handling touch events synchronously
1523 https://bugs.webkit.org/show_bug.cgi?id=147836
1525 Reviewed by Enrica Casucci.
1527 Added manual tests for keyboard assistance behavior due to receiving touch events on iOS.
1529 * ManualTests/ios/focused-input-should-assist-on-touch.html: Checks that a currently focused
1530 input can still be assisted due to a touch event.
1531 * ManualTests/ios/keyboard-should-not-show-on-touch-event.html: Checks that handling a touch
1532 event does not automatically cause us to assist the currently focused node.
1534 2015-08-12 Alex Christensen <achristensen@webkit.org>
1536 Fix Debug CMake builds on Windows
1537 https://bugs.webkit.org/show_bug.cgi?id=147940
1539 Reviewed by Chris Dumez.
1541 * Source/cmake/OptionsWindows.cmake:
1542 Put 32-bit binaries in a bin32 subdirectory and 64-bit binaries in a bin64 subdirectory.
1544 2015-08-10 Alex Christensen <achristensen@webkit.org>
1546 Build TestWebKitAPI with CMake on Windows
1547 https://bugs.webkit.org/show_bug.cgi?id=147851
1549 Reviewed by Chris Dumez.
1551 * Source/cmake/OptionsWindows.cmake:
1552 Enable api tests and set USE_SYSTEM_MALLOC to avoid warnings when redefining it.
1554 2015-08-06 Alex Christensen <achristensen@webkit.org>
1556 [Win] CMake build fix after r188098.
1558 * Source/cmake/OptionsWinCairo.cmake:
1559 OptionsWindows.cmake uses WTF_PLATFORM_WIN_CAIRO now, so we need to set it before including OptionsWindows.
1561 2015-08-04 Alex Christensen <achristensen@webkit.org>
1563 Fix quirks with CMake and VS2015
1564 https://bugs.webkit.org/show_bug.cgi?id=147663
1566 Reviewed by Brent Fulgham.
1568 * Source/cmake/OptionsWindows.cmake:
1569 Hide some warnings. Using the same variable names in nested scopes is ok for now.
1570 Disable INTL for now.
1572 2015-08-04 Alex Christensen <achristensen@webkit.org>
1574 Enable WebGL on Windows CMake build.
1575 https://bugs.webkit.org/show_bug.cgi?id=143311
1577 Reviewed by Csaba Osztrogonác.
1579 * Source/cmake/OptionsWindows.cmake:
1580 Enable WebGL by default in CMake builds now that it works.
1582 2015-08-04 Mario Sanchez Prada <mario@endlessm.com>
1584 [GTK] Accelerated 2D Canvas enabled when cairo-gl is not available
1585 https://bugs.webkit.org/show_bug.cgi?id=147625
1587 Reviewed by Martin Robinson.
1589 Do not set the CAIRO_<COMPONENT>_* CMake variables for cairo-gl
1590 components unless they were actually found, not to accidentally
1591 enable Accelerated 2D canvas, which would cause the build to fail.
1593 * Source/cmake/FindCairoGL.cmake: Set this variables only when
1594 pkg_check_modules() had actually found the relevant component.
1596 2015-08-03 Csaba Osztrogonác <ossy@webkit.org>
1598 [CMake] Add an option to build AllInOne files
1599 https://bugs.webkit.org/show_bug.cgi?id=102647
1601 Reviewed by Alex Christensen.
1603 * Source/cmake/OptionsEfl.cmake: Disabled by default.
1604 * Source/cmake/OptionsGTK.cmake: Disabled by default.
1605 * Source/cmake/OptionsWindows.cmake: Enabled by default.
1606 * Source/cmake/WebKitFeatures.cmake:
1607 * Source/cmake/WebKitMacros.cmake:
1609 2015-08-03 Carlos Garcia Campos <cgarcia@igalia.com>
1611 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.5 release.
1613 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1615 2015-07-31 Alex Christensen <achristensen@webkit.org>
1617 Prepare for debug CMake builds on Windows.
1618 https://bugs.webkit.org/show_bug.cgi?id=147484
1620 Reviewed by Tim Horton.
1622 * Source/cmake/OptionsWindows.cmake:
1623 Don't use debug runtimes in debug builds because the dependencies are only built with multithreaded runtimes.
1625 2015-07-30 Joonghun Park <jh718.park@samsung.com>
1627 [EFL] Enable IndexedDB based on DatabaseProcess
1628 https://bugs.webkit.org/show_bug.cgi?id=147221
1630 Reviewed by Csaba Osztrogonác.
1632 * Source/cmake/OptionsEfl.cmake:
1634 2015-07-30 Alex Christensen <achristensen@webkit.org>
1636 Build AppleWin port with CMake
1637 https://bugs.webkit.org/show_bug.cgi?id=147385
1639 Reviewed by Martin Robinson.
1641 * Source/cmake/OptionsWindows.cmake:
1642 Use the static multithreaded runtime. Based on
1643 http://www.cmake.org/Wiki/CMake_FAQ#How_can_I_build_my_MSVC_application_with_a_static_runtime.3F
1645 2015-07-29 Andy VanWagoner <thetalecrafter@gmail.com>
1647 Implement basic types for ECMAScript Internationalization API
1648 https://bugs.webkit.org/show_bug.cgi?id=146926
1650 Reviewed by Benjamin Poulain.
1652 Enable flag now that the basic objects are in place.
1654 * Source/cmake/WebKitFeatures.cmake: enable INTL
1656 2015-07-29 Basile Clement <basile_clement@apple.com>
1658 Remove native call inlining
1659 https://bugs.webkit.org/show_bug.cgi?id=147417
1661 Rubber-stamped by Filip Pizlo.
1663 * Source/cmake/OptionsEfl.cmake:
1664 * Source/cmake/WebKitFeatures.cmake:
1666 2015-07-28 Yusuke Suzuki <utatane.tea@gmail.com>
1668 [ES6] Add ENABLE_ES6_MODULES compile time flag with the default value "false"
1669 https://bugs.webkit.org/show_bug.cgi?id=147350
1671 Reviewed by Sam Weinig.
1673 * Source/cmake/WebKitFeatures.cmake:
1675 2015-07-27 Alex Christensen <achristensen@webkit.org>
1677 Use Ninja on Windows.
1678 https://bugs.webkit.org/show_bug.cgi?id=147228
1680 Reviewed by Martin Robinson.
1682 * Source/cmake/OptionsWindows.cmake:
1683 Only use /MP when using generated Visual Studio solution files to build.
1684 It makes compiling parallel in MSVC, but Ninja doesn't like it.
1686 2015-07-27 Alex Christensen <achristensen@webkit.org>
1688 Progress towards building AppleWin with CMake
1689 https://bugs.webkit.org/show_bug.cgi?id=147325
1691 Reviewed by Martin Robinson.
1693 * Source/cmake/OptionsWindows.cmake:
1694 Link with 64-bit libraries if building 64-bit binaries.
1695 Don't run regular expressions on empty strings when using Ninja.
1696 Removed DebugSuffix Visual Studio environment variables.
1698 2015-07-23 Alex Christensen <achristensen@webkit.org>
1700 Remove compile and runtime flags for promises.
1701 https://bugs.webkit.org/show_bug.cgi?id=147244
1703 Reviewed by Yusuke Suzuki.
1705 * Source/cmake/OptionsMac.cmake:
1706 * Source/cmake/OptionsWindows.cmake:
1707 * Source/cmake/WebKitFeatures.cmake:
1709 2015-07-22 Sukolsak Sakshuwong <sukolsak@gmail.com>
1711 Add ENABLE_WEBASSEMBLY feature flag for WebAssembly
1712 https://bugs.webkit.org/show_bug.cgi?id=147212
1714 Reviewed by Filip Pizlo.
1716 * Source/cmake/WebKitFeatures.cmake:
1718 2015-07-22 Alex Christensen <achristensen@webkit.org>
1720 Fix quirks in CMake build on Mac and Windows
1721 https://bugs.webkit.org/show_bug.cgi?id=147174
1723 Reviewed by Gyuyoung Kim.
1726 * Source/cmake/OptionsWindows.cmake:
1727 Added options I removed in r187022. They are indeed needed.
1728 * Source/cmake/WebKitFS.cmake:
1729 Make the DerivedSources/WebKit directory.
1731 2015-07-21 Carlos Garcia Campos <cgarcia@igalia.com>
1733 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.4 release.
1735 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1737 2015-07-20 Alex Christensen <achristensen@webkit.org>
1739 Resurrect CMake build on Windows.
1740 https://bugs.webkit.org/show_bug.cgi?id=147083
1742 Reviewed by Gyuyoung Kim.
1744 * Source/cmake/OptionsCommon.cmake:
1745 * Source/cmake/OptionsWindows.cmake:
1746 Change features to get it to compile. Still not a complete feature set.
1748 2015-07-19 Michael Catanzaro <mcatanzaro@igalia.com>
1750 [GTK] Add seccomp filters support
1751 https://bugs.webkit.org/show_bug.cgi?id=110014
1753 Reviewed by Žan Doberšek.
1755 Find needed compiler and linker flags for libseccomp.
1757 * Source/cmake/OptionsGTK.cmake:
1759 2015-07-17 Ting-Wei Lan <lantw44@gmail.com>
1761 Bring back the GNU ar check to create thin archives on non-Linux systems
1762 https://bugs.webkit.org/show_bug.cgi?id=146681
1764 Reviewed by Martin Robinson.
1766 We already use GNU ar thin archive feature to save time and disk space
1767 on creating static archives, but it is only enabled on Linux. Without
1768 this feature, the debug build of WebCore can be larger than 4 GiB,
1769 which can cause error because GNU ar format uses 32-bit integer to
1770 store offsets in the symbol table. This patch is similar to
1771 https://bugs.webkit.org/show_bug.cgi?id=128596.
1773 * Source/cmake/OptionsCommon.cmake:
1775 2015-07-14 Carlos Alberto Lopez Perez <clopez@igalia.com>
1777 [GTK] [Wayland] Build by default the X11 and Wayland targets.
1778 https://bugs.webkit.org/show_bug.cgi?id=146057
1780 Reviewed by Carlos Garcia Campos.
1782 * Source/cmake/OptionsGTK.cmake:
1784 2015-07-10 Michael Catanzaro <mcatanzaro@igalia.com>
1786 [GTK] ar warning when linking static libraries
1787 https://bugs.webkit.org/show_bug.cgi?id=144988
1789 Reviewed by Carlos Garcia Campos.
1791 Do not use 'u' when calling ar. This argument conflicts with 'D' and is ignored if 'D' is
1792 used, and 'D' is used by default if binutils is built with --enable-deterministic-archives.
1793 Using 'u' with 'D' causes a warning to be printed when linking static libraries. At least
1794 Fedora and Debian have recently both chosen to use --enable-deterministic-archives, so we
1795 should either stop using 'u' or else add 'U' as well in order to disable deterministic
1796 archives. Using 'U' should result in a somewhat faster build (at least when using the
1797 Makefile generator), but it's unlikely that the difference is significant, so let's simply
1798 remove 'u' until someone determines otherwise. This seems like a better option than adding
1799 'U' so as not to foil distributions' attempts to perform deterministic builds. This also
1800 aligns us with the behavior of upstream CMake (which has never used 'u'). This is a minor
1801 behavior change on distributions that do not use --enable-deterministic-archives, notably
1804 * Source/cmake/OptionsCommon.cmake:
1806 2015-07-03 Emanuele Aina <emanuele.aina@collabora.com>
1808 [GTK] Forcefully disable gtk-doc and gobject-introspection when crossbuilding
1809 https://bugs.webkit.org/show_bug.cgi?id=146590
1811 Reviewed by Martin Robinson.
1813 * Source/PlatformGTK.cmake: override the cached variables to
1814 forcefully disable gtk-doc and gobject-introspection when
1816 * Source/cmake/OptionsGTK.cmake: avoid running gtk-doc to check the
1817 documentation syntax when cross-building.
1820 2015-07-02 Przemek Piorkowski <piorkowskiprzemyslaw@gmail.com>
1822 [EFL] test_ewk2_application_cache_manager has been failed since r185527
1823 https://bugs.webkit.org/show_bug.cgi?id=146016
1825 Reviewed by Gyuyoung Kim.
1827 In order to handle properly WebApplicationCacheManagerProxy implementation which use
1828 WebsiteDataRecord it is necessary to enable PUBLIC_SUFFIX_LIST for EFL.
1829 Implementation of PUBLIC_SUFFIX_LIST already exists for soup so EFL can use it as well.
1831 * Source/cmake/OptionsEfl.cmake: set ENABLE_PUBLIC_SUFFIX_LIST to ON for EFL.
1833 2015-06-30 Andy VanWagoner <thetalecrafter@gmail.com>
1835 Implement ECMAScript Internationalization API
1836 https://bugs.webkit.org/show_bug.cgi?id=90906
1838 Reviewed by Benjamin Poulain.
1840 Begin implementing the Intl apis behind ENABLE_INTL flag.
1841 Create the base Intl namespace object.
1843 * Source/cmake/WebKitFeatures.cmake: add ENABLE_INTL flag
1845 2015-06-30 Philippe Normand <pnormand@igalia.com>
1847 [CMake] Error when gst-plugins-base is missing is too confusing
1848 https://bugs.webkit.org/show_bug.cgi?id=145682
1850 Reviewed by Carlos Garcia Campos.
1852 * Source/cmake/OptionsGTK.cmake: Error out if the required
1853 GStreamer libraries are not found on the host.
1855 2015-06-28 Philip Chimento <philip.chimento@gmail.com>
1857 CairoGL should be checked unconditionally
1858 https://bugs.webkit.org/show_bug.cgi?id=146390
1860 Reviewed by Darin Adler.
1862 * Source/cmake/OptionsGTK.cmake: Move check for CairoGL so that
1863 it is run unconditionally; this is necessary because its result
1864 is used later on, outside of any conditions.
1866 2015-06-27 Carlos Garcia Campos <cgarcia@igalia.com>
1868 [GTK][SOUP] Implement WebCore::PublicSuffix for soup and enable PUBLIC_SUFFIX_LIST for GTK+
1869 https://bugs.webkit.org/show_bug.cgi?id=146318
1871 Reviewed by Sergio Villar Senin.
1873 Enable PUBLIC_SUFFIX_LIST for GTK+.
1875 * Source/cmake/OptionsGTK.cmake:
1877 2015-06-22 Carlos Garcia Campos <cgarcia@igalia.com>
1879 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.3 release.
1881 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1883 2015-06-22 Ryuan Choi <ryuan.choi@navercorp.com>
1885 [EFL] Hyphenation is not supported
1886 https://bugs.webkit.org/show_bug.cgi?id=89830
1888 Reviewed by Gyuyoung Kim.
1890 * Source/cmake/OptionsEfl.cmake: Added an option for LibHyphen.
1892 2015-06-22 Zan Dobersek <zdobersek@igalia.com>
1894 [CMake] Add support for building with various sanitizer tools
1895 https://bugs.webkit.org/show_bug.cgi?id=131941
1897 Reviewed by Martin Robinson.
1899 * Source/PlatformGTK.cmake: Don't generate any documentation
1900 when compiling with sanitizers enabled.
1901 * Source/cmake/OptionsCommon.cmake: Allow linking with
1902 undefined symbols when compiling with sanitizers enabled.
1904 2015-06-21 Philip Chimento <philip.chimento@gmail.com>
1906 libwebkit2gtk fails to link without opengl
1907 https://bugs.webkit.org/show_bug.cgi?id=138332
1909 Reviewed by Carlos Garcia Campos.
1911 * Source/cmake/OptionsGTK.cmake: USE(TEXTURE_MAPPER) must be
1912 enabled regardless of whether OpenGL is, because certain symbols
1913 such as WebCore::GraphicsLayer::create() need to be built.
1915 2015-06-20 Michael Catanzaro <mcatanzaro@igalia.com>
1917 [EFL][GTK] Define GLIB_VERSION_MIN_REQUIRED and require glib 2.36 for GTK
1918 https://bugs.webkit.org/show_bug.cgi?id=146181
1920 Reviewed by Martin Robinson.
1922 Bump our GLib requirement to 2.36 to reflect reality, since we are using GTask.
1924 * Source/cmake/OptionsGTK.cmake:
1926 2015-06-20 Ryuan Choi <ryuan.choi@navercorp.com>
1928 [EFL] Do not consider test directories when DEVELOPER_MODE is OFF
1929 https://bugs.webkit.org/show_bug.cgi?id=146171
1931 Reviewed by Gyuyoung Kim.
1933 * Source/cmake/OptionsEfl.cmake:
1934 Exposed ENABLE_DEVELOPER_MODE to Compiler and CMake definition when DEVELOPER_MODE is ON.
1936 2015-06-19 Michael Catanzaro <mcatanzaro@igalia.com>
1938 [CMake] FindGTK3.cmake should not modify the values of build options
1939 https://bugs.webkit.org/show_bug.cgi?id=144613
1941 Reviewed by Martin Robinson.
1943 * Source/cmake/FindGTK3.cmake: Do not check or set the value of ENABLE_X11_TARGET and
1944 ENABLE_WAYLAND_TARGET. Instead, simply define the variables GTK3_SUPPORTS_X11 and
1945 GTK3_SUPPORTS_WAYLAND as appropriate. Also, rename GTK_SUPPORTS_GESTURES to
1946 GTK3_SUPPORTS_GESTURES for consistency.
1947 * Source/cmake/OptionsGTK.cmake: Fail the build if the appropriate GTK+ backend is not
1948 available. It's not possible to automatically select a backend correctly anymore, since all
1949 options are set at the same time.
1951 2015-06-19 Csaba Osztrogonác <ossy@webkit.org>
1953 Remove unnecessary svn:executable flags
1954 https://bugs.webkit.org/show_bug.cgi?id=146107
1956 Reviewed by Alexey Proskuryakov.
1958 * ManualTests/iframe_notifications/iframe-reparenting-close-window-child.html: Removed property svn:executable.
1959 * ManualTests/iframe_notifications/iframe-reparenting-close-window-iframe.html: Removed property svn:executable.
1960 * ManualTests/iframe_notifications/iframe-reparenting-close-window.html: Removed property svn:executable.
1961 * ManualTests/select-menu-list-wrongly-positioned.html: Removed property svn:executable.
1962 * ManualTests/svg-text-float-not-removed-crash.html: Removed property svn:executable.
1964 2015-06-18 Ryuan Choi <ryuan.choi@navercorp.com>
1966 [EFL] Use SET_AND_EXPOSE_TO_BUILD instead of definitions
1967 https://bugs.webkit.org/show_bug.cgi?id=146108
1969 Reviewed by Gyuyoung Kim.
1971 * Source/cmake/OptionsEfl.cmake:
1973 2015-06-16 Ryuan Choi <ryuan.choi@navercorp.com>
1975 [EFL] Remove duplicated PUBLIC argument in OptionsEfl.cmake
1976 https://bugs.webkit.org/show_bug.cgi?id=146035
1978 Reviewed by Gyuyoung Kim.
1980 * Source/cmake/OptionsEfl.cmake:
1982 2015-06-16 Carlos Alberto Lopez Perez <clopez@igalia.com>
1984 [GTK] [Wayland] Should be possible to build with support for both X11 and Wayland.
1985 https://bugs.webkit.org/show_bug.cgi?id=145701
1987 Reviewed by Darin Adler.
1989 * Source/cmake/OptionsGTK.cmake: Remove conflicting options.
1991 2015-06-15 Jon Honeycutt <jhoneycutt@apple.com>
1993 [iOS] Crash long pressing on <input type=file>
1994 https://bugs.webkit.org/show_bug.cgi?id=146009
1995 <rdar://problem/21234453>
1997 Reviewed by Ryosuke Niwa.
1999 * ManualTests/ios/long-press-input-type-file-crash.html: Added.
2001 2015-06-16 Brent Fulgham <bfulgham@apple.com>
2003 Rollout accidental Xcode project change.
2005 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
2007 2015-06-12 Gyuyoung Kim <gyuyoung.kim@webkit.org>
2009 [EFL] Bump EWebKit version from 1.11.0 to 1.14.0
2010 https://bugs.webkit.org/show_bug.cgi?id=145909
2012 Reviewed by Csaba Osztrogonác.
2014 Bump EWebKit version based on efl library version used by the EWebKit.
2016 * Source/cmake/OptionsEfl.cmake:
2018 2015-06-11 Commit Queue <commit-queue@webkit.org>
2020 Unreviewed, rolling out r185453.
2021 https://bugs.webkit.org/show_bug.cgi?id=145881
2023 it broke the 32-bit build (Requested by clopez on #webkit).
2027 "[GTK] [Wayland] Should be possible to build with support for
2028 both X11 and Wayland."
2029 https://bugs.webkit.org/show_bug.cgi?id=145701
2030 http://trac.webkit.org/changeset/185453
2032 2015-06-11 Carlos Alberto Lopez Perez <clopez@igalia.com>
2034 [GTK] [Wayland] Should be possible to build with support for both X11 and Wayland.
2035 https://bugs.webkit.org/show_bug.cgi?id=145701
2037 Reviewed by Žan Doberšek.
2039 * Source/cmake/OptionsGTK.cmake: Remove conflicting options.
2041 2015-06-03 Daniel Bates <dabates@apple.com>
2043 Caps lock indicator should not be shown in read-only or disabled field
2044 https://bugs.webkit.org/show_bug.cgi?id=145612
2045 <rdar://problem/21227454>
2047 Reviewed by Darin Adler.
2049 * ManualTests/password-caps-lock-should-not-show-in-read-only-field.html: Added.
2050 * ManualTests/password-caps-lock-should-not-show-when-field-becomes-disabled.html: Added.
2051 * ManualTests/password-caps-lock-should-not-show-when-field-becomes-read-only.html: Added.
2053 2015-06-01 Csaba Osztrogonác <ossy@webkit.org>
2055 [cmake] Suppress parentheses-equality warnings
2056 https://bugs.webkit.org/show_bug.cgi?id=145126
2058 Reviewed by Darin Adler.
2060 * Source/cmake/WebKitHelpers.cmake:
2062 2015-05-28 Carlos Alberto Lopez Perez <clopez@igalia.com>
2064 [CMake] Improve detection and usage of GL/GLES/EGL libraries.
2065 https://bugs.webkit.org/show_bug.cgi?id=145408
2067 Reviewed by Carlos Garcia Campos.
2069 * Source/cmake/FindEGL.cmake: Improve detection of EGL libraries.
2070 * Source/cmake/FindGLES.cmake: Removed. It was used by the EGL port.
2071 Remove it and make the EGL port use the improved FindOpenGLES2.cmake
2073 * Source/cmake/FindOpenGL.cmake: Added. Add module to detect OpenGL
2074 libraries. Detect also GLX libraries.
2075 * Source/cmake/FindOpenGLES2.cmake: Improve detection of OpenGLES-v2
2076 libraries. Use find_path() to get the include path.
2077 * Source/cmake/OptionsEfl.cmake: Use now the improved FindOpenGLES2
2079 * Source/cmake/OptionsGTK.cmake: Set default value for ENABLE_GLES2
2080 depending on the libraries found on the system.
2081 Move the detection of GLX (and the include of CMakePushCheckState)
2082 to FindOpenGL.cmake.
2083 Ensure that we only define USE_GLX when we build with OpenGL
2084 (but not with GLESv2).
2086 2015-05-27 Dean Jackson <dino@apple.com>
2088 img.currentSrc problem in strict mode with old picturefill
2089 https://bugs.webkit.org/show_bug.cgi?id=144095
2090 <rdar://problem/21087013>
2092 Reviewed by Simon Fraser.
2094 Add a PICTURE_SIZES flag.
2096 * Source/cmake/OptionsEfl.cmake:
2097 * Source/cmake/OptionsGTK.cmake:
2098 * Source/cmake/OptionsMac.cmake:
2099 * Source/cmake/OptionsWindows.cmake:
2100 * Source/cmake/WebKitFeatures.cmake:
2102 2015-05-27 Carlos Garcia Campos <cgarcia@igalia.com>
2104 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.2 release.
2106 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
2108 2015-05-25 Carlos Garcia Campos <cgarcia@igalia.com>
2110 Unreviewed. Export DatabaseProcessMainUnix symbol.
2112 Add DatabaseProcessMainUnix symbol to gtksymbols.filter so that it
2113 is exported in production builds.
2115 * Source/cmake/gtksymbols.filter:
2117 2015-05-25 Carlos Garcia Campos <cgarcia@igalia.com>
2119 [GTK] Enable IndexedDB
2120 https://bugs.webkit.org/show_bug.cgi?id=98932
2122 Reviewed by Žan Doberšek.
2124 * Source/cmake/OptionsGTK.cmake: Enable DATABASE_PROCESS and INDEXED_DATABASE.
2125 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_DATABASE_PROCESS.
2127 2015-05-24 Carlos Garcia Campos <cgarcia@igalia.com>
2129 [GTK] Bump GCC requirements to 4.9.0
2130 https://bugs.webkit.org/show_bug.cgi?id=145211
2132 Reviewed by Žan Doberšek.
2134 It's required to build with IndexedDB support when using GCC,
2135 clang works just fine. See https://bugs.webkit.org/show_bug.cgi?id=98932.
2137 * Source/cmake/OptionsGTK.cmake:
2139 2015-05-18 Michael Catanzaro <mcatanzaro@igalia.com>
2141 [CMake] Ignore warnings in system headers
2142 https://bugs.webkit.org/show_bug.cgi?id=144747
2144 Reviewed by Darin Adler.
2146 Require CMake 2.8.12 when compiling the GTK+ port. This is because we use the
2147 target_include_directories command (added in 2.8.11) in GTK-specific cmake files, and also
2148 use the SYSTEM argument to the command (added in 2.8.12).
2152 2015-05-14 Michael Catanzaro <mcatanzaro@igalia.com>
2154 [CMake] Error out when ruby is too old
2155 https://bugs.webkit.org/show_bug.cgi?id=145014
2157 Reviewed by Martin Robinson.
2159 Error out immediately after checking for Ruby if the ruby executable is not found, or if it
2164 2015-05-14 Zan Dobersek <zdobersek@igalia.com>
2166 [GTK] Enable plugin-related CMake options and variables for the X11 target only
2167 https://bugs.webkit.org/show_bug.cgi?id=144995
2169 Reviewed by Carlos Garcia Campos.
2171 * Source/cmake/OptionsGTK.cmake: Plugins are only supported for
2172 the X11 windowing target at the moment, so the following options
2173 and variables should be enabled or disabled accordingly:
2174 - ENABLE_PLUGIN_PROCESS_GTK2
2175 - ENABLE_NETSCAPE_PLUGIN_API
2176 - ENABLE_PLUGIN_PROCESS
2178 2015-05-12 Ryuan Choi <ryuan.choi@navercorp.com>
2180 Linker fails without -DDEVELOPER_MODE=ON
2181 https://bugs.webkit.org/show_bug.cgi?id=144117
2183 Reviewed by Gyuyoung Kim.
2185 * Source/cmake/OptionsEfl.cmake:
2186 Remove fvisibility flags. linker script will cover the functionality for ewebkit2.so in release mode,
2187 * Source/cmake/eflsymbols.filter: Updated symbol patterns which should be exposed for ewebkit2.
2189 2015-05-10 Philip Chimento <philip.chimento@gmail.com>
2191 CMake defines CAIROGL_FOUND, not CAIRO_GL_FOUND
2192 https://bugs.webkit.org/show_bug.cgi?id=144846
2194 Reviewed by Martin Robinson.
2196 * Source/cmake/FindCairoGL.cmake: Use CAIROGL_* instead of
2197 CAIRO_GL_* throughout, because find_package will define
2199 * Source/cmake/OptionsGTK.cmake: Ditto.
2201 2015-05-10 Philip Chimento <philip.chimento@gmail.com>
2203 [CMake] Some macros need to be defined/undefined, rather than ON/OFF
2204 https://bugs.webkit.org/show_bug.cgi?id=144845
2206 Reviewed by Martin Robinson.
2208 * Source/cmake/OptionsGTK.cmake: Only define MOZ_X11 and XP_UNIX
2209 if their corresponding WTF options are ON. The code in npapi.h
2210 relies on these being undefined if they are to be switched off.
2212 2015-05-09 Yoav Weiss <yoav@yoav.ws>
2214 Remove the PICTURE_SIZES build flag
2215 https://bugs.webkit.org/show_bug.cgi?id=144679
2217 Reviewed by Benjamin Poulain.
2219 Removed the PICTURE_SIZES build time flag.
2221 * Source/cmake/OptionsEfl.cmake:
2222 * Source/cmake/OptionsGTK.cmake:
2223 * Source/cmake/OptionsMac.cmake:
2224 * Source/cmake/OptionsWindows.cmake:
2225 * Source/cmake/WebKitFeatures.cmake:
2227 2015-05-08 Michael Catanzaro <mcatanzaro@igalia.com>
2229 [GTK] [CMake] Check for required X libraries
2230 https://bugs.webkit.org/show_bug.cgi?id=144823
2232 Reviewed by Martin Robinson.
2234 Error out if missing libXcomposite, libXdamage, libXrender, or libXt.
2236 * Source/cmake/OptionsGTK.cmake:
2238 015-05-08 Michael Catanzaro <mcatanzaro@igalia.com>, Martin Robinson <mrobinson@igalia.com>
2240 [GTK] Checks for DEVELOPMENT_BUILD are all wrong
2241 https://bugs.webkit.org/show_bug.cgi?id=144746
2243 Reviewed by Carlos Garcia Campos.
2245 Don't set DEVELOPMENT_BUILD. We check whether it is defined for conditional compilation, not
2246 what it is defined to, so defining it to 0 effectively turned it on always. Instead set
2247 ENABLE_DEVELOPER_MODE so that we can use the ENABLE macro inside WebKit source code.
2249 * Source/cmake/OptionsGTK.cmake:
2251 2015-05-08 Daniel Bates <dabates@apple.com>
2253 [iOS] WebSQL operations are not performed after device is locked
2254 https://bugs.webkit.org/show_bug.cgi?id=137503
2255 <rdar://problem/20844952>
2257 Rubber-stamped by Alexey Proskuryakov.
2259 Add a manual test to help verify that we do not regress this issue.
2261 * ManualTests/ios/execute-sql-transaction-callback-after-locking-unlocking-device-in-earlier-transaction.html: Added.
2263 2015-05-08 Commit Queue <commit-queue@webkit.org>
2265 Unreviewed, rolling out r183945.
2266 https://bugs.webkit.org/show_bug.cgi?id=144789
2268 "It broke all the GTK+ tests" (Requested by KaL on #webkit).
2272 "[GTK] Checks for DEVELOPMENT_BUILD are all wrong"
2273 https://bugs.webkit.org/show_bug.cgi?id=144746
2274 http://trac.webkit.org/changeset/183945
2276 2015-05-07 Myles C. Maxfield <mmaxfield@apple.com>
2278 Cleanup after r183940
2279 https://bugs.webkit.org/show_bug.cgi?id=144768
2283 Looks like the empty directories were not deleted.
2285 * Source/PAL: Removed.
2286 * Source/PAL/Configurations: Removed.
2287 * Source/PAL/PAL.xcodeproj: Removed.
2288 * Source/PAL/graphics: Removed.
2290 2015-05-07 Michael Catanzaro <mcatanzaro@igalia.com>
2292 [GTK] Checks for DEVELOPMENT_BUILD are all wrong
2293 https://bugs.webkit.org/show_bug.cgi?id=144746
2295 Reviewed by Martin Robinson.
2297 Don't set DEVELOPMENT_BUILD. We check whether it is defined for conditional compilation, not
2298 what it is defined to, so defining it to 0 effectively turned it on always.
2300 * Source/cmake/OptionsGTK.cmake:
2302 2015-05-05 Myles C. Maxfield <mmaxfield@apple.com>
2304 Revert "Introducing the Platform Abstraction Layer (PAL)"
2305 https://bugs.webkit.org/show_bug.cgi?id=144751
2309 PAL should be a new target inside WebCore, rather than a top-level folder.
2311 * WebKit.xcworkspace/contents.xcworkspacedata: Add it to the workspace.
2313 2015-05-07 Carlos Garcia Campos <cgarcia@igalia.com>
2315 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.1 release.
2317 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
2319 2015-05-05 Myles C. Maxfield <mmaxfield@apple.com>
2321 Introducing the Platform Abstraction Layer (PAL)
2322 https://bugs.webkit.org/show_bug.cgi?id=143358
2324 Reviewed by Simon Fraser.
2326 * WebKit.xcworkspace/contents.xcworkspacedata: Add it to the workspace.
2328 2015-05-04 Csaba Osztrogonác <ossy@webkit.org>
2330 [cmake] Disable GNU Gold linker on Cortex A53
2331 https://bugs.webkit.org/show_bug.cgi?id=144382
2333 Reviewed by Carlos Garcia Campos.
2335 * Source/cmake/OptionsCommon.cmake:
2337 2015-05-01 Martin Robinson <mrobinson@igalia.com>
2339 USE(...) macro should expect unprefixed variables
2340 https://bugs.webkit.org/show_bug.cgi?id=144454
2342 Reviewed by Daniel Bates.
2344 * Source/cmake/OptionsAppleWin.cmake: Replace all occurrences WTF_USE with USE.
2345 * Source/cmake/OptionsEfl.cmake: Ditto.
2346 * Source/cmake/OptionsGTK.cmake: Ditto.
2347 * Source/cmake/OptionsMac.cmake: Ditto.
2348 * Source/cmake/OptionsWinCairo.cmake: Ditto.
2349 * Source/cmake/WebKitFeatures.cmake: No longer expose WTF_USE when encountering
2352 2015-04-30 Martin Robinson <mrobinson@igalia.com>
2354 [CMake] Automatically expose WTF_USE_FOO to the build when USE_FOO is exposed
2355 https://bugs.webkit.org/show_bug.cgi?id=144394
2357 Reviewed by Carlos Garcia Campos.
2359 Automatically expose WTF_USE_FOO when USE_FOO is exposed. A side-effect of this change
2360 is that it fixes the redirected XComposite window for GTK+, which was accidentally
2361 disabled in previous reworking of the CMake configuration.
2363 * Source/cmake/OptionsGTK.cmake: We no longer need to expose the WTF_ prefixed
2364 version of USE variables.
2365 * Source/cmake/WebKitFeatures.cmake: Automatically expose WTF_USE_FOO when USE_FOO
2366 is exposed to the build.
2368 2015-04-30 Carlos Garcia Campos <cgarcia@igalia.com>
2370 Unreviewed. Bump GTK+ version numbers.
2372 * Source/cmake/OptionsGTK.cmake:
2374 2015-04-29 Ryuan Choi <ryuan.choi@navercorp.com>
2376 [EFL] CMake should be failed if openwebrtc package does not exist but ENABLE_MEDIA_STREAM is ON
2377 https://bugs.webkit.org/show_bug.cgi?id=144435
2379 Reviewed by Gyuyoung Kim.
2381 This patch adds REQUIRED option for OpenWebRTC when ENABLE_MEDIA_STREAM is ON.
2382 In addition, this adds DEFAULT_PORT_VALUE for ENABLE_MEDIA_STREAM to match with FeatureList.pm
2384 * Source/cmake/OptionsEfl.cmake:
2386 2015-04-29 Joseph Pecoraro <pecoraro@apple.com>
2388 REGRESSION(183583): [Mac] make without SDKROOT has issues
2389 https://bugs.webkit.org/show_bug.cgi?id=144431
2391 Reviewed by Dan Bernstein.
2394 Assume an empty SDKROOT means an macosx variant, so only
2395 enable settings if the SDKROOT is not empty and does not
2398 2015-04-29 Martin Robinson <mrobinson@igalia.com>
2400 Fix the GTK+ build after r183584
2402 * Source/cmake/OptionsGTK.cmake: Properly use the USE_LIBHYPHEN and HYPHEN_FOUND variables.
2404 2015-04-29 Martin Robinson <mrobinson@igalia.com>
2406 [GTK] Add support for automatic hyphenation
2407 https://bugs.webkit.org/show_bug.cgi?id=44478
2409 Reviewed by Carlos Garcia Campos.
2411 * Source/cmake/FindHyphen.cmake: Added. A CMake module for finding libhyphen.
2412 * Source/cmake/OptionsGTK.cmake: Look for libhyphen and enable hyphenation if found.
2413 * Source/cmakeconfig.h.cmake: Pass through the whether libhyphen is enabled.
2415 2015-04-29 Jake Nielsen <jacob_nielsen@apple.com>
2417 Failure when building WebKit for appletvsimulator.
2418 https://bugs.webkit.org/show_bug.cgi?id=144356
2420 Reviewed by Alexey Proskuryakov.
2422 Changes Makefile logic to check for "not OS X" rather than "is iOS" to
2423 make TVOS and WatchOS behave correctly.
2427 2015-04-29 Martin Robinson <mrobinson@igalia.com>
2429 [CMake] [GTK] Organize and clean up unused CMake variables
2430 https://bugs.webkit.org/show_bug.cgi?id=144364
2432 Reviewed by Gyuyoung Kim.
2434 * Source/cmake/OptionsGTK.cmake: Remove unused variables and move variables
2435 specific to certain projects into their PlatformGTK.cmake files.
2437 2015-04-29 Ryuan Choi <ryuan.choi@navercorp.com>
2439 [EFL] Build failure to find gio-unix
2440 https://bugs.webkit.org/show_bug.cgi?id=144083
2442 Reviewed by Gyuyoung Kim.
2444 Original patch by Doug Newgard <scimma22@outlook.com>
2446 * Source/cmake/OptionsEfl.cmake: Moved geoclue block before find_package(GLIB...)
2448 2015-04-28 Ryuan Choi <ryuan.choi@navercorp.com>
2450 [CoordinatedGraphics] Merge TILED_BACKING_STORE guard with COORDINATED_GRAPHICS
2451 https://bugs.webkit.org/show_bug.cgi?id=143001
2453 Reviewed by Gyuyoung Kim.
2455 * Source/cmake/OptionsEfl.cmake: Removed TILED_BACKING_STORE definition.
2456 * Source/cmake/OptionsGTK.cmake: Ditto.
2458 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
2460 Unreviewed, fix typo in previous commit
2462 libsecretr -> libsecret in the error message.
2464 * Source/cmake/OptionsGTK.cmake:
2466 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
2468 [GTK] Clean up feature detection and make it hard to accidentally build without optional features
2469 https://bugs.webkit.org/show_bug.cgi?id=143546
2471 Reviewed by Martin Robinson.
2473 Add USE_GSTREAMER_MPEGTS option and turn it off by default. Turn off ENABLE_SUBTLE_CRYPTO
2474 by default. Turn on ENABLE_GEOLOCATION by default. Add USE_LIBNOTIFY and turn it on by
2475 default. Fail the build with an informative error message if an optional dependency required
2476 for an enabled feature is not present. Perform find_package commands only when necessary.
2477 Make ENABLE_API_TESTS private. Alphabetize the feature checks (yes, this is actually
2480 * Source/cmake/OptionsGTK.cmake:
2482 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
2484 [GTK] Make all options actually options
2485 https://bugs.webkit.org/show_bug.cgi?id=144106
2487 Reviewed by Martin Robinson.
2489 Use WEBKIT_OPTION_DEFINE to set ENABLE_GTKDOC, ENABLE_INTROSPECTION, ENABLE_X11_TARGET, and
2490 ENABLE_WAYLAND_TARGET.
2492 * Source/cmake/OptionsGTK.cmake:
2494 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
2496 Unreviewed, fix GTK build after r183452
2498 * Source/cmake/OptionsGTK.cmake:
2500 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
2502 [GTK] Add one single option to control all OpenGL-related options
2503 https://bugs.webkit.org/show_bug.cgi?id=144105
2505 Reviewed by Martin Robinson.
2507 Add public ENABLE_OPENGL option, which is mandatory for ENABLE_3D_TRANSFORMS,
2508 ENABLE_ACCELERATED_2D_CANVAS, ENABLE_GLES2, ENABLE_THREADED_COMPOSITOR, ENABLE_WEBGL,
2509 USE_REDIRECTED_XCOMPOSITE_WINDOW, and USE_GSTREAMER_GL. Make ENABLE_GLES2 a proper WebKit
2510 option and move code around accordingly. Use WEBKIT_OPTION_DEPEND and rely on it. Add a
2511 large comment to explain why default value of ENABLE_ACCELERATED_2D_CANVAS is based on the
2512 presence of CairoGL.
2514 * Source/cmake/OptionsGTK.cmake:
2516 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
2518 [GTK] ENABLE_SMOOTH_SCROLLING should be private
2519 https://bugs.webkit.org/show_bug.cgi?id=144306
2521 Reviewed by Martin Robinson.
2523 Make ENABLE_SMOOTH_SCROLLING private instead of public.
2525 * Source/cmake/OptionsGTK.cmake:
2527 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
2529 Rename WTF_USE_3D_GRAPHICS to ENABLE_GRAPHICS_CONTEXT_3D
2530 https://bugs.webkit.org/show_bug.cgi?id=144193
2532 Reviewed by Darin Adler.
2534 * Source/cmake/OptionsEfl.cmake:
2535 * Source/cmake/OptionsGTK.cmake:
2536 * Source/cmake/OptionsWinCairo.cmake:
2537 * Source/cmake/WebKitFeatures.cmake:
2539 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
2541 [CMake] Should be possible for an option to conflict with other options
2542 https://bugs.webkit.org/show_bug.cgi?id=143956
2544 Reviewed by Martin Robinson.
2546 Add WEBKIT_OPTION_CONFLICT macro, which fails the build if conflicting options are on.
2548 * Source/cmake/WebKitFeatures.cmake:
2550 2015-04-22 Martin Robinson <mrobinson@igalia.com>
2552 [CMake] Autogenerate cmakeconfig.h.cmake
2553 https://bugs.webkit.org/show_bug.cgi?id=143997
2555 Reviewed by Csaba Osztrogonác.
2557 * CMakeLists.txt: Create the configuration header as the last part of the cmake run.
2558 * Source/CMakeLists.txt: No longer use configure_file to create cmakeconfig.h.
2559 * Source/cmake/OptionsCommon.cmake: Expose WTF_CPU_ARM64_CORTEXA53 to the build explicitly.
2560 * Source/cmake/OptionsGTK.cmake: Expose variables to the build using SET_AND_EXPOSE_TO_BUILD.
2561 Do some other miscellaneous related cleanup.
2562 * Source/cmake/OptionsEFL.cmake: Expose HAVE_LLVM to the build.
2563 * Source/cmake/WebKitFeatures.cmake: Expose all WebKit features to the build. Add support for
2564 build exposed variables. Add a macro to generate a configuration from them.
2565 * Source/cmakeconfig.h.cmake: Removed.
2567 2015-04-24 Philippe Normand <pnormand@igalia.com>
2569 [JHBuild] Move to upstream OpenWebRTC
2570 https://bugs.webkit.org/show_bug.cgi?id=144145
2572 Reviewed by Carlos Garcia Campos.
2574 * Source/cmake/FindOpenWebRTC.cmake: Check the presence of the
2577 2015-04-26 Yusuke Suzuki <utatane.tea@gmail.com>
2579 [ES6] Implement ES6 template literals
2580 https://bugs.webkit.org/show_bug.cgi?id=142691
2582 Reviewed by Darin Adler.
2584 Add ENABLE_ES6_TEMPLATE_LITERAL_SYNTAX compile time flag.
2586 * Source/cmake/WebKitFeatures.cmake:
2587 * Source/cmakeconfig.h.cmake:
2589 2015-04-25 Martin Robinson <mrobinson@igalia.com>
2591 Rename ENABLE_3D_RENDERING to ENABLE_3D_TRANSFORMS
2592 https://bugs.webkit.org/show_bug.cgi?id=144182
2594 Reviewed by Simon Fraser.
2596 * Source/cmake/OptionsEfl.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
2597 * Source/cmake/OptionsGTK.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
2598 * Source/cmake/OptionsMac.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
2599 * Source/cmake/WebKitFeatures.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
2600 * Source/cmakeconfig.h.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
2602 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
2604 [GTK] Add more public options
2605 https://bugs.webkit.org/show_bug.cgi?id=144116
2607 Reviewed by Martin Robinson.
2609 Add ENABLE_ICONDATABASE, ENABLE_JIT, and USE_SYSTEM_MALLOC as public options.
2611 * Source/cmake/OptionsGTK.cmake:
2613 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
2615 [CMake] Some internal variables are not marked as advanced
2616 https://bugs.webkit.org/show_bug.cgi?id=143595
2618 Reviewed by Martin Robinson.
2620 * Source/cmake/FindFreetype2.cmake: Mark internal options as advanced.
2621 * Source/cmake/FindHarfBuzz.cmake: Mark HARFBUZZ_ICU_LIBRARIES as advanced.
2623 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
2625 [GTK] Mark as advanced the build options we don't want to expose
2626 https://bugs.webkit.org/show_bug.cgi?id=143558
2628 Reviewed by Martin Robinson.
2630 Mark various options as private instead of public.
2632 * Source/cmake/OptionsGTK.cmake:
2634 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
2636 [CMake] Should be possible for an option to depend on multiple options
2637 https://bugs.webkit.org/show_bug.cgi?id=143839
2639 Reviewed by Martin Robinson.
2641 Use a list instead of a single variable to track the dependencies of each option. Iterate
2642 over the list as many times as necessary to ensure all options are properly disabled.
2644 * Source/cmake/WebKitFeatures.cmake:
2646 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
2648 [CMake] ENABLE_THREADED_COMPOSITOR should not be at the bottom of the options list
2649 https://bugs.webkit.org/show_bug.cgi?id=144103
2651 Reviewed by Martin Robinson.
2653 Just move ENABLE_THREADED_COMPOSITOR so it's alphabetized properly.
2655 * Source/cmake/WebKitFeatures.cmake:
2657 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
2659 [GTK] Fixups for ENABLE_CREDENTIAL_STORAGE
2660 https://bugs.webkit.org/show_bug.cgi?id=144102
2662 Reviewed by Martin Robinson.
2664 Use WEBKIT_OPTION_DEFAULT_PORT_VALUE to set ENABLE_CREDENTIAL_STORAGE instead of doing so
2665 manually. Fail the build if libsecret is not found but ENABLE_CREDENTIAL_STORAGE is set.
2666 Also, do not set ENABLE_CREDENTIAL_STORAGE redundantly.
2668 * Source/cmake/OptionsGTK.cmake:
2670 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
2672 [CMake] Clean up JSC JIT options
2673 https://bugs.webkit.org/show_bug.cgi?id=143998
2675 Reviewed by Filip Pizlo.
2677 * Source/cmake/OptionsEfl.cmake: Remove handling of ENABLE_LLINT_C_LOOP and preprocessor
2678 define for ENABLE_FTL_NATIVE_CALL_INLINING.
2679 * Source/cmake/OptionsMac.cmake: Remove override of ENABLE_LLINT_C_LOOP
2680 * Source/cmake/WebKitFeatures.cmake: Remove ENABLE_LLINT_C_LOOP. Add ENABLE_DFG_JIT and
2681 ENABLE_FTL_NATIVE_CALL_INLINING. Specify proper dependencies for these features.
2682 * Source/cmakeconfig.h.cmake: Remove ENABLE_LLINT_C_LOOP and add ENABLE_DFG_JIT.
2684 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
2686 [CMake] Use lowercase for local variables in macros
2687 https://bugs.webkit.org/show_bug.cgi?id=144059
2689 Reviewed by Martin Robinson.
2691 Convert some variable names to lowercase.
2693 * Source/cmake/WebKitFeatures.cmake:
2695 2015-04-22 Commit Queue <commit-queue@webkit.org>
2697 Unreviewed, rolling out r183116.
2698 https://bugs.webkit.org/show_bug.cgi?id=144060
2700 Inadvertently deleted a file... (Requested by mcatanzaro on
2705 "[CMake] Use lowercase for local variables in macros"
2706 https://bugs.webkit.org/show_bug.cgi?id=144059
2707 http://trac.webkit.org/changeset/183116
2709 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
2711 [CMake] Use lowercase for local variables in macros
2712 https://bugs.webkit.org/show_bug.cgi?id=144059
2714 Reviewed by Martin Robinson.
2716 Convert some variable names to lowercase.
2718 * Source/cmake/WebKitFeatures.cmake:
2720 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
2722 [CMake] Features list should print dots every other row
2723 https://bugs.webkit.org/show_bug.cgi?id=143832
2725 Reviewed by Martin Robinson.
2727 Discount private options when determining whether to print dots on a given row of the
2728 features list. Also, simplify the logic by using only one for loop, and fix a couple errors
2729 (inverted use of SHOULD_PRINT_DOTS, one use of the renamed variable SHOULD_PRINT_POINTS that
2730 wasn't noticed because it only affects the first line, and use of the variable name as a
2731 string in a conditional.)
2733 * Source/cmake/WebKitFeatures.cmake:
2735 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
2737 [CMake] Require specifying visibility of WebKit options
2738 https://bugs.webkit.org/show_bug.cgi?id=143831
2740 Reviewed by Alex Christensen.
2742 * Source/cmake/OptionsEfl.cmake: Specify all options as PUBLIC
2743 * Source/cmake/OptionsGTK.cmake: Specify all options as PUBLIC
2744 * Source/cmake/OptionsMac.cmake: Specify all options as PRIVATE
2745 * Source/cmake/OptionsWindows.cmake: Specify all options as PUBLIC
2746 * Source/cmake/WebKitFeatures.cmake: Require specifying options as PUBLIC or PRIVATE.
2747 Remove WEBKIT_OPTION_DEFINE_PUBLIC and WEBKIT_OPTION_PRIVATE_PORT_VALUE. Specify all
2748 cross-platform options as PRIVATE.
2750 2015-04-19 Gyuyoung Kim <gyuyoung.kim@webkit.org>
2752 [CMake] Synchronize variables between WebKitFeatures.cmake and cmakedonfig.h.cmake
2753 https://bugs.webkit.org/show_bug.cgi?id=143935
2755 Reviewed by Darin Adler.
2757 Some variables aren't defined in these files or unused variables aren't removed. This
2758 patch cleans up it as well as fix wrong alphabet order.
2760 * Source/cmake/WebKitFeatures.cmake:
2761 * Source/cmakeconfig.h.cmake:
2763 2015-04-19 Simon Fraser <simon.fraser@apple.com>
2765 Restore the WebKit.xcworkspace to the way it was before r182899,
2766 which inadvertently added the Source directory and a couple of source
2769 * WebKit.xcworkspace/contents.xcworkspacedata:
2771 2015-04-16 Basile Clement <basile_clement@apple.com>
2773 Extract the allocation profile from JSFunction into a rare object
2774 https://bugs.webkit.org/show_bug.cgi?id=143807
2776 Reviewed by Filip Pizlo.
2778 * WebKit.xcworkspace/contents.xcworkspacedata:
2780 2015-04-16 Csaba Osztrogonác <ossy@webkit.org>
2782 [EFL] Bump LLVM to version 3.6.0 on X86_64
2783 https://bugs.webkit.org/show_bug.cgi?id=143604
2785 Reviewed by Gyuyoung Kim.
2787 * Source/cmake/FindLLVM.cmake: Added version handling.
2788 * Source/cmake/OptionsEfl.cmake: Require LLVM 3.6.0 on X86_64 and patched LLVM 3.5.0 on AArch64.
2790 2015-04-15 Timothy Horton <timothy_horton@apple.com>
2792 Custom CSS cursors do not use -webkit-image-set on retina displays
2793 https://bugs.webkit.org/show_bug.cgi?id=120783
2795 Reviewed by Beth Dakin.
2796 Patch by Evan Wallace <evan.exe@gmail.com>.
2798 Add a manual test for custom CSS cursors on retina displays.
2800 * ManualTests/retina-cursors.html: Added.
2802 2015-04-15 Alex Christensen <achristensen@webkit.org>
2804 Progress towards CMake on Mac.
2805 https://bugs.webkit.org/show_bug.cgi?id=143785
2807 Reviewed by Csaba Osztrogonác.
2810 * Source/cmake/OptionsMac.cmake:
2811 * Source/cmake/WebKitFS.cmake:
2813 2015-04-10 Jon Honeycutt <jhoneycutt@apple.com>
2815 Cannot click "Next" button on Google two-factor auth setup page
2817 <https://bugs.webkit.org/show_bug.cgi?id=143624>
2818 <rdar://problem/19175714>
2820 Reviewed by Darin Adler.
2822 * ManualTests/button-that-focuses-itself-on-click.html: Added.
2824 2015-04-13 Michael Catanzaro <mcatanzaro@igalia.com>
2826 [cmake] REGRESSION(182663): It broke feature dependency handling
2827 https://bugs.webkit.org/show_bug.cgi?id=143665
2829 Reviewed by Csaba Osztrogonác.
2831 Don't try to check the value of options before defining the options.
2833 * Source/cmake/WebKitFeatures.cmake:
2835 2015-04-13 Csaba Osztrogonác <ossy@webkit.org>
2837 [cmake] Add ENABLE(ATTACHMENT_ELEMENT) to the build system
2838 https://bugs.webkit.org/show_bug.cgi?id=143664
2840 Reviewed by Gyuyoung Kim.
2842 * Source/cmake/OptionsEfl.cmake:
2843 * Source/cmake/OptionsGTK.cmake:
2844 * Source/cmake/WebKitFeatures.cmake:
2845 * Source/cmakeconfig.h.cmake:
2847 2015-04-12 Gyuyoung Kim <gyuyoung.kim@webkit.org>
2849 [EFL] Enable Media Source
2850 https://bugs.webkit.org/show_bug.cgi?id=143635
2852 Reviewed by Csaba Osztrogonác.
2854 * Source/cmake/OptionsEfl.cmake: Add ENABLE_MEDIA_SOURCE switch.
2856 2015-04-11 Michael Catanzaro <mcatanzaro@igalia.com>
2858 [CMake] Miscellaneous issues in WebKitFeatures.cmake
2859 https://bugs.webkit.org/show_bug.cgi?id=143636
2861 Reviewed by Martin Robinson.
2863 Rename _WEBKIT_AVAILABLE_OPTIONS_INITIALVALUE_ variables to
2864 _WEBKIT_AVAILABLE_OPTIONS_INITIAL_VALUE_
2866 Rename _WEBKIT_AVAILABLE_OPTIONS_ISPUBLIC_ variables to
2867 _WEBKIT_AVAILABLE_OPTIONS_IS_PUBLIC_
2869 Rename _SHOULD_PRINT_POINTS to _SHOULD_PRINT_DOTS
2871 Update USE_SYSTEM_MALLOC description to not mention TCmalloc
2873 Fix ENABLE_TOUCH_SLIDER so that it can be used
2877 * Source/cmake/WebKitFeatures.cmake:
2879 2015-04-11 Michael Catanzaro <mcatanzaro@igalia.com>
2881 [CMake] Print sorted feature list at the very end of the configure process
2882 https://bugs.webkit.org/show_bug.cgi?id=143596
2884 Reviewed by Martin Robinson.
2886 * CMakeLists.txt: Call PRINT_WEBKIT_OPTIONS at the bottom of the file.
2887 * Source/cmake/WebKitFeatures.cmake: Split option printing into PRINT_WEBKIT_OPTIONS macro,
2888 and sort the options before printing. Reorder some code so that features still get
2889 propagated to the bindings generators.
2891 2015-04-11 Michael Catanzaro <mcatanzaro@igalia.com>
2893 [CMake] Options should be marked as advanced by default
2894 https://bugs.webkit.org/show_bug.cgi?id=143572
2896 Reviewed by Gyuyoung Kim.
2898 Options defined with WEBKIT_OPTION_DEFINE are now advanced so that they are hidden from
2899 users by default, unless WEBKIT_OPTION_DEFAULT_PORT_VALUE is used. Add new macros
2900 WEBKIT_OPTION_DEFINE_PUBLIC to define an option that's not hidden by default, to be used
2901 for adding port-specific options, and WEBKIT_OPTION_PRIVATE_PORT_VALUE to override an
2902 option without making it public.
2904 * Source/cmake/WebKitFeatures.cmake:
2906 2015-04-10 Gyuyoung Kim <gyuyoung.kim@webkit.org>
2908 [CMake] Remove unnecessary ENABLE_WEBCORE switch
2909 https://bugs.webkit.org/show_bug.cgi?id=143584
2911 Reviewed by Csaba Osztrogonác.
2913 WebCore should be built for all ports. So ENABLE_WEBCORE switch looks be redundant.
2917 * Source/CMakeLists.txt:
2918 * Source/cmake/OptionsGTK.cmake:
2919 * Source/cmake/WebKitFS.cmake:
2921 2015-04-08 Filip Pizlo <fpizlo@apple.com>
2923 Unreviewed, revert accidental commit.
2927 2015-04-08 Alex Christensen <achristensen@webkit.org> and Patrick Gansterer <paroga@webkit.org>
2929 Add CMake build system for WinCairo port.
2930 https://bugs.webkit.org/show_bug.cgi?id=115944
2932 Reviewed by Chris Dumez.
2934 * Source/cmake/OptionsWindows.cmake:
2935 * Source/cmake/WebKitMacros.cmake:
2936 Make ADD_PRECOMPILED_HEADER more like http://stackoverflow.com/questions/148570/using-pre-compiled-headers-with-cmake
2938 2015-04-06 Alberto Garcia <berto@igalia.com>
2940 [GTK] Fix HPPA build
2941 https://bugs.webkit.org/show_bug.cgi?id=143453
2943 Reviewed by Darin Adler.
2945 Add HPPA to the list of supported CPUs.
2949 2015-04-03 Csaba Osztrogonác <ossy@webkit.org>
2951 Unreviewed, kick the GTK bots to fix an incremental build issue.
2953 * Source/cmake/OptionsGTK.cmake:
2955 2015-04-03 Zan Dobersek <zdobersek@igalia.com>
2957 Fix the EFL and GTK build after r182243
2958 https://bugs.webkit.org/show_bug.cgi?id=143361
2960 Reviewed by Csaba Osztrogonác.
2962 * Source/PlatformEfl.cmake: Add a custom command that copies
2963 the InspectorBackendCommands.js file into the proper directory
2964 under DerivedSources/WebInspectorUI/.
2966 2015-04-01 Alex Christensen <achristensen@webkit.org>
2968 Progress towards CMake on Windows and Mac.
2969 https://bugs.webkit.org/show_bug.cgi?id=143293
2971 Reviewed by Filip Pizlo.
2974 Set DERIVED_SOURCES_WTF_DIR for Windows.
2975 * Source/CMakeLists.txt:
2976 Don't compile bmalloc on Windows.
2977 * Source/cmake/OptionsCommon.cmake:
2978 Use the absolute path of the C preprocessor.
2979 * Source/cmake/OptionsWinCairo.cmake:
2980 Added needed definitions.
2981 * Source/cmake/OptionsWindows.cmake:
2982 Set some default values and removed support for old Visual Studio versions before /MP.
2983 * Source/cmake/WebKitFS.cmake:
2984 Make WTF DerivedSources directory.
2985 * Source/cmake/WebKitMacros.cmake:
2986 Added ADD_PRECOMPILED_HEADER macro based on
2987 http://stackoverflow.com/questions/148570/using-pre-compiled-headers-with-cmake
2989 2015-04-01 Gwang Yoon Hwang <yoon@igalia.com>
2991 Use colored diagnostics when building with cmake + ninja + clang
2992 https://bugs.webkit.org/show_bug.cgi?id=143297
2994 Reviewed by Žan Doberšek.
2996 Because that ninja sets subprocess stdout/stderr to a pipe, clang
2997 disables colored output.
2998 This patch forces clang to use colored diagnostics when we are using
3001 * Source/cmake/OptionsCommon.cmake:
3003 2015-03-29 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3005 [CMake] Update old CMakeList.txt in gtest
3006 https://bugs.webkit.org/show_bug.cgi?id=143192
3008 Reviewed by Darin Adler.
3010 CMake ports have used cmake/gtest/CMakeLists.txt instead of ThirdParty/test/CMakeLists.txt
3011 in order to build gtest. However it looks ThirdParty/test/CMakeLists.txt won't be used anymore.
3012 So this patch moves cmake/gtest/CMakeLists.txt to ThirdPart/test/CMakeLists.txt, and use it.
3014 * Source/CMakeLists.txt:
3015 * Source/cmake/gtest/CMakeLists.txt: Removed.
3017 2015-03-27 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3019 [CMake] Remove unnecessary INCLUDE_IF_EXISTS macro
3020 https://bugs.webkit.org/show_bug.cgi?id=143138
3022 Reviewed by Csaba Osztrogonác.
3024 INCLUDE_IF_EXISTS isn't used except for 2 places. However those uses can
3025 be replaced with WEBKIT_INCLUDE_CONFIG_FILES_IF_EXISTS.
3027 * Source/cmake/OptionsWindows.cmake:
3028 Set "PORT" instead of "PORT_FALLBACK" because there is no benefit to define PORT_FALLBACK.
3029 * Source/cmake/WebKitMacros.cmake:
3031 2015-03-27 Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
3033 [GStreamer] share GL context in pipeline, part 2
3034 https://bugs.webkit.org/show_bug.cgi?id=143049
3036 Reviewed by Carlos Garcia Campos.
3038 * Source/cmake/OptionsGTK.cmake: USE_GSTREAMER_GL is set only if
3039 OpenGL/ES2 is found and GLX/EGL is found too.
3041 2015-03-26 Alex Christensen <achristensen@webkit.org>
3043 Progress towards CMake on Mac.
3044 https://bugs.webkit.org/show_bug.cgi?id=143112
3046 Reviewed by Chris Dumez.
3048 * Source/cmake/OptionsMac.cmake:
3050 2015-03-24 Csaba Osztrogonác <ossy@webkit.org>
3052 [EFL] Add OpenWebRTC in jhbuild
3053 https://bugs.webkit.org/show_bug.cgi?id=142778
3055 Reviewed by Gyuyoung Kim.
3057 Original patch by Philippe Normand <pnormand@igalia.com>
3059 * Source/cmake/OptionsEfl.cmake: Look for OpenWebRTC library if
3060 mediastream build is enabled.
3062 2015-03-23 Carlos Garcia Campos <cgarcia@igalia.com>
3064 [GTK] Add a configure option to build without Redirected XComposite Window
3065 https://bugs.webkit.org/show_bug.cgi?id=142865
3067 Reviewed by Žan Doberšek.
3069 The Redirected XComposite Window was added to support some
3070 features like GtkOverlay, but in cases where we don't need such
3071 features, it's more efficient to use the XID of the WebKitWebView
3072 window as the native surface handle for the accelerated
3073 compositing. This patch adds USE_REDIRECTED_XCOMPOSITE_WINDOW,
3074 that is enabled by default for X11 target when OpenGL is enabled.
3076 * Source/cmake/OptionsGTK.cmake:
3078 2015-03-20 Zan Dobersek <zdobersek@igalia.com>
3080 [GTK] Search for the Wayland dependency when enabling Wayland target
3081 https://bugs.webkit.org/show_bug.cgi?id=142876
3083 Reviewed by Carlos Garcia Campos.
3085 * Source/cmake/OptionsGTK.cmake: The Wayland dependency isn't a public
3086 requirement of either the GTK+ or GDK pkg-config files, so we have to
3087 search for it ourselves when WebKitGTK+ has been configured to support
3088 the Wayland windowing target.
3090 2015-03-20 Csaba Osztrogonác <ossy@webkit.org>
3092 Unreviewed, kick the GTK bots to regenerate makefile.
3093 https://bugs.webkit.org/show_bug.cgi?id=137394
3095 * Source/cmake/OptionsEfl.cmake: Revert my last accidenatal change.
3096 * Source/cmake/OptionsGTK.cmake: Really kick the GTK bots.
3098 2015-03-20 Csaba Osztrogonác <ossy@webkit.org>
3100 Unreviewed, kick the GTK bots to regenerate makefile.
3101 https://bugs.webkit.org/show_bug.cgi?id=137394
3103 * Source/cmake/OptionsEfl.cmake:
3105 2015-03-19 Csaba Osztrogonác <ossy@webkit.org>
3107 [GTK] Fix inspector userinterface related incremental build issue
3108 https://bugs.webkit.org/show_bug.cgi?id=142849
3110 Reviewed by Carlos Garcia Campos.
3112 * Source/cmake/OptionsGTK.cmake: Revert r181733.
3114 2015-03-18 Csaba Osztrogonác <ossy@webkit.org>
3116 Unreviewed, kick the GTK bots to regenerate makefile.
3118 * Source/cmake/OptionsGTK.cmake:
3120 2015-03-17 Ryuan Choi <ryuan.choi@navercorp.com>
3122 [EFL] Expose JavaScript binding interface through ewk_extension
3123 https://bugs.webkit.org/show_bug.cgi?id=142033
3125 Reviewed by Gyuyoung Kim.
3127 * Source/cmake/OptionsEfl.cmake: Added HEADER_INSTALL_DIR variable.
3129 2015-03-17 Philippe Normand <pnormand@igalia.com>
3131 [GTK] basic OpenWebRTC build support
3132 https://bugs.webkit.org/show_bug.cgi?id=142393
3134 Reviewed by Carlos Garcia Campos.
3136 * Source/cmake/FindOpenWebRTC.cmake: Added.
3137 * Source/cmake/OptionsGTK.cmake: Look for OpenWebRTC library if
3138 mediastream build is enabled.
3140 2015-03-17 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3142 [CMake][EFL] Build test tools only for developer mode
3143 https://bugs.webkit.org/show_bug.cgi?id=142761
3145 Reviewed by Csaba Osztrogonác.
3147 Do not build EFL MiniBrowser, WebKitTestRunner, and ImageDiff on production mode.
3149 * Source/cmake/OptionsEfl.cmake:
3150 * Source/cmake/OptionsGTK.cmake: Move ENABLE_MINIBROWSER to common place.
3151 * Source/cmake/WebKitFeatures.cmake: Define ENABLE_MINIBROWSER variable.
3152 * Source/cmakeconfig.h.cmake:
3154 2015-03-16 Ryosuke Niwa <rniwa@webkit.org>
3156 Enable ES6 classes by default
3157 https://bugs.webkit.org/show_bug.cgi?id=142774
3159 Reviewed by Gavin Barraclough.
3161 * Source/cmake/WebKitFeatures.cmake:
3163 2015-03-16 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3165 [CMake][EFL] Rearrange OptionEFL.cmake to improve readability
3166 https://bugs.webkit.org/show_bug.cgi?id=142722
3168 Reviewed by Csaba Osztrogonác.
3170 Categorize to define cmake variables, to find necessary packages,
3171 use upper case for "glib_conponents" cmake variable name, re-arrange
3172 wrong alphabet sorting, and so on.
3174 * CMakeLists.txt: Remove WinCE port.
3175 * Source/cmake/OptionsEfl.cmake:
3177 2015-03-14 Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
3179 [GStreamer] share GL context in pipeline
3180 https://bugs.webkit.org/show_bug.cgi?id=142693
3182 Reviewed by Philippe Normand.
3184 Add search of gstreamer-gl library in the GStreamer installation. If
3185 it is found, WTF_USE_GSTREAMER_GL macro is defined.
3187 * Source/cmake/FindGStreamer.cmake:
3188 * Source/cmake/OptionsGTK.cmake:
3190 2015-03-13 Alex Christensen <achristensen@webkit.org>
3192 Progress towards CMake on Mac.
3193 https://bugs.webkit.org/show_bug.cgi?id=142680
3195 Reviewed by Gyuyoung Kim.
3198 * Source/PlatformMac.cmake: Added stub.
3199 * Source/cmake/OptionsMac.cmake:
3200 Change defines to get CMake working.
3202 2015-03-11 Carlos Garcia Campos <cgarcia@igalia.com>
3204 [GTK] Add an option to enable MiniBrowser for non developer builds and always install it
3205 https://bugs.webkit.org/show_bug.cgi?id=126688
3207 Reviewed by Gustavo Noronha Silva.
3209 Add ENABLE_MINIBROWSER option, enabled by default for development
3210 builds and disabled for production builds unless explicilty enabled.
3212 * Source/cmake/OptionsGTK.cmake:
3214 2015-03-11 Carlos Garcia Campos <cgarcia@igalia.com>
3216 [GTK] Do not look for child processes in the UI process binary path
3217 https://bugs.webkit.org/show_bug.cgi?id=135752
3219 Reviewed by Gustavo Noronha Silva.
3221 * Source/cmake/OptionsGTK.cmake: Add -DDEVELOPMENT_BUILD=1 to the
3222 build for development builds.
3224 2015-03-10 Carlos Garcia Campos <cgarcia@igalia.com> and José Dapena Paz <jdapena@igalia.com>
3226 [GTK] Add a configure option to build with OpenGL ES 2
3227 https://bugs.webkit.org/show_bug.cgi?id=142498
3229 Reviewed by Martin Robinson.
3231 Add ENABLE_GLES2 option. It's disabled by default, but if passed
3232 GLES2 is required and OpenGL is not even searched. Otherwise we
3233 search for OpenGL as usual, using it only if present.
3235 * Source/cmake/OptionsGTK.cmake:
3237 2015-03-10 Csaba Osztrogonác <ossy@webkit.org>
3239 [cmake] Handle unused parameter warnings as build errors except in WebKit2
3240 https://bugs.webkit.org/show_bug.cgi?id=142338
3242 Reviewed by Gyuyoung Kim.
3244 * Source/cmake/WebKitHelpers.cmake:
3246 2015-03-03 Daniel Bates <dabates@apple.com>
3248 Convert ManualTests/svg-tooltip.svg to a DRT test
3249 https://bugs.webkit.org/show_bug.cgi?id=140480
3251 Reviewed by Alex Christensen.
3253 * ManualTests/svg-tooltip.svg: Removed.
3255 2015-03-02 Debarshi Ray <debarshir@gnome.org>
3257 REGRESSION(r179409): [GTK] Undefined symbol prevents web extensions from being loaded
3258 https://bugs.webkit.org/show_bug.cgi?id=142165
3260 Reviewed by Carlos Garcia Campos.
3262 * Source/cmake/gtksymbols.filter:
3264 2015-02-26 Csaba Osztrogonác <ossy@webkit.org>
3266 [EFL] Remove unnecessary comment after r179110
3267 https://bugs.webkit.org/show_bug.cgi?id=142042
3269 Reviewed by Gyuyoung Kim.
3271 * Source/cmake/OptionsEfl.cmake:
3273 2015-02-23 Tomas Popela <tpopela@redhat.com>
3275 [GTK] Fails to compile with cmake 3.2.x
3276 https://bugs.webkit.org/show_bug.cgi?id=141796
3278 With cmake 3.2.x we have to explicitly ask for X11 otherwise the
3279 X11_X11_LIB variable won't be set thus the X11 linker flags won't be
3280 added and the build will fail.
3282 Reviewed by Martin Robinson.
3284 * Source/cmake/OptionsGTK.cmake:
3286 2015-02-20 Alexey Proskuryakov <ap@apple.com>
3288 Remove svn:keywords property.
3290 As far as I can tell, the property had no effect on any of these files, but also,
3291 when it has effect it's likely harmful.
3293 * ManualTests/animation-with-transition.html: Removed property svn:keywords.
3294 * ManualTests/blur-filter-timing.html: Removed property svn:keywords.
3295 * ManualTests/compositing/caret-in-compositing-frame.html: Removed property svn:keywords.
3296 * ManualTests/compositing/font-smoothing.html: Removed property svn:keywords.
3297 * ManualTests/compositing/missing-iframe-contents.html: Removed property svn:keywords.
3298 * ManualTests/compositing/requires-backing-change.html: Removed property svn:keywords.
3299 * ManualTests/compositing/resources/composited-subframe.html: Removed property svn:keywords.
3300 * ManualTests/compositing/resources/editable-compositing-subframe.html: Removed property svn:keywords.
3301 * ManualTests/frames/nested-iframe-blit-on-scroll.html: Removed property svn:keywords.
3302 * ManualTests/frames/resources/blit-on-scroll-subframe.html: Removed property svn:keywords.
3303 * ManualTests/frames/resources/blit-on-scroll-subsubframe.html: Removed property svn:keywords.
3304 * ManualTests/plugins/plugin-paint-causes-layout.html: Removed property svn:keywords.
3305 * ManualTests/screen-availLeft.html: Removed property svn:keywords.
3306 * ManualTests/transition-accelerated.html: Removed property svn:keywords.
3308 2015-02-17 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3310 [CMAKE] Remove CMakeLists.txt in WK1 port
3311 https://bugs.webkit.org/show_bug.cgi?id=141617
3313 Reviewed by Anders Carlsson.
3315 Nobody uses CMake in WK1 port. Remove it.
3319 2015-02-13 Csaba Osztrogonác <ossy@webkit.org>
3321 Unreviewed, remove empty directories.
3323 * ManualTests/qt: Removed.
3325 2015-02-11 Carlos Alberto Lopez Perez <clopez@igalia.com>
3327 [CMake] Don't set flag fuse-ld on the C/C++ compiler flags, but on the linker flags.
3328 https://bugs.webkit.org/show_bug.cgi?id=141481
3330 Reviewed by Csaba Osztrogonác.
3332 * Source/cmake/OptionsCommon.cmake: Move -fuse-ld=gold to the linker flags.
3334 2015-02-11 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3336 [EFL][GTK] Use bmalloc instead of tcmalloc
3337 https://bugs.webkit.org/show_bug.cgi?id=140162
3339 Reviewed by Carlos Garcia Campos.
3341 Add bmalloc directory to build list.
3343 * CMakeLists.txt: Define BMALLOC_DIR directory.
3344 * Source/CMakeLists.txt: Add bmalloc path to sub-directories list.
3346 2015-02-11 Carlos Garcia Campos <cgarcia@igalia.com>
3348 [GTK] Add default color chooser implementation using GtkColorChooserDialog
3349 https://bugs.webkit.org/show_bug.cgi?id=141392
3351 Reviewed by Gustavo Noronha Silva.
3353 Enable INPUT_TYPE_COLOR by default for GTK+ port.
3355 * Source/cmake/OptionsGTK.cmake:
3357 2015-02-09 Sergio Villar Senin <svillar@igalia.com>
3359 ASSERTION FAILED: resolvedInitialPosition <= resolvedFinalPosition in WebCore::GridSpan::GridSpan
3360 https://bugs.webkit.org/show_bug.cgi?id=141328
3362 Reviewed by Darin Adler.
3364 Added as manual test because it involves a huge grid allocation
3365 which is very slow on Debug bots, the only ones capable to trigger
3368 * ManualTests/css-grid-layout-item-with-huge-span-crash.html: Added.
3370 2015-02-05 Youenn Fablet <youenn.fablet@crf.canon.fr> and Xabier Rodriguez Calvar <calvaris@igalia.com>
3372 [Streams API] Implement a barebone ReadableStream interface
3373 https://bugs.webkit.org/show_bug.cgi?id=141045
3375 Reviewed by Benjamin Poulain.
3377 * Source/cmake/WebKitFeatures.cmake:
3378 * Source/cmakeconfig.h.cmake: Made streams API compilation on by default.
3380 2015-02-02 Filip Pizlo <fpizlo@apple.com>
3382 Revert accidental change in r179490.
3386 2015-02-02 Filip Pizlo <fpizlo@apple.com>
3388 Unreviewed, revert accidental change to Makefile.shared in r179478
3392 2015-01-28 Carlos Alberto Lopez Perez <clopez@igalia.com>
3394 [CMake] Minimum python version should be 2.7.
3395 https://bugs.webkit.org/show_bug.cgi?id=140997
3397 Reviewed by Csaba Osztrogonác.
3401 2015-01-26 Nikos Andronikos <nikos.andronikos-webkit@cisra.canon.com.au>
3403 Apply feTurbulence spec change to fix zero length vector generation
3404 https://bugs.webkit.org/show_bug.cgi?id=140812
3406 Reviewed by Darin Adler.
3408 Recently a bug with the turbulence algorithm was corrected in the
3409 Filter Effects specification.
3410 For some seed values this bug allowed zero length vectors to be generated.
3411 This resulted in large solid color squares being present in the generated image.
3412 The feTurbulence algorithm was updated to reject zero length vectors. This patch
3413 applies that change in WebCore.
3415 Test: svg/filters/feTurbulence_bad_seeds.html
3417 * platform/graphics/filters/FETurbulence.cpp:
3418 (WebCore::FETurbulence::initPaint):
3419 Added rejection sampling during vector generation to avoid zero length vectors.
3421 2015-01-26 Csaba Osztrogonác <ossy@webkit.org>
3423 [cmake] Remove compiler version calculate cruft
3424 https://bugs.webkit.org/show_bug.cgi?id=140885
3426 Reviewed by Darin Adler.
3428 * Source/cmake/WebKitHelpers.cmake:
3430 2015-01-26 Csaba Osztrogonác <ossy@webkit.org>
3432 [cmake] Stop compiling with -Wno-error=uninitialized and -Wno-error=literal-suffix
3433 https://bugs.webkit.org/show_bug.cgi?id=140886
3435 Reviewed by Žan Doberšek.
3437 * Source/cmake/WebKitHelpers.cmake:
3439 2015-01-26 Michael Catanzaro <mcatanzaro@igalia.com>
3441 [GTK] gtkdoc does not appear in DevHelp
3442 https://bugs.webkit.org/show_bug.cgi?id=139369
3444 Reviewed by Philippe Normand.
3446 Expect the gtkdoc to be generated in folders named with the API version.
3448 * Source/PlatformGTK.cmake:
3450 2015-01-26 Zan Dobersek <zdobersek@igalia.com>
3452 [EFL][GTK] Stop compiling with fno-omit-frame-pointer, -fno-tree-dce
3453 https://bugs.webkit.org/show_bug.cgi?id=140609
3455 Reviewed by Csaba Osztrogonác.
3457 The latest releases of GCC versions 4.7, 4.8 and 4.9 all compile and
3458 run JSC tests fine without the -fno-tree-dce and -fno-omit-frame-pointer
3459 compilation flags. Those were added after the jsCStack branch merge, but
3460 can now be removed since the -ftree-dce issues were fixed in GCC, and
3461 changes in r173282 and r173298 again enable compiling with -fomit-frame-pointer.
3463 * Source/cmake/OptionsEfl.cmake:
3464 * Source/cmake/OptionsGTK.cmake:
3466 2015-01-26 Commit Queue <commit-queue@webkit.org>
3468 Unreviewed, rolling out r179107.
3469 https://bugs.webkit.org/show_bug.cgi?id=140880
3471 The GCC in the bots doesn't support the AsyncTask
3472 implementation (Requested by KaL on #webkit).
3476 "[GTK] Enable IndexedDB"
3477 https://bugs.webkit.org/show_bug.cgi?id=98932
3478 http://trac.webkit.org/changeset/179107
3480 2015-01-25 Carlos Garcia Campos <cgarcia@igalia.com>
3482 [GTK] Enable IndexedDB
3483 https://bugs.webkit.org/show_bug.cgi?id=98932
3485 Reviewed by Žan Doberšek.
3487 * Source/cmake/OptionsGTK.cmake: Enable DATABASE_PROCESS and INDEXED_DATABASE.
3488 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_DATABASE_PROCESS.
3490 2015-01-23 Carlos Garcia Campos <cgarcia@igalia.com>
3492 [GTK] Add initial database process support
3493 https://bugs.webkit.org/show_bug.cgi?id=139491
3495 Reviewed by Sergio Villar Senin.
3497 * Source/cmake/OptionsGTK.cmake: Set WebKit2_DatabaseProcess_OUTPUT_NAME.
3499 2015-01-22 Ryosuke Niwa <rniwa@webkit.org>
3501 Add a build flag for ES6 class syntax
3502 https://bugs.webkit.org/show_bug.cgi?id=140760
3504 Reviewed by Michael Saboff.
3506 * Source/cmake/WebKitFeatures.cmake:
3507 * Source/cmakeconfig.h.cmake:
3509 2015-01-21 Csaba Osztrogonác <ossy@webkit.org>
3511 [EFL][WK2] EFL MiniBrowser doesn't run because shared library is not found
3512 https://bugs.webkit.org/show_bug.cgi?id=140049
3514 Reviewed by Gyuyoung Kim.
3516 * Source/cmake/OptionsCommon.cmake:
3518 2015-01-21 Csaba Osztrogonác <ossy@webkit.org>
3520 Remove ENABLE(INSPECTOR) ifdef guards
3521 https://bugs.webkit.org/show_bug.cgi?id=140668
3523 Reviewed by Darin Adler.
3525 * Source/PlatformEfl.cmake:
3526 * Source/cmake/OptionsEfl.cmake:
3527 * Source/cmake/OptionsGTK.cmake:
3528 * Source/cmake/OptionsMac.cmake:
3529 * Source/cmake/WebKitFeatures.cmake:
3530 * Source/cmakeconfig.h.cmake:
3532 2015-01-20 Carlos Garcia Campos <cgarcia@igalia.com>
3534 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.4 release.
3536 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
3538 2015-01-19 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3540 [CMAKE] Fix cmake warning
3541 https://bugs.webkit.org/show_bug.cgi?id=140497
3543 Reviewed by Gustavo Noronha Silva.
3545 r173155 already tried to fix cmake warning though, the warning is still exist.
3546 CMAKE_LINK_INTERFACE_LIBRARIES seems to cause this warning. Individual target is
3547 already set for their libraries though, INTERFACE_LINK_LIBRARIES contains the list
3548 of transitive link dependencies, and CMAKE_LINK_INTERFACE_LIBRARIES can override
3549 the INTERFACE_LINK_LIBRARIES property when CMP0022 is not set. CMake warns this override.
3550 To avoid it, EFL port doesn't set CMAKE_LINK_INTERFACE_LIBRARIES.
3554 2015-01-19 Michael Catanzaro <mcatanzaro@igalia.com>
3556 [GTK] Generate the make dist manifest from a CMake template file
3557 https://bugs.webkit.org/show_bug.cgi?id=139387
3559 Reviewed by Martin Robinson.
3561 Generate manifest.txt from manifest.txt.in. Only expose the dist and
3562 distcheck targets for developer builds, as they won't work when
3563 building from a tarball because the manifest is not distributed.
3565 * Source/PlatformGTK.cmake:
3567 2015-01-15 Csaba Osztrogonác <ossy@webkit.org>
3569 Remove ENABLE(SQL_DATABASE) guards
3570 https://bugs.webkit.org/show_bug.cgi?id=140434
3572 Reviewed by Darin Adler.
3574 * Source/cmake/OptionsMac.cmake:
3575 * Source/cmake/WebKitFeatures.cmake:
3576 * Source/cmakeconfig.h.cmake:
3578 2015-01-11 Sam Weinig <sam@webkit.org>
3580 Remove support for SharedWorkers
3581 https://bugs.webkit.org/show_bug.cgi?id=140344
3583 Reviewed by Anders Carlsson.
3585 * Source/cmake/OptionsEfl.cmake:
3586 * Source/cmake/OptionsGTK.cmake:
3587 * Source/cmake/OptionsMac.cmake:
3588 * Source/cmake/WebKitFeatures.cmake:
3589 * Source/cmakeconfig.h.cmake:
3591 2015-01-10 Dan Bernstein <mitz@apple.com>
3593 [Xcode, iOS] Files are recompiled when alternating between using make and the Xcode IDE
3594 https://bugs.webkit.org/show_bug.cgi?id=140339
3596 Reviewed by Mark Rowe.
3598 * Makefile.shared: Run xcodebuild with the same PATH with which the Xcode IDE runs. This
3599 prevents unnecessary rebuilding due to PATH differences.
3601 2015-01-07 Gwang Yoon Hwang <yoon@igalia.com>
3603 [GTK][ThreadedCompositor] Add support for threaded compositor.
3604 https://bugs.webkit.org/show_bug.cgi?id=118265
3606 Reviewed by Martin Robinson.
3608 Added the ENABLE_THREADED_COMPOSITOR feature flag to the cmake and
3609 autotools build systems. The feature is disabled by default.
3610 And remove deprecated the WTF_USE_TILED_BACKING_STORE feature flag
3611 from the feature flags.
3613 * Source/cmake/OptionsEfl.cmake:
3614 * Source/cmake/OptionsGTK.cmake:
3615 * Source/cmake/WebKitFeatures.cmake:
3616 * Source/cmakeconfig.h.cmake:
3618 2014-12-23 Alexey Proskuryakov <ap@apple.com>
3620 Simplify building with ASan
3621 https://bugs.webkit.org/show_bug.cgi?id=139916
3623 Reviewed by Mark Rowe.
3625 * Makefile.shared: Invoke set-webkit-configuration to store ASan choice as appropriate.
3627 2014-12-16 Carlos Garcia Campos <cgarcia@igalia.com>
3629 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.3 release.
3631 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
3633 2014-12-10 Jon Honeycutt <jhoneycutt@apple.com>
3635 Null dereference performing a "TapAndAHalf" gesture in Google search field
3637 <https://bugs.webkit.org/show_bug.cgi?id=139506>
3638 <rdar://problem/19028828>
3640 Reviewed by Darin Adler.
3642 * ManualTests/ios/tap-and-a-half-gesture-in-empty-text-field.html: Added.
3644 2014-12-10 Dean Jackson <dino@apple.com>
3646 Blur filter performance test doesn't provide results
3647 https://bugs.webkit.org/show_bug.cgi?id=139462
3649 Reviewed by Sam Weinig.
3651 This can't currently work under our performance test
3652 infrastructure. Move it to a manual test to avoid
3653 putting FAILures into the results.
3655 * ManualTests/blur-filter-timing.html: Renamed from PerformanceTests/Interactive/blur-filter-timing.html.
3657 2014-12-09 Gustavo Noronha Silva <gustavo.noronha@collabora.com>
3659 [GTK][WK2] Add HTML5 Notifications support
3660 https://bugs.webkit.org/show_bug.cgi?id=61140
3662 Reviewed by Carlos Garcia Campos.
3664 * Source/cmake/FindLibNotify.cmake: Added.
3665 * Source/cmake/OptionsGTK.cmake: add option to enable notifications, look for
3666 libnotify and use it for a default implementation when found.
3668 2014-12-09 Bem Jones-Bey <bjonesbe@adobe.com>
3670 REGRESSION(r155906): Page content disappears on Tuaw article after loading
3671 https://bugs.webkit.org/show_bug.cgi?id=138100
3673 Reviewed by Simon Fraser.
3675 DRT causes an extra paint which makes it impossible to test this with
3678 * ManualTests/float-layer-not-painting.html: Added.
3680 2014-12-07 Alberto Garcia <berto@igalia.com>
3682 [GTK] WebKit has a new required dependency on GnuTLS
3683 https://bugs.webkit.org/show_bug.cgi?id=136158
3685 Reviewed by Martin Robinson.
3687 Detect if GnuTLS is installed and enable or disable subtle crypto
3688 support accordingly.
3690 * Source/cmake/OptionsGTK.cmake:
3692 2014-12-07 Carlos Garcia Campos <cgarcia@igalia.com>
3694 [GTK] Missing API detected in GObject DOM bindings after r176630
3695 https://bugs.webkit.org/show_bug.cgi?id=139201
3697 Reviewed by Gustavo Noronha Silva.
3699 Change GENERATE_BINDINGS macro to receive a list of optional
3700 additional dependencies, so that we can add more dependecies
3701 without having to change the macro.
3703 * Source/cmake/WebKitMacros.cmake:
3705 2014-12-05 Simon Fraser <simon.fraser@apple.com>
3707 Programmatic scrolling and content changes are not always synchronized
3708 https://bugs.webkit.org/show_bug.cgi?id=139245
3709 rdar://problem/18833612
3711 Reviewed by Anders Carlsson.
3713 Manual test that tries to sync layout with programmatic scrolling.
3715 * ManualTests/programmatic-scroll-flicker.html: Added.
3717 2014-12-04 Alberto Garcia <berto@igalia.com>
3719 can not find cairo-gl.h when build webkit with gtk on ubuntu 14.04
3720 https://bugs.webkit.org/show_bug.cgi?id=136576
3722 Reviewed by Carlos Garcia Campos.
3724 CMake should complain if Accelerated 2D Canvas is explicitly
3725 enabled but cairo-gl is not found.
3727 * Source/cmake/OptionsGTK.cmake:
3729 2014-12-03 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
3731 [EFL] Add subtle crypto to the build system
3732 https://bugs.webkit.org/show_bug.cgi?id=138612
3734 Reviewed by Csaba Osztrogonác.
3736 * Source/cmake/OptionsEfl.cmake:
3738 2014-12-01 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3740 [EFL] Add a ENABLE_CSS_SCROLL_SNAP macro to CMake build system
3741 https://bugs.webkit.org/show_bug.cgi?id=139085
3743 Reviewed by Andreas Kling.
3745 * Source/cmake/OptionsEfl.cmake: Add ENABLE_CSS_SCROLL_SNAP.
3746 * Source/cmake/WebKitFeatures.cmake: ditto.
3747 * Source/cmakeconfig.h.cmake: ditto.
3749 2014-11-30 Ryuan Choi <ryuan.choi@navercorp.com>
3751 [EFL] Drop support for the EFL 1.7
3752 https://bugs.webkit.org/show_bug.cgi?id=139114
3754 Reviewed by Gyuyoung Kim.
3756 * Source/cmake/EFLHelpers.cmake: Removed.
3757 * Source/cmake/FindEcore.cmake: Removed.
3758 * Source/cmake/FindEdje.cmake: Removed.
3759 * Source/cmake/FindEet.cmake: Removed.
3760 * Source/cmake/FindEeze.cmake: Removed.
3761 * Source/cmake/FindEfreet.cmake: Removed.
3762 * Source/cmake/FindEina.cmake: Removed.
3763 * Source/cmake/FindElementary.cmake: Removed.
3764 * Source/cmake/FindEvas.cmake: Removed.
3765 * Source/cmake/OptionsEfl.cmake:
3767 2014-11-28 Philippe Normand <pnormand@igalia.com>
3769 [CMake] Build failure against GStreamer git master
3770 https://bugs.webkit.org/show_bug.cgi?id=138872
3772 Reviewed by Csaba Osztrogon.
3774 * Source/cmake/FindGStreamer.cmake: Simplified the
3775 FIND_GSTREAMER_COMPONENT macro. Trust pkg-config for include
3776 headers lookup, there's no need to do this manually. Also
3777 explicitely check the version specified in GStreamer_FIND_VERSION.
3779 2014-11-27 Ryuan Choi <ryuan.choi@navercorp.com>
3781 [EFL] Remove E_Dbus dependency
3782 https://bugs.webkit.org/show_bug.cgi?id=136355
3784 Reviewed by Gyuyoung Kim.
3786 * Source/cmake/FindE_DBus.cmake: Removed.
3787 * Source/cmake/OptionsEfl.cmake:
3789 2014-11-24 Carlos Garcia Campos <cgarcia@igalia.com>
3791 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.1 release.
3793 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
3795 2014-11-20 Csaba Osztrogonác <ossy@webkit.org>
3797 [CMake] Use ld.gold if it is available to speedup builds
3798 https://bugs.webkit.org/show_bug.cgi?id=137953
3800 Reviewed by Carlos Garcia Campos.
3802 * Source/cmake/OptionsCommon.cmake:
3804 2014-11-19 Akos Kiss <akiss@inf.u-szeged.hu>
3806 Fix the detection of toolchain support for Cortex-A53 erratum 835769 workaround
3807 https://bugs.webkit.org/show_bug.cgi?id=138840
3809 Reviewed by Csaba Osztrogonác.
3811 * Source/cmake/OptionsCommon.cmake:
3813 2014-11-13 Csaba Osztrogonác <ossy@webkit.org>
3815 Remove Source/Platform cruft
3816 https://bugs.webkit.org/show_bug.cgi?id=138658
3818 Reviewed by Anders Carlsson.
3821 * Source/Platform: Removed.
3823 2014-11-10 Akos Kiss <akiss@inf.u-szeged.hu>
3825 Enable Cortex-A53-specific code paths by default if core is detected.
3826 https://bugs.webkit.org/show_bug.cgi?id=138499
3828 Reviewed by Csaba Osztrogonác.
3830 On ARM64/Linux, check /proc/cpuinfo for CPU part 0xd03 (signaling
3831 Cortex-A53) and set the initial value of WTF_CPU_ARM64_CORTEXA53 to true
3834 Since on ARM64/Linux the part number that cpuinfo reports depends on
3835 the core the query is run on, the check is bound to and executed on the
3836 available cores one by one.
3838 * Source/cmake/OptionsCommon.cmake:
3840 2014-11-10 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
3842 [EFL] Remove unnecessary version check from OptionsEfl.cmake
3843 https://bugs.webkit.org/show_bug.cgi?id=138498
3845 Reviewed by Csaba Osztrogonác.
3847 * Source/cmake/OptionsEfl.cmake:
3849 2014-11-07 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
3851 [EFL] Require at least EFL 1.9 if ENABLE(ACCESSIBILITY) after r175098
3852 https://bugs.webkit.org/show_bug.cgi?id=138465
3854 Reviewed by Gyuyoung Kim.
3856 * Source/cmake/OptionsEfl.cmake:
3858 2014-11-03 Dean Jackson <dino@apple.com>
3860 Add ENABLE_FILTERS_LEVEL_2 feature guard.
3861 https://bugs.webkit.org/show_bug.cgi?id=138362
3863 Reviewed by Tim Horton.
3865 Add a new feature define for Level 2 of CSS Filters.
3866 http://dev.w3.org/fxtf/filters-2/
3868 * Source/cmake/OptionsEfl.cmake:
3869 * Source/cmake/OptionsGTK.cmake:
3870 * Source/cmake/OptionsMac.cmake:
3871 * Source/cmake/WebKitFeatures.cmake:
3872 * Source/cmakeconfig.h.cmake:
3874 2014-11-03 Akos Kiss <akiss@inf.u-szeged.hu>
3876 Workaround for Cortex-A53 erratum 835769
3877 https://bugs.webkit.org/show_bug.cgi?id=138315
3879 Reviewed by Filip Pizlo.
3881 This patch introduces CMake variable and preprocessor macro
3882 WTF_CPU_ARM64_CORTEXA53 with the aim of enabling Cortex-A53-specific
3883 code paths, if set true.
3885 * Source/cmake/OptionsCommon.cmake:
3886 Add -mfix-cortex-a53-835769 to the compiler flags if compiler supports
3888 * Source/cmakeconfig.h.cmake:
3889 #cmakedefine01 for WTF_CPU_ARM64_CORTEXA53
3891 2014-11-02 Akos Kiss <akiss@inf.u-szeged.hu>
3893 [GTK] Fix the build of FTL JIT
3894 https://bugs.webkit.org/show_bug.cgi?id=138298
3896 Reviewed by Carlos Garcia Campos.
3898 * Source/cmake/OptionsGTK.cmake:
3899 Remove the need for the LIBCXXABI package.
3901 2014-11-01 Carlos Garcia Campos <cgarcia@igalia.com>
3903 REGRESSION(CMake): Make it possible to build without introspection
3904 https://bugs.webkit.org/show_bug.cgi?id=138006
3906 Reviewed by Philippe Normand.
3908 Add ENABLE_INTROSPECTION option.
3910 * Source/PlatformGTK.cmake: Dot not add gir global target if
3911 introspection is disabled.
3912 * Source/cmake/OptionsGTK.cmake: Do not add gir individual targets if
3913 introspection is disabled.
3915 2014-10-31 Adrian Perez de Castro <aperez@igalia.com>
3917 [GTK] Support script message handlers WebKitUserContentManager
3918 https://bugs.webkit.org/show_bug.cgi?id=133730
3920 Reviewed by Carlos Garcia Campos.
3922 Support user script message handlers in WebKitUserContentManager.
3923 This needs building with ENABLE_USER_MESSAGE_HANDLERS, for which
3924 an option is added to the CMake build files. The option is disabled
3925 globally by default, and the WebKitGTK port enables it. On the API
3926 level, two new methods to register and unregister names are provided
3927 in the "window.webkit" namespace, and on message reception the
3928 "WebKitUserContentManager::script-message-received" signal is
3929 emitted, using the registered names as signal detail.
3931 * Source/cmake/OptionsGTK.cmake: For the GTK port, enable the
3932 ENABLE_USER_MESSAGE_HANDLERS feature by default.
3933 * Source/cmake/WebKitFeatures.cmake: Add feature description for
3934 ENABLE_USER_MESSAGE_HANDLERS, disabled by default.
3936 2014-10-29 Raphael Kubo da Costa <rakuco@FreeBSD.org>
3938 [GTK] Bump libsoup's minimum version to 2.42.0.
3939 https://bugs.webkit.org/show_bug.cgi?id=138086
3941 Reviewed by Martin Robinson.
3943 The SOUP_CHECK_VERSION macro was added in libsoup 2.41.1, and the
3944 soup-version.h header was added to soup.h in 2.41.4, which then becomes
3945 the minimum version required to build the port these days.