1 2016-03-02 Konstantin Tokarev <annulen@yandex.ru>
3 [cmake] Moved PRE/POST_BUILD_COMMAND to WEBKIT_FRAMEWORK.
4 https://bugs.webkit.org/show_bug.cgi?id=154651
6 Reviewed by Alex Christensen.
8 * Source/cmake/WebKitMacros.cmake: Used phony target instead of
9 CMake's PRE_BUILD COMMAND feature because the latter actually
10 generates pre-link target instead of pre-build.
12 2016-03-01 Alex Christensen <achristensen@webkit.org>
14 Reduce size of internal windows build output
15 https://bugs.webkit.org/show_bug.cgi?id=154763
17 Reviewed by Brent Fulgham.
19 * Source/cmake/OptionsWin.cmake:
21 2016-03-01 Commit Queue <commit-queue@webkit.org>
23 Unreviewed, rolling out r197056.
24 https://bugs.webkit.org/show_bug.cgi?id=154870
26 broke win ews (Requested by alexchristensen on #webkit).
30 "[cmake] Moved PRE/POST_BUILD_COMMAND to WEBKIT_FRAMEWORK."
31 https://bugs.webkit.org/show_bug.cgi?id=154651
32 http://trac.webkit.org/changeset/197056
34 2016-02-29 Konstantin Tokarev <annulen@yandex.ru>
36 [cmake] Allow using FindGLIB in case glib is optional dependency.
37 https://bugs.webkit.org/show_bug.cgi?id=154796
39 Reviewed by Michael Catanzaro.
41 FindGLIB caused internal CMake error in case glibconfig.h is not
44 * Source/cmake/FindGLIB.cmake:
46 2016-02-29 Commit Queue <commit-queue@webkit.org>
48 Unreviewed, rolling out r197297.
49 https://bugs.webkit.org/show_bug.cgi?id=154810
51 This change broke build of GTK from scratch (Requested by
56 "[cmake] Allow using FindGLIB in case glib is optional
58 https://bugs.webkit.org/show_bug.cgi?id=154796
59 http://trac.webkit.org/changeset/197297
61 2016-02-28 Konstantin Tokarev <annulen@yandex.ru>
63 [cmake] Allow using FindGLIB in case glib is optional dependency.
64 https://bugs.webkit.org/show_bug.cgi?id=154796
66 Reviewed by Michael Catanzaro.
68 FindGLIB caused internal CMake error in case GLIBCONFIG_INCLUDE_DIR is
71 * Source/cmake/FindGLIB.cmake:
73 2016-02-25 Myles C. Maxfield <mmaxfield@apple.com>
75 [Win] [SVG -> OTF Converter] Support the SVG -> OTF Font Converter
76 https://bugs.webkit.org/show_bug.cgi?id=143402
78 Reviewed by Alex Christensen.
80 Turn on by default, and turn on for Windows.
82 EFL and GTK already explicitly disable it in OptionsEfl.cmake and OptionsGTK.cmake.
84 * Source/cmake/OptionsWin.cmake:
85 * Source/cmake/WebKitFeatures.cmake:
87 2016-02-24 Nikos Andronikos <nikos.andronikos-webkit@cisra.canon.com.au>
89 [web-animations] Add AnimationTimeline, DocumentTimeline and add extensions to Document interface
90 https://bugs.webkit.org/show_bug.cgi?id=151688
92 Reviewed by Dean Jackson.
94 Enables the WEB_ANIMATIONS compiler switch.
96 * Source/cmake/OptionsWin.cmake:
98 2016-02-24 Konstantin Tokarev <annulen@yandex.ru>
100 [cmake] Moved PRE/POST_BUILD_COMMAND to WEBKIT_FRAMEWORK.
101 https://bugs.webkit.org/show_bug.cgi?id=154651
103 Reviewed by Alex Christensen.
105 * Source/cmake/WebKitMacros.cmake:
107 2016-02-22 Konstantin Tokarev <annulen@yandex.ru>
109 [cmake] Moved library setup code to WEBKIT_FRAMEWORK macro.
110 https://bugs.webkit.org/show_bug.cgi?id=154450
112 Reviewed by Alex Christensen.
114 * Source/cmake/WebKitMacros.cmake:
116 2016-02-18 Philippe Normand <pnormand@igalia.com>
118 [GStreamer] Bump internal jhbuild versions to 1.6.3
119 https://bugs.webkit.org/show_bug.cgi?id=149594
121 Reviewed by Michael Catanzaro.
123 * Source/cmake/FindGStreamer.cmake: Check gst-gl version for the latest stable release of GStreamer.
125 2016-02-18 Anders Carlsson <andersca@apple.com>
127 Get rid of the "All Source (target WebProcess)" scheme.
129 Rubber-stamped by Dan Bernstein.
131 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme: Removed.
133 2016-02-18 Michael Catanzaro <mcatanzaro@igalia.com>
135 [CMake] Remove LLVM support
136 https://bugs.webkit.org/show_bug.cgi?id=154370
138 Reviewed by Csaba Osztrogonác.
140 After switching all CMake ports to B3, this was only needed for the LLVM disassembler, which
141 has been removed from JSC. Feel free to bring this back if restoring the LLVM disassembler,
142 but for the time being this is dead code.
144 * Source/cmake/FindLLVM.cmake: Removed.
145 * Source/cmake/OptionsCommon.cmake:
147 2016-02-18 Joonghun Park <jh718.park@samsung.com>
149 [CMake] Remove meaningless conditional statements in CMakeLists.txt
150 https://bugs.webkit.org/show_bug.cgi?id=153778
152 Reviewed by Csaba Osztrogonác.
155 Use CMAKE_FOO_OUTPUT_DIRECTORY located in CMakeLists.txt as default value.
156 And remove conditional statements which has enclosed these one
157 because they don't have meaning anymore.
159 2016-02-15 Alex Christensen <achristensen@webkit.org>
161 Re-enable INTL on WinCairo
162 https://bugs.webkit.org/show_bug.cgi?id=154256
164 Reviewed by Michael Catanzaro.
166 * Source/cmake/OptionsWin.cmake:
167 Peavo updated icu and it works, so let's re-enable INTL on WinCairo to catch Windows build failures.
169 2016-02-12 Csaba Osztrogonác <ossy@webkit.org>
171 [EFL][GTK] Fix ENABLE(SVG_OTF_CONVERTER) build
172 https://bugs.webkit.org/show_bug.cgi?id=154165
174 Reviewed by Alex Christensen.
176 * Source/cmake/OptionsEfl.cmake:
177 * Source/cmake/OptionsGTK.cmake:
179 2016-02-11 Konstantin Tokarev <annulen@yandex.ru>
181 [cmake] Consolidate TextureMapper file and include dir lists.
182 https://bugs.webkit.org/show_bug.cgi?id=154106
184 Reviewed by Michael Catanzaro.
186 * Source/cmake/OptionsEfl.cmake: Expose USE_TEXTURE_MAPPER_GL to
188 * Source/cmake/OptionsWinCairo.cmake: Ditto.
190 2016-02-09 Csaba Osztrogonác <ossy@webkit.org>
192 [GTK][EFL] Fix several build configuration related to SamplingProfiler after r196245
193 https://bugs.webkit.org/show_bug.cgi?id=154033
195 Reviewed by Michael Catanzaro.
197 * Source/cmake/WebKitFeatures.cmake:
199 2016-02-09 Carlos Garcia Campos <cgarcia@igalia.com>
201 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.11.5 release.
203 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
205 2016-02-07 Yusuke Suzuki <utatane.tea@gmail.com>
207 [GTK][EFL] Enable SamplingProfiler
208 https://bugs.webkit.org/show_bug.cgi?id=153638
210 Reviewed by Michael Catanzaro.
212 Enable SamplingProfiler in GTK and EFL.
213 And added option to CMake to switch this from the build command.
215 * Source/cmake/OptionsEfl.cmake:
216 * Source/cmake/OptionsGTK.cmake:
217 * Source/cmake/WebKitFeatures.cmake:
219 2016-02-07 Konstantin Tokarev <annulen@yandex.ru>
221 [cmake] Move LLVM detection for LLVMDisassembler to OptionsCommon.cmake
222 https://bugs.webkit.org/show_bug.cgi?id=153961
224 Reviewed by Michael Catanzaro.
226 * Source/cmake/OptionsCommon.cmake:
227 * Source/cmake/OptionsEfl.cmake:
228 * Source/cmake/OptionsGTK.cmake:
230 2016-02-04 Csaba Osztrogonác <ossy@webkit.org>
232 Unreviewed non X86_64 buildfix after r196077.
234 * Source/cmake/OptionsEfl.cmake:
235 * Source/cmake/OptionsGTK.cmake:
237 2016-02-03 Michael Catanzaro <mcatanzaro@igalia.com>
239 [GTK][EFL] Switch FTL to B3
240 https://bugs.webkit.org/show_bug.cgi?id=153478
242 Reviewed by Csaba Osztrogonác.
244 * Source/cmake/OptionsEfl.cmake:
245 * Source/cmake/OptionsGTK.cmake:
247 2016-02-02 Joseph Pecoraro <pecoraro@apple.com>
249 Unreviewed attempt to fix Mac CMake build after r195999.
251 * Source/cmake/OptionsMac.cmake:
252 * Source/cmake/WebKitFeatures.cmake:
253 Add ENABLE_RESOURCE_USAGE to CMake builds.
255 2016-02-02 Alejandro G. Castro <alex@igalia.com>
257 [GTK][EFL] Upgrade OpenWebRTC dependency
258 https://bugs.webkit.org/show_bug.cgi?id=153489
260 Reviewed by Philippe Normand.
262 * Source/cmake/FindOpenWebRTC.cmake: Bump OpenWebRTC dependency,
263 required to make the mediastream work.
265 2016-02-01 Alex Christensen <achristensen@webkit.org>
267 [Win] WTFHeaderDetection.h no longer needed
268 https://bugs.webkit.org/show_bug.cgi?id=153753
269 rdar://problem/24434627
271 Reviewed by Darin Adler.
273 * Source/cmake/WebKitFS.cmake:
275 2016-01-31 Joonghun Park <jh718.park@samsung.com>
277 [EFL] All API tests are broken on 15.10
278 https://bugs.webkit.org/show_bug.cgi?id=153528
280 Reviewed by Gyuyoung Kim.
282 * CMakeLists.txt: Having include(WebKitCommon) statement follow
283 CMAKE_FOO_OUTPUT_DIRECTORY otherwise all the API tests gets blocked.
285 2016-01-30 Yusuke Suzuki <utatane.tea@gmail.com>
287 Enable SamplingProfiler on POSIX environment
288 https://bugs.webkit.org/show_bug.cgi?id=153584
290 Reviewed by Michael Saboff.
292 Add features.h header check. It will define __GLIBC__.
294 * Source/cmake/OptionsCommon.cmake:
296 2016-01-27 Alexey Proskuryakov <ap@apple.com>
298 Remove ENABLE_CURRENTSRC
299 https://bugs.webkit.org/show_bug.cgi?id=153545
301 Reviewed by Simon Fraser.
303 * Source/cmake/OptionsEfl.cmake:
304 * Source/cmake/OptionsGTK.cmake:
305 * Source/cmake/OptionsMac.cmake:
306 * Source/cmake/OptionsWin.cmake:
307 * Source/cmake/WebKitFeatures.cmake:
308 * Source/cmake/tools/vsprops/FeatureDefines.props:
309 * Source/cmake/tools/vsprops/FeatureDefinesCairo.props:
311 2016-01-25 Alex Christensen <achristensen@webkit.org>
313 Fix internal Windows build
314 https://bugs.webkit.org/show_bug.cgi?id=153469
316 Reviewed by Brent Fulgham.
318 * Source/cmake/WebKitMacros.cmake:
319 Pass the GPERF_EXECUTABLE that we found to make-hash-tools.pl.
321 2016-01-23 Aaron Chu <arona.chu@gmail.com>
323 Web Inspector: AXI: node-link-list should be collapsible
324 https://bugs.webkit.org/show_bug.cgi?id=130911
326 Added a manual test to test the node list in the Accessibility Inspector
328 Reviewed by Timothy Hatcher.
330 * ManualTests/accessibility/collapsible-node-link-list.html: Added.
332 2016-01-22 Alex Christensen <achristensen@webkit.org>
334 Fix internal Windows build
335 https://bugs.webkit.org/show_bug.cgi?id=153385
336 rdar://problem/24310408
338 Reviewed by Brian Weinstein.
340 * Source/cmake/WinTools.make:
341 * Source/cmake/tools/vsprops: Copied from WebKitLibraries/win/tools/vsprops.
342 These property sheets are needed for some projects that are not in this repository
343 and don't use CMake in the official build. We want to leave them unchanged for now.
345 2016-01-22 Alex Christensen <achristensen@webkit.org>
347 Only set CMake output directories if they aren't already set
348 https://bugs.webkit.org/show_bug.cgi?id=153373
350 Reviewed by Michael Catanzaro.
353 r195242 caused Windows builds to copy files to bin instead of bin64.
354 CMAKE_RUNTIME_OUTPUT_DIRECTORY is being set in OptionsWin.cmake, and this was now resetting it.
355 This also makes it so you can set these variables by command line.
357 2016-01-20 Carlos Garcia Campos <cgarcia@igalia.com>
359 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.11.4 release.
361 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
363 2016-01-18 Michael Catanzaro <mcatanzaro@igalia.com>
365 [CMake] Duplicate attempts to find software during cmake stage
366 https://bugs.webkit.org/show_bug.cgi?id=153211
368 Reviewed by Martin Robinson.
370 * CMakeLists.txt: Remove duplication of commands in WebKitCommon.cmake.
371 * Source/cmake/WebKitCommon.cmake: Guard the entire file so it runs only once.
373 2016-01-17 Michael Catanzaro <mcatanzaro@igalia.com>
375 [CMake] Do not build bmalloc when USE_SYSTEM_MALLOC is ON
376 https://bugs.webkit.org/show_bug.cgi?id=153190
378 Reviewed by Csaba Osztrogonác.
380 Build bmalloc when NOT USE_SYSTEM_MALLOC rather than when NOT WIN32.
382 * Source/CMakeLists.txt:
383 * Source/cmake/OptionsWin.cmake:
385 2016-01-16 Jeremy Huddleston Sequoia <jeremyhu@apple.com>
387 [GTK] Use -Wl,-all_load on darwin to include contents of all static archives
389 https://bugs.webkit.org/show_bug.cgi?id=153117
391 Reviewed by Michael Catanzaro.
393 * Source/cmake/OptionsGTK.cmake:
395 2016-01-13 Carlos Garcia Campos <cgarcia@igalia.com>
397 [CMake] Do not use LLVM static libraries for FTL JIT
398 https://bugs.webkit.org/show_bug.cgi?id=151559
400 Reviewed by Michael Catanzaro.
402 Also export LLVM_LIBRARIES variable that can be used to prefer
403 linking to the llvm dynamic libraries.
405 * Source/cmake/FindLLVM.cmake:
407 2016-01-13 Michael Catanzaro <mcatanzaro@igalia.com>
409 [GTK] Add comments above options declarations in OptionsGTK.cmake
410 https://bugs.webkit.org/show_bug.cgi?id=153074
412 Reviewed by Martin Robinson.
414 * Source/cmake/OptionsGTK.cmake:
416 2016-01-12 Carlos Garcia Campos <cgarcia@igalia.com>
418 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.11.3 release.
420 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
422 2016-01-12 Ryosuke Niwa <rniwa@webkit.org>
424 Add a build flag for custom element
425 https://bugs.webkit.org/show_bug.cgi?id=153005
427 Reviewed by Alex Christensen.
429 * Source/cmake/OptionsEfl.cmake:
430 * Source/cmake/OptionsWin.cmake:
431 * Source/cmake/WebKitFeatures.cmake:
433 2016-01-08 Alex Christensen <achristensen@webkit.org>
435 Fix internal Windows build
436 https://bugs.webkit.org/show_bug.cgi?id=152937
438 Reviewed by Brent Fulgham.
440 * Source/cmake/WebKitCommon.cmake:
441 Try looking in the default cygwin installation directory for executables like bison, flex, gperf, and ruby.
442 This is needed on Windows builds that are not driven by cygwin, but need to use the cygwin installations of these tools.
443 This is the effective equivalent of this line in WebKitLibraries/win/tools/vsprops/common.props in the old build system:
444 set PATH=%SystemDrive%\cygwin\bin;%PATH%
446 2016-01-06 Gyuyoung Kim <gyuyoung.kim@webkit.org>
448 [EFL] Set WebKit2 process output name
449 https://bugs.webkit.org/show_bug.cgi?id=152773
451 Reviewed by Benjamin Poulain.
453 If we add *WebKit* prefix to each WK2 process, it is more clear when checking what process is running.
454 So this patch sets wk2 process output name.
456 * Source/cmake/OptionsEfl.cmake:
458 2016-01-05 Zan Dobersek <zdobersek@igalia.com>
460 [CMake] Remove USE_UDIS86 variable
461 https://bugs.webkit.org/show_bug.cgi?id=152731
463 Reviewed by Gyuyoung Kim.
465 Remove the USE_UDIS86 variable in CMake files. The specific build guard
466 is now enabled by default in Source/WTF/wtf/Platform.h, so the handling
467 in CMake isn't required anymore. The Udis86-specific files have to be
468 built unconditionally now, though.
470 * Source/cmake/OptionsEfl.cmake:
471 * Source/cmake/OptionsGTK.cmake:
472 * Source/cmake/OptionsMac.cmake:
474 2016-01-04 Alex Christensen <achristensen@webkit.org>
476 Fix Mac CMake build after r194454.
478 * Source/cmake/OptionsMac.cmake:
479 _macosx, _iphoneos, and _iphonesimulator are used in FeatureDefines.xcconfig but won't be used in CMake.
480 If we actually switch to CMake, we will need to verify that all the feature enabling is equivalent, and it isn't right now.
482 2015-12-31 Michael Catanzaro <mcatanzaro@igalia.com>
484 [GTK][CMake] Do not override default values of build options with the default value
485 https://bugs.webkit.org/show_bug.cgi?id=152615
487 Reviewed by Martin Robinson.
489 Override the default value of build options only when the default value for the GTK+ port
490 is actually different than the default value in WebKitFeatures.cmake. This way we don't
491 accidentally override changes to default values in WebKitFeatures.cmake. We should use the
492 values in WebKitFeatures.cmake except when we make an active choice to do otherwise.
494 * Source/cmake/OptionsGTK.cmake:
496 2015-12-31 Michael Catanzaro <mcatanzaro@igalia.com>
498 [CMake] Add error checking to WEBKIT_OPTION_DEFAULT_PORT_VALUE et. al.
499 https://bugs.webkit.org/show_bug.cgi?id=144069
501 Reviewed by Martin Robinson.
503 * Source/cmake/OptionsWin.cmake:
504 Do not set options that no longer exist.
505 * Source/cmake/WebKitFeatures.cmake:
506 Add error checking to ensure that option names passed to WEBKIT_OPTION_DEFAULT_PORT_VALUE,
507 WEBKIT_OPTION_CONFLICT, and WEBKIT_OPTION_DEPEND are actually valid options that have been
508 previously-defined. Also, add ENABLE_SVG_OTF_CONVERTER build option, defaulted to off since
509 no CMake port was using it.
511 2015-12-31 Michael Catanzaro <mcatanzaro@igalia.com>
513 [CMake] Add error checking to catch option manipulation after WEBKIT_OPTION_END
514 https://bugs.webkit.org/show_bug.cgi?id=152611
516 Reviewed by Martin Robinson.
518 If WEBKIT_OPTION_DEFINE is called after WEBKIT_OPTION_END, the option never makes its way
519 into FEATURE_DEFINES and so will be inconsistently set (available to most of the build, but
520 not to the DOM bindings generator, for example).
522 If WEBKIT_OPTION_DEFAULT_PORT_VALUE, WEBKIT_OPTION_CONFLICT, or WEBKIT_OPTION_DEPEND are
523 called after WEBKIT_OPTION_END, they don't do anything.
525 Add error checking to catch these bugs.
527 * Source/cmake/WebKitFeatures.cmake:
529 2015-12-30 Philippe Normand <pnormand@igalia.com>
531 [GTK][Mac] Disable gtk-doc
532 https://bugs.webkit.org/show_bug.cgi?id=150798
534 Reviewed by Michael Catanzaro.
536 * Source/PlatformGTK.cmake: gtkdoc-scangobj fails due to a clang
537 link error on Mac, so for now disable gtk-doc support on that
539 * Source/cmake/OptionsGTK.cmake: Ditto.
541 2015-12-23 Andy VanWagoner <andy@instructure.com>
543 [INTL] Implement Intl.DateTimeFormat.prototype.resolvedOptions ()
544 https://bugs.webkit.org/show_bug.cgi?id=147603
546 Reviewed by Benjamin Poulain.
548 * Source/cmake/OptionsWin.cmake: Disable INTL on Windows for now
550 2015-12-16 Youenn Fablet <youenn.fablet@crf.canon.fr>
552 [Fetch API] Add fetch API compile time flag
553 https://bugs.webkit.org/show_bug.cgi?id=152254
555 Reviewed by Darin Adler.
557 * Source/cmake/OptionsWin.cmake:
558 * Source/cmake/WebKitFeatures.cmake:
560 2015-12-10 Brent Fulgham <bfulgham@apple.com>
562 [Win] Support building under Cygwin or native Perl
563 https://bugs.webkit.org/show_bug.cgi?id=152145
564 <rdar://problem/23839868>
566 Reviewed by David Kilzer.
568 * Source/cmake/tools/scripts/auto-version.pl: Correct handling of mixed DOS filenames when used in a
572 2015-12-09 Daniel Bates <dabates@apple.com>
574 [iOS] Suspend and resume device motion and device orientation updates when page is hidden and visible, respectively
575 https://bugs.webkit.org/show_bug.cgi?id=151840
576 <rdar://problem/23753931>
578 Reviewed by Simon Fraser.
580 Add a manual test that can be used to verify that we suspend dispatching device motion and
581 device orientation events when the page is hidden.
583 * ManualTests/ios/resources/suspend-orientation-and-motion-events-when-page-becomes-hidden.js: Added.
586 (handleVisibilityChange):
587 * ManualTests/ios/suspend-orientation-and-motion-events-when-page-becomes-hidden.html: Added.
589 2015-12-07 Alex Christensen <achristensen@webkit.org>
591 Fix internal Windows build
592 https://bugs.webkit.org/show_bug.cgi?id=151950
594 Reviewed by Brent Fulgham.
596 * Source/cmake/tools/scripts/auto-version.pl:
598 2015-12-01 Yusuke Suzuki <utatane.tea@gmail.com>
600 [ES6] Implement LLInt/Baseline Support for ES6 Generators and enable this feature
601 https://bugs.webkit.org/show_bug.cgi?id=150792
603 Reviewed by Saam Barati.
605 * Source/cmake/OptionsWin.cmake:
606 * Source/cmake/WebKitFeatures.cmake:
608 2015-12-01 Commit Queue <commit-queue@webkit.org>
610 Unreviewed, rolling out r192914.
611 https://bugs.webkit.org/show_bug.cgi?id=151734
613 JSC tests for this change are failing on 32 and 64-bit bots
614 (Requested by ryanhaddad on #webkit).
618 "[ES6] Implement LLInt/Baseline Support for ES6 Generators and
620 https://bugs.webkit.org/show_bug.cgi?id=150792
621 http://trac.webkit.org/changeset/192914
623 2015-12-01 Yusuke Suzuki <utatane.tea@gmail.com>
625 [ES6] Implement LLInt/Baseline Support for ES6 Generators and enable this feature
626 https://bugs.webkit.org/show_bug.cgi?id=150792
628 Reviewed by Saam Barati.
630 * Source/cmake/OptionsWin.cmake:
631 * Source/cmake/WebKitFeatures.cmake:
633 2015-11-23 Carlos Garcia Campos <cgarcia@igalia.com>
635 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.11.2 release.
637 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
639 2015-11-20 Alex Christensen <achristensen@webkit.org>
641 Remove NETWORK_PROCESS compile flag
642 https://bugs.webkit.org/show_bug.cgi?id=151512
644 Reviewed by Tim Horton.
646 * Source/cmake/OptionsEfl.cmake:
647 * Source/cmake/OptionsGTK.cmake:
648 * Source/cmake/OptionsMac.cmake:
649 * Source/cmake/WebKitFeatures.cmake:
651 2015-11-20 Csaba Osztrogonác <ossy@webkit.org>
653 [EFL] Enable FTL JIT by default on X86_64
654 https://bugs.webkit.org/show_bug.cgi?id=143822
656 Reviewed by Carlos Garcia Campos.
658 * Source/cmake/OptionsEfl.cmake:
660 2015-11-19 Commit Queue <commit-queue@webkit.org>
662 Unreviewed, rolling out r192667 and r192668.
663 https://bugs.webkit.org/show_bug.cgi?id=151476
665 broke api tests (Requested by alexchristensen on #webkit).
669 "Remove the non-NetworkProcess configurations"
670 https://bugs.webkit.org/show_bug.cgi?id=151418
671 http://trac.webkit.org/changeset/192667
673 "Fix GTK Build after r192667."
674 http://trac.webkit.org/changeset/192668
676 2015-11-19 Alex Christensen <achristensen@webkit.org>
678 Remove the non-NetworkProcess configurations
679 https://bugs.webkit.org/show_bug.cgi?id=151418
681 Reviewed by Geoffrey Garen.
683 * Source/cmake/OptionsEfl.cmake:
684 * Source/cmake/OptionsGTK.cmake:
685 * Source/cmake/OptionsMac.cmake:
686 * Source/cmake/WebKitFeatures.cmake:
688 2015-11-17 Carlos Garcia Campos <cgarcia@igalia.com>
690 REGRESSION(r192459): [GTK] User agent string is broken after r192459
691 https://bugs.webkit.org/show_bug.cgi?id=151347
693 Reviewed by Žan Doberšek.
695 Pass UA version numbers as strings to the build.
697 * Source/cmake/OptionsGTK.cmake:
699 2015-11-16 Alex Christensen <achristensen@webkit.org>
701 Fix CMake build and make PluginProcess executable
702 https://bugs.webkit.org/show_bug.cgi?id=151332
704 Reviewed by Tim Horton.
706 * Source/cmake/OptionsMac.cmake:
708 2015-11-16 Carlos Garcia Campos <cgarcia@igalia.com>
710 [GTK] Use FTL by default when LLVM 3.7 is available
711 https://bugs.webkit.org/show_bug.cgi?id=142128
713 Reviewed by Csaba Osztrogonác.
715 Enable FTL by default when architecture is X86_64. It requires
716 LLVM 3.7, but can be disabled manually as a cmake configure
719 * Source/cmake/FindLLVM.cmake: In debian llvm-config is only
720 available if the metapackage is installed and it points to
721 llvm-config-3.5. So, here we check first if the llvm-config is
722 from a recent enough version, and if not we check several
723 llvm-config-<version> programs, so this should work on any distro.
724 * Source/cmake/OptionsGTK.cmake: Enable FTL by default when
725 target architecture is X86_64, and check the LLVM is at least
726 3.7. The option is now public, since we want people to be able to
729 2015-11-11 Anders Carlsson <andersca@apple.com>
731 Enable cross-platform context menus by default
732 https://bugs.webkit.org/show_bug.cgi?id=151173
734 Reviewed by Tim Horton.
736 * Source/cmake/OptionsEfl.cmake:
738 2015-11-12 Csaba Osztrogonác <ossy@webkit.org>
740 Remove ENABLE(SATURATED_LAYOUT_ARITHMETIC) guards
741 https://bugs.webkit.org/show_bug.cgi?id=150972
743 Reviewed by Darin Adler.
745 * Source/cmake/OptionsMac.cmake:
746 * Source/cmake/WebKitFeatures.cmake:
748 2015-11-11 Philippe Normand <pnormand@igalia.com>
750 [GTK][Mac] don't install .frameworks
751 https://bugs.webkit.org/show_bug.cgi?id=151136
753 Reviewed by Alex Christensen.
755 * Source/cmake/WebKitMacros.cmake: Don't install framework files when building the GTK port on Mac.
757 2015-11-10 Pranjal Jumde <pjumde@apple.com>
759 Fixed crash loading Mozilla layout test editor/libeditor/crashtests/431086-1.xhtml.
760 https://bugs.webkit.org/show_bug.cgi?id=150252
761 <rdar://problem/23149470>
763 Reviewed by Brent Fulgham.
766 * Source/WebCore/editing/ios/EditorIOS.mm
767 * Source/WebCore/editing/mac/EditorMac.mm
768 In Editor::fontForSelection moved the node removal code, so that the
769 node is only removed if style is not NULL.
770 * Source/WebCore/editing/cocoa/EditorCocoa.mm
771 In Editor::styleForSelectionStart checking if the parentNode can
772 accept the styleElement node.
773 * LayoutTests/editing/execCommand/150252.xhtml
774 * LayoutTests/editing/execCommand/150252_minimal.xhtml
775 * LayoutTests/editing/execCommand/150252-expected.txt
776 * LayoutTests/editing/execCommand/150252_minimal-expected.txt
778 2015-11-09 Pranjal Jumde <pjumde@apple.com>
780 Fixed crash loading Mozilla layout test editor/libeditor/crashtests/431086-1.xhtml.
781 https://bugs.webkit.org/show_bug.cgi?id=150252
782 <rdar://problem/23149470>
784 Reviewed by Brent Fulgham.
786 * Source/WebCore/editing/ios/EditorIOS.mm
787 * Source/WebCore/editing/mac/EditorMac.mm
788 In Editor::fontForSelection moved the node removal code, so that the
789 node is only removed if style is not NULL.
790 * LayoutTests/editing/execCommand/150252.xhtml
791 * LayoutTests/editing/execCommand/150252_minimal.xhtml
792 * LayoutTests/editing/execCommand/150252-expected.txt
793 * LayoutTests/editing/execCommand/150252_minimal-expected.txt
795 2015-11-06 Daniel Bates <dabates@apple.com>
797 Teach Makefile to build LayoutTestRelay when building for iOS Simulator
798 https://bugs.webkit.org/show_bug.cgi?id=150849
800 Reviewed by Alexey Proskuryakov.
802 Add support for overriding the user-provided arguments SDKROOT and ARCHS
803 on a per Makefile basis.
807 2015-11-06 Philippe Normand <pnormand@igalia.com>
809 Unreviewed, GTK build fix after r192095.
811 * Source/cmake/FindGTK3.cmake:
813 2015-11-06 Philip Chimento <philip.chimento@gmail.com> and Michael Catanzaro <mcatanzaro@igalia.com>
815 [GTK] Re-enable Quartz backend on cmake build system
816 https://bugs.webkit.org/show_bug.cgi?id=144561
818 Reviewed by Philippe Normand.
820 * Source/cmake/FindGTK3.cmake: Set GTK3_SUPPORTS_QUARTZ based on
821 the presence of of gtk+-quartz-3.0 module.
822 * Source/cmake/OptionsGTK.cmake: Reintroduce the
823 ENABLE_QUARTZ_TARGET option to the CMake build, for building the
824 GTK+ Quartz backend on OS X.
826 2015-11-05 Nikos Andronikos <nikos.andronikos-webkit@cisra.canon.com.au>
828 Add runtime and compile time flags for enabling Web Animations API and model.
829 https://bugs.webkit.org/show_bug.cgi?id=150914
831 Reviewed by Benjamin Poulain.
833 Add ENABLE_WEB_ANIMATIONS compile time flag, runtime flag webAnimationsEnabled and Expose WK2 preference for runtime flag.
835 * Source/cmake/OptionsWin.cmake:
836 * Source/cmake/WebKitFeatures.cmake:
838 2015-11-03 Brent Fulgham <bfulgham@apple.com>
840 [Win] CMake build update.
842 Rubberstamped by Tim Horton.
844 * Source/PlatformWin.cmake: Add internal tool to build
845 rules for internal use.
847 2015-11-03 Carlos Garcia Campos <cgarcia@igalia.com>
849 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.11.1 release.
851 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
853 2015-11-02 Philippe Normand <pnormand@igalia.com>
855 [Mac][GTK] Disable Ninja response file support
856 https://bugs.webkit.org/show_bug.cgi?id=150801
858 Reviewed by Alex Christensen.
860 * Source/cmake/OptionsCommon.cmake: The OSX toolchain doesn't
861 support response files, so instruct Ninja to not generate those.
863 2015-11-02 Csaba Osztrogonác <ossy@webkit.org>
865 Fix the FTL JIT build with system LLVM on Linux
866 https://bugs.webkit.org/show_bug.cgi?id=150795
868 Reviewed by Filip Pizlo.
870 * Source/cmake/FindLLVM.cmake:
872 2015-11-02 Carlos Garcia Campos <cgarcia@igalia.com>
874 Unreviewed. Bump GTK+ versions numbers.
876 * Source/cmake/OptionsGTK.cmake:
878 2015-11-01 Yusuke Suzuki <utatane.tea@gmail.com>
880 [ES6] Support Generator Syntax
881 https://bugs.webkit.org/show_bug.cgi?id=150769
883 Reviewed by Geoffrey Garen.
885 Added ENABLE_ES6_GENERATORS flag.
887 * Source/cmake/OptionsWin.cmake:
888 * Source/cmake/WebKitFeatures.cmake:
890 2015-10-30 Gyuyoung Kim <gyuyoung.kim@webkit.org>
892 [EFL] Add Shadow DOM feature
893 https://bugs.webkit.org/show_bug.cgi?id=150611
895 Reviewed by Csaba Osztrogonác.
897 * Source/cmake/OptionsEfl.cmake:
898 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_SHADOW_DOM cmake variable.
900 2015-10-29 Alex Christensen <achristensen@webkit.org>
903 https://bugs.webkit.org/show_bug.cgi?id=150686
905 Reviewed by Filip Pizlo.
907 * Source/cmake/WebKitMacros.cmake:
909 2015-10-28 Alex Christensen <achristensen@webkit.org>
911 Compile and link with CMake on Mac
912 https://bugs.webkit.org/show_bug.cgi?id=150632
914 Reviewed by Tim Horton.
916 * Source/cmake/OptionsMac.cmake:
918 2015-10-26 Dana Burkart <dburkart@apple.com>
920 `make analyze` should build using the debug configuration
921 https://bugs.webkit.org/show_bug.cgi?id=150571
923 Reviewed by Lucas Forschler.
927 2015-10-26 Philippe Normand <pnormand@igalia.com>
929 Unreviewed, rolling out r191576.
931 broke the http/tests/media tests
935 "[GStreamer] Bump internal jhbuild versions to 1.6.0"
936 https://bugs.webkit.org/show_bug.cgi?id=149594
937 http://trac.webkit.org/changeset/191576
939 2015-10-26 ChangSeok Oh <changseok.oh@collabora.com>
941 [GStreamer] Bump internal jhbuild versions to 1.6.0
942 https://bugs.webkit.org/show_bug.cgi?id=149594
944 Reviewed by Philippe Normand.
946 Bump up the minimum reqirement version of gstreamer-gl to 1.6.0.
948 * Source/cmake/FindGStreamer.cmake:
950 2015-10-22 Philippe Normand <pnormand@igalia.com>
952 [GTK][Mac] ICU-related build fixes
953 https://bugs.webkit.org/show_bug.cgi?id=150032
955 Rubber-stamped by Darin Adler.
957 * Source/cmake/FindICU.cmake: Use pkg-config to hint at icu-i18n's library location.
959 2015-10-20 Yoav Weiss <yoav@yoav.ws>
961 Rename the PICTURE_SIZES flag to CURRENTSRC
962 https://bugs.webkit.org/show_bug.cgi?id=150275
964 Reviewed by Dean Jackson.
966 * Source/cmake/OptionsEfl.cmake:
967 * Source/cmake/OptionsGTK.cmake:
968 * Source/cmake/OptionsMac.cmake:
969 * Source/cmake/OptionsWin.cmake:
970 * Source/cmake/WebKitFeatures.cmake:
972 2015-10-14 Tomas Popela <tpopela@redhat.com>
974 [GTK][EFL] Fix build with cmake 3.4
975 https://bugs.webkit.org/show_bug.cgi?id=150117
977 Explicitely include the CheckIncludeFiles module before using
978 the CHECK_INCLUDE_FILES command.
980 Reviewed by Žan Doberšek.
982 * Source/cmake/FindOpenGL.cmake:
983 * Source/cmake/FindWebP.cmake:
984 * Source/cmake/OptionsEfl.cmake:
986 2015-10-13 Dean Jackson <dino@apple.com>
988 Device motion and orientation should only be visible from the main frame's security origin
989 https://bugs.webkit.org/show_bug.cgi?id=150072
990 <rdar://problem/23082036>
992 Reviewed by Brent Fulgham.
994 Add a manual test for cross-origin device orientation events, while
995 we're waiting on the mock client to be supported everywhere.
997 * ManualTests/deviceorientation-child-frame.html: Added.
998 * ManualTests/deviceorientation-main-frame-only.html: Added.
1000 2015-10-12 Philip Chimento <philip.chimento@gmail.com>
1002 [GTK] OSX linker doesn't understand --whole-archive
1003 https://bugs.webkit.org/show_bug.cgi?id=144557
1005 Reviewed by Martin Robinson.
1007 * Source/cmake/OptionsGTK.cmake: Turn the macro
1008 ADD_WHOLE_ARCHIVE_TO_LIBRARIES into a no-op on Darwin systems,
1009 because XCode's linker doesn't have the --whole-archive option.
1011 2015-10-12 Philip Chimento <philip.chimento@gmail.com>
1013 [GTK] Use --version-script only on Linux
1014 https://bugs.webkit.org/show_bug.cgi?id=144555
1016 Reviewed by Philippe Normand.
1018 * Source/cmake/OptionsGTK.cmake: Don't add --version-script
1019 option on Darwin (whose linker doesn't support it.)
1021 2015-10-09 Gyuyoung Kim <gyuyoung.kim@webkit.org>
1023 [CMake] Remove ENABLE_SUBPIXEL_LAYOUT macro
1024 https://bugs.webkit.org/show_bug.cgi?id=149947
1026 Reviewed by Csaba Osztrogonác.
1028 ENABLE(SUBPIXEL_LAYOUT) was removed though, it is still alive in .cmake.
1031 * Source/cmake/OptionsMac.cmake:
1032 * Source/cmake/OptionsWin.cmake:
1033 * Source/cmake/WebKitFeatures.cmake:
1035 2015-10-06 Emanuele Aina <emanuele.aina@collabora.com>
1037 Fix ENABLE_OPENGL=OFF builds
1038 https://bugs.webkit.org/show_bug.cgi?id=146511
1040 Reviewed by Darin Adler.
1042 * Source/cmake/OptionsGTK.cmake: Make ENABLE_WAYLAND_TARGET depend on
1043 ENABLE_OPENGL due to EGL usage.
1045 2015-10-01 Wenson Hsieh <wenson_hsieh@apple.com>
1047 Convert focused-input-should-assist-on-touch.html into an automated test
1048 https://bugs.webkit.org/show_bug.cgi?id=149724
1050 Reviewed by Simon Fraser.
1052 Remove a manual test that can now be rewritten as an automated test.
1054 * ManualTests/ios/focused-input-should-assist-on-touch.html: Removed.
1056 2015-10-01 Brent Fulgham <bfulgham@apple.com>
1058 [Win] Unreviewed CMake build fix.
1060 * Source/cmake/OptionsWin.cmake: Clean up options setttings,
1061 and make sure exception handling is turned off.
1063 2015-09-30 Brent Fulgham <bfulgham@apple.com>
1065 [Win] Unreviewed build fix after CMake conversion.
1067 * Source/cmake/OptionsWin.cmake: Correct some Windows build flags.
1069 2015-09-29 Michael Catanzaro <mcatanzaro@igalia.com>
1071 [GTK][CMake] Warning about CMP0058
1072 https://bugs.webkit.org/show_bug.cgi?id=149627
1074 Reviewed by Martin Robinson.
1076 Opt-in to the new behavior for CMP0058.
1080 2015-09-28 Brent Fulgham <bfulgham@apple.com>
1082 [Win] Unreviewed build fix for internal systems.
1084 * Source/cmake/OptionsWin.cmake: Preferentially use the build target
1085 location for include and link libraries, rather than the system locations.
1087 2015-09-28 Alex Christensen <achristensen@webkit.org>
1089 Build WK1 with CMake on Mac
1090 https://bugs.webkit.org/show_bug.cgi?id=149604
1092 Reviewed by Chris Dumez.
1094 * Source/cmake/OptionsMac.cmake:
1095 * Source/cmake/WebKitMacros.cmake:
1096 ObjC bindings now have their own list of IDL files, but some of them still don't generate a .mm file.
1098 2015-09-25 Alex Christensen <achristensen@webkit.org>
1100 Clean up CMake build on Mac
1101 https://bugs.webkit.org/show_bug.cgi?id=149573
1103 Reviewed by Chris Dumez.
1105 * Source/cmake/OptionsMac.cmake:
1107 2015-09-25 Alex Christensen <achristensen@webkit.org>
1109 [Win] Switch to CMake
1110 https://bugs.webkit.org/show_bug.cgi?id=148111
1112 Reviewed by Brent Fulgham.
1114 * Source/cmake/WinTools.make: Added.
1115 * Source/cmake/tools: Added.
1116 * Source/cmake/tools/scripts: Copied from WebKitLibraries/win/tools/scripts.
1117 * Source/cmake/tools/scripts/auto-version.pl: Copied from WebKitLibraries/win/tools/scripts/auto-version.pl.
1119 2015-09-25 Alex Christensen <achristensen@webkit.org>
1121 Prepare internal AppleWin build for CMake
1122 https://bugs.webkit.org/show_bug.cgi?id=149570
1124 Reviewed by Brent Fulgham.
1126 * Source/PlatformWin.cmake:
1127 Include internal CMake files if they exist.
1129 2015-09-22 Gyuyoung Kim <gyuyoung.kim@webkit.org>
1131 Add a file of pointer-lock to cmake ports
1132 https://bugs.webkit.org/show_bug.cgi?id=149453
1134 Reviewed by Csaba Osztrogonác.
1136 * Source/cmake/OptionsEfl.cmake: Add a ENABLE_POINTER_LOCK.
1138 2015-09-22 Carlos Alberto Lopez Perez <clopez@igalia.com>
1140 [CMake] Allow to enable OpenMP support.
1141 https://bugs.webkit.org/show_bug.cgi?id=149457
1143 Reviewed by Csaba Osztrogonác.
1145 * Source/cmake/OptionsCommon.cmake: Add the option USE_OPENMP that
1146 will enable the support for OpenMP. Currently this is only used as
1147 an alternative implementation to native threads for the parallelization
1148 of the SVG filters. But name the option with a generic name (USE_OPENMP)
1149 as it could be also used to enable future features that depend on OpenMP.
1151 2015-09-22 Ryuan Choi <ryuan.choi@navercorp.com>
1153 [EFL] Build break when DEVELOPER_MODE is OFF
1154 https://bugs.webkit.org/show_bug.cgi?id=149448
1156 Reviewed by Gyuyoung Kim.
1158 Since r187191, DatabaseProcessMainUnix is missing in symbol filter.
1160 * Source/cmake/eflsymbols.filter:
1162 2015-09-21 Alex Christensen <achristensen@webkit.org>
1164 Disable PICTURE_SIZES in Windows CMake build like r189745.
1165 https://bugs.webkit.org/show_bug.cgi?id=149125
1167 * Source/cmake/OptionsWin.cmake:
1168 Do the same thing as r189745.
1170 2015-09-20 Youenn Fablet <youenn.fablet@crf.canon.fr>
1172 Removing XHR_TIMEOUT guard
1174 Remove XHR_TIMEOUT compilation guard
1175 https://bugs.webkit.org/show_bug.cgi?id=149260
1177 Reviewed by Benjamin Poulain.
1179 * Source/cmake/OptionsEfl.cmake:
1180 * Source/cmake/OptionsGTK.cmake:
1181 * Source/cmake/OptionsMac.cmake:
1182 * Source/cmake/OptionsWin.cmake:
1183 * Source/cmake/WebKitFeatures.cmake:
1185 2015-09-18 Alex Christensen <achristensen@webkit.org>
1187 Fix tests on Windows after switching to CMake.
1188 https://bugs.webkit.org/show_bug.cgi?id=149339
1190 Reviewed by Brent Fulgham.
1192 * Source/PlatformWin.cmake: Added to copy WebInspectorUI.
1194 2015-09-17 Alex Christensen <achristensen@webkit.org>
1196 Fix Windows EWS build after r189934.
1198 * Source/cmake/OptionsWin.cmake:
1199 Use WEBKIT_LIBRARIES environment variable if it exists.
1200 We have the WebKitLibraries directory separate from the repository copy on the EWS bots.
1202 2015-09-15 Ryosuke Niwa <rniwa@webkit.org>
1204 Add ShadowRoot interface and Element.prototype.attachShadow
1205 https://bugs.webkit.org/show_bug.cgi?id=149187
1207 Reviewed by Antti Koivisto.
1209 * Source/cmake/OptionsGTK.cmake:
1211 2015-09-15 Csaba Osztrogonác <ossy@webkit.org>
1213 [cmake] Enable debug fission only if it is supported
1214 https://bugs.webkit.org/show_bug.cgi?id=149161
1216 Reviewed by Martin Robinson.
1218 * Source/cmake/OptionsCommon.cmake:
1220 2015-09-14 Alex Christensen <achristensen@webkit.org>
1222 Progress towards CMake on Mac.
1223 https://bugs.webkit.org/show_bug.cgi?id=149123
1225 Reviewed by Chris Dumez.
1227 * Source/cmake/OptionsMac.cmake:
1228 * Source/cmake/WebKitFeatures.cmake:
1229 Defined and enabled some more features needed on Mac.
1230 * Source/cmake/WebKitMacros.cmake:
1231 Objective C bindings need special changes when generating:
1232 Some of the bindings do not generate a .mm file but the header is needed.
1233 Some of the bindings do generate a .mm file that doesn't compile but the header is needed.
1234 In order to handle these cases, it is necessary to change the GENERATE_BINDINGS macro just for ObjC.
1236 2015-09-08 Daniel Bates <dabates@apple.com>
1238 Convert manual test added in http://trac.webkit.org/changeset/70321 to an automated test
1239 https://bugs.webkit.org/show_bug.cgi?id=74729
1240 <rdar://problem/22550195>
1242 Reviewed by Jon Honeycutt.
1244 * ManualTests/compositing/resources/composited-subframe.html: Removed.
1245 * ManualTests/compositing/show-composited-iframe-on-back-button.html: Removed.
1247 2015-09-06 Andy Estes <aestes@apple.com>
1249 WebKit.xcworkspace should be be able to build iOS platforms
1250 https://bugs.webkit.org/show_bug.cgi?id=148881
1252 Reviewed by Daniel Bates.
1254 Since we don't want to create platform-specific schemes, all projects in the workspace's schemes need to build
1255 for all supported platforms.
1257 * WebKit.xcworkspace/xcshareddata/xcschemes/All Tools.xcscheme: Removed the DumpRenderTree target since its All
1258 target was already included. Removed the WebKitTestRunner target and replaced it with its All target.
1260 2015-09-04 Jon Honeycutt <jhoneycutt@apple.com>
1262 [iOS] Need a test for bug #145539: Uploading an animated GIF from the
1263 photo library uploads a JPEG
1264 https://bugs.webkit.org/show_bug.cgi?id=148849
1266 Reviewed by Daniel Bates.
1268 * ManualTests/ios/image-file-uploads-as-original-type.html: Added.
1269 On the Mac, file upload tests use EventSender::beginDragWithFiles. This
1270 functionality doesn't exist on iOS, so we'll add a manual test.
1271 This tests that the first few bytes of the selected file are "GIF".
1273 2015-09-04 Carlos Alberto Lopez Perez <clopez@igalia.com>
1275 Follow-up patch for r189343.
1276 https://bugs.webkit.org/show_bug.cgi?id=148795
1278 Rubber-stamped by Csaba Osztrogonác.
1280 * Source/cmake/WebKitCommon.cmake: Relax the Ruby version requirement
1281 to 1.9, since this seems to be enough to fix the build failure.
1282 And 2.0 may cause problems for developers using some distributions like Ubuntu.
1284 2015-09-04 Emanuele Aina <emanuele.aina@collabora.com>
1286 [CMake] Trigger the memory-reduction tricks on armhf too
1287 https://bugs.webkit.org/show_bug.cgi?id=146640
1289 Reviewed by Csaba Osztrogonác.
1291 * Source/cmake/OptionsCommon.cmake:
1292 Activate --no-keep-memory even on armhf to reduce the amount of memory
1293 needed during linking, to avoid out-of-memory failures as much as
1296 2015-09-04 Carlos Alberto Lopez Perez <clopez@igalia.com>
1298 REGRESSION(r189293): JavaScriptCore/offlineasm/x86.rb -- Build failure with ruby < 2.0
1299 https://bugs.webkit.org/show_bug.cgi?id=148795
1301 Rubber-stamped by Carlos Garcia Campos.
1303 * Source/cmake/WebKitCommon.cmake: Require now at least Ruby 2.0
1305 2015-09-02 Alex Christensen <achristensen@webkit.org>
1307 Make bison grammar compatible with bison 2.1
1308 https://bugs.webkit.org/show_bug.cgi?id=148731
1310 Reviewed by Tim Horton.
1312 * Source/cmake/WebKitCommon.cmake:
1315 2015-08-31 Carlos Alberto Lopez Perez <clopez@igalia.com>
1317 [CMake] Build with Debug Fission on by default on Debug builds.
1318 https://bugs.webkit.org/show_bug.cgi?id=148639
1320 Reviewed by Martin Robinson.
1322 * Source/cmake/OptionsCommon.cmake:
1324 2015-08-29 Alex Christensen <achristensen@webkit.org>
1326 Unreviewed build fix after r179923.
1328 * Source/CMakeLists.txt:
1329 bmalloc isn't ported to Windows yet.
1331 2015-08-27 Alex Christensen <achristensen@webkit.org>
1333 Isolate Source directories in CMake build
1334 https://bugs.webkit.org/show_bug.cgi?id=148389
1336 Reviewed by Brent Fulgham.
1339 * Source/cmake/WebKitCommon.cmake:
1340 Move package finding to WebKitCommon.
1342 2015-08-26 Per Arne Vollan <peavo@outlook.com>
1344 [Win] Build does not generate debug info.
1345 https://bugs.webkit.org/show_bug.cgi?id=148431
1347 Reviewed by Alex Christensen.
1349 Generate debug info for Windows builds.
1351 * Source/cmake/OptionsWin.cmake:
1353 2015-08-26 Michael Catanzaro <mcatanzaro@igalia.com>
1355 [GTK] Disable ACCELERATED_2D_CANVAS by default
1356 https://bugs.webkit.org/show_bug.cgi?id=148473
1358 Reviewed by Martin Robinson.
1360 Currently ACCELERATED_2D_CANVAS is enabled by default on most systems (which have CairoGL)
1361 but not on Debian (which does not). We've known this was problematic for a while, since it
1362 means we have two different sets of distro-dependent bugs, but never decided whether that
1363 outweighed the benefits of CarioGL or not. I'm making the call now: it's more important to
1364 have the same bugs everywhere. We can turn this on again for other distros when we're ready
1365 to turn it on for Debian.
1367 Also, properly fail the build if ENABLE_ACCELERATED_2D_CANVAS is enabled but CairoGL is not
1370 * Source/cmake/OptionsGTK.cmake:
1372 2015-08-25 Commit Queue <commit-queue@webkit.org>
1374 Unreviewed, rolling out r188919.
1375 https://bugs.webkit.org/show_bug.cgi?id=148452
1377 broke build (Requested by alexchristensen on #webkit).
1381 "[Win] Build does not generate debug info."
1382 https://bugs.webkit.org/show_bug.cgi?id=148431
1383 http://trac.webkit.org/changeset/188919
1385 2015-08-25 Michael Catanzaro <mcatanzaro@igalia.com>
1387 [GTK] r186800 broke the build on Ubuntu 14.04
1388 https://bugs.webkit.org/show_bug.cgi?id=147559
1390 Reviewed by Martin Robinson.
1392 * Source/cmake/FindGTK3.cmake: Always define GTK3_SUPPORTS_X11 and GTK3_SUPPORTS_WAYLAND.
1393 * Source/cmake/OptionsGTK.cmake: Autodetect support for X11 and Wayland backends.
1395 2015-08-25 Per Arne Vollan <peavo@outlook.com>
1397 [Win] Build does not generate debug info.
1398 https://bugs.webkit.org/show_bug.cgi?id=148431
1400 Reviewed by Brent Fulgham.
1402 Generate debug info for Windows builds.
1404 * Source/cmake/OptionsWin.cmake:
1406 2015-08-20 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
1408 [GTK] Auto-detection of cairo-gl fails
1409 https://bugs.webkit.org/show_bug.cgi?id=148189
1411 Reviewed by Žan Doberšek.
1413 * Source/cmake/FindCairoGL.cmake: only check for components if the main package has
1414 been found. Otherwise, if either GLX or EGL are available, cairo-gl will also be
1415 deemed available, which might not be the case.
1416 * Source/cmake/OptionsGTK.cmake: fix the usage of the CAIROGL_FOUND variable.
1418 2015-08-19 Alex Christensen <achristensen@webkit.org>
1420 CMake Windows build should not include files directly from other Source directories
1421 https://bugs.webkit.org/show_bug.cgi?id=148198
1423 Reviewed by Brent Fulgham.
1425 * Source/cmake/WebKitMacros.cmake:
1427 2015-08-19 Alex Christensen <achristensen@webkit.org>
1429 Build TestWTF on Mac with CMake.
1430 https://bugs.webkit.org/show_bug.cgi?id=147972
1432 Reviewed by Tim Horton.
1434 * Source/cmake/OptionsMac.cmake:
1435 Enable API tests in Mac's CMake build.
1437 2015-08-18 Alex Christensen <achristensen@webkit.org>
1439 [CMake] REGRESSION(r188540): WebKitTestRunner is not longer built and all the tests (layout and perf) fail.
1440 https://bugs.webkit.org/show_bug.cgi?id=148127
1442 Reviewed by Martin Robinson.
1445 TOOLS_DIR hasn't been set yet since its defining has been moved to WebKitFS.
1447 2015-08-17 Alex Christensen <achristensen@webkit.org>
1449 [Win CMake] Allow WebKitLibraries directory to be set from the command line
1450 https://bugs.webkit.org/show_bug.cgi?id=148112
1452 Reviewed by Brent Fulgham.
1454 * Source/cmake/OptionsWin.cmake:
1455 Don't use an environment variable for WEBKIT_LIBRARIES_DIR.
1456 Instead, use the default location if nothing is passed in from the command line.
1457 This way we can set it from the command line for the AppleInternal build.
1458 Also, set the output directories to be consistent between the old and new build systems (and ninja).
1460 2015-08-17 Alex Christensen <achristensen@webkit.org>
1462 Build Debug Suffix on Windows with CMake
1463 https://bugs.webkit.org/show_bug.cgi?id=148083
1465 Reviewed by Brent Fulgham.
1467 * Source/cmake/OptionsWin.cmake:
1468 Use debug libraries in debug suffix builds.
1470 2015-08-17 Alex Christensen <achristensen@webkit.org>
1472 Move some commands from ./CMakeLists.txt to Source/cmake
1473 https://bugs.webkit.org/show_bug.cgi?id=148003
1475 Reviewed by Brent Fulgham.
1478 Moved functionality to WebKitCommon.cmake and WebKitFS.cmake and made conditional
1479 so we can change directory structure from command line parameters.
1480 * Source/cmake/OptionsAppleWin.cmake:
1481 * Source/cmake/OptionsWin.cmake: Copied from Source/cmake/OptionsWindows.cmake.
1482 * Source/cmake/OptionsWinCairo.cmake:
1483 * Source/cmake/OptionsWindows.cmake: Removed.
1484 * Source/cmake/WebKitCommon.cmake: Added.
1485 * Source/cmake/WebKitFS.cmake:
1487 2015-08-13 Commit Queue <commit-queue@webkit.org>
1489 Unreviewed, rolling out r188428.
1490 https://bugs.webkit.org/show_bug.cgi?id=148015
1492 broke cmake build (Requested by alexchristensen on #webkit).
1496 "Move some commands from ./CMakeLists.txt to Source/cmake"
1497 https://bugs.webkit.org/show_bug.cgi?id=148003
1498 http://trac.webkit.org/changeset/188428
1500 2015-08-13 Alex Christensen <achristensen@webkit.org>
1502 Move some commands from ./CMakeLists.txt to Source/cmake
1503 https://bugs.webkit.org/show_bug.cgi?id=148003
1505 Reviewed by Brent Fulgham.
1508 Moved functionality to WebKitCommon.cmake and WebKitFS.cmake and made conditional
1509 so we can change directory structure from command line parameters.
1510 * Source/cmake/WebKitCommon.cmake: Added.
1511 * Source/cmake/WebKitFS.cmake:
1513 2015-08-13 Wenson Hsieh <wenson_hsieh@apple.com>
1515 A focused node should not be assisted when handling touch events synchronously
1516 https://bugs.webkit.org/show_bug.cgi?id=147836
1518 Reviewed by Enrica Casucci.
1520 Added manual tests for keyboard assistance behavior due to receiving touch events on iOS.
1522 * ManualTests/ios/focused-input-should-assist-on-touch.html: Checks that a currently focused
1523 input can still be assisted due to a touch event.
1524 * ManualTests/ios/keyboard-should-not-show-on-touch-event.html: Checks that handling a touch
1525 event does not automatically cause us to assist the currently focused node.
1527 2015-08-12 Alex Christensen <achristensen@webkit.org>
1529 Fix Debug CMake builds on Windows
1530 https://bugs.webkit.org/show_bug.cgi?id=147940
1532 Reviewed by Chris Dumez.
1534 * Source/cmake/OptionsWindows.cmake:
1535 Put 32-bit binaries in a bin32 subdirectory and 64-bit binaries in a bin64 subdirectory.
1537 2015-08-10 Alex Christensen <achristensen@webkit.org>
1539 Build TestWebKitAPI with CMake on Windows
1540 https://bugs.webkit.org/show_bug.cgi?id=147851
1542 Reviewed by Chris Dumez.
1544 * Source/cmake/OptionsWindows.cmake:
1545 Enable api tests and set USE_SYSTEM_MALLOC to avoid warnings when redefining it.
1547 2015-08-06 Alex Christensen <achristensen@webkit.org>
1549 [Win] CMake build fix after r188098.
1551 * Source/cmake/OptionsWinCairo.cmake:
1552 OptionsWindows.cmake uses WTF_PLATFORM_WIN_CAIRO now, so we need to set it before including OptionsWindows.
1554 2015-08-04 Alex Christensen <achristensen@webkit.org>
1556 Fix quirks with CMake and VS2015
1557 https://bugs.webkit.org/show_bug.cgi?id=147663
1559 Reviewed by Brent Fulgham.
1561 * Source/cmake/OptionsWindows.cmake:
1562 Hide some warnings. Using the same variable names in nested scopes is ok for now.
1563 Disable INTL for now.
1565 2015-08-04 Alex Christensen <achristensen@webkit.org>
1567 Enable WebGL on Windows CMake build.
1568 https://bugs.webkit.org/show_bug.cgi?id=143311
1570 Reviewed by Csaba Osztrogonác.
1572 * Source/cmake/OptionsWindows.cmake:
1573 Enable WebGL by default in CMake builds now that it works.
1575 2015-08-04 Mario Sanchez Prada <mario@endlessm.com>
1577 [GTK] Accelerated 2D Canvas enabled when cairo-gl is not available
1578 https://bugs.webkit.org/show_bug.cgi?id=147625
1580 Reviewed by Martin Robinson.
1582 Do not set the CAIRO_<COMPONENT>_* CMake variables for cairo-gl
1583 components unless they were actually found, not to accidentally
1584 enable Accelerated 2D canvas, which would cause the build to fail.
1586 * Source/cmake/FindCairoGL.cmake: Set this variables only when
1587 pkg_check_modules() had actually found the relevant component.
1589 2015-08-03 Csaba Osztrogonác <ossy@webkit.org>
1591 [CMake] Add an option to build AllInOne files
1592 https://bugs.webkit.org/show_bug.cgi?id=102647
1594 Reviewed by Alex Christensen.
1596 * Source/cmake/OptionsEfl.cmake: Disabled by default.
1597 * Source/cmake/OptionsGTK.cmake: Disabled by default.
1598 * Source/cmake/OptionsWindows.cmake: Enabled by default.
1599 * Source/cmake/WebKitFeatures.cmake:
1600 * Source/cmake/WebKitMacros.cmake:
1602 2015-08-03 Carlos Garcia Campos <cgarcia@igalia.com>
1604 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.5 release.
1606 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1608 2015-07-31 Alex Christensen <achristensen@webkit.org>
1610 Prepare for debug CMake builds on Windows.
1611 https://bugs.webkit.org/show_bug.cgi?id=147484
1613 Reviewed by Tim Horton.
1615 * Source/cmake/OptionsWindows.cmake:
1616 Don't use debug runtimes in debug builds because the dependencies are only built with multithreaded runtimes.
1618 2015-07-30 Joonghun Park <jh718.park@samsung.com>
1620 [EFL] Enable IndexedDB based on DatabaseProcess
1621 https://bugs.webkit.org/show_bug.cgi?id=147221
1623 Reviewed by Csaba Osztrogonác.
1625 * Source/cmake/OptionsEfl.cmake:
1627 2015-07-30 Alex Christensen <achristensen@webkit.org>
1629 Build AppleWin port with CMake
1630 https://bugs.webkit.org/show_bug.cgi?id=147385
1632 Reviewed by Martin Robinson.
1634 * Source/cmake/OptionsWindows.cmake:
1635 Use the static multithreaded runtime. Based on
1636 http://www.cmake.org/Wiki/CMake_FAQ#How_can_I_build_my_MSVC_application_with_a_static_runtime.3F
1638 2015-07-29 Andy VanWagoner <thetalecrafter@gmail.com>
1640 Implement basic types for ECMAScript Internationalization API
1641 https://bugs.webkit.org/show_bug.cgi?id=146926
1643 Reviewed by Benjamin Poulain.
1645 Enable flag now that the basic objects are in place.
1647 * Source/cmake/WebKitFeatures.cmake: enable INTL
1649 2015-07-29 Basile Clement <basile_clement@apple.com>
1651 Remove native call inlining
1652 https://bugs.webkit.org/show_bug.cgi?id=147417
1654 Rubber-stamped by Filip Pizlo.
1656 * Source/cmake/OptionsEfl.cmake:
1657 * Source/cmake/WebKitFeatures.cmake:
1659 2015-07-28 Yusuke Suzuki <utatane.tea@gmail.com>
1661 [ES6] Add ENABLE_ES6_MODULES compile time flag with the default value "false"
1662 https://bugs.webkit.org/show_bug.cgi?id=147350
1664 Reviewed by Sam Weinig.
1666 * Source/cmake/WebKitFeatures.cmake:
1668 2015-07-27 Alex Christensen <achristensen@webkit.org>
1670 Use Ninja on Windows.
1671 https://bugs.webkit.org/show_bug.cgi?id=147228
1673 Reviewed by Martin Robinson.
1675 * Source/cmake/OptionsWindows.cmake:
1676 Only use /MP when using generated Visual Studio solution files to build.
1677 It makes compiling parallel in MSVC, but Ninja doesn't like it.
1679 2015-07-27 Alex Christensen <achristensen@webkit.org>
1681 Progress towards building AppleWin with CMake
1682 https://bugs.webkit.org/show_bug.cgi?id=147325
1684 Reviewed by Martin Robinson.
1686 * Source/cmake/OptionsWindows.cmake:
1687 Link with 64-bit libraries if building 64-bit binaries.
1688 Don't run regular expressions on empty strings when using Ninja.
1689 Removed DebugSuffix Visual Studio environment variables.
1691 2015-07-23 Alex Christensen <achristensen@webkit.org>
1693 Remove compile and runtime flags for promises.
1694 https://bugs.webkit.org/show_bug.cgi?id=147244
1696 Reviewed by Yusuke Suzuki.
1698 * Source/cmake/OptionsMac.cmake:
1699 * Source/cmake/OptionsWindows.cmake:
1700 * Source/cmake/WebKitFeatures.cmake:
1702 2015-07-22 Sukolsak Sakshuwong <sukolsak@gmail.com>
1704 Add ENABLE_WEBASSEMBLY feature flag for WebAssembly
1705 https://bugs.webkit.org/show_bug.cgi?id=147212
1707 Reviewed by Filip Pizlo.
1709 * Source/cmake/WebKitFeatures.cmake:
1711 2015-07-22 Alex Christensen <achristensen@webkit.org>
1713 Fix quirks in CMake build on Mac and Windows
1714 https://bugs.webkit.org/show_bug.cgi?id=147174
1716 Reviewed by Gyuyoung Kim.
1719 * Source/cmake/OptionsWindows.cmake:
1720 Added options I removed in r187022. They are indeed needed.
1721 * Source/cmake/WebKitFS.cmake:
1722 Make the DerivedSources/WebKit directory.
1724 2015-07-21 Carlos Garcia Campos <cgarcia@igalia.com>
1726 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.4 release.
1728 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1730 2015-07-20 Alex Christensen <achristensen@webkit.org>
1732 Resurrect CMake build on Windows.
1733 https://bugs.webkit.org/show_bug.cgi?id=147083
1735 Reviewed by Gyuyoung Kim.
1737 * Source/cmake/OptionsCommon.cmake:
1738 * Source/cmake/OptionsWindows.cmake:
1739 Change features to get it to compile. Still not a complete feature set.
1741 2015-07-19 Michael Catanzaro <mcatanzaro@igalia.com>
1743 [GTK] Add seccomp filters support
1744 https://bugs.webkit.org/show_bug.cgi?id=110014
1746 Reviewed by Žan Doberšek.
1748 Find needed compiler and linker flags for libseccomp.
1750 * Source/cmake/OptionsGTK.cmake:
1752 2015-07-17 Ting-Wei Lan <lantw44@gmail.com>
1754 Bring back the GNU ar check to create thin archives on non-Linux systems
1755 https://bugs.webkit.org/show_bug.cgi?id=146681
1757 Reviewed by Martin Robinson.
1759 We already use GNU ar thin archive feature to save time and disk space
1760 on creating static archives, but it is only enabled on Linux. Without
1761 this feature, the debug build of WebCore can be larger than 4 GiB,
1762 which can cause error because GNU ar format uses 32-bit integer to
1763 store offsets in the symbol table. This patch is similar to
1764 https://bugs.webkit.org/show_bug.cgi?id=128596.
1766 * Source/cmake/OptionsCommon.cmake:
1768 2015-07-14 Carlos Alberto Lopez Perez <clopez@igalia.com>
1770 [GTK] [Wayland] Build by default the X11 and Wayland targets.
1771 https://bugs.webkit.org/show_bug.cgi?id=146057
1773 Reviewed by Carlos Garcia Campos.
1775 * Source/cmake/OptionsGTK.cmake:
1777 2015-07-10 Michael Catanzaro <mcatanzaro@igalia.com>
1779 [GTK] ar warning when linking static libraries
1780 https://bugs.webkit.org/show_bug.cgi?id=144988
1782 Reviewed by Carlos Garcia Campos.
1784 Do not use 'u' when calling ar. This argument conflicts with 'D' and is ignored if 'D' is
1785 used, and 'D' is used by default if binutils is built with --enable-deterministic-archives.
1786 Using 'u' with 'D' causes a warning to be printed when linking static libraries. At least
1787 Fedora and Debian have recently both chosen to use --enable-deterministic-archives, so we
1788 should either stop using 'u' or else add 'U' as well in order to disable deterministic
1789 archives. Using 'U' should result in a somewhat faster build (at least when using the
1790 Makefile generator), but it's unlikely that the difference is significant, so let's simply
1791 remove 'u' until someone determines otherwise. This seems like a better option than adding
1792 'U' so as not to foil distributions' attempts to perform deterministic builds. This also
1793 aligns us with the behavior of upstream CMake (which has never used 'u'). This is a minor
1794 behavior change on distributions that do not use --enable-deterministic-archives, notably
1797 * Source/cmake/OptionsCommon.cmake:
1799 2015-07-03 Emanuele Aina <emanuele.aina@collabora.com>
1801 [GTK] Forcefully disable gtk-doc and gobject-introspection when crossbuilding
1802 https://bugs.webkit.org/show_bug.cgi?id=146590
1804 Reviewed by Martin Robinson.
1806 * Source/PlatformGTK.cmake: override the cached variables to
1807 forcefully disable gtk-doc and gobject-introspection when
1809 * Source/cmake/OptionsGTK.cmake: avoid running gtk-doc to check the
1810 documentation syntax when cross-building.
1813 2015-07-02 Przemek Piorkowski <piorkowskiprzemyslaw@gmail.com>
1815 [EFL] test_ewk2_application_cache_manager has been failed since r185527
1816 https://bugs.webkit.org/show_bug.cgi?id=146016
1818 Reviewed by Gyuyoung Kim.
1820 In order to handle properly WebApplicationCacheManagerProxy implementation which use
1821 WebsiteDataRecord it is necessary to enable PUBLIC_SUFFIX_LIST for EFL.
1822 Implementation of PUBLIC_SUFFIX_LIST already exists for soup so EFL can use it as well.
1824 * Source/cmake/OptionsEfl.cmake: set ENABLE_PUBLIC_SUFFIX_LIST to ON for EFL.
1826 2015-06-30 Andy VanWagoner <thetalecrafter@gmail.com>
1828 Implement ECMAScript Internationalization API
1829 https://bugs.webkit.org/show_bug.cgi?id=90906
1831 Reviewed by Benjamin Poulain.
1833 Begin implementing the Intl apis behind ENABLE_INTL flag.
1834 Create the base Intl namespace object.
1836 * Source/cmake/WebKitFeatures.cmake: add ENABLE_INTL flag
1838 2015-06-30 Philippe Normand <pnormand@igalia.com>
1840 [CMake] Error when gst-plugins-base is missing is too confusing
1841 https://bugs.webkit.org/show_bug.cgi?id=145682
1843 Reviewed by Carlos Garcia Campos.
1845 * Source/cmake/OptionsGTK.cmake: Error out if the required
1846 GStreamer libraries are not found on the host.
1848 2015-06-28 Philip Chimento <philip.chimento@gmail.com>
1850 CairoGL should be checked unconditionally
1851 https://bugs.webkit.org/show_bug.cgi?id=146390
1853 Reviewed by Darin Adler.
1855 * Source/cmake/OptionsGTK.cmake: Move check for CairoGL so that
1856 it is run unconditionally; this is necessary because its result
1857 is used later on, outside of any conditions.
1859 2015-06-27 Carlos Garcia Campos <cgarcia@igalia.com>
1861 [GTK][SOUP] Implement WebCore::PublicSuffix for soup and enable PUBLIC_SUFFIX_LIST for GTK+
1862 https://bugs.webkit.org/show_bug.cgi?id=146318
1864 Reviewed by Sergio Villar Senin.
1866 Enable PUBLIC_SUFFIX_LIST for GTK+.
1868 * Source/cmake/OptionsGTK.cmake:
1870 2015-06-22 Carlos Garcia Campos <cgarcia@igalia.com>
1872 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.3 release.
1874 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1876 2015-06-22 Ryuan Choi <ryuan.choi@navercorp.com>
1878 [EFL] Hyphenation is not supported
1879 https://bugs.webkit.org/show_bug.cgi?id=89830
1881 Reviewed by Gyuyoung Kim.
1883 * Source/cmake/OptionsEfl.cmake: Added an option for LibHyphen.
1885 2015-06-22 Zan Dobersek <zdobersek@igalia.com>
1887 [CMake] Add support for building with various sanitizer tools
1888 https://bugs.webkit.org/show_bug.cgi?id=131941
1890 Reviewed by Martin Robinson.
1892 * Source/PlatformGTK.cmake: Don't generate any documentation
1893 when compiling with sanitizers enabled.
1894 * Source/cmake/OptionsCommon.cmake: Allow linking with
1895 undefined symbols when compiling with sanitizers enabled.
1897 2015-06-21 Philip Chimento <philip.chimento@gmail.com>
1899 libwebkit2gtk fails to link without opengl
1900 https://bugs.webkit.org/show_bug.cgi?id=138332
1902 Reviewed by Carlos Garcia Campos.
1904 * Source/cmake/OptionsGTK.cmake: USE(TEXTURE_MAPPER) must be
1905 enabled regardless of whether OpenGL is, because certain symbols
1906 such as WebCore::GraphicsLayer::create() need to be built.
1908 2015-06-20 Michael Catanzaro <mcatanzaro@igalia.com>
1910 [EFL][GTK] Define GLIB_VERSION_MIN_REQUIRED and require glib 2.36 for GTK
1911 https://bugs.webkit.org/show_bug.cgi?id=146181
1913 Reviewed by Martin Robinson.
1915 Bump our GLib requirement to 2.36 to reflect reality, since we are using GTask.
1917 * Source/cmake/OptionsGTK.cmake:
1919 2015-06-20 Ryuan Choi <ryuan.choi@navercorp.com>
1921 [EFL] Do not consider test directories when DEVELOPER_MODE is OFF
1922 https://bugs.webkit.org/show_bug.cgi?id=146171
1924 Reviewed by Gyuyoung Kim.
1926 * Source/cmake/OptionsEfl.cmake:
1927 Exposed ENABLE_DEVELOPER_MODE to Compiler and CMake definition when DEVELOPER_MODE is ON.
1929 2015-06-19 Michael Catanzaro <mcatanzaro@igalia.com>
1931 [CMake] FindGTK3.cmake should not modify the values of build options
1932 https://bugs.webkit.org/show_bug.cgi?id=144613
1934 Reviewed by Martin Robinson.
1936 * Source/cmake/FindGTK3.cmake: Do not check or set the value of ENABLE_X11_TARGET and
1937 ENABLE_WAYLAND_TARGET. Instead, simply define the variables GTK3_SUPPORTS_X11 and
1938 GTK3_SUPPORTS_WAYLAND as appropriate. Also, rename GTK_SUPPORTS_GESTURES to
1939 GTK3_SUPPORTS_GESTURES for consistency.
1940 * Source/cmake/OptionsGTK.cmake: Fail the build if the appropriate GTK+ backend is not
1941 available. It's not possible to automatically select a backend correctly anymore, since all
1942 options are set at the same time.
1944 2015-06-19 Csaba Osztrogonác <ossy@webkit.org>
1946 Remove unnecessary svn:executable flags
1947 https://bugs.webkit.org/show_bug.cgi?id=146107
1949 Reviewed by Alexey Proskuryakov.
1951 * ManualTests/iframe_notifications/iframe-reparenting-close-window-child.html: Removed property svn:executable.
1952 * ManualTests/iframe_notifications/iframe-reparenting-close-window-iframe.html: Removed property svn:executable.
1953 * ManualTests/iframe_notifications/iframe-reparenting-close-window.html: Removed property svn:executable.
1954 * ManualTests/select-menu-list-wrongly-positioned.html: Removed property svn:executable.
1955 * ManualTests/svg-text-float-not-removed-crash.html: Removed property svn:executable.
1957 2015-06-18 Ryuan Choi <ryuan.choi@navercorp.com>
1959 [EFL] Use SET_AND_EXPOSE_TO_BUILD instead of definitions
1960 https://bugs.webkit.org/show_bug.cgi?id=146108
1962 Reviewed by Gyuyoung Kim.
1964 * Source/cmake/OptionsEfl.cmake:
1966 2015-06-16 Ryuan Choi <ryuan.choi@navercorp.com>
1968 [EFL] Remove duplicated PUBLIC argument in OptionsEfl.cmake
1969 https://bugs.webkit.org/show_bug.cgi?id=146035
1971 Reviewed by Gyuyoung Kim.
1973 * Source/cmake/OptionsEfl.cmake:
1975 2015-06-16 Carlos Alberto Lopez Perez <clopez@igalia.com>
1977 [GTK] [Wayland] Should be possible to build with support for both X11 and Wayland.
1978 https://bugs.webkit.org/show_bug.cgi?id=145701
1980 Reviewed by Darin Adler.
1982 * Source/cmake/OptionsGTK.cmake: Remove conflicting options.
1984 2015-06-15 Jon Honeycutt <jhoneycutt@apple.com>
1986 [iOS] Crash long pressing on <input type=file>
1987 https://bugs.webkit.org/show_bug.cgi?id=146009
1988 <rdar://problem/21234453>
1990 Reviewed by Ryosuke Niwa.
1992 * ManualTests/ios/long-press-input-type-file-crash.html: Added.
1994 2015-06-16 Brent Fulgham <bfulgham@apple.com>
1996 Rollout accidental Xcode project change.
1998 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
2000 2015-06-12 Gyuyoung Kim <gyuyoung.kim@webkit.org>
2002 [EFL] Bump EWebKit version from 1.11.0 to 1.14.0
2003 https://bugs.webkit.org/show_bug.cgi?id=145909
2005 Reviewed by Csaba Osztrogonác.
2007 Bump EWebKit version based on efl library version used by the EWebKit.
2009 * Source/cmake/OptionsEfl.cmake:
2011 2015-06-11 Commit Queue <commit-queue@webkit.org>
2013 Unreviewed, rolling out r185453.
2014 https://bugs.webkit.org/show_bug.cgi?id=145881
2016 it broke the 32-bit build (Requested by clopez on #webkit).
2020 "[GTK] [Wayland] Should be possible to build with support for
2021 both X11 and Wayland."
2022 https://bugs.webkit.org/show_bug.cgi?id=145701
2023 http://trac.webkit.org/changeset/185453
2025 2015-06-11 Carlos Alberto Lopez Perez <clopez@igalia.com>
2027 [GTK] [Wayland] Should be possible to build with support for both X11 and Wayland.
2028 https://bugs.webkit.org/show_bug.cgi?id=145701
2030 Reviewed by Žan Doberšek.
2032 * Source/cmake/OptionsGTK.cmake: Remove conflicting options.
2034 2015-06-03 Daniel Bates <dabates@apple.com>
2036 Caps lock indicator should not be shown in read-only or disabled field
2037 https://bugs.webkit.org/show_bug.cgi?id=145612
2038 <rdar://problem/21227454>
2040 Reviewed by Darin Adler.
2042 * ManualTests/password-caps-lock-should-not-show-in-read-only-field.html: Added.
2043 * ManualTests/password-caps-lock-should-not-show-when-field-becomes-disabled.html: Added.
2044 * ManualTests/password-caps-lock-should-not-show-when-field-becomes-read-only.html: Added.
2046 2015-06-01 Csaba Osztrogonác <ossy@webkit.org>
2048 [cmake] Suppress parentheses-equality warnings
2049 https://bugs.webkit.org/show_bug.cgi?id=145126
2051 Reviewed by Darin Adler.
2053 * Source/cmake/WebKitHelpers.cmake:
2055 2015-05-28 Carlos Alberto Lopez Perez <clopez@igalia.com>
2057 [CMake] Improve detection and usage of GL/GLES/EGL libraries.
2058 https://bugs.webkit.org/show_bug.cgi?id=145408
2060 Reviewed by Carlos Garcia Campos.
2062 * Source/cmake/FindEGL.cmake: Improve detection of EGL libraries.
2063 * Source/cmake/FindGLES.cmake: Removed. It was used by the EGL port.
2064 Remove it and make the EGL port use the improved FindOpenGLES2.cmake
2066 * Source/cmake/FindOpenGL.cmake: Added. Add module to detect OpenGL
2067 libraries. Detect also GLX libraries.
2068 * Source/cmake/FindOpenGLES2.cmake: Improve detection of OpenGLES-v2
2069 libraries. Use find_path() to get the include path.
2070 * Source/cmake/OptionsEfl.cmake: Use now the improved FindOpenGLES2
2072 * Source/cmake/OptionsGTK.cmake: Set default value for ENABLE_GLES2
2073 depending on the libraries found on the system.
2074 Move the detection of GLX (and the include of CMakePushCheckState)
2075 to FindOpenGL.cmake.
2076 Ensure that we only define USE_GLX when we build with OpenGL
2077 (but not with GLESv2).
2079 2015-05-27 Dean Jackson <dino@apple.com>
2081 img.currentSrc problem in strict mode with old picturefill
2082 https://bugs.webkit.org/show_bug.cgi?id=144095
2083 <rdar://problem/21087013>
2085 Reviewed by Simon Fraser.
2087 Add a PICTURE_SIZES flag.
2089 * Source/cmake/OptionsEfl.cmake:
2090 * Source/cmake/OptionsGTK.cmake:
2091 * Source/cmake/OptionsMac.cmake:
2092 * Source/cmake/OptionsWindows.cmake:
2093 * Source/cmake/WebKitFeatures.cmake:
2095 2015-05-27 Carlos Garcia Campos <cgarcia@igalia.com>
2097 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.2 release.
2099 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
2101 2015-05-25 Carlos Garcia Campos <cgarcia@igalia.com>
2103 Unreviewed. Export DatabaseProcessMainUnix symbol.
2105 Add DatabaseProcessMainUnix symbol to gtksymbols.filter so that it
2106 is exported in production builds.
2108 * Source/cmake/gtksymbols.filter:
2110 2015-05-25 Carlos Garcia Campos <cgarcia@igalia.com>
2112 [GTK] Enable IndexedDB
2113 https://bugs.webkit.org/show_bug.cgi?id=98932
2115 Reviewed by Žan Doberšek.
2117 * Source/cmake/OptionsGTK.cmake: Enable DATABASE_PROCESS and INDEXED_DATABASE.
2118 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_DATABASE_PROCESS.
2120 2015-05-24 Carlos Garcia Campos <cgarcia@igalia.com>
2122 [GTK] Bump GCC requirements to 4.9.0
2123 https://bugs.webkit.org/show_bug.cgi?id=145211
2125 Reviewed by Žan Doberšek.
2127 It's required to build with IndexedDB support when using GCC,
2128 clang works just fine. See https://bugs.webkit.org/show_bug.cgi?id=98932.
2130 * Source/cmake/OptionsGTK.cmake:
2132 2015-05-18 Michael Catanzaro <mcatanzaro@igalia.com>
2134 [CMake] Ignore warnings in system headers
2135 https://bugs.webkit.org/show_bug.cgi?id=144747
2137 Reviewed by Darin Adler.
2139 Require CMake 2.8.12 when compiling the GTK+ port. This is because we use the
2140 target_include_directories command (added in 2.8.11) in GTK-specific cmake files, and also
2141 use the SYSTEM argument to the command (added in 2.8.12).
2145 2015-05-14 Michael Catanzaro <mcatanzaro@igalia.com>
2147 [CMake] Error out when ruby is too old
2148 https://bugs.webkit.org/show_bug.cgi?id=145014
2150 Reviewed by Martin Robinson.
2152 Error out immediately after checking for Ruby if the ruby executable is not found, or if it
2157 2015-05-14 Zan Dobersek <zdobersek@igalia.com>
2159 [GTK] Enable plugin-related CMake options and variables for the X11 target only
2160 https://bugs.webkit.org/show_bug.cgi?id=144995
2162 Reviewed by Carlos Garcia Campos.
2164 * Source/cmake/OptionsGTK.cmake: Plugins are only supported for
2165 the X11 windowing target at the moment, so the following options
2166 and variables should be enabled or disabled accordingly:
2167 - ENABLE_PLUGIN_PROCESS_GTK2
2168 - ENABLE_NETSCAPE_PLUGIN_API
2169 - ENABLE_PLUGIN_PROCESS
2171 2015-05-12 Ryuan Choi <ryuan.choi@navercorp.com>
2173 Linker fails without -DDEVELOPER_MODE=ON
2174 https://bugs.webkit.org/show_bug.cgi?id=144117
2176 Reviewed by Gyuyoung Kim.
2178 * Source/cmake/OptionsEfl.cmake:
2179 Remove fvisibility flags. linker script will cover the functionality for ewebkit2.so in release mode,
2180 * Source/cmake/eflsymbols.filter: Updated symbol patterns which should be exposed for ewebkit2.
2182 2015-05-10 Philip Chimento <philip.chimento@gmail.com>
2184 CMake defines CAIROGL_FOUND, not CAIRO_GL_FOUND
2185 https://bugs.webkit.org/show_bug.cgi?id=144846
2187 Reviewed by Martin Robinson.
2189 * Source/cmake/FindCairoGL.cmake: Use CAIROGL_* instead of
2190 CAIRO_GL_* throughout, because find_package will define
2192 * Source/cmake/OptionsGTK.cmake: Ditto.
2194 2015-05-10 Philip Chimento <philip.chimento@gmail.com>
2196 [CMake] Some macros need to be defined/undefined, rather than ON/OFF
2197 https://bugs.webkit.org/show_bug.cgi?id=144845
2199 Reviewed by Martin Robinson.
2201 * Source/cmake/OptionsGTK.cmake: Only define MOZ_X11 and XP_UNIX
2202 if their corresponding WTF options are ON. The code in npapi.h
2203 relies on these being undefined if they are to be switched off.
2205 2015-05-09 Yoav Weiss <yoav@yoav.ws>
2207 Remove the PICTURE_SIZES build flag
2208 https://bugs.webkit.org/show_bug.cgi?id=144679
2210 Reviewed by Benjamin Poulain.
2212 Removed the PICTURE_SIZES build time flag.
2214 * Source/cmake/OptionsEfl.cmake:
2215 * Source/cmake/OptionsGTK.cmake:
2216 * Source/cmake/OptionsMac.cmake:
2217 * Source/cmake/OptionsWindows.cmake:
2218 * Source/cmake/WebKitFeatures.cmake:
2220 2015-05-08 Michael Catanzaro <mcatanzaro@igalia.com>
2222 [GTK] [CMake] Check for required X libraries
2223 https://bugs.webkit.org/show_bug.cgi?id=144823
2225 Reviewed by Martin Robinson.
2227 Error out if missing libXcomposite, libXdamage, libXrender, or libXt.
2229 * Source/cmake/OptionsGTK.cmake:
2231 015-05-08 Michael Catanzaro <mcatanzaro@igalia.com>, Martin Robinson <mrobinson@igalia.com>
2233 [GTK] Checks for DEVELOPMENT_BUILD are all wrong
2234 https://bugs.webkit.org/show_bug.cgi?id=144746
2236 Reviewed by Carlos Garcia Campos.
2238 Don't set DEVELOPMENT_BUILD. We check whether it is defined for conditional compilation, not
2239 what it is defined to, so defining it to 0 effectively turned it on always. Instead set
2240 ENABLE_DEVELOPER_MODE so that we can use the ENABLE macro inside WebKit source code.
2242 * Source/cmake/OptionsGTK.cmake:
2244 2015-05-08 Daniel Bates <dabates@apple.com>
2246 [iOS] WebSQL operations are not performed after device is locked
2247 https://bugs.webkit.org/show_bug.cgi?id=137503
2248 <rdar://problem/20844952>
2250 Rubber-stamped by Alexey Proskuryakov.
2252 Add a manual test to help verify that we do not regress this issue.
2254 * ManualTests/ios/execute-sql-transaction-callback-after-locking-unlocking-device-in-earlier-transaction.html: Added.
2256 2015-05-08 Commit Queue <commit-queue@webkit.org>
2258 Unreviewed, rolling out r183945.
2259 https://bugs.webkit.org/show_bug.cgi?id=144789
2261 "It broke all the GTK+ tests" (Requested by KaL on #webkit).
2265 "[GTK] Checks for DEVELOPMENT_BUILD are all wrong"
2266 https://bugs.webkit.org/show_bug.cgi?id=144746
2267 http://trac.webkit.org/changeset/183945
2269 2015-05-07 Myles C. Maxfield <mmaxfield@apple.com>
2271 Cleanup after r183940
2272 https://bugs.webkit.org/show_bug.cgi?id=144768
2276 Looks like the empty directories were not deleted.
2278 * Source/PAL: Removed.
2279 * Source/PAL/Configurations: Removed.
2280 * Source/PAL/PAL.xcodeproj: Removed.
2281 * Source/PAL/graphics: Removed.
2283 2015-05-07 Michael Catanzaro <mcatanzaro@igalia.com>
2285 [GTK] Checks for DEVELOPMENT_BUILD are all wrong
2286 https://bugs.webkit.org/show_bug.cgi?id=144746
2288 Reviewed by Martin Robinson.
2290 Don't set DEVELOPMENT_BUILD. We check whether it is defined for conditional compilation, not
2291 what it is defined to, so defining it to 0 effectively turned it on always.
2293 * Source/cmake/OptionsGTK.cmake:
2295 2015-05-05 Myles C. Maxfield <mmaxfield@apple.com>
2297 Revert "Introducing the Platform Abstraction Layer (PAL)"
2298 https://bugs.webkit.org/show_bug.cgi?id=144751
2302 PAL should be a new target inside WebCore, rather than a top-level folder.
2304 * WebKit.xcworkspace/contents.xcworkspacedata: Add it to the workspace.
2306 2015-05-07 Carlos Garcia Campos <cgarcia@igalia.com>
2308 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.1 release.
2310 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
2312 2015-05-05 Myles C. Maxfield <mmaxfield@apple.com>
2314 Introducing the Platform Abstraction Layer (PAL)
2315 https://bugs.webkit.org/show_bug.cgi?id=143358
2317 Reviewed by Simon Fraser.
2319 * WebKit.xcworkspace/contents.xcworkspacedata: Add it to the workspace.
2321 2015-05-04 Csaba Osztrogonác <ossy@webkit.org>
2323 [cmake] Disable GNU Gold linker on Cortex A53
2324 https://bugs.webkit.org/show_bug.cgi?id=144382
2326 Reviewed by Carlos Garcia Campos.
2328 * Source/cmake/OptionsCommon.cmake:
2330 2015-05-01 Martin Robinson <mrobinson@igalia.com>
2332 USE(...) macro should expect unprefixed variables
2333 https://bugs.webkit.org/show_bug.cgi?id=144454
2335 Reviewed by Daniel Bates.
2337 * Source/cmake/OptionsAppleWin.cmake: Replace all occurrences WTF_USE with USE.
2338 * Source/cmake/OptionsEfl.cmake: Ditto.
2339 * Source/cmake/OptionsGTK.cmake: Ditto.
2340 * Source/cmake/OptionsMac.cmake: Ditto.
2341 * Source/cmake/OptionsWinCairo.cmake: Ditto.
2342 * Source/cmake/WebKitFeatures.cmake: No longer expose WTF_USE when encountering
2345 2015-04-30 Martin Robinson <mrobinson@igalia.com>
2347 [CMake] Automatically expose WTF_USE_FOO to the build when USE_FOO is exposed
2348 https://bugs.webkit.org/show_bug.cgi?id=144394
2350 Reviewed by Carlos Garcia Campos.
2352 Automatically expose WTF_USE_FOO when USE_FOO is exposed. A side-effect of this change
2353 is that it fixes the redirected XComposite window for GTK+, which was accidentally
2354 disabled in previous reworking of the CMake configuration.
2356 * Source/cmake/OptionsGTK.cmake: We no longer need to expose the WTF_ prefixed
2357 version of USE variables.
2358 * Source/cmake/WebKitFeatures.cmake: Automatically expose WTF_USE_FOO when USE_FOO
2359 is exposed to the build.
2361 2015-04-30 Carlos Garcia Campos <cgarcia@igalia.com>
2363 Unreviewed. Bump GTK+ version numbers.
2365 * Source/cmake/OptionsGTK.cmake:
2367 2015-04-29 Ryuan Choi <ryuan.choi@navercorp.com>
2369 [EFL] CMake should be failed if openwebrtc package does not exist but ENABLE_MEDIA_STREAM is ON
2370 https://bugs.webkit.org/show_bug.cgi?id=144435
2372 Reviewed by Gyuyoung Kim.
2374 This patch adds REQUIRED option for OpenWebRTC when ENABLE_MEDIA_STREAM is ON.
2375 In addition, this adds DEFAULT_PORT_VALUE for ENABLE_MEDIA_STREAM to match with FeatureList.pm
2377 * Source/cmake/OptionsEfl.cmake:
2379 2015-04-29 Joseph Pecoraro <pecoraro@apple.com>
2381 REGRESSION(183583): [Mac] make without SDKROOT has issues
2382 https://bugs.webkit.org/show_bug.cgi?id=144431
2384 Reviewed by Dan Bernstein.
2387 Assume an empty SDKROOT means an macosx variant, so only
2388 enable settings if the SDKROOT is not empty and does not
2391 2015-04-29 Martin Robinson <mrobinson@igalia.com>
2393 Fix the GTK+ build after r183584
2395 * Source/cmake/OptionsGTK.cmake: Properly use the USE_LIBHYPHEN and HYPHEN_FOUND variables.
2397 2015-04-29 Martin Robinson <mrobinson@igalia.com>
2399 [GTK] Add support for automatic hyphenation
2400 https://bugs.webkit.org/show_bug.cgi?id=44478
2402 Reviewed by Carlos Garcia Campos.
2404 * Source/cmake/FindHyphen.cmake: Added. A CMake module for finding libhyphen.
2405 * Source/cmake/OptionsGTK.cmake: Look for libhyphen and enable hyphenation if found.
2406 * Source/cmakeconfig.h.cmake: Pass through the whether libhyphen is enabled.
2408 2015-04-29 Jake Nielsen <jacob_nielsen@apple.com>
2410 Failure when building WebKit for appletvsimulator.
2411 https://bugs.webkit.org/show_bug.cgi?id=144356
2413 Reviewed by Alexey Proskuryakov.
2415 Changes Makefile logic to check for "not OS X" rather than "is iOS" to
2416 make TVOS and WatchOS behave correctly.
2420 2015-04-29 Martin Robinson <mrobinson@igalia.com>
2422 [CMake] [GTK] Organize and clean up unused CMake variables
2423 https://bugs.webkit.org/show_bug.cgi?id=144364
2425 Reviewed by Gyuyoung Kim.
2427 * Source/cmake/OptionsGTK.cmake: Remove unused variables and move variables
2428 specific to certain projects into their PlatformGTK.cmake files.
2430 2015-04-29 Ryuan Choi <ryuan.choi@navercorp.com>
2432 [EFL] Build failure to find gio-unix
2433 https://bugs.webkit.org/show_bug.cgi?id=144083
2435 Reviewed by Gyuyoung Kim.
2437 Original patch by Doug Newgard <scimma22@outlook.com>
2439 * Source/cmake/OptionsEfl.cmake: Moved geoclue block before find_package(GLIB...)
2441 2015-04-28 Ryuan Choi <ryuan.choi@navercorp.com>
2443 [CoordinatedGraphics] Merge TILED_BACKING_STORE guard with COORDINATED_GRAPHICS
2444 https://bugs.webkit.org/show_bug.cgi?id=143001
2446 Reviewed by Gyuyoung Kim.
2448 * Source/cmake/OptionsEfl.cmake: Removed TILED_BACKING_STORE definition.
2449 * Source/cmake/OptionsGTK.cmake: Ditto.
2451 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
2453 Unreviewed, fix typo in previous commit
2455 libsecretr -> libsecret in the error message.
2457 * Source/cmake/OptionsGTK.cmake:
2459 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
2461 [GTK] Clean up feature detection and make it hard to accidentally build without optional features
2462 https://bugs.webkit.org/show_bug.cgi?id=143546
2464 Reviewed by Martin Robinson.
2466 Add USE_GSTREAMER_MPEGTS option and turn it off by default. Turn off ENABLE_SUBTLE_CRYPTO
2467 by default. Turn on ENABLE_GEOLOCATION by default. Add USE_LIBNOTIFY and turn it on by
2468 default. Fail the build with an informative error message if an optional dependency required
2469 for an enabled feature is not present. Perform find_package commands only when necessary.
2470 Make ENABLE_API_TESTS private. Alphabetize the feature checks (yes, this is actually
2473 * Source/cmake/OptionsGTK.cmake:
2475 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
2477 [GTK] Make all options actually options
2478 https://bugs.webkit.org/show_bug.cgi?id=144106
2480 Reviewed by Martin Robinson.
2482 Use WEBKIT_OPTION_DEFINE to set ENABLE_GTKDOC, ENABLE_INTROSPECTION, ENABLE_X11_TARGET, and
2483 ENABLE_WAYLAND_TARGET.
2485 * Source/cmake/OptionsGTK.cmake:
2487 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
2489 Unreviewed, fix GTK build after r183452
2491 * Source/cmake/OptionsGTK.cmake:
2493 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
2495 [GTK] Add one single option to control all OpenGL-related options
2496 https://bugs.webkit.org/show_bug.cgi?id=144105
2498 Reviewed by Martin Robinson.
2500 Add public ENABLE_OPENGL option, which is mandatory for ENABLE_3D_TRANSFORMS,
2501 ENABLE_ACCELERATED_2D_CANVAS, ENABLE_GLES2, ENABLE_THREADED_COMPOSITOR, ENABLE_WEBGL,
2502 USE_REDIRECTED_XCOMPOSITE_WINDOW, and USE_GSTREAMER_GL. Make ENABLE_GLES2 a proper WebKit
2503 option and move code around accordingly. Use WEBKIT_OPTION_DEPEND and rely on it. Add a
2504 large comment to explain why default value of ENABLE_ACCELERATED_2D_CANVAS is based on the
2505 presence of CairoGL.
2507 * Source/cmake/OptionsGTK.cmake:
2509 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
2511 [GTK] ENABLE_SMOOTH_SCROLLING should be private
2512 https://bugs.webkit.org/show_bug.cgi?id=144306
2514 Reviewed by Martin Robinson.
2516 Make ENABLE_SMOOTH_SCROLLING private instead of public.
2518 * Source/cmake/OptionsGTK.cmake:
2520 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
2522 Rename WTF_USE_3D_GRAPHICS to ENABLE_GRAPHICS_CONTEXT_3D
2523 https://bugs.webkit.org/show_bug.cgi?id=144193
2525 Reviewed by Darin Adler.
2527 * Source/cmake/OptionsEfl.cmake:
2528 * Source/cmake/OptionsGTK.cmake:
2529 * Source/cmake/OptionsWinCairo.cmake:
2530 * Source/cmake/WebKitFeatures.cmake:
2532 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
2534 [CMake] Should be possible for an option to conflict with other options
2535 https://bugs.webkit.org/show_bug.cgi?id=143956
2537 Reviewed by Martin Robinson.
2539 Add WEBKIT_OPTION_CONFLICT macro, which fails the build if conflicting options are on.
2541 * Source/cmake/WebKitFeatures.cmake:
2543 2015-04-22 Martin Robinson <mrobinson@igalia.com>
2545 [CMake] Autogenerate cmakeconfig.h.cmake
2546 https://bugs.webkit.org/show_bug.cgi?id=143997
2548 Reviewed by Csaba Osztrogonác.
2550 * CMakeLists.txt: Create the configuration header as the last part of the cmake run.
2551 * Source/CMakeLists.txt: No longer use configure_file to create cmakeconfig.h.
2552 * Source/cmake/OptionsCommon.cmake: Expose WTF_CPU_ARM64_CORTEXA53 to the build explicitly.
2553 * Source/cmake/OptionsGTK.cmake: Expose variables to the build using SET_AND_EXPOSE_TO_BUILD.
2554 Do some other miscellaneous related cleanup.
2555 * Source/cmake/OptionsEFL.cmake: Expose HAVE_LLVM to the build.
2556 * Source/cmake/WebKitFeatures.cmake: Expose all WebKit features to the build. Add support for
2557 build exposed variables. Add a macro to generate a configuration from them.
2558 * Source/cmakeconfig.h.cmake: Removed.
2560 2015-04-24 Philippe Normand <pnormand@igalia.com>
2562 [JHBuild] Move to upstream OpenWebRTC
2563 https://bugs.webkit.org/show_bug.cgi?id=144145
2565 Reviewed by Carlos Garcia Campos.
2567 * Source/cmake/FindOpenWebRTC.cmake: Check the presence of the
2570 2015-04-26 Yusuke Suzuki <utatane.tea@gmail.com>
2572 [ES6] Implement ES6 template literals
2573 https://bugs.webkit.org/show_bug.cgi?id=142691
2575 Reviewed by Darin Adler.
2577 Add ENABLE_ES6_TEMPLATE_LITERAL_SYNTAX compile time flag.
2579 * Source/cmake/WebKitFeatures.cmake:
2580 * Source/cmakeconfig.h.cmake:
2582 2015-04-25 Martin Robinson <mrobinson@igalia.com>
2584 Rename ENABLE_3D_RENDERING to ENABLE_3D_TRANSFORMS
2585 https://bugs.webkit.org/show_bug.cgi?id=144182
2587 Reviewed by Simon Fraser.
2589 * Source/cmake/OptionsEfl.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
2590 * Source/cmake/OptionsGTK.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
2591 * Source/cmake/OptionsMac.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
2592 * Source/cmake/WebKitFeatures.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
2593 * Source/cmakeconfig.h.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
2595 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
2597 [GTK] Add more public options
2598 https://bugs.webkit.org/show_bug.cgi?id=144116
2600 Reviewed by Martin Robinson.
2602 Add ENABLE_ICONDATABASE, ENABLE_JIT, and USE_SYSTEM_MALLOC as public options.
2604 * Source/cmake/OptionsGTK.cmake:
2606 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
2608 [CMake] Some internal variables are not marked as advanced
2609 https://bugs.webkit.org/show_bug.cgi?id=143595
2611 Reviewed by Martin Robinson.
2613 * Source/cmake/FindFreetype2.cmake: Mark internal options as advanced.
2614 * Source/cmake/FindHarfBuzz.cmake: Mark HARFBUZZ_ICU_LIBRARIES as advanced.
2616 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
2618 [GTK] Mark as advanced the build options we don't want to expose
2619 https://bugs.webkit.org/show_bug.cgi?id=143558
2621 Reviewed by Martin Robinson.
2623 Mark various options as private instead of public.
2625 * Source/cmake/OptionsGTK.cmake:
2627 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
2629 [CMake] Should be possible for an option to depend on multiple options
2630 https://bugs.webkit.org/show_bug.cgi?id=143839
2632 Reviewed by Martin Robinson.
2634 Use a list instead of a single variable to track the dependencies of each option. Iterate
2635 over the list as many times as necessary to ensure all options are properly disabled.
2637 * Source/cmake/WebKitFeatures.cmake:
2639 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
2641 [CMake] ENABLE_THREADED_COMPOSITOR should not be at the bottom of the options list
2642 https://bugs.webkit.org/show_bug.cgi?id=144103
2644 Reviewed by Martin Robinson.
2646 Just move ENABLE_THREADED_COMPOSITOR so it's alphabetized properly.
2648 * Source/cmake/WebKitFeatures.cmake:
2650 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
2652 [GTK] Fixups for ENABLE_CREDENTIAL_STORAGE
2653 https://bugs.webkit.org/show_bug.cgi?id=144102
2655 Reviewed by Martin Robinson.
2657 Use WEBKIT_OPTION_DEFAULT_PORT_VALUE to set ENABLE_CREDENTIAL_STORAGE instead of doing so
2658 manually. Fail the build if libsecret is not found but ENABLE_CREDENTIAL_STORAGE is set.
2659 Also, do not set ENABLE_CREDENTIAL_STORAGE redundantly.
2661 * Source/cmake/OptionsGTK.cmake:
2663 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
2665 [CMake] Clean up JSC JIT options
2666 https://bugs.webkit.org/show_bug.cgi?id=143998
2668 Reviewed by Filip Pizlo.
2670 * Source/cmake/OptionsEfl.cmake: Remove handling of ENABLE_LLINT_C_LOOP and preprocessor
2671 define for ENABLE_FTL_NATIVE_CALL_INLINING.
2672 * Source/cmake/OptionsMac.cmake: Remove override of ENABLE_LLINT_C_LOOP
2673 * Source/cmake/WebKitFeatures.cmake: Remove ENABLE_LLINT_C_LOOP. Add ENABLE_DFG_JIT and
2674 ENABLE_FTL_NATIVE_CALL_INLINING. Specify proper dependencies for these features.
2675 * Source/cmakeconfig.h.cmake: Remove ENABLE_LLINT_C_LOOP and add ENABLE_DFG_JIT.
2677 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
2679 [CMake] Use lowercase for local variables in macros
2680 https://bugs.webkit.org/show_bug.cgi?id=144059
2682 Reviewed by Martin Robinson.
2684 Convert some variable names to lowercase.
2686 * Source/cmake/WebKitFeatures.cmake:
2688 2015-04-22 Commit Queue <commit-queue@webkit.org>
2690 Unreviewed, rolling out r183116.
2691 https://bugs.webkit.org/show_bug.cgi?id=144060
2693 Inadvertently deleted a file... (Requested by mcatanzaro on
2698 "[CMake] Use lowercase for local variables in macros"
2699 https://bugs.webkit.org/show_bug.cgi?id=144059
2700 http://trac.webkit.org/changeset/183116
2702 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
2704 [CMake] Use lowercase for local variables in macros
2705 https://bugs.webkit.org/show_bug.cgi?id=144059
2707 Reviewed by Martin Robinson.
2709 Convert some variable names to lowercase.
2711 * Source/cmake/WebKitFeatures.cmake:
2713 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
2715 [CMake] Features list should print dots every other row
2716 https://bugs.webkit.org/show_bug.cgi?id=143832
2718 Reviewed by Martin Robinson.
2720 Discount private options when determining whether to print dots on a given row of the
2721 features list. Also, simplify the logic by using only one for loop, and fix a couple errors
2722 (inverted use of SHOULD_PRINT_DOTS, one use of the renamed variable SHOULD_PRINT_POINTS that
2723 wasn't noticed because it only affects the first line, and use of the variable name as a
2724 string in a conditional.)
2726 * Source/cmake/WebKitFeatures.cmake:
2728 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
2730 [CMake] Require specifying visibility of WebKit options
2731 https://bugs.webkit.org/show_bug.cgi?id=143831
2733 Reviewed by Alex Christensen.
2735 * Source/cmake/OptionsEfl.cmake: Specify all options as PUBLIC
2736 * Source/cmake/OptionsGTK.cmake: Specify all options as PUBLIC
2737 * Source/cmake/OptionsMac.cmake: Specify all options as PRIVATE
2738 * Source/cmake/OptionsWindows.cmake: Specify all options as PUBLIC
2739 * Source/cmake/WebKitFeatures.cmake: Require specifying options as PUBLIC or PRIVATE.
2740 Remove WEBKIT_OPTION_DEFINE_PUBLIC and WEBKIT_OPTION_PRIVATE_PORT_VALUE. Specify all
2741 cross-platform options as PRIVATE.
2743 2015-04-19 Gyuyoung Kim <gyuyoung.kim@webkit.org>
2745 [CMake] Synchronize variables between WebKitFeatures.cmake and cmakedonfig.h.cmake
2746 https://bugs.webkit.org/show_bug.cgi?id=143935
2748 Reviewed by Darin Adler.
2750 Some variables aren't defined in these files or unused variables aren't removed. This
2751 patch cleans up it as well as fix wrong alphabet order.
2753 * Source/cmake/WebKitFeatures.cmake:
2754 * Source/cmakeconfig.h.cmake:
2756 2015-04-19 Simon Fraser <simon.fraser@apple.com>
2758 Restore the WebKit.xcworkspace to the way it was before r182899,
2759 which inadvertently added the Source directory and a couple of source
2762 * WebKit.xcworkspace/contents.xcworkspacedata:
2764 2015-04-16 Basile Clement <basile_clement@apple.com>
2766 Extract the allocation profile from JSFunction into a rare object
2767 https://bugs.webkit.org/show_bug.cgi?id=143807
2769 Reviewed by Filip Pizlo.
2771 * WebKit.xcworkspace/contents.xcworkspacedata:
2773 2015-04-16 Csaba Osztrogonác <ossy@webkit.org>
2775 [EFL] Bump LLVM to version 3.6.0 on X86_64
2776 https://bugs.webkit.org/show_bug.cgi?id=143604
2778 Reviewed by Gyuyoung Kim.
2780 * Source/cmake/FindLLVM.cmake: Added version handling.
2781 * Source/cmake/OptionsEfl.cmake: Require LLVM 3.6.0 on X86_64 and patched LLVM 3.5.0 on AArch64.
2783 2015-04-15 Timothy Horton <timothy_horton@apple.com>
2785 Custom CSS cursors do not use -webkit-image-set on retina displays
2786 https://bugs.webkit.org/show_bug.cgi?id=120783
2788 Reviewed by Beth Dakin.
2789 Patch by Evan Wallace <evan.exe@gmail.com>.
2791 Add a manual test for custom CSS cursors on retina displays.
2793 * ManualTests/retina-cursors.html: Added.
2795 2015-04-15 Alex Christensen <achristensen@webkit.org>
2797 Progress towards CMake on Mac.
2798 https://bugs.webkit.org/show_bug.cgi?id=143785
2800 Reviewed by Csaba Osztrogonác.
2803 * Source/cmake/OptionsMac.cmake:
2804 * Source/cmake/WebKitFS.cmake:
2806 2015-04-10 Jon Honeycutt <jhoneycutt@apple.com>
2808 Cannot click "Next" button on Google two-factor auth setup page
2810 <https://bugs.webkit.org/show_bug.cgi?id=143624>
2811 <rdar://problem/19175714>
2813 Reviewed by Darin Adler.
2815 * ManualTests/button-that-focuses-itself-on-click.html: Added.
2817 2015-04-13 Michael Catanzaro <mcatanzaro@igalia.com>
2819 [cmake] REGRESSION(182663): It broke feature dependency handling
2820 https://bugs.webkit.org/show_bug.cgi?id=143665
2822 Reviewed by Csaba Osztrogonác.
2824 Don't try to check the value of options before defining the options.
2826 * Source/cmake/WebKitFeatures.cmake:
2828 2015-04-13 Csaba Osztrogonác <ossy@webkit.org>
2830 [cmake] Add ENABLE(ATTACHMENT_ELEMENT) to the build system
2831 https://bugs.webkit.org/show_bug.cgi?id=143664
2833 Reviewed by Gyuyoung Kim.
2835 * Source/cmake/OptionsEfl.cmake:
2836 * Source/cmake/OptionsGTK.cmake:
2837 * Source/cmake/WebKitFeatures.cmake:
2838 * Source/cmakeconfig.h.cmake:
2840 2015-04-12 Gyuyoung Kim <gyuyoung.kim@webkit.org>
2842 [EFL] Enable Media Source
2843 https://bugs.webkit.org/show_bug.cgi?id=143635
2845 Reviewed by Csaba Osztrogonác.
2847 * Source/cmake/OptionsEfl.cmake: Add ENABLE_MEDIA_SOURCE switch.
2849 2015-04-11 Michael Catanzaro <mcatanzaro@igalia.com>
2851 [CMake] Miscellaneous issues in WebKitFeatures.cmake
2852 https://bugs.webkit.org/show_bug.cgi?id=143636
2854 Reviewed by Martin Robinson.
2856 Rename _WEBKIT_AVAILABLE_OPTIONS_INITIALVALUE_ variables to
2857 _WEBKIT_AVAILABLE_OPTIONS_INITIAL_VALUE_
2859 Rename _WEBKIT_AVAILABLE_OPTIONS_ISPUBLIC_ variables to
2860 _WEBKIT_AVAILABLE_OPTIONS_IS_PUBLIC_
2862 Rename _SHOULD_PRINT_POINTS to _SHOULD_PRINT_DOTS
2864 Update USE_SYSTEM_MALLOC description to not mention TCmalloc
2866 Fix ENABLE_TOUCH_SLIDER so that it can be used
2870 * Source/cmake/WebKitFeatures.cmake:
2872 2015-04-11 Michael Catanzaro <mcatanzaro@igalia.com>
2874 [CMake] Print sorted feature list at the very end of the configure process
2875 https://bugs.webkit.org/show_bug.cgi?id=143596
2877 Reviewed by Martin Robinson.
2879 * CMakeLists.txt: Call PRINT_WEBKIT_OPTIONS at the bottom of the file.
2880 * Source/cmake/WebKitFeatures.cmake: Split option printing into PRINT_WEBKIT_OPTIONS macro,
2881 and sort the options before printing. Reorder some code so that features still get
2882 propagated to the bindings generators.
2884 2015-04-11 Michael Catanzaro <mcatanzaro@igalia.com>
2886 [CMake] Options should be marked as advanced by default
2887 https://bugs.webkit.org/show_bug.cgi?id=143572
2889 Reviewed by Gyuyoung Kim.
2891 Options defined with WEBKIT_OPTION_DEFINE are now advanced so that they are hidden from
2892 users by default, unless WEBKIT_OPTION_DEFAULT_PORT_VALUE is used. Add new macros
2893 WEBKIT_OPTION_DEFINE_PUBLIC to define an option that's not hidden by default, to be used
2894 for adding port-specific options, and WEBKIT_OPTION_PRIVATE_PORT_VALUE to override an
2895 option without making it public.
2897 * Source/cmake/WebKitFeatures.cmake:
2899 2015-04-10 Gyuyoung Kim <gyuyoung.kim@webkit.org>
2901 [CMake] Remove unnecessary ENABLE_WEBCORE switch
2902 https://bugs.webkit.org/show_bug.cgi?id=143584
2904 Reviewed by Csaba Osztrogonác.
2906 WebCore should be built for all ports. So ENABLE_WEBCORE switch looks be redundant.
2910 * Source/CMakeLists.txt:
2911 * Source/cmake/OptionsGTK.cmake:
2912 * Source/cmake/WebKitFS.cmake:
2914 2015-04-08 Filip Pizlo <fpizlo@apple.com>
2916 Unreviewed, revert accidental commit.
2920 2015-04-08 Alex Christensen <achristensen@webkit.org> and Patrick Gansterer <paroga@webkit.org>
2922 Add CMake build system for WinCairo port.
2923 https://bugs.webkit.org/show_bug.cgi?id=115944
2925 Reviewed by Chris Dumez.
2927 * Source/cmake/OptionsWindows.cmake:
2928 * Source/cmake/WebKitMacros.cmake:
2929 Make ADD_PRECOMPILED_HEADER more like http://stackoverflow.com/questions/148570/using-pre-compiled-headers-with-cmake
2931 2015-04-06 Alberto Garcia <berto@igalia.com>
2933 [GTK] Fix HPPA build
2934 https://bugs.webkit.org/show_bug.cgi?id=143453
2936 Reviewed by Darin Adler.
2938 Add HPPA to the list of supported CPUs.
2942 2015-04-03 Csaba Osztrogonác <ossy@webkit.org>
2944 Unreviewed, kick the GTK bots to fix an incremental build issue.
2946 * Source/cmake/OptionsGTK.cmake:
2948 2015-04-03 Zan Dobersek <zdobersek@igalia.com>
2950 Fix the EFL and GTK build after r182243
2951 https://bugs.webkit.org/show_bug.cgi?id=143361
2953 Reviewed by Csaba Osztrogonác.
2955 * Source/PlatformEfl.cmake: Add a custom command that copies
2956 the InspectorBackendCommands.js file into the proper directory
2957 under DerivedSources/WebInspectorUI/.
2959 2015-04-01 Alex Christensen <achristensen@webkit.org>
2961 Progress towards CMake on Windows and Mac.
2962 https://bugs.webkit.org/show_bug.cgi?id=143293
2964 Reviewed by Filip Pizlo.
2967 Set DERIVED_SOURCES_WTF_DIR for Windows.
2968 * Source/CMakeLists.txt:
2969 Don't compile bmalloc on Windows.
2970 * Source/cmake/OptionsCommon.cmake:
2971 Use the absolute path of the C preprocessor.
2972 * Source/cmake/OptionsWinCairo.cmake:
2973 Added needed definitions.
2974 * Source/cmake/OptionsWindows.cmake:
2975 Set some default values and removed support for old Visual Studio versions before /MP.
2976 * Source/cmake/WebKitFS.cmake:
2977 Make WTF DerivedSources directory.
2978 * Source/cmake/WebKitMacros.cmake:
2979 Added ADD_PRECOMPILED_HEADER macro based on
2980 http://stackoverflow.com/questions/148570/using-pre-compiled-headers-with-cmake
2982 2015-04-01 Gwang Yoon Hwang <yoon@igalia.com>
2984 Use colored diagnostics when building with cmake + ninja + clang
2985 https://bugs.webkit.org/show_bug.cgi?id=143297
2987 Reviewed by Žan Doberšek.
2989 Because that ninja sets subprocess stdout/stderr to a pipe, clang
2990 disables colored output.
2991 This patch forces clang to use colored diagnostics when we are using
2994 * Source/cmake/OptionsCommon.cmake:
2996 2015-03-29 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2998 [CMake] Update old CMakeList.txt in gtest
2999 https://bugs.webkit.org/show_bug.cgi?id=143192
3001 Reviewed by Darin Adler.
3003 CMake ports have used cmake/gtest/CMakeLists.txt instead of ThirdParty/test/CMakeLists.txt
3004 in order to build gtest. However it looks ThirdParty/test/CMakeLists.txt won't be used anymore.
3005 So this patch moves cmake/gtest/CMakeLists.txt to ThirdPart/test/CMakeLists.txt, and use it.
3007 * Source/CMakeLists.txt:
3008 * Source/cmake/gtest/CMakeLists.txt: Removed.
3010 2015-03-27 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3012 [CMake] Remove unnecessary INCLUDE_IF_EXISTS macro
3013 https://bugs.webkit.org/show_bug.cgi?id=143138
3015 Reviewed by Csaba Osztrogonác.
3017 INCLUDE_IF_EXISTS isn't used except for 2 places. However those uses can
3018 be replaced with WEBKIT_INCLUDE_CONFIG_FILES_IF_EXISTS.
3020 * Source/cmake/OptionsWindows.cmake:
3021 Set "PORT" instead of "PORT_FALLBACK" because there is no benefit to define PORT_FALLBACK.
3022 * Source/cmake/WebKitMacros.cmake:
3024 2015-03-27 Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
3026 [GStreamer] share GL context in pipeline, part 2
3027 https://bugs.webkit.org/show_bug.cgi?id=143049
3029 Reviewed by Carlos Garcia Campos.
3031 * Source/cmake/OptionsGTK.cmake: USE_GSTREAMER_GL is set only if
3032 OpenGL/ES2 is found and GLX/EGL is found too.
3034 2015-03-26 Alex Christensen <achristensen@webkit.org>
3036 Progress towards CMake on Mac.
3037 https://bugs.webkit.org/show_bug.cgi?id=143112
3039 Reviewed by Chris Dumez.
3041 * Source/cmake/OptionsMac.cmake:
3043 2015-03-24 Csaba Osztrogonác <ossy@webkit.org>
3045 [EFL] Add OpenWebRTC in jhbuild
3046 https://bugs.webkit.org/show_bug.cgi?id=142778
3048 Reviewed by Gyuyoung Kim.
3050 Original patch by Philippe Normand <pnormand@igalia.com>
3052 * Source/cmake/OptionsEfl.cmake: Look for OpenWebRTC library if
3053 mediastream build is enabled.
3055 2015-03-23 Carlos Garcia Campos <cgarcia@igalia.com>
3057 [GTK] Add a configure option to build without Redirected XComposite Window
3058 https://bugs.webkit.org/show_bug.cgi?id=142865
3060 Reviewed by Žan Doberšek.
3062 The Redirected XComposite Window was added to support some
3063 features like GtkOverlay, but in cases where we don't need such
3064 features, it's more efficient to use the XID of the WebKitWebView
3065 window as the native surface handle for the accelerated
3066 compositing. This patch adds USE_REDIRECTED_XCOMPOSITE_WINDOW,
3067 that is enabled by default for X11 target when OpenGL is enabled.
3069 * Source/cmake/OptionsGTK.cmake:
3071 2015-03-20 Zan Dobersek <zdobersek@igalia.com>
3073 [GTK] Search for the Wayland dependency when enabling Wayland target
3074 https://bugs.webkit.org/show_bug.cgi?id=142876
3076 Reviewed by Carlos Garcia Campos.
3078 * Source/cmake/OptionsGTK.cmake: The Wayland dependency isn't a public
3079 requirement of either the GTK+ or GDK pkg-config files, so we have to
3080 search for it ourselves when WebKitGTK+ has been configured to support
3081 the Wayland windowing target.
3083 2015-03-20 Csaba Osztrogonác <ossy@webkit.org>
3085 Unreviewed, kick the GTK bots to regenerate makefile.
3086 https://bugs.webkit.org/show_bug.cgi?id=137394
3088 * Source/cmake/OptionsEfl.cmake: Revert my last accidenatal change.
3089 * Source/cmake/OptionsGTK.cmake: Really kick the GTK bots.
3091 2015-03-20 Csaba Osztrogonác <ossy@webkit.org>
3093 Unreviewed, kick the GTK bots to regenerate makefile.
3094 https://bugs.webkit.org/show_bug.cgi?id=137394
3096 * Source/cmake/OptionsEfl.cmake:
3098 2015-03-19 Csaba Osztrogonác <ossy@webkit.org>
3100 [GTK] Fix inspector userinterface related incremental build issue
3101 https://bugs.webkit.org/show_bug.cgi?id=142849
3103 Reviewed by Carlos Garcia Campos.
3105 * Source/cmake/OptionsGTK.cmake: Revert r181733.
3107 2015-03-18 Csaba Osztrogonác <ossy@webkit.org>
3109 Unreviewed, kick the GTK bots to regenerate makefile.
3111 * Source/cmake/OptionsGTK.cmake:
3113 2015-03-17 Ryuan Choi <ryuan.choi@navercorp.com>
3115 [EFL] Expose JavaScript binding interface through ewk_extension
3116 https://bugs.webkit.org/show_bug.cgi?id=142033
3118 Reviewed by Gyuyoung Kim.
3120 * Source/cmake/OptionsEfl.cmake: Added HEADER_INSTALL_DIR variable.
3122 2015-03-17 Philippe Normand <pnormand@igalia.com>
3124 [GTK] basic OpenWebRTC build support
3125 https://bugs.webkit.org/show_bug.cgi?id=142393
3127 Reviewed by Carlos Garcia Campos.
3129 * Source/cmake/FindOpenWebRTC.cmake: Added.
3130 * Source/cmake/OptionsGTK.cmake: Look for OpenWebRTC library if
3131 mediastream build is enabled.
3133 2015-03-17 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3135 [CMake][EFL] Build test tools only for developer mode
3136 https://bugs.webkit.org/show_bug.cgi?id=142761
3138 Reviewed by Csaba Osztrogonác.
3140 Do not build EFL MiniBrowser, WebKitTestRunner, and ImageDiff on production mode.
3142 * Source/cmake/OptionsEfl.cmake:
3143 * Source/cmake/OptionsGTK.cmake: Move ENABLE_MINIBROWSER to common place.
3144 * Source/cmake/WebKitFeatures.cmake: Define ENABLE_MINIBROWSER variable.
3145 * Source/cmakeconfig.h.cmake:
3147 2015-03-16 Ryosuke Niwa <rniwa@webkit.org>
3149 Enable ES6 classes by default
3150 https://bugs.webkit.org/show_bug.cgi?id=142774
3152 Reviewed by Gavin Barraclough.
3154 * Source/cmake/WebKitFeatures.cmake:
3156 2015-03-16 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3158 [CMake][EFL] Rearrange OptionEFL.cmake to improve readability
3159 https://bugs.webkit.org/show_bug.cgi?id=142722
3161 Reviewed by Csaba Osztrogonác.
3163 Categorize to define cmake variables, to find necessary packages,
3164 use upper case for "glib_conponents" cmake variable name, re-arrange
3165 wrong alphabet sorting, and so on.
3167 * CMakeLists.txt: Remove WinCE port.
3168 * Source/cmake/OptionsEfl.cmake:
3170 2015-03-14 Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
3172 [GStreamer] share GL context in pipeline
3173 https://bugs.webkit.org/show_bug.cgi?id=142693
3175 Reviewed by Philippe Normand.
3177 Add search of gstreamer-gl library in the GStreamer installation. If
3178 it is found, WTF_USE_GSTREAMER_GL macro is defined.
3180 * Source/cmake/FindGStreamer.cmake:
3181 * Source/cmake/OptionsGTK.cmake:
3183 2015-03-13 Alex Christensen <achristensen@webkit.org>
3185 Progress towards CMake on Mac.
3186 https://bugs.webkit.org/show_bug.cgi?id=142680
3188 Reviewed by Gyuyoung Kim.
3191 * Source/PlatformMac.cmake: Added stub.
3192 * Source/cmake/OptionsMac.cmake:
3193 Change defines to get CMake working.
3195 2015-03-11 Carlos Garcia Campos <cgarcia@igalia.com>
3197 [GTK] Add an option to enable MiniBrowser for non developer builds and always install it
3198 https://bugs.webkit.org/show_bug.cgi?id=126688
3200 Reviewed by Gustavo Noronha Silva.
3202 Add ENABLE_MINIBROWSER option, enabled by default for development
3203 builds and disabled for production builds unless explicilty enabled.
3205 * Source/cmake/OptionsGTK.cmake:
3207 2015-03-11 Carlos Garcia Campos <cgarcia@igalia.com>
3209 [GTK] Do not look for child processes in the UI process binary path
3210 https://bugs.webkit.org/show_bug.cgi?id=135752
3212 Reviewed by Gustavo Noronha Silva.
3214 * Source/cmake/OptionsGTK.cmake: Add -DDEVELOPMENT_BUILD=1 to the
3215 build for development builds.
3217 2015-03-10 Carlos Garcia Campos <cgarcia@igalia.com> and José Dapena Paz <jdapena@igalia.com>
3219 [GTK] Add a configure option to build with OpenGL ES 2
3220 https://bugs.webkit.org/show_bug.cgi?id=142498
3222 Reviewed by Martin Robinson.
3224 Add ENABLE_GLES2 option. It's disabled by default, but if passed
3225 GLES2 is required and OpenGL is not even searched. Otherwise we
3226 search for OpenGL as usual, using it only if present.
3228 * Source/cmake/OptionsGTK.cmake:
3230 2015-03-10 Csaba Osztrogonác <ossy@webkit.org>
3232 [cmake] Handle unused parameter warnings as build errors except in WebKit2
3233 https://bugs.webkit.org/show_bug.cgi?id=142338
3235 Reviewed by Gyuyoung Kim.
3237 * Source/cmake/WebKitHelpers.cmake:
3239 2015-03-03 Daniel Bates <dabates@apple.com>
3241 Convert ManualTests/svg-tooltip.svg to a DRT test
3242 https://bugs.webkit.org/show_bug.cgi?id=140480
3244 Reviewed by Alex Christensen.
3246 * ManualTests/svg-tooltip.svg: Removed.
3248 2015-03-02 Debarshi Ray <debarshir@gnome.org>
3250 REGRESSION(r179409): [GTK] Undefined symbol prevents web extensions from being loaded
3251 https://bugs.webkit.org/show_bug.cgi?id=142165
3253 Reviewed by Carlos Garcia Campos.
3255 * Source/cmake/gtksymbols.filter:
3257 2015-02-26 Csaba Osztrogonác <ossy@webkit.org>
3259 [EFL] Remove unnecessary comment after r179110
3260 https://bugs.webkit.org/show_bug.cgi?id=142042
3262 Reviewed by Gyuyoung Kim.
3264 * Source/cmake/OptionsEfl.cmake:
3266 2015-02-23 Tomas Popela <tpopela@redhat.com>
3268 [GTK] Fails to compile with cmake 3.2.x
3269 https://bugs.webkit.org/show_bug.cgi?id=141796
3271 With cmake 3.2.x we have to explicitly ask for X11 otherwise the
3272 X11_X11_LIB variable won't be set thus the X11 linker flags won't be
3273 added and the build will fail.
3275 Reviewed by Martin Robinson.
3277 * Source/cmake/OptionsGTK.cmake:
3279 2015-02-20 Alexey Proskuryakov <ap@apple.com>
3281 Remove svn:keywords property.
3283 As far as I can tell, the property had no effect on any of these files, but also,
3284 when it has effect it's likely harmful.
3286 * ManualTests/animation-with-transition.html: Removed property svn:keywords.
3287 * ManualTests/blur-filter-timing.html: Removed property svn:keywords.
3288 * ManualTests/compositing/caret-in-compositing-frame.html: Removed property svn:keywords.
3289 * ManualTests/compositing/font-smoothing.html: Removed property svn:keywords.
3290 * ManualTests/compositing/missing-iframe-contents.html: Removed property svn:keywords.
3291 * ManualTests/compositing/requires-backing-change.html: Removed property svn:keywords.
3292 * ManualTests/compositing/resources/composited-subframe.html: Removed property svn:keywords.
3293 * ManualTests/compositing/resources/editable-compositing-subframe.html: Removed property svn:keywords.
3294 * ManualTests/frames/nested-iframe-blit-on-scroll.html: Removed property svn:keywords.
3295 * ManualTests/frames/resources/blit-on-scroll-subframe.html: Removed property svn:keywords.
3296 * ManualTests/frames/resources/blit-on-scroll-subsubframe.html: Removed property svn:keywords.
3297 * ManualTests/plugins/plugin-paint-causes-layout.html: Removed property svn:keywords.
3298 * ManualTests/screen-availLeft.html: Removed property svn:keywords.
3299 * ManualTests/transition-accelerated.html: Removed property svn:keywords.
3301 2015-02-17 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3303 [CMAKE] Remove CMakeLists.txt in WK1 port
3304 https://bugs.webkit.org/show_bug.cgi?id=141617
3306 Reviewed by Anders Carlsson.
3308 Nobody uses CMake in WK1 port. Remove it.
3312 2015-02-13 Csaba Osztrogonác <ossy@webkit.org>
3314 Unreviewed, remove empty directories.
3316 * ManualTests/qt: Removed.
3318 2015-02-11 Carlos Alberto Lopez Perez <clopez@igalia.com>
3320 [CMake] Don't set flag fuse-ld on the C/C++ compiler flags, but on the linker flags.
3321 https://bugs.webkit.org/show_bug.cgi?id=141481
3323 Reviewed by Csaba Osztrogonác.
3325 * Source/cmake/OptionsCommon.cmake: Move -fuse-ld=gold to the linker flags.
3327 2015-02-11 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3329 [EFL][GTK] Use bmalloc instead of tcmalloc
3330 https://bugs.webkit.org/show_bug.cgi?id=140162
3332 Reviewed by Carlos Garcia Campos.
3334 Add bmalloc directory to build list.
3336 * CMakeLists.txt: Define BMALLOC_DIR directory.
3337 * Source/CMakeLists.txt: Add bmalloc path to sub-directories list.
3339 2015-02-11 Carlos Garcia Campos <cgarcia@igalia.com>
3341 [GTK] Add default color chooser implementation using GtkColorChooserDialog
3342 https://bugs.webkit.org/show_bug.cgi?id=141392
3344 Reviewed by Gustavo Noronha Silva.
3346 Enable INPUT_TYPE_COLOR by default for GTK+ port.
3348 * Source/cmake/OptionsGTK.cmake:
3350 2015-02-09 Sergio Villar Senin <svillar@igalia.com>
3352 ASSERTION FAILED: resolvedInitialPosition <= resolvedFinalPosition in WebCore::GridSpan::GridSpan
3353 https://bugs.webkit.org/show_bug.cgi?id=141328
3355 Reviewed by Darin Adler.
3357 Added as manual test because it involves a huge grid allocation
3358 which is very slow on Debug bots, the only ones capable to trigger
3361 * ManualTests/css-grid-layout-item-with-huge-span-crash.html: Added.
3363 2015-02-05 Youenn Fablet <youenn.fablet@crf.canon.fr> and Xabier Rodriguez Calvar <calvaris@igalia.com>
3365 [Streams API] Implement a barebone ReadableStream interface
3366 https://bugs.webkit.org/show_bug.cgi?id=141045
3368 Reviewed by Benjamin Poulain.
3370 * Source/cmake/WebKitFeatures.cmake:
3371 * Source/cmakeconfig.h.cmake: Made streams API compilation on by default.
3373 2015-02-02 Filip Pizlo <fpizlo@apple.com>
3375 Revert accidental change in r179490.
3379 2015-02-02 Filip Pizlo <fpizlo@apple.com>
3381 Unreviewed, revert accidental change to Makefile.shared in r179478
3385 2015-01-28 Carlos Alberto Lopez Perez <clopez@igalia.com>
3387 [CMake] Minimum python version should be 2.7.
3388 https://bugs.webkit.org/show_bug.cgi?id=140997
3390 Reviewed by Csaba Osztrogonác.
3394 2015-01-26 Nikos Andronikos <nikos.andronikos-webkit@cisra.canon.com.au>
3396 Apply feTurbulence spec change to fix zero length vector generation
3397 https://bugs.webkit.org/show_bug.cgi?id=140812
3399 Reviewed by Darin Adler.
3401 Recently a bug with the turbulence algorithm was corrected in the
3402 Filter Effects specification.
3403 For some seed values this bug allowed zero length vectors to be generated.
3404 This resulted in large solid color squares being present in the generated image.
3405 The feTurbulence algorithm was updated to reject zero length vectors. This patch
3406 applies that change in WebCore.
3408 Test: svg/filters/feTurbulence_bad_seeds.html
3410 * platform/graphics/filters/FETurbulence.cpp:
3411 (WebCore::FETurbulence::initPaint):
3412 Added rejection sampling during vector generation to avoid zero length vectors.
3414 2015-01-26 Csaba Osztrogonác <ossy@webkit.org>
3416 [cmake] Remove compiler version calculate cruft
3417 https://bugs.webkit.org/show_bug.cgi?id=140885
3419 Reviewed by Darin Adler.
3421 * Source/cmake/WebKitHelpers.cmake:
3423 2015-01-26 Csaba Osztrogonác <ossy@webkit.org>
3425 [cmake] Stop compiling with -Wno-error=uninitialized and -Wno-error=literal-suffix
3426 https://bugs.webkit.org/show_bug.cgi?id=140886
3428 Reviewed by Žan Doberšek.
3430 * Source/cmake/WebKitHelpers.cmake:
3432 2015-01-26 Michael Catanzaro <mcatanzaro@igalia.com>
3434 [GTK] gtkdoc does not appear in DevHelp
3435 https://bugs.webkit.org/show_bug.cgi?id=139369
3437 Reviewed by Philippe Normand.
3439 Expect the gtkdoc to be generated in folders named with the API version.
3441 * Source/PlatformGTK.cmake:
3443 2015-01-26 Zan Dobersek <zdobersek@igalia.com>
3445 [EFL][GTK] Stop compiling with fno-omit-frame-pointer, -fno-tree-dce
3446 https://bugs.webkit.org/show_bug.cgi?id=140609
3448 Reviewed by Csaba Osztrogonác.
3450 The latest releases of GCC versions 4.7, 4.8 and 4.9 all compile and
3451 run JSC tests fine without the -fno-tree-dce and -fno-omit-frame-pointer
3452 compilation flags. Those were added after the jsCStack branch merge, but
3453 can now be removed since the -ftree-dce issues were fixed in GCC, and
3454 changes in r173282 and r173298 again enable compiling with -fomit-frame-pointer.
3456 * Source/cmake/OptionsEfl.cmake:
3457 * Source/cmake/OptionsGTK.cmake:
3459 2015-01-26 Commit Queue <commit-queue@webkit.org>
3461 Unreviewed, rolling out r179107.
3462 https://bugs.webkit.org/show_bug.cgi?id=140880
3464 The GCC in the bots doesn't support the AsyncTask
3465 implementation (Requested by KaL on #webkit).
3469 "[GTK] Enable IndexedDB"
3470 https://bugs.webkit.org/show_bug.cgi?id=98932
3471 http://trac.webkit.org/changeset/179107
3473 2015-01-25 Carlos Garcia Campos <cgarcia@igalia.com>
3475 [GTK] Enable IndexedDB
3476 https://bugs.webkit.org/show_bug.cgi?id=98932
3478 Reviewed by Žan Doberšek.
3480 * Source/cmake/OptionsGTK.cmake: Enable DATABASE_PROCESS and INDEXED_DATABASE.
3481 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_DATABASE_PROCESS.
3483 2015-01-23 Carlos Garcia Campos <cgarcia@igalia.com>
3485 [GTK] Add initial database process support
3486 https://bugs.webkit.org/show_bug.cgi?id=139491
3488 Reviewed by Sergio Villar Senin.
3490 * Source/cmake/OptionsGTK.cmake: Set WebKit2_DatabaseProcess_OUTPUT_NAME.
3492 2015-01-22 Ryosuke Niwa <rniwa@webkit.org>
3494 Add a build flag for ES6 class syntax
3495 https://bugs.webkit.org/show_bug.cgi?id=140760
3497 Reviewed by Michael Saboff.
3499 * Source/cmake/WebKitFeatures.cmake:
3500 * Source/cmakeconfig.h.cmake:
3502 2015-01-21 Csaba Osztrogonác <ossy@webkit.org>
3504 [EFL][WK2] EFL MiniBrowser doesn't run because shared library is not found
3505 https://bugs.webkit.org/show_bug.cgi?id=140049
3507 Reviewed by Gyuyoung Kim.
3509 * Source/cmake/OptionsCommon.cmake:
3511 2015-01-21 Csaba Osztrogonác <ossy@webkit.org>
3513 Remove ENABLE(INSPECTOR) ifdef guards
3514 https://bugs.webkit.org/show_bug.cgi?id=140668
3516 Reviewed by Darin Adler.
3518 * Source/PlatformEfl.cmake:
3519 * Source/cmake/OptionsEfl.cmake:
3520 * Source/cmake/OptionsGTK.cmake:
3521 * Source/cmake/OptionsMac.cmake:
3522 * Source/cmake/WebKitFeatures.cmake:
3523 * Source/cmakeconfig.h.cmake:
3525 2015-01-20 Carlos Garcia Campos <cgarcia@igalia.com>
3527 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.4 release.
3529 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
3531 2015-01-19 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3533 [CMAKE] Fix cmake warning
3534 https://bugs.webkit.org/show_bug.cgi?id=140497
3536 Reviewed by Gustavo Noronha Silva.
3538 r173155 already tried to fix cmake warning though, the warning is still exist.
3539 CMAKE_LINK_INTERFACE_LIBRARIES seems to cause this warning. Individual target is
3540 already set for their libraries though, INTERFACE_LINK_LIBRARIES contains the list
3541 of transitive link dependencies, and CMAKE_LINK_INTERFACE_LIBRARIES can override
3542 the INTERFACE_LINK_LIBRARIES property when CMP0022 is not set. CMake warns this override.
3543 To avoid it, EFL port doesn't set CMAKE_LINK_INTERFACE_LIBRARIES.
3547 2015-01-19 Michael Catanzaro <mcatanzaro@igalia.com>
3549 [GTK] Generate the make dist manifest from a CMake template file
3550 https://bugs.webkit.org/show_bug.cgi?id=139387
3552 Reviewed by Martin Robinson.
3554 Generate manifest.txt from manifest.txt.in. Only expose the dist and
3555 distcheck targets for developer builds, as they won't work when
3556 building from a tarball because the manifest is not distributed.
3558 * Source/PlatformGTK.cmake:
3560 2015-01-15 Csaba Osztrogonác <ossy@webkit.org>
3562 Remove ENABLE(SQL_DATABASE) guards
3563 https://bugs.webkit.org/show_bug.cgi?id=140434
3565 Reviewed by Darin Adler.
3567 * Source/cmake/OptionsMac.cmake:
3568 * Source/cmake/WebKitFeatures.cmake:
3569 * Source/cmakeconfig.h.cmake:
3571 2015-01-11 Sam Weinig <sam@webkit.org>
3573 Remove support for SharedWorkers
3574 https://bugs.webkit.org/show_bug.cgi?id=140344
3576 Reviewed by Anders Carlsson.
3578 * Source/cmake/OptionsEfl.cmake:
3579 * Source/cmake/OptionsGTK.cmake:
3580 * Source/cmake/OptionsMac.cmake:
3581 * Source/cmake/WebKitFeatures.cmake:
3582 * Source/cmakeconfig.h.cmake:
3584 2015-01-10 Dan Bernstein <mitz@apple.com>
3586 [Xcode, iOS] Files are recompiled when alternating between using make and the Xcode IDE
3587 https://bugs.webkit.org/show_bug.cgi?id=140339
3589 Reviewed by Mark Rowe.
3591 * Makefile.shared: Run xcodebuild with the same PATH with which the Xcode IDE runs. This
3592 prevents unnecessary rebuilding due to PATH differences.
3594 2015-01-07 Gwang Yoon Hwang <yoon@igalia.com>
3596 [GTK][ThreadedCompositor] Add support for threaded compositor.
3597 https://bugs.webkit.org/show_bug.cgi?id=118265
3599 Reviewed by Martin Robinson.
3601 Added the ENABLE_THREADED_COMPOSITOR feature flag to the cmake and
3602 autotools build systems. The feature is disabled by default.
3603 And remove deprecated the WTF_USE_TILED_BACKING_STORE feature flag
3604 from the feature flags.
3606 * Source/cmake/OptionsEfl.cmake:
3607 * Source/cmake/OptionsGTK.cmake:
3608 * Source/cmake/WebKitFeatures.cmake:
3609 * Source/cmakeconfig.h.cmake:
3611 2014-12-23 Alexey Proskuryakov <ap@apple.com>
3613 Simplify building with ASan
3614 https://bugs.webkit.org/show_bug.cgi?id=139916
3616 Reviewed by Mark Rowe.
3618 * Makefile.shared: Invoke set-webkit-configuration to store ASan choice as appropriate.
3620 2014-12-16 Carlos Garcia Campos <cgarcia@igalia.com>
3622 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.3 release.
3624 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
3626 2014-12-10 Jon Honeycutt <jhoneycutt@apple.com>
3628 Null dereference performing a "TapAndAHalf" gesture in Google search field
3630 <https://bugs.webkit.org/show_bug.cgi?id=139506>
3631 <rdar://problem/19028828>
3633 Reviewed by Darin Adler.
3635 * ManualTests/ios/tap-and-a-half-gesture-in-empty-text-field.html: Added.
3637 2014-12-10 Dean Jackson <dino@apple.com>
3639 Blur filter performance test doesn't provide results
3640 https://bugs.webkit.org/show_bug.cgi?id=139462
3642 Reviewed by Sam Weinig.
3644 This can't currently work under our performance test
3645 infrastructure. Move it to a manual test to avoid
3646 putting FAILures into the results.
3648 * ManualTests/blur-filter-timing.html: Renamed from PerformanceTests/Interactive/blur-filter-timing.html.
3650 2014-12-09 Gustavo Noronha Silva <gustavo.noronha@collabora.com>
3652 [GTK][WK2] Add HTML5 Notifications support
3653 https://bugs.webkit.org/show_bug.cgi?id=61140
3655 Reviewed by Carlos Garcia Campos.
3657 * Source/cmake/FindLibNotify.cmake: Added.
3658 * Source/cmake/OptionsGTK.cmake: add option to enable notifications, look for
3659 libnotify and use it for a default implementation when found.
3661 2014-12-09 Bem Jones-Bey <bjonesbe@adobe.com>
3663 REGRESSION(r155906): Page content disappears on Tuaw article after loading
3664 https://bugs.webkit.org/show_bug.cgi?id=138100
3666 Reviewed by Simon Fraser.
3668 DRT causes an extra paint which makes it impossible to test this with
3671 * ManualTests/float-layer-not-painting.html: Added.
3673 2014-12-07 Alberto Garcia <berto@igalia.com>
3675 [GTK] WebKit has a new required dependency on GnuTLS
3676 https://bugs.webkit.org/show_bug.cgi?id=136158
3678 Reviewed by Martin Robinson.
3680 Detect if GnuTLS is installed and enable or disable subtle crypto
3681 support accordingly.
3683 * Source/cmake/OptionsGTK.cmake:
3685 2014-12-07 Carlos Garcia Campos <cgarcia@igalia.com>
3687 [GTK] Missing API detected in GObject DOM bindings after r176630
3688 https://bugs.webkit.org/show_bug.cgi?id=139201
3690 Reviewed by Gustavo Noronha Silva.
3692 Change GENERATE_BINDINGS macro to receive a list of optional
3693 additional dependencies, so that we can add more dependecies
3694 without having to change the macro.
3696 * Source/cmake/WebKitMacros.cmake:
3698 2014-12-05 Simon Fraser <simon.fraser@apple.com>
3700 Programmatic scrolling and content changes are not always synchronized
3701 https://bugs.webkit.org/show_bug.cgi?id=139245
3702 rdar://problem/18833612
3704 Reviewed by Anders Carlsson.
3706 Manual test that tries to sync layout with programmatic scrolling.
3708 * ManualTests/programmatic-scroll-flicker.html: Added.
3710 2014-12-04 Alberto Garcia <berto@igalia.com>
3712 can not find cairo-gl.h when build webkit with gtk on ubuntu 14.04
3713 https://bugs.webkit.org/show_bug.cgi?id=136576
3715 Reviewed by Carlos Garcia Campos.
3717 CMake should complain if Accelerated 2D Canvas is explicitly
3718 enabled but cairo-gl is not found.
3720 * Source/cmake/OptionsGTK.cmake:
3722 2014-12-03 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
3724 [EFL] Add subtle crypto to the build system
3725 https://bugs.webkit.org/show_bug.cgi?id=138612
3727 Reviewed by Csaba Osztrogonác.
3729 * Source/cmake/OptionsEfl.cmake:
3731 2014-12-01 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3733 [EFL] Add a ENABLE_CSS_SCROLL_SNAP macro to CMake build system
3734 https://bugs.webkit.org/show_bug.cgi?id=139085
3736 Reviewed by Andreas Kling.
3738 * Source/cmake/OptionsEfl.cmake: Add ENABLE_CSS_SCROLL_SNAP.
3739 * Source/cmake/WebKitFeatures.cmake: ditto.
3740 * Source/cmakeconfig.h.cmake: ditto.
3742 2014-11-30 Ryuan Choi <ryuan.choi@navercorp.com>
3744 [EFL] Drop support for the EFL 1.7
3745 https://bugs.webkit.org/show_bug.cgi?id=139114
3747 Reviewed by Gyuyoung Kim.
3749 * Source/cmake/EFLHelpers.cmake: Removed.
3750 * Source/cmake/FindEcore.cmake: Removed.
3751 * Source/cmake/FindEdje.cmake: Removed.
3752 * Source/cmake/FindEet.cmake: Removed.
3753 * Source/cmake/FindEeze.cmake: Removed.
3754 * Source/cmake/FindEfreet.cmake: Removed.
3755 * Source/cmake/FindEina.cmake: Removed.
3756 * Source/cmake/FindElementary.cmake: Removed.
3757 * Source/cmake/FindEvas.cmake: Removed.
3758 * Source/cmake/OptionsEfl.cmake:
3760 2014-11-28 Philippe Normand <pnormand@igalia.com>
3762 [CMake] Build failure against GStreamer git master
3763 https://bugs.webkit.org/show_bug.cgi?id=138872
3765 Reviewed by Csaba Osztrogon.
3767 * Source/cmake/FindGStreamer.cmake: Simplified the
3768 FIND_GSTREAMER_COMPONENT macro. Trust pkg-config for include
3769 headers lookup, there's no need to do this manually. Also
3770 explicitely check the version specified in GStreamer_FIND_VERSION.
3772 2014-11-27 Ryuan Choi <ryuan.choi@navercorp.com>
3774 [EFL] Remove E_Dbus dependency
3775 https://bugs.webkit.org/show_bug.cgi?id=136355
3777 Reviewed by Gyuyoung Kim.
3779 * Source/cmake/FindE_DBus.cmake: Removed.
3780 * Source/cmake/OptionsEfl.cmake:
3782 2014-11-24 Carlos Garcia Campos <cgarcia@igalia.com>
3784 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.1 release.
3786 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
3788 2014-11-20 Csaba Osztrogonác <ossy@webkit.org>
3790 [CMake] Use ld.gold if it is available to speedup builds
3791 https://bugs.webkit.org/show_bug.cgi?id=137953
3793 Reviewed by Carlos Garcia Campos.
3795 * Source/cmake/OptionsCommon.cmake:
3797 2014-11-19 Akos Kiss <akiss@inf.u-szeged.hu>
3799 Fix the detection of toolchain support for Cortex-A53 erratum 835769 workaround
3800 https://bugs.webkit.org/show_bug.cgi?id=138840
3802 Reviewed by Csaba Osztrogonác.
3804 * Source/cmake/OptionsCommon.cmake:
3806 2014-11-13 Csaba Osztrogonác <ossy@webkit.org>
3808 Remove Source/Platform cruft
3809 https://bugs.webkit.org/show_bug.cgi?id=138658
3811 Reviewed by Anders Carlsson.
3814 * Source/Platform: Removed.
3816 2014-11-10 Akos Kiss <akiss@inf.u-szeged.hu>
3818 Enable Cortex-A53-specific code paths by default if core is detected.
3819 https://bugs.webkit.org/show_bug.cgi?id=138499
3821 Reviewed by Csaba Osztrogonác.
3823 On ARM64/Linux, check /proc/cpuinfo for CPU part 0xd03 (signaling
3824 Cortex-A53) and set the initial value of WTF_CPU_ARM64_CORTEXA53 to true
3827 Since on ARM64/Linux the part number that cpuinfo reports depends on
3828 the core the query is run on, the check is bound to and executed on the
3829 available cores one by one.
3831 * Source/cmake/OptionsCommon.cmake:
3833 2014-11-10 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
3835 [EFL] Remove unnecessary version check from OptionsEfl.cmake
3836 https://bugs.webkit.org/show_bug.cgi?id=138498
3838 Reviewed by Csaba Osztrogonác.
3840 * Source/cmake/OptionsEfl.cmake:
3842 2014-11-07 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
3844 [EFL] Require at least EFL 1.9 if ENABLE(ACCESSIBILITY) after r175098
3845 https://bugs.webkit.org/show_bug.cgi?id=138465
3847 Reviewed by Gyuyoung Kim.
3849 * Source/cmake/OptionsEfl.cmake:
3851 2014-11-03 Dean Jackson <dino@apple.com>
3853 Add ENABLE_FILTERS_LEVEL_2 feature guard.
3854 https://bugs.webkit.org/show_bug.cgi?id=138362
3856 Reviewed by Tim Horton.
3858 Add a new feature define for Level 2 of CSS Filters.
3859 http://dev.w3.org/fxtf/filters-2/
3861 * Source/cmake/OptionsEfl.cmake: