1 2016-03-10 Frederic Wang <fwang@igalia.org>
3 [GTK] Add support for WOFF2
4 https://bugs.webkit.org/show_bug.cgi?id=152616
6 Reviewed by Carlos Garcia Campos.
8 * Source/CMakeLists.txt: Build brotli and woff2 third-party libraries if WOFF2 is enabled.
9 * Source/cmake/OptionsGTK.cmake: Always enable WOFF2 on GTK.
11 2016-03-09 Konstantin Tokarev <annulen@yandex.ru>
13 [cmake] Fixed All-in-One build.
14 https://bugs.webkit.org/show_bug.cgi?id=155241
16 Reviewed by Csaba Osztrogonác.
18 * Source/cmake/WebKitMacros.cmake: Last item of WebCore_SOURCES was
19 not removed in PROCESS_ALLINONE_FILE.
21 2016-03-08 Myles C. Maxfield <mmaxfield@apple.com>
23 [EFL] Enable the SVG -> OTF Font Converter
24 https://bugs.webkit.org/show_bug.cgi?id=155192
26 Reviewed by Gyuyoung Kim.
28 * Source/cmake/OptionsEfl.cmake:
30 2016-03-08 Myles C. Maxfield <mmaxfield@apple.com>
32 [GTK] Enable the SVG -> OTF Font Converter
33 https://bugs.webkit.org/show_bug.cgi?id=155191
35 Reviewed by Martin Robinson.
37 * Source/cmake/OptionsGTK.cmake:
39 2016-03-05 Michael Catanzaro <mcatanzaro@igalia.com>
41 Unreviewed, fix GTK/EFL build after r197575 and add mandatory GnuTLS dependency
43 * Source/cmake/OptionsEfl.cmake:
44 * Source/cmake/OptionsGTK.cmake:
46 2016-03-02 Konstantin Tokarev <annulen@yandex.ru>
48 [cmake] Moved PRE/POST_BUILD_COMMAND to WEBKIT_FRAMEWORK.
49 https://bugs.webkit.org/show_bug.cgi?id=154651
51 Reviewed by Alex Christensen.
53 * Source/cmake/WebKitMacros.cmake: Used phony target instead of
54 CMake's PRE_BUILD COMMAND feature because the latter actually
55 generates pre-link target instead of pre-build.
57 2016-03-01 Alex Christensen <achristensen@webkit.org>
59 Reduce size of internal windows build output
60 https://bugs.webkit.org/show_bug.cgi?id=154763
62 Reviewed by Brent Fulgham.
64 * Source/cmake/OptionsWin.cmake:
66 2016-03-01 Commit Queue <commit-queue@webkit.org>
68 Unreviewed, rolling out r197056.
69 https://bugs.webkit.org/show_bug.cgi?id=154870
71 broke win ews (Requested by alexchristensen on #webkit).
75 "[cmake] Moved PRE/POST_BUILD_COMMAND to WEBKIT_FRAMEWORK."
76 https://bugs.webkit.org/show_bug.cgi?id=154651
77 http://trac.webkit.org/changeset/197056
79 2016-02-29 Konstantin Tokarev <annulen@yandex.ru>
81 [cmake] Allow using FindGLIB in case glib is optional dependency.
82 https://bugs.webkit.org/show_bug.cgi?id=154796
84 Reviewed by Michael Catanzaro.
86 FindGLIB caused internal CMake error in case glibconfig.h is not
89 * Source/cmake/FindGLIB.cmake:
91 2016-02-29 Commit Queue <commit-queue@webkit.org>
93 Unreviewed, rolling out r197297.
94 https://bugs.webkit.org/show_bug.cgi?id=154810
96 This change broke build of GTK from scratch (Requested by
101 "[cmake] Allow using FindGLIB in case glib is optional
103 https://bugs.webkit.org/show_bug.cgi?id=154796
104 http://trac.webkit.org/changeset/197297
106 2016-02-28 Konstantin Tokarev <annulen@yandex.ru>
108 [cmake] Allow using FindGLIB in case glib is optional dependency.
109 https://bugs.webkit.org/show_bug.cgi?id=154796
111 Reviewed by Michael Catanzaro.
113 FindGLIB caused internal CMake error in case GLIBCONFIG_INCLUDE_DIR is
116 * Source/cmake/FindGLIB.cmake:
118 2016-02-25 Myles C. Maxfield <mmaxfield@apple.com>
120 [Win] [SVG -> OTF Converter] Support the SVG -> OTF Font Converter
121 https://bugs.webkit.org/show_bug.cgi?id=143402
123 Reviewed by Alex Christensen.
125 Turn on by default, and turn on for Windows.
127 EFL and GTK already explicitly disable it in OptionsEfl.cmake and OptionsGTK.cmake.
129 * Source/cmake/OptionsWin.cmake:
130 * Source/cmake/WebKitFeatures.cmake:
132 2016-02-24 Nikos Andronikos <nikos.andronikos-webkit@cisra.canon.com.au>
134 [web-animations] Add AnimationTimeline, DocumentTimeline and add extensions to Document interface
135 https://bugs.webkit.org/show_bug.cgi?id=151688
137 Reviewed by Dean Jackson.
139 Enables the WEB_ANIMATIONS compiler switch.
141 * Source/cmake/OptionsWin.cmake:
143 2016-02-24 Konstantin Tokarev <annulen@yandex.ru>
145 [cmake] Moved PRE/POST_BUILD_COMMAND to WEBKIT_FRAMEWORK.
146 https://bugs.webkit.org/show_bug.cgi?id=154651
148 Reviewed by Alex Christensen.
150 * Source/cmake/WebKitMacros.cmake:
152 2016-02-22 Konstantin Tokarev <annulen@yandex.ru>
154 [cmake] Moved library setup code to WEBKIT_FRAMEWORK macro.
155 https://bugs.webkit.org/show_bug.cgi?id=154450
157 Reviewed by Alex Christensen.
159 * Source/cmake/WebKitMacros.cmake:
161 2016-02-18 Philippe Normand <pnormand@igalia.com>
163 [GStreamer] Bump internal jhbuild versions to 1.6.3
164 https://bugs.webkit.org/show_bug.cgi?id=149594
166 Reviewed by Michael Catanzaro.
168 * Source/cmake/FindGStreamer.cmake: Check gst-gl version for the latest stable release of GStreamer.
170 2016-02-18 Anders Carlsson <andersca@apple.com>
172 Get rid of the "All Source (target WebProcess)" scheme.
174 Rubber-stamped by Dan Bernstein.
176 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme: Removed.
178 2016-02-18 Michael Catanzaro <mcatanzaro@igalia.com>
180 [CMake] Remove LLVM support
181 https://bugs.webkit.org/show_bug.cgi?id=154370
183 Reviewed by Csaba Osztrogonác.
185 After switching all CMake ports to B3, this was only needed for the LLVM disassembler, which
186 has been removed from JSC. Feel free to bring this back if restoring the LLVM disassembler,
187 but for the time being this is dead code.
189 * Source/cmake/FindLLVM.cmake: Removed.
190 * Source/cmake/OptionsCommon.cmake:
192 2016-02-18 Joonghun Park <jh718.park@samsung.com>
194 [CMake] Remove meaningless conditional statements in CMakeLists.txt
195 https://bugs.webkit.org/show_bug.cgi?id=153778
197 Reviewed by Csaba Osztrogonác.
200 Use CMAKE_FOO_OUTPUT_DIRECTORY located in CMakeLists.txt as default value.
201 And remove conditional statements which has enclosed these one
202 because they don't have meaning anymore.
204 2016-02-15 Alex Christensen <achristensen@webkit.org>
206 Re-enable INTL on WinCairo
207 https://bugs.webkit.org/show_bug.cgi?id=154256
209 Reviewed by Michael Catanzaro.
211 * Source/cmake/OptionsWin.cmake:
212 Peavo updated icu and it works, so let's re-enable INTL on WinCairo to catch Windows build failures.
214 2016-02-12 Csaba Osztrogonác <ossy@webkit.org>
216 [EFL][GTK] Fix ENABLE(SVG_OTF_CONVERTER) build
217 https://bugs.webkit.org/show_bug.cgi?id=154165
219 Reviewed by Alex Christensen.
221 * Source/cmake/OptionsEfl.cmake:
222 * Source/cmake/OptionsGTK.cmake:
224 2016-02-11 Konstantin Tokarev <annulen@yandex.ru>
226 [cmake] Consolidate TextureMapper file and include dir lists.
227 https://bugs.webkit.org/show_bug.cgi?id=154106
229 Reviewed by Michael Catanzaro.
231 * Source/cmake/OptionsEfl.cmake: Expose USE_TEXTURE_MAPPER_GL to
233 * Source/cmake/OptionsWinCairo.cmake: Ditto.
235 2016-02-09 Csaba Osztrogonác <ossy@webkit.org>
237 [GTK][EFL] Fix several build configuration related to SamplingProfiler after r196245
238 https://bugs.webkit.org/show_bug.cgi?id=154033
240 Reviewed by Michael Catanzaro.
242 * Source/cmake/WebKitFeatures.cmake:
244 2016-02-09 Carlos Garcia Campos <cgarcia@igalia.com>
246 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.11.5 release.
248 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
250 2016-02-07 Yusuke Suzuki <utatane.tea@gmail.com>
252 [GTK][EFL] Enable SamplingProfiler
253 https://bugs.webkit.org/show_bug.cgi?id=153638
255 Reviewed by Michael Catanzaro.
257 Enable SamplingProfiler in GTK and EFL.
258 And added option to CMake to switch this from the build command.
260 * Source/cmake/OptionsEfl.cmake:
261 * Source/cmake/OptionsGTK.cmake:
262 * Source/cmake/WebKitFeatures.cmake:
264 2016-02-07 Konstantin Tokarev <annulen@yandex.ru>
266 [cmake] Move LLVM detection for LLVMDisassembler to OptionsCommon.cmake
267 https://bugs.webkit.org/show_bug.cgi?id=153961
269 Reviewed by Michael Catanzaro.
271 * Source/cmake/OptionsCommon.cmake:
272 * Source/cmake/OptionsEfl.cmake:
273 * Source/cmake/OptionsGTK.cmake:
275 2016-02-04 Csaba Osztrogonác <ossy@webkit.org>
277 Unreviewed non X86_64 buildfix after r196077.
279 * Source/cmake/OptionsEfl.cmake:
280 * Source/cmake/OptionsGTK.cmake:
282 2016-02-03 Michael Catanzaro <mcatanzaro@igalia.com>
284 [GTK][EFL] Switch FTL to B3
285 https://bugs.webkit.org/show_bug.cgi?id=153478
287 Reviewed by Csaba Osztrogonác.
289 * Source/cmake/OptionsEfl.cmake:
290 * Source/cmake/OptionsGTK.cmake:
292 2016-02-02 Joseph Pecoraro <pecoraro@apple.com>
294 Unreviewed attempt to fix Mac CMake build after r195999.
296 * Source/cmake/OptionsMac.cmake:
297 * Source/cmake/WebKitFeatures.cmake:
298 Add ENABLE_RESOURCE_USAGE to CMake builds.
300 2016-02-02 Alejandro G. Castro <alex@igalia.com>
302 [GTK][EFL] Upgrade OpenWebRTC dependency
303 https://bugs.webkit.org/show_bug.cgi?id=153489
305 Reviewed by Philippe Normand.
307 * Source/cmake/FindOpenWebRTC.cmake: Bump OpenWebRTC dependency,
308 required to make the mediastream work.
310 2016-02-01 Alex Christensen <achristensen@webkit.org>
312 [Win] WTFHeaderDetection.h no longer needed
313 https://bugs.webkit.org/show_bug.cgi?id=153753
314 rdar://problem/24434627
316 Reviewed by Darin Adler.
318 * Source/cmake/WebKitFS.cmake:
320 2016-01-31 Joonghun Park <jh718.park@samsung.com>
322 [EFL] All API tests are broken on 15.10
323 https://bugs.webkit.org/show_bug.cgi?id=153528
325 Reviewed by Gyuyoung Kim.
327 * CMakeLists.txt: Having include(WebKitCommon) statement follow
328 CMAKE_FOO_OUTPUT_DIRECTORY otherwise all the API tests gets blocked.
330 2016-01-30 Yusuke Suzuki <utatane.tea@gmail.com>
332 Enable SamplingProfiler on POSIX environment
333 https://bugs.webkit.org/show_bug.cgi?id=153584
335 Reviewed by Michael Saboff.
337 Add features.h header check. It will define __GLIBC__.
339 * Source/cmake/OptionsCommon.cmake:
341 2016-01-27 Alexey Proskuryakov <ap@apple.com>
343 Remove ENABLE_CURRENTSRC
344 https://bugs.webkit.org/show_bug.cgi?id=153545
346 Reviewed by Simon Fraser.
348 * Source/cmake/OptionsEfl.cmake:
349 * Source/cmake/OptionsGTK.cmake:
350 * Source/cmake/OptionsMac.cmake:
351 * Source/cmake/OptionsWin.cmake:
352 * Source/cmake/WebKitFeatures.cmake:
353 * Source/cmake/tools/vsprops/FeatureDefines.props:
354 * Source/cmake/tools/vsprops/FeatureDefinesCairo.props:
356 2016-01-25 Alex Christensen <achristensen@webkit.org>
358 Fix internal Windows build
359 https://bugs.webkit.org/show_bug.cgi?id=153469
361 Reviewed by Brent Fulgham.
363 * Source/cmake/WebKitMacros.cmake:
364 Pass the GPERF_EXECUTABLE that we found to make-hash-tools.pl.
366 2016-01-23 Aaron Chu <arona.chu@gmail.com>
368 Web Inspector: AXI: node-link-list should be collapsible
369 https://bugs.webkit.org/show_bug.cgi?id=130911
371 Added a manual test to test the node list in the Accessibility Inspector
373 Reviewed by Timothy Hatcher.
375 * ManualTests/accessibility/collapsible-node-link-list.html: Added.
377 2016-01-22 Alex Christensen <achristensen@webkit.org>
379 Fix internal Windows build
380 https://bugs.webkit.org/show_bug.cgi?id=153385
381 rdar://problem/24310408
383 Reviewed by Brian Weinstein.
385 * Source/cmake/WinTools.make:
386 * Source/cmake/tools/vsprops: Copied from WebKitLibraries/win/tools/vsprops.
387 These property sheets are needed for some projects that are not in this repository
388 and don't use CMake in the official build. We want to leave them unchanged for now.
390 2016-01-22 Alex Christensen <achristensen@webkit.org>
392 Only set CMake output directories if they aren't already set
393 https://bugs.webkit.org/show_bug.cgi?id=153373
395 Reviewed by Michael Catanzaro.
398 r195242 caused Windows builds to copy files to bin instead of bin64.
399 CMAKE_RUNTIME_OUTPUT_DIRECTORY is being set in OptionsWin.cmake, and this was now resetting it.
400 This also makes it so you can set these variables by command line.
402 2016-01-20 Carlos Garcia Campos <cgarcia@igalia.com>
404 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.11.4 release.
406 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
408 2016-01-18 Michael Catanzaro <mcatanzaro@igalia.com>
410 [CMake] Duplicate attempts to find software during cmake stage
411 https://bugs.webkit.org/show_bug.cgi?id=153211
413 Reviewed by Martin Robinson.
415 * CMakeLists.txt: Remove duplication of commands in WebKitCommon.cmake.
416 * Source/cmake/WebKitCommon.cmake: Guard the entire file so it runs only once.
418 2016-01-17 Michael Catanzaro <mcatanzaro@igalia.com>
420 [CMake] Do not build bmalloc when USE_SYSTEM_MALLOC is ON
421 https://bugs.webkit.org/show_bug.cgi?id=153190
423 Reviewed by Csaba Osztrogonác.
425 Build bmalloc when NOT USE_SYSTEM_MALLOC rather than when NOT WIN32.
427 * Source/CMakeLists.txt:
428 * Source/cmake/OptionsWin.cmake:
430 2016-01-16 Jeremy Huddleston Sequoia <jeremyhu@apple.com>
432 [GTK] Use -Wl,-all_load on darwin to include contents of all static archives
434 https://bugs.webkit.org/show_bug.cgi?id=153117
436 Reviewed by Michael Catanzaro.
438 * Source/cmake/OptionsGTK.cmake:
440 2016-01-13 Carlos Garcia Campos <cgarcia@igalia.com>
442 [CMake] Do not use LLVM static libraries for FTL JIT
443 https://bugs.webkit.org/show_bug.cgi?id=151559
445 Reviewed by Michael Catanzaro.
447 Also export LLVM_LIBRARIES variable that can be used to prefer
448 linking to the llvm dynamic libraries.
450 * Source/cmake/FindLLVM.cmake:
452 2016-01-13 Michael Catanzaro <mcatanzaro@igalia.com>
454 [GTK] Add comments above options declarations in OptionsGTK.cmake
455 https://bugs.webkit.org/show_bug.cgi?id=153074
457 Reviewed by Martin Robinson.
459 * Source/cmake/OptionsGTK.cmake:
461 2016-01-12 Carlos Garcia Campos <cgarcia@igalia.com>
463 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.11.3 release.
465 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
467 2016-01-12 Ryosuke Niwa <rniwa@webkit.org>
469 Add a build flag for custom element
470 https://bugs.webkit.org/show_bug.cgi?id=153005
472 Reviewed by Alex Christensen.
474 * Source/cmake/OptionsEfl.cmake:
475 * Source/cmake/OptionsWin.cmake:
476 * Source/cmake/WebKitFeatures.cmake:
478 2016-01-08 Alex Christensen <achristensen@webkit.org>
480 Fix internal Windows build
481 https://bugs.webkit.org/show_bug.cgi?id=152937
483 Reviewed by Brent Fulgham.
485 * Source/cmake/WebKitCommon.cmake:
486 Try looking in the default cygwin installation directory for executables like bison, flex, gperf, and ruby.
487 This is needed on Windows builds that are not driven by cygwin, but need to use the cygwin installations of these tools.
488 This is the effective equivalent of this line in WebKitLibraries/win/tools/vsprops/common.props in the old build system:
489 set PATH=%SystemDrive%\cygwin\bin;%PATH%
491 2016-01-06 Gyuyoung Kim <gyuyoung.kim@webkit.org>
493 [EFL] Set WebKit2 process output name
494 https://bugs.webkit.org/show_bug.cgi?id=152773
496 Reviewed by Benjamin Poulain.
498 If we add *WebKit* prefix to each WK2 process, it is more clear when checking what process is running.
499 So this patch sets wk2 process output name.
501 * Source/cmake/OptionsEfl.cmake:
503 2016-01-05 Zan Dobersek <zdobersek@igalia.com>
505 [CMake] Remove USE_UDIS86 variable
506 https://bugs.webkit.org/show_bug.cgi?id=152731
508 Reviewed by Gyuyoung Kim.
510 Remove the USE_UDIS86 variable in CMake files. The specific build guard
511 is now enabled by default in Source/WTF/wtf/Platform.h, so the handling
512 in CMake isn't required anymore. The Udis86-specific files have to be
513 built unconditionally now, though.
515 * Source/cmake/OptionsEfl.cmake:
516 * Source/cmake/OptionsGTK.cmake:
517 * Source/cmake/OptionsMac.cmake:
519 2016-01-04 Alex Christensen <achristensen@webkit.org>
521 Fix Mac CMake build after r194454.
523 * Source/cmake/OptionsMac.cmake:
524 _macosx, _iphoneos, and _iphonesimulator are used in FeatureDefines.xcconfig but won't be used in CMake.
525 If we actually switch to CMake, we will need to verify that all the feature enabling is equivalent, and it isn't right now.
527 2015-12-31 Michael Catanzaro <mcatanzaro@igalia.com>
529 [GTK][CMake] Do not override default values of build options with the default value
530 https://bugs.webkit.org/show_bug.cgi?id=152615
532 Reviewed by Martin Robinson.
534 Override the default value of build options only when the default value for the GTK+ port
535 is actually different than the default value in WebKitFeatures.cmake. This way we don't
536 accidentally override changes to default values in WebKitFeatures.cmake. We should use the
537 values in WebKitFeatures.cmake except when we make an active choice to do otherwise.
539 * Source/cmake/OptionsGTK.cmake:
541 2015-12-31 Michael Catanzaro <mcatanzaro@igalia.com>
543 [CMake] Add error checking to WEBKIT_OPTION_DEFAULT_PORT_VALUE et. al.
544 https://bugs.webkit.org/show_bug.cgi?id=144069
546 Reviewed by Martin Robinson.
548 * Source/cmake/OptionsWin.cmake:
549 Do not set options that no longer exist.
550 * Source/cmake/WebKitFeatures.cmake:
551 Add error checking to ensure that option names passed to WEBKIT_OPTION_DEFAULT_PORT_VALUE,
552 WEBKIT_OPTION_CONFLICT, and WEBKIT_OPTION_DEPEND are actually valid options that have been
553 previously-defined. Also, add ENABLE_SVG_OTF_CONVERTER build option, defaulted to off since
554 no CMake port was using it.
556 2015-12-31 Michael Catanzaro <mcatanzaro@igalia.com>
558 [CMake] Add error checking to catch option manipulation after WEBKIT_OPTION_END
559 https://bugs.webkit.org/show_bug.cgi?id=152611
561 Reviewed by Martin Robinson.
563 If WEBKIT_OPTION_DEFINE is called after WEBKIT_OPTION_END, the option never makes its way
564 into FEATURE_DEFINES and so will be inconsistently set (available to most of the build, but
565 not to the DOM bindings generator, for example).
567 If WEBKIT_OPTION_DEFAULT_PORT_VALUE, WEBKIT_OPTION_CONFLICT, or WEBKIT_OPTION_DEPEND are
568 called after WEBKIT_OPTION_END, they don't do anything.
570 Add error checking to catch these bugs.
572 * Source/cmake/WebKitFeatures.cmake:
574 2015-12-30 Philippe Normand <pnormand@igalia.com>
576 [GTK][Mac] Disable gtk-doc
577 https://bugs.webkit.org/show_bug.cgi?id=150798
579 Reviewed by Michael Catanzaro.
581 * Source/PlatformGTK.cmake: gtkdoc-scangobj fails due to a clang
582 link error on Mac, so for now disable gtk-doc support on that
584 * Source/cmake/OptionsGTK.cmake: Ditto.
586 2015-12-23 Andy VanWagoner <andy@instructure.com>
588 [INTL] Implement Intl.DateTimeFormat.prototype.resolvedOptions ()
589 https://bugs.webkit.org/show_bug.cgi?id=147603
591 Reviewed by Benjamin Poulain.
593 * Source/cmake/OptionsWin.cmake: Disable INTL on Windows for now
595 2015-12-16 Youenn Fablet <youenn.fablet@crf.canon.fr>
597 [Fetch API] Add fetch API compile time flag
598 https://bugs.webkit.org/show_bug.cgi?id=152254
600 Reviewed by Darin Adler.
602 * Source/cmake/OptionsWin.cmake:
603 * Source/cmake/WebKitFeatures.cmake:
605 2015-12-10 Brent Fulgham <bfulgham@apple.com>
607 [Win] Support building under Cygwin or native Perl
608 https://bugs.webkit.org/show_bug.cgi?id=152145
609 <rdar://problem/23839868>
611 Reviewed by David Kilzer.
613 * Source/cmake/tools/scripts/auto-version.pl: Correct handling of mixed DOS filenames when used in a
617 2015-12-09 Daniel Bates <dabates@apple.com>
619 [iOS] Suspend and resume device motion and device orientation updates when page is hidden and visible, respectively
620 https://bugs.webkit.org/show_bug.cgi?id=151840
621 <rdar://problem/23753931>
623 Reviewed by Simon Fraser.
625 Add a manual test that can be used to verify that we suspend dispatching device motion and
626 device orientation events when the page is hidden.
628 * ManualTests/ios/resources/suspend-orientation-and-motion-events-when-page-becomes-hidden.js: Added.
631 (handleVisibilityChange):
632 * ManualTests/ios/suspend-orientation-and-motion-events-when-page-becomes-hidden.html: Added.
634 2015-12-07 Alex Christensen <achristensen@webkit.org>
636 Fix internal Windows build
637 https://bugs.webkit.org/show_bug.cgi?id=151950
639 Reviewed by Brent Fulgham.
641 * Source/cmake/tools/scripts/auto-version.pl:
643 2015-12-01 Yusuke Suzuki <utatane.tea@gmail.com>
645 [ES6] Implement LLInt/Baseline Support for ES6 Generators and enable this feature
646 https://bugs.webkit.org/show_bug.cgi?id=150792
648 Reviewed by Saam Barati.
650 * Source/cmake/OptionsWin.cmake:
651 * Source/cmake/WebKitFeatures.cmake:
653 2015-12-01 Commit Queue <commit-queue@webkit.org>
655 Unreviewed, rolling out r192914.
656 https://bugs.webkit.org/show_bug.cgi?id=151734
658 JSC tests for this change are failing on 32 and 64-bit bots
659 (Requested by ryanhaddad on #webkit).
663 "[ES6] Implement LLInt/Baseline Support for ES6 Generators and
665 https://bugs.webkit.org/show_bug.cgi?id=150792
666 http://trac.webkit.org/changeset/192914
668 2015-12-01 Yusuke Suzuki <utatane.tea@gmail.com>
670 [ES6] Implement LLInt/Baseline Support for ES6 Generators and enable this feature
671 https://bugs.webkit.org/show_bug.cgi?id=150792
673 Reviewed by Saam Barati.
675 * Source/cmake/OptionsWin.cmake:
676 * Source/cmake/WebKitFeatures.cmake:
678 2015-11-23 Carlos Garcia Campos <cgarcia@igalia.com>
680 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.11.2 release.
682 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
684 2015-11-20 Alex Christensen <achristensen@webkit.org>
686 Remove NETWORK_PROCESS compile flag
687 https://bugs.webkit.org/show_bug.cgi?id=151512
689 Reviewed by Tim Horton.
691 * Source/cmake/OptionsEfl.cmake:
692 * Source/cmake/OptionsGTK.cmake:
693 * Source/cmake/OptionsMac.cmake:
694 * Source/cmake/WebKitFeatures.cmake:
696 2015-11-20 Csaba Osztrogonác <ossy@webkit.org>
698 [EFL] Enable FTL JIT by default on X86_64
699 https://bugs.webkit.org/show_bug.cgi?id=143822
701 Reviewed by Carlos Garcia Campos.
703 * Source/cmake/OptionsEfl.cmake:
705 2015-11-19 Commit Queue <commit-queue@webkit.org>
707 Unreviewed, rolling out r192667 and r192668.
708 https://bugs.webkit.org/show_bug.cgi?id=151476
710 broke api tests (Requested by alexchristensen on #webkit).
714 "Remove the non-NetworkProcess configurations"
715 https://bugs.webkit.org/show_bug.cgi?id=151418
716 http://trac.webkit.org/changeset/192667
718 "Fix GTK Build after r192667."
719 http://trac.webkit.org/changeset/192668
721 2015-11-19 Alex Christensen <achristensen@webkit.org>
723 Remove the non-NetworkProcess configurations
724 https://bugs.webkit.org/show_bug.cgi?id=151418
726 Reviewed by Geoffrey Garen.
728 * Source/cmake/OptionsEfl.cmake:
729 * Source/cmake/OptionsGTK.cmake:
730 * Source/cmake/OptionsMac.cmake:
731 * Source/cmake/WebKitFeatures.cmake:
733 2015-11-17 Carlos Garcia Campos <cgarcia@igalia.com>
735 REGRESSION(r192459): [GTK] User agent string is broken after r192459
736 https://bugs.webkit.org/show_bug.cgi?id=151347
738 Reviewed by Žan Doberšek.
740 Pass UA version numbers as strings to the build.
742 * Source/cmake/OptionsGTK.cmake:
744 2015-11-16 Alex Christensen <achristensen@webkit.org>
746 Fix CMake build and make PluginProcess executable
747 https://bugs.webkit.org/show_bug.cgi?id=151332
749 Reviewed by Tim Horton.
751 * Source/cmake/OptionsMac.cmake:
753 2015-11-16 Carlos Garcia Campos <cgarcia@igalia.com>
755 [GTK] Use FTL by default when LLVM 3.7 is available
756 https://bugs.webkit.org/show_bug.cgi?id=142128
758 Reviewed by Csaba Osztrogonác.
760 Enable FTL by default when architecture is X86_64. It requires
761 LLVM 3.7, but can be disabled manually as a cmake configure
764 * Source/cmake/FindLLVM.cmake: In debian llvm-config is only
765 available if the metapackage is installed and it points to
766 llvm-config-3.5. So, here we check first if the llvm-config is
767 from a recent enough version, and if not we check several
768 llvm-config-<version> programs, so this should work on any distro.
769 * Source/cmake/OptionsGTK.cmake: Enable FTL by default when
770 target architecture is X86_64, and check the LLVM is at least
771 3.7. The option is now public, since we want people to be able to
774 2015-11-11 Anders Carlsson <andersca@apple.com>
776 Enable cross-platform context menus by default
777 https://bugs.webkit.org/show_bug.cgi?id=151173
779 Reviewed by Tim Horton.
781 * Source/cmake/OptionsEfl.cmake:
783 2015-11-12 Csaba Osztrogonác <ossy@webkit.org>
785 Remove ENABLE(SATURATED_LAYOUT_ARITHMETIC) guards
786 https://bugs.webkit.org/show_bug.cgi?id=150972
788 Reviewed by Darin Adler.
790 * Source/cmake/OptionsMac.cmake:
791 * Source/cmake/WebKitFeatures.cmake:
793 2015-11-11 Philippe Normand <pnormand@igalia.com>
795 [GTK][Mac] don't install .frameworks
796 https://bugs.webkit.org/show_bug.cgi?id=151136
798 Reviewed by Alex Christensen.
800 * Source/cmake/WebKitMacros.cmake: Don't install framework files when building the GTK port on Mac.
802 2015-11-10 Pranjal Jumde <pjumde@apple.com>
804 Fixed crash loading Mozilla layout test editor/libeditor/crashtests/431086-1.xhtml.
805 https://bugs.webkit.org/show_bug.cgi?id=150252
806 <rdar://problem/23149470>
808 Reviewed by Brent Fulgham.
811 * Source/WebCore/editing/ios/EditorIOS.mm
812 * Source/WebCore/editing/mac/EditorMac.mm
813 In Editor::fontForSelection moved the node removal code, so that the
814 node is only removed if style is not NULL.
815 * Source/WebCore/editing/cocoa/EditorCocoa.mm
816 In Editor::styleForSelectionStart checking if the parentNode can
817 accept the styleElement node.
818 * LayoutTests/editing/execCommand/150252.xhtml
819 * LayoutTests/editing/execCommand/150252_minimal.xhtml
820 * LayoutTests/editing/execCommand/150252-expected.txt
821 * LayoutTests/editing/execCommand/150252_minimal-expected.txt
823 2015-11-09 Pranjal Jumde <pjumde@apple.com>
825 Fixed crash loading Mozilla layout test editor/libeditor/crashtests/431086-1.xhtml.
826 https://bugs.webkit.org/show_bug.cgi?id=150252
827 <rdar://problem/23149470>
829 Reviewed by Brent Fulgham.
831 * Source/WebCore/editing/ios/EditorIOS.mm
832 * Source/WebCore/editing/mac/EditorMac.mm
833 In Editor::fontForSelection moved the node removal code, so that the
834 node is only removed if style is not NULL.
835 * LayoutTests/editing/execCommand/150252.xhtml
836 * LayoutTests/editing/execCommand/150252_minimal.xhtml
837 * LayoutTests/editing/execCommand/150252-expected.txt
838 * LayoutTests/editing/execCommand/150252_minimal-expected.txt
840 2015-11-06 Daniel Bates <dabates@apple.com>
842 Teach Makefile to build LayoutTestRelay when building for iOS Simulator
843 https://bugs.webkit.org/show_bug.cgi?id=150849
845 Reviewed by Alexey Proskuryakov.
847 Add support for overriding the user-provided arguments SDKROOT and ARCHS
848 on a per Makefile basis.
852 2015-11-06 Philippe Normand <pnormand@igalia.com>
854 Unreviewed, GTK build fix after r192095.
856 * Source/cmake/FindGTK3.cmake:
858 2015-11-06 Philip Chimento <philip.chimento@gmail.com> and Michael Catanzaro <mcatanzaro@igalia.com>
860 [GTK] Re-enable Quartz backend on cmake build system
861 https://bugs.webkit.org/show_bug.cgi?id=144561
863 Reviewed by Philippe Normand.
865 * Source/cmake/FindGTK3.cmake: Set GTK3_SUPPORTS_QUARTZ based on
866 the presence of of gtk+-quartz-3.0 module.
867 * Source/cmake/OptionsGTK.cmake: Reintroduce the
868 ENABLE_QUARTZ_TARGET option to the CMake build, for building the
869 GTK+ Quartz backend on OS X.
871 2015-11-05 Nikos Andronikos <nikos.andronikos-webkit@cisra.canon.com.au>
873 Add runtime and compile time flags for enabling Web Animations API and model.
874 https://bugs.webkit.org/show_bug.cgi?id=150914
876 Reviewed by Benjamin Poulain.
878 Add ENABLE_WEB_ANIMATIONS compile time flag, runtime flag webAnimationsEnabled and Expose WK2 preference for runtime flag.
880 * Source/cmake/OptionsWin.cmake:
881 * Source/cmake/WebKitFeatures.cmake:
883 2015-11-03 Brent Fulgham <bfulgham@apple.com>
885 [Win] CMake build update.
887 Rubberstamped by Tim Horton.
889 * Source/PlatformWin.cmake: Add internal tool to build
890 rules for internal use.
892 2015-11-03 Carlos Garcia Campos <cgarcia@igalia.com>
894 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.11.1 release.
896 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
898 2015-11-02 Philippe Normand <pnormand@igalia.com>
900 [Mac][GTK] Disable Ninja response file support
901 https://bugs.webkit.org/show_bug.cgi?id=150801
903 Reviewed by Alex Christensen.
905 * Source/cmake/OptionsCommon.cmake: The OSX toolchain doesn't
906 support response files, so instruct Ninja to not generate those.
908 2015-11-02 Csaba Osztrogonác <ossy@webkit.org>
910 Fix the FTL JIT build with system LLVM on Linux
911 https://bugs.webkit.org/show_bug.cgi?id=150795
913 Reviewed by Filip Pizlo.
915 * Source/cmake/FindLLVM.cmake:
917 2015-11-02 Carlos Garcia Campos <cgarcia@igalia.com>
919 Unreviewed. Bump GTK+ versions numbers.
921 * Source/cmake/OptionsGTK.cmake:
923 2015-11-01 Yusuke Suzuki <utatane.tea@gmail.com>
925 [ES6] Support Generator Syntax
926 https://bugs.webkit.org/show_bug.cgi?id=150769
928 Reviewed by Geoffrey Garen.
930 Added ENABLE_ES6_GENERATORS flag.
932 * Source/cmake/OptionsWin.cmake:
933 * Source/cmake/WebKitFeatures.cmake:
935 2015-10-30 Gyuyoung Kim <gyuyoung.kim@webkit.org>
937 [EFL] Add Shadow DOM feature
938 https://bugs.webkit.org/show_bug.cgi?id=150611
940 Reviewed by Csaba Osztrogonác.
942 * Source/cmake/OptionsEfl.cmake:
943 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_SHADOW_DOM cmake variable.
945 2015-10-29 Alex Christensen <achristensen@webkit.org>
948 https://bugs.webkit.org/show_bug.cgi?id=150686
950 Reviewed by Filip Pizlo.
952 * Source/cmake/WebKitMacros.cmake:
954 2015-10-28 Alex Christensen <achristensen@webkit.org>
956 Compile and link with CMake on Mac
957 https://bugs.webkit.org/show_bug.cgi?id=150632
959 Reviewed by Tim Horton.
961 * Source/cmake/OptionsMac.cmake:
963 2015-10-26 Dana Burkart <dburkart@apple.com>
965 `make analyze` should build using the debug configuration
966 https://bugs.webkit.org/show_bug.cgi?id=150571
968 Reviewed by Lucas Forschler.
972 2015-10-26 Philippe Normand <pnormand@igalia.com>
974 Unreviewed, rolling out r191576.
976 broke the http/tests/media tests
980 "[GStreamer] Bump internal jhbuild versions to 1.6.0"
981 https://bugs.webkit.org/show_bug.cgi?id=149594
982 http://trac.webkit.org/changeset/191576
984 2015-10-26 ChangSeok Oh <changseok.oh@collabora.com>
986 [GStreamer] Bump internal jhbuild versions to 1.6.0
987 https://bugs.webkit.org/show_bug.cgi?id=149594
989 Reviewed by Philippe Normand.
991 Bump up the minimum reqirement version of gstreamer-gl to 1.6.0.
993 * Source/cmake/FindGStreamer.cmake:
995 2015-10-22 Philippe Normand <pnormand@igalia.com>
997 [GTK][Mac] ICU-related build fixes
998 https://bugs.webkit.org/show_bug.cgi?id=150032
1000 Rubber-stamped by Darin Adler.
1002 * Source/cmake/FindICU.cmake: Use pkg-config to hint at icu-i18n's library location.
1004 2015-10-20 Yoav Weiss <yoav@yoav.ws>
1006 Rename the PICTURE_SIZES flag to CURRENTSRC
1007 https://bugs.webkit.org/show_bug.cgi?id=150275
1009 Reviewed by Dean Jackson.
1011 * Source/cmake/OptionsEfl.cmake:
1012 * Source/cmake/OptionsGTK.cmake:
1013 * Source/cmake/OptionsMac.cmake:
1014 * Source/cmake/OptionsWin.cmake:
1015 * Source/cmake/WebKitFeatures.cmake:
1017 2015-10-14 Tomas Popela <tpopela@redhat.com>
1019 [GTK][EFL] Fix build with cmake 3.4
1020 https://bugs.webkit.org/show_bug.cgi?id=150117
1022 Explicitely include the CheckIncludeFiles module before using
1023 the CHECK_INCLUDE_FILES command.
1025 Reviewed by Žan Doberšek.
1027 * Source/cmake/FindOpenGL.cmake:
1028 * Source/cmake/FindWebP.cmake:
1029 * Source/cmake/OptionsEfl.cmake:
1031 2015-10-13 Dean Jackson <dino@apple.com>
1033 Device motion and orientation should only be visible from the main frame's security origin
1034 https://bugs.webkit.org/show_bug.cgi?id=150072
1035 <rdar://problem/23082036>
1037 Reviewed by Brent Fulgham.
1039 Add a manual test for cross-origin device orientation events, while
1040 we're waiting on the mock client to be supported everywhere.
1042 * ManualTests/deviceorientation-child-frame.html: Added.
1043 * ManualTests/deviceorientation-main-frame-only.html: Added.
1045 2015-10-12 Philip Chimento <philip.chimento@gmail.com>
1047 [GTK] OSX linker doesn't understand --whole-archive
1048 https://bugs.webkit.org/show_bug.cgi?id=144557
1050 Reviewed by Martin Robinson.
1052 * Source/cmake/OptionsGTK.cmake: Turn the macro
1053 ADD_WHOLE_ARCHIVE_TO_LIBRARIES into a no-op on Darwin systems,
1054 because XCode's linker doesn't have the --whole-archive option.
1056 2015-10-12 Philip Chimento <philip.chimento@gmail.com>
1058 [GTK] Use --version-script only on Linux
1059 https://bugs.webkit.org/show_bug.cgi?id=144555
1061 Reviewed by Philippe Normand.
1063 * Source/cmake/OptionsGTK.cmake: Don't add --version-script
1064 option on Darwin (whose linker doesn't support it.)
1066 2015-10-09 Gyuyoung Kim <gyuyoung.kim@webkit.org>
1068 [CMake] Remove ENABLE_SUBPIXEL_LAYOUT macro
1069 https://bugs.webkit.org/show_bug.cgi?id=149947
1071 Reviewed by Csaba Osztrogonác.
1073 ENABLE(SUBPIXEL_LAYOUT) was removed though, it is still alive in .cmake.
1076 * Source/cmake/OptionsMac.cmake:
1077 * Source/cmake/OptionsWin.cmake:
1078 * Source/cmake/WebKitFeatures.cmake:
1080 2015-10-06 Emanuele Aina <emanuele.aina@collabora.com>
1082 Fix ENABLE_OPENGL=OFF builds
1083 https://bugs.webkit.org/show_bug.cgi?id=146511
1085 Reviewed by Darin Adler.
1087 * Source/cmake/OptionsGTK.cmake: Make ENABLE_WAYLAND_TARGET depend on
1088 ENABLE_OPENGL due to EGL usage.
1090 2015-10-01 Wenson Hsieh <wenson_hsieh@apple.com>
1092 Convert focused-input-should-assist-on-touch.html into an automated test
1093 https://bugs.webkit.org/show_bug.cgi?id=149724
1095 Reviewed by Simon Fraser.
1097 Remove a manual test that can now be rewritten as an automated test.
1099 * ManualTests/ios/focused-input-should-assist-on-touch.html: Removed.
1101 2015-10-01 Brent Fulgham <bfulgham@apple.com>
1103 [Win] Unreviewed CMake build fix.
1105 * Source/cmake/OptionsWin.cmake: Clean up options setttings,
1106 and make sure exception handling is turned off.
1108 2015-09-30 Brent Fulgham <bfulgham@apple.com>
1110 [Win] Unreviewed build fix after CMake conversion.
1112 * Source/cmake/OptionsWin.cmake: Correct some Windows build flags.
1114 2015-09-29 Michael Catanzaro <mcatanzaro@igalia.com>
1116 [GTK][CMake] Warning about CMP0058
1117 https://bugs.webkit.org/show_bug.cgi?id=149627
1119 Reviewed by Martin Robinson.
1121 Opt-in to the new behavior for CMP0058.
1125 2015-09-28 Brent Fulgham <bfulgham@apple.com>
1127 [Win] Unreviewed build fix for internal systems.
1129 * Source/cmake/OptionsWin.cmake: Preferentially use the build target
1130 location for include and link libraries, rather than the system locations.
1132 2015-09-28 Alex Christensen <achristensen@webkit.org>
1134 Build WK1 with CMake on Mac
1135 https://bugs.webkit.org/show_bug.cgi?id=149604
1137 Reviewed by Chris Dumez.
1139 * Source/cmake/OptionsMac.cmake:
1140 * Source/cmake/WebKitMacros.cmake:
1141 ObjC bindings now have their own list of IDL files, but some of them still don't generate a .mm file.
1143 2015-09-25 Alex Christensen <achristensen@webkit.org>
1145 Clean up CMake build on Mac
1146 https://bugs.webkit.org/show_bug.cgi?id=149573
1148 Reviewed by Chris Dumez.
1150 * Source/cmake/OptionsMac.cmake:
1152 2015-09-25 Alex Christensen <achristensen@webkit.org>
1154 [Win] Switch to CMake
1155 https://bugs.webkit.org/show_bug.cgi?id=148111
1157 Reviewed by Brent Fulgham.
1159 * Source/cmake/WinTools.make: Added.
1160 * Source/cmake/tools: Added.
1161 * Source/cmake/tools/scripts: Copied from WebKitLibraries/win/tools/scripts.
1162 * Source/cmake/tools/scripts/auto-version.pl: Copied from WebKitLibraries/win/tools/scripts/auto-version.pl.
1164 2015-09-25 Alex Christensen <achristensen@webkit.org>
1166 Prepare internal AppleWin build for CMake
1167 https://bugs.webkit.org/show_bug.cgi?id=149570
1169 Reviewed by Brent Fulgham.
1171 * Source/PlatformWin.cmake:
1172 Include internal CMake files if they exist.
1174 2015-09-22 Gyuyoung Kim <gyuyoung.kim@webkit.org>
1176 Add a file of pointer-lock to cmake ports
1177 https://bugs.webkit.org/show_bug.cgi?id=149453
1179 Reviewed by Csaba Osztrogonác.
1181 * Source/cmake/OptionsEfl.cmake: Add a ENABLE_POINTER_LOCK.
1183 2015-09-22 Carlos Alberto Lopez Perez <clopez@igalia.com>
1185 [CMake] Allow to enable OpenMP support.
1186 https://bugs.webkit.org/show_bug.cgi?id=149457
1188 Reviewed by Csaba Osztrogonác.
1190 * Source/cmake/OptionsCommon.cmake: Add the option USE_OPENMP that
1191 will enable the support for OpenMP. Currently this is only used as
1192 an alternative implementation to native threads for the parallelization
1193 of the SVG filters. But name the option with a generic name (USE_OPENMP)
1194 as it could be also used to enable future features that depend on OpenMP.
1196 2015-09-22 Ryuan Choi <ryuan.choi@navercorp.com>
1198 [EFL] Build break when DEVELOPER_MODE is OFF
1199 https://bugs.webkit.org/show_bug.cgi?id=149448
1201 Reviewed by Gyuyoung Kim.
1203 Since r187191, DatabaseProcessMainUnix is missing in symbol filter.
1205 * Source/cmake/eflsymbols.filter:
1207 2015-09-21 Alex Christensen <achristensen@webkit.org>
1209 Disable PICTURE_SIZES in Windows CMake build like r189745.
1210 https://bugs.webkit.org/show_bug.cgi?id=149125
1212 * Source/cmake/OptionsWin.cmake:
1213 Do the same thing as r189745.
1215 2015-09-20 Youenn Fablet <youenn.fablet@crf.canon.fr>
1217 Removing XHR_TIMEOUT guard
1219 Remove XHR_TIMEOUT compilation guard
1220 https://bugs.webkit.org/show_bug.cgi?id=149260
1222 Reviewed by Benjamin Poulain.
1224 * Source/cmake/OptionsEfl.cmake:
1225 * Source/cmake/OptionsGTK.cmake:
1226 * Source/cmake/OptionsMac.cmake:
1227 * Source/cmake/OptionsWin.cmake:
1228 * Source/cmake/WebKitFeatures.cmake:
1230 2015-09-18 Alex Christensen <achristensen@webkit.org>
1232 Fix tests on Windows after switching to CMake.
1233 https://bugs.webkit.org/show_bug.cgi?id=149339
1235 Reviewed by Brent Fulgham.
1237 * Source/PlatformWin.cmake: Added to copy WebInspectorUI.
1239 2015-09-17 Alex Christensen <achristensen@webkit.org>
1241 Fix Windows EWS build after r189934.
1243 * Source/cmake/OptionsWin.cmake:
1244 Use WEBKIT_LIBRARIES environment variable if it exists.
1245 We have the WebKitLibraries directory separate from the repository copy on the EWS bots.
1247 2015-09-15 Ryosuke Niwa <rniwa@webkit.org>
1249 Add ShadowRoot interface and Element.prototype.attachShadow
1250 https://bugs.webkit.org/show_bug.cgi?id=149187
1252 Reviewed by Antti Koivisto.
1254 * Source/cmake/OptionsGTK.cmake:
1256 2015-09-15 Csaba Osztrogonác <ossy@webkit.org>
1258 [cmake] Enable debug fission only if it is supported
1259 https://bugs.webkit.org/show_bug.cgi?id=149161
1261 Reviewed by Martin Robinson.
1263 * Source/cmake/OptionsCommon.cmake:
1265 2015-09-14 Alex Christensen <achristensen@webkit.org>
1267 Progress towards CMake on Mac.
1268 https://bugs.webkit.org/show_bug.cgi?id=149123
1270 Reviewed by Chris Dumez.
1272 * Source/cmake/OptionsMac.cmake:
1273 * Source/cmake/WebKitFeatures.cmake:
1274 Defined and enabled some more features needed on Mac.
1275 * Source/cmake/WebKitMacros.cmake:
1276 Objective C bindings need special changes when generating:
1277 Some of the bindings do not generate a .mm file but the header is needed.
1278 Some of the bindings do generate a .mm file that doesn't compile but the header is needed.
1279 In order to handle these cases, it is necessary to change the GENERATE_BINDINGS macro just for ObjC.
1281 2015-09-08 Daniel Bates <dabates@apple.com>
1283 Convert manual test added in http://trac.webkit.org/changeset/70321 to an automated test
1284 https://bugs.webkit.org/show_bug.cgi?id=74729
1285 <rdar://problem/22550195>
1287 Reviewed by Jon Honeycutt.
1289 * ManualTests/compositing/resources/composited-subframe.html: Removed.
1290 * ManualTests/compositing/show-composited-iframe-on-back-button.html: Removed.
1292 2015-09-06 Andy Estes <aestes@apple.com>
1294 WebKit.xcworkspace should be be able to build iOS platforms
1295 https://bugs.webkit.org/show_bug.cgi?id=148881
1297 Reviewed by Daniel Bates.
1299 Since we don't want to create platform-specific schemes, all projects in the workspace's schemes need to build
1300 for all supported platforms.
1302 * WebKit.xcworkspace/xcshareddata/xcschemes/All Tools.xcscheme: Removed the DumpRenderTree target since its All
1303 target was already included. Removed the WebKitTestRunner target and replaced it with its All target.
1305 2015-09-04 Jon Honeycutt <jhoneycutt@apple.com>
1307 [iOS] Need a test for bug #145539: Uploading an animated GIF from the
1308 photo library uploads a JPEG
1309 https://bugs.webkit.org/show_bug.cgi?id=148849
1311 Reviewed by Daniel Bates.
1313 * ManualTests/ios/image-file-uploads-as-original-type.html: Added.
1314 On the Mac, file upload tests use EventSender::beginDragWithFiles. This
1315 functionality doesn't exist on iOS, so we'll add a manual test.
1316 This tests that the first few bytes of the selected file are "GIF".
1318 2015-09-04 Carlos Alberto Lopez Perez <clopez@igalia.com>
1320 Follow-up patch for r189343.
1321 https://bugs.webkit.org/show_bug.cgi?id=148795
1323 Rubber-stamped by Csaba Osztrogonác.
1325 * Source/cmake/WebKitCommon.cmake: Relax the Ruby version requirement
1326 to 1.9, since this seems to be enough to fix the build failure.
1327 And 2.0 may cause problems for developers using some distributions like Ubuntu.
1329 2015-09-04 Emanuele Aina <emanuele.aina@collabora.com>
1331 [CMake] Trigger the memory-reduction tricks on armhf too
1332 https://bugs.webkit.org/show_bug.cgi?id=146640
1334 Reviewed by Csaba Osztrogonác.
1336 * Source/cmake/OptionsCommon.cmake:
1337 Activate --no-keep-memory even on armhf to reduce the amount of memory
1338 needed during linking, to avoid out-of-memory failures as much as
1341 2015-09-04 Carlos Alberto Lopez Perez <clopez@igalia.com>
1343 REGRESSION(r189293): JavaScriptCore/offlineasm/x86.rb -- Build failure with ruby < 2.0
1344 https://bugs.webkit.org/show_bug.cgi?id=148795
1346 Rubber-stamped by Carlos Garcia Campos.
1348 * Source/cmake/WebKitCommon.cmake: Require now at least Ruby 2.0
1350 2015-09-02 Alex Christensen <achristensen@webkit.org>
1352 Make bison grammar compatible with bison 2.1
1353 https://bugs.webkit.org/show_bug.cgi?id=148731
1355 Reviewed by Tim Horton.
1357 * Source/cmake/WebKitCommon.cmake:
1360 2015-08-31 Carlos Alberto Lopez Perez <clopez@igalia.com>
1362 [CMake] Build with Debug Fission on by default on Debug builds.
1363 https://bugs.webkit.org/show_bug.cgi?id=148639
1365 Reviewed by Martin Robinson.
1367 * Source/cmake/OptionsCommon.cmake:
1369 2015-08-29 Alex Christensen <achristensen@webkit.org>
1371 Unreviewed build fix after r179923.
1373 * Source/CMakeLists.txt:
1374 bmalloc isn't ported to Windows yet.
1376 2015-08-27 Alex Christensen <achristensen@webkit.org>
1378 Isolate Source directories in CMake build
1379 https://bugs.webkit.org/show_bug.cgi?id=148389
1381 Reviewed by Brent Fulgham.
1384 * Source/cmake/WebKitCommon.cmake:
1385 Move package finding to WebKitCommon.
1387 2015-08-26 Per Arne Vollan <peavo@outlook.com>
1389 [Win] Build does not generate debug info.
1390 https://bugs.webkit.org/show_bug.cgi?id=148431
1392 Reviewed by Alex Christensen.
1394 Generate debug info for Windows builds.
1396 * Source/cmake/OptionsWin.cmake:
1398 2015-08-26 Michael Catanzaro <mcatanzaro@igalia.com>
1400 [GTK] Disable ACCELERATED_2D_CANVAS by default
1401 https://bugs.webkit.org/show_bug.cgi?id=148473
1403 Reviewed by Martin Robinson.
1405 Currently ACCELERATED_2D_CANVAS is enabled by default on most systems (which have CairoGL)
1406 but not on Debian (which does not). We've known this was problematic for a while, since it
1407 means we have two different sets of distro-dependent bugs, but never decided whether that
1408 outweighed the benefits of CarioGL or not. I'm making the call now: it's more important to
1409 have the same bugs everywhere. We can turn this on again for other distros when we're ready
1410 to turn it on for Debian.
1412 Also, properly fail the build if ENABLE_ACCELERATED_2D_CANVAS is enabled but CairoGL is not
1415 * Source/cmake/OptionsGTK.cmake:
1417 2015-08-25 Commit Queue <commit-queue@webkit.org>
1419 Unreviewed, rolling out r188919.
1420 https://bugs.webkit.org/show_bug.cgi?id=148452
1422 broke build (Requested by alexchristensen on #webkit).
1426 "[Win] Build does not generate debug info."
1427 https://bugs.webkit.org/show_bug.cgi?id=148431
1428 http://trac.webkit.org/changeset/188919
1430 2015-08-25 Michael Catanzaro <mcatanzaro@igalia.com>
1432 [GTK] r186800 broke the build on Ubuntu 14.04
1433 https://bugs.webkit.org/show_bug.cgi?id=147559
1435 Reviewed by Martin Robinson.
1437 * Source/cmake/FindGTK3.cmake: Always define GTK3_SUPPORTS_X11 and GTK3_SUPPORTS_WAYLAND.
1438 * Source/cmake/OptionsGTK.cmake: Autodetect support for X11 and Wayland backends.
1440 2015-08-25 Per Arne Vollan <peavo@outlook.com>
1442 [Win] Build does not generate debug info.
1443 https://bugs.webkit.org/show_bug.cgi?id=148431
1445 Reviewed by Brent Fulgham.
1447 Generate debug info for Windows builds.
1449 * Source/cmake/OptionsWin.cmake:
1451 2015-08-20 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
1453 [GTK] Auto-detection of cairo-gl fails
1454 https://bugs.webkit.org/show_bug.cgi?id=148189
1456 Reviewed by Žan Doberšek.
1458 * Source/cmake/FindCairoGL.cmake: only check for components if the main package has
1459 been found. Otherwise, if either GLX or EGL are available, cairo-gl will also be
1460 deemed available, which might not be the case.
1461 * Source/cmake/OptionsGTK.cmake: fix the usage of the CAIROGL_FOUND variable.
1463 2015-08-19 Alex Christensen <achristensen@webkit.org>
1465 CMake Windows build should not include files directly from other Source directories
1466 https://bugs.webkit.org/show_bug.cgi?id=148198
1468 Reviewed by Brent Fulgham.
1470 * Source/cmake/WebKitMacros.cmake:
1472 2015-08-19 Alex Christensen <achristensen@webkit.org>
1474 Build TestWTF on Mac with CMake.
1475 https://bugs.webkit.org/show_bug.cgi?id=147972
1477 Reviewed by Tim Horton.
1479 * Source/cmake/OptionsMac.cmake:
1480 Enable API tests in Mac's CMake build.
1482 2015-08-18 Alex Christensen <achristensen@webkit.org>
1484 [CMake] REGRESSION(r188540): WebKitTestRunner is not longer built and all the tests (layout and perf) fail.
1485 https://bugs.webkit.org/show_bug.cgi?id=148127
1487 Reviewed by Martin Robinson.
1490 TOOLS_DIR hasn't been set yet since its defining has been moved to WebKitFS.
1492 2015-08-17 Alex Christensen <achristensen@webkit.org>
1494 [Win CMake] Allow WebKitLibraries directory to be set from the command line
1495 https://bugs.webkit.org/show_bug.cgi?id=148112
1497 Reviewed by Brent Fulgham.
1499 * Source/cmake/OptionsWin.cmake:
1500 Don't use an environment variable for WEBKIT_LIBRARIES_DIR.
1501 Instead, use the default location if nothing is passed in from the command line.
1502 This way we can set it from the command line for the AppleInternal build.
1503 Also, set the output directories to be consistent between the old and new build systems (and ninja).
1505 2015-08-17 Alex Christensen <achristensen@webkit.org>
1507 Build Debug Suffix on Windows with CMake
1508 https://bugs.webkit.org/show_bug.cgi?id=148083
1510 Reviewed by Brent Fulgham.
1512 * Source/cmake/OptionsWin.cmake:
1513 Use debug libraries in debug suffix builds.
1515 2015-08-17 Alex Christensen <achristensen@webkit.org>
1517 Move some commands from ./CMakeLists.txt to Source/cmake
1518 https://bugs.webkit.org/show_bug.cgi?id=148003
1520 Reviewed by Brent Fulgham.
1523 Moved functionality to WebKitCommon.cmake and WebKitFS.cmake and made conditional
1524 so we can change directory structure from command line parameters.
1525 * Source/cmake/OptionsAppleWin.cmake:
1526 * Source/cmake/OptionsWin.cmake: Copied from Source/cmake/OptionsWindows.cmake.
1527 * Source/cmake/OptionsWinCairo.cmake:
1528 * Source/cmake/OptionsWindows.cmake: Removed.
1529 * Source/cmake/WebKitCommon.cmake: Added.
1530 * Source/cmake/WebKitFS.cmake:
1532 2015-08-13 Commit Queue <commit-queue@webkit.org>
1534 Unreviewed, rolling out r188428.
1535 https://bugs.webkit.org/show_bug.cgi?id=148015
1537 broke cmake build (Requested by alexchristensen on #webkit).
1541 "Move some commands from ./CMakeLists.txt to Source/cmake"
1542 https://bugs.webkit.org/show_bug.cgi?id=148003
1543 http://trac.webkit.org/changeset/188428
1545 2015-08-13 Alex Christensen <achristensen@webkit.org>
1547 Move some commands from ./CMakeLists.txt to Source/cmake
1548 https://bugs.webkit.org/show_bug.cgi?id=148003
1550 Reviewed by Brent Fulgham.
1553 Moved functionality to WebKitCommon.cmake and WebKitFS.cmake and made conditional
1554 so we can change directory structure from command line parameters.
1555 * Source/cmake/WebKitCommon.cmake: Added.
1556 * Source/cmake/WebKitFS.cmake:
1558 2015-08-13 Wenson Hsieh <wenson_hsieh@apple.com>
1560 A focused node should not be assisted when handling touch events synchronously
1561 https://bugs.webkit.org/show_bug.cgi?id=147836
1563 Reviewed by Enrica Casucci.
1565 Added manual tests for keyboard assistance behavior due to receiving touch events on iOS.
1567 * ManualTests/ios/focused-input-should-assist-on-touch.html: Checks that a currently focused
1568 input can still be assisted due to a touch event.
1569 * ManualTests/ios/keyboard-should-not-show-on-touch-event.html: Checks that handling a touch
1570 event does not automatically cause us to assist the currently focused node.
1572 2015-08-12 Alex Christensen <achristensen@webkit.org>
1574 Fix Debug CMake builds on Windows
1575 https://bugs.webkit.org/show_bug.cgi?id=147940
1577 Reviewed by Chris Dumez.
1579 * Source/cmake/OptionsWindows.cmake:
1580 Put 32-bit binaries in a bin32 subdirectory and 64-bit binaries in a bin64 subdirectory.
1582 2015-08-10 Alex Christensen <achristensen@webkit.org>
1584 Build TestWebKitAPI with CMake on Windows
1585 https://bugs.webkit.org/show_bug.cgi?id=147851
1587 Reviewed by Chris Dumez.
1589 * Source/cmake/OptionsWindows.cmake:
1590 Enable api tests and set USE_SYSTEM_MALLOC to avoid warnings when redefining it.
1592 2015-08-06 Alex Christensen <achristensen@webkit.org>
1594 [Win] CMake build fix after r188098.
1596 * Source/cmake/OptionsWinCairo.cmake:
1597 OptionsWindows.cmake uses WTF_PLATFORM_WIN_CAIRO now, so we need to set it before including OptionsWindows.
1599 2015-08-04 Alex Christensen <achristensen@webkit.org>
1601 Fix quirks with CMake and VS2015
1602 https://bugs.webkit.org/show_bug.cgi?id=147663
1604 Reviewed by Brent Fulgham.
1606 * Source/cmake/OptionsWindows.cmake:
1607 Hide some warnings. Using the same variable names in nested scopes is ok for now.
1608 Disable INTL for now.
1610 2015-08-04 Alex Christensen <achristensen@webkit.org>
1612 Enable WebGL on Windows CMake build.
1613 https://bugs.webkit.org/show_bug.cgi?id=143311
1615 Reviewed by Csaba Osztrogonác.
1617 * Source/cmake/OptionsWindows.cmake:
1618 Enable WebGL by default in CMake builds now that it works.
1620 2015-08-04 Mario Sanchez Prada <mario@endlessm.com>
1622 [GTK] Accelerated 2D Canvas enabled when cairo-gl is not available
1623 https://bugs.webkit.org/show_bug.cgi?id=147625
1625 Reviewed by Martin Robinson.
1627 Do not set the CAIRO_<COMPONENT>_* CMake variables for cairo-gl
1628 components unless they were actually found, not to accidentally
1629 enable Accelerated 2D canvas, which would cause the build to fail.
1631 * Source/cmake/FindCairoGL.cmake: Set this variables only when
1632 pkg_check_modules() had actually found the relevant component.
1634 2015-08-03 Csaba Osztrogonác <ossy@webkit.org>
1636 [CMake] Add an option to build AllInOne files
1637 https://bugs.webkit.org/show_bug.cgi?id=102647
1639 Reviewed by Alex Christensen.
1641 * Source/cmake/OptionsEfl.cmake: Disabled by default.
1642 * Source/cmake/OptionsGTK.cmake: Disabled by default.
1643 * Source/cmake/OptionsWindows.cmake: Enabled by default.
1644 * Source/cmake/WebKitFeatures.cmake:
1645 * Source/cmake/WebKitMacros.cmake:
1647 2015-08-03 Carlos Garcia Campos <cgarcia@igalia.com>
1649 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.5 release.
1651 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1653 2015-07-31 Alex Christensen <achristensen@webkit.org>
1655 Prepare for debug CMake builds on Windows.
1656 https://bugs.webkit.org/show_bug.cgi?id=147484
1658 Reviewed by Tim Horton.
1660 * Source/cmake/OptionsWindows.cmake:
1661 Don't use debug runtimes in debug builds because the dependencies are only built with multithreaded runtimes.
1663 2015-07-30 Joonghun Park <jh718.park@samsung.com>
1665 [EFL] Enable IndexedDB based on DatabaseProcess
1666 https://bugs.webkit.org/show_bug.cgi?id=147221
1668 Reviewed by Csaba Osztrogonác.
1670 * Source/cmake/OptionsEfl.cmake:
1672 2015-07-30 Alex Christensen <achristensen@webkit.org>
1674 Build AppleWin port with CMake
1675 https://bugs.webkit.org/show_bug.cgi?id=147385
1677 Reviewed by Martin Robinson.
1679 * Source/cmake/OptionsWindows.cmake:
1680 Use the static multithreaded runtime. Based on
1681 http://www.cmake.org/Wiki/CMake_FAQ#How_can_I_build_my_MSVC_application_with_a_static_runtime.3F
1683 2015-07-29 Andy VanWagoner <thetalecrafter@gmail.com>
1685 Implement basic types for ECMAScript Internationalization API
1686 https://bugs.webkit.org/show_bug.cgi?id=146926
1688 Reviewed by Benjamin Poulain.
1690 Enable flag now that the basic objects are in place.
1692 * Source/cmake/WebKitFeatures.cmake: enable INTL
1694 2015-07-29 Basile Clement <basile_clement@apple.com>
1696 Remove native call inlining
1697 https://bugs.webkit.org/show_bug.cgi?id=147417
1699 Rubber-stamped by Filip Pizlo.
1701 * Source/cmake/OptionsEfl.cmake:
1702 * Source/cmake/WebKitFeatures.cmake:
1704 2015-07-28 Yusuke Suzuki <utatane.tea@gmail.com>
1706 [ES6] Add ENABLE_ES6_MODULES compile time flag with the default value "false"
1707 https://bugs.webkit.org/show_bug.cgi?id=147350
1709 Reviewed by Sam Weinig.
1711 * Source/cmake/WebKitFeatures.cmake:
1713 2015-07-27 Alex Christensen <achristensen@webkit.org>
1715 Use Ninja on Windows.
1716 https://bugs.webkit.org/show_bug.cgi?id=147228
1718 Reviewed by Martin Robinson.
1720 * Source/cmake/OptionsWindows.cmake:
1721 Only use /MP when using generated Visual Studio solution files to build.
1722 It makes compiling parallel in MSVC, but Ninja doesn't like it.
1724 2015-07-27 Alex Christensen <achristensen@webkit.org>
1726 Progress towards building AppleWin with CMake
1727 https://bugs.webkit.org/show_bug.cgi?id=147325
1729 Reviewed by Martin Robinson.
1731 * Source/cmake/OptionsWindows.cmake:
1732 Link with 64-bit libraries if building 64-bit binaries.
1733 Don't run regular expressions on empty strings when using Ninja.
1734 Removed DebugSuffix Visual Studio environment variables.
1736 2015-07-23 Alex Christensen <achristensen@webkit.org>
1738 Remove compile and runtime flags for promises.
1739 https://bugs.webkit.org/show_bug.cgi?id=147244
1741 Reviewed by Yusuke Suzuki.
1743 * Source/cmake/OptionsMac.cmake:
1744 * Source/cmake/OptionsWindows.cmake:
1745 * Source/cmake/WebKitFeatures.cmake:
1747 2015-07-22 Sukolsak Sakshuwong <sukolsak@gmail.com>
1749 Add ENABLE_WEBASSEMBLY feature flag for WebAssembly
1750 https://bugs.webkit.org/show_bug.cgi?id=147212
1752 Reviewed by Filip Pizlo.
1754 * Source/cmake/WebKitFeatures.cmake:
1756 2015-07-22 Alex Christensen <achristensen@webkit.org>
1758 Fix quirks in CMake build on Mac and Windows
1759 https://bugs.webkit.org/show_bug.cgi?id=147174
1761 Reviewed by Gyuyoung Kim.
1764 * Source/cmake/OptionsWindows.cmake:
1765 Added options I removed in r187022. They are indeed needed.
1766 * Source/cmake/WebKitFS.cmake:
1767 Make the DerivedSources/WebKit directory.
1769 2015-07-21 Carlos Garcia Campos <cgarcia@igalia.com>
1771 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.4 release.
1773 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1775 2015-07-20 Alex Christensen <achristensen@webkit.org>
1777 Resurrect CMake build on Windows.
1778 https://bugs.webkit.org/show_bug.cgi?id=147083
1780 Reviewed by Gyuyoung Kim.
1782 * Source/cmake/OptionsCommon.cmake:
1783 * Source/cmake/OptionsWindows.cmake:
1784 Change features to get it to compile. Still not a complete feature set.
1786 2015-07-19 Michael Catanzaro <mcatanzaro@igalia.com>
1788 [GTK] Add seccomp filters support
1789 https://bugs.webkit.org/show_bug.cgi?id=110014
1791 Reviewed by Žan Doberšek.
1793 Find needed compiler and linker flags for libseccomp.
1795 * Source/cmake/OptionsGTK.cmake:
1797 2015-07-17 Ting-Wei Lan <lantw44@gmail.com>
1799 Bring back the GNU ar check to create thin archives on non-Linux systems
1800 https://bugs.webkit.org/show_bug.cgi?id=146681
1802 Reviewed by Martin Robinson.
1804 We already use GNU ar thin archive feature to save time and disk space
1805 on creating static archives, but it is only enabled on Linux. Without
1806 this feature, the debug build of WebCore can be larger than 4 GiB,
1807 which can cause error because GNU ar format uses 32-bit integer to
1808 store offsets in the symbol table. This patch is similar to
1809 https://bugs.webkit.org/show_bug.cgi?id=128596.
1811 * Source/cmake/OptionsCommon.cmake:
1813 2015-07-14 Carlos Alberto Lopez Perez <clopez@igalia.com>
1815 [GTK] [Wayland] Build by default the X11 and Wayland targets.
1816 https://bugs.webkit.org/show_bug.cgi?id=146057
1818 Reviewed by Carlos Garcia Campos.
1820 * Source/cmake/OptionsGTK.cmake:
1822 2015-07-10 Michael Catanzaro <mcatanzaro@igalia.com>
1824 [GTK] ar warning when linking static libraries
1825 https://bugs.webkit.org/show_bug.cgi?id=144988
1827 Reviewed by Carlos Garcia Campos.
1829 Do not use 'u' when calling ar. This argument conflicts with 'D' and is ignored if 'D' is
1830 used, and 'D' is used by default if binutils is built with --enable-deterministic-archives.
1831 Using 'u' with 'D' causes a warning to be printed when linking static libraries. At least
1832 Fedora and Debian have recently both chosen to use --enable-deterministic-archives, so we
1833 should either stop using 'u' or else add 'U' as well in order to disable deterministic
1834 archives. Using 'U' should result in a somewhat faster build (at least when using the
1835 Makefile generator), but it's unlikely that the difference is significant, so let's simply
1836 remove 'u' until someone determines otherwise. This seems like a better option than adding
1837 'U' so as not to foil distributions' attempts to perform deterministic builds. This also
1838 aligns us with the behavior of upstream CMake (which has never used 'u'). This is a minor
1839 behavior change on distributions that do not use --enable-deterministic-archives, notably
1842 * Source/cmake/OptionsCommon.cmake:
1844 2015-07-03 Emanuele Aina <emanuele.aina@collabora.com>
1846 [GTK] Forcefully disable gtk-doc and gobject-introspection when crossbuilding
1847 https://bugs.webkit.org/show_bug.cgi?id=146590
1849 Reviewed by Martin Robinson.
1851 * Source/PlatformGTK.cmake: override the cached variables to
1852 forcefully disable gtk-doc and gobject-introspection when
1854 * Source/cmake/OptionsGTK.cmake: avoid running gtk-doc to check the
1855 documentation syntax when cross-building.
1858 2015-07-02 Przemek Piorkowski <piorkowskiprzemyslaw@gmail.com>
1860 [EFL] test_ewk2_application_cache_manager has been failed since r185527
1861 https://bugs.webkit.org/show_bug.cgi?id=146016
1863 Reviewed by Gyuyoung Kim.
1865 In order to handle properly WebApplicationCacheManagerProxy implementation which use
1866 WebsiteDataRecord it is necessary to enable PUBLIC_SUFFIX_LIST for EFL.
1867 Implementation of PUBLIC_SUFFIX_LIST already exists for soup so EFL can use it as well.
1869 * Source/cmake/OptionsEfl.cmake: set ENABLE_PUBLIC_SUFFIX_LIST to ON for EFL.
1871 2015-06-30 Andy VanWagoner <thetalecrafter@gmail.com>
1873 Implement ECMAScript Internationalization API
1874 https://bugs.webkit.org/show_bug.cgi?id=90906
1876 Reviewed by Benjamin Poulain.
1878 Begin implementing the Intl apis behind ENABLE_INTL flag.
1879 Create the base Intl namespace object.
1881 * Source/cmake/WebKitFeatures.cmake: add ENABLE_INTL flag
1883 2015-06-30 Philippe Normand <pnormand@igalia.com>
1885 [CMake] Error when gst-plugins-base is missing is too confusing
1886 https://bugs.webkit.org/show_bug.cgi?id=145682
1888 Reviewed by Carlos Garcia Campos.
1890 * Source/cmake/OptionsGTK.cmake: Error out if the required
1891 GStreamer libraries are not found on the host.
1893 2015-06-28 Philip Chimento <philip.chimento@gmail.com>
1895 CairoGL should be checked unconditionally
1896 https://bugs.webkit.org/show_bug.cgi?id=146390
1898 Reviewed by Darin Adler.
1900 * Source/cmake/OptionsGTK.cmake: Move check for CairoGL so that
1901 it is run unconditionally; this is necessary because its result
1902 is used later on, outside of any conditions.
1904 2015-06-27 Carlos Garcia Campos <cgarcia@igalia.com>
1906 [GTK][SOUP] Implement WebCore::PublicSuffix for soup and enable PUBLIC_SUFFIX_LIST for GTK+
1907 https://bugs.webkit.org/show_bug.cgi?id=146318
1909 Reviewed by Sergio Villar Senin.
1911 Enable PUBLIC_SUFFIX_LIST for GTK+.
1913 * Source/cmake/OptionsGTK.cmake:
1915 2015-06-22 Carlos Garcia Campos <cgarcia@igalia.com>
1917 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.3 release.
1919 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1921 2015-06-22 Ryuan Choi <ryuan.choi@navercorp.com>
1923 [EFL] Hyphenation is not supported
1924 https://bugs.webkit.org/show_bug.cgi?id=89830
1926 Reviewed by Gyuyoung Kim.
1928 * Source/cmake/OptionsEfl.cmake: Added an option for LibHyphen.
1930 2015-06-22 Zan Dobersek <zdobersek@igalia.com>
1932 [CMake] Add support for building with various sanitizer tools
1933 https://bugs.webkit.org/show_bug.cgi?id=131941
1935 Reviewed by Martin Robinson.
1937 * Source/PlatformGTK.cmake: Don't generate any documentation
1938 when compiling with sanitizers enabled.
1939 * Source/cmake/OptionsCommon.cmake: Allow linking with
1940 undefined symbols when compiling with sanitizers enabled.
1942 2015-06-21 Philip Chimento <philip.chimento@gmail.com>
1944 libwebkit2gtk fails to link without opengl
1945 https://bugs.webkit.org/show_bug.cgi?id=138332
1947 Reviewed by Carlos Garcia Campos.
1949 * Source/cmake/OptionsGTK.cmake: USE(TEXTURE_MAPPER) must be
1950 enabled regardless of whether OpenGL is, because certain symbols
1951 such as WebCore::GraphicsLayer::create() need to be built.
1953 2015-06-20 Michael Catanzaro <mcatanzaro@igalia.com>
1955 [EFL][GTK] Define GLIB_VERSION_MIN_REQUIRED and require glib 2.36 for GTK
1956 https://bugs.webkit.org/show_bug.cgi?id=146181
1958 Reviewed by Martin Robinson.
1960 Bump our GLib requirement to 2.36 to reflect reality, since we are using GTask.
1962 * Source/cmake/OptionsGTK.cmake:
1964 2015-06-20 Ryuan Choi <ryuan.choi@navercorp.com>
1966 [EFL] Do not consider test directories when DEVELOPER_MODE is OFF
1967 https://bugs.webkit.org/show_bug.cgi?id=146171
1969 Reviewed by Gyuyoung Kim.
1971 * Source/cmake/OptionsEfl.cmake:
1972 Exposed ENABLE_DEVELOPER_MODE to Compiler and CMake definition when DEVELOPER_MODE is ON.
1974 2015-06-19 Michael Catanzaro <mcatanzaro@igalia.com>
1976 [CMake] FindGTK3.cmake should not modify the values of build options
1977 https://bugs.webkit.org/show_bug.cgi?id=144613
1979 Reviewed by Martin Robinson.
1981 * Source/cmake/FindGTK3.cmake: Do not check or set the value of ENABLE_X11_TARGET and
1982 ENABLE_WAYLAND_TARGET. Instead, simply define the variables GTK3_SUPPORTS_X11 and
1983 GTK3_SUPPORTS_WAYLAND as appropriate. Also, rename GTK_SUPPORTS_GESTURES to
1984 GTK3_SUPPORTS_GESTURES for consistency.
1985 * Source/cmake/OptionsGTK.cmake: Fail the build if the appropriate GTK+ backend is not
1986 available. It's not possible to automatically select a backend correctly anymore, since all
1987 options are set at the same time.
1989 2015-06-19 Csaba Osztrogonác <ossy@webkit.org>
1991 Remove unnecessary svn:executable flags
1992 https://bugs.webkit.org/show_bug.cgi?id=146107
1994 Reviewed by Alexey Proskuryakov.
1996 * ManualTests/iframe_notifications/iframe-reparenting-close-window-child.html: Removed property svn:executable.
1997 * ManualTests/iframe_notifications/iframe-reparenting-close-window-iframe.html: Removed property svn:executable.
1998 * ManualTests/iframe_notifications/iframe-reparenting-close-window.html: Removed property svn:executable.
1999 * ManualTests/select-menu-list-wrongly-positioned.html: Removed property svn:executable.
2000 * ManualTests/svg-text-float-not-removed-crash.html: Removed property svn:executable.
2002 2015-06-18 Ryuan Choi <ryuan.choi@navercorp.com>
2004 [EFL] Use SET_AND_EXPOSE_TO_BUILD instead of definitions
2005 https://bugs.webkit.org/show_bug.cgi?id=146108
2007 Reviewed by Gyuyoung Kim.
2009 * Source/cmake/OptionsEfl.cmake:
2011 2015-06-16 Ryuan Choi <ryuan.choi@navercorp.com>
2013 [EFL] Remove duplicated PUBLIC argument in OptionsEfl.cmake
2014 https://bugs.webkit.org/show_bug.cgi?id=146035
2016 Reviewed by Gyuyoung Kim.
2018 * Source/cmake/OptionsEfl.cmake:
2020 2015-06-16 Carlos Alberto Lopez Perez <clopez@igalia.com>
2022 [GTK] [Wayland] Should be possible to build with support for both X11 and Wayland.
2023 https://bugs.webkit.org/show_bug.cgi?id=145701
2025 Reviewed by Darin Adler.
2027 * Source/cmake/OptionsGTK.cmake: Remove conflicting options.
2029 2015-06-15 Jon Honeycutt <jhoneycutt@apple.com>
2031 [iOS] Crash long pressing on <input type=file>
2032 https://bugs.webkit.org/show_bug.cgi?id=146009
2033 <rdar://problem/21234453>
2035 Reviewed by Ryosuke Niwa.
2037 * ManualTests/ios/long-press-input-type-file-crash.html: Added.
2039 2015-06-16 Brent Fulgham <bfulgham@apple.com>
2041 Rollout accidental Xcode project change.
2043 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
2045 2015-06-12 Gyuyoung Kim <gyuyoung.kim@webkit.org>
2047 [EFL] Bump EWebKit version from 1.11.0 to 1.14.0
2048 https://bugs.webkit.org/show_bug.cgi?id=145909
2050 Reviewed by Csaba Osztrogonác.
2052 Bump EWebKit version based on efl library version used by the EWebKit.
2054 * Source/cmake/OptionsEfl.cmake:
2056 2015-06-11 Commit Queue <commit-queue@webkit.org>
2058 Unreviewed, rolling out r185453.
2059 https://bugs.webkit.org/show_bug.cgi?id=145881
2061 it broke the 32-bit build (Requested by clopez on #webkit).
2065 "[GTK] [Wayland] Should be possible to build with support for
2066 both X11 and Wayland."
2067 https://bugs.webkit.org/show_bug.cgi?id=145701
2068 http://trac.webkit.org/changeset/185453
2070 2015-06-11 Carlos Alberto Lopez Perez <clopez@igalia.com>
2072 [GTK] [Wayland] Should be possible to build with support for both X11 and Wayland.
2073 https://bugs.webkit.org/show_bug.cgi?id=145701
2075 Reviewed by Žan Doberšek.
2077 * Source/cmake/OptionsGTK.cmake: Remove conflicting options.
2079 2015-06-03 Daniel Bates <dabates@apple.com>
2081 Caps lock indicator should not be shown in read-only or disabled field
2082 https://bugs.webkit.org/show_bug.cgi?id=145612
2083 <rdar://problem/21227454>
2085 Reviewed by Darin Adler.
2087 * ManualTests/password-caps-lock-should-not-show-in-read-only-field.html: Added.
2088 * ManualTests/password-caps-lock-should-not-show-when-field-becomes-disabled.html: Added.
2089 * ManualTests/password-caps-lock-should-not-show-when-field-becomes-read-only.html: Added.
2091 2015-06-01 Csaba Osztrogonác <ossy@webkit.org>
2093 [cmake] Suppress parentheses-equality warnings
2094 https://bugs.webkit.org/show_bug.cgi?id=145126
2096 Reviewed by Darin Adler.
2098 * Source/cmake/WebKitHelpers.cmake:
2100 2015-05-28 Carlos Alberto Lopez Perez <clopez@igalia.com>
2102 [CMake] Improve detection and usage of GL/GLES/EGL libraries.
2103 https://bugs.webkit.org/show_bug.cgi?id=145408
2105 Reviewed by Carlos Garcia Campos.
2107 * Source/cmake/FindEGL.cmake: Improve detection of EGL libraries.
2108 * Source/cmake/FindGLES.cmake: Removed. It was used by the EGL port.
2109 Remove it and make the EGL port use the improved FindOpenGLES2.cmake
2111 * Source/cmake/FindOpenGL.cmake: Added. Add module to detect OpenGL
2112 libraries. Detect also GLX libraries.
2113 * Source/cmake/FindOpenGLES2.cmake: Improve detection of OpenGLES-v2
2114 libraries. Use find_path() to get the include path.
2115 * Source/cmake/OptionsEfl.cmake: Use now the improved FindOpenGLES2
2117 * Source/cmake/OptionsGTK.cmake: Set default value for ENABLE_GLES2
2118 depending on the libraries found on the system.
2119 Move the detection of GLX (and the include of CMakePushCheckState)
2120 to FindOpenGL.cmake.
2121 Ensure that we only define USE_GLX when we build with OpenGL
2122 (but not with GLESv2).
2124 2015-05-27 Dean Jackson <dino@apple.com>
2126 img.currentSrc problem in strict mode with old picturefill
2127 https://bugs.webkit.org/show_bug.cgi?id=144095
2128 <rdar://problem/21087013>
2130 Reviewed by Simon Fraser.
2132 Add a PICTURE_SIZES flag.
2134 * Source/cmake/OptionsEfl.cmake:
2135 * Source/cmake/OptionsGTK.cmake:
2136 * Source/cmake/OptionsMac.cmake:
2137 * Source/cmake/OptionsWindows.cmake:
2138 * Source/cmake/WebKitFeatures.cmake:
2140 2015-05-27 Carlos Garcia Campos <cgarcia@igalia.com>
2142 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.2 release.
2144 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
2146 2015-05-25 Carlos Garcia Campos <cgarcia@igalia.com>
2148 Unreviewed. Export DatabaseProcessMainUnix symbol.
2150 Add DatabaseProcessMainUnix symbol to gtksymbols.filter so that it
2151 is exported in production builds.
2153 * Source/cmake/gtksymbols.filter:
2155 2015-05-25 Carlos Garcia Campos <cgarcia@igalia.com>
2157 [GTK] Enable IndexedDB
2158 https://bugs.webkit.org/show_bug.cgi?id=98932
2160 Reviewed by Žan Doberšek.
2162 * Source/cmake/OptionsGTK.cmake: Enable DATABASE_PROCESS and INDEXED_DATABASE.
2163 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_DATABASE_PROCESS.
2165 2015-05-24 Carlos Garcia Campos <cgarcia@igalia.com>
2167 [GTK] Bump GCC requirements to 4.9.0
2168 https://bugs.webkit.org/show_bug.cgi?id=145211
2170 Reviewed by Žan Doberšek.
2172 It's required to build with IndexedDB support when using GCC,
2173 clang works just fine. See https://bugs.webkit.org/show_bug.cgi?id=98932.
2175 * Source/cmake/OptionsGTK.cmake:
2177 2015-05-18 Michael Catanzaro <mcatanzaro@igalia.com>
2179 [CMake] Ignore warnings in system headers
2180 https://bugs.webkit.org/show_bug.cgi?id=144747
2182 Reviewed by Darin Adler.
2184 Require CMake 2.8.12 when compiling the GTK+ port. This is because we use the
2185 target_include_directories command (added in 2.8.11) in GTK-specific cmake files, and also
2186 use the SYSTEM argument to the command (added in 2.8.12).
2190 2015-05-14 Michael Catanzaro <mcatanzaro@igalia.com>
2192 [CMake] Error out when ruby is too old
2193 https://bugs.webkit.org/show_bug.cgi?id=145014
2195 Reviewed by Martin Robinson.
2197 Error out immediately after checking for Ruby if the ruby executable is not found, or if it
2202 2015-05-14 Zan Dobersek <zdobersek@igalia.com>
2204 [GTK] Enable plugin-related CMake options and variables for the X11 target only
2205 https://bugs.webkit.org/show_bug.cgi?id=144995
2207 Reviewed by Carlos Garcia Campos.
2209 * Source/cmake/OptionsGTK.cmake: Plugins are only supported for
2210 the X11 windowing target at the moment, so the following options
2211 and variables should be enabled or disabled accordingly:
2212 - ENABLE_PLUGIN_PROCESS_GTK2
2213 - ENABLE_NETSCAPE_PLUGIN_API
2214 - ENABLE_PLUGIN_PROCESS
2216 2015-05-12 Ryuan Choi <ryuan.choi@navercorp.com>
2218 Linker fails without -DDEVELOPER_MODE=ON
2219 https://bugs.webkit.org/show_bug.cgi?id=144117
2221 Reviewed by Gyuyoung Kim.
2223 * Source/cmake/OptionsEfl.cmake:
2224 Remove fvisibility flags. linker script will cover the functionality for ewebkit2.so in release mode,
2225 * Source/cmake/eflsymbols.filter: Updated symbol patterns which should be exposed for ewebkit2.
2227 2015-05-10 Philip Chimento <philip.chimento@gmail.com>
2229 CMake defines CAIROGL_FOUND, not CAIRO_GL_FOUND
2230 https://bugs.webkit.org/show_bug.cgi?id=144846
2232 Reviewed by Martin Robinson.
2234 * Source/cmake/FindCairoGL.cmake: Use CAIROGL_* instead of
2235 CAIRO_GL_* throughout, because find_package will define
2237 * Source/cmake/OptionsGTK.cmake: Ditto.
2239 2015-05-10 Philip Chimento <philip.chimento@gmail.com>
2241 [CMake] Some macros need to be defined/undefined, rather than ON/OFF
2242 https://bugs.webkit.org/show_bug.cgi?id=144845
2244 Reviewed by Martin Robinson.
2246 * Source/cmake/OptionsGTK.cmake: Only define MOZ_X11 and XP_UNIX
2247 if their corresponding WTF options are ON. The code in npapi.h
2248 relies on these being undefined if they are to be switched off.
2250 2015-05-09 Yoav Weiss <yoav@yoav.ws>
2252 Remove the PICTURE_SIZES build flag
2253 https://bugs.webkit.org/show_bug.cgi?id=144679
2255 Reviewed by Benjamin Poulain.
2257 Removed the PICTURE_SIZES build time flag.
2259 * Source/cmake/OptionsEfl.cmake:
2260 * Source/cmake/OptionsGTK.cmake:
2261 * Source/cmake/OptionsMac.cmake:
2262 * Source/cmake/OptionsWindows.cmake:
2263 * Source/cmake/WebKitFeatures.cmake:
2265 2015-05-08 Michael Catanzaro <mcatanzaro@igalia.com>
2267 [GTK] [CMake] Check for required X libraries
2268 https://bugs.webkit.org/show_bug.cgi?id=144823
2270 Reviewed by Martin Robinson.
2272 Error out if missing libXcomposite, libXdamage, libXrender, or libXt.
2274 * Source/cmake/OptionsGTK.cmake:
2276 015-05-08 Michael Catanzaro <mcatanzaro@igalia.com>, Martin Robinson <mrobinson@igalia.com>
2278 [GTK] Checks for DEVELOPMENT_BUILD are all wrong
2279 https://bugs.webkit.org/show_bug.cgi?id=144746
2281 Reviewed by Carlos Garcia Campos.
2283 Don't set DEVELOPMENT_BUILD. We check whether it is defined for conditional compilation, not
2284 what it is defined to, so defining it to 0 effectively turned it on always. Instead set
2285 ENABLE_DEVELOPER_MODE so that we can use the ENABLE macro inside WebKit source code.
2287 * Source/cmake/OptionsGTK.cmake:
2289 2015-05-08 Daniel Bates <dabates@apple.com>
2291 [iOS] WebSQL operations are not performed after device is locked
2292 https://bugs.webkit.org/show_bug.cgi?id=137503
2293 <rdar://problem/20844952>
2295 Rubber-stamped by Alexey Proskuryakov.
2297 Add a manual test to help verify that we do not regress this issue.
2299 * ManualTests/ios/execute-sql-transaction-callback-after-locking-unlocking-device-in-earlier-transaction.html: Added.
2301 2015-05-08 Commit Queue <commit-queue@webkit.org>
2303 Unreviewed, rolling out r183945.
2304 https://bugs.webkit.org/show_bug.cgi?id=144789
2306 "It broke all the GTK+ tests" (Requested by KaL on #webkit).
2310 "[GTK] Checks for DEVELOPMENT_BUILD are all wrong"
2311 https://bugs.webkit.org/show_bug.cgi?id=144746
2312 http://trac.webkit.org/changeset/183945
2314 2015-05-07 Myles C. Maxfield <mmaxfield@apple.com>
2316 Cleanup after r183940
2317 https://bugs.webkit.org/show_bug.cgi?id=144768
2321 Looks like the empty directories were not deleted.
2323 * Source/PAL: Removed.
2324 * Source/PAL/Configurations: Removed.
2325 * Source/PAL/PAL.xcodeproj: Removed.
2326 * Source/PAL/graphics: Removed.
2328 2015-05-07 Michael Catanzaro <mcatanzaro@igalia.com>
2330 [GTK] Checks for DEVELOPMENT_BUILD are all wrong
2331 https://bugs.webkit.org/show_bug.cgi?id=144746
2333 Reviewed by Martin Robinson.
2335 Don't set DEVELOPMENT_BUILD. We check whether it is defined for conditional compilation, not
2336 what it is defined to, so defining it to 0 effectively turned it on always.
2338 * Source/cmake/OptionsGTK.cmake:
2340 2015-05-05 Myles C. Maxfield <mmaxfield@apple.com>
2342 Revert "Introducing the Platform Abstraction Layer (PAL)"
2343 https://bugs.webkit.org/show_bug.cgi?id=144751
2347 PAL should be a new target inside WebCore, rather than a top-level folder.
2349 * WebKit.xcworkspace/contents.xcworkspacedata: Add it to the workspace.
2351 2015-05-07 Carlos Garcia Campos <cgarcia@igalia.com>
2353 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.1 release.
2355 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
2357 2015-05-05 Myles C. Maxfield <mmaxfield@apple.com>
2359 Introducing the Platform Abstraction Layer (PAL)
2360 https://bugs.webkit.org/show_bug.cgi?id=143358
2362 Reviewed by Simon Fraser.
2364 * WebKit.xcworkspace/contents.xcworkspacedata: Add it to the workspace.
2366 2015-05-04 Csaba Osztrogonác <ossy@webkit.org>
2368 [cmake] Disable GNU Gold linker on Cortex A53
2369 https://bugs.webkit.org/show_bug.cgi?id=144382
2371 Reviewed by Carlos Garcia Campos.
2373 * Source/cmake/OptionsCommon.cmake:
2375 2015-05-01 Martin Robinson <mrobinson@igalia.com>
2377 USE(...) macro should expect unprefixed variables
2378 https://bugs.webkit.org/show_bug.cgi?id=144454
2380 Reviewed by Daniel Bates.
2382 * Source/cmake/OptionsAppleWin.cmake: Replace all occurrences WTF_USE with USE.
2383 * Source/cmake/OptionsEfl.cmake: Ditto.
2384 * Source/cmake/OptionsGTK.cmake: Ditto.
2385 * Source/cmake/OptionsMac.cmake: Ditto.
2386 * Source/cmake/OptionsWinCairo.cmake: Ditto.
2387 * Source/cmake/WebKitFeatures.cmake: No longer expose WTF_USE when encountering
2390 2015-04-30 Martin Robinson <mrobinson@igalia.com>
2392 [CMake] Automatically expose WTF_USE_FOO to the build when USE_FOO is exposed
2393 https://bugs.webkit.org/show_bug.cgi?id=144394
2395 Reviewed by Carlos Garcia Campos.
2397 Automatically expose WTF_USE_FOO when USE_FOO is exposed. A side-effect of this change
2398 is that it fixes the redirected XComposite window for GTK+, which was accidentally
2399 disabled in previous reworking of the CMake configuration.
2401 * Source/cmake/OptionsGTK.cmake: We no longer need to expose the WTF_ prefixed
2402 version of USE variables.
2403 * Source/cmake/WebKitFeatures.cmake: Automatically expose WTF_USE_FOO when USE_FOO
2404 is exposed to the build.
2406 2015-04-30 Carlos Garcia Campos <cgarcia@igalia.com>
2408 Unreviewed. Bump GTK+ version numbers.
2410 * Source/cmake/OptionsGTK.cmake:
2412 2015-04-29 Ryuan Choi <ryuan.choi@navercorp.com>
2414 [EFL] CMake should be failed if openwebrtc package does not exist but ENABLE_MEDIA_STREAM is ON
2415 https://bugs.webkit.org/show_bug.cgi?id=144435
2417 Reviewed by Gyuyoung Kim.
2419 This patch adds REQUIRED option for OpenWebRTC when ENABLE_MEDIA_STREAM is ON.
2420 In addition, this adds DEFAULT_PORT_VALUE for ENABLE_MEDIA_STREAM to match with FeatureList.pm
2422 * Source/cmake/OptionsEfl.cmake:
2424 2015-04-29 Joseph Pecoraro <pecoraro@apple.com>
2426 REGRESSION(183583): [Mac] make without SDKROOT has issues
2427 https://bugs.webkit.org/show_bug.cgi?id=144431
2429 Reviewed by Dan Bernstein.
2432 Assume an empty SDKROOT means an macosx variant, so only
2433 enable settings if the SDKROOT is not empty and does not
2436 2015-04-29 Martin Robinson <mrobinson@igalia.com>
2438 Fix the GTK+ build after r183584
2440 * Source/cmake/OptionsGTK.cmake: Properly use the USE_LIBHYPHEN and HYPHEN_FOUND variables.
2442 2015-04-29 Martin Robinson <mrobinson@igalia.com>
2444 [GTK] Add support for automatic hyphenation
2445 https://bugs.webkit.org/show_bug.cgi?id=44478
2447 Reviewed by Carlos Garcia Campos.
2449 * Source/cmake/FindHyphen.cmake: Added. A CMake module for finding libhyphen.
2450 * Source/cmake/OptionsGTK.cmake: Look for libhyphen and enable hyphenation if found.
2451 * Source/cmakeconfig.h.cmake: Pass through the whether libhyphen is enabled.
2453 2015-04-29 Jake Nielsen <jacob_nielsen@apple.com>
2455 Failure when building WebKit for appletvsimulator.
2456 https://bugs.webkit.org/show_bug.cgi?id=144356
2458 Reviewed by Alexey Proskuryakov.
2460 Changes Makefile logic to check for "not OS X" rather than "is iOS" to
2461 make TVOS and WatchOS behave correctly.
2465 2015-04-29 Martin Robinson <mrobinson@igalia.com>
2467 [CMake] [GTK] Organize and clean up unused CMake variables
2468 https://bugs.webkit.org/show_bug.cgi?id=144364
2470 Reviewed by Gyuyoung Kim.
2472 * Source/cmake/OptionsGTK.cmake: Remove unused variables and move variables
2473 specific to certain projects into their PlatformGTK.cmake files.
2475 2015-04-29 Ryuan Choi <ryuan.choi@navercorp.com>
2477 [EFL] Build failure to find gio-unix
2478 https://bugs.webkit.org/show_bug.cgi?id=144083
2480 Reviewed by Gyuyoung Kim.
2482 Original patch by Doug Newgard <scimma22@outlook.com>
2484 * Source/cmake/OptionsEfl.cmake: Moved geoclue block before find_package(GLIB...)
2486 2015-04-28 Ryuan Choi <ryuan.choi@navercorp.com>
2488 [CoordinatedGraphics] Merge TILED_BACKING_STORE guard with COORDINATED_GRAPHICS
2489 https://bugs.webkit.org/show_bug.cgi?id=143001
2491 Reviewed by Gyuyoung Kim.
2493 * Source/cmake/OptionsEfl.cmake: Removed TILED_BACKING_STORE definition.
2494 * Source/cmake/OptionsGTK.cmake: Ditto.
2496 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
2498 Unreviewed, fix typo in previous commit
2500 libsecretr -> libsecret in the error message.
2502 * Source/cmake/OptionsGTK.cmake:
2504 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
2506 [GTK] Clean up feature detection and make it hard to accidentally build without optional features
2507 https://bugs.webkit.org/show_bug.cgi?id=143546
2509 Reviewed by Martin Robinson.
2511 Add USE_GSTREAMER_MPEGTS option and turn it off by default. Turn off ENABLE_SUBTLE_CRYPTO
2512 by default. Turn on ENABLE_GEOLOCATION by default. Add USE_LIBNOTIFY and turn it on by
2513 default. Fail the build with an informative error message if an optional dependency required
2514 for an enabled feature is not present. Perform find_package commands only when necessary.
2515 Make ENABLE_API_TESTS private. Alphabetize the feature checks (yes, this is actually
2518 * Source/cmake/OptionsGTK.cmake:
2520 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
2522 [GTK] Make all options actually options
2523 https://bugs.webkit.org/show_bug.cgi?id=144106
2525 Reviewed by Martin Robinson.
2527 Use WEBKIT_OPTION_DEFINE to set ENABLE_GTKDOC, ENABLE_INTROSPECTION, ENABLE_X11_TARGET, and
2528 ENABLE_WAYLAND_TARGET.
2530 * Source/cmake/OptionsGTK.cmake:
2532 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
2534 Unreviewed, fix GTK build after r183452
2536 * Source/cmake/OptionsGTK.cmake:
2538 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
2540 [GTK] Add one single option to control all OpenGL-related options
2541 https://bugs.webkit.org/show_bug.cgi?id=144105
2543 Reviewed by Martin Robinson.
2545 Add public ENABLE_OPENGL option, which is mandatory for ENABLE_3D_TRANSFORMS,
2546 ENABLE_ACCELERATED_2D_CANVAS, ENABLE_GLES2, ENABLE_THREADED_COMPOSITOR, ENABLE_WEBGL,
2547 USE_REDIRECTED_XCOMPOSITE_WINDOW, and USE_GSTREAMER_GL. Make ENABLE_GLES2 a proper WebKit
2548 option and move code around accordingly. Use WEBKIT_OPTION_DEPEND and rely on it. Add a
2549 large comment to explain why default value of ENABLE_ACCELERATED_2D_CANVAS is based on the
2550 presence of CairoGL.
2552 * Source/cmake/OptionsGTK.cmake:
2554 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
2556 [GTK] ENABLE_SMOOTH_SCROLLING should be private
2557 https://bugs.webkit.org/show_bug.cgi?id=144306
2559 Reviewed by Martin Robinson.
2561 Make ENABLE_SMOOTH_SCROLLING private instead of public.
2563 * Source/cmake/OptionsGTK.cmake:
2565 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
2567 Rename WTF_USE_3D_GRAPHICS to ENABLE_GRAPHICS_CONTEXT_3D
2568 https://bugs.webkit.org/show_bug.cgi?id=144193
2570 Reviewed by Darin Adler.
2572 * Source/cmake/OptionsEfl.cmake:
2573 * Source/cmake/OptionsGTK.cmake:
2574 * Source/cmake/OptionsWinCairo.cmake:
2575 * Source/cmake/WebKitFeatures.cmake:
2577 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
2579 [CMake] Should be possible for an option to conflict with other options
2580 https://bugs.webkit.org/show_bug.cgi?id=143956
2582 Reviewed by Martin Robinson.
2584 Add WEBKIT_OPTION_CONFLICT macro, which fails the build if conflicting options are on.
2586 * Source/cmake/WebKitFeatures.cmake:
2588 2015-04-22 Martin Robinson <mrobinson@igalia.com>
2590 [CMake] Autogenerate cmakeconfig.h.cmake
2591 https://bugs.webkit.org/show_bug.cgi?id=143997
2593 Reviewed by Csaba Osztrogonác.
2595 * CMakeLists.txt: Create the configuration header as the last part of the cmake run.
2596 * Source/CMakeLists.txt: No longer use configure_file to create cmakeconfig.h.
2597 * Source/cmake/OptionsCommon.cmake: Expose WTF_CPU_ARM64_CORTEXA53 to the build explicitly.
2598 * Source/cmake/OptionsGTK.cmake: Expose variables to the build using SET_AND_EXPOSE_TO_BUILD.
2599 Do some other miscellaneous related cleanup.
2600 * Source/cmake/OptionsEFL.cmake: Expose HAVE_LLVM to the build.
2601 * Source/cmake/WebKitFeatures.cmake: Expose all WebKit features to the build. Add support for
2602 build exposed variables. Add a macro to generate a configuration from them.
2603 * Source/cmakeconfig.h.cmake: Removed.
2605 2015-04-24 Philippe Normand <pnormand@igalia.com>
2607 [JHBuild] Move to upstream OpenWebRTC
2608 https://bugs.webkit.org/show_bug.cgi?id=144145
2610 Reviewed by Carlos Garcia Campos.
2612 * Source/cmake/FindOpenWebRTC.cmake: Check the presence of the
2615 2015-04-26 Yusuke Suzuki <utatane.tea@gmail.com>
2617 [ES6] Implement ES6 template literals
2618 https://bugs.webkit.org/show_bug.cgi?id=142691
2620 Reviewed by Darin Adler.
2622 Add ENABLE_ES6_TEMPLATE_LITERAL_SYNTAX compile time flag.
2624 * Source/cmake/WebKitFeatures.cmake:
2625 * Source/cmakeconfig.h.cmake:
2627 2015-04-25 Martin Robinson <mrobinson@igalia.com>
2629 Rename ENABLE_3D_RENDERING to ENABLE_3D_TRANSFORMS
2630 https://bugs.webkit.org/show_bug.cgi?id=144182
2632 Reviewed by Simon Fraser.
2634 * Source/cmake/OptionsEfl.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
2635 * Source/cmake/OptionsGTK.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
2636 * Source/cmake/OptionsMac.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
2637 * Source/cmake/WebKitFeatures.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
2638 * Source/cmakeconfig.h.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
2640 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
2642 [GTK] Add more public options
2643 https://bugs.webkit.org/show_bug.cgi?id=144116
2645 Reviewed by Martin Robinson.
2647 Add ENABLE_ICONDATABASE, ENABLE_JIT, and USE_SYSTEM_MALLOC as public options.
2649 * Source/cmake/OptionsGTK.cmake:
2651 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
2653 [CMake] Some internal variables are not marked as advanced
2654 https://bugs.webkit.org/show_bug.cgi?id=143595
2656 Reviewed by Martin Robinson.
2658 * Source/cmake/FindFreetype2.cmake: Mark internal options as advanced.
2659 * Source/cmake/FindHarfBuzz.cmake: Mark HARFBUZZ_ICU_LIBRARIES as advanced.
2661 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
2663 [GTK] Mark as advanced the build options we don't want to expose
2664 https://bugs.webkit.org/show_bug.cgi?id=143558
2666 Reviewed by Martin Robinson.
2668 Mark various options as private instead of public.
2670 * Source/cmake/OptionsGTK.cmake:
2672 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
2674 [CMake] Should be possible for an option to depend on multiple options
2675 https://bugs.webkit.org/show_bug.cgi?id=143839
2677 Reviewed by Martin Robinson.
2679 Use a list instead of a single variable to track the dependencies of each option. Iterate
2680 over the list as many times as necessary to ensure all options are properly disabled.
2682 * Source/cmake/WebKitFeatures.cmake:
2684 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
2686 [CMake] ENABLE_THREADED_COMPOSITOR should not be at the bottom of the options list
2687 https://bugs.webkit.org/show_bug.cgi?id=144103
2689 Reviewed by Martin Robinson.
2691 Just move ENABLE_THREADED_COMPOSITOR so it's alphabetized properly.
2693 * Source/cmake/WebKitFeatures.cmake:
2695 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
2697 [GTK] Fixups for ENABLE_CREDENTIAL_STORAGE
2698 https://bugs.webkit.org/show_bug.cgi?id=144102
2700 Reviewed by Martin Robinson.
2702 Use WEBKIT_OPTION_DEFAULT_PORT_VALUE to set ENABLE_CREDENTIAL_STORAGE instead of doing so
2703 manually. Fail the build if libsecret is not found but ENABLE_CREDENTIAL_STORAGE is set.
2704 Also, do not set ENABLE_CREDENTIAL_STORAGE redundantly.
2706 * Source/cmake/OptionsGTK.cmake:
2708 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
2710 [CMake] Clean up JSC JIT options
2711 https://bugs.webkit.org/show_bug.cgi?id=143998
2713 Reviewed by Filip Pizlo.
2715 * Source/cmake/OptionsEfl.cmake: Remove handling of ENABLE_LLINT_C_LOOP and preprocessor
2716 define for ENABLE_FTL_NATIVE_CALL_INLINING.
2717 * Source/cmake/OptionsMac.cmake: Remove override of ENABLE_LLINT_C_LOOP
2718 * Source/cmake/WebKitFeatures.cmake: Remove ENABLE_LLINT_C_LOOP. Add ENABLE_DFG_JIT and
2719 ENABLE_FTL_NATIVE_CALL_INLINING. Specify proper dependencies for these features.
2720 * Source/cmakeconfig.h.cmake: Remove ENABLE_LLINT_C_LOOP and add ENABLE_DFG_JIT.
2722 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
2724 [CMake] Use lowercase for local variables in macros
2725 https://bugs.webkit.org/show_bug.cgi?id=144059
2727 Reviewed by Martin Robinson.
2729 Convert some variable names to lowercase.
2731 * Source/cmake/WebKitFeatures.cmake:
2733 2015-04-22 Commit Queue <commit-queue@webkit.org>
2735 Unreviewed, rolling out r183116.
2736 https://bugs.webkit.org/show_bug.cgi?id=144060
2738 Inadvertently deleted a file... (Requested by mcatanzaro on
2743 "[CMake] Use lowercase for local variables in macros"
2744 https://bugs.webkit.org/show_bug.cgi?id=144059
2745 http://trac.webkit.org/changeset/183116
2747 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
2749 [CMake] Use lowercase for local variables in macros
2750 https://bugs.webkit.org/show_bug.cgi?id=144059
2752 Reviewed by Martin Robinson.
2754 Convert some variable names to lowercase.
2756 * Source/cmake/WebKitFeatures.cmake:
2758 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
2760 [CMake] Features list should print dots every other row
2761 https://bugs.webkit.org/show_bug.cgi?id=143832
2763 Reviewed by Martin Robinson.
2765 Discount private options when determining whether to print dots on a given row of the
2766 features list. Also, simplify the logic by using only one for loop, and fix a couple errors
2767 (inverted use of SHOULD_PRINT_DOTS, one use of the renamed variable SHOULD_PRINT_POINTS that
2768 wasn't noticed because it only affects the first line, and use of the variable name as a
2769 string in a conditional.)
2771 * Source/cmake/WebKitFeatures.cmake:
2773 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
2775 [CMake] Require specifying visibility of WebKit options
2776 https://bugs.webkit.org/show_bug.cgi?id=143831
2778 Reviewed by Alex Christensen.
2780 * Source/cmake/OptionsEfl.cmake: Specify all options as PUBLIC
2781 * Source/cmake/OptionsGTK.cmake: Specify all options as PUBLIC
2782 * Source/cmake/OptionsMac.cmake: Specify all options as PRIVATE
2783 * Source/cmake/OptionsWindows.cmake: Specify all options as PUBLIC
2784 * Source/cmake/WebKitFeatures.cmake: Require specifying options as PUBLIC or PRIVATE.
2785 Remove WEBKIT_OPTION_DEFINE_PUBLIC and WEBKIT_OPTION_PRIVATE_PORT_VALUE. Specify all
2786 cross-platform options as PRIVATE.
2788 2015-04-19 Gyuyoung Kim <gyuyoung.kim@webkit.org>
2790 [CMake] Synchronize variables between WebKitFeatures.cmake and cmakedonfig.h.cmake
2791 https://bugs.webkit.org/show_bug.cgi?id=143935
2793 Reviewed by Darin Adler.
2795 Some variables aren't defined in these files or unused variables aren't removed. This
2796 patch cleans up it as well as fix wrong alphabet order.
2798 * Source/cmake/WebKitFeatures.cmake:
2799 * Source/cmakeconfig.h.cmake:
2801 2015-04-19 Simon Fraser <simon.fraser@apple.com>
2803 Restore the WebKit.xcworkspace to the way it was before r182899,
2804 which inadvertently added the Source directory and a couple of source
2807 * WebKit.xcworkspace/contents.xcworkspacedata:
2809 2015-04-16 Basile Clement <basile_clement@apple.com>
2811 Extract the allocation profile from JSFunction into a rare object
2812 https://bugs.webkit.org/show_bug.cgi?id=143807
2814 Reviewed by Filip Pizlo.
2816 * WebKit.xcworkspace/contents.xcworkspacedata:
2818 2015-04-16 Csaba Osztrogonác <ossy@webkit.org>
2820 [EFL] Bump LLVM to version 3.6.0 on X86_64
2821 https://bugs.webkit.org/show_bug.cgi?id=143604
2823 Reviewed by Gyuyoung Kim.
2825 * Source/cmake/FindLLVM.cmake: Added version handling.
2826 * Source/cmake/OptionsEfl.cmake: Require LLVM 3.6.0 on X86_64 and patched LLVM 3.5.0 on AArch64.
2828 2015-04-15 Timothy Horton <timothy_horton@apple.com>
2830 Custom CSS cursors do not use -webkit-image-set on retina displays
2831 https://bugs.webkit.org/show_bug.cgi?id=120783
2833 Reviewed by Beth Dakin.
2834 Patch by Evan Wallace <evan.exe@gmail.com>.
2836 Add a manual test for custom CSS cursors on retina displays.
2838 * ManualTests/retina-cursors.html: Added.
2840 2015-04-15 Alex Christensen <achristensen@webkit.org>
2842 Progress towards CMake on Mac.
2843 https://bugs.webkit.org/show_bug.cgi?id=143785
2845 Reviewed by Csaba Osztrogonác.
2848 * Source/cmake/OptionsMac.cmake:
2849 * Source/cmake/WebKitFS.cmake:
2851 2015-04-10 Jon Honeycutt <jhoneycutt@apple.com>
2853 Cannot click "Next" button on Google two-factor auth setup page
2855 <https://bugs.webkit.org/show_bug.cgi?id=143624>
2856 <rdar://problem/19175714>
2858 Reviewed by Darin Adler.
2860 * ManualTests/button-that-focuses-itself-on-click.html: Added.
2862 2015-04-13 Michael Catanzaro <mcatanzaro@igalia.com>
2864 [cmake] REGRESSION(182663): It broke feature dependency handling
2865 https://bugs.webkit.org/show_bug.cgi?id=143665
2867 Reviewed by Csaba Osztrogonác.
2869 Don't try to check the value of options before defining the options.
2871 * Source/cmake/WebKitFeatures.cmake:
2873 2015-04-13 Csaba Osztrogonác <ossy@webkit.org>
2875 [cmake] Add ENABLE(ATTACHMENT_ELEMENT) to the build system
2876 https://bugs.webkit.org/show_bug.cgi?id=143664
2878 Reviewed by Gyuyoung Kim.
2880 * Source/cmake/OptionsEfl.cmake:
2881 * Source/cmake/OptionsGTK.cmake:
2882 * Source/cmake/WebKitFeatures.cmake:
2883 * Source/cmakeconfig.h.cmake:
2885 2015-04-12 Gyuyoung Kim <gyuyoung.kim@webkit.org>
2887 [EFL] Enable Media Source
2888 https://bugs.webkit.org/show_bug.cgi?id=143635
2890 Reviewed by Csaba Osztrogonác.
2892 * Source/cmake/OptionsEfl.cmake: Add ENABLE_MEDIA_SOURCE switch.
2894 2015-04-11 Michael Catanzaro <mcatanzaro@igalia.com>
2896 [CMake] Miscellaneous issues in WebKitFeatures.cmake
2897 https://bugs.webkit.org/show_bug.cgi?id=143636
2899 Reviewed by Martin Robinson.
2901 Rename _WEBKIT_AVAILABLE_OPTIONS_INITIALVALUE_ variables to
2902 _WEBKIT_AVAILABLE_OPTIONS_INITIAL_VALUE_
2904 Rename _WEBKIT_AVAILABLE_OPTIONS_ISPUBLIC_ variables to
2905 _WEBKIT_AVAILABLE_OPTIONS_IS_PUBLIC_
2907 Rename _SHOULD_PRINT_POINTS to _SHOULD_PRINT_DOTS
2909 Update USE_SYSTEM_MALLOC description to not mention TCmalloc
2911 Fix ENABLE_TOUCH_SLIDER so that it can be used
2915 * Source/cmake/WebKitFeatures.cmake:
2917 2015-04-11 Michael Catanzaro <mcatanzaro@igalia.com>
2919 [CMake] Print sorted feature list at the very end of the configure process
2920 https://bugs.webkit.org/show_bug.cgi?id=143596
2922 Reviewed by Martin Robinson.
2924 * CMakeLists.txt: Call PRINT_WEBKIT_OPTIONS at the bottom of the file.
2925 * Source/cmake/WebKitFeatures.cmake: Split option printing into PRINT_WEBKIT_OPTIONS macro,
2926 and sort the options before printing. Reorder some code so that features still get
2927 propagated to the bindings generators.
2929 2015-04-11 Michael Catanzaro <mcatanzaro@igalia.com>
2931 [CMake] Options should be marked as advanced by default
2932 https://bugs.webkit.org/show_bug.cgi?id=143572
2934 Reviewed by Gyuyoung Kim.
2936 Options defined with WEBKIT_OPTION_DEFINE are now advanced so that they are hidden from
2937 users by default, unless WEBKIT_OPTION_DEFAULT_PORT_VALUE is used. Add new macros
2938 WEBKIT_OPTION_DEFINE_PUBLIC to define an option that's not hidden by default, to be used
2939 for adding port-specific options, and WEBKIT_OPTION_PRIVATE_PORT_VALUE to override an
2940 option without making it public.
2942 * Source/cmake/WebKitFeatures.cmake:
2944 2015-04-10 Gyuyoung Kim <gyuyoung.kim@webkit.org>
2946 [CMake] Remove unnecessary ENABLE_WEBCORE switch
2947 https://bugs.webkit.org/show_bug.cgi?id=143584
2949 Reviewed by Csaba Osztrogonác.
2951 WebCore should be built for all ports. So ENABLE_WEBCORE switch looks be redundant.
2955 * Source/CMakeLists.txt:
2956 * Source/cmake/OptionsGTK.cmake:
2957 * Source/cmake/WebKitFS.cmake:
2959 2015-04-08 Filip Pizlo <fpizlo@apple.com>
2961 Unreviewed, revert accidental commit.
2965 2015-04-08 Alex Christensen <achristensen@webkit.org> and Patrick Gansterer <paroga@webkit.org>
2967 Add CMake build system for WinCairo port.
2968 https://bugs.webkit.org/show_bug.cgi?id=115944
2970 Reviewed by Chris Dumez.
2972 * Source/cmake/OptionsWindows.cmake:
2973 * Source/cmake/WebKitMacros.cmake:
2974 Make ADD_PRECOMPILED_HEADER more like http://stackoverflow.com/questions/148570/using-pre-compiled-headers-with-cmake
2976 2015-04-06 Alberto Garcia <berto@igalia.com>
2978 [GTK] Fix HPPA build
2979 https://bugs.webkit.org/show_bug.cgi?id=143453
2981 Reviewed by Darin Adler.
2983 Add HPPA to the list of supported CPUs.
2987 2015-04-03 Csaba Osztrogonác <ossy@webkit.org>
2989 Unreviewed, kick the GTK bots to fix an incremental build issue.
2991 * Source/cmake/OptionsGTK.cmake:
2993 2015-04-03 Zan Dobersek <zdobersek@igalia.com>
2995 Fix the EFL and GTK build after r182243
2996 https://bugs.webkit.org/show_bug.cgi?id=143361
2998 Reviewed by Csaba Osztrogonác.
3000 * Source/PlatformEfl.cmake: Add a custom command that copies
3001 the InspectorBackendCommands.js file into the proper directory
3002 under DerivedSources/WebInspectorUI/.
3004 2015-04-01 Alex Christensen <achristensen@webkit.org>
3006 Progress towards CMake on Windows and Mac.
3007 https://bugs.webkit.org/show_bug.cgi?id=143293
3009 Reviewed by Filip Pizlo.
3012 Set DERIVED_SOURCES_WTF_DIR for Windows.
3013 * Source/CMakeLists.txt:
3014 Don't compile bmalloc on Windows.
3015 * Source/cmake/OptionsCommon.cmake:
3016 Use the absolute path of the C preprocessor.
3017 * Source/cmake/OptionsWinCairo.cmake:
3018 Added needed definitions.
3019 * Source/cmake/OptionsWindows.cmake:
3020 Set some default values and removed support for old Visual Studio versions before /MP.
3021 * Source/cmake/WebKitFS.cmake:
3022 Make WTF DerivedSources directory.
3023 * Source/cmake/WebKitMacros.cmake:
3024 Added ADD_PRECOMPILED_HEADER macro based on
3025 http://stackoverflow.com/questions/148570/using-pre-compiled-headers-with-cmake
3027 2015-04-01 Gwang Yoon Hwang <yoon@igalia.com>
3029 Use colored diagnostics when building with cmake + ninja + clang
3030 https://bugs.webkit.org/show_bug.cgi?id=143297
3032 Reviewed by Žan Doberšek.
3034 Because that ninja sets subprocess stdout/stderr to a pipe, clang
3035 disables colored output.
3036 This patch forces clang to use colored diagnostics when we are using
3039 * Source/cmake/OptionsCommon.cmake:
3041 2015-03-29 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3043 [CMake] Update old CMakeList.txt in gtest
3044 https://bugs.webkit.org/show_bug.cgi?id=143192
3046 Reviewed by Darin Adler.
3048 CMake ports have used cmake/gtest/CMakeLists.txt instead of ThirdParty/test/CMakeLists.txt
3049 in order to build gtest. However it looks ThirdParty/test/CMakeLists.txt won't be used anymore.
3050 So this patch moves cmake/gtest/CMakeLists.txt to ThirdPart/test/CMakeLists.txt, and use it.
3052 * Source/CMakeLists.txt:
3053 * Source/cmake/gtest/CMakeLists.txt: Removed.
3055 2015-03-27 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3057 [CMake] Remove unnecessary INCLUDE_IF_EXISTS macro
3058 https://bugs.webkit.org/show_bug.cgi?id=143138
3060 Reviewed by Csaba Osztrogonác.
3062 INCLUDE_IF_EXISTS isn't used except for 2 places. However those uses can
3063 be replaced with WEBKIT_INCLUDE_CONFIG_FILES_IF_EXISTS.
3065 * Source/cmake/OptionsWindows.cmake:
3066 Set "PORT" instead of "PORT_FALLBACK" because there is no benefit to define PORT_FALLBACK.
3067 * Source/cmake/WebKitMacros.cmake:
3069 2015-03-27 Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
3071 [GStreamer] share GL context in pipeline, part 2
3072 https://bugs.webkit.org/show_bug.cgi?id=143049
3074 Reviewed by Carlos Garcia Campos.
3076 * Source/cmake/OptionsGTK.cmake: USE_GSTREAMER_GL is set only if
3077 OpenGL/ES2 is found and GLX/EGL is found too.
3079 2015-03-26 Alex Christensen <achristensen@webkit.org>
3081 Progress towards CMake on Mac.
3082 https://bugs.webkit.org/show_bug.cgi?id=143112
3084 Reviewed by Chris Dumez.
3086 * Source/cmake/OptionsMac.cmake:
3088 2015-03-24 Csaba Osztrogonác <ossy@webkit.org>
3090 [EFL] Add OpenWebRTC in jhbuild
3091 https://bugs.webkit.org/show_bug.cgi?id=142778
3093 Reviewed by Gyuyoung Kim.
3095 Original patch by Philippe Normand <pnormand@igalia.com>
3097 * Source/cmake/OptionsEfl.cmake: Look for OpenWebRTC library if
3098 mediastream build is enabled.
3100 2015-03-23 Carlos Garcia Campos <cgarcia@igalia.com>
3102 [GTK] Add a configure option to build without Redirected XComposite Window
3103 https://bugs.webkit.org/show_bug.cgi?id=142865
3105 Reviewed by Žan Doberšek.
3107 The Redirected XComposite Window was added to support some
3108 features like GtkOverlay, but in cases where we don't need such
3109 features, it's more efficient to use the XID of the WebKitWebView
3110 window as the native surface handle for the accelerated
3111 compositing. This patch adds USE_REDIRECTED_XCOMPOSITE_WINDOW,
3112 that is enabled by default for X11 target when OpenGL is enabled.
3114 * Source/cmake/OptionsGTK.cmake:
3116 2015-03-20 Zan Dobersek <zdobersek@igalia.com>
3118 [GTK] Search for the Wayland dependency when enabling Wayland target
3119 https://bugs.webkit.org/show_bug.cgi?id=142876
3121 Reviewed by Carlos Garcia Campos.
3123 * Source/cmake/OptionsGTK.cmake: The Wayland dependency isn't a public
3124 requirement of either the GTK+ or GDK pkg-config files, so we have to
3125 search for it ourselves when WebKitGTK+ has been configured to support
3126 the Wayland windowing target.
3128 2015-03-20 Csaba Osztrogonác <ossy@webkit.org>
3130 Unreviewed, kick the GTK bots to regenerate makefile.
3131 https://bugs.webkit.org/show_bug.cgi?id=137394
3133 * Source/cmake/OptionsEfl.cmake: Revert my last accidenatal change.
3134 * Source/cmake/OptionsGTK.cmake: Really kick the GTK bots.
3136 2015-03-20 Csaba Osztrogonác <ossy@webkit.org>
3138 Unreviewed, kick the GTK bots to regenerate makefile.
3139 https://bugs.webkit.org/show_bug.cgi?id=137394
3141 * Source/cmake/OptionsEfl.cmake:
3143 2015-03-19 Csaba Osztrogonác <ossy@webkit.org>
3145 [GTK] Fix inspector userinterface related incremental build issue
3146 https://bugs.webkit.org/show_bug.cgi?id=142849
3148 Reviewed by Carlos Garcia Campos.
3150 * Source/cmake/OptionsGTK.cmake: Revert r181733.
3152 2015-03-18 Csaba Osztrogonác <ossy@webkit.org>
3154 Unreviewed, kick the GTK bots to regenerate makefile.
3156 * Source/cmake/OptionsGTK.cmake:
3158 2015-03-17 Ryuan Choi <ryuan.choi@navercorp.com>
3160 [EFL] Expose JavaScript binding interface through ewk_extension
3161 https://bugs.webkit.org/show_bug.cgi?id=142033
3163 Reviewed by Gyuyoung Kim.
3165 * Source/cmake/OptionsEfl.cmake: Added HEADER_INSTALL_DIR variable.
3167 2015-03-17 Philippe Normand <pnormand@igalia.com>
3169 [GTK] basic OpenWebRTC build support
3170 https://bugs.webkit.org/show_bug.cgi?id=142393
3172 Reviewed by Carlos Garcia Campos.
3174 * Source/cmake/FindOpenWebRTC.cmake: Added.
3175 * Source/cmake/OptionsGTK.cmake: Look for OpenWebRTC library if
3176 mediastream build is enabled.
3178 2015-03-17 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3180 [CMake][EFL] Build test tools only for developer mode
3181 https://bugs.webkit.org/show_bug.cgi?id=142761
3183 Reviewed by Csaba Osztrogonác.
3185 Do not build EFL MiniBrowser, WebKitTestRunner, and ImageDiff on production mode.
3187 * Source/cmake/OptionsEfl.cmake:
3188 * Source/cmake/OptionsGTK.cmake: Move ENABLE_MINIBROWSER to common place.
3189 * Source/cmake/WebKitFeatures.cmake: Define ENABLE_MINIBROWSER variable.
3190 * Source/cmakeconfig.h.cmake:
3192 2015-03-16 Ryosuke Niwa <rniwa@webkit.org>
3194 Enable ES6 classes by default
3195 https://bugs.webkit.org/show_bug.cgi?id=142774
3197 Reviewed by Gavin Barraclough.
3199 * Source/cmake/WebKitFeatures.cmake:
3201 2015-03-16 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3203 [CMake][EFL] Rearrange OptionEFL.cmake to improve readability
3204 https://bugs.webkit.org/show_bug.cgi?id=142722
3206 Reviewed by Csaba Osztrogonác.
3208 Categorize to define cmake variables, to find necessary packages,
3209 use upper case for "glib_conponents" cmake variable name, re-arrange
3210 wrong alphabet sorting, and so on.
3212 * CMakeLists.txt: Remove WinCE port.
3213 * Source/cmake/OptionsEfl.cmake:
3215 2015-03-14 Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
3217 [GStreamer] share GL context in pipeline
3218 https://bugs.webkit.org/show_bug.cgi?id=142693
3220 Reviewed by Philippe Normand.
3222 Add search of gstreamer-gl library in the GStreamer installation. If
3223 it is found, WTF_USE_GSTREAMER_GL macro is defined.
3225 * Source/cmake/FindGStreamer.cmake:
3226 * Source/cmake/OptionsGTK.cmake:
3228 2015-03-13 Alex Christensen <achristensen@webkit.org>
3230 Progress towards CMake on Mac.
3231 https://bugs.webkit.org/show_bug.cgi?id=142680
3233 Reviewed by Gyuyoung Kim.
3236 * Source/PlatformMac.cmake: Added stub.
3237 * Source/cmake/OptionsMac.cmake:
3238 Change defines to get CMake working.
3240 2015-03-11 Carlos Garcia Campos <cgarcia@igalia.com>
3242 [GTK] Add an option to enable MiniBrowser for non developer builds and always install it
3243 https://bugs.webkit.org/show_bug.cgi?id=126688
3245 Reviewed by Gustavo Noronha Silva.
3247 Add ENABLE_MINIBROWSER option, enabled by default for development
3248 builds and disabled for production builds unless explicilty enabled.
3250 * Source/cmake/OptionsGTK.cmake:
3252 2015-03-11 Carlos Garcia Campos <cgarcia@igalia.com>
3254 [GTK] Do not look for child processes in the UI process binary path
3255 https://bugs.webkit.org/show_bug.cgi?id=135752
3257 Reviewed by Gustavo Noronha Silva.
3259 * Source/cmake/OptionsGTK.cmake: Add -DDEVELOPMENT_BUILD=1 to the
3260 build for development builds.
3262 2015-03-10 Carlos Garcia Campos <cgarcia@igalia.com> and José Dapena Paz <jdapena@igalia.com>
3264 [GTK] Add a configure option to build with OpenGL ES 2
3265 https://bugs.webkit.org/show_bug.cgi?id=142498
3267 Reviewed by Martin Robinson.
3269 Add ENABLE_GLES2 option. It's disabled by default, but if passed
3270 GLES2 is required and OpenGL is not even searched. Otherwise we
3271 search for OpenGL as usual, using it only if present.
3273 * Source/cmake/OptionsGTK.cmake:
3275 2015-03-10 Csaba Osztrogonác <ossy@webkit.org>
3277 [cmake] Handle unused parameter warnings as build errors except in WebKit2
3278 https://bugs.webkit.org/show_bug.cgi?id=142338
3280 Reviewed by Gyuyoung Kim.
3282 * Source/cmake/WebKitHelpers.cmake:
3284 2015-03-03 Daniel Bates <dabates@apple.com>
3286 Convert ManualTests/svg-tooltip.svg to a DRT test
3287 https://bugs.webkit.org/show_bug.cgi?id=140480
3289 Reviewed by Alex Christensen.
3291 * ManualTests/svg-tooltip.svg: Removed.
3293 2015-03-02 Debarshi Ray <debarshir@gnome.org>
3295 REGRESSION(r179409): [GTK] Undefined symbol prevents web extensions from being loaded
3296 https://bugs.webkit.org/show_bug.cgi?id=142165
3298 Reviewed by Carlos Garcia Campos.
3300 * Source/cmake/gtksymbols.filter:
3302 2015-02-26 Csaba Osztrogonác <ossy@webkit.org>
3304 [EFL] Remove unnecessary comment after r179110
3305 https://bugs.webkit.org/show_bug.cgi?id=142042
3307 Reviewed by Gyuyoung Kim.
3309 * Source/cmake/OptionsEfl.cmake:
3311 2015-02-23 Tomas Popela <tpopela@redhat.com>
3313 [GTK] Fails to compile with cmake 3.2.x
3314 https://bugs.webkit.org/show_bug.cgi?id=141796
3316 With cmake 3.2.x we have to explicitly ask for X11 otherwise the
3317 X11_X11_LIB variable won't be set thus the X11 linker flags won't be
3318 added and the build will fail.
3320 Reviewed by Martin Robinson.
3322 * Source/cmake/OptionsGTK.cmake:
3324 2015-02-20 Alexey Proskuryakov <ap@apple.com>
3326 Remove svn:keywords property.
3328 As far as I can tell, the property had no effect on any of these files, but also,
3329 when it has effect it's likely harmful.
3331 * ManualTests/animation-with-transition.html: Removed property svn:keywords.
3332 * ManualTests/blur-filter-timing.html: Removed property svn:keywords.
3333 * ManualTests/compositing/caret-in-compositing-frame.html: Removed property svn:keywords.
3334 * ManualTests/compositing/font-smoothing.html: Removed property svn:keywords.
3335 * ManualTests/compositing/missing-iframe-contents.html: Removed property svn:keywords.
3336 * ManualTests/compositing/requires-backing-change.html: Removed property svn:keywords.
3337 * ManualTests/compositing/resources/composited-subframe.html: Removed property svn:keywords.
3338 * ManualTests/compositing/resources/editable-compositing-subframe.html: Removed property svn:keywords.
3339 * ManualTests/frames/nested-iframe-blit-on-scroll.html: Removed property svn:keywords.
3340 * ManualTests/frames/resources/blit-on-scroll-subframe.html: Removed property svn:keywords.
3341 * ManualTests/frames/resources/blit-on-scroll-subsubframe.html: Removed property svn:keywords.
3342 * ManualTests/plugins/plugin-paint-causes-layout.html: Removed property svn:keywords.
3343 * ManualTests/screen-availLeft.html: Removed property svn:keywords.
3344 * ManualTests/transition-accelerated.html: Removed property svn:keywords.
3346 2015-02-17 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3348 [CMAKE] Remove CMakeLists.txt in WK1 port
3349 https://bugs.webkit.org/show_bug.cgi?id=141617
3351 Reviewed by Anders Carlsson.
3353 Nobody uses CMake in WK1 port. Remove it.
3357 2015-02-13 Csaba Osztrogonác <ossy@webkit.org>
3359 Unreviewed, remove empty directories.
3361 * ManualTests/qt: Removed.
3363 2015-02-11 Carlos Alberto Lopez Perez <clopez@igalia.com>
3365 [CMake] Don't set flag fuse-ld on the C/C++ compiler flags, but on the linker flags.
3366 https://bugs.webkit.org/show_bug.cgi?id=141481
3368 Reviewed by Csaba Osztrogonác.
3370 * Source/cmake/OptionsCommon.cmake: Move -fuse-ld=gold to the linker flags.
3372 2015-02-11 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3374 [EFL][GTK] Use bmalloc instead of tcmalloc
3375 https://bugs.webkit.org/show_bug.cgi?id=140162
3377 Reviewed by Carlos Garcia Campos.
3379 Add bmalloc directory to build list.
3381 * CMakeLists.txt: Define BMALLOC_DIR directory.
3382 * Source/CMakeLists.txt: Add bmalloc path to sub-directories list.
3384 2015-02-11 Carlos Garcia Campos <cgarcia@igalia.com>
3386 [GTK] Add default color chooser implementation using GtkColorChooserDialog
3387 https://bugs.webkit.org/show_bug.cgi?id=141392
3389 Reviewed by Gustavo Noronha Silva.
3391 Enable INPUT_TYPE_COLOR by default for GTK+ port.
3393 * Source/cmake/OptionsGTK.cmake:
3395 2015-02-09 Sergio Villar Senin <svillar@igalia.com>
3397 ASSERTION FAILED: resolvedInitialPosition <= resolvedFinalPosition in WebCore::GridSpan::GridSpan
3398 https://bugs.webkit.org/show_bug.cgi?id=141328
3400 Reviewed by Darin Adler.
3402 Added as manual test because it involves a huge grid allocation
3403 which is very slow on Debug bots, the only ones capable to trigger
3406 * ManualTests/css-grid-layout-item-with-huge-span-crash.html: Added.
3408 2015-02-05 Youenn Fablet <youenn.fablet@crf.canon.fr> and Xabier Rodriguez Calvar <calvaris@igalia.com>
3410 [Streams API] Implement a barebone ReadableStream interface
3411 https://bugs.webkit.org/show_bug.cgi?id=141045
3413 Reviewed by Benjamin Poulain.
3415 * Source/cmake/WebKitFeatures.cmake:
3416 * Source/cmakeconfig.h.cmake: Made streams API compilation on by default.
3418 2015-02-02 Filip Pizlo <fpizlo@apple.com>
3420 Revert accidental change in r179490.
3424 2015-02-02 Filip Pizlo <fpizlo@apple.com>
3426 Unreviewed, revert accidental change to Makefile.shared in r179478
3430 2015-01-28 Carlos Alberto Lopez Perez <clopez@igalia.com>
3432 [CMake] Minimum python version should be 2.7.
3433 https://bugs.webkit.org/show_bug.cgi?id=140997
3435 Reviewed by Csaba Osztrogonác.
3439 2015-01-26 Nikos Andronikos <nikos.andronikos-webkit@cisra.canon.com.au>
3441 Apply feTurbulence spec change to fix zero length vector generation
3442 https://bugs.webkit.org/show_bug.cgi?id=140812
3444 Reviewed by Darin Adler.
3446 Recently a bug with the turbulence algorithm was corrected in the
3447 Filter Effects specification.
3448 For some seed values this bug allowed zero length vectors to be generated.
3449 This resulted in large solid color squares being present in the generated image.
3450 The feTurbulence algorithm was updated to reject zero length vectors. This patch
3451 applies that change in WebCore.
3453 Test: svg/filters/feTurbulence_bad_seeds.html
3455 * platform/graphics/filters/FETurbulence.cpp:
3456 (WebCore::FETurbulence::initPaint):
3457 Added rejection sampling during vector generation to avoid zero length vectors.
3459 2015-01-26 Csaba Osztrogonác <ossy@webkit.org>
3461 [cmake] Remove compiler version calculate cruft
3462 https://bugs.webkit.org/show_bug.cgi?id=140885
3464 Reviewed by Darin Adler.
3466 * Source/cmake/WebKitHelpers.cmake:
3468 2015-01-26 Csaba Osztrogonác <ossy@webkit.org>
3470 [cmake] Stop compiling with -Wno-error=uninitialized and -Wno-error=literal-suffix
3471 https://bugs.webkit.org/show_bug.cgi?id=140886
3473 Reviewed by Žan Doberšek.
3475 * Source/cmake/WebKitHelpers.cmake:
3477 2015-01-26 Michael Catanzaro <mcatanzaro@igalia.com>
3479 [GTK] gtkdoc does not appear in DevHelp
3480 https://bugs.webkit.org/show_bug.cgi?id=139369
3482 Reviewed by Philippe Normand.
3484 Expect the gtkdoc to be generated in folders named with the API version.
3486 * Source/PlatformGTK.cmake:
3488 2015-01-26 Zan Dobersek <zdobersek@igalia.com>
3490 [EFL][GTK] Stop compiling with fno-omit-frame-pointer, -fno-tree-dce
3491 https://bugs.webkit.org/show_bug.cgi?id=140609
3493 Reviewed by Csaba Osztrogonác.
3495 The latest releases of GCC versions 4.7, 4.8 and 4.9 all compile and
3496 run JSC tests fine without the -fno-tree-dce and -fno-omit-frame-pointer
3497 compilation flags. Those were added after the jsCStack branch merge, but
3498 can now be removed since the -ftree-dce issues were fixed in GCC, and
3499 changes in r173282 and r173298 again enable compiling with -fomit-frame-pointer.
3501 * Source/cmake/OptionsEfl.cmake:
3502 * Source/cmake/OptionsGTK.cmake:
3504 2015-01-26 Commit Queue <commit-queue@webkit.org>
3506 Unreviewed, rolling out r179107.
3507 https://bugs.webkit.org/show_bug.cgi?id=140880
3509 The GCC in the bots doesn't support the AsyncTask
3510 implementation (Requested by KaL on #webkit).
3514 "[GTK] Enable IndexedDB"
3515 https://bugs.webkit.org/show_bug.cgi?id=98932
3516 http://trac.webkit.org/changeset/179107
3518 2015-01-25 Carlos Garcia Campos <cgarcia@igalia.com>
3520 [GTK] Enable IndexedDB
3521 https://bugs.webkit.org/show_bug.cgi?id=98932
3523 Reviewed by Žan Doberšek.
3525 * Source/cmake/OptionsGTK.cmake: Enable DATABASE_PROCESS and INDEXED_DATABASE.
3526 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_DATABASE_PROCESS.
3528 2015-01-23 Carlos Garcia Campos <cgarcia@igalia.com>
3530 [GTK] Add initial database process support
3531 https://bugs.webkit.org/show_bug.cgi?id=139491
3533 Reviewed by Sergio Villar Senin.
3535 * Source/cmake/OptionsGTK.cmake: Set WebKit2_DatabaseProcess_OUTPUT_NAME.
3537 2015-01-22 Ryosuke Niwa <rniwa@webkit.org>
3539 Add a build flag for ES6 class syntax
3540 https://bugs.webkit.org/show_bug.cgi?id=140760
3542 Reviewed by Michael Saboff.
3544 * Source/cmake/WebKitFeatures.cmake:
3545 * Source/cmakeconfig.h.cmake:
3547 2015-01-21 Csaba Osztrogonác <ossy@webkit.org>
3549 [EFL][WK2] EFL MiniBrowser doesn't run because shared library is not found
3550 https://bugs.webkit.org/show_bug.cgi?id=140049
3552 Reviewed by Gyuyoung Kim.
3554 * Source/cmake/OptionsCommon.cmake:
3556 2015-01-21 Csaba Osztrogonác <ossy@webkit.org>
3558 Remove ENABLE(INSPECTOR) ifdef guards
3559 https://bugs.webkit.org/show_bug.cgi?id=140668
3561 Reviewed by Darin Adler.
3563 * Source/PlatformEfl.cmake:
3564 * Source/cmake/OptionsEfl.cmake:
3565 * Source/cmake/OptionsGTK.cmake:
3566 * Source/cmake/OptionsMac.cmake:
3567 * Source/cmake/WebKitFeatures.cmake:
3568 * Source/cmakeconfig.h.cmake:
3570 2015-01-20 Carlos Garcia Campos <cgarcia@igalia.com>
3572 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.4 release.
3574 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
3576 2015-01-19 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3578 [CMAKE] Fix cmake warning
3579 https://bugs.webkit.org/show_bug.cgi?id=140497
3581 Reviewed by Gustavo Noronha Silva.
3583 r173155 already tried to fix cmake warning though, the warning is still exist.
3584 CMAKE_LINK_INTERFACE_LIBRARIES seems to cause this warning. Individual target is
3585 already set for their libraries though, INTERFACE_LINK_LIBRARIES contains the list
3586 of transitive link dependencies, and CMAKE_LINK_INTERFACE_LIBRARIES can override
3587 the INTERFACE_LINK_LIBRARIES property when CMP0022 is not set. CMake warns this override.
3588 To avoid it, EFL port doesn't set CMAKE_LINK_INTERFACE_LIBRARIES.
3592 2015-01-19 Michael Catanzaro <mcatanzaro@igalia.com>
3594 [GTK] Generate the make dist manifest from a CMake template file
3595 https://bugs.webkit.org/show_bug.cgi?id=139387
3597 Reviewed by Martin Robinson.
3599 Generate manifest.txt from manifest.txt.in. Only expose the dist and
3600 distcheck targets for developer builds, as they won't work when
3601 building from a tarball because the manifest is not distributed.
3603 * Source/PlatformGTK.cmake:
3605 2015-01-15 Csaba Osztrogonác <ossy@webkit.org>
3607 Remove ENABLE(SQL_DATABASE) guards
3608 https://bugs.webkit.org/show_bug.cgi?id=140434
3610 Reviewed by Darin Adler.
3612 * Source/cmake/OptionsMac.cmake:
3613 * Source/cmake/WebKitFeatures.cmake:
3614 * Source/cmakeconfig.h.cmake:
3616 2015-01-11 Sam Weinig <sam@webkit.org>
3618 Remove support for SharedWorkers
3619 https://bugs.webkit.org/show_bug.cgi?id=140344
3621 Reviewed by Anders Carlsson.
3623 * Source/cmake/OptionsEfl.cmake:
3624 * Source/cmake/OptionsGTK.cmake:
3625 * Source/cmake/OptionsMac.cmake:
3626 * Source/cmake/WebKitFeatures.cmake:
3627 * Source/cmakeconfig.h.cmake:
3629 2015-01-10 Dan Bernstein <mitz@apple.com>
3631 [Xcode, iOS] Files are recompiled when alternating between using make and the Xcode IDE
3632 https://bugs.webkit.org/show_bug.cgi?id=140339
3634 Reviewed by Mark Rowe.
3636 * Makefile.shared: Run xcodebuild with the same PATH with which the Xcode IDE runs. This
3637 prevents unnecessary rebuilding due to PATH differences.
3639 2015-01-07 Gwang Yoon Hwang <yoon@igalia.com>
3641 [GTK][ThreadedCompositor] Add support for threaded compositor.
3642 https://bugs.webkit.org/show_bug.cgi?id=118265
3644 Reviewed by Martin Robinson.
3646 Added the ENABLE_THREADED_COMPOSITOR feature flag to the cmake and
3647 autotools build systems. The feature is disabled by default.
3648 And remove deprecated the WTF_USE_TILED_BACKING_STORE feature flag
3649 from the feature flags.
3651 * Source/cmake/OptionsEfl.cmake:
3652 * Source/cmake/OptionsGTK.cmake:
3653 * Source/cmake/WebKitFeatures.cmake:
3654 * Source/cmakeconfig.h.cmake:
3656 2014-12-23 Alexey Proskuryakov <ap@apple.com>
3658 Simplify building with ASan
3659 https://bugs.webkit.org/show_bug.cgi?id=139916
3661 Reviewed by Mark Rowe.
3663 * Makefile.shared: Invoke set-webkit-configuration to store ASan choice as appropriate.
3665 2014-12-16 Carlos Garcia Campos <cgarcia@igalia.com>
3667 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.3 release.
3669 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
3671 2014-12-10 Jon Honeycutt <jhoneycutt@apple.com>
3673 Null dereference performing a "TapAndAHalf" gesture in Google search field
3675 <https://bugs.webkit.org/show_bug.cgi?id=139506>
3676 <rdar://problem/19028828>
3678 Reviewed by Darin Adler.
3680 * ManualTests/ios/tap-and-a-half-gesture-in-empty-text-field.html: Added.
3682 2014-12-10 Dean Jackson <dino@apple.com>
3684 Blur filter performance test doesn't provide results
3685 https://bugs.webkit.org/show_bug.cgi?id=139462
3687 Reviewed by Sam Weinig.
3689 This can't currently work under our performance test
3690 infrastructure. Move it to a manual test to avoid
3691 putting FAILures into the results.
3693 * ManualTests/blur-filter-timing.html: Renamed from PerformanceTests/Interactive/blur-filter-timing.html.
3695 2014-12-09 Gustavo Noronha Silva <gustavo.noronha@collabora.com>
3697 [GTK][WK2] Add HTML5 Notifications support
3698 https://bugs.webkit.org/show_bug.cgi?id=61140
3700 Reviewed by Carlos Garcia Campos.
3702 * Source/cmake/FindLibNotify.cmake: Added.
3703 * Source/cmake/OptionsGTK.cmake: add option to enable notifications, look for
3704 libnotify and use it for a default implementation when found.
3706 2014-12-09 Bem Jones-Bey <bjonesbe@adobe.com>
3708 REGRESSION(r155906): Page content disappears on Tuaw article after loading
3709 https://bugs.webkit.org/show_bug.cgi?id=138100
3711 Reviewed by Simon Fraser.
3713 DRT causes an extra paint which makes it impossible to test this with
3716 * ManualTests/float-layer-not-painting.html: Added.
3718 2014-12-07 Alberto Garcia <berto@igalia.com>
3720 [GTK] WebKit has a new required dependency on GnuTLS
3721 https://bugs.webkit.org/show_bug.cgi?id=136158
3723 Reviewed by Martin Robinson.
3725 Detect if GnuTLS is installed and enable or disable subtle crypto
3726 support accordingly.
3728 * Source/cmake/OptionsGTK.cmake:
3730 2014-12-07 Carlos Garcia Campos <cgarcia@igalia.com>
3732 [GTK] Missing API detected in GObject DOM bindings after r176630
3733 https://bugs.webkit.org/show_bug.cgi?id=139201
3735 Reviewed by Gustavo Noronha Silva.
3737 Change GENERATE_BINDINGS macro to receive a list of optional
3738 additional dependencies, so that we can add more dependecies
3739 without having to change the macro.
3741 * Source/cmake/WebKitMacros.cmake:
3743 2014-12-05 Simon Fraser <simon.fraser@apple.com>
3745 Programmatic scrolling and content changes are not always synchronized
3746 https://bugs.webkit.org/show_bug.cgi?id=139245
3747 rdar://problem/18833612
3749 Reviewed by Anders Carlsson.
3751 Manual test that tries to sync layout with programmatic scrolling.
3753 * ManualTests/programmatic-scroll-flicker.html: Added.
3755 2014-12-04 Alberto Garcia <berto@igalia.com>
3757 can not find cairo-gl.h when build webkit with gtk on ubuntu 14.04
3758 https://bugs.webkit.org/show_bug.cgi?id=136576
3760 Reviewed by Carlos Garcia Campos.
3762 CMake should complain if Accelerated 2D Canvas is explicitly
3763 enabled but cairo-gl is not found.
3765 * Source/cmake/OptionsGTK.cmake:
3767 2014-12-03 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
3769 [EFL] Add subtle crypto to the build system
3770 https://bugs.webkit.org/show_bug.cgi?id=138612
3772 Reviewed by Csaba Osztrogonác.
3774 * Source/cmake/OptionsEfl.cmake:
3776 2014-12-01 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3778 [EFL] Add a ENABLE_CSS_SCROLL_SNAP macro to CMake build system
3779 https://bugs.webkit.org/show_bug.cgi?id=139085
3781 Reviewed by Andreas Kling.
3783 * Source/cmake/OptionsEfl.cmake: Add ENABLE_CSS_SCROLL_SNAP.
3784 * Source/cmake/WebKitFeatures.cmake: ditto.
3785 * Source/cmakeconfig.h.cmake: ditto.
3787 2014-11-30 Ryuan Choi <ryuan.choi@navercorp.com>
3789 [EFL] Drop support for the EFL 1.7
3790 https://bugs.webkit.org/show_bug.cgi?id=139114
3792 Reviewed by Gyuyoung Kim.
3794 * Source/cmake/EFLHelpers.cmake: Removed.
3795 * Source/cmake/FindEcore.cmake: Removed.
3796 * Source/cmake/FindEdje.cmake: Removed.
3797 * Source/cmake/FindEet.cmake: Removed.
3798 * Source/cmake/FindEeze.cmake: Removed.
3799 * Source/cmake/FindEfreet.cmake: Removed.
3800 * Source/cmake/FindEina.cmake: Removed.
3801 * Source/cmake/FindElementary.cmake: Removed.
3802 * Source/cmake/FindEvas.cmake: Removed.
3803 * Source/cmake/OptionsEfl.cmake:
3805 2014-11-28 Philippe Normand <pnormand@igalia.com>
3807 [CMake] Build failure against GStreamer git master
3808 https://bugs.webkit.org/show_bug.cgi?id=138872
3810 Reviewed by Csaba Osztrogon.
3812 * Source/cmake/FindGStreamer.cmake: Simplified the
3813 FIND_GSTREAMER_COMPONENT macro. Trust pkg-config for include
3814 headers lookup, there's no need to do this manually. Also
3815 explicitely check the version specified in GStreamer_FIND_VERSION.
3817 2014-11-27 Ryuan Choi <ryuan.choi@navercorp.com>
3819 [EFL] Remove E_Dbus dependency
3820 https://bugs.webkit.org/show_bug.cgi?id=136355
3822 Reviewed by Gyuyoung Kim.
3824 * Source/cmake/FindE_DBus.cmake: Removed.
3825 * Source/cmake/OptionsEfl.cmake:
3827 2014-11-24 Carlos Garcia Campos <cgarcia@igalia.com>
3829 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.1 release.
3831 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
3833 2014-11-20 Csaba Osztrogonác <ossy@webkit.org>
3835 [CMake] Use ld.gold if it is available to speedup builds
3836 https://bugs.webkit.org/show_bug.cgi?id=137953
3838 Reviewed by Carlos Garcia Campos.
3840 * Source/cmake/OptionsCommon.cmake:
3842 2014-11-19 Akos Kiss <akiss@inf.u-szeged.hu>
3844 Fix the detection of toolchain support for Cortex-A53 erratum 835769 workaround
3845 https://bugs.webkit.org/show_bug.cgi?id=138840
3847 Reviewed by Csaba Osztrogonác.
3849 * Source/cmake/OptionsCommon.cmake:
3851 2014-11-13 Csaba Osztrogonác <ossy@webkit.org>
3853 Remove Source/Platform cruft
3854 https://bugs.webkit.org/show_bug.cgi?id=138658
3856 Reviewed by Anders Carlsson.
3859 * Source/Platform: Removed.
3861 2014-11-10 Akos Kiss <akiss@inf.u-szeged.hu>
3863 Enable Cortex-A53-specific code paths by default if core is detected.
3864 https://bugs.webkit.org/show_bug.cgi?id=138499
3866 Reviewed by Csaba Osztrogonác.
3868 On ARM64/Linux, check /proc/cpuinfo for CPU part 0xd03 (signaling
3869 Cortex-A53) and set the initial value of WTF_CPU_ARM64_CORTEXA53 to true
3872 Since on ARM64/Linux the part number that cpuinfo reports depends on
3873 the core the query is run on, the check is bound to and executed on the
3874 available cores one by one.
3876 * Source/cmake/OptionsCommon.cmake:
3878 2014-11-10 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
3880 [EFL] Remove unnecessary version check from OptionsEfl.cmake
3881 https://bugs.webkit.org/show_bug.cgi?id=138498
3883 Reviewed by Csaba Osztrogonác.
3885 * Source/cmake/OptionsEfl.cmake:
3887 2014-11-07 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
3889 [EFL] Require at least EFL 1.9 if ENABLE(ACCESSIBILITY) after r175098
3890 https://bugs.webkit.org/show_bug.cgi?id=138465
3892 Reviewed by Gyuyoung Kim.
3894 * Source/cmake/OptionsEfl.cmake:
3896 2014-11-03 Dean Jackson <dino@apple.com>
3898 Add ENABLE_FILTERS_LEVEL_2 feature guard.
3899 https://bugs.webkit.org/show_bug.cgi?id=138362
3901 Reviewed by Tim Horton.
3903 Add a new feature define for Level 2 of CSS Filters.
3904 http://dev.w3.org/fxtf/filters-2/
3906 * Source/cmake/OptionsEfl.cmake:
3907 * Source/cmake/OptionsGTK.cmake:
3908 * Source/cmake/OptionsMac.cmake:
3909 * Source/cmake/WebKitFeatures.cmake:
3910 * Source/cmakeconfig.h.cmake:
3912 2014-11-03 Akos Kiss <akiss@inf.u-szeged.hu>
3914 Workaround for Cortex-A53 erratum 835769
3915 https://bugs.webkit.org/show_bug.cgi?id=138315
3917 Reviewed by Filip Pizlo.
3919 This patch introduces CMake variable and preprocessor macro
3920 WTF_CPU_ARM64_CORTEXA53 with the aim of enabling Cortex-A53-specific
3921 code paths, if set true.
3923 * Source/cmake/OptionsCommon.cmake:
3924 Add -mfix-cortex-a53-835769 to the compiler flags if compiler supports
3926 * Source/cmakeconfig.h.cmake:
3927 #cmakedefine01 for WTF_CPU_ARM64_CORTEXA53
3929 2014-11-02 Akos Kiss <akiss@inf.u-szeged.hu>
3931 [GTK] Fix the build of FTL JIT
3932 https://bugs.webkit.org/show_bug.cgi?id=138298
3934 Reviewed by Carlos Garcia Campos.
3936 * Source/cmake/OptionsGTK.cmake:
3937 Remove the need for the LIBCXXABI package.
3939 2014-11-01 Carlos Garcia Campos <cgarcia@igalia.com>
3941 REGRESSION(CMake): Make it possible to build without introspection
3942 https://bugs.webkit.org/show_bug.cgi?id=138006
3944 Reviewed by Philippe Normand.
3946 Add ENABLE_INTROSPECTION option.
3948 * Source/PlatformGTK.cmake: Dot not add gir global target if
3949 introspection is disabled.
3950 * Source/cmake/OptionsGTK.cmake: Do not add gir individual targets if