1 2016-03-13 Konstantin Tokarev <annulen@yandex.ru>
3 Added new port JSCOnly.
4 https://bugs.webkit.org/show_bug.cgi?id=154512
6 Reviewed by Michael Catanzaro.
8 This port allows to build JavaScriptCore engine with minimal
12 * Source/cmake/OptionsJSCOnly.cmake: Added.
14 2016-03-12 Myles C. Maxfield <mmaxfield@apple.com>
16 Delete dead SVG Font code
17 https://bugs.webkit.org/show_bug.cgi?id=154718
19 Reviewed by Antti Koivisto.
21 * Source/cmake/OptionsEfl.cmake:
22 * Source/cmake/OptionsWin.cmake:
23 * Source/cmake/WebKitFeatures.cmake:
24 * Source/cmake/tools/vsprops/FeatureDefines.props:
25 * Source/cmake/tools/vsprops/FeatureDefinesCairo.props:
27 2016-03-12 Jeremy Huddleston Sequoia <jeremyhu@apple.com>
29 [GTK][Mac] Don't force ENABLE_INTROSPECTION=OFF on Mac
30 https://bugs.webkit.org/show_bug.cgi?id=152650
32 Reviewed by Carlos Garcia Campos.
34 * Source/cmake/OptionsGTK.cmake:
36 2016-03-10 Frederic Wang <fwang@igalia.org>
38 [GTK] Add support for WOFF2
39 https://bugs.webkit.org/show_bug.cgi?id=152616
41 Reviewed by Carlos Garcia Campos.
43 * Source/CMakeLists.txt: Build brotli and woff2 third-party libraries if WOFF2 is enabled.
44 * Source/cmake/OptionsGTK.cmake: Always enable WOFF2 on GTK.
46 2016-03-09 Konstantin Tokarev <annulen@yandex.ru>
48 [cmake] Fixed All-in-One build.
49 https://bugs.webkit.org/show_bug.cgi?id=155241
51 Reviewed by Csaba Osztrogonác.
53 * Source/cmake/WebKitMacros.cmake: Last item of WebCore_SOURCES was
54 not removed in PROCESS_ALLINONE_FILE.
56 2016-03-08 Myles C. Maxfield <mmaxfield@apple.com>
58 [EFL] Enable the SVG -> OTF Font Converter
59 https://bugs.webkit.org/show_bug.cgi?id=155192
61 Reviewed by Gyuyoung Kim.
63 * Source/cmake/OptionsEfl.cmake:
65 2016-03-08 Myles C. Maxfield <mmaxfield@apple.com>
67 [GTK] Enable the SVG -> OTF Font Converter
68 https://bugs.webkit.org/show_bug.cgi?id=155191
70 Reviewed by Martin Robinson.
72 * Source/cmake/OptionsGTK.cmake:
74 2016-03-05 Michael Catanzaro <mcatanzaro@igalia.com>
76 Unreviewed, fix GTK/EFL build after r197575 and add mandatory GnuTLS dependency
78 * Source/cmake/OptionsEfl.cmake:
79 * Source/cmake/OptionsGTK.cmake:
81 2016-03-02 Konstantin Tokarev <annulen@yandex.ru>
83 [cmake] Moved PRE/POST_BUILD_COMMAND to WEBKIT_FRAMEWORK.
84 https://bugs.webkit.org/show_bug.cgi?id=154651
86 Reviewed by Alex Christensen.
88 * Source/cmake/WebKitMacros.cmake: Used phony target instead of
89 CMake's PRE_BUILD COMMAND feature because the latter actually
90 generates pre-link target instead of pre-build.
92 2016-03-01 Alex Christensen <achristensen@webkit.org>
94 Reduce size of internal windows build output
95 https://bugs.webkit.org/show_bug.cgi?id=154763
97 Reviewed by Brent Fulgham.
99 * Source/cmake/OptionsWin.cmake:
101 2016-03-01 Commit Queue <commit-queue@webkit.org>
103 Unreviewed, rolling out r197056.
104 https://bugs.webkit.org/show_bug.cgi?id=154870
106 broke win ews (Requested by alexchristensen on #webkit).
110 "[cmake] Moved PRE/POST_BUILD_COMMAND to WEBKIT_FRAMEWORK."
111 https://bugs.webkit.org/show_bug.cgi?id=154651
112 http://trac.webkit.org/changeset/197056
114 2016-02-29 Konstantin Tokarev <annulen@yandex.ru>
116 [cmake] Allow using FindGLIB in case glib is optional dependency.
117 https://bugs.webkit.org/show_bug.cgi?id=154796
119 Reviewed by Michael Catanzaro.
121 FindGLIB caused internal CMake error in case glibconfig.h is not
124 * Source/cmake/FindGLIB.cmake:
126 2016-02-29 Commit Queue <commit-queue@webkit.org>
128 Unreviewed, rolling out r197297.
129 https://bugs.webkit.org/show_bug.cgi?id=154810
131 This change broke build of GTK from scratch (Requested by
136 "[cmake] Allow using FindGLIB in case glib is optional
138 https://bugs.webkit.org/show_bug.cgi?id=154796
139 http://trac.webkit.org/changeset/197297
141 2016-02-28 Konstantin Tokarev <annulen@yandex.ru>
143 [cmake] Allow using FindGLIB in case glib is optional dependency.
144 https://bugs.webkit.org/show_bug.cgi?id=154796
146 Reviewed by Michael Catanzaro.
148 FindGLIB caused internal CMake error in case GLIBCONFIG_INCLUDE_DIR is
151 * Source/cmake/FindGLIB.cmake:
153 2016-02-25 Myles C. Maxfield <mmaxfield@apple.com>
155 [Win] [SVG -> OTF Converter] Support the SVG -> OTF Font Converter
156 https://bugs.webkit.org/show_bug.cgi?id=143402
158 Reviewed by Alex Christensen.
160 Turn on by default, and turn on for Windows.
162 EFL and GTK already explicitly disable it in OptionsEfl.cmake and OptionsGTK.cmake.
164 * Source/cmake/OptionsWin.cmake:
165 * Source/cmake/WebKitFeatures.cmake:
167 2016-02-24 Nikos Andronikos <nikos.andronikos-webkit@cisra.canon.com.au>
169 [web-animations] Add AnimationTimeline, DocumentTimeline and add extensions to Document interface
170 https://bugs.webkit.org/show_bug.cgi?id=151688
172 Reviewed by Dean Jackson.
174 Enables the WEB_ANIMATIONS compiler switch.
176 * Source/cmake/OptionsWin.cmake:
178 2016-02-24 Konstantin Tokarev <annulen@yandex.ru>
180 [cmake] Moved PRE/POST_BUILD_COMMAND to WEBKIT_FRAMEWORK.
181 https://bugs.webkit.org/show_bug.cgi?id=154651
183 Reviewed by Alex Christensen.
185 * Source/cmake/WebKitMacros.cmake:
187 2016-02-22 Konstantin Tokarev <annulen@yandex.ru>
189 [cmake] Moved library setup code to WEBKIT_FRAMEWORK macro.
190 https://bugs.webkit.org/show_bug.cgi?id=154450
192 Reviewed by Alex Christensen.
194 * Source/cmake/WebKitMacros.cmake:
196 2016-02-18 Philippe Normand <pnormand@igalia.com>
198 [GStreamer] Bump internal jhbuild versions to 1.6.3
199 https://bugs.webkit.org/show_bug.cgi?id=149594
201 Reviewed by Michael Catanzaro.
203 * Source/cmake/FindGStreamer.cmake: Check gst-gl version for the latest stable release of GStreamer.
205 2016-02-18 Anders Carlsson <andersca@apple.com>
207 Get rid of the "All Source (target WebProcess)" scheme.
209 Rubber-stamped by Dan Bernstein.
211 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme: Removed.
213 2016-02-18 Michael Catanzaro <mcatanzaro@igalia.com>
215 [CMake] Remove LLVM support
216 https://bugs.webkit.org/show_bug.cgi?id=154370
218 Reviewed by Csaba Osztrogonác.
220 After switching all CMake ports to B3, this was only needed for the LLVM disassembler, which
221 has been removed from JSC. Feel free to bring this back if restoring the LLVM disassembler,
222 but for the time being this is dead code.
224 * Source/cmake/FindLLVM.cmake: Removed.
225 * Source/cmake/OptionsCommon.cmake:
227 2016-02-18 Joonghun Park <jh718.park@samsung.com>
229 [CMake] Remove meaningless conditional statements in CMakeLists.txt
230 https://bugs.webkit.org/show_bug.cgi?id=153778
232 Reviewed by Csaba Osztrogonác.
235 Use CMAKE_FOO_OUTPUT_DIRECTORY located in CMakeLists.txt as default value.
236 And remove conditional statements which has enclosed these one
237 because they don't have meaning anymore.
239 2016-02-15 Alex Christensen <achristensen@webkit.org>
241 Re-enable INTL on WinCairo
242 https://bugs.webkit.org/show_bug.cgi?id=154256
244 Reviewed by Michael Catanzaro.
246 * Source/cmake/OptionsWin.cmake:
247 Peavo updated icu and it works, so let's re-enable INTL on WinCairo to catch Windows build failures.
249 2016-02-12 Csaba Osztrogonác <ossy@webkit.org>
251 [EFL][GTK] Fix ENABLE(SVG_OTF_CONVERTER) build
252 https://bugs.webkit.org/show_bug.cgi?id=154165
254 Reviewed by Alex Christensen.
256 * Source/cmake/OptionsEfl.cmake:
257 * Source/cmake/OptionsGTK.cmake:
259 2016-02-11 Konstantin Tokarev <annulen@yandex.ru>
261 [cmake] Consolidate TextureMapper file and include dir lists.
262 https://bugs.webkit.org/show_bug.cgi?id=154106
264 Reviewed by Michael Catanzaro.
266 * Source/cmake/OptionsEfl.cmake: Expose USE_TEXTURE_MAPPER_GL to
268 * Source/cmake/OptionsWinCairo.cmake: Ditto.
270 2016-02-09 Csaba Osztrogonác <ossy@webkit.org>
272 [GTK][EFL] Fix several build configuration related to SamplingProfiler after r196245
273 https://bugs.webkit.org/show_bug.cgi?id=154033
275 Reviewed by Michael Catanzaro.
277 * Source/cmake/WebKitFeatures.cmake:
279 2016-02-09 Carlos Garcia Campos <cgarcia@igalia.com>
281 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.11.5 release.
283 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
285 2016-02-07 Yusuke Suzuki <utatane.tea@gmail.com>
287 [GTK][EFL] Enable SamplingProfiler
288 https://bugs.webkit.org/show_bug.cgi?id=153638
290 Reviewed by Michael Catanzaro.
292 Enable SamplingProfiler in GTK and EFL.
293 And added option to CMake to switch this from the build command.
295 * Source/cmake/OptionsEfl.cmake:
296 * Source/cmake/OptionsGTK.cmake:
297 * Source/cmake/WebKitFeatures.cmake:
299 2016-02-07 Konstantin Tokarev <annulen@yandex.ru>
301 [cmake] Move LLVM detection for LLVMDisassembler to OptionsCommon.cmake
302 https://bugs.webkit.org/show_bug.cgi?id=153961
304 Reviewed by Michael Catanzaro.
306 * Source/cmake/OptionsCommon.cmake:
307 * Source/cmake/OptionsEfl.cmake:
308 * Source/cmake/OptionsGTK.cmake:
310 2016-02-04 Csaba Osztrogonác <ossy@webkit.org>
312 Unreviewed non X86_64 buildfix after r196077.
314 * Source/cmake/OptionsEfl.cmake:
315 * Source/cmake/OptionsGTK.cmake:
317 2016-02-03 Michael Catanzaro <mcatanzaro@igalia.com>
319 [GTK][EFL] Switch FTL to B3
320 https://bugs.webkit.org/show_bug.cgi?id=153478
322 Reviewed by Csaba Osztrogonác.
324 * Source/cmake/OptionsEfl.cmake:
325 * Source/cmake/OptionsGTK.cmake:
327 2016-02-02 Joseph Pecoraro <pecoraro@apple.com>
329 Unreviewed attempt to fix Mac CMake build after r195999.
331 * Source/cmake/OptionsMac.cmake:
332 * Source/cmake/WebKitFeatures.cmake:
333 Add ENABLE_RESOURCE_USAGE to CMake builds.
335 2016-02-02 Alejandro G. Castro <alex@igalia.com>
337 [GTK][EFL] Upgrade OpenWebRTC dependency
338 https://bugs.webkit.org/show_bug.cgi?id=153489
340 Reviewed by Philippe Normand.
342 * Source/cmake/FindOpenWebRTC.cmake: Bump OpenWebRTC dependency,
343 required to make the mediastream work.
345 2016-02-01 Alex Christensen <achristensen@webkit.org>
347 [Win] WTFHeaderDetection.h no longer needed
348 https://bugs.webkit.org/show_bug.cgi?id=153753
349 rdar://problem/24434627
351 Reviewed by Darin Adler.
353 * Source/cmake/WebKitFS.cmake:
355 2016-01-31 Joonghun Park <jh718.park@samsung.com>
357 [EFL] All API tests are broken on 15.10
358 https://bugs.webkit.org/show_bug.cgi?id=153528
360 Reviewed by Gyuyoung Kim.
362 * CMakeLists.txt: Having include(WebKitCommon) statement follow
363 CMAKE_FOO_OUTPUT_DIRECTORY otherwise all the API tests gets blocked.
365 2016-01-30 Yusuke Suzuki <utatane.tea@gmail.com>
367 Enable SamplingProfiler on POSIX environment
368 https://bugs.webkit.org/show_bug.cgi?id=153584
370 Reviewed by Michael Saboff.
372 Add features.h header check. It will define __GLIBC__.
374 * Source/cmake/OptionsCommon.cmake:
376 2016-01-27 Alexey Proskuryakov <ap@apple.com>
378 Remove ENABLE_CURRENTSRC
379 https://bugs.webkit.org/show_bug.cgi?id=153545
381 Reviewed by Simon Fraser.
383 * Source/cmake/OptionsEfl.cmake:
384 * Source/cmake/OptionsGTK.cmake:
385 * Source/cmake/OptionsMac.cmake:
386 * Source/cmake/OptionsWin.cmake:
387 * Source/cmake/WebKitFeatures.cmake:
388 * Source/cmake/tools/vsprops/FeatureDefines.props:
389 * Source/cmake/tools/vsprops/FeatureDefinesCairo.props:
391 2016-01-25 Alex Christensen <achristensen@webkit.org>
393 Fix internal Windows build
394 https://bugs.webkit.org/show_bug.cgi?id=153469
396 Reviewed by Brent Fulgham.
398 * Source/cmake/WebKitMacros.cmake:
399 Pass the GPERF_EXECUTABLE that we found to make-hash-tools.pl.
401 2016-01-23 Aaron Chu <arona.chu@gmail.com>
403 Web Inspector: AXI: node-link-list should be collapsible
404 https://bugs.webkit.org/show_bug.cgi?id=130911
406 Added a manual test to test the node list in the Accessibility Inspector
408 Reviewed by Timothy Hatcher.
410 * ManualTests/accessibility/collapsible-node-link-list.html: Added.
412 2016-01-22 Alex Christensen <achristensen@webkit.org>
414 Fix internal Windows build
415 https://bugs.webkit.org/show_bug.cgi?id=153385
416 rdar://problem/24310408
418 Reviewed by Brian Weinstein.
420 * Source/cmake/WinTools.make:
421 * Source/cmake/tools/vsprops: Copied from WebKitLibraries/win/tools/vsprops.
422 These property sheets are needed for some projects that are not in this repository
423 and don't use CMake in the official build. We want to leave them unchanged for now.
425 2016-01-22 Alex Christensen <achristensen@webkit.org>
427 Only set CMake output directories if they aren't already set
428 https://bugs.webkit.org/show_bug.cgi?id=153373
430 Reviewed by Michael Catanzaro.
433 r195242 caused Windows builds to copy files to bin instead of bin64.
434 CMAKE_RUNTIME_OUTPUT_DIRECTORY is being set in OptionsWin.cmake, and this was now resetting it.
435 This also makes it so you can set these variables by command line.
437 2016-01-20 Carlos Garcia Campos <cgarcia@igalia.com>
439 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.11.4 release.
441 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
443 2016-01-18 Michael Catanzaro <mcatanzaro@igalia.com>
445 [CMake] Duplicate attempts to find software during cmake stage
446 https://bugs.webkit.org/show_bug.cgi?id=153211
448 Reviewed by Martin Robinson.
450 * CMakeLists.txt: Remove duplication of commands in WebKitCommon.cmake.
451 * Source/cmake/WebKitCommon.cmake: Guard the entire file so it runs only once.
453 2016-01-17 Michael Catanzaro <mcatanzaro@igalia.com>
455 [CMake] Do not build bmalloc when USE_SYSTEM_MALLOC is ON
456 https://bugs.webkit.org/show_bug.cgi?id=153190
458 Reviewed by Csaba Osztrogonác.
460 Build bmalloc when NOT USE_SYSTEM_MALLOC rather than when NOT WIN32.
462 * Source/CMakeLists.txt:
463 * Source/cmake/OptionsWin.cmake:
465 2016-01-16 Jeremy Huddleston Sequoia <jeremyhu@apple.com>
467 [GTK] Use -Wl,-all_load on darwin to include contents of all static archives
469 https://bugs.webkit.org/show_bug.cgi?id=153117
471 Reviewed by Michael Catanzaro.
473 * Source/cmake/OptionsGTK.cmake:
475 2016-01-13 Carlos Garcia Campos <cgarcia@igalia.com>
477 [CMake] Do not use LLVM static libraries for FTL JIT
478 https://bugs.webkit.org/show_bug.cgi?id=151559
480 Reviewed by Michael Catanzaro.
482 Also export LLVM_LIBRARIES variable that can be used to prefer
483 linking to the llvm dynamic libraries.
485 * Source/cmake/FindLLVM.cmake:
487 2016-01-13 Michael Catanzaro <mcatanzaro@igalia.com>
489 [GTK] Add comments above options declarations in OptionsGTK.cmake
490 https://bugs.webkit.org/show_bug.cgi?id=153074
492 Reviewed by Martin Robinson.
494 * Source/cmake/OptionsGTK.cmake:
496 2016-01-12 Carlos Garcia Campos <cgarcia@igalia.com>
498 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.11.3 release.
500 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
502 2016-01-12 Ryosuke Niwa <rniwa@webkit.org>
504 Add a build flag for custom element
505 https://bugs.webkit.org/show_bug.cgi?id=153005
507 Reviewed by Alex Christensen.
509 * Source/cmake/OptionsEfl.cmake:
510 * Source/cmake/OptionsWin.cmake:
511 * Source/cmake/WebKitFeatures.cmake:
513 2016-01-08 Alex Christensen <achristensen@webkit.org>
515 Fix internal Windows build
516 https://bugs.webkit.org/show_bug.cgi?id=152937
518 Reviewed by Brent Fulgham.
520 * Source/cmake/WebKitCommon.cmake:
521 Try looking in the default cygwin installation directory for executables like bison, flex, gperf, and ruby.
522 This is needed on Windows builds that are not driven by cygwin, but need to use the cygwin installations of these tools.
523 This is the effective equivalent of this line in WebKitLibraries/win/tools/vsprops/common.props in the old build system:
524 set PATH=%SystemDrive%\cygwin\bin;%PATH%
526 2016-01-06 Gyuyoung Kim <gyuyoung.kim@webkit.org>
528 [EFL] Set WebKit2 process output name
529 https://bugs.webkit.org/show_bug.cgi?id=152773
531 Reviewed by Benjamin Poulain.
533 If we add *WebKit* prefix to each WK2 process, it is more clear when checking what process is running.
534 So this patch sets wk2 process output name.
536 * Source/cmake/OptionsEfl.cmake:
538 2016-01-05 Zan Dobersek <zdobersek@igalia.com>
540 [CMake] Remove USE_UDIS86 variable
541 https://bugs.webkit.org/show_bug.cgi?id=152731
543 Reviewed by Gyuyoung Kim.
545 Remove the USE_UDIS86 variable in CMake files. The specific build guard
546 is now enabled by default in Source/WTF/wtf/Platform.h, so the handling
547 in CMake isn't required anymore. The Udis86-specific files have to be
548 built unconditionally now, though.
550 * Source/cmake/OptionsEfl.cmake:
551 * Source/cmake/OptionsGTK.cmake:
552 * Source/cmake/OptionsMac.cmake:
554 2016-01-04 Alex Christensen <achristensen@webkit.org>
556 Fix Mac CMake build after r194454.
558 * Source/cmake/OptionsMac.cmake:
559 _macosx, _iphoneos, and _iphonesimulator are used in FeatureDefines.xcconfig but won't be used in CMake.
560 If we actually switch to CMake, we will need to verify that all the feature enabling is equivalent, and it isn't right now.
562 2015-12-31 Michael Catanzaro <mcatanzaro@igalia.com>
564 [GTK][CMake] Do not override default values of build options with the default value
565 https://bugs.webkit.org/show_bug.cgi?id=152615
567 Reviewed by Martin Robinson.
569 Override the default value of build options only when the default value for the GTK+ port
570 is actually different than the default value in WebKitFeatures.cmake. This way we don't
571 accidentally override changes to default values in WebKitFeatures.cmake. We should use the
572 values in WebKitFeatures.cmake except when we make an active choice to do otherwise.
574 * Source/cmake/OptionsGTK.cmake:
576 2015-12-31 Michael Catanzaro <mcatanzaro@igalia.com>
578 [CMake] Add error checking to WEBKIT_OPTION_DEFAULT_PORT_VALUE et. al.
579 https://bugs.webkit.org/show_bug.cgi?id=144069
581 Reviewed by Martin Robinson.
583 * Source/cmake/OptionsWin.cmake:
584 Do not set options that no longer exist.
585 * Source/cmake/WebKitFeatures.cmake:
586 Add error checking to ensure that option names passed to WEBKIT_OPTION_DEFAULT_PORT_VALUE,
587 WEBKIT_OPTION_CONFLICT, and WEBKIT_OPTION_DEPEND are actually valid options that have been
588 previously-defined. Also, add ENABLE_SVG_OTF_CONVERTER build option, defaulted to off since
589 no CMake port was using it.
591 2015-12-31 Michael Catanzaro <mcatanzaro@igalia.com>
593 [CMake] Add error checking to catch option manipulation after WEBKIT_OPTION_END
594 https://bugs.webkit.org/show_bug.cgi?id=152611
596 Reviewed by Martin Robinson.
598 If WEBKIT_OPTION_DEFINE is called after WEBKIT_OPTION_END, the option never makes its way
599 into FEATURE_DEFINES and so will be inconsistently set (available to most of the build, but
600 not to the DOM bindings generator, for example).
602 If WEBKIT_OPTION_DEFAULT_PORT_VALUE, WEBKIT_OPTION_CONFLICT, or WEBKIT_OPTION_DEPEND are
603 called after WEBKIT_OPTION_END, they don't do anything.
605 Add error checking to catch these bugs.
607 * Source/cmake/WebKitFeatures.cmake:
609 2015-12-30 Philippe Normand <pnormand@igalia.com>
611 [GTK][Mac] Disable gtk-doc
612 https://bugs.webkit.org/show_bug.cgi?id=150798
614 Reviewed by Michael Catanzaro.
616 * Source/PlatformGTK.cmake: gtkdoc-scangobj fails due to a clang
617 link error on Mac, so for now disable gtk-doc support on that
619 * Source/cmake/OptionsGTK.cmake: Ditto.
621 2015-12-23 Andy VanWagoner <andy@instructure.com>
623 [INTL] Implement Intl.DateTimeFormat.prototype.resolvedOptions ()
624 https://bugs.webkit.org/show_bug.cgi?id=147603
626 Reviewed by Benjamin Poulain.
628 * Source/cmake/OptionsWin.cmake: Disable INTL on Windows for now
630 2015-12-16 Youenn Fablet <youenn.fablet@crf.canon.fr>
632 [Fetch API] Add fetch API compile time flag
633 https://bugs.webkit.org/show_bug.cgi?id=152254
635 Reviewed by Darin Adler.
637 * Source/cmake/OptionsWin.cmake:
638 * Source/cmake/WebKitFeatures.cmake:
640 2015-12-10 Brent Fulgham <bfulgham@apple.com>
642 [Win] Support building under Cygwin or native Perl
643 https://bugs.webkit.org/show_bug.cgi?id=152145
644 <rdar://problem/23839868>
646 Reviewed by David Kilzer.
648 * Source/cmake/tools/scripts/auto-version.pl: Correct handling of mixed DOS filenames when used in a
652 2015-12-09 Daniel Bates <dabates@apple.com>
654 [iOS] Suspend and resume device motion and device orientation updates when page is hidden and visible, respectively
655 https://bugs.webkit.org/show_bug.cgi?id=151840
656 <rdar://problem/23753931>
658 Reviewed by Simon Fraser.
660 Add a manual test that can be used to verify that we suspend dispatching device motion and
661 device orientation events when the page is hidden.
663 * ManualTests/ios/resources/suspend-orientation-and-motion-events-when-page-becomes-hidden.js: Added.
666 (handleVisibilityChange):
667 * ManualTests/ios/suspend-orientation-and-motion-events-when-page-becomes-hidden.html: Added.
669 2015-12-07 Alex Christensen <achristensen@webkit.org>
671 Fix internal Windows build
672 https://bugs.webkit.org/show_bug.cgi?id=151950
674 Reviewed by Brent Fulgham.
676 * Source/cmake/tools/scripts/auto-version.pl:
678 2015-12-01 Yusuke Suzuki <utatane.tea@gmail.com>
680 [ES6] Implement LLInt/Baseline Support for ES6 Generators and enable this feature
681 https://bugs.webkit.org/show_bug.cgi?id=150792
683 Reviewed by Saam Barati.
685 * Source/cmake/OptionsWin.cmake:
686 * Source/cmake/WebKitFeatures.cmake:
688 2015-12-01 Commit Queue <commit-queue@webkit.org>
690 Unreviewed, rolling out r192914.
691 https://bugs.webkit.org/show_bug.cgi?id=151734
693 JSC tests for this change are failing on 32 and 64-bit bots
694 (Requested by ryanhaddad on #webkit).
698 "[ES6] Implement LLInt/Baseline Support for ES6 Generators and
700 https://bugs.webkit.org/show_bug.cgi?id=150792
701 http://trac.webkit.org/changeset/192914
703 2015-12-01 Yusuke Suzuki <utatane.tea@gmail.com>
705 [ES6] Implement LLInt/Baseline Support for ES6 Generators and enable this feature
706 https://bugs.webkit.org/show_bug.cgi?id=150792
708 Reviewed by Saam Barati.
710 * Source/cmake/OptionsWin.cmake:
711 * Source/cmake/WebKitFeatures.cmake:
713 2015-11-23 Carlos Garcia Campos <cgarcia@igalia.com>
715 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.11.2 release.
717 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
719 2015-11-20 Alex Christensen <achristensen@webkit.org>
721 Remove NETWORK_PROCESS compile flag
722 https://bugs.webkit.org/show_bug.cgi?id=151512
724 Reviewed by Tim Horton.
726 * Source/cmake/OptionsEfl.cmake:
727 * Source/cmake/OptionsGTK.cmake:
728 * Source/cmake/OptionsMac.cmake:
729 * Source/cmake/WebKitFeatures.cmake:
731 2015-11-20 Csaba Osztrogonác <ossy@webkit.org>
733 [EFL] Enable FTL JIT by default on X86_64
734 https://bugs.webkit.org/show_bug.cgi?id=143822
736 Reviewed by Carlos Garcia Campos.
738 * Source/cmake/OptionsEfl.cmake:
740 2015-11-19 Commit Queue <commit-queue@webkit.org>
742 Unreviewed, rolling out r192667 and r192668.
743 https://bugs.webkit.org/show_bug.cgi?id=151476
745 broke api tests (Requested by alexchristensen on #webkit).
749 "Remove the non-NetworkProcess configurations"
750 https://bugs.webkit.org/show_bug.cgi?id=151418
751 http://trac.webkit.org/changeset/192667
753 "Fix GTK Build after r192667."
754 http://trac.webkit.org/changeset/192668
756 2015-11-19 Alex Christensen <achristensen@webkit.org>
758 Remove the non-NetworkProcess configurations
759 https://bugs.webkit.org/show_bug.cgi?id=151418
761 Reviewed by Geoffrey Garen.
763 * Source/cmake/OptionsEfl.cmake:
764 * Source/cmake/OptionsGTK.cmake:
765 * Source/cmake/OptionsMac.cmake:
766 * Source/cmake/WebKitFeatures.cmake:
768 2015-11-17 Carlos Garcia Campos <cgarcia@igalia.com>
770 REGRESSION(r192459): [GTK] User agent string is broken after r192459
771 https://bugs.webkit.org/show_bug.cgi?id=151347
773 Reviewed by Žan Doberšek.
775 Pass UA version numbers as strings to the build.
777 * Source/cmake/OptionsGTK.cmake:
779 2015-11-16 Alex Christensen <achristensen@webkit.org>
781 Fix CMake build and make PluginProcess executable
782 https://bugs.webkit.org/show_bug.cgi?id=151332
784 Reviewed by Tim Horton.
786 * Source/cmake/OptionsMac.cmake:
788 2015-11-16 Carlos Garcia Campos <cgarcia@igalia.com>
790 [GTK] Use FTL by default when LLVM 3.7 is available
791 https://bugs.webkit.org/show_bug.cgi?id=142128
793 Reviewed by Csaba Osztrogonác.
795 Enable FTL by default when architecture is X86_64. It requires
796 LLVM 3.7, but can be disabled manually as a cmake configure
799 * Source/cmake/FindLLVM.cmake: In debian llvm-config is only
800 available if the metapackage is installed and it points to
801 llvm-config-3.5. So, here we check first if the llvm-config is
802 from a recent enough version, and if not we check several
803 llvm-config-<version> programs, so this should work on any distro.
804 * Source/cmake/OptionsGTK.cmake: Enable FTL by default when
805 target architecture is X86_64, and check the LLVM is at least
806 3.7. The option is now public, since we want people to be able to
809 2015-11-11 Anders Carlsson <andersca@apple.com>
811 Enable cross-platform context menus by default
812 https://bugs.webkit.org/show_bug.cgi?id=151173
814 Reviewed by Tim Horton.
816 * Source/cmake/OptionsEfl.cmake:
818 2015-11-12 Csaba Osztrogonác <ossy@webkit.org>
820 Remove ENABLE(SATURATED_LAYOUT_ARITHMETIC) guards
821 https://bugs.webkit.org/show_bug.cgi?id=150972
823 Reviewed by Darin Adler.
825 * Source/cmake/OptionsMac.cmake:
826 * Source/cmake/WebKitFeatures.cmake:
828 2015-11-11 Philippe Normand <pnormand@igalia.com>
830 [GTK][Mac] don't install .frameworks
831 https://bugs.webkit.org/show_bug.cgi?id=151136
833 Reviewed by Alex Christensen.
835 * Source/cmake/WebKitMacros.cmake: Don't install framework files when building the GTK port on Mac.
837 2015-11-10 Pranjal Jumde <pjumde@apple.com>
839 Fixed crash loading Mozilla layout test editor/libeditor/crashtests/431086-1.xhtml.
840 https://bugs.webkit.org/show_bug.cgi?id=150252
841 <rdar://problem/23149470>
843 Reviewed by Brent Fulgham.
846 * Source/WebCore/editing/ios/EditorIOS.mm
847 * Source/WebCore/editing/mac/EditorMac.mm
848 In Editor::fontForSelection moved the node removal code, so that the
849 node is only removed if style is not NULL.
850 * Source/WebCore/editing/cocoa/EditorCocoa.mm
851 In Editor::styleForSelectionStart checking if the parentNode can
852 accept the styleElement node.
853 * LayoutTests/editing/execCommand/150252.xhtml
854 * LayoutTests/editing/execCommand/150252_minimal.xhtml
855 * LayoutTests/editing/execCommand/150252-expected.txt
856 * LayoutTests/editing/execCommand/150252_minimal-expected.txt
858 2015-11-09 Pranjal Jumde <pjumde@apple.com>
860 Fixed crash loading Mozilla layout test editor/libeditor/crashtests/431086-1.xhtml.
861 https://bugs.webkit.org/show_bug.cgi?id=150252
862 <rdar://problem/23149470>
864 Reviewed by Brent Fulgham.
866 * Source/WebCore/editing/ios/EditorIOS.mm
867 * Source/WebCore/editing/mac/EditorMac.mm
868 In Editor::fontForSelection moved the node removal code, so that the
869 node is only removed if style is not NULL.
870 * LayoutTests/editing/execCommand/150252.xhtml
871 * LayoutTests/editing/execCommand/150252_minimal.xhtml
872 * LayoutTests/editing/execCommand/150252-expected.txt
873 * LayoutTests/editing/execCommand/150252_minimal-expected.txt
875 2015-11-06 Daniel Bates <dabates@apple.com>
877 Teach Makefile to build LayoutTestRelay when building for iOS Simulator
878 https://bugs.webkit.org/show_bug.cgi?id=150849
880 Reviewed by Alexey Proskuryakov.
882 Add support for overriding the user-provided arguments SDKROOT and ARCHS
883 on a per Makefile basis.
887 2015-11-06 Philippe Normand <pnormand@igalia.com>
889 Unreviewed, GTK build fix after r192095.
891 * Source/cmake/FindGTK3.cmake:
893 2015-11-06 Philip Chimento <philip.chimento@gmail.com> and Michael Catanzaro <mcatanzaro@igalia.com>
895 [GTK] Re-enable Quartz backend on cmake build system
896 https://bugs.webkit.org/show_bug.cgi?id=144561
898 Reviewed by Philippe Normand.
900 * Source/cmake/FindGTK3.cmake: Set GTK3_SUPPORTS_QUARTZ based on
901 the presence of of gtk+-quartz-3.0 module.
902 * Source/cmake/OptionsGTK.cmake: Reintroduce the
903 ENABLE_QUARTZ_TARGET option to the CMake build, for building the
904 GTK+ Quartz backend on OS X.
906 2015-11-05 Nikos Andronikos <nikos.andronikos-webkit@cisra.canon.com.au>
908 Add runtime and compile time flags for enabling Web Animations API and model.
909 https://bugs.webkit.org/show_bug.cgi?id=150914
911 Reviewed by Benjamin Poulain.
913 Add ENABLE_WEB_ANIMATIONS compile time flag, runtime flag webAnimationsEnabled and Expose WK2 preference for runtime flag.
915 * Source/cmake/OptionsWin.cmake:
916 * Source/cmake/WebKitFeatures.cmake:
918 2015-11-03 Brent Fulgham <bfulgham@apple.com>
920 [Win] CMake build update.
922 Rubberstamped by Tim Horton.
924 * Source/PlatformWin.cmake: Add internal tool to build
925 rules for internal use.
927 2015-11-03 Carlos Garcia Campos <cgarcia@igalia.com>
929 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.11.1 release.
931 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
933 2015-11-02 Philippe Normand <pnormand@igalia.com>
935 [Mac][GTK] Disable Ninja response file support
936 https://bugs.webkit.org/show_bug.cgi?id=150801
938 Reviewed by Alex Christensen.
940 * Source/cmake/OptionsCommon.cmake: The OSX toolchain doesn't
941 support response files, so instruct Ninja to not generate those.
943 2015-11-02 Csaba Osztrogonác <ossy@webkit.org>
945 Fix the FTL JIT build with system LLVM on Linux
946 https://bugs.webkit.org/show_bug.cgi?id=150795
948 Reviewed by Filip Pizlo.
950 * Source/cmake/FindLLVM.cmake:
952 2015-11-02 Carlos Garcia Campos <cgarcia@igalia.com>
954 Unreviewed. Bump GTK+ versions numbers.
956 * Source/cmake/OptionsGTK.cmake:
958 2015-11-01 Yusuke Suzuki <utatane.tea@gmail.com>
960 [ES6] Support Generator Syntax
961 https://bugs.webkit.org/show_bug.cgi?id=150769
963 Reviewed by Geoffrey Garen.
965 Added ENABLE_ES6_GENERATORS flag.
967 * Source/cmake/OptionsWin.cmake:
968 * Source/cmake/WebKitFeatures.cmake:
970 2015-10-30 Gyuyoung Kim <gyuyoung.kim@webkit.org>
972 [EFL] Add Shadow DOM feature
973 https://bugs.webkit.org/show_bug.cgi?id=150611
975 Reviewed by Csaba Osztrogonác.
977 * Source/cmake/OptionsEfl.cmake:
978 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_SHADOW_DOM cmake variable.
980 2015-10-29 Alex Christensen <achristensen@webkit.org>
983 https://bugs.webkit.org/show_bug.cgi?id=150686
985 Reviewed by Filip Pizlo.
987 * Source/cmake/WebKitMacros.cmake:
989 2015-10-28 Alex Christensen <achristensen@webkit.org>
991 Compile and link with CMake on Mac
992 https://bugs.webkit.org/show_bug.cgi?id=150632
994 Reviewed by Tim Horton.
996 * Source/cmake/OptionsMac.cmake:
998 2015-10-26 Dana Burkart <dburkart@apple.com>
1000 `make analyze` should build using the debug configuration
1001 https://bugs.webkit.org/show_bug.cgi?id=150571
1003 Reviewed by Lucas Forschler.
1007 2015-10-26 Philippe Normand <pnormand@igalia.com>
1009 Unreviewed, rolling out r191576.
1011 broke the http/tests/media tests
1015 "[GStreamer] Bump internal jhbuild versions to 1.6.0"
1016 https://bugs.webkit.org/show_bug.cgi?id=149594
1017 http://trac.webkit.org/changeset/191576
1019 2015-10-26 ChangSeok Oh <changseok.oh@collabora.com>
1021 [GStreamer] Bump internal jhbuild versions to 1.6.0
1022 https://bugs.webkit.org/show_bug.cgi?id=149594
1024 Reviewed by Philippe Normand.
1026 Bump up the minimum reqirement version of gstreamer-gl to 1.6.0.
1028 * Source/cmake/FindGStreamer.cmake:
1030 2015-10-22 Philippe Normand <pnormand@igalia.com>
1032 [GTK][Mac] ICU-related build fixes
1033 https://bugs.webkit.org/show_bug.cgi?id=150032
1035 Rubber-stamped by Darin Adler.
1037 * Source/cmake/FindICU.cmake: Use pkg-config to hint at icu-i18n's library location.
1039 2015-10-20 Yoav Weiss <yoav@yoav.ws>
1041 Rename the PICTURE_SIZES flag to CURRENTSRC
1042 https://bugs.webkit.org/show_bug.cgi?id=150275
1044 Reviewed by Dean Jackson.
1046 * Source/cmake/OptionsEfl.cmake:
1047 * Source/cmake/OptionsGTK.cmake:
1048 * Source/cmake/OptionsMac.cmake:
1049 * Source/cmake/OptionsWin.cmake:
1050 * Source/cmake/WebKitFeatures.cmake:
1052 2015-10-14 Tomas Popela <tpopela@redhat.com>
1054 [GTK][EFL] Fix build with cmake 3.4
1055 https://bugs.webkit.org/show_bug.cgi?id=150117
1057 Explicitely include the CheckIncludeFiles module before using
1058 the CHECK_INCLUDE_FILES command.
1060 Reviewed by Žan Doberšek.
1062 * Source/cmake/FindOpenGL.cmake:
1063 * Source/cmake/FindWebP.cmake:
1064 * Source/cmake/OptionsEfl.cmake:
1066 2015-10-13 Dean Jackson <dino@apple.com>
1068 Device motion and orientation should only be visible from the main frame's security origin
1069 https://bugs.webkit.org/show_bug.cgi?id=150072
1070 <rdar://problem/23082036>
1072 Reviewed by Brent Fulgham.
1074 Add a manual test for cross-origin device orientation events, while
1075 we're waiting on the mock client to be supported everywhere.
1077 * ManualTests/deviceorientation-child-frame.html: Added.
1078 * ManualTests/deviceorientation-main-frame-only.html: Added.
1080 2015-10-12 Philip Chimento <philip.chimento@gmail.com>
1082 [GTK] OSX linker doesn't understand --whole-archive
1083 https://bugs.webkit.org/show_bug.cgi?id=144557
1085 Reviewed by Martin Robinson.
1087 * Source/cmake/OptionsGTK.cmake: Turn the macro
1088 ADD_WHOLE_ARCHIVE_TO_LIBRARIES into a no-op on Darwin systems,
1089 because XCode's linker doesn't have the --whole-archive option.
1091 2015-10-12 Philip Chimento <philip.chimento@gmail.com>
1093 [GTK] Use --version-script only on Linux
1094 https://bugs.webkit.org/show_bug.cgi?id=144555
1096 Reviewed by Philippe Normand.
1098 * Source/cmake/OptionsGTK.cmake: Don't add --version-script
1099 option on Darwin (whose linker doesn't support it.)
1101 2015-10-09 Gyuyoung Kim <gyuyoung.kim@webkit.org>
1103 [CMake] Remove ENABLE_SUBPIXEL_LAYOUT macro
1104 https://bugs.webkit.org/show_bug.cgi?id=149947
1106 Reviewed by Csaba Osztrogonác.
1108 ENABLE(SUBPIXEL_LAYOUT) was removed though, it is still alive in .cmake.
1111 * Source/cmake/OptionsMac.cmake:
1112 * Source/cmake/OptionsWin.cmake:
1113 * Source/cmake/WebKitFeatures.cmake:
1115 2015-10-06 Emanuele Aina <emanuele.aina@collabora.com>
1117 Fix ENABLE_OPENGL=OFF builds
1118 https://bugs.webkit.org/show_bug.cgi?id=146511
1120 Reviewed by Darin Adler.
1122 * Source/cmake/OptionsGTK.cmake: Make ENABLE_WAYLAND_TARGET depend on
1123 ENABLE_OPENGL due to EGL usage.
1125 2015-10-01 Wenson Hsieh <wenson_hsieh@apple.com>
1127 Convert focused-input-should-assist-on-touch.html into an automated test
1128 https://bugs.webkit.org/show_bug.cgi?id=149724
1130 Reviewed by Simon Fraser.
1132 Remove a manual test that can now be rewritten as an automated test.
1134 * ManualTests/ios/focused-input-should-assist-on-touch.html: Removed.
1136 2015-10-01 Brent Fulgham <bfulgham@apple.com>
1138 [Win] Unreviewed CMake build fix.
1140 * Source/cmake/OptionsWin.cmake: Clean up options setttings,
1141 and make sure exception handling is turned off.
1143 2015-09-30 Brent Fulgham <bfulgham@apple.com>
1145 [Win] Unreviewed build fix after CMake conversion.
1147 * Source/cmake/OptionsWin.cmake: Correct some Windows build flags.
1149 2015-09-29 Michael Catanzaro <mcatanzaro@igalia.com>
1151 [GTK][CMake] Warning about CMP0058
1152 https://bugs.webkit.org/show_bug.cgi?id=149627
1154 Reviewed by Martin Robinson.
1156 Opt-in to the new behavior for CMP0058.
1160 2015-09-28 Brent Fulgham <bfulgham@apple.com>
1162 [Win] Unreviewed build fix for internal systems.
1164 * Source/cmake/OptionsWin.cmake: Preferentially use the build target
1165 location for include and link libraries, rather than the system locations.
1167 2015-09-28 Alex Christensen <achristensen@webkit.org>
1169 Build WK1 with CMake on Mac
1170 https://bugs.webkit.org/show_bug.cgi?id=149604
1172 Reviewed by Chris Dumez.
1174 * Source/cmake/OptionsMac.cmake:
1175 * Source/cmake/WebKitMacros.cmake:
1176 ObjC bindings now have their own list of IDL files, but some of them still don't generate a .mm file.
1178 2015-09-25 Alex Christensen <achristensen@webkit.org>
1180 Clean up CMake build on Mac
1181 https://bugs.webkit.org/show_bug.cgi?id=149573
1183 Reviewed by Chris Dumez.
1185 * Source/cmake/OptionsMac.cmake:
1187 2015-09-25 Alex Christensen <achristensen@webkit.org>
1189 [Win] Switch to CMake
1190 https://bugs.webkit.org/show_bug.cgi?id=148111
1192 Reviewed by Brent Fulgham.
1194 * Source/cmake/WinTools.make: Added.
1195 * Source/cmake/tools: Added.
1196 * Source/cmake/tools/scripts: Copied from WebKitLibraries/win/tools/scripts.
1197 * Source/cmake/tools/scripts/auto-version.pl: Copied from WebKitLibraries/win/tools/scripts/auto-version.pl.
1199 2015-09-25 Alex Christensen <achristensen@webkit.org>
1201 Prepare internal AppleWin build for CMake
1202 https://bugs.webkit.org/show_bug.cgi?id=149570
1204 Reviewed by Brent Fulgham.
1206 * Source/PlatformWin.cmake:
1207 Include internal CMake files if they exist.
1209 2015-09-22 Gyuyoung Kim <gyuyoung.kim@webkit.org>
1211 Add a file of pointer-lock to cmake ports
1212 https://bugs.webkit.org/show_bug.cgi?id=149453
1214 Reviewed by Csaba Osztrogonác.
1216 * Source/cmake/OptionsEfl.cmake: Add a ENABLE_POINTER_LOCK.
1218 2015-09-22 Carlos Alberto Lopez Perez <clopez@igalia.com>
1220 [CMake] Allow to enable OpenMP support.
1221 https://bugs.webkit.org/show_bug.cgi?id=149457
1223 Reviewed by Csaba Osztrogonác.
1225 * Source/cmake/OptionsCommon.cmake: Add the option USE_OPENMP that
1226 will enable the support for OpenMP. Currently this is only used as
1227 an alternative implementation to native threads for the parallelization
1228 of the SVG filters. But name the option with a generic name (USE_OPENMP)
1229 as it could be also used to enable future features that depend on OpenMP.
1231 2015-09-22 Ryuan Choi <ryuan.choi@navercorp.com>
1233 [EFL] Build break when DEVELOPER_MODE is OFF
1234 https://bugs.webkit.org/show_bug.cgi?id=149448
1236 Reviewed by Gyuyoung Kim.
1238 Since r187191, DatabaseProcessMainUnix is missing in symbol filter.
1240 * Source/cmake/eflsymbols.filter:
1242 2015-09-21 Alex Christensen <achristensen@webkit.org>
1244 Disable PICTURE_SIZES in Windows CMake build like r189745.
1245 https://bugs.webkit.org/show_bug.cgi?id=149125
1247 * Source/cmake/OptionsWin.cmake:
1248 Do the same thing as r189745.
1250 2015-09-20 Youenn Fablet <youenn.fablet@crf.canon.fr>
1252 Removing XHR_TIMEOUT guard
1254 Remove XHR_TIMEOUT compilation guard
1255 https://bugs.webkit.org/show_bug.cgi?id=149260
1257 Reviewed by Benjamin Poulain.
1259 * Source/cmake/OptionsEfl.cmake:
1260 * Source/cmake/OptionsGTK.cmake:
1261 * Source/cmake/OptionsMac.cmake:
1262 * Source/cmake/OptionsWin.cmake:
1263 * Source/cmake/WebKitFeatures.cmake:
1265 2015-09-18 Alex Christensen <achristensen@webkit.org>
1267 Fix tests on Windows after switching to CMake.
1268 https://bugs.webkit.org/show_bug.cgi?id=149339
1270 Reviewed by Brent Fulgham.
1272 * Source/PlatformWin.cmake: Added to copy WebInspectorUI.
1274 2015-09-17 Alex Christensen <achristensen@webkit.org>
1276 Fix Windows EWS build after r189934.
1278 * Source/cmake/OptionsWin.cmake:
1279 Use WEBKIT_LIBRARIES environment variable if it exists.
1280 We have the WebKitLibraries directory separate from the repository copy on the EWS bots.
1282 2015-09-15 Ryosuke Niwa <rniwa@webkit.org>
1284 Add ShadowRoot interface and Element.prototype.attachShadow
1285 https://bugs.webkit.org/show_bug.cgi?id=149187
1287 Reviewed by Antti Koivisto.
1289 * Source/cmake/OptionsGTK.cmake:
1291 2015-09-15 Csaba Osztrogonác <ossy@webkit.org>
1293 [cmake] Enable debug fission only if it is supported
1294 https://bugs.webkit.org/show_bug.cgi?id=149161
1296 Reviewed by Martin Robinson.
1298 * Source/cmake/OptionsCommon.cmake:
1300 2015-09-14 Alex Christensen <achristensen@webkit.org>
1302 Progress towards CMake on Mac.
1303 https://bugs.webkit.org/show_bug.cgi?id=149123
1305 Reviewed by Chris Dumez.
1307 * Source/cmake/OptionsMac.cmake:
1308 * Source/cmake/WebKitFeatures.cmake:
1309 Defined and enabled some more features needed on Mac.
1310 * Source/cmake/WebKitMacros.cmake:
1311 Objective C bindings need special changes when generating:
1312 Some of the bindings do not generate a .mm file but the header is needed.
1313 Some of the bindings do generate a .mm file that doesn't compile but the header is needed.
1314 In order to handle these cases, it is necessary to change the GENERATE_BINDINGS macro just for ObjC.
1316 2015-09-08 Daniel Bates <dabates@apple.com>
1318 Convert manual test added in http://trac.webkit.org/changeset/70321 to an automated test
1319 https://bugs.webkit.org/show_bug.cgi?id=74729
1320 <rdar://problem/22550195>
1322 Reviewed by Jon Honeycutt.
1324 * ManualTests/compositing/resources/composited-subframe.html: Removed.
1325 * ManualTests/compositing/show-composited-iframe-on-back-button.html: Removed.
1327 2015-09-06 Andy Estes <aestes@apple.com>
1329 WebKit.xcworkspace should be be able to build iOS platforms
1330 https://bugs.webkit.org/show_bug.cgi?id=148881
1332 Reviewed by Daniel Bates.
1334 Since we don't want to create platform-specific schemes, all projects in the workspace's schemes need to build
1335 for all supported platforms.
1337 * WebKit.xcworkspace/xcshareddata/xcschemes/All Tools.xcscheme: Removed the DumpRenderTree target since its All
1338 target was already included. Removed the WebKitTestRunner target and replaced it with its All target.
1340 2015-09-04 Jon Honeycutt <jhoneycutt@apple.com>
1342 [iOS] Need a test for bug #145539: Uploading an animated GIF from the
1343 photo library uploads a JPEG
1344 https://bugs.webkit.org/show_bug.cgi?id=148849
1346 Reviewed by Daniel Bates.
1348 * ManualTests/ios/image-file-uploads-as-original-type.html: Added.
1349 On the Mac, file upload tests use EventSender::beginDragWithFiles. This
1350 functionality doesn't exist on iOS, so we'll add a manual test.
1351 This tests that the first few bytes of the selected file are "GIF".
1353 2015-09-04 Carlos Alberto Lopez Perez <clopez@igalia.com>
1355 Follow-up patch for r189343.
1356 https://bugs.webkit.org/show_bug.cgi?id=148795
1358 Rubber-stamped by Csaba Osztrogonác.
1360 * Source/cmake/WebKitCommon.cmake: Relax the Ruby version requirement
1361 to 1.9, since this seems to be enough to fix the build failure.
1362 And 2.0 may cause problems for developers using some distributions like Ubuntu.
1364 2015-09-04 Emanuele Aina <emanuele.aina@collabora.com>
1366 [CMake] Trigger the memory-reduction tricks on armhf too
1367 https://bugs.webkit.org/show_bug.cgi?id=146640
1369 Reviewed by Csaba Osztrogonác.
1371 * Source/cmake/OptionsCommon.cmake:
1372 Activate --no-keep-memory even on armhf to reduce the amount of memory
1373 needed during linking, to avoid out-of-memory failures as much as
1376 2015-09-04 Carlos Alberto Lopez Perez <clopez@igalia.com>
1378 REGRESSION(r189293): JavaScriptCore/offlineasm/x86.rb -- Build failure with ruby < 2.0
1379 https://bugs.webkit.org/show_bug.cgi?id=148795
1381 Rubber-stamped by Carlos Garcia Campos.
1383 * Source/cmake/WebKitCommon.cmake: Require now at least Ruby 2.0
1385 2015-09-02 Alex Christensen <achristensen@webkit.org>
1387 Make bison grammar compatible with bison 2.1
1388 https://bugs.webkit.org/show_bug.cgi?id=148731
1390 Reviewed by Tim Horton.
1392 * Source/cmake/WebKitCommon.cmake:
1395 2015-08-31 Carlos Alberto Lopez Perez <clopez@igalia.com>
1397 [CMake] Build with Debug Fission on by default on Debug builds.
1398 https://bugs.webkit.org/show_bug.cgi?id=148639
1400 Reviewed by Martin Robinson.
1402 * Source/cmake/OptionsCommon.cmake:
1404 2015-08-29 Alex Christensen <achristensen@webkit.org>
1406 Unreviewed build fix after r179923.
1408 * Source/CMakeLists.txt:
1409 bmalloc isn't ported to Windows yet.
1411 2015-08-27 Alex Christensen <achristensen@webkit.org>
1413 Isolate Source directories in CMake build
1414 https://bugs.webkit.org/show_bug.cgi?id=148389
1416 Reviewed by Brent Fulgham.
1419 * Source/cmake/WebKitCommon.cmake:
1420 Move package finding to WebKitCommon.
1422 2015-08-26 Per Arne Vollan <peavo@outlook.com>
1424 [Win] Build does not generate debug info.
1425 https://bugs.webkit.org/show_bug.cgi?id=148431
1427 Reviewed by Alex Christensen.
1429 Generate debug info for Windows builds.
1431 * Source/cmake/OptionsWin.cmake:
1433 2015-08-26 Michael Catanzaro <mcatanzaro@igalia.com>
1435 [GTK] Disable ACCELERATED_2D_CANVAS by default
1436 https://bugs.webkit.org/show_bug.cgi?id=148473
1438 Reviewed by Martin Robinson.
1440 Currently ACCELERATED_2D_CANVAS is enabled by default on most systems (which have CairoGL)
1441 but not on Debian (which does not). We've known this was problematic for a while, since it
1442 means we have two different sets of distro-dependent bugs, but never decided whether that
1443 outweighed the benefits of CarioGL or not. I'm making the call now: it's more important to
1444 have the same bugs everywhere. We can turn this on again for other distros when we're ready
1445 to turn it on for Debian.
1447 Also, properly fail the build if ENABLE_ACCELERATED_2D_CANVAS is enabled but CairoGL is not
1450 * Source/cmake/OptionsGTK.cmake:
1452 2015-08-25 Commit Queue <commit-queue@webkit.org>
1454 Unreviewed, rolling out r188919.
1455 https://bugs.webkit.org/show_bug.cgi?id=148452
1457 broke build (Requested by alexchristensen on #webkit).
1461 "[Win] Build does not generate debug info."
1462 https://bugs.webkit.org/show_bug.cgi?id=148431
1463 http://trac.webkit.org/changeset/188919
1465 2015-08-25 Michael Catanzaro <mcatanzaro@igalia.com>
1467 [GTK] r186800 broke the build on Ubuntu 14.04
1468 https://bugs.webkit.org/show_bug.cgi?id=147559
1470 Reviewed by Martin Robinson.
1472 * Source/cmake/FindGTK3.cmake: Always define GTK3_SUPPORTS_X11 and GTK3_SUPPORTS_WAYLAND.
1473 * Source/cmake/OptionsGTK.cmake: Autodetect support for X11 and Wayland backends.
1475 2015-08-25 Per Arne Vollan <peavo@outlook.com>
1477 [Win] Build does not generate debug info.
1478 https://bugs.webkit.org/show_bug.cgi?id=148431
1480 Reviewed by Brent Fulgham.
1482 Generate debug info for Windows builds.
1484 * Source/cmake/OptionsWin.cmake:
1486 2015-08-20 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
1488 [GTK] Auto-detection of cairo-gl fails
1489 https://bugs.webkit.org/show_bug.cgi?id=148189
1491 Reviewed by Žan Doberšek.
1493 * Source/cmake/FindCairoGL.cmake: only check for components if the main package has
1494 been found. Otherwise, if either GLX or EGL are available, cairo-gl will also be
1495 deemed available, which might not be the case.
1496 * Source/cmake/OptionsGTK.cmake: fix the usage of the CAIROGL_FOUND variable.
1498 2015-08-19 Alex Christensen <achristensen@webkit.org>
1500 CMake Windows build should not include files directly from other Source directories
1501 https://bugs.webkit.org/show_bug.cgi?id=148198
1503 Reviewed by Brent Fulgham.
1505 * Source/cmake/WebKitMacros.cmake:
1507 2015-08-19 Alex Christensen <achristensen@webkit.org>
1509 Build TestWTF on Mac with CMake.
1510 https://bugs.webkit.org/show_bug.cgi?id=147972
1512 Reviewed by Tim Horton.
1514 * Source/cmake/OptionsMac.cmake:
1515 Enable API tests in Mac's CMake build.
1517 2015-08-18 Alex Christensen <achristensen@webkit.org>
1519 [CMake] REGRESSION(r188540): WebKitTestRunner is not longer built and all the tests (layout and perf) fail.
1520 https://bugs.webkit.org/show_bug.cgi?id=148127
1522 Reviewed by Martin Robinson.
1525 TOOLS_DIR hasn't been set yet since its defining has been moved to WebKitFS.
1527 2015-08-17 Alex Christensen <achristensen@webkit.org>
1529 [Win CMake] Allow WebKitLibraries directory to be set from the command line
1530 https://bugs.webkit.org/show_bug.cgi?id=148112
1532 Reviewed by Brent Fulgham.
1534 * Source/cmake/OptionsWin.cmake:
1535 Don't use an environment variable for WEBKIT_LIBRARIES_DIR.
1536 Instead, use the default location if nothing is passed in from the command line.
1537 This way we can set it from the command line for the AppleInternal build.
1538 Also, set the output directories to be consistent between the old and new build systems (and ninja).
1540 2015-08-17 Alex Christensen <achristensen@webkit.org>
1542 Build Debug Suffix on Windows with CMake
1543 https://bugs.webkit.org/show_bug.cgi?id=148083
1545 Reviewed by Brent Fulgham.
1547 * Source/cmake/OptionsWin.cmake:
1548 Use debug libraries in debug suffix builds.
1550 2015-08-17 Alex Christensen <achristensen@webkit.org>
1552 Move some commands from ./CMakeLists.txt to Source/cmake
1553 https://bugs.webkit.org/show_bug.cgi?id=148003
1555 Reviewed by Brent Fulgham.
1558 Moved functionality to WebKitCommon.cmake and WebKitFS.cmake and made conditional
1559 so we can change directory structure from command line parameters.
1560 * Source/cmake/OptionsAppleWin.cmake:
1561 * Source/cmake/OptionsWin.cmake: Copied from Source/cmake/OptionsWindows.cmake.
1562 * Source/cmake/OptionsWinCairo.cmake:
1563 * Source/cmake/OptionsWindows.cmake: Removed.
1564 * Source/cmake/WebKitCommon.cmake: Added.
1565 * Source/cmake/WebKitFS.cmake:
1567 2015-08-13 Commit Queue <commit-queue@webkit.org>
1569 Unreviewed, rolling out r188428.
1570 https://bugs.webkit.org/show_bug.cgi?id=148015
1572 broke cmake build (Requested by alexchristensen on #webkit).
1576 "Move some commands from ./CMakeLists.txt to Source/cmake"
1577 https://bugs.webkit.org/show_bug.cgi?id=148003
1578 http://trac.webkit.org/changeset/188428
1580 2015-08-13 Alex Christensen <achristensen@webkit.org>
1582 Move some commands from ./CMakeLists.txt to Source/cmake
1583 https://bugs.webkit.org/show_bug.cgi?id=148003
1585 Reviewed by Brent Fulgham.
1588 Moved functionality to WebKitCommon.cmake and WebKitFS.cmake and made conditional
1589 so we can change directory structure from command line parameters.
1590 * Source/cmake/WebKitCommon.cmake: Added.
1591 * Source/cmake/WebKitFS.cmake:
1593 2015-08-13 Wenson Hsieh <wenson_hsieh@apple.com>
1595 A focused node should not be assisted when handling touch events synchronously
1596 https://bugs.webkit.org/show_bug.cgi?id=147836
1598 Reviewed by Enrica Casucci.
1600 Added manual tests for keyboard assistance behavior due to receiving touch events on iOS.
1602 * ManualTests/ios/focused-input-should-assist-on-touch.html: Checks that a currently focused
1603 input can still be assisted due to a touch event.
1604 * ManualTests/ios/keyboard-should-not-show-on-touch-event.html: Checks that handling a touch
1605 event does not automatically cause us to assist the currently focused node.
1607 2015-08-12 Alex Christensen <achristensen@webkit.org>
1609 Fix Debug CMake builds on Windows
1610 https://bugs.webkit.org/show_bug.cgi?id=147940
1612 Reviewed by Chris Dumez.
1614 * Source/cmake/OptionsWindows.cmake:
1615 Put 32-bit binaries in a bin32 subdirectory and 64-bit binaries in a bin64 subdirectory.
1617 2015-08-10 Alex Christensen <achristensen@webkit.org>
1619 Build TestWebKitAPI with CMake on Windows
1620 https://bugs.webkit.org/show_bug.cgi?id=147851
1622 Reviewed by Chris Dumez.
1624 * Source/cmake/OptionsWindows.cmake:
1625 Enable api tests and set USE_SYSTEM_MALLOC to avoid warnings when redefining it.
1627 2015-08-06 Alex Christensen <achristensen@webkit.org>
1629 [Win] CMake build fix after r188098.
1631 * Source/cmake/OptionsWinCairo.cmake:
1632 OptionsWindows.cmake uses WTF_PLATFORM_WIN_CAIRO now, so we need to set it before including OptionsWindows.
1634 2015-08-04 Alex Christensen <achristensen@webkit.org>
1636 Fix quirks with CMake and VS2015
1637 https://bugs.webkit.org/show_bug.cgi?id=147663
1639 Reviewed by Brent Fulgham.
1641 * Source/cmake/OptionsWindows.cmake:
1642 Hide some warnings. Using the same variable names in nested scopes is ok for now.
1643 Disable INTL for now.
1645 2015-08-04 Alex Christensen <achristensen@webkit.org>
1647 Enable WebGL on Windows CMake build.
1648 https://bugs.webkit.org/show_bug.cgi?id=143311
1650 Reviewed by Csaba Osztrogonác.
1652 * Source/cmake/OptionsWindows.cmake:
1653 Enable WebGL by default in CMake builds now that it works.
1655 2015-08-04 Mario Sanchez Prada <mario@endlessm.com>
1657 [GTK] Accelerated 2D Canvas enabled when cairo-gl is not available
1658 https://bugs.webkit.org/show_bug.cgi?id=147625
1660 Reviewed by Martin Robinson.
1662 Do not set the CAIRO_<COMPONENT>_* CMake variables for cairo-gl
1663 components unless they were actually found, not to accidentally
1664 enable Accelerated 2D canvas, which would cause the build to fail.
1666 * Source/cmake/FindCairoGL.cmake: Set this variables only when
1667 pkg_check_modules() had actually found the relevant component.
1669 2015-08-03 Csaba Osztrogonác <ossy@webkit.org>
1671 [CMake] Add an option to build AllInOne files
1672 https://bugs.webkit.org/show_bug.cgi?id=102647
1674 Reviewed by Alex Christensen.
1676 * Source/cmake/OptionsEfl.cmake: Disabled by default.
1677 * Source/cmake/OptionsGTK.cmake: Disabled by default.
1678 * Source/cmake/OptionsWindows.cmake: Enabled by default.
1679 * Source/cmake/WebKitFeatures.cmake:
1680 * Source/cmake/WebKitMacros.cmake:
1682 2015-08-03 Carlos Garcia Campos <cgarcia@igalia.com>
1684 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.5 release.
1686 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1688 2015-07-31 Alex Christensen <achristensen@webkit.org>
1690 Prepare for debug CMake builds on Windows.
1691 https://bugs.webkit.org/show_bug.cgi?id=147484
1693 Reviewed by Tim Horton.
1695 * Source/cmake/OptionsWindows.cmake:
1696 Don't use debug runtimes in debug builds because the dependencies are only built with multithreaded runtimes.
1698 2015-07-30 Joonghun Park <jh718.park@samsung.com>
1700 [EFL] Enable IndexedDB based on DatabaseProcess
1701 https://bugs.webkit.org/show_bug.cgi?id=147221
1703 Reviewed by Csaba Osztrogonác.
1705 * Source/cmake/OptionsEfl.cmake:
1707 2015-07-30 Alex Christensen <achristensen@webkit.org>
1709 Build AppleWin port with CMake
1710 https://bugs.webkit.org/show_bug.cgi?id=147385
1712 Reviewed by Martin Robinson.
1714 * Source/cmake/OptionsWindows.cmake:
1715 Use the static multithreaded runtime. Based on
1716 http://www.cmake.org/Wiki/CMake_FAQ#How_can_I_build_my_MSVC_application_with_a_static_runtime.3F
1718 2015-07-29 Andy VanWagoner <thetalecrafter@gmail.com>
1720 Implement basic types for ECMAScript Internationalization API
1721 https://bugs.webkit.org/show_bug.cgi?id=146926
1723 Reviewed by Benjamin Poulain.
1725 Enable flag now that the basic objects are in place.
1727 * Source/cmake/WebKitFeatures.cmake: enable INTL
1729 2015-07-29 Basile Clement <basile_clement@apple.com>
1731 Remove native call inlining
1732 https://bugs.webkit.org/show_bug.cgi?id=147417
1734 Rubber-stamped by Filip Pizlo.
1736 * Source/cmake/OptionsEfl.cmake:
1737 * Source/cmake/WebKitFeatures.cmake:
1739 2015-07-28 Yusuke Suzuki <utatane.tea@gmail.com>
1741 [ES6] Add ENABLE_ES6_MODULES compile time flag with the default value "false"
1742 https://bugs.webkit.org/show_bug.cgi?id=147350
1744 Reviewed by Sam Weinig.
1746 * Source/cmake/WebKitFeatures.cmake:
1748 2015-07-27 Alex Christensen <achristensen@webkit.org>
1750 Use Ninja on Windows.
1751 https://bugs.webkit.org/show_bug.cgi?id=147228
1753 Reviewed by Martin Robinson.
1755 * Source/cmake/OptionsWindows.cmake:
1756 Only use /MP when using generated Visual Studio solution files to build.
1757 It makes compiling parallel in MSVC, but Ninja doesn't like it.
1759 2015-07-27 Alex Christensen <achristensen@webkit.org>
1761 Progress towards building AppleWin with CMake
1762 https://bugs.webkit.org/show_bug.cgi?id=147325
1764 Reviewed by Martin Robinson.
1766 * Source/cmake/OptionsWindows.cmake:
1767 Link with 64-bit libraries if building 64-bit binaries.
1768 Don't run regular expressions on empty strings when using Ninja.
1769 Removed DebugSuffix Visual Studio environment variables.
1771 2015-07-23 Alex Christensen <achristensen@webkit.org>
1773 Remove compile and runtime flags for promises.
1774 https://bugs.webkit.org/show_bug.cgi?id=147244
1776 Reviewed by Yusuke Suzuki.
1778 * Source/cmake/OptionsMac.cmake:
1779 * Source/cmake/OptionsWindows.cmake:
1780 * Source/cmake/WebKitFeatures.cmake:
1782 2015-07-22 Sukolsak Sakshuwong <sukolsak@gmail.com>
1784 Add ENABLE_WEBASSEMBLY feature flag for WebAssembly
1785 https://bugs.webkit.org/show_bug.cgi?id=147212
1787 Reviewed by Filip Pizlo.
1789 * Source/cmake/WebKitFeatures.cmake:
1791 2015-07-22 Alex Christensen <achristensen@webkit.org>
1793 Fix quirks in CMake build on Mac and Windows
1794 https://bugs.webkit.org/show_bug.cgi?id=147174
1796 Reviewed by Gyuyoung Kim.
1799 * Source/cmake/OptionsWindows.cmake:
1800 Added options I removed in r187022. They are indeed needed.
1801 * Source/cmake/WebKitFS.cmake:
1802 Make the DerivedSources/WebKit directory.
1804 2015-07-21 Carlos Garcia Campos <cgarcia@igalia.com>
1806 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.4 release.
1808 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1810 2015-07-20 Alex Christensen <achristensen@webkit.org>
1812 Resurrect CMake build on Windows.
1813 https://bugs.webkit.org/show_bug.cgi?id=147083
1815 Reviewed by Gyuyoung Kim.
1817 * Source/cmake/OptionsCommon.cmake:
1818 * Source/cmake/OptionsWindows.cmake:
1819 Change features to get it to compile. Still not a complete feature set.
1821 2015-07-19 Michael Catanzaro <mcatanzaro@igalia.com>
1823 [GTK] Add seccomp filters support
1824 https://bugs.webkit.org/show_bug.cgi?id=110014
1826 Reviewed by Žan Doberšek.
1828 Find needed compiler and linker flags for libseccomp.
1830 * Source/cmake/OptionsGTK.cmake:
1832 2015-07-17 Ting-Wei Lan <lantw44@gmail.com>
1834 Bring back the GNU ar check to create thin archives on non-Linux systems
1835 https://bugs.webkit.org/show_bug.cgi?id=146681
1837 Reviewed by Martin Robinson.
1839 We already use GNU ar thin archive feature to save time and disk space
1840 on creating static archives, but it is only enabled on Linux. Without
1841 this feature, the debug build of WebCore can be larger than 4 GiB,
1842 which can cause error because GNU ar format uses 32-bit integer to
1843 store offsets in the symbol table. This patch is similar to
1844 https://bugs.webkit.org/show_bug.cgi?id=128596.
1846 * Source/cmake/OptionsCommon.cmake:
1848 2015-07-14 Carlos Alberto Lopez Perez <clopez@igalia.com>
1850 [GTK] [Wayland] Build by default the X11 and Wayland targets.
1851 https://bugs.webkit.org/show_bug.cgi?id=146057
1853 Reviewed by Carlos Garcia Campos.
1855 * Source/cmake/OptionsGTK.cmake:
1857 2015-07-10 Michael Catanzaro <mcatanzaro@igalia.com>
1859 [GTK] ar warning when linking static libraries
1860 https://bugs.webkit.org/show_bug.cgi?id=144988
1862 Reviewed by Carlos Garcia Campos.
1864 Do not use 'u' when calling ar. This argument conflicts with 'D' and is ignored if 'D' is
1865 used, and 'D' is used by default if binutils is built with --enable-deterministic-archives.
1866 Using 'u' with 'D' causes a warning to be printed when linking static libraries. At least
1867 Fedora and Debian have recently both chosen to use --enable-deterministic-archives, so we
1868 should either stop using 'u' or else add 'U' as well in order to disable deterministic
1869 archives. Using 'U' should result in a somewhat faster build (at least when using the
1870 Makefile generator), but it's unlikely that the difference is significant, so let's simply
1871 remove 'u' until someone determines otherwise. This seems like a better option than adding
1872 'U' so as not to foil distributions' attempts to perform deterministic builds. This also
1873 aligns us with the behavior of upstream CMake (which has never used 'u'). This is a minor
1874 behavior change on distributions that do not use --enable-deterministic-archives, notably
1877 * Source/cmake/OptionsCommon.cmake:
1879 2015-07-03 Emanuele Aina <emanuele.aina@collabora.com>
1881 [GTK] Forcefully disable gtk-doc and gobject-introspection when crossbuilding
1882 https://bugs.webkit.org/show_bug.cgi?id=146590
1884 Reviewed by Martin Robinson.
1886 * Source/PlatformGTK.cmake: override the cached variables to
1887 forcefully disable gtk-doc and gobject-introspection when
1889 * Source/cmake/OptionsGTK.cmake: avoid running gtk-doc to check the
1890 documentation syntax when cross-building.
1893 2015-07-02 Przemek Piorkowski <piorkowskiprzemyslaw@gmail.com>
1895 [EFL] test_ewk2_application_cache_manager has been failed since r185527
1896 https://bugs.webkit.org/show_bug.cgi?id=146016
1898 Reviewed by Gyuyoung Kim.
1900 In order to handle properly WebApplicationCacheManagerProxy implementation which use
1901 WebsiteDataRecord it is necessary to enable PUBLIC_SUFFIX_LIST for EFL.
1902 Implementation of PUBLIC_SUFFIX_LIST already exists for soup so EFL can use it as well.
1904 * Source/cmake/OptionsEfl.cmake: set ENABLE_PUBLIC_SUFFIX_LIST to ON for EFL.
1906 2015-06-30 Andy VanWagoner <thetalecrafter@gmail.com>
1908 Implement ECMAScript Internationalization API
1909 https://bugs.webkit.org/show_bug.cgi?id=90906
1911 Reviewed by Benjamin Poulain.
1913 Begin implementing the Intl apis behind ENABLE_INTL flag.
1914 Create the base Intl namespace object.
1916 * Source/cmake/WebKitFeatures.cmake: add ENABLE_INTL flag
1918 2015-06-30 Philippe Normand <pnormand@igalia.com>
1920 [CMake] Error when gst-plugins-base is missing is too confusing
1921 https://bugs.webkit.org/show_bug.cgi?id=145682
1923 Reviewed by Carlos Garcia Campos.
1925 * Source/cmake/OptionsGTK.cmake: Error out if the required
1926 GStreamer libraries are not found on the host.
1928 2015-06-28 Philip Chimento <philip.chimento@gmail.com>
1930 CairoGL should be checked unconditionally
1931 https://bugs.webkit.org/show_bug.cgi?id=146390
1933 Reviewed by Darin Adler.
1935 * Source/cmake/OptionsGTK.cmake: Move check for CairoGL so that
1936 it is run unconditionally; this is necessary because its result
1937 is used later on, outside of any conditions.
1939 2015-06-27 Carlos Garcia Campos <cgarcia@igalia.com>
1941 [GTK][SOUP] Implement WebCore::PublicSuffix for soup and enable PUBLIC_SUFFIX_LIST for GTK+
1942 https://bugs.webkit.org/show_bug.cgi?id=146318
1944 Reviewed by Sergio Villar Senin.
1946 Enable PUBLIC_SUFFIX_LIST for GTK+.
1948 * Source/cmake/OptionsGTK.cmake:
1950 2015-06-22 Carlos Garcia Campos <cgarcia@igalia.com>
1952 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.3 release.
1954 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1956 2015-06-22 Ryuan Choi <ryuan.choi@navercorp.com>
1958 [EFL] Hyphenation is not supported
1959 https://bugs.webkit.org/show_bug.cgi?id=89830
1961 Reviewed by Gyuyoung Kim.
1963 * Source/cmake/OptionsEfl.cmake: Added an option for LibHyphen.
1965 2015-06-22 Zan Dobersek <zdobersek@igalia.com>
1967 [CMake] Add support for building with various sanitizer tools
1968 https://bugs.webkit.org/show_bug.cgi?id=131941
1970 Reviewed by Martin Robinson.
1972 * Source/PlatformGTK.cmake: Don't generate any documentation
1973 when compiling with sanitizers enabled.
1974 * Source/cmake/OptionsCommon.cmake: Allow linking with
1975 undefined symbols when compiling with sanitizers enabled.
1977 2015-06-21 Philip Chimento <philip.chimento@gmail.com>
1979 libwebkit2gtk fails to link without opengl
1980 https://bugs.webkit.org/show_bug.cgi?id=138332
1982 Reviewed by Carlos Garcia Campos.
1984 * Source/cmake/OptionsGTK.cmake: USE(TEXTURE_MAPPER) must be
1985 enabled regardless of whether OpenGL is, because certain symbols
1986 such as WebCore::GraphicsLayer::create() need to be built.
1988 2015-06-20 Michael Catanzaro <mcatanzaro@igalia.com>
1990 [EFL][GTK] Define GLIB_VERSION_MIN_REQUIRED and require glib 2.36 for GTK
1991 https://bugs.webkit.org/show_bug.cgi?id=146181
1993 Reviewed by Martin Robinson.
1995 Bump our GLib requirement to 2.36 to reflect reality, since we are using GTask.
1997 * Source/cmake/OptionsGTK.cmake:
1999 2015-06-20 Ryuan Choi <ryuan.choi@navercorp.com>
2001 [EFL] Do not consider test directories when DEVELOPER_MODE is OFF
2002 https://bugs.webkit.org/show_bug.cgi?id=146171
2004 Reviewed by Gyuyoung Kim.
2006 * Source/cmake/OptionsEfl.cmake:
2007 Exposed ENABLE_DEVELOPER_MODE to Compiler and CMake definition when DEVELOPER_MODE is ON.
2009 2015-06-19 Michael Catanzaro <mcatanzaro@igalia.com>
2011 [CMake] FindGTK3.cmake should not modify the values of build options
2012 https://bugs.webkit.org/show_bug.cgi?id=144613
2014 Reviewed by Martin Robinson.
2016 * Source/cmake/FindGTK3.cmake: Do not check or set the value of ENABLE_X11_TARGET and
2017 ENABLE_WAYLAND_TARGET. Instead, simply define the variables GTK3_SUPPORTS_X11 and
2018 GTK3_SUPPORTS_WAYLAND as appropriate. Also, rename GTK_SUPPORTS_GESTURES to
2019 GTK3_SUPPORTS_GESTURES for consistency.
2020 * Source/cmake/OptionsGTK.cmake: Fail the build if the appropriate GTK+ backend is not
2021 available. It's not possible to automatically select a backend correctly anymore, since all
2022 options are set at the same time.
2024 2015-06-19 Csaba Osztrogonác <ossy@webkit.org>
2026 Remove unnecessary svn:executable flags
2027 https://bugs.webkit.org/show_bug.cgi?id=146107
2029 Reviewed by Alexey Proskuryakov.
2031 * ManualTests/iframe_notifications/iframe-reparenting-close-window-child.html: Removed property svn:executable.
2032 * ManualTests/iframe_notifications/iframe-reparenting-close-window-iframe.html: Removed property svn:executable.
2033 * ManualTests/iframe_notifications/iframe-reparenting-close-window.html: Removed property svn:executable.
2034 * ManualTests/select-menu-list-wrongly-positioned.html: Removed property svn:executable.
2035 * ManualTests/svg-text-float-not-removed-crash.html: Removed property svn:executable.
2037 2015-06-18 Ryuan Choi <ryuan.choi@navercorp.com>
2039 [EFL] Use SET_AND_EXPOSE_TO_BUILD instead of definitions
2040 https://bugs.webkit.org/show_bug.cgi?id=146108
2042 Reviewed by Gyuyoung Kim.
2044 * Source/cmake/OptionsEfl.cmake:
2046 2015-06-16 Ryuan Choi <ryuan.choi@navercorp.com>
2048 [EFL] Remove duplicated PUBLIC argument in OptionsEfl.cmake
2049 https://bugs.webkit.org/show_bug.cgi?id=146035
2051 Reviewed by Gyuyoung Kim.
2053 * Source/cmake/OptionsEfl.cmake:
2055 2015-06-16 Carlos Alberto Lopez Perez <clopez@igalia.com>
2057 [GTK] [Wayland] Should be possible to build with support for both X11 and Wayland.
2058 https://bugs.webkit.org/show_bug.cgi?id=145701
2060 Reviewed by Darin Adler.
2062 * Source/cmake/OptionsGTK.cmake: Remove conflicting options.
2064 2015-06-15 Jon Honeycutt <jhoneycutt@apple.com>
2066 [iOS] Crash long pressing on <input type=file>
2067 https://bugs.webkit.org/show_bug.cgi?id=146009
2068 <rdar://problem/21234453>
2070 Reviewed by Ryosuke Niwa.
2072 * ManualTests/ios/long-press-input-type-file-crash.html: Added.
2074 2015-06-16 Brent Fulgham <bfulgham@apple.com>
2076 Rollout accidental Xcode project change.
2078 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
2080 2015-06-12 Gyuyoung Kim <gyuyoung.kim@webkit.org>
2082 [EFL] Bump EWebKit version from 1.11.0 to 1.14.0
2083 https://bugs.webkit.org/show_bug.cgi?id=145909
2085 Reviewed by Csaba Osztrogonác.
2087 Bump EWebKit version based on efl library version used by the EWebKit.
2089 * Source/cmake/OptionsEfl.cmake:
2091 2015-06-11 Commit Queue <commit-queue@webkit.org>
2093 Unreviewed, rolling out r185453.
2094 https://bugs.webkit.org/show_bug.cgi?id=145881
2096 it broke the 32-bit build (Requested by clopez on #webkit).
2100 "[GTK] [Wayland] Should be possible to build with support for
2101 both X11 and Wayland."
2102 https://bugs.webkit.org/show_bug.cgi?id=145701
2103 http://trac.webkit.org/changeset/185453
2105 2015-06-11 Carlos Alberto Lopez Perez <clopez@igalia.com>
2107 [GTK] [Wayland] Should be possible to build with support for both X11 and Wayland.
2108 https://bugs.webkit.org/show_bug.cgi?id=145701
2110 Reviewed by Žan Doberšek.
2112 * Source/cmake/OptionsGTK.cmake: Remove conflicting options.
2114 2015-06-03 Daniel Bates <dabates@apple.com>
2116 Caps lock indicator should not be shown in read-only or disabled field
2117 https://bugs.webkit.org/show_bug.cgi?id=145612
2118 <rdar://problem/21227454>
2120 Reviewed by Darin Adler.
2122 * ManualTests/password-caps-lock-should-not-show-in-read-only-field.html: Added.
2123 * ManualTests/password-caps-lock-should-not-show-when-field-becomes-disabled.html: Added.
2124 * ManualTests/password-caps-lock-should-not-show-when-field-becomes-read-only.html: Added.
2126 2015-06-01 Csaba Osztrogonác <ossy@webkit.org>
2128 [cmake] Suppress parentheses-equality warnings
2129 https://bugs.webkit.org/show_bug.cgi?id=145126
2131 Reviewed by Darin Adler.
2133 * Source/cmake/WebKitHelpers.cmake:
2135 2015-05-28 Carlos Alberto Lopez Perez <clopez@igalia.com>
2137 [CMake] Improve detection and usage of GL/GLES/EGL libraries.
2138 https://bugs.webkit.org/show_bug.cgi?id=145408
2140 Reviewed by Carlos Garcia Campos.
2142 * Source/cmake/FindEGL.cmake: Improve detection of EGL libraries.
2143 * Source/cmake/FindGLES.cmake: Removed. It was used by the EGL port.
2144 Remove it and make the EGL port use the improved FindOpenGLES2.cmake
2146 * Source/cmake/FindOpenGL.cmake: Added. Add module to detect OpenGL
2147 libraries. Detect also GLX libraries.
2148 * Source/cmake/FindOpenGLES2.cmake: Improve detection of OpenGLES-v2
2149 libraries. Use find_path() to get the include path.
2150 * Source/cmake/OptionsEfl.cmake: Use now the improved FindOpenGLES2
2152 * Source/cmake/OptionsGTK.cmake: Set default value for ENABLE_GLES2
2153 depending on the libraries found on the system.
2154 Move the detection of GLX (and the include of CMakePushCheckState)
2155 to FindOpenGL.cmake.
2156 Ensure that we only define USE_GLX when we build with OpenGL
2157 (but not with GLESv2).
2159 2015-05-27 Dean Jackson <dino@apple.com>
2161 img.currentSrc problem in strict mode with old picturefill
2162 https://bugs.webkit.org/show_bug.cgi?id=144095
2163 <rdar://problem/21087013>
2165 Reviewed by Simon Fraser.
2167 Add a PICTURE_SIZES flag.
2169 * Source/cmake/OptionsEfl.cmake:
2170 * Source/cmake/OptionsGTK.cmake:
2171 * Source/cmake/OptionsMac.cmake:
2172 * Source/cmake/OptionsWindows.cmake:
2173 * Source/cmake/WebKitFeatures.cmake:
2175 2015-05-27 Carlos Garcia Campos <cgarcia@igalia.com>
2177 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.2 release.
2179 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
2181 2015-05-25 Carlos Garcia Campos <cgarcia@igalia.com>
2183 Unreviewed. Export DatabaseProcessMainUnix symbol.
2185 Add DatabaseProcessMainUnix symbol to gtksymbols.filter so that it
2186 is exported in production builds.
2188 * Source/cmake/gtksymbols.filter:
2190 2015-05-25 Carlos Garcia Campos <cgarcia@igalia.com>
2192 [GTK] Enable IndexedDB
2193 https://bugs.webkit.org/show_bug.cgi?id=98932
2195 Reviewed by Žan Doberšek.
2197 * Source/cmake/OptionsGTK.cmake: Enable DATABASE_PROCESS and INDEXED_DATABASE.
2198 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_DATABASE_PROCESS.
2200 2015-05-24 Carlos Garcia Campos <cgarcia@igalia.com>
2202 [GTK] Bump GCC requirements to 4.9.0
2203 https://bugs.webkit.org/show_bug.cgi?id=145211
2205 Reviewed by Žan Doberšek.
2207 It's required to build with IndexedDB support when using GCC,
2208 clang works just fine. See https://bugs.webkit.org/show_bug.cgi?id=98932.
2210 * Source/cmake/OptionsGTK.cmake:
2212 2015-05-18 Michael Catanzaro <mcatanzaro@igalia.com>
2214 [CMake] Ignore warnings in system headers
2215 https://bugs.webkit.org/show_bug.cgi?id=144747
2217 Reviewed by Darin Adler.
2219 Require CMake 2.8.12 when compiling the GTK+ port. This is because we use the
2220 target_include_directories command (added in 2.8.11) in GTK-specific cmake files, and also
2221 use the SYSTEM argument to the command (added in 2.8.12).
2225 2015-05-14 Michael Catanzaro <mcatanzaro@igalia.com>
2227 [CMake] Error out when ruby is too old
2228 https://bugs.webkit.org/show_bug.cgi?id=145014
2230 Reviewed by Martin Robinson.
2232 Error out immediately after checking for Ruby if the ruby executable is not found, or if it
2237 2015-05-14 Zan Dobersek <zdobersek@igalia.com>
2239 [GTK] Enable plugin-related CMake options and variables for the X11 target only
2240 https://bugs.webkit.org/show_bug.cgi?id=144995
2242 Reviewed by Carlos Garcia Campos.
2244 * Source/cmake/OptionsGTK.cmake: Plugins are only supported for
2245 the X11 windowing target at the moment, so the following options
2246 and variables should be enabled or disabled accordingly:
2247 - ENABLE_PLUGIN_PROCESS_GTK2
2248 - ENABLE_NETSCAPE_PLUGIN_API
2249 - ENABLE_PLUGIN_PROCESS
2251 2015-05-12 Ryuan Choi <ryuan.choi@navercorp.com>
2253 Linker fails without -DDEVELOPER_MODE=ON
2254 https://bugs.webkit.org/show_bug.cgi?id=144117
2256 Reviewed by Gyuyoung Kim.
2258 * Source/cmake/OptionsEfl.cmake:
2259 Remove fvisibility flags. linker script will cover the functionality for ewebkit2.so in release mode,
2260 * Source/cmake/eflsymbols.filter: Updated symbol patterns which should be exposed for ewebkit2.
2262 2015-05-10 Philip Chimento <philip.chimento@gmail.com>
2264 CMake defines CAIROGL_FOUND, not CAIRO_GL_FOUND
2265 https://bugs.webkit.org/show_bug.cgi?id=144846
2267 Reviewed by Martin Robinson.
2269 * Source/cmake/FindCairoGL.cmake: Use CAIROGL_* instead of
2270 CAIRO_GL_* throughout, because find_package will define
2272 * Source/cmake/OptionsGTK.cmake: Ditto.
2274 2015-05-10 Philip Chimento <philip.chimento@gmail.com>
2276 [CMake] Some macros need to be defined/undefined, rather than ON/OFF
2277 https://bugs.webkit.org/show_bug.cgi?id=144845
2279 Reviewed by Martin Robinson.
2281 * Source/cmake/OptionsGTK.cmake: Only define MOZ_X11 and XP_UNIX
2282 if their corresponding WTF options are ON. The code in npapi.h
2283 relies on these being undefined if they are to be switched off.
2285 2015-05-09 Yoav Weiss <yoav@yoav.ws>
2287 Remove the PICTURE_SIZES build flag
2288 https://bugs.webkit.org/show_bug.cgi?id=144679
2290 Reviewed by Benjamin Poulain.
2292 Removed the PICTURE_SIZES build time flag.
2294 * Source/cmake/OptionsEfl.cmake:
2295 * Source/cmake/OptionsGTK.cmake:
2296 * Source/cmake/OptionsMac.cmake:
2297 * Source/cmake/OptionsWindows.cmake:
2298 * Source/cmake/WebKitFeatures.cmake:
2300 2015-05-08 Michael Catanzaro <mcatanzaro@igalia.com>
2302 [GTK] [CMake] Check for required X libraries
2303 https://bugs.webkit.org/show_bug.cgi?id=144823
2305 Reviewed by Martin Robinson.
2307 Error out if missing libXcomposite, libXdamage, libXrender, or libXt.
2309 * Source/cmake/OptionsGTK.cmake:
2311 015-05-08 Michael Catanzaro <mcatanzaro@igalia.com>, Martin Robinson <mrobinson@igalia.com>
2313 [GTK] Checks for DEVELOPMENT_BUILD are all wrong
2314 https://bugs.webkit.org/show_bug.cgi?id=144746
2316 Reviewed by Carlos Garcia Campos.
2318 Don't set DEVELOPMENT_BUILD. We check whether it is defined for conditional compilation, not
2319 what it is defined to, so defining it to 0 effectively turned it on always. Instead set
2320 ENABLE_DEVELOPER_MODE so that we can use the ENABLE macro inside WebKit source code.
2322 * Source/cmake/OptionsGTK.cmake:
2324 2015-05-08 Daniel Bates <dabates@apple.com>
2326 [iOS] WebSQL operations are not performed after device is locked
2327 https://bugs.webkit.org/show_bug.cgi?id=137503
2328 <rdar://problem/20844952>
2330 Rubber-stamped by Alexey Proskuryakov.
2332 Add a manual test to help verify that we do not regress this issue.
2334 * ManualTests/ios/execute-sql-transaction-callback-after-locking-unlocking-device-in-earlier-transaction.html: Added.
2336 2015-05-08 Commit Queue <commit-queue@webkit.org>
2338 Unreviewed, rolling out r183945.
2339 https://bugs.webkit.org/show_bug.cgi?id=144789
2341 "It broke all the GTK+ tests" (Requested by KaL on #webkit).
2345 "[GTK] Checks for DEVELOPMENT_BUILD are all wrong"
2346 https://bugs.webkit.org/show_bug.cgi?id=144746
2347 http://trac.webkit.org/changeset/183945
2349 2015-05-07 Myles C. Maxfield <mmaxfield@apple.com>
2351 Cleanup after r183940
2352 https://bugs.webkit.org/show_bug.cgi?id=144768
2356 Looks like the empty directories were not deleted.
2358 * Source/PAL: Removed.
2359 * Source/PAL/Configurations: Removed.
2360 * Source/PAL/PAL.xcodeproj: Removed.
2361 * Source/PAL/graphics: Removed.
2363 2015-05-07 Michael Catanzaro <mcatanzaro@igalia.com>
2365 [GTK] Checks for DEVELOPMENT_BUILD are all wrong
2366 https://bugs.webkit.org/show_bug.cgi?id=144746
2368 Reviewed by Martin Robinson.
2370 Don't set DEVELOPMENT_BUILD. We check whether it is defined for conditional compilation, not
2371 what it is defined to, so defining it to 0 effectively turned it on always.
2373 * Source/cmake/OptionsGTK.cmake:
2375 2015-05-05 Myles C. Maxfield <mmaxfield@apple.com>
2377 Revert "Introducing the Platform Abstraction Layer (PAL)"
2378 https://bugs.webkit.org/show_bug.cgi?id=144751
2382 PAL should be a new target inside WebCore, rather than a top-level folder.
2384 * WebKit.xcworkspace/contents.xcworkspacedata: Add it to the workspace.
2386 2015-05-07 Carlos Garcia Campos <cgarcia@igalia.com>
2388 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.1 release.
2390 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
2392 2015-05-05 Myles C. Maxfield <mmaxfield@apple.com>
2394 Introducing the Platform Abstraction Layer (PAL)
2395 https://bugs.webkit.org/show_bug.cgi?id=143358
2397 Reviewed by Simon Fraser.
2399 * WebKit.xcworkspace/contents.xcworkspacedata: Add it to the workspace.
2401 2015-05-04 Csaba Osztrogonác <ossy@webkit.org>
2403 [cmake] Disable GNU Gold linker on Cortex A53
2404 https://bugs.webkit.org/show_bug.cgi?id=144382
2406 Reviewed by Carlos Garcia Campos.
2408 * Source/cmake/OptionsCommon.cmake:
2410 2015-05-01 Martin Robinson <mrobinson@igalia.com>
2412 USE(...) macro should expect unprefixed variables
2413 https://bugs.webkit.org/show_bug.cgi?id=144454
2415 Reviewed by Daniel Bates.
2417 * Source/cmake/OptionsAppleWin.cmake: Replace all occurrences WTF_USE with USE.
2418 * Source/cmake/OptionsEfl.cmake: Ditto.
2419 * Source/cmake/OptionsGTK.cmake: Ditto.
2420 * Source/cmake/OptionsMac.cmake: Ditto.
2421 * Source/cmake/OptionsWinCairo.cmake: Ditto.
2422 * Source/cmake/WebKitFeatures.cmake: No longer expose WTF_USE when encountering
2425 2015-04-30 Martin Robinson <mrobinson@igalia.com>
2427 [CMake] Automatically expose WTF_USE_FOO to the build when USE_FOO is exposed
2428 https://bugs.webkit.org/show_bug.cgi?id=144394
2430 Reviewed by Carlos Garcia Campos.
2432 Automatically expose WTF_USE_FOO when USE_FOO is exposed. A side-effect of this change
2433 is that it fixes the redirected XComposite window for GTK+, which was accidentally
2434 disabled in previous reworking of the CMake configuration.
2436 * Source/cmake/OptionsGTK.cmake: We no longer need to expose the WTF_ prefixed
2437 version of USE variables.
2438 * Source/cmake/WebKitFeatures.cmake: Automatically expose WTF_USE_FOO when USE_FOO
2439 is exposed to the build.
2441 2015-04-30 Carlos Garcia Campos <cgarcia@igalia.com>
2443 Unreviewed. Bump GTK+ version numbers.
2445 * Source/cmake/OptionsGTK.cmake:
2447 2015-04-29 Ryuan Choi <ryuan.choi@navercorp.com>
2449 [EFL] CMake should be failed if openwebrtc package does not exist but ENABLE_MEDIA_STREAM is ON
2450 https://bugs.webkit.org/show_bug.cgi?id=144435
2452 Reviewed by Gyuyoung Kim.
2454 This patch adds REQUIRED option for OpenWebRTC when ENABLE_MEDIA_STREAM is ON.
2455 In addition, this adds DEFAULT_PORT_VALUE for ENABLE_MEDIA_STREAM to match with FeatureList.pm
2457 * Source/cmake/OptionsEfl.cmake:
2459 2015-04-29 Joseph Pecoraro <pecoraro@apple.com>
2461 REGRESSION(183583): [Mac] make without SDKROOT has issues
2462 https://bugs.webkit.org/show_bug.cgi?id=144431
2464 Reviewed by Dan Bernstein.
2467 Assume an empty SDKROOT means an macosx variant, so only
2468 enable settings if the SDKROOT is not empty and does not
2471 2015-04-29 Martin Robinson <mrobinson@igalia.com>
2473 Fix the GTK+ build after r183584
2475 * Source/cmake/OptionsGTK.cmake: Properly use the USE_LIBHYPHEN and HYPHEN_FOUND variables.
2477 2015-04-29 Martin Robinson <mrobinson@igalia.com>
2479 [GTK] Add support for automatic hyphenation
2480 https://bugs.webkit.org/show_bug.cgi?id=44478
2482 Reviewed by Carlos Garcia Campos.
2484 * Source/cmake/FindHyphen.cmake: Added. A CMake module for finding libhyphen.
2485 * Source/cmake/OptionsGTK.cmake: Look for libhyphen and enable hyphenation if found.
2486 * Source/cmakeconfig.h.cmake: Pass through the whether libhyphen is enabled.
2488 2015-04-29 Jake Nielsen <jacob_nielsen@apple.com>
2490 Failure when building WebKit for appletvsimulator.
2491 https://bugs.webkit.org/show_bug.cgi?id=144356
2493 Reviewed by Alexey Proskuryakov.
2495 Changes Makefile logic to check for "not OS X" rather than "is iOS" to
2496 make TVOS and WatchOS behave correctly.
2500 2015-04-29 Martin Robinson <mrobinson@igalia.com>
2502 [CMake] [GTK] Organize and clean up unused CMake variables
2503 https://bugs.webkit.org/show_bug.cgi?id=144364
2505 Reviewed by Gyuyoung Kim.
2507 * Source/cmake/OptionsGTK.cmake: Remove unused variables and move variables
2508 specific to certain projects into their PlatformGTK.cmake files.
2510 2015-04-29 Ryuan Choi <ryuan.choi@navercorp.com>
2512 [EFL] Build failure to find gio-unix
2513 https://bugs.webkit.org/show_bug.cgi?id=144083
2515 Reviewed by Gyuyoung Kim.
2517 Original patch by Doug Newgard <scimma22@outlook.com>
2519 * Source/cmake/OptionsEfl.cmake: Moved geoclue block before find_package(GLIB...)
2521 2015-04-28 Ryuan Choi <ryuan.choi@navercorp.com>
2523 [CoordinatedGraphics] Merge TILED_BACKING_STORE guard with COORDINATED_GRAPHICS
2524 https://bugs.webkit.org/show_bug.cgi?id=143001
2526 Reviewed by Gyuyoung Kim.
2528 * Source/cmake/OptionsEfl.cmake: Removed TILED_BACKING_STORE definition.
2529 * Source/cmake/OptionsGTK.cmake: Ditto.
2531 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
2533 Unreviewed, fix typo in previous commit
2535 libsecretr -> libsecret in the error message.
2537 * Source/cmake/OptionsGTK.cmake:
2539 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
2541 [GTK] Clean up feature detection and make it hard to accidentally build without optional features
2542 https://bugs.webkit.org/show_bug.cgi?id=143546
2544 Reviewed by Martin Robinson.
2546 Add USE_GSTREAMER_MPEGTS option and turn it off by default. Turn off ENABLE_SUBTLE_CRYPTO
2547 by default. Turn on ENABLE_GEOLOCATION by default. Add USE_LIBNOTIFY and turn it on by
2548 default. Fail the build with an informative error message if an optional dependency required
2549 for an enabled feature is not present. Perform find_package commands only when necessary.
2550 Make ENABLE_API_TESTS private. Alphabetize the feature checks (yes, this is actually
2553 * Source/cmake/OptionsGTK.cmake:
2555 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
2557 [GTK] Make all options actually options
2558 https://bugs.webkit.org/show_bug.cgi?id=144106
2560 Reviewed by Martin Robinson.
2562 Use WEBKIT_OPTION_DEFINE to set ENABLE_GTKDOC, ENABLE_INTROSPECTION, ENABLE_X11_TARGET, and
2563 ENABLE_WAYLAND_TARGET.
2565 * Source/cmake/OptionsGTK.cmake:
2567 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
2569 Unreviewed, fix GTK build after r183452
2571 * Source/cmake/OptionsGTK.cmake:
2573 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
2575 [GTK] Add one single option to control all OpenGL-related options
2576 https://bugs.webkit.org/show_bug.cgi?id=144105
2578 Reviewed by Martin Robinson.
2580 Add public ENABLE_OPENGL option, which is mandatory for ENABLE_3D_TRANSFORMS,
2581 ENABLE_ACCELERATED_2D_CANVAS, ENABLE_GLES2, ENABLE_THREADED_COMPOSITOR, ENABLE_WEBGL,
2582 USE_REDIRECTED_XCOMPOSITE_WINDOW, and USE_GSTREAMER_GL. Make ENABLE_GLES2 a proper WebKit
2583 option and move code around accordingly. Use WEBKIT_OPTION_DEPEND and rely on it. Add a
2584 large comment to explain why default value of ENABLE_ACCELERATED_2D_CANVAS is based on the
2585 presence of CairoGL.
2587 * Source/cmake/OptionsGTK.cmake:
2589 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
2591 [GTK] ENABLE_SMOOTH_SCROLLING should be private
2592 https://bugs.webkit.org/show_bug.cgi?id=144306
2594 Reviewed by Martin Robinson.
2596 Make ENABLE_SMOOTH_SCROLLING private instead of public.
2598 * Source/cmake/OptionsGTK.cmake:
2600 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
2602 Rename WTF_USE_3D_GRAPHICS to ENABLE_GRAPHICS_CONTEXT_3D
2603 https://bugs.webkit.org/show_bug.cgi?id=144193
2605 Reviewed by Darin Adler.
2607 * Source/cmake/OptionsEfl.cmake:
2608 * Source/cmake/OptionsGTK.cmake:
2609 * Source/cmake/OptionsWinCairo.cmake:
2610 * Source/cmake/WebKitFeatures.cmake:
2612 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
2614 [CMake] Should be possible for an option to conflict with other options
2615 https://bugs.webkit.org/show_bug.cgi?id=143956
2617 Reviewed by Martin Robinson.
2619 Add WEBKIT_OPTION_CONFLICT macro, which fails the build if conflicting options are on.
2621 * Source/cmake/WebKitFeatures.cmake:
2623 2015-04-22 Martin Robinson <mrobinson@igalia.com>
2625 [CMake] Autogenerate cmakeconfig.h.cmake
2626 https://bugs.webkit.org/show_bug.cgi?id=143997
2628 Reviewed by Csaba Osztrogonác.
2630 * CMakeLists.txt: Create the configuration header as the last part of the cmake run.
2631 * Source/CMakeLists.txt: No longer use configure_file to create cmakeconfig.h.
2632 * Source/cmake/OptionsCommon.cmake: Expose WTF_CPU_ARM64_CORTEXA53 to the build explicitly.
2633 * Source/cmake/OptionsGTK.cmake: Expose variables to the build using SET_AND_EXPOSE_TO_BUILD.
2634 Do some other miscellaneous related cleanup.
2635 * Source/cmake/OptionsEFL.cmake: Expose HAVE_LLVM to the build.
2636 * Source/cmake/WebKitFeatures.cmake: Expose all WebKit features to the build. Add support for
2637 build exposed variables. Add a macro to generate a configuration from them.
2638 * Source/cmakeconfig.h.cmake: Removed.
2640 2015-04-24 Philippe Normand <pnormand@igalia.com>
2642 [JHBuild] Move to upstream OpenWebRTC
2643 https://bugs.webkit.org/show_bug.cgi?id=144145
2645 Reviewed by Carlos Garcia Campos.
2647 * Source/cmake/FindOpenWebRTC.cmake: Check the presence of the
2650 2015-04-26 Yusuke Suzuki <utatane.tea@gmail.com>
2652 [ES6] Implement ES6 template literals
2653 https://bugs.webkit.org/show_bug.cgi?id=142691
2655 Reviewed by Darin Adler.
2657 Add ENABLE_ES6_TEMPLATE_LITERAL_SYNTAX compile time flag.
2659 * Source/cmake/WebKitFeatures.cmake:
2660 * Source/cmakeconfig.h.cmake:
2662 2015-04-25 Martin Robinson <mrobinson@igalia.com>
2664 Rename ENABLE_3D_RENDERING to ENABLE_3D_TRANSFORMS
2665 https://bugs.webkit.org/show_bug.cgi?id=144182
2667 Reviewed by Simon Fraser.
2669 * Source/cmake/OptionsEfl.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
2670 * Source/cmake/OptionsGTK.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
2671 * Source/cmake/OptionsMac.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
2672 * Source/cmake/WebKitFeatures.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
2673 * Source/cmakeconfig.h.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
2675 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
2677 [GTK] Add more public options
2678 https://bugs.webkit.org/show_bug.cgi?id=144116
2680 Reviewed by Martin Robinson.
2682 Add ENABLE_ICONDATABASE, ENABLE_JIT, and USE_SYSTEM_MALLOC as public options.
2684 * Source/cmake/OptionsGTK.cmake:
2686 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
2688 [CMake] Some internal variables are not marked as advanced
2689 https://bugs.webkit.org/show_bug.cgi?id=143595
2691 Reviewed by Martin Robinson.
2693 * Source/cmake/FindFreetype2.cmake: Mark internal options as advanced.
2694 * Source/cmake/FindHarfBuzz.cmake: Mark HARFBUZZ_ICU_LIBRARIES as advanced.
2696 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
2698 [GTK] Mark as advanced the build options we don't want to expose
2699 https://bugs.webkit.org/show_bug.cgi?id=143558
2701 Reviewed by Martin Robinson.
2703 Mark various options as private instead of public.
2705 * Source/cmake/OptionsGTK.cmake:
2707 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
2709 [CMake] Should be possible for an option to depend on multiple options
2710 https://bugs.webkit.org/show_bug.cgi?id=143839
2712 Reviewed by Martin Robinson.
2714 Use a list instead of a single variable to track the dependencies of each option. Iterate
2715 over the list as many times as necessary to ensure all options are properly disabled.
2717 * Source/cmake/WebKitFeatures.cmake:
2719 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
2721 [CMake] ENABLE_THREADED_COMPOSITOR should not be at the bottom of the options list
2722 https://bugs.webkit.org/show_bug.cgi?id=144103
2724 Reviewed by Martin Robinson.
2726 Just move ENABLE_THREADED_COMPOSITOR so it's alphabetized properly.
2728 * Source/cmake/WebKitFeatures.cmake:
2730 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
2732 [GTK] Fixups for ENABLE_CREDENTIAL_STORAGE
2733 https://bugs.webkit.org/show_bug.cgi?id=144102
2735 Reviewed by Martin Robinson.
2737 Use WEBKIT_OPTION_DEFAULT_PORT_VALUE to set ENABLE_CREDENTIAL_STORAGE instead of doing so
2738 manually. Fail the build if libsecret is not found but ENABLE_CREDENTIAL_STORAGE is set.
2739 Also, do not set ENABLE_CREDENTIAL_STORAGE redundantly.
2741 * Source/cmake/OptionsGTK.cmake:
2743 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
2745 [CMake] Clean up JSC JIT options
2746 https://bugs.webkit.org/show_bug.cgi?id=143998
2748 Reviewed by Filip Pizlo.
2750 * Source/cmake/OptionsEfl.cmake: Remove handling of ENABLE_LLINT_C_LOOP and preprocessor
2751 define for ENABLE_FTL_NATIVE_CALL_INLINING.
2752 * Source/cmake/OptionsMac.cmake: Remove override of ENABLE_LLINT_C_LOOP
2753 * Source/cmake/WebKitFeatures.cmake: Remove ENABLE_LLINT_C_LOOP. Add ENABLE_DFG_JIT and
2754 ENABLE_FTL_NATIVE_CALL_INLINING. Specify proper dependencies for these features.
2755 * Source/cmakeconfig.h.cmake: Remove ENABLE_LLINT_C_LOOP and add ENABLE_DFG_JIT.
2757 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
2759 [CMake] Use lowercase for local variables in macros
2760 https://bugs.webkit.org/show_bug.cgi?id=144059
2762 Reviewed by Martin Robinson.
2764 Convert some variable names to lowercase.
2766 * Source/cmake/WebKitFeatures.cmake:
2768 2015-04-22 Commit Queue <commit-queue@webkit.org>
2770 Unreviewed, rolling out r183116.
2771 https://bugs.webkit.org/show_bug.cgi?id=144060
2773 Inadvertently deleted a file... (Requested by mcatanzaro on
2778 "[CMake] Use lowercase for local variables in macros"
2779 https://bugs.webkit.org/show_bug.cgi?id=144059
2780 http://trac.webkit.org/changeset/183116
2782 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
2784 [CMake] Use lowercase for local variables in macros
2785 https://bugs.webkit.org/show_bug.cgi?id=144059
2787 Reviewed by Martin Robinson.
2789 Convert some variable names to lowercase.
2791 * Source/cmake/WebKitFeatures.cmake:
2793 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
2795 [CMake] Features list should print dots every other row
2796 https://bugs.webkit.org/show_bug.cgi?id=143832
2798 Reviewed by Martin Robinson.
2800 Discount private options when determining whether to print dots on a given row of the
2801 features list. Also, simplify the logic by using only one for loop, and fix a couple errors
2802 (inverted use of SHOULD_PRINT_DOTS, one use of the renamed variable SHOULD_PRINT_POINTS that
2803 wasn't noticed because it only affects the first line, and use of the variable name as a
2804 string in a conditional.)
2806 * Source/cmake/WebKitFeatures.cmake:
2808 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
2810 [CMake] Require specifying visibility of WebKit options
2811 https://bugs.webkit.org/show_bug.cgi?id=143831
2813 Reviewed by Alex Christensen.
2815 * Source/cmake/OptionsEfl.cmake: Specify all options as PUBLIC
2816 * Source/cmake/OptionsGTK.cmake: Specify all options as PUBLIC
2817 * Source/cmake/OptionsMac.cmake: Specify all options as PRIVATE
2818 * Source/cmake/OptionsWindows.cmake: Specify all options as PUBLIC
2819 * Source/cmake/WebKitFeatures.cmake: Require specifying options as PUBLIC or PRIVATE.
2820 Remove WEBKIT_OPTION_DEFINE_PUBLIC and WEBKIT_OPTION_PRIVATE_PORT_VALUE. Specify all
2821 cross-platform options as PRIVATE.
2823 2015-04-19 Gyuyoung Kim <gyuyoung.kim@webkit.org>
2825 [CMake] Synchronize variables between WebKitFeatures.cmake and cmakedonfig.h.cmake
2826 https://bugs.webkit.org/show_bug.cgi?id=143935
2828 Reviewed by Darin Adler.
2830 Some variables aren't defined in these files or unused variables aren't removed. This
2831 patch cleans up it as well as fix wrong alphabet order.
2833 * Source/cmake/WebKitFeatures.cmake:
2834 * Source/cmakeconfig.h.cmake:
2836 2015-04-19 Simon Fraser <simon.fraser@apple.com>
2838 Restore the WebKit.xcworkspace to the way it was before r182899,
2839 which inadvertently added the Source directory and a couple of source
2842 * WebKit.xcworkspace/contents.xcworkspacedata:
2844 2015-04-16 Basile Clement <basile_clement@apple.com>
2846 Extract the allocation profile from JSFunction into a rare object
2847 https://bugs.webkit.org/show_bug.cgi?id=143807
2849 Reviewed by Filip Pizlo.
2851 * WebKit.xcworkspace/contents.xcworkspacedata:
2853 2015-04-16 Csaba Osztrogonác <ossy@webkit.org>
2855 [EFL] Bump LLVM to version 3.6.0 on X86_64
2856 https://bugs.webkit.org/show_bug.cgi?id=143604
2858 Reviewed by Gyuyoung Kim.
2860 * Source/cmake/FindLLVM.cmake: Added version handling.
2861 * Source/cmake/OptionsEfl.cmake: Require LLVM 3.6.0 on X86_64 and patched LLVM 3.5.0 on AArch64.
2863 2015-04-15 Timothy Horton <timothy_horton@apple.com>
2865 Custom CSS cursors do not use -webkit-image-set on retina displays
2866 https://bugs.webkit.org/show_bug.cgi?id=120783
2868 Reviewed by Beth Dakin.
2869 Patch by Evan Wallace <evan.exe@gmail.com>.
2871 Add a manual test for custom CSS cursors on retina displays.
2873 * ManualTests/retina-cursors.html: Added.
2875 2015-04-15 Alex Christensen <achristensen@webkit.org>
2877 Progress towards CMake on Mac.
2878 https://bugs.webkit.org/show_bug.cgi?id=143785
2880 Reviewed by Csaba Osztrogonác.
2883 * Source/cmake/OptionsMac.cmake:
2884 * Source/cmake/WebKitFS.cmake:
2886 2015-04-10 Jon Honeycutt <jhoneycutt@apple.com>
2888 Cannot click "Next" button on Google two-factor auth setup page
2890 <https://bugs.webkit.org/show_bug.cgi?id=143624>
2891 <rdar://problem/19175714>
2893 Reviewed by Darin Adler.
2895 * ManualTests/button-that-focuses-itself-on-click.html: Added.
2897 2015-04-13 Michael Catanzaro <mcatanzaro@igalia.com>
2899 [cmake] REGRESSION(182663): It broke feature dependency handling
2900 https://bugs.webkit.org/show_bug.cgi?id=143665
2902 Reviewed by Csaba Osztrogonác.
2904 Don't try to check the value of options before defining the options.
2906 * Source/cmake/WebKitFeatures.cmake:
2908 2015-04-13 Csaba Osztrogonác <ossy@webkit.org>
2910 [cmake] Add ENABLE(ATTACHMENT_ELEMENT) to the build system
2911 https://bugs.webkit.org/show_bug.cgi?id=143664
2913 Reviewed by Gyuyoung Kim.
2915 * Source/cmake/OptionsEfl.cmake:
2916 * Source/cmake/OptionsGTK.cmake:
2917 * Source/cmake/WebKitFeatures.cmake:
2918 * Source/cmakeconfig.h.cmake:
2920 2015-04-12 Gyuyoung Kim <gyuyoung.kim@webkit.org>
2922 [EFL] Enable Media Source
2923 https://bugs.webkit.org/show_bug.cgi?id=143635
2925 Reviewed by Csaba Osztrogonác.
2927 * Source/cmake/OptionsEfl.cmake: Add ENABLE_MEDIA_SOURCE switch.
2929 2015-04-11 Michael Catanzaro <mcatanzaro@igalia.com>
2931 [CMake] Miscellaneous issues in WebKitFeatures.cmake
2932 https://bugs.webkit.org/show_bug.cgi?id=143636
2934 Reviewed by Martin Robinson.
2936 Rename _WEBKIT_AVAILABLE_OPTIONS_INITIALVALUE_ variables to
2937 _WEBKIT_AVAILABLE_OPTIONS_INITIAL_VALUE_
2939 Rename _WEBKIT_AVAILABLE_OPTIONS_ISPUBLIC_ variables to
2940 _WEBKIT_AVAILABLE_OPTIONS_IS_PUBLIC_
2942 Rename _SHOULD_PRINT_POINTS to _SHOULD_PRINT_DOTS
2944 Update USE_SYSTEM_MALLOC description to not mention TCmalloc
2946 Fix ENABLE_TOUCH_SLIDER so that it can be used
2950 * Source/cmake/WebKitFeatures.cmake:
2952 2015-04-11 Michael Catanzaro <mcatanzaro@igalia.com>
2954 [CMake] Print sorted feature list at the very end of the configure process
2955 https://bugs.webkit.org/show_bug.cgi?id=143596
2957 Reviewed by Martin Robinson.
2959 * CMakeLists.txt: Call PRINT_WEBKIT_OPTIONS at the bottom of the file.
2960 * Source/cmake/WebKitFeatures.cmake: Split option printing into PRINT_WEBKIT_OPTIONS macro,
2961 and sort the options before printing. Reorder some code so that features still get
2962 propagated to the bindings generators.
2964 2015-04-11 Michael Catanzaro <mcatanzaro@igalia.com>
2966 [CMake] Options should be marked as advanced by default
2967 https://bugs.webkit.org/show_bug.cgi?id=143572
2969 Reviewed by Gyuyoung Kim.
2971 Options defined with WEBKIT_OPTION_DEFINE are now advanced so that they are hidden from
2972 users by default, unless WEBKIT_OPTION_DEFAULT_PORT_VALUE is used. Add new macros
2973 WEBKIT_OPTION_DEFINE_PUBLIC to define an option that's not hidden by default, to be used
2974 for adding port-specific options, and WEBKIT_OPTION_PRIVATE_PORT_VALUE to override an
2975 option without making it public.
2977 * Source/cmake/WebKitFeatures.cmake:
2979 2015-04-10 Gyuyoung Kim <gyuyoung.kim@webkit.org>
2981 [CMake] Remove unnecessary ENABLE_WEBCORE switch
2982 https://bugs.webkit.org/show_bug.cgi?id=143584
2984 Reviewed by Csaba Osztrogonác.
2986 WebCore should be built for all ports. So ENABLE_WEBCORE switch looks be redundant.
2990 * Source/CMakeLists.txt:
2991 * Source/cmake/OptionsGTK.cmake:
2992 * Source/cmake/WebKitFS.cmake:
2994 2015-04-08 Filip Pizlo <fpizlo@apple.com>
2996 Unreviewed, revert accidental commit.
3000 2015-04-08 Alex Christensen <achristensen@webkit.org> and Patrick Gansterer <paroga@webkit.org>
3002 Add CMake build system for WinCairo port.
3003 https://bugs.webkit.org/show_bug.cgi?id=115944
3005 Reviewed by Chris Dumez.
3007 * Source/cmake/OptionsWindows.cmake:
3008 * Source/cmake/WebKitMacros.cmake:
3009 Make ADD_PRECOMPILED_HEADER more like http://stackoverflow.com/questions/148570/using-pre-compiled-headers-with-cmake
3011 2015-04-06 Alberto Garcia <berto@igalia.com>
3013 [GTK] Fix HPPA build
3014 https://bugs.webkit.org/show_bug.cgi?id=143453
3016 Reviewed by Darin Adler.
3018 Add HPPA to the list of supported CPUs.
3022 2015-04-03 Csaba Osztrogonác <ossy@webkit.org>
3024 Unreviewed, kick the GTK bots to fix an incremental build issue.
3026 * Source/cmake/OptionsGTK.cmake:
3028 2015-04-03 Zan Dobersek <zdobersek@igalia.com>
3030 Fix the EFL and GTK build after r182243
3031 https://bugs.webkit.org/show_bug.cgi?id=143361
3033 Reviewed by Csaba Osztrogonác.
3035 * Source/PlatformEfl.cmake: Add a custom command that copies
3036 the InspectorBackendCommands.js file into the proper directory
3037 under DerivedSources/WebInspectorUI/.
3039 2015-04-01 Alex Christensen <achristensen@webkit.org>
3041 Progress towards CMake on Windows and Mac.
3042 https://bugs.webkit.org/show_bug.cgi?id=143293
3044 Reviewed by Filip Pizlo.
3047 Set DERIVED_SOURCES_WTF_DIR for Windows.
3048 * Source/CMakeLists.txt:
3049 Don't compile bmalloc on Windows.
3050 * Source/cmake/OptionsCommon.cmake:
3051 Use the absolute path of the C preprocessor.
3052 * Source/cmake/OptionsWinCairo.cmake:
3053 Added needed definitions.
3054 * Source/cmake/OptionsWindows.cmake:
3055 Set some default values and removed support for old Visual Studio versions before /MP.
3056 * Source/cmake/WebKitFS.cmake:
3057 Make WTF DerivedSources directory.
3058 * Source/cmake/WebKitMacros.cmake:
3059 Added ADD_PRECOMPILED_HEADER macro based on
3060 http://stackoverflow.com/questions/148570/using-pre-compiled-headers-with-cmake
3062 2015-04-01 Gwang Yoon Hwang <yoon@igalia.com>
3064 Use colored diagnostics when building with cmake + ninja + clang
3065 https://bugs.webkit.org/show_bug.cgi?id=143297
3067 Reviewed by Žan Doberšek.
3069 Because that ninja sets subprocess stdout/stderr to a pipe, clang
3070 disables colored output.
3071 This patch forces clang to use colored diagnostics when we are using
3074 * Source/cmake/OptionsCommon.cmake:
3076 2015-03-29 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3078 [CMake] Update old CMakeList.txt in gtest
3079 https://bugs.webkit.org/show_bug.cgi?id=143192
3081 Reviewed by Darin Adler.
3083 CMake ports have used cmake/gtest/CMakeLists.txt instead of ThirdParty/test/CMakeLists.txt
3084 in order to build gtest. However it looks ThirdParty/test/CMakeLists.txt won't be used anymore.
3085 So this patch moves cmake/gtest/CMakeLists.txt to ThirdPart/test/CMakeLists.txt, and use it.
3087 * Source/CMakeLists.txt:
3088 * Source/cmake/gtest/CMakeLists.txt: Removed.
3090 2015-03-27 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3092 [CMake] Remove unnecessary INCLUDE_IF_EXISTS macro
3093 https://bugs.webkit.org/show_bug.cgi?id=143138
3095 Reviewed by Csaba Osztrogonác.
3097 INCLUDE_IF_EXISTS isn't used except for 2 places. However those uses can
3098 be replaced with WEBKIT_INCLUDE_CONFIG_FILES_IF_EXISTS.
3100 * Source/cmake/OptionsWindows.cmake:
3101 Set "PORT" instead of "PORT_FALLBACK" because there is no benefit to define PORT_FALLBACK.
3102 * Source/cmake/WebKitMacros.cmake:
3104 2015-03-27 Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
3106 [GStreamer] share GL context in pipeline, part 2
3107 https://bugs.webkit.org/show_bug.cgi?id=143049
3109 Reviewed by Carlos Garcia Campos.
3111 * Source/cmake/OptionsGTK.cmake: USE_GSTREAMER_GL is set only if
3112 OpenGL/ES2 is found and GLX/EGL is found too.
3114 2015-03-26 Alex Christensen <achristensen@webkit.org>
3116 Progress towards CMake on Mac.
3117 https://bugs.webkit.org/show_bug.cgi?id=143112
3119 Reviewed by Chris Dumez.
3121 * Source/cmake/OptionsMac.cmake:
3123 2015-03-24 Csaba Osztrogonác <ossy@webkit.org>
3125 [EFL] Add OpenWebRTC in jhbuild
3126 https://bugs.webkit.org/show_bug.cgi?id=142778
3128 Reviewed by Gyuyoung Kim.
3130 Original patch by Philippe Normand <pnormand@igalia.com>
3132 * Source/cmake/OptionsEfl.cmake: Look for OpenWebRTC library if
3133 mediastream build is enabled.
3135 2015-03-23 Carlos Garcia Campos <cgarcia@igalia.com>
3137 [GTK] Add a configure option to build without Redirected XComposite Window
3138 https://bugs.webkit.org/show_bug.cgi?id=142865
3140 Reviewed by Žan Doberšek.
3142 The Redirected XComposite Window was added to support some
3143 features like GtkOverlay, but in cases where we don't need such
3144 features, it's more efficient to use the XID of the WebKitWebView
3145 window as the native surface handle for the accelerated
3146 compositing. This patch adds USE_REDIRECTED_XCOMPOSITE_WINDOW,
3147 that is enabled by default for X11 target when OpenGL is enabled.
3149 * Source/cmake/OptionsGTK.cmake:
3151 2015-03-20 Zan Dobersek <zdobersek@igalia.com>
3153 [GTK] Search for the Wayland dependency when enabling Wayland target
3154 https://bugs.webkit.org/show_bug.cgi?id=142876
3156 Reviewed by Carlos Garcia Campos.
3158 * Source/cmake/OptionsGTK.cmake: The Wayland dependency isn't a public
3159 requirement of either the GTK+ or GDK pkg-config files, so we have to
3160 search for it ourselves when WebKitGTK+ has been configured to support
3161 the Wayland windowing target.
3163 2015-03-20 Csaba Osztrogonác <ossy@webkit.org>
3165 Unreviewed, kick the GTK bots to regenerate makefile.
3166 https://bugs.webkit.org/show_bug.cgi?id=137394
3168 * Source/cmake/OptionsEfl.cmake: Revert my last accidenatal change.
3169 * Source/cmake/OptionsGTK.cmake: Really kick the GTK bots.
3171 2015-03-20 Csaba Osztrogonác <ossy@webkit.org>
3173 Unreviewed, kick the GTK bots to regenerate makefile.
3174 https://bugs.webkit.org/show_bug.cgi?id=137394
3176 * Source/cmake/OptionsEfl.cmake:
3178 2015-03-19 Csaba Osztrogonác <ossy@webkit.org>
3180 [GTK] Fix inspector userinterface related incremental build issue
3181 https://bugs.webkit.org/show_bug.cgi?id=142849
3183 Reviewed by Carlos Garcia Campos.
3185 * Source/cmake/OptionsGTK.cmake: Revert r181733.
3187 2015-03-18 Csaba Osztrogonác <ossy@webkit.org>
3189 Unreviewed, kick the GTK bots to regenerate makefile.
3191 * Source/cmake/OptionsGTK.cmake:
3193 2015-03-17 Ryuan Choi <ryuan.choi@navercorp.com>
3195 [EFL] Expose JavaScript binding interface through ewk_extension
3196 https://bugs.webkit.org/show_bug.cgi?id=142033
3198 Reviewed by Gyuyoung Kim.
3200 * Source/cmake/OptionsEfl.cmake: Added HEADER_INSTALL_DIR variable.
3202 2015-03-17 Philippe Normand <pnormand@igalia.com>
3204 [GTK] basic OpenWebRTC build support
3205 https://bugs.webkit.org/show_bug.cgi?id=142393
3207 Reviewed by Carlos Garcia Campos.
3209 * Source/cmake/FindOpenWebRTC.cmake: Added.
3210 * Source/cmake/OptionsGTK.cmake: Look for OpenWebRTC library if
3211 mediastream build is enabled.
3213 2015-03-17 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3215 [CMake][EFL] Build test tools only for developer mode
3216 https://bugs.webkit.org/show_bug.cgi?id=142761
3218 Reviewed by Csaba Osztrogonác.
3220 Do not build EFL MiniBrowser, WebKitTestRunner, and ImageDiff on production mode.
3222 * Source/cmake/OptionsEfl.cmake:
3223 * Source/cmake/OptionsGTK.cmake: Move ENABLE_MINIBROWSER to common place.
3224 * Source/cmake/WebKitFeatures.cmake: Define ENABLE_MINIBROWSER variable.
3225 * Source/cmakeconfig.h.cmake:
3227 2015-03-16 Ryosuke Niwa <rniwa@webkit.org>
3229 Enable ES6 classes by default
3230 https://bugs.webkit.org/show_bug.cgi?id=142774
3232 Reviewed by Gavin Barraclough.
3234 * Source/cmake/WebKitFeatures.cmake:
3236 2015-03-16 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3238 [CMake][EFL] Rearrange OptionEFL.cmake to improve readability
3239 https://bugs.webkit.org/show_bug.cgi?id=142722
3241 Reviewed by Csaba Osztrogonác.
3243 Categorize to define cmake variables, to find necessary packages,
3244 use upper case for "glib_conponents" cmake variable name, re-arrange
3245 wrong alphabet sorting, and so on.
3247 * CMakeLists.txt: Remove WinCE port.
3248 * Source/cmake/OptionsEfl.cmake:
3250 2015-03-14 Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
3252 [GStreamer] share GL context in pipeline
3253 https://bugs.webkit.org/show_bug.cgi?id=142693
3255 Reviewed by Philippe Normand.
3257 Add search of gstreamer-gl library in the GStreamer installation. If
3258 it is found, WTF_USE_GSTREAMER_GL macro is defined.
3260 * Source/cmake/FindGStreamer.cmake:
3261 * Source/cmake/OptionsGTK.cmake:
3263 2015-03-13 Alex Christensen <achristensen@webkit.org>
3265 Progress towards CMake on Mac.
3266 https://bugs.webkit.org/show_bug.cgi?id=142680
3268 Reviewed by Gyuyoung Kim.
3271 * Source/PlatformMac.cmake: Added stub.
3272 * Source/cmake/OptionsMac.cmake:
3273 Change defines to get CMake working.
3275 2015-03-11 Carlos Garcia Campos <cgarcia@igalia.com>
3277 [GTK] Add an option to enable MiniBrowser for non developer builds and always install it
3278 https://bugs.webkit.org/show_bug.cgi?id=126688
3280 Reviewed by Gustavo Noronha Silva.
3282 Add ENABLE_MINIBROWSER option, enabled by default for development
3283 builds and disabled for production builds unless explicilty enabled.
3285 * Source/cmake/OptionsGTK.cmake:
3287 2015-03-11 Carlos Garcia Campos <cgarcia@igalia.com>
3289 [GTK] Do not look for child processes in the UI process binary path
3290 https://bugs.webkit.org/show_bug.cgi?id=135752
3292 Reviewed by Gustavo Noronha Silva.
3294 * Source/cmake/OptionsGTK.cmake: Add -DDEVELOPMENT_BUILD=1 to the
3295 build for development builds.
3297 2015-03-10 Carlos Garcia Campos <cgarcia@igalia.com> and José Dapena Paz <jdapena@igalia.com>
3299 [GTK] Add a configure option to build with OpenGL ES 2
3300 https://bugs.webkit.org/show_bug.cgi?id=142498
3302 Reviewed by Martin Robinson.
3304 Add ENABLE_GLES2 option. It's disabled by default, but if passed
3305 GLES2 is required and OpenGL is not even searched. Otherwise we
3306 search for OpenGL as usual, using it only if present.
3308 * Source/cmake/OptionsGTK.cmake:
3310 2015-03-10 Csaba Osztrogonác <ossy@webkit.org>
3312 [cmake] Handle unused parameter warnings as build errors except in WebKit2
3313 https://bugs.webkit.org/show_bug.cgi?id=142338
3315 Reviewed by Gyuyoung Kim.
3317 * Source/cmake/WebKitHelpers.cmake:
3319 2015-03-03 Daniel Bates <dabates@apple.com>
3321 Convert ManualTests/svg-tooltip.svg to a DRT test
3322 https://bugs.webkit.org/show_bug.cgi?id=140480
3324 Reviewed by Alex Christensen.
3326 * ManualTests/svg-tooltip.svg: Removed.
3328 2015-03-02 Debarshi Ray <debarshir@gnome.org>
3330 REGRESSION(r179409): [GTK] Undefined symbol prevents web extensions from being loaded
3331 https://bugs.webkit.org/show_bug.cgi?id=142165
3333 Reviewed by Carlos Garcia Campos.
3335 * Source/cmake/gtksymbols.filter:
3337 2015-02-26 Csaba Osztrogonác <ossy@webkit.org>
3339 [EFL] Remove unnecessary comment after r179110
3340 https://bugs.webkit.org/show_bug.cgi?id=142042
3342 Reviewed by Gyuyoung Kim.
3344 * Source/cmake/OptionsEfl.cmake:
3346 2015-02-23 Tomas Popela <tpopela@redhat.com>
3348 [GTK] Fails to compile with cmake 3.2.x
3349 https://bugs.webkit.org/show_bug.cgi?id=141796
3351 With cmake 3.2.x we have to explicitly ask for X11 otherwise the
3352 X11_X11_LIB variable won't be set thus the X11 linker flags won't be
3353 added and the build will fail.
3355 Reviewed by Martin Robinson.
3357 * Source/cmake/OptionsGTK.cmake:
3359 2015-02-20 Alexey Proskuryakov <ap@apple.com>
3361 Remove svn:keywords property.
3363 As far as I can tell, the property had no effect on any of these files, but also,
3364 when it has effect it's likely harmful.
3366 * ManualTests/animation-with-transition.html: Removed property svn:keywords.
3367 * ManualTests/blur-filter-timing.html: Removed property svn:keywords.
3368 * ManualTests/compositing/caret-in-compositing-frame.html: Removed property svn:keywords.
3369 * ManualTests/compositing/font-smoothing.html: Removed property svn:keywords.
3370 * ManualTests/compositing/missing-iframe-contents.html: Removed property svn:keywords.
3371 * ManualTests/compositing/requires-backing-change.html: Removed property svn:keywords.
3372 * ManualTests/compositing/resources/composited-subframe.html: Removed property svn:keywords.
3373 * ManualTests/compositing/resources/editable-compositing-subframe.html: Removed property svn:keywords.
3374 * ManualTests/frames/nested-iframe-blit-on-scroll.html: Removed property svn:keywords.
3375 * ManualTests/frames/resources/blit-on-scroll-subframe.html: Removed property svn:keywords.
3376 * ManualTests/frames/resources/blit-on-scroll-subsubframe.html: Removed property svn:keywords.
3377 * ManualTests/plugins/plugin-paint-causes-layout.html: Removed property svn:keywords.
3378 * ManualTests/screen-availLeft.html: Removed property svn:keywords.
3379 * ManualTests/transition-accelerated.html: Removed property svn:keywords.
3381 2015-02-17 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3383 [CMAKE] Remove CMakeLists.txt in WK1 port
3384 https://bugs.webkit.org/show_bug.cgi?id=141617
3386 Reviewed by Anders Carlsson.
3388 Nobody uses CMake in WK1 port. Remove it.
3392 2015-02-13 Csaba Osztrogonác <ossy@webkit.org>
3394 Unreviewed, remove empty directories.
3396 * ManualTests/qt: Removed.
3398 2015-02-11 Carlos Alberto Lopez Perez <clopez@igalia.com>
3400 [CMake] Don't set flag fuse-ld on the C/C++ compiler flags, but on the linker flags.
3401 https://bugs.webkit.org/show_bug.cgi?id=141481
3403 Reviewed by Csaba Osztrogonác.
3405 * Source/cmake/OptionsCommon.cmake: Move -fuse-ld=gold to the linker flags.
3407 2015-02-11 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3409 [EFL][GTK] Use bmalloc instead of tcmalloc
3410 https://bugs.webkit.org/show_bug.cgi?id=140162
3412 Reviewed by Carlos Garcia Campos.
3414 Add bmalloc directory to build list.
3416 * CMakeLists.txt: Define BMALLOC_DIR directory.
3417 * Source/CMakeLists.txt: Add bmalloc path to sub-directories list.
3419 2015-02-11 Carlos Garcia Campos <cgarcia@igalia.com>
3421 [GTK] Add default color chooser implementation using GtkColorChooserDialog
3422 https://bugs.webkit.org/show_bug.cgi?id=141392
3424 Reviewed by Gustavo Noronha Silva.
3426 Enable INPUT_TYPE_COLOR by default for GTK+ port.
3428 * Source/cmake/OptionsGTK.cmake:
3430 2015-02-09 Sergio Villar Senin <svillar@igalia.com>
3432 ASSERTION FAILED: resolvedInitialPosition <= resolvedFinalPosition in WebCore::GridSpan::GridSpan
3433 https://bugs.webkit.org/show_bug.cgi?id=141328
3435 Reviewed by Darin Adler.
3437 Added as manual test because it involves a huge grid allocation
3438 which is very slow on Debug bots, the only ones capable to trigger
3441 * ManualTests/css-grid-layout-item-with-huge-span-crash.html: Added.
3443 2015-02-05 Youenn Fablet <youenn.fablet@crf.canon.fr> and Xabier Rodriguez Calvar <calvaris@igalia.com>
3445 [Streams API] Implement a barebone ReadableStream interface
3446 https://bugs.webkit.org/show_bug.cgi?id=141045
3448 Reviewed by Benjamin Poulain.
3450 * Source/cmake/WebKitFeatures.cmake:
3451 * Source/cmakeconfig.h.cmake: Made streams API compilation on by default.
3453 2015-02-02 Filip Pizlo <fpizlo@apple.com>
3455 Revert accidental change in r179490.
3459 2015-02-02 Filip Pizlo <fpizlo@apple.com>
3461 Unreviewed, revert accidental change to Makefile.shared in r179478
3465 2015-01-28 Carlos Alberto Lopez Perez <clopez@igalia.com>
3467 [CMake] Minimum python version should be 2.7.
3468 https://bugs.webkit.org/show_bug.cgi?id=140997
3470 Reviewed by Csaba Osztrogonác.
3474 2015-01-26 Nikos Andronikos <nikos.andronikos-webkit@cisra.canon.com.au>
3476 Apply feTurbulence spec change to fix zero length vector generation
3477 https://bugs.webkit.org/show_bug.cgi?id=140812
3479 Reviewed by Darin Adler.
3481 Recently a bug with the turbulence algorithm was corrected in the
3482 Filter Effects specification.
3483 For some seed values this bug allowed zero length vectors to be generated.
3484 This resulted in large solid color squares being present in the generated image.
3485 The feTurbulence algorithm was updated to reject zero length vectors. This patch
3486 applies that change in WebCore.
3488 Test: svg/filters/feTurbulence_bad_seeds.html
3490 * platform/graphics/filters/FETurbulence.cpp:
3491 (WebCore::FETurbulence::initPaint):
3492 Added rejection sampling during vector generation to avoid zero length vectors.
3494 2015-01-26 Csaba Osztrogonác <ossy@webkit.org>
3496 [cmake] Remove compiler version calculate cruft
3497 https://bugs.webkit.org/show_bug.cgi?id=140885
3499 Reviewed by Darin Adler.
3501 * Source/cmake/WebKitHelpers.cmake:
3503 2015-01-26 Csaba Osztrogonác <ossy@webkit.org>
3505 [cmake] Stop compiling with -Wno-error=uninitialized and -Wno-error=literal-suffix
3506 https://bugs.webkit.org/show_bug.cgi?id=140886
3508 Reviewed by Žan Doberšek.
3510 * Source/cmake/WebKitHelpers.cmake:
3512 2015-01-26 Michael Catanzaro <mcatanzaro@igalia.com>
3514 [GTK] gtkdoc does not appear in DevHelp
3515 https://bugs.webkit.org/show_bug.cgi?id=139369
3517 Reviewed by Philippe Normand.
3519 Expect the gtkdoc to be generated in folders named with the API version.
3521 * Source/PlatformGTK.cmake:
3523 2015-01-26 Zan Dobersek <zdobersek@igalia.com>
3525 [EFL][GTK] Stop compiling with fno-omit-frame-pointer, -fno-tree-dce
3526 https://bugs.webkit.org/show_bug.cgi?id=140609
3528 Reviewed by Csaba Osztrogonác.
3530 The latest releases of GCC versions 4.7, 4.8 and 4.9 all compile and
3531 run JSC tests fine without the -fno-tree-dce and -fno-omit-frame-pointer
3532 compilation flags. Those were added after the jsCStack branch merge, but
3533 can now be removed since the -ftree-dce issues were fixed in GCC, and
3534 changes in r173282 and r173298 again enable compiling with -fomit-frame-pointer.
3536 * Source/cmake/OptionsEfl.cmake:
3537 * Source/cmake/OptionsGTK.cmake:
3539 2015-01-26 Commit Queue <commit-queue@webkit.org>
3541 Unreviewed, rolling out r179107.
3542 https://bugs.webkit.org/show_bug.cgi?id=140880
3544 The GCC in the bots doesn't support the AsyncTask
3545 implementation (Requested by KaL on #webkit).
3549 "[GTK] Enable IndexedDB"
3550 https://bugs.webkit.org/show_bug.cgi?id=98932
3551 http://trac.webkit.org/changeset/179107
3553 2015-01-25 Carlos Garcia Campos <cgarcia@igalia.com>
3555 [GTK] Enable IndexedDB
3556 https://bugs.webkit.org/show_bug.cgi?id=98932
3558 Reviewed by Žan Doberšek.
3560 * Source/cmake/OptionsGTK.cmake: Enable DATABASE_PROCESS and INDEXED_DATABASE.
3561 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_DATABASE_PROCESS.
3563 2015-01-23 Carlos Garcia Campos <cgarcia@igalia.com>
3565 [GTK] Add initial database process support
3566 https://bugs.webkit.org/show_bug.cgi?id=139491
3568 Reviewed by Sergio Villar Senin.
3570 * Source/cmake/OptionsGTK.cmake: Set WebKit2_DatabaseProcess_OUTPUT_NAME.
3572 2015-01-22 Ryosuke Niwa <rniwa@webkit.org>
3574 Add a build flag for ES6 class syntax
3575 https://bugs.webkit.org/show_bug.cgi?id=140760
3577 Reviewed by Michael Saboff.
3579 * Source/cmake/WebKitFeatures.cmake:
3580 * Source/cmakeconfig.h.cmake:
3582 2015-01-21 Csaba Osztrogonác <ossy@webkit.org>
3584 [EFL][WK2] EFL MiniBrowser doesn't run because shared library is not found
3585 https://bugs.webkit.org/show_bug.cgi?id=140049
3587 Reviewed by Gyuyoung Kim.
3589 * Source/cmake/OptionsCommon.cmake:
3591 2015-01-21 Csaba Osztrogonác <ossy@webkit.org>
3593 Remove ENABLE(INSPECTOR) ifdef guards
3594 https://bugs.webkit.org/show_bug.cgi?id=140668
3596 Reviewed by Darin Adler.
3598 * Source/PlatformEfl.cmake:
3599 * Source/cmake/OptionsEfl.cmake:
3600 * Source/cmake/OptionsGTK.cmake:
3601 * Source/cmake/OptionsMac.cmake:
3602 * Source/cmake/WebKitFeatures.cmake:
3603 * Source/cmakeconfig.h.cmake:
3605 2015-01-20 Carlos Garcia Campos <cgarcia@igalia.com>
3607 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.4 release.
3609 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
3611 2015-01-19 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3613 [CMAKE] Fix cmake warning
3614 https://bugs.webkit.org/show_bug.cgi?id=140497
3616 Reviewed by Gustavo Noronha Silva.
3618 r173155 already tried to fix cmake warning though, the warning is still exist.
3619 CMAKE_LINK_INTERFACE_LIBRARIES seems to cause this warning. Individual target is
3620 already set for their libraries though, INTERFACE_LINK_LIBRARIES contains the list
3621 of transitive link dependencies, and CMAKE_LINK_INTERFACE_LIBRARIES can override
3622 the INTERFACE_LINK_LIBRARIES property when CMP0022 is not set. CMake warns this override.
3623 To avoid it, EFL port doesn't set CMAKE_LINK_INTERFACE_LIBRARIES.
3627 2015-01-19 Michael Catanzaro <mcatanzaro@igalia.com>
3629 [GTK] Generate the make dist manifest from a CMake template file
3630 https://bugs.webkit.org/show_bug.cgi?id=139387
3632 Reviewed by Martin Robinson.
3634 Generate manifest.txt from manifest.txt.in. Only expose the dist and
3635 distcheck targets for developer builds, as they won't work when
3636 building from a tarball because the manifest is not distributed.
3638 * Source/PlatformGTK.cmake:
3640 2015-01-15 Csaba Osztrogonác <ossy@webkit.org>
3642 Remove ENABLE(SQL_DATABASE) guards
3643 https://bugs.webkit.org/show_bug.cgi?id=140434
3645 Reviewed by Darin Adler.
3647 * Source/cmake/OptionsMac.cmake:
3648 * Source/cmake/WebKitFeatures.cmake:
3649 * Source/cmakeconfig.h.cmake:
3651 2015-01-11 Sam Weinig <sam@webkit.org>
3653 Remove support for SharedWorkers
3654 https://bugs.webkit.org/show_bug.cgi?id=140344
3656 Reviewed by Anders Carlsson.
3658 * Source/cmake/OptionsEfl.cmake:
3659 * Source/cmake/OptionsGTK.cmake:
3660 * Source/cmake/OptionsMac.cmake:
3661 * Source/cmake/WebKitFeatures.cmake:
3662 * Source/cmakeconfig.h.cmake:
3664 2015-01-10 Dan Bernstein <mitz@apple.com>
3666 [Xcode, iOS] Files are recompiled when alternating between using make and the Xcode IDE
3667 https://bugs.webkit.org/show_bug.cgi?id=140339
3669 Reviewed by Mark Rowe.
3671 * Makefile.shared: Run xcodebuild with the same PATH with which the Xcode IDE runs. This
3672 prevents unnecessary rebuilding due to PATH differences.
3674 2015-01-07 Gwang Yoon Hwang <yoon@igalia.com>
3676 [GTK][ThreadedCompositor] Add support for threaded compositor.
3677 https://bugs.webkit.org/show_bug.cgi?id=118265
3679 Reviewed by Martin Robinson.
3681 Added the ENABLE_THREADED_COMPOSITOR feature flag to the cmake and
3682 autotools build systems. The feature is disabled by default.
3683 And remove deprecated the WTF_USE_TILED_BACKING_STORE feature flag
3684 from the feature flags.
3686 * Source/cmake/OptionsEfl.cmake:
3687 * Source/cmake/OptionsGTK.cmake:
3688 * Source/cmake/WebKitFeatures.cmake:
3689 * Source/cmakeconfig.h.cmake:
3691 2014-12-23 Alexey Proskuryakov <ap@apple.com>
3693 Simplify building with ASan
3694 https://bugs.webkit.org/show_bug.cgi?id=139916
3696 Reviewed by Mark Rowe.
3698 * Makefile.shared: Invoke set-webkit-configuration to store ASan choice as appropriate.
3700 2014-12-16 Carlos Garcia Campos <cgarcia@igalia.com>
3702 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.3 release.
3704 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
3706 2014-12-10 Jon Honeycutt <jhoneycutt@apple.com>
3708 Null dereference performing a "TapAndAHalf" gesture in Google search field
3710 <https://bugs.webkit.org/show_bug.cgi?id=139506>
3711 <rdar://problem/19028828>
3713 Reviewed by Darin Adler.
3715 * ManualTests/ios/tap-and-a-half-gesture-in-empty-text-field.html: Added.
3717 2014-12-10 Dean Jackson <dino@apple.com>
3719 Blur filter performance test doesn't provide results
3720 https://bugs.webkit.org/show_bug.cgi?id=139462
3722 Reviewed by Sam Weinig.
3724 This can't currently work under our performance test
3725 infrastructure. Move it to a manual test to avoid
3726 putting FAILures into the results.
3728 * ManualTests/blur-filter-timing.html: Renamed from PerformanceTests/Interactive/blur-filter-timing.html.
3730 2014-12-09 Gustavo Noronha Silva <gustavo.noronha@collabora.com>
3732 [GTK][WK2] Add HTML5 Notifications support
3733 https://bugs.webkit.org/show_bug.cgi?id=61140
3735 Reviewed by Carlos Garcia Campos.
3737 * Source/cmake/FindLibNotify.cmake: Added.
3738 * Source/cmake/OptionsGTK.cmake: add option to enable notifications, look for
3739 libnotify and use it for a default implementation when found.
3741 2014-12-09 Bem Jones-Bey <bjonesbe@adobe.com>
3743 REGRESSION(r155906): Page content disappears on Tuaw article after loading
3744 https://bugs.webkit.org/show_bug.cgi?id=138100
3746 Reviewed by Simon Fraser.
3748 DRT causes an extra paint which makes it impossible to test this with
3751 * ManualTests/float-layer-not-painting.html: Added.
3753 2014-12-07 Alberto Garcia <berto@igalia.com>
3755 [GTK] WebKit has a new required dependency on GnuTLS
3756 https://bugs.webkit.org/show_bug.cgi?id=136158
3758 Reviewed by Martin Robinson.
3760 Detect if GnuTLS is installed and enable or disable subtle crypto
3761 support accordingly.
3763 * Source/cmake/OptionsGTK.cmake:
3765 2014-12-07 Carlos Garcia Campos <cgarcia@igalia.com>
3767 [GTK] Missing API detected in GObject DOM bindings after r176630
3768 https://bugs.webkit.org/show_bug.cgi?id=139201
3770 Reviewed by Gustavo Noronha Silva.
3772 Change GENERATE_BINDINGS macro to receive a list of optional
3773 additional dependencies, so that we can add more dependecies
3774 without having to change the macro.
3776 * Source/cmake/WebKitMacros.cmake:
3778 2014-12-05 Simon Fraser <simon.fraser@apple.com>
3780 Programmatic scrolling and content changes are not always synchronized
3781 https://bugs.webkit.org/show_bug.cgi?id=139245
3782 rdar://problem/18833612
3784 Reviewed by Anders Carlsson.
3786 Manual test that tries to sync layout with programmatic scrolling.
3788 * ManualTests/programmatic-scroll-flicker.html: Added.
3790 2014-12-04 Alberto Garcia <berto@igalia.com>
3792 can not find cairo-gl.h when build webkit with gtk on ubuntu 14.04
3793 https://bugs.webkit.org/show_bug.cgi?id=136576
3795 Reviewed by Carlos Garcia Campos.
3797 CMake should complain if Accelerated 2D Canvas is explicitly
3798 enabled but cairo-gl is not found.
3800 * Source/cmake/OptionsGTK.cmake:
3802 2014-12-03 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
3804 [EFL] Add subtle crypto to the build system
3805 https://bugs.webkit.org/show_bug.cgi?id=138612
3807 Reviewed by Csaba Osztrogonác.
3809 * Source/cmake/OptionsEfl.cmake:
3811 2014-12-01 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3813 [EFL] Add a ENABLE_CSS_SCROLL_SNAP macro to CMake build system
3814 https://bugs.webkit.org/show_bug.cgi?id=139085
3816 Reviewed by Andreas Kling.
3818 * Source/cmake/OptionsEfl.cmake: Add ENABLE_CSS_SCROLL_SNAP.
3819 * Source/cmake/WebKitFeatures.cmake: ditto.
3820 * Source/cmakeconfig.h.cmake: ditto.
3822 2014-11-30 Ryuan Choi <ryuan.choi@navercorp.com>
3824 [EFL] Drop support for the EFL 1.7
3825 https://bugs.webkit.org/show_bug.cgi?id=139114
3827 Reviewed by Gyuyoung Kim.
3829 * Source/cmake/EFLHelpers.cmake: Removed.
3830 * Source/cmake/FindEcore.cmake: Removed.
3831 * Source/cmake/FindEdje.cmake: Removed.
3832 * Source/cmake/FindEet.cmake: Removed.
3833 * Source/cmake/FindEeze.cmake: Removed.
3834 * Source/cmake/FindEfreet.cmake: Removed.
3835 * Source/cmake/FindEina.cmake: Removed.
3836 * Source/cmake/FindElementary.cmake: Removed.
3837 * Source/cmake/FindEvas.cmake: Removed.
3838 * Source/cmake/OptionsEfl.cmake:
3840 2014-11-28 Philippe Normand <pnormand@igalia.com>
3842 [CMake] Build failure against GStreamer git master
3843 https://bugs.webkit.org/show_bug.cgi?id=138872
3845 Reviewed by Csaba Osztrogon.
3847 * Source/cmake/FindGStreamer.cmake: Simplified the
3848 FIND_GSTREAMER_COMPONENT macro. Trust pkg-config for include
3849 headers lookup, there's no need to do this manually. Also
3850 explicitely check the version specified in GStreamer_FIND_VERSION.
3852 2014-11-27 Ryuan Choi <ryuan.choi@navercorp.com>
3854 [EFL] Remove E_Dbus dependency
3855 https://bugs.webkit.org/show_bug.cgi?id=136355
3857 Reviewed by Gyuyoung Kim.
3859 * Source/cmake/FindE_DBus.cmake: Removed.
3860 * Source/cmake/OptionsEfl.cmake:
3862 2014-11-24 Carlos Garcia Campos <cgarcia@igalia.com>