1 2016-03-09 Konstantin Tokarev <annulen@yandex.ru>
3 [cmake] Fixed All-in-One build.
4 https://bugs.webkit.org/show_bug.cgi?id=155241
6 Reviewed by Csaba Osztrogonác.
8 * Source/cmake/WebKitMacros.cmake: Last item of WebCore_SOURCES was
9 not removed in PROCESS_ALLINONE_FILE.
11 2016-03-08 Myles C. Maxfield <mmaxfield@apple.com>
13 [EFL] Enable the SVG -> OTF Font Converter
14 https://bugs.webkit.org/show_bug.cgi?id=155192
16 Reviewed by Gyuyoung Kim.
18 * Source/cmake/OptionsEfl.cmake:
20 2016-03-08 Myles C. Maxfield <mmaxfield@apple.com>
22 [GTK] Enable the SVG -> OTF Font Converter
23 https://bugs.webkit.org/show_bug.cgi?id=155191
25 Reviewed by Martin Robinson.
27 * Source/cmake/OptionsGTK.cmake:
29 2016-03-05 Michael Catanzaro <mcatanzaro@igalia.com>
31 Unreviewed, fix GTK/EFL build after r197575 and add mandatory GnuTLS dependency
33 * Source/cmake/OptionsEfl.cmake:
34 * Source/cmake/OptionsGTK.cmake:
36 2016-03-02 Konstantin Tokarev <annulen@yandex.ru>
38 [cmake] Moved PRE/POST_BUILD_COMMAND to WEBKIT_FRAMEWORK.
39 https://bugs.webkit.org/show_bug.cgi?id=154651
41 Reviewed by Alex Christensen.
43 * Source/cmake/WebKitMacros.cmake: Used phony target instead of
44 CMake's PRE_BUILD COMMAND feature because the latter actually
45 generates pre-link target instead of pre-build.
47 2016-03-01 Alex Christensen <achristensen@webkit.org>
49 Reduce size of internal windows build output
50 https://bugs.webkit.org/show_bug.cgi?id=154763
52 Reviewed by Brent Fulgham.
54 * Source/cmake/OptionsWin.cmake:
56 2016-03-01 Commit Queue <commit-queue@webkit.org>
58 Unreviewed, rolling out r197056.
59 https://bugs.webkit.org/show_bug.cgi?id=154870
61 broke win ews (Requested by alexchristensen on #webkit).
65 "[cmake] Moved PRE/POST_BUILD_COMMAND to WEBKIT_FRAMEWORK."
66 https://bugs.webkit.org/show_bug.cgi?id=154651
67 http://trac.webkit.org/changeset/197056
69 2016-02-29 Konstantin Tokarev <annulen@yandex.ru>
71 [cmake] Allow using FindGLIB in case glib is optional dependency.
72 https://bugs.webkit.org/show_bug.cgi?id=154796
74 Reviewed by Michael Catanzaro.
76 FindGLIB caused internal CMake error in case glibconfig.h is not
79 * Source/cmake/FindGLIB.cmake:
81 2016-02-29 Commit Queue <commit-queue@webkit.org>
83 Unreviewed, rolling out r197297.
84 https://bugs.webkit.org/show_bug.cgi?id=154810
86 This change broke build of GTK from scratch (Requested by
91 "[cmake] Allow using FindGLIB in case glib is optional
93 https://bugs.webkit.org/show_bug.cgi?id=154796
94 http://trac.webkit.org/changeset/197297
96 2016-02-28 Konstantin Tokarev <annulen@yandex.ru>
98 [cmake] Allow using FindGLIB in case glib is optional dependency.
99 https://bugs.webkit.org/show_bug.cgi?id=154796
101 Reviewed by Michael Catanzaro.
103 FindGLIB caused internal CMake error in case GLIBCONFIG_INCLUDE_DIR is
106 * Source/cmake/FindGLIB.cmake:
108 2016-02-25 Myles C. Maxfield <mmaxfield@apple.com>
110 [Win] [SVG -> OTF Converter] Support the SVG -> OTF Font Converter
111 https://bugs.webkit.org/show_bug.cgi?id=143402
113 Reviewed by Alex Christensen.
115 Turn on by default, and turn on for Windows.
117 EFL and GTK already explicitly disable it in OptionsEfl.cmake and OptionsGTK.cmake.
119 * Source/cmake/OptionsWin.cmake:
120 * Source/cmake/WebKitFeatures.cmake:
122 2016-02-24 Nikos Andronikos <nikos.andronikos-webkit@cisra.canon.com.au>
124 [web-animations] Add AnimationTimeline, DocumentTimeline and add extensions to Document interface
125 https://bugs.webkit.org/show_bug.cgi?id=151688
127 Reviewed by Dean Jackson.
129 Enables the WEB_ANIMATIONS compiler switch.
131 * Source/cmake/OptionsWin.cmake:
133 2016-02-24 Konstantin Tokarev <annulen@yandex.ru>
135 [cmake] Moved PRE/POST_BUILD_COMMAND to WEBKIT_FRAMEWORK.
136 https://bugs.webkit.org/show_bug.cgi?id=154651
138 Reviewed by Alex Christensen.
140 * Source/cmake/WebKitMacros.cmake:
142 2016-02-22 Konstantin Tokarev <annulen@yandex.ru>
144 [cmake] Moved library setup code to WEBKIT_FRAMEWORK macro.
145 https://bugs.webkit.org/show_bug.cgi?id=154450
147 Reviewed by Alex Christensen.
149 * Source/cmake/WebKitMacros.cmake:
151 2016-02-18 Philippe Normand <pnormand@igalia.com>
153 [GStreamer] Bump internal jhbuild versions to 1.6.3
154 https://bugs.webkit.org/show_bug.cgi?id=149594
156 Reviewed by Michael Catanzaro.
158 * Source/cmake/FindGStreamer.cmake: Check gst-gl version for the latest stable release of GStreamer.
160 2016-02-18 Anders Carlsson <andersca@apple.com>
162 Get rid of the "All Source (target WebProcess)" scheme.
164 Rubber-stamped by Dan Bernstein.
166 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme: Removed.
168 2016-02-18 Michael Catanzaro <mcatanzaro@igalia.com>
170 [CMake] Remove LLVM support
171 https://bugs.webkit.org/show_bug.cgi?id=154370
173 Reviewed by Csaba Osztrogonác.
175 After switching all CMake ports to B3, this was only needed for the LLVM disassembler, which
176 has been removed from JSC. Feel free to bring this back if restoring the LLVM disassembler,
177 but for the time being this is dead code.
179 * Source/cmake/FindLLVM.cmake: Removed.
180 * Source/cmake/OptionsCommon.cmake:
182 2016-02-18 Joonghun Park <jh718.park@samsung.com>
184 [CMake] Remove meaningless conditional statements in CMakeLists.txt
185 https://bugs.webkit.org/show_bug.cgi?id=153778
187 Reviewed by Csaba Osztrogonác.
190 Use CMAKE_FOO_OUTPUT_DIRECTORY located in CMakeLists.txt as default value.
191 And remove conditional statements which has enclosed these one
192 because they don't have meaning anymore.
194 2016-02-15 Alex Christensen <achristensen@webkit.org>
196 Re-enable INTL on WinCairo
197 https://bugs.webkit.org/show_bug.cgi?id=154256
199 Reviewed by Michael Catanzaro.
201 * Source/cmake/OptionsWin.cmake:
202 Peavo updated icu and it works, so let's re-enable INTL on WinCairo to catch Windows build failures.
204 2016-02-12 Csaba Osztrogonác <ossy@webkit.org>
206 [EFL][GTK] Fix ENABLE(SVG_OTF_CONVERTER) build
207 https://bugs.webkit.org/show_bug.cgi?id=154165
209 Reviewed by Alex Christensen.
211 * Source/cmake/OptionsEfl.cmake:
212 * Source/cmake/OptionsGTK.cmake:
214 2016-02-11 Konstantin Tokarev <annulen@yandex.ru>
216 [cmake] Consolidate TextureMapper file and include dir lists.
217 https://bugs.webkit.org/show_bug.cgi?id=154106
219 Reviewed by Michael Catanzaro.
221 * Source/cmake/OptionsEfl.cmake: Expose USE_TEXTURE_MAPPER_GL to
223 * Source/cmake/OptionsWinCairo.cmake: Ditto.
225 2016-02-09 Csaba Osztrogonác <ossy@webkit.org>
227 [GTK][EFL] Fix several build configuration related to SamplingProfiler after r196245
228 https://bugs.webkit.org/show_bug.cgi?id=154033
230 Reviewed by Michael Catanzaro.
232 * Source/cmake/WebKitFeatures.cmake:
234 2016-02-09 Carlos Garcia Campos <cgarcia@igalia.com>
236 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.11.5 release.
238 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
240 2016-02-07 Yusuke Suzuki <utatane.tea@gmail.com>
242 [GTK][EFL] Enable SamplingProfiler
243 https://bugs.webkit.org/show_bug.cgi?id=153638
245 Reviewed by Michael Catanzaro.
247 Enable SamplingProfiler in GTK and EFL.
248 And added option to CMake to switch this from the build command.
250 * Source/cmake/OptionsEfl.cmake:
251 * Source/cmake/OptionsGTK.cmake:
252 * Source/cmake/WebKitFeatures.cmake:
254 2016-02-07 Konstantin Tokarev <annulen@yandex.ru>
256 [cmake] Move LLVM detection for LLVMDisassembler to OptionsCommon.cmake
257 https://bugs.webkit.org/show_bug.cgi?id=153961
259 Reviewed by Michael Catanzaro.
261 * Source/cmake/OptionsCommon.cmake:
262 * Source/cmake/OptionsEfl.cmake:
263 * Source/cmake/OptionsGTK.cmake:
265 2016-02-04 Csaba Osztrogonác <ossy@webkit.org>
267 Unreviewed non X86_64 buildfix after r196077.
269 * Source/cmake/OptionsEfl.cmake:
270 * Source/cmake/OptionsGTK.cmake:
272 2016-02-03 Michael Catanzaro <mcatanzaro@igalia.com>
274 [GTK][EFL] Switch FTL to B3
275 https://bugs.webkit.org/show_bug.cgi?id=153478
277 Reviewed by Csaba Osztrogonác.
279 * Source/cmake/OptionsEfl.cmake:
280 * Source/cmake/OptionsGTK.cmake:
282 2016-02-02 Joseph Pecoraro <pecoraro@apple.com>
284 Unreviewed attempt to fix Mac CMake build after r195999.
286 * Source/cmake/OptionsMac.cmake:
287 * Source/cmake/WebKitFeatures.cmake:
288 Add ENABLE_RESOURCE_USAGE to CMake builds.
290 2016-02-02 Alejandro G. Castro <alex@igalia.com>
292 [GTK][EFL] Upgrade OpenWebRTC dependency
293 https://bugs.webkit.org/show_bug.cgi?id=153489
295 Reviewed by Philippe Normand.
297 * Source/cmake/FindOpenWebRTC.cmake: Bump OpenWebRTC dependency,
298 required to make the mediastream work.
300 2016-02-01 Alex Christensen <achristensen@webkit.org>
302 [Win] WTFHeaderDetection.h no longer needed
303 https://bugs.webkit.org/show_bug.cgi?id=153753
304 rdar://problem/24434627
306 Reviewed by Darin Adler.
308 * Source/cmake/WebKitFS.cmake:
310 2016-01-31 Joonghun Park <jh718.park@samsung.com>
312 [EFL] All API tests are broken on 15.10
313 https://bugs.webkit.org/show_bug.cgi?id=153528
315 Reviewed by Gyuyoung Kim.
317 * CMakeLists.txt: Having include(WebKitCommon) statement follow
318 CMAKE_FOO_OUTPUT_DIRECTORY otherwise all the API tests gets blocked.
320 2016-01-30 Yusuke Suzuki <utatane.tea@gmail.com>
322 Enable SamplingProfiler on POSIX environment
323 https://bugs.webkit.org/show_bug.cgi?id=153584
325 Reviewed by Michael Saboff.
327 Add features.h header check. It will define __GLIBC__.
329 * Source/cmake/OptionsCommon.cmake:
331 2016-01-27 Alexey Proskuryakov <ap@apple.com>
333 Remove ENABLE_CURRENTSRC
334 https://bugs.webkit.org/show_bug.cgi?id=153545
336 Reviewed by Simon Fraser.
338 * Source/cmake/OptionsEfl.cmake:
339 * Source/cmake/OptionsGTK.cmake:
340 * Source/cmake/OptionsMac.cmake:
341 * Source/cmake/OptionsWin.cmake:
342 * Source/cmake/WebKitFeatures.cmake:
343 * Source/cmake/tools/vsprops/FeatureDefines.props:
344 * Source/cmake/tools/vsprops/FeatureDefinesCairo.props:
346 2016-01-25 Alex Christensen <achristensen@webkit.org>
348 Fix internal Windows build
349 https://bugs.webkit.org/show_bug.cgi?id=153469
351 Reviewed by Brent Fulgham.
353 * Source/cmake/WebKitMacros.cmake:
354 Pass the GPERF_EXECUTABLE that we found to make-hash-tools.pl.
356 2016-01-23 Aaron Chu <arona.chu@gmail.com>
358 Web Inspector: AXI: node-link-list should be collapsible
359 https://bugs.webkit.org/show_bug.cgi?id=130911
361 Added a manual test to test the node list in the Accessibility Inspector
363 Reviewed by Timothy Hatcher.
365 * ManualTests/accessibility/collapsible-node-link-list.html: Added.
367 2016-01-22 Alex Christensen <achristensen@webkit.org>
369 Fix internal Windows build
370 https://bugs.webkit.org/show_bug.cgi?id=153385
371 rdar://problem/24310408
373 Reviewed by Brian Weinstein.
375 * Source/cmake/WinTools.make:
376 * Source/cmake/tools/vsprops: Copied from WebKitLibraries/win/tools/vsprops.
377 These property sheets are needed for some projects that are not in this repository
378 and don't use CMake in the official build. We want to leave them unchanged for now.
380 2016-01-22 Alex Christensen <achristensen@webkit.org>
382 Only set CMake output directories if they aren't already set
383 https://bugs.webkit.org/show_bug.cgi?id=153373
385 Reviewed by Michael Catanzaro.
388 r195242 caused Windows builds to copy files to bin instead of bin64.
389 CMAKE_RUNTIME_OUTPUT_DIRECTORY is being set in OptionsWin.cmake, and this was now resetting it.
390 This also makes it so you can set these variables by command line.
392 2016-01-20 Carlos Garcia Campos <cgarcia@igalia.com>
394 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.11.4 release.
396 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
398 2016-01-18 Michael Catanzaro <mcatanzaro@igalia.com>
400 [CMake] Duplicate attempts to find software during cmake stage
401 https://bugs.webkit.org/show_bug.cgi?id=153211
403 Reviewed by Martin Robinson.
405 * CMakeLists.txt: Remove duplication of commands in WebKitCommon.cmake.
406 * Source/cmake/WebKitCommon.cmake: Guard the entire file so it runs only once.
408 2016-01-17 Michael Catanzaro <mcatanzaro@igalia.com>
410 [CMake] Do not build bmalloc when USE_SYSTEM_MALLOC is ON
411 https://bugs.webkit.org/show_bug.cgi?id=153190
413 Reviewed by Csaba Osztrogonác.
415 Build bmalloc when NOT USE_SYSTEM_MALLOC rather than when NOT WIN32.
417 * Source/CMakeLists.txt:
418 * Source/cmake/OptionsWin.cmake:
420 2016-01-16 Jeremy Huddleston Sequoia <jeremyhu@apple.com>
422 [GTK] Use -Wl,-all_load on darwin to include contents of all static archives
424 https://bugs.webkit.org/show_bug.cgi?id=153117
426 Reviewed by Michael Catanzaro.
428 * Source/cmake/OptionsGTK.cmake:
430 2016-01-13 Carlos Garcia Campos <cgarcia@igalia.com>
432 [CMake] Do not use LLVM static libraries for FTL JIT
433 https://bugs.webkit.org/show_bug.cgi?id=151559
435 Reviewed by Michael Catanzaro.
437 Also export LLVM_LIBRARIES variable that can be used to prefer
438 linking to the llvm dynamic libraries.
440 * Source/cmake/FindLLVM.cmake:
442 2016-01-13 Michael Catanzaro <mcatanzaro@igalia.com>
444 [GTK] Add comments above options declarations in OptionsGTK.cmake
445 https://bugs.webkit.org/show_bug.cgi?id=153074
447 Reviewed by Martin Robinson.
449 * Source/cmake/OptionsGTK.cmake:
451 2016-01-12 Carlos Garcia Campos <cgarcia@igalia.com>
453 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.11.3 release.
455 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
457 2016-01-12 Ryosuke Niwa <rniwa@webkit.org>
459 Add a build flag for custom element
460 https://bugs.webkit.org/show_bug.cgi?id=153005
462 Reviewed by Alex Christensen.
464 * Source/cmake/OptionsEfl.cmake:
465 * Source/cmake/OptionsWin.cmake:
466 * Source/cmake/WebKitFeatures.cmake:
468 2016-01-08 Alex Christensen <achristensen@webkit.org>
470 Fix internal Windows build
471 https://bugs.webkit.org/show_bug.cgi?id=152937
473 Reviewed by Brent Fulgham.
475 * Source/cmake/WebKitCommon.cmake:
476 Try looking in the default cygwin installation directory for executables like bison, flex, gperf, and ruby.
477 This is needed on Windows builds that are not driven by cygwin, but need to use the cygwin installations of these tools.
478 This is the effective equivalent of this line in WebKitLibraries/win/tools/vsprops/common.props in the old build system:
479 set PATH=%SystemDrive%\cygwin\bin;%PATH%
481 2016-01-06 Gyuyoung Kim <gyuyoung.kim@webkit.org>
483 [EFL] Set WebKit2 process output name
484 https://bugs.webkit.org/show_bug.cgi?id=152773
486 Reviewed by Benjamin Poulain.
488 If we add *WebKit* prefix to each WK2 process, it is more clear when checking what process is running.
489 So this patch sets wk2 process output name.
491 * Source/cmake/OptionsEfl.cmake:
493 2016-01-05 Zan Dobersek <zdobersek@igalia.com>
495 [CMake] Remove USE_UDIS86 variable
496 https://bugs.webkit.org/show_bug.cgi?id=152731
498 Reviewed by Gyuyoung Kim.
500 Remove the USE_UDIS86 variable in CMake files. The specific build guard
501 is now enabled by default in Source/WTF/wtf/Platform.h, so the handling
502 in CMake isn't required anymore. The Udis86-specific files have to be
503 built unconditionally now, though.
505 * Source/cmake/OptionsEfl.cmake:
506 * Source/cmake/OptionsGTK.cmake:
507 * Source/cmake/OptionsMac.cmake:
509 2016-01-04 Alex Christensen <achristensen@webkit.org>
511 Fix Mac CMake build after r194454.
513 * Source/cmake/OptionsMac.cmake:
514 _macosx, _iphoneos, and _iphonesimulator are used in FeatureDefines.xcconfig but won't be used in CMake.
515 If we actually switch to CMake, we will need to verify that all the feature enabling is equivalent, and it isn't right now.
517 2015-12-31 Michael Catanzaro <mcatanzaro@igalia.com>
519 [GTK][CMake] Do not override default values of build options with the default value
520 https://bugs.webkit.org/show_bug.cgi?id=152615
522 Reviewed by Martin Robinson.
524 Override the default value of build options only when the default value for the GTK+ port
525 is actually different than the default value in WebKitFeatures.cmake. This way we don't
526 accidentally override changes to default values in WebKitFeatures.cmake. We should use the
527 values in WebKitFeatures.cmake except when we make an active choice to do otherwise.
529 * Source/cmake/OptionsGTK.cmake:
531 2015-12-31 Michael Catanzaro <mcatanzaro@igalia.com>
533 [CMake] Add error checking to WEBKIT_OPTION_DEFAULT_PORT_VALUE et. al.
534 https://bugs.webkit.org/show_bug.cgi?id=144069
536 Reviewed by Martin Robinson.
538 * Source/cmake/OptionsWin.cmake:
539 Do not set options that no longer exist.
540 * Source/cmake/WebKitFeatures.cmake:
541 Add error checking to ensure that option names passed to WEBKIT_OPTION_DEFAULT_PORT_VALUE,
542 WEBKIT_OPTION_CONFLICT, and WEBKIT_OPTION_DEPEND are actually valid options that have been
543 previously-defined. Also, add ENABLE_SVG_OTF_CONVERTER build option, defaulted to off since
544 no CMake port was using it.
546 2015-12-31 Michael Catanzaro <mcatanzaro@igalia.com>
548 [CMake] Add error checking to catch option manipulation after WEBKIT_OPTION_END
549 https://bugs.webkit.org/show_bug.cgi?id=152611
551 Reviewed by Martin Robinson.
553 If WEBKIT_OPTION_DEFINE is called after WEBKIT_OPTION_END, the option never makes its way
554 into FEATURE_DEFINES and so will be inconsistently set (available to most of the build, but
555 not to the DOM bindings generator, for example).
557 If WEBKIT_OPTION_DEFAULT_PORT_VALUE, WEBKIT_OPTION_CONFLICT, or WEBKIT_OPTION_DEPEND are
558 called after WEBKIT_OPTION_END, they don't do anything.
560 Add error checking to catch these bugs.
562 * Source/cmake/WebKitFeatures.cmake:
564 2015-12-30 Philippe Normand <pnormand@igalia.com>
566 [GTK][Mac] Disable gtk-doc
567 https://bugs.webkit.org/show_bug.cgi?id=150798
569 Reviewed by Michael Catanzaro.
571 * Source/PlatformGTK.cmake: gtkdoc-scangobj fails due to a clang
572 link error on Mac, so for now disable gtk-doc support on that
574 * Source/cmake/OptionsGTK.cmake: Ditto.
576 2015-12-23 Andy VanWagoner <andy@instructure.com>
578 [INTL] Implement Intl.DateTimeFormat.prototype.resolvedOptions ()
579 https://bugs.webkit.org/show_bug.cgi?id=147603
581 Reviewed by Benjamin Poulain.
583 * Source/cmake/OptionsWin.cmake: Disable INTL on Windows for now
585 2015-12-16 Youenn Fablet <youenn.fablet@crf.canon.fr>
587 [Fetch API] Add fetch API compile time flag
588 https://bugs.webkit.org/show_bug.cgi?id=152254
590 Reviewed by Darin Adler.
592 * Source/cmake/OptionsWin.cmake:
593 * Source/cmake/WebKitFeatures.cmake:
595 2015-12-10 Brent Fulgham <bfulgham@apple.com>
597 [Win] Support building under Cygwin or native Perl
598 https://bugs.webkit.org/show_bug.cgi?id=152145
599 <rdar://problem/23839868>
601 Reviewed by David Kilzer.
603 * Source/cmake/tools/scripts/auto-version.pl: Correct handling of mixed DOS filenames when used in a
607 2015-12-09 Daniel Bates <dabates@apple.com>
609 [iOS] Suspend and resume device motion and device orientation updates when page is hidden and visible, respectively
610 https://bugs.webkit.org/show_bug.cgi?id=151840
611 <rdar://problem/23753931>
613 Reviewed by Simon Fraser.
615 Add a manual test that can be used to verify that we suspend dispatching device motion and
616 device orientation events when the page is hidden.
618 * ManualTests/ios/resources/suspend-orientation-and-motion-events-when-page-becomes-hidden.js: Added.
621 (handleVisibilityChange):
622 * ManualTests/ios/suspend-orientation-and-motion-events-when-page-becomes-hidden.html: Added.
624 2015-12-07 Alex Christensen <achristensen@webkit.org>
626 Fix internal Windows build
627 https://bugs.webkit.org/show_bug.cgi?id=151950
629 Reviewed by Brent Fulgham.
631 * Source/cmake/tools/scripts/auto-version.pl:
633 2015-12-01 Yusuke Suzuki <utatane.tea@gmail.com>
635 [ES6] Implement LLInt/Baseline Support for ES6 Generators and enable this feature
636 https://bugs.webkit.org/show_bug.cgi?id=150792
638 Reviewed by Saam Barati.
640 * Source/cmake/OptionsWin.cmake:
641 * Source/cmake/WebKitFeatures.cmake:
643 2015-12-01 Commit Queue <commit-queue@webkit.org>
645 Unreviewed, rolling out r192914.
646 https://bugs.webkit.org/show_bug.cgi?id=151734
648 JSC tests for this change are failing on 32 and 64-bit bots
649 (Requested by ryanhaddad on #webkit).
653 "[ES6] Implement LLInt/Baseline Support for ES6 Generators and
655 https://bugs.webkit.org/show_bug.cgi?id=150792
656 http://trac.webkit.org/changeset/192914
658 2015-12-01 Yusuke Suzuki <utatane.tea@gmail.com>
660 [ES6] Implement LLInt/Baseline Support for ES6 Generators and enable this feature
661 https://bugs.webkit.org/show_bug.cgi?id=150792
663 Reviewed by Saam Barati.
665 * Source/cmake/OptionsWin.cmake:
666 * Source/cmake/WebKitFeatures.cmake:
668 2015-11-23 Carlos Garcia Campos <cgarcia@igalia.com>
670 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.11.2 release.
672 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
674 2015-11-20 Alex Christensen <achristensen@webkit.org>
676 Remove NETWORK_PROCESS compile flag
677 https://bugs.webkit.org/show_bug.cgi?id=151512
679 Reviewed by Tim Horton.
681 * Source/cmake/OptionsEfl.cmake:
682 * Source/cmake/OptionsGTK.cmake:
683 * Source/cmake/OptionsMac.cmake:
684 * Source/cmake/WebKitFeatures.cmake:
686 2015-11-20 Csaba Osztrogonác <ossy@webkit.org>
688 [EFL] Enable FTL JIT by default on X86_64
689 https://bugs.webkit.org/show_bug.cgi?id=143822
691 Reviewed by Carlos Garcia Campos.
693 * Source/cmake/OptionsEfl.cmake:
695 2015-11-19 Commit Queue <commit-queue@webkit.org>
697 Unreviewed, rolling out r192667 and r192668.
698 https://bugs.webkit.org/show_bug.cgi?id=151476
700 broke api tests (Requested by alexchristensen on #webkit).
704 "Remove the non-NetworkProcess configurations"
705 https://bugs.webkit.org/show_bug.cgi?id=151418
706 http://trac.webkit.org/changeset/192667
708 "Fix GTK Build after r192667."
709 http://trac.webkit.org/changeset/192668
711 2015-11-19 Alex Christensen <achristensen@webkit.org>
713 Remove the non-NetworkProcess configurations
714 https://bugs.webkit.org/show_bug.cgi?id=151418
716 Reviewed by Geoffrey Garen.
718 * Source/cmake/OptionsEfl.cmake:
719 * Source/cmake/OptionsGTK.cmake:
720 * Source/cmake/OptionsMac.cmake:
721 * Source/cmake/WebKitFeatures.cmake:
723 2015-11-17 Carlos Garcia Campos <cgarcia@igalia.com>
725 REGRESSION(r192459): [GTK] User agent string is broken after r192459
726 https://bugs.webkit.org/show_bug.cgi?id=151347
728 Reviewed by Žan Doberšek.
730 Pass UA version numbers as strings to the build.
732 * Source/cmake/OptionsGTK.cmake:
734 2015-11-16 Alex Christensen <achristensen@webkit.org>
736 Fix CMake build and make PluginProcess executable
737 https://bugs.webkit.org/show_bug.cgi?id=151332
739 Reviewed by Tim Horton.
741 * Source/cmake/OptionsMac.cmake:
743 2015-11-16 Carlos Garcia Campos <cgarcia@igalia.com>
745 [GTK] Use FTL by default when LLVM 3.7 is available
746 https://bugs.webkit.org/show_bug.cgi?id=142128
748 Reviewed by Csaba Osztrogonác.
750 Enable FTL by default when architecture is X86_64. It requires
751 LLVM 3.7, but can be disabled manually as a cmake configure
754 * Source/cmake/FindLLVM.cmake: In debian llvm-config is only
755 available if the metapackage is installed and it points to
756 llvm-config-3.5. So, here we check first if the llvm-config is
757 from a recent enough version, and if not we check several
758 llvm-config-<version> programs, so this should work on any distro.
759 * Source/cmake/OptionsGTK.cmake: Enable FTL by default when
760 target architecture is X86_64, and check the LLVM is at least
761 3.7. The option is now public, since we want people to be able to
764 2015-11-11 Anders Carlsson <andersca@apple.com>
766 Enable cross-platform context menus by default
767 https://bugs.webkit.org/show_bug.cgi?id=151173
769 Reviewed by Tim Horton.
771 * Source/cmake/OptionsEfl.cmake:
773 2015-11-12 Csaba Osztrogonác <ossy@webkit.org>
775 Remove ENABLE(SATURATED_LAYOUT_ARITHMETIC) guards
776 https://bugs.webkit.org/show_bug.cgi?id=150972
778 Reviewed by Darin Adler.
780 * Source/cmake/OptionsMac.cmake:
781 * Source/cmake/WebKitFeatures.cmake:
783 2015-11-11 Philippe Normand <pnormand@igalia.com>
785 [GTK][Mac] don't install .frameworks
786 https://bugs.webkit.org/show_bug.cgi?id=151136
788 Reviewed by Alex Christensen.
790 * Source/cmake/WebKitMacros.cmake: Don't install framework files when building the GTK port on Mac.
792 2015-11-10 Pranjal Jumde <pjumde@apple.com>
794 Fixed crash loading Mozilla layout test editor/libeditor/crashtests/431086-1.xhtml.
795 https://bugs.webkit.org/show_bug.cgi?id=150252
796 <rdar://problem/23149470>
798 Reviewed by Brent Fulgham.
801 * Source/WebCore/editing/ios/EditorIOS.mm
802 * Source/WebCore/editing/mac/EditorMac.mm
803 In Editor::fontForSelection moved the node removal code, so that the
804 node is only removed if style is not NULL.
805 * Source/WebCore/editing/cocoa/EditorCocoa.mm
806 In Editor::styleForSelectionStart checking if the parentNode can
807 accept the styleElement node.
808 * LayoutTests/editing/execCommand/150252.xhtml
809 * LayoutTests/editing/execCommand/150252_minimal.xhtml
810 * LayoutTests/editing/execCommand/150252-expected.txt
811 * LayoutTests/editing/execCommand/150252_minimal-expected.txt
813 2015-11-09 Pranjal Jumde <pjumde@apple.com>
815 Fixed crash loading Mozilla layout test editor/libeditor/crashtests/431086-1.xhtml.
816 https://bugs.webkit.org/show_bug.cgi?id=150252
817 <rdar://problem/23149470>
819 Reviewed by Brent Fulgham.
821 * Source/WebCore/editing/ios/EditorIOS.mm
822 * Source/WebCore/editing/mac/EditorMac.mm
823 In Editor::fontForSelection moved the node removal code, so that the
824 node is only removed if style is not NULL.
825 * LayoutTests/editing/execCommand/150252.xhtml
826 * LayoutTests/editing/execCommand/150252_minimal.xhtml
827 * LayoutTests/editing/execCommand/150252-expected.txt
828 * LayoutTests/editing/execCommand/150252_minimal-expected.txt
830 2015-11-06 Daniel Bates <dabates@apple.com>
832 Teach Makefile to build LayoutTestRelay when building for iOS Simulator
833 https://bugs.webkit.org/show_bug.cgi?id=150849
835 Reviewed by Alexey Proskuryakov.
837 Add support for overriding the user-provided arguments SDKROOT and ARCHS
838 on a per Makefile basis.
842 2015-11-06 Philippe Normand <pnormand@igalia.com>
844 Unreviewed, GTK build fix after r192095.
846 * Source/cmake/FindGTK3.cmake:
848 2015-11-06 Philip Chimento <philip.chimento@gmail.com> and Michael Catanzaro <mcatanzaro@igalia.com>
850 [GTK] Re-enable Quartz backend on cmake build system
851 https://bugs.webkit.org/show_bug.cgi?id=144561
853 Reviewed by Philippe Normand.
855 * Source/cmake/FindGTK3.cmake: Set GTK3_SUPPORTS_QUARTZ based on
856 the presence of of gtk+-quartz-3.0 module.
857 * Source/cmake/OptionsGTK.cmake: Reintroduce the
858 ENABLE_QUARTZ_TARGET option to the CMake build, for building the
859 GTK+ Quartz backend on OS X.
861 2015-11-05 Nikos Andronikos <nikos.andronikos-webkit@cisra.canon.com.au>
863 Add runtime and compile time flags for enabling Web Animations API and model.
864 https://bugs.webkit.org/show_bug.cgi?id=150914
866 Reviewed by Benjamin Poulain.
868 Add ENABLE_WEB_ANIMATIONS compile time flag, runtime flag webAnimationsEnabled and Expose WK2 preference for runtime flag.
870 * Source/cmake/OptionsWin.cmake:
871 * Source/cmake/WebKitFeatures.cmake:
873 2015-11-03 Brent Fulgham <bfulgham@apple.com>
875 [Win] CMake build update.
877 Rubberstamped by Tim Horton.
879 * Source/PlatformWin.cmake: Add internal tool to build
880 rules for internal use.
882 2015-11-03 Carlos Garcia Campos <cgarcia@igalia.com>
884 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.11.1 release.
886 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
888 2015-11-02 Philippe Normand <pnormand@igalia.com>
890 [Mac][GTK] Disable Ninja response file support
891 https://bugs.webkit.org/show_bug.cgi?id=150801
893 Reviewed by Alex Christensen.
895 * Source/cmake/OptionsCommon.cmake: The OSX toolchain doesn't
896 support response files, so instruct Ninja to not generate those.
898 2015-11-02 Csaba Osztrogonác <ossy@webkit.org>
900 Fix the FTL JIT build with system LLVM on Linux
901 https://bugs.webkit.org/show_bug.cgi?id=150795
903 Reviewed by Filip Pizlo.
905 * Source/cmake/FindLLVM.cmake:
907 2015-11-02 Carlos Garcia Campos <cgarcia@igalia.com>
909 Unreviewed. Bump GTK+ versions numbers.
911 * Source/cmake/OptionsGTK.cmake:
913 2015-11-01 Yusuke Suzuki <utatane.tea@gmail.com>
915 [ES6] Support Generator Syntax
916 https://bugs.webkit.org/show_bug.cgi?id=150769
918 Reviewed by Geoffrey Garen.
920 Added ENABLE_ES6_GENERATORS flag.
922 * Source/cmake/OptionsWin.cmake:
923 * Source/cmake/WebKitFeatures.cmake:
925 2015-10-30 Gyuyoung Kim <gyuyoung.kim@webkit.org>
927 [EFL] Add Shadow DOM feature
928 https://bugs.webkit.org/show_bug.cgi?id=150611
930 Reviewed by Csaba Osztrogonác.
932 * Source/cmake/OptionsEfl.cmake:
933 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_SHADOW_DOM cmake variable.
935 2015-10-29 Alex Christensen <achristensen@webkit.org>
938 https://bugs.webkit.org/show_bug.cgi?id=150686
940 Reviewed by Filip Pizlo.
942 * Source/cmake/WebKitMacros.cmake:
944 2015-10-28 Alex Christensen <achristensen@webkit.org>
946 Compile and link with CMake on Mac
947 https://bugs.webkit.org/show_bug.cgi?id=150632
949 Reviewed by Tim Horton.
951 * Source/cmake/OptionsMac.cmake:
953 2015-10-26 Dana Burkart <dburkart@apple.com>
955 `make analyze` should build using the debug configuration
956 https://bugs.webkit.org/show_bug.cgi?id=150571
958 Reviewed by Lucas Forschler.
962 2015-10-26 Philippe Normand <pnormand@igalia.com>
964 Unreviewed, rolling out r191576.
966 broke the http/tests/media tests
970 "[GStreamer] Bump internal jhbuild versions to 1.6.0"
971 https://bugs.webkit.org/show_bug.cgi?id=149594
972 http://trac.webkit.org/changeset/191576
974 2015-10-26 ChangSeok Oh <changseok.oh@collabora.com>
976 [GStreamer] Bump internal jhbuild versions to 1.6.0
977 https://bugs.webkit.org/show_bug.cgi?id=149594
979 Reviewed by Philippe Normand.
981 Bump up the minimum reqirement version of gstreamer-gl to 1.6.0.
983 * Source/cmake/FindGStreamer.cmake:
985 2015-10-22 Philippe Normand <pnormand@igalia.com>
987 [GTK][Mac] ICU-related build fixes
988 https://bugs.webkit.org/show_bug.cgi?id=150032
990 Rubber-stamped by Darin Adler.
992 * Source/cmake/FindICU.cmake: Use pkg-config to hint at icu-i18n's library location.
994 2015-10-20 Yoav Weiss <yoav@yoav.ws>
996 Rename the PICTURE_SIZES flag to CURRENTSRC
997 https://bugs.webkit.org/show_bug.cgi?id=150275
999 Reviewed by Dean Jackson.
1001 * Source/cmake/OptionsEfl.cmake:
1002 * Source/cmake/OptionsGTK.cmake:
1003 * Source/cmake/OptionsMac.cmake:
1004 * Source/cmake/OptionsWin.cmake:
1005 * Source/cmake/WebKitFeatures.cmake:
1007 2015-10-14 Tomas Popela <tpopela@redhat.com>
1009 [GTK][EFL] Fix build with cmake 3.4
1010 https://bugs.webkit.org/show_bug.cgi?id=150117
1012 Explicitely include the CheckIncludeFiles module before using
1013 the CHECK_INCLUDE_FILES command.
1015 Reviewed by Žan Doberšek.
1017 * Source/cmake/FindOpenGL.cmake:
1018 * Source/cmake/FindWebP.cmake:
1019 * Source/cmake/OptionsEfl.cmake:
1021 2015-10-13 Dean Jackson <dino@apple.com>
1023 Device motion and orientation should only be visible from the main frame's security origin
1024 https://bugs.webkit.org/show_bug.cgi?id=150072
1025 <rdar://problem/23082036>
1027 Reviewed by Brent Fulgham.
1029 Add a manual test for cross-origin device orientation events, while
1030 we're waiting on the mock client to be supported everywhere.
1032 * ManualTests/deviceorientation-child-frame.html: Added.
1033 * ManualTests/deviceorientation-main-frame-only.html: Added.
1035 2015-10-12 Philip Chimento <philip.chimento@gmail.com>
1037 [GTK] OSX linker doesn't understand --whole-archive
1038 https://bugs.webkit.org/show_bug.cgi?id=144557
1040 Reviewed by Martin Robinson.
1042 * Source/cmake/OptionsGTK.cmake: Turn the macro
1043 ADD_WHOLE_ARCHIVE_TO_LIBRARIES into a no-op on Darwin systems,
1044 because XCode's linker doesn't have the --whole-archive option.
1046 2015-10-12 Philip Chimento <philip.chimento@gmail.com>
1048 [GTK] Use --version-script only on Linux
1049 https://bugs.webkit.org/show_bug.cgi?id=144555
1051 Reviewed by Philippe Normand.
1053 * Source/cmake/OptionsGTK.cmake: Don't add --version-script
1054 option on Darwin (whose linker doesn't support it.)
1056 2015-10-09 Gyuyoung Kim <gyuyoung.kim@webkit.org>
1058 [CMake] Remove ENABLE_SUBPIXEL_LAYOUT macro
1059 https://bugs.webkit.org/show_bug.cgi?id=149947
1061 Reviewed by Csaba Osztrogonác.
1063 ENABLE(SUBPIXEL_LAYOUT) was removed though, it is still alive in .cmake.
1066 * Source/cmake/OptionsMac.cmake:
1067 * Source/cmake/OptionsWin.cmake:
1068 * Source/cmake/WebKitFeatures.cmake:
1070 2015-10-06 Emanuele Aina <emanuele.aina@collabora.com>
1072 Fix ENABLE_OPENGL=OFF builds
1073 https://bugs.webkit.org/show_bug.cgi?id=146511
1075 Reviewed by Darin Adler.
1077 * Source/cmake/OptionsGTK.cmake: Make ENABLE_WAYLAND_TARGET depend on
1078 ENABLE_OPENGL due to EGL usage.
1080 2015-10-01 Wenson Hsieh <wenson_hsieh@apple.com>
1082 Convert focused-input-should-assist-on-touch.html into an automated test
1083 https://bugs.webkit.org/show_bug.cgi?id=149724
1085 Reviewed by Simon Fraser.
1087 Remove a manual test that can now be rewritten as an automated test.
1089 * ManualTests/ios/focused-input-should-assist-on-touch.html: Removed.
1091 2015-10-01 Brent Fulgham <bfulgham@apple.com>
1093 [Win] Unreviewed CMake build fix.
1095 * Source/cmake/OptionsWin.cmake: Clean up options setttings,
1096 and make sure exception handling is turned off.
1098 2015-09-30 Brent Fulgham <bfulgham@apple.com>
1100 [Win] Unreviewed build fix after CMake conversion.
1102 * Source/cmake/OptionsWin.cmake: Correct some Windows build flags.
1104 2015-09-29 Michael Catanzaro <mcatanzaro@igalia.com>
1106 [GTK][CMake] Warning about CMP0058
1107 https://bugs.webkit.org/show_bug.cgi?id=149627
1109 Reviewed by Martin Robinson.
1111 Opt-in to the new behavior for CMP0058.
1115 2015-09-28 Brent Fulgham <bfulgham@apple.com>
1117 [Win] Unreviewed build fix for internal systems.
1119 * Source/cmake/OptionsWin.cmake: Preferentially use the build target
1120 location for include and link libraries, rather than the system locations.
1122 2015-09-28 Alex Christensen <achristensen@webkit.org>
1124 Build WK1 with CMake on Mac
1125 https://bugs.webkit.org/show_bug.cgi?id=149604
1127 Reviewed by Chris Dumez.
1129 * Source/cmake/OptionsMac.cmake:
1130 * Source/cmake/WebKitMacros.cmake:
1131 ObjC bindings now have their own list of IDL files, but some of them still don't generate a .mm file.
1133 2015-09-25 Alex Christensen <achristensen@webkit.org>
1135 Clean up CMake build on Mac
1136 https://bugs.webkit.org/show_bug.cgi?id=149573
1138 Reviewed by Chris Dumez.
1140 * Source/cmake/OptionsMac.cmake:
1142 2015-09-25 Alex Christensen <achristensen@webkit.org>
1144 [Win] Switch to CMake
1145 https://bugs.webkit.org/show_bug.cgi?id=148111
1147 Reviewed by Brent Fulgham.
1149 * Source/cmake/WinTools.make: Added.
1150 * Source/cmake/tools: Added.
1151 * Source/cmake/tools/scripts: Copied from WebKitLibraries/win/tools/scripts.
1152 * Source/cmake/tools/scripts/auto-version.pl: Copied from WebKitLibraries/win/tools/scripts/auto-version.pl.
1154 2015-09-25 Alex Christensen <achristensen@webkit.org>
1156 Prepare internal AppleWin build for CMake
1157 https://bugs.webkit.org/show_bug.cgi?id=149570
1159 Reviewed by Brent Fulgham.
1161 * Source/PlatformWin.cmake:
1162 Include internal CMake files if they exist.
1164 2015-09-22 Gyuyoung Kim <gyuyoung.kim@webkit.org>
1166 Add a file of pointer-lock to cmake ports
1167 https://bugs.webkit.org/show_bug.cgi?id=149453
1169 Reviewed by Csaba Osztrogonác.
1171 * Source/cmake/OptionsEfl.cmake: Add a ENABLE_POINTER_LOCK.
1173 2015-09-22 Carlos Alberto Lopez Perez <clopez@igalia.com>
1175 [CMake] Allow to enable OpenMP support.
1176 https://bugs.webkit.org/show_bug.cgi?id=149457
1178 Reviewed by Csaba Osztrogonác.
1180 * Source/cmake/OptionsCommon.cmake: Add the option USE_OPENMP that
1181 will enable the support for OpenMP. Currently this is only used as
1182 an alternative implementation to native threads for the parallelization
1183 of the SVG filters. But name the option with a generic name (USE_OPENMP)
1184 as it could be also used to enable future features that depend on OpenMP.
1186 2015-09-22 Ryuan Choi <ryuan.choi@navercorp.com>
1188 [EFL] Build break when DEVELOPER_MODE is OFF
1189 https://bugs.webkit.org/show_bug.cgi?id=149448
1191 Reviewed by Gyuyoung Kim.
1193 Since r187191, DatabaseProcessMainUnix is missing in symbol filter.
1195 * Source/cmake/eflsymbols.filter:
1197 2015-09-21 Alex Christensen <achristensen@webkit.org>
1199 Disable PICTURE_SIZES in Windows CMake build like r189745.
1200 https://bugs.webkit.org/show_bug.cgi?id=149125
1202 * Source/cmake/OptionsWin.cmake:
1203 Do the same thing as r189745.
1205 2015-09-20 Youenn Fablet <youenn.fablet@crf.canon.fr>
1207 Removing XHR_TIMEOUT guard
1209 Remove XHR_TIMEOUT compilation guard
1210 https://bugs.webkit.org/show_bug.cgi?id=149260
1212 Reviewed by Benjamin Poulain.
1214 * Source/cmake/OptionsEfl.cmake:
1215 * Source/cmake/OptionsGTK.cmake:
1216 * Source/cmake/OptionsMac.cmake:
1217 * Source/cmake/OptionsWin.cmake:
1218 * Source/cmake/WebKitFeatures.cmake:
1220 2015-09-18 Alex Christensen <achristensen@webkit.org>
1222 Fix tests on Windows after switching to CMake.
1223 https://bugs.webkit.org/show_bug.cgi?id=149339
1225 Reviewed by Brent Fulgham.
1227 * Source/PlatformWin.cmake: Added to copy WebInspectorUI.
1229 2015-09-17 Alex Christensen <achristensen@webkit.org>
1231 Fix Windows EWS build after r189934.
1233 * Source/cmake/OptionsWin.cmake:
1234 Use WEBKIT_LIBRARIES environment variable if it exists.
1235 We have the WebKitLibraries directory separate from the repository copy on the EWS bots.
1237 2015-09-15 Ryosuke Niwa <rniwa@webkit.org>
1239 Add ShadowRoot interface and Element.prototype.attachShadow
1240 https://bugs.webkit.org/show_bug.cgi?id=149187
1242 Reviewed by Antti Koivisto.
1244 * Source/cmake/OptionsGTK.cmake:
1246 2015-09-15 Csaba Osztrogonác <ossy@webkit.org>
1248 [cmake] Enable debug fission only if it is supported
1249 https://bugs.webkit.org/show_bug.cgi?id=149161
1251 Reviewed by Martin Robinson.
1253 * Source/cmake/OptionsCommon.cmake:
1255 2015-09-14 Alex Christensen <achristensen@webkit.org>
1257 Progress towards CMake on Mac.
1258 https://bugs.webkit.org/show_bug.cgi?id=149123
1260 Reviewed by Chris Dumez.
1262 * Source/cmake/OptionsMac.cmake:
1263 * Source/cmake/WebKitFeatures.cmake:
1264 Defined and enabled some more features needed on Mac.
1265 * Source/cmake/WebKitMacros.cmake:
1266 Objective C bindings need special changes when generating:
1267 Some of the bindings do not generate a .mm file but the header is needed.
1268 Some of the bindings do generate a .mm file that doesn't compile but the header is needed.
1269 In order to handle these cases, it is necessary to change the GENERATE_BINDINGS macro just for ObjC.
1271 2015-09-08 Daniel Bates <dabates@apple.com>
1273 Convert manual test added in http://trac.webkit.org/changeset/70321 to an automated test
1274 https://bugs.webkit.org/show_bug.cgi?id=74729
1275 <rdar://problem/22550195>
1277 Reviewed by Jon Honeycutt.
1279 * ManualTests/compositing/resources/composited-subframe.html: Removed.
1280 * ManualTests/compositing/show-composited-iframe-on-back-button.html: Removed.
1282 2015-09-06 Andy Estes <aestes@apple.com>
1284 WebKit.xcworkspace should be be able to build iOS platforms
1285 https://bugs.webkit.org/show_bug.cgi?id=148881
1287 Reviewed by Daniel Bates.
1289 Since we don't want to create platform-specific schemes, all projects in the workspace's schemes need to build
1290 for all supported platforms.
1292 * WebKit.xcworkspace/xcshareddata/xcschemes/All Tools.xcscheme: Removed the DumpRenderTree target since its All
1293 target was already included. Removed the WebKitTestRunner target and replaced it with its All target.
1295 2015-09-04 Jon Honeycutt <jhoneycutt@apple.com>
1297 [iOS] Need a test for bug #145539: Uploading an animated GIF from the
1298 photo library uploads a JPEG
1299 https://bugs.webkit.org/show_bug.cgi?id=148849
1301 Reviewed by Daniel Bates.
1303 * ManualTests/ios/image-file-uploads-as-original-type.html: Added.
1304 On the Mac, file upload tests use EventSender::beginDragWithFiles. This
1305 functionality doesn't exist on iOS, so we'll add a manual test.
1306 This tests that the first few bytes of the selected file are "GIF".
1308 2015-09-04 Carlos Alberto Lopez Perez <clopez@igalia.com>
1310 Follow-up patch for r189343.
1311 https://bugs.webkit.org/show_bug.cgi?id=148795
1313 Rubber-stamped by Csaba Osztrogonác.
1315 * Source/cmake/WebKitCommon.cmake: Relax the Ruby version requirement
1316 to 1.9, since this seems to be enough to fix the build failure.
1317 And 2.0 may cause problems for developers using some distributions like Ubuntu.
1319 2015-09-04 Emanuele Aina <emanuele.aina@collabora.com>
1321 [CMake] Trigger the memory-reduction tricks on armhf too
1322 https://bugs.webkit.org/show_bug.cgi?id=146640
1324 Reviewed by Csaba Osztrogonác.
1326 * Source/cmake/OptionsCommon.cmake:
1327 Activate --no-keep-memory even on armhf to reduce the amount of memory
1328 needed during linking, to avoid out-of-memory failures as much as
1331 2015-09-04 Carlos Alberto Lopez Perez <clopez@igalia.com>
1333 REGRESSION(r189293): JavaScriptCore/offlineasm/x86.rb -- Build failure with ruby < 2.0
1334 https://bugs.webkit.org/show_bug.cgi?id=148795
1336 Rubber-stamped by Carlos Garcia Campos.
1338 * Source/cmake/WebKitCommon.cmake: Require now at least Ruby 2.0
1340 2015-09-02 Alex Christensen <achristensen@webkit.org>
1342 Make bison grammar compatible with bison 2.1
1343 https://bugs.webkit.org/show_bug.cgi?id=148731
1345 Reviewed by Tim Horton.
1347 * Source/cmake/WebKitCommon.cmake:
1350 2015-08-31 Carlos Alberto Lopez Perez <clopez@igalia.com>
1352 [CMake] Build with Debug Fission on by default on Debug builds.
1353 https://bugs.webkit.org/show_bug.cgi?id=148639
1355 Reviewed by Martin Robinson.
1357 * Source/cmake/OptionsCommon.cmake:
1359 2015-08-29 Alex Christensen <achristensen@webkit.org>
1361 Unreviewed build fix after r179923.
1363 * Source/CMakeLists.txt:
1364 bmalloc isn't ported to Windows yet.
1366 2015-08-27 Alex Christensen <achristensen@webkit.org>
1368 Isolate Source directories in CMake build
1369 https://bugs.webkit.org/show_bug.cgi?id=148389
1371 Reviewed by Brent Fulgham.
1374 * Source/cmake/WebKitCommon.cmake:
1375 Move package finding to WebKitCommon.
1377 2015-08-26 Per Arne Vollan <peavo@outlook.com>
1379 [Win] Build does not generate debug info.
1380 https://bugs.webkit.org/show_bug.cgi?id=148431
1382 Reviewed by Alex Christensen.
1384 Generate debug info for Windows builds.
1386 * Source/cmake/OptionsWin.cmake:
1388 2015-08-26 Michael Catanzaro <mcatanzaro@igalia.com>
1390 [GTK] Disable ACCELERATED_2D_CANVAS by default
1391 https://bugs.webkit.org/show_bug.cgi?id=148473
1393 Reviewed by Martin Robinson.
1395 Currently ACCELERATED_2D_CANVAS is enabled by default on most systems (which have CairoGL)
1396 but not on Debian (which does not). We've known this was problematic for a while, since it
1397 means we have two different sets of distro-dependent bugs, but never decided whether that
1398 outweighed the benefits of CarioGL or not. I'm making the call now: it's more important to
1399 have the same bugs everywhere. We can turn this on again for other distros when we're ready
1400 to turn it on for Debian.
1402 Also, properly fail the build if ENABLE_ACCELERATED_2D_CANVAS is enabled but CairoGL is not
1405 * Source/cmake/OptionsGTK.cmake:
1407 2015-08-25 Commit Queue <commit-queue@webkit.org>
1409 Unreviewed, rolling out r188919.
1410 https://bugs.webkit.org/show_bug.cgi?id=148452
1412 broke build (Requested by alexchristensen on #webkit).
1416 "[Win] Build does not generate debug info."
1417 https://bugs.webkit.org/show_bug.cgi?id=148431
1418 http://trac.webkit.org/changeset/188919
1420 2015-08-25 Michael Catanzaro <mcatanzaro@igalia.com>
1422 [GTK] r186800 broke the build on Ubuntu 14.04
1423 https://bugs.webkit.org/show_bug.cgi?id=147559
1425 Reviewed by Martin Robinson.
1427 * Source/cmake/FindGTK3.cmake: Always define GTK3_SUPPORTS_X11 and GTK3_SUPPORTS_WAYLAND.
1428 * Source/cmake/OptionsGTK.cmake: Autodetect support for X11 and Wayland backends.
1430 2015-08-25 Per Arne Vollan <peavo@outlook.com>
1432 [Win] Build does not generate debug info.
1433 https://bugs.webkit.org/show_bug.cgi?id=148431
1435 Reviewed by Brent Fulgham.
1437 Generate debug info for Windows builds.
1439 * Source/cmake/OptionsWin.cmake:
1441 2015-08-20 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
1443 [GTK] Auto-detection of cairo-gl fails
1444 https://bugs.webkit.org/show_bug.cgi?id=148189
1446 Reviewed by Žan Doberšek.
1448 * Source/cmake/FindCairoGL.cmake: only check for components if the main package has
1449 been found. Otherwise, if either GLX or EGL are available, cairo-gl will also be
1450 deemed available, which might not be the case.
1451 * Source/cmake/OptionsGTK.cmake: fix the usage of the CAIROGL_FOUND variable.
1453 2015-08-19 Alex Christensen <achristensen@webkit.org>
1455 CMake Windows build should not include files directly from other Source directories
1456 https://bugs.webkit.org/show_bug.cgi?id=148198
1458 Reviewed by Brent Fulgham.
1460 * Source/cmake/WebKitMacros.cmake:
1462 2015-08-19 Alex Christensen <achristensen@webkit.org>
1464 Build TestWTF on Mac with CMake.
1465 https://bugs.webkit.org/show_bug.cgi?id=147972
1467 Reviewed by Tim Horton.
1469 * Source/cmake/OptionsMac.cmake:
1470 Enable API tests in Mac's CMake build.
1472 2015-08-18 Alex Christensen <achristensen@webkit.org>
1474 [CMake] REGRESSION(r188540): WebKitTestRunner is not longer built and all the tests (layout and perf) fail.
1475 https://bugs.webkit.org/show_bug.cgi?id=148127
1477 Reviewed by Martin Robinson.
1480 TOOLS_DIR hasn't been set yet since its defining has been moved to WebKitFS.
1482 2015-08-17 Alex Christensen <achristensen@webkit.org>
1484 [Win CMake] Allow WebKitLibraries directory to be set from the command line
1485 https://bugs.webkit.org/show_bug.cgi?id=148112
1487 Reviewed by Brent Fulgham.
1489 * Source/cmake/OptionsWin.cmake:
1490 Don't use an environment variable for WEBKIT_LIBRARIES_DIR.
1491 Instead, use the default location if nothing is passed in from the command line.
1492 This way we can set it from the command line for the AppleInternal build.
1493 Also, set the output directories to be consistent between the old and new build systems (and ninja).
1495 2015-08-17 Alex Christensen <achristensen@webkit.org>
1497 Build Debug Suffix on Windows with CMake
1498 https://bugs.webkit.org/show_bug.cgi?id=148083
1500 Reviewed by Brent Fulgham.
1502 * Source/cmake/OptionsWin.cmake:
1503 Use debug libraries in debug suffix builds.
1505 2015-08-17 Alex Christensen <achristensen@webkit.org>
1507 Move some commands from ./CMakeLists.txt to Source/cmake
1508 https://bugs.webkit.org/show_bug.cgi?id=148003
1510 Reviewed by Brent Fulgham.
1513 Moved functionality to WebKitCommon.cmake and WebKitFS.cmake and made conditional
1514 so we can change directory structure from command line parameters.
1515 * Source/cmake/OptionsAppleWin.cmake:
1516 * Source/cmake/OptionsWin.cmake: Copied from Source/cmake/OptionsWindows.cmake.
1517 * Source/cmake/OptionsWinCairo.cmake:
1518 * Source/cmake/OptionsWindows.cmake: Removed.
1519 * Source/cmake/WebKitCommon.cmake: Added.
1520 * Source/cmake/WebKitFS.cmake:
1522 2015-08-13 Commit Queue <commit-queue@webkit.org>
1524 Unreviewed, rolling out r188428.
1525 https://bugs.webkit.org/show_bug.cgi?id=148015
1527 broke cmake build (Requested by alexchristensen on #webkit).
1531 "Move some commands from ./CMakeLists.txt to Source/cmake"
1532 https://bugs.webkit.org/show_bug.cgi?id=148003
1533 http://trac.webkit.org/changeset/188428
1535 2015-08-13 Alex Christensen <achristensen@webkit.org>
1537 Move some commands from ./CMakeLists.txt to Source/cmake
1538 https://bugs.webkit.org/show_bug.cgi?id=148003
1540 Reviewed by Brent Fulgham.
1543 Moved functionality to WebKitCommon.cmake and WebKitFS.cmake and made conditional
1544 so we can change directory structure from command line parameters.
1545 * Source/cmake/WebKitCommon.cmake: Added.
1546 * Source/cmake/WebKitFS.cmake:
1548 2015-08-13 Wenson Hsieh <wenson_hsieh@apple.com>
1550 A focused node should not be assisted when handling touch events synchronously
1551 https://bugs.webkit.org/show_bug.cgi?id=147836
1553 Reviewed by Enrica Casucci.
1555 Added manual tests for keyboard assistance behavior due to receiving touch events on iOS.
1557 * ManualTests/ios/focused-input-should-assist-on-touch.html: Checks that a currently focused
1558 input can still be assisted due to a touch event.
1559 * ManualTests/ios/keyboard-should-not-show-on-touch-event.html: Checks that handling a touch
1560 event does not automatically cause us to assist the currently focused node.
1562 2015-08-12 Alex Christensen <achristensen@webkit.org>
1564 Fix Debug CMake builds on Windows
1565 https://bugs.webkit.org/show_bug.cgi?id=147940
1567 Reviewed by Chris Dumez.
1569 * Source/cmake/OptionsWindows.cmake:
1570 Put 32-bit binaries in a bin32 subdirectory and 64-bit binaries in a bin64 subdirectory.
1572 2015-08-10 Alex Christensen <achristensen@webkit.org>
1574 Build TestWebKitAPI with CMake on Windows
1575 https://bugs.webkit.org/show_bug.cgi?id=147851
1577 Reviewed by Chris Dumez.
1579 * Source/cmake/OptionsWindows.cmake:
1580 Enable api tests and set USE_SYSTEM_MALLOC to avoid warnings when redefining it.
1582 2015-08-06 Alex Christensen <achristensen@webkit.org>
1584 [Win] CMake build fix after r188098.
1586 * Source/cmake/OptionsWinCairo.cmake:
1587 OptionsWindows.cmake uses WTF_PLATFORM_WIN_CAIRO now, so we need to set it before including OptionsWindows.
1589 2015-08-04 Alex Christensen <achristensen@webkit.org>
1591 Fix quirks with CMake and VS2015
1592 https://bugs.webkit.org/show_bug.cgi?id=147663
1594 Reviewed by Brent Fulgham.
1596 * Source/cmake/OptionsWindows.cmake:
1597 Hide some warnings. Using the same variable names in nested scopes is ok for now.
1598 Disable INTL for now.
1600 2015-08-04 Alex Christensen <achristensen@webkit.org>
1602 Enable WebGL on Windows CMake build.
1603 https://bugs.webkit.org/show_bug.cgi?id=143311
1605 Reviewed by Csaba Osztrogonác.
1607 * Source/cmake/OptionsWindows.cmake:
1608 Enable WebGL by default in CMake builds now that it works.
1610 2015-08-04 Mario Sanchez Prada <mario@endlessm.com>
1612 [GTK] Accelerated 2D Canvas enabled when cairo-gl is not available
1613 https://bugs.webkit.org/show_bug.cgi?id=147625
1615 Reviewed by Martin Robinson.
1617 Do not set the CAIRO_<COMPONENT>_* CMake variables for cairo-gl
1618 components unless they were actually found, not to accidentally
1619 enable Accelerated 2D canvas, which would cause the build to fail.
1621 * Source/cmake/FindCairoGL.cmake: Set this variables only when
1622 pkg_check_modules() had actually found the relevant component.
1624 2015-08-03 Csaba Osztrogonác <ossy@webkit.org>
1626 [CMake] Add an option to build AllInOne files
1627 https://bugs.webkit.org/show_bug.cgi?id=102647
1629 Reviewed by Alex Christensen.
1631 * Source/cmake/OptionsEfl.cmake: Disabled by default.
1632 * Source/cmake/OptionsGTK.cmake: Disabled by default.
1633 * Source/cmake/OptionsWindows.cmake: Enabled by default.
1634 * Source/cmake/WebKitFeatures.cmake:
1635 * Source/cmake/WebKitMacros.cmake:
1637 2015-08-03 Carlos Garcia Campos <cgarcia@igalia.com>
1639 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.5 release.
1641 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1643 2015-07-31 Alex Christensen <achristensen@webkit.org>
1645 Prepare for debug CMake builds on Windows.
1646 https://bugs.webkit.org/show_bug.cgi?id=147484
1648 Reviewed by Tim Horton.
1650 * Source/cmake/OptionsWindows.cmake:
1651 Don't use debug runtimes in debug builds because the dependencies are only built with multithreaded runtimes.
1653 2015-07-30 Joonghun Park <jh718.park@samsung.com>
1655 [EFL] Enable IndexedDB based on DatabaseProcess
1656 https://bugs.webkit.org/show_bug.cgi?id=147221
1658 Reviewed by Csaba Osztrogonác.
1660 * Source/cmake/OptionsEfl.cmake:
1662 2015-07-30 Alex Christensen <achristensen@webkit.org>
1664 Build AppleWin port with CMake
1665 https://bugs.webkit.org/show_bug.cgi?id=147385
1667 Reviewed by Martin Robinson.
1669 * Source/cmake/OptionsWindows.cmake:
1670 Use the static multithreaded runtime. Based on
1671 http://www.cmake.org/Wiki/CMake_FAQ#How_can_I_build_my_MSVC_application_with_a_static_runtime.3F
1673 2015-07-29 Andy VanWagoner <thetalecrafter@gmail.com>
1675 Implement basic types for ECMAScript Internationalization API
1676 https://bugs.webkit.org/show_bug.cgi?id=146926
1678 Reviewed by Benjamin Poulain.
1680 Enable flag now that the basic objects are in place.
1682 * Source/cmake/WebKitFeatures.cmake: enable INTL
1684 2015-07-29 Basile Clement <basile_clement@apple.com>
1686 Remove native call inlining
1687 https://bugs.webkit.org/show_bug.cgi?id=147417
1689 Rubber-stamped by Filip Pizlo.
1691 * Source/cmake/OptionsEfl.cmake:
1692 * Source/cmake/WebKitFeatures.cmake:
1694 2015-07-28 Yusuke Suzuki <utatane.tea@gmail.com>
1696 [ES6] Add ENABLE_ES6_MODULES compile time flag with the default value "false"
1697 https://bugs.webkit.org/show_bug.cgi?id=147350
1699 Reviewed by Sam Weinig.
1701 * Source/cmake/WebKitFeatures.cmake:
1703 2015-07-27 Alex Christensen <achristensen@webkit.org>
1705 Use Ninja on Windows.
1706 https://bugs.webkit.org/show_bug.cgi?id=147228
1708 Reviewed by Martin Robinson.
1710 * Source/cmake/OptionsWindows.cmake:
1711 Only use /MP when using generated Visual Studio solution files to build.
1712 It makes compiling parallel in MSVC, but Ninja doesn't like it.
1714 2015-07-27 Alex Christensen <achristensen@webkit.org>
1716 Progress towards building AppleWin with CMake
1717 https://bugs.webkit.org/show_bug.cgi?id=147325
1719 Reviewed by Martin Robinson.
1721 * Source/cmake/OptionsWindows.cmake:
1722 Link with 64-bit libraries if building 64-bit binaries.
1723 Don't run regular expressions on empty strings when using Ninja.
1724 Removed DebugSuffix Visual Studio environment variables.
1726 2015-07-23 Alex Christensen <achristensen@webkit.org>
1728 Remove compile and runtime flags for promises.
1729 https://bugs.webkit.org/show_bug.cgi?id=147244
1731 Reviewed by Yusuke Suzuki.
1733 * Source/cmake/OptionsMac.cmake:
1734 * Source/cmake/OptionsWindows.cmake:
1735 * Source/cmake/WebKitFeatures.cmake:
1737 2015-07-22 Sukolsak Sakshuwong <sukolsak@gmail.com>
1739 Add ENABLE_WEBASSEMBLY feature flag for WebAssembly
1740 https://bugs.webkit.org/show_bug.cgi?id=147212
1742 Reviewed by Filip Pizlo.
1744 * Source/cmake/WebKitFeatures.cmake:
1746 2015-07-22 Alex Christensen <achristensen@webkit.org>
1748 Fix quirks in CMake build on Mac and Windows
1749 https://bugs.webkit.org/show_bug.cgi?id=147174
1751 Reviewed by Gyuyoung Kim.
1754 * Source/cmake/OptionsWindows.cmake:
1755 Added options I removed in r187022. They are indeed needed.
1756 * Source/cmake/WebKitFS.cmake:
1757 Make the DerivedSources/WebKit directory.
1759 2015-07-21 Carlos Garcia Campos <cgarcia@igalia.com>
1761 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.4 release.
1763 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1765 2015-07-20 Alex Christensen <achristensen@webkit.org>
1767 Resurrect CMake build on Windows.
1768 https://bugs.webkit.org/show_bug.cgi?id=147083
1770 Reviewed by Gyuyoung Kim.
1772 * Source/cmake/OptionsCommon.cmake:
1773 * Source/cmake/OptionsWindows.cmake:
1774 Change features to get it to compile. Still not a complete feature set.
1776 2015-07-19 Michael Catanzaro <mcatanzaro@igalia.com>
1778 [GTK] Add seccomp filters support
1779 https://bugs.webkit.org/show_bug.cgi?id=110014
1781 Reviewed by Žan Doberšek.
1783 Find needed compiler and linker flags for libseccomp.
1785 * Source/cmake/OptionsGTK.cmake:
1787 2015-07-17 Ting-Wei Lan <lantw44@gmail.com>
1789 Bring back the GNU ar check to create thin archives on non-Linux systems
1790 https://bugs.webkit.org/show_bug.cgi?id=146681
1792 Reviewed by Martin Robinson.
1794 We already use GNU ar thin archive feature to save time and disk space
1795 on creating static archives, but it is only enabled on Linux. Without
1796 this feature, the debug build of WebCore can be larger than 4 GiB,
1797 which can cause error because GNU ar format uses 32-bit integer to
1798 store offsets in the symbol table. This patch is similar to
1799 https://bugs.webkit.org/show_bug.cgi?id=128596.
1801 * Source/cmake/OptionsCommon.cmake:
1803 2015-07-14 Carlos Alberto Lopez Perez <clopez@igalia.com>
1805 [GTK] [Wayland] Build by default the X11 and Wayland targets.
1806 https://bugs.webkit.org/show_bug.cgi?id=146057
1808 Reviewed by Carlos Garcia Campos.
1810 * Source/cmake/OptionsGTK.cmake:
1812 2015-07-10 Michael Catanzaro <mcatanzaro@igalia.com>
1814 [GTK] ar warning when linking static libraries
1815 https://bugs.webkit.org/show_bug.cgi?id=144988
1817 Reviewed by Carlos Garcia Campos.
1819 Do not use 'u' when calling ar. This argument conflicts with 'D' and is ignored if 'D' is
1820 used, and 'D' is used by default if binutils is built with --enable-deterministic-archives.
1821 Using 'u' with 'D' causes a warning to be printed when linking static libraries. At least
1822 Fedora and Debian have recently both chosen to use --enable-deterministic-archives, so we
1823 should either stop using 'u' or else add 'U' as well in order to disable deterministic
1824 archives. Using 'U' should result in a somewhat faster build (at least when using the
1825 Makefile generator), but it's unlikely that the difference is significant, so let's simply
1826 remove 'u' until someone determines otherwise. This seems like a better option than adding
1827 'U' so as not to foil distributions' attempts to perform deterministic builds. This also
1828 aligns us with the behavior of upstream CMake (which has never used 'u'). This is a minor
1829 behavior change on distributions that do not use --enable-deterministic-archives, notably
1832 * Source/cmake/OptionsCommon.cmake:
1834 2015-07-03 Emanuele Aina <emanuele.aina@collabora.com>
1836 [GTK] Forcefully disable gtk-doc and gobject-introspection when crossbuilding
1837 https://bugs.webkit.org/show_bug.cgi?id=146590
1839 Reviewed by Martin Robinson.
1841 * Source/PlatformGTK.cmake: override the cached variables to
1842 forcefully disable gtk-doc and gobject-introspection when
1844 * Source/cmake/OptionsGTK.cmake: avoid running gtk-doc to check the
1845 documentation syntax when cross-building.
1848 2015-07-02 Przemek Piorkowski <piorkowskiprzemyslaw@gmail.com>
1850 [EFL] test_ewk2_application_cache_manager has been failed since r185527
1851 https://bugs.webkit.org/show_bug.cgi?id=146016
1853 Reviewed by Gyuyoung Kim.
1855 In order to handle properly WebApplicationCacheManagerProxy implementation which use
1856 WebsiteDataRecord it is necessary to enable PUBLIC_SUFFIX_LIST for EFL.
1857 Implementation of PUBLIC_SUFFIX_LIST already exists for soup so EFL can use it as well.
1859 * Source/cmake/OptionsEfl.cmake: set ENABLE_PUBLIC_SUFFIX_LIST to ON for EFL.
1861 2015-06-30 Andy VanWagoner <thetalecrafter@gmail.com>
1863 Implement ECMAScript Internationalization API
1864 https://bugs.webkit.org/show_bug.cgi?id=90906
1866 Reviewed by Benjamin Poulain.
1868 Begin implementing the Intl apis behind ENABLE_INTL flag.
1869 Create the base Intl namespace object.
1871 * Source/cmake/WebKitFeatures.cmake: add ENABLE_INTL flag
1873 2015-06-30 Philippe Normand <pnormand@igalia.com>
1875 [CMake] Error when gst-plugins-base is missing is too confusing
1876 https://bugs.webkit.org/show_bug.cgi?id=145682
1878 Reviewed by Carlos Garcia Campos.
1880 * Source/cmake/OptionsGTK.cmake: Error out if the required
1881 GStreamer libraries are not found on the host.
1883 2015-06-28 Philip Chimento <philip.chimento@gmail.com>
1885 CairoGL should be checked unconditionally
1886 https://bugs.webkit.org/show_bug.cgi?id=146390
1888 Reviewed by Darin Adler.
1890 * Source/cmake/OptionsGTK.cmake: Move check for CairoGL so that
1891 it is run unconditionally; this is necessary because its result
1892 is used later on, outside of any conditions.
1894 2015-06-27 Carlos Garcia Campos <cgarcia@igalia.com>
1896 [GTK][SOUP] Implement WebCore::PublicSuffix for soup and enable PUBLIC_SUFFIX_LIST for GTK+
1897 https://bugs.webkit.org/show_bug.cgi?id=146318
1899 Reviewed by Sergio Villar Senin.
1901 Enable PUBLIC_SUFFIX_LIST for GTK+.
1903 * Source/cmake/OptionsGTK.cmake:
1905 2015-06-22 Carlos Garcia Campos <cgarcia@igalia.com>
1907 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.3 release.
1909 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1911 2015-06-22 Ryuan Choi <ryuan.choi@navercorp.com>
1913 [EFL] Hyphenation is not supported
1914 https://bugs.webkit.org/show_bug.cgi?id=89830
1916 Reviewed by Gyuyoung Kim.
1918 * Source/cmake/OptionsEfl.cmake: Added an option for LibHyphen.
1920 2015-06-22 Zan Dobersek <zdobersek@igalia.com>
1922 [CMake] Add support for building with various sanitizer tools
1923 https://bugs.webkit.org/show_bug.cgi?id=131941
1925 Reviewed by Martin Robinson.
1927 * Source/PlatformGTK.cmake: Don't generate any documentation
1928 when compiling with sanitizers enabled.
1929 * Source/cmake/OptionsCommon.cmake: Allow linking with
1930 undefined symbols when compiling with sanitizers enabled.
1932 2015-06-21 Philip Chimento <philip.chimento@gmail.com>
1934 libwebkit2gtk fails to link without opengl
1935 https://bugs.webkit.org/show_bug.cgi?id=138332
1937 Reviewed by Carlos Garcia Campos.
1939 * Source/cmake/OptionsGTK.cmake: USE(TEXTURE_MAPPER) must be
1940 enabled regardless of whether OpenGL is, because certain symbols
1941 such as WebCore::GraphicsLayer::create() need to be built.
1943 2015-06-20 Michael Catanzaro <mcatanzaro@igalia.com>
1945 [EFL][GTK] Define GLIB_VERSION_MIN_REQUIRED and require glib 2.36 for GTK
1946 https://bugs.webkit.org/show_bug.cgi?id=146181
1948 Reviewed by Martin Robinson.
1950 Bump our GLib requirement to 2.36 to reflect reality, since we are using GTask.
1952 * Source/cmake/OptionsGTK.cmake:
1954 2015-06-20 Ryuan Choi <ryuan.choi@navercorp.com>
1956 [EFL] Do not consider test directories when DEVELOPER_MODE is OFF
1957 https://bugs.webkit.org/show_bug.cgi?id=146171
1959 Reviewed by Gyuyoung Kim.
1961 * Source/cmake/OptionsEfl.cmake:
1962 Exposed ENABLE_DEVELOPER_MODE to Compiler and CMake definition when DEVELOPER_MODE is ON.
1964 2015-06-19 Michael Catanzaro <mcatanzaro@igalia.com>
1966 [CMake] FindGTK3.cmake should not modify the values of build options
1967 https://bugs.webkit.org/show_bug.cgi?id=144613
1969 Reviewed by Martin Robinson.
1971 * Source/cmake/FindGTK3.cmake: Do not check or set the value of ENABLE_X11_TARGET and
1972 ENABLE_WAYLAND_TARGET. Instead, simply define the variables GTK3_SUPPORTS_X11 and
1973 GTK3_SUPPORTS_WAYLAND as appropriate. Also, rename GTK_SUPPORTS_GESTURES to
1974 GTK3_SUPPORTS_GESTURES for consistency.
1975 * Source/cmake/OptionsGTK.cmake: Fail the build if the appropriate GTK+ backend is not
1976 available. It's not possible to automatically select a backend correctly anymore, since all
1977 options are set at the same time.
1979 2015-06-19 Csaba Osztrogonác <ossy@webkit.org>
1981 Remove unnecessary svn:executable flags
1982 https://bugs.webkit.org/show_bug.cgi?id=146107
1984 Reviewed by Alexey Proskuryakov.
1986 * ManualTests/iframe_notifications/iframe-reparenting-close-window-child.html: Removed property svn:executable.
1987 * ManualTests/iframe_notifications/iframe-reparenting-close-window-iframe.html: Removed property svn:executable.
1988 * ManualTests/iframe_notifications/iframe-reparenting-close-window.html: Removed property svn:executable.
1989 * ManualTests/select-menu-list-wrongly-positioned.html: Removed property svn:executable.
1990 * ManualTests/svg-text-float-not-removed-crash.html: Removed property svn:executable.
1992 2015-06-18 Ryuan Choi <ryuan.choi@navercorp.com>
1994 [EFL] Use SET_AND_EXPOSE_TO_BUILD instead of definitions
1995 https://bugs.webkit.org/show_bug.cgi?id=146108
1997 Reviewed by Gyuyoung Kim.
1999 * Source/cmake/OptionsEfl.cmake:
2001 2015-06-16 Ryuan Choi <ryuan.choi@navercorp.com>
2003 [EFL] Remove duplicated PUBLIC argument in OptionsEfl.cmake
2004 https://bugs.webkit.org/show_bug.cgi?id=146035
2006 Reviewed by Gyuyoung Kim.
2008 * Source/cmake/OptionsEfl.cmake:
2010 2015-06-16 Carlos Alberto Lopez Perez <clopez@igalia.com>
2012 [GTK] [Wayland] Should be possible to build with support for both X11 and Wayland.
2013 https://bugs.webkit.org/show_bug.cgi?id=145701
2015 Reviewed by Darin Adler.
2017 * Source/cmake/OptionsGTK.cmake: Remove conflicting options.
2019 2015-06-15 Jon Honeycutt <jhoneycutt@apple.com>
2021 [iOS] Crash long pressing on <input type=file>
2022 https://bugs.webkit.org/show_bug.cgi?id=146009
2023 <rdar://problem/21234453>
2025 Reviewed by Ryosuke Niwa.
2027 * ManualTests/ios/long-press-input-type-file-crash.html: Added.
2029 2015-06-16 Brent Fulgham <bfulgham@apple.com>
2031 Rollout accidental Xcode project change.
2033 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
2035 2015-06-12 Gyuyoung Kim <gyuyoung.kim@webkit.org>
2037 [EFL] Bump EWebKit version from 1.11.0 to 1.14.0
2038 https://bugs.webkit.org/show_bug.cgi?id=145909
2040 Reviewed by Csaba Osztrogonác.
2042 Bump EWebKit version based on efl library version used by the EWebKit.
2044 * Source/cmake/OptionsEfl.cmake:
2046 2015-06-11 Commit Queue <commit-queue@webkit.org>
2048 Unreviewed, rolling out r185453.
2049 https://bugs.webkit.org/show_bug.cgi?id=145881
2051 it broke the 32-bit build (Requested by clopez on #webkit).
2055 "[GTK] [Wayland] Should be possible to build with support for
2056 both X11 and Wayland."
2057 https://bugs.webkit.org/show_bug.cgi?id=145701
2058 http://trac.webkit.org/changeset/185453
2060 2015-06-11 Carlos Alberto Lopez Perez <clopez@igalia.com>
2062 [GTK] [Wayland] Should be possible to build with support for both X11 and Wayland.
2063 https://bugs.webkit.org/show_bug.cgi?id=145701
2065 Reviewed by Žan Doberšek.
2067 * Source/cmake/OptionsGTK.cmake: Remove conflicting options.
2069 2015-06-03 Daniel Bates <dabates@apple.com>
2071 Caps lock indicator should not be shown in read-only or disabled field
2072 https://bugs.webkit.org/show_bug.cgi?id=145612
2073 <rdar://problem/21227454>
2075 Reviewed by Darin Adler.
2077 * ManualTests/password-caps-lock-should-not-show-in-read-only-field.html: Added.
2078 * ManualTests/password-caps-lock-should-not-show-when-field-becomes-disabled.html: Added.
2079 * ManualTests/password-caps-lock-should-not-show-when-field-becomes-read-only.html: Added.
2081 2015-06-01 Csaba Osztrogonác <ossy@webkit.org>
2083 [cmake] Suppress parentheses-equality warnings
2084 https://bugs.webkit.org/show_bug.cgi?id=145126
2086 Reviewed by Darin Adler.
2088 * Source/cmake/WebKitHelpers.cmake:
2090 2015-05-28 Carlos Alberto Lopez Perez <clopez@igalia.com>
2092 [CMake] Improve detection and usage of GL/GLES/EGL libraries.
2093 https://bugs.webkit.org/show_bug.cgi?id=145408
2095 Reviewed by Carlos Garcia Campos.
2097 * Source/cmake/FindEGL.cmake: Improve detection of EGL libraries.
2098 * Source/cmake/FindGLES.cmake: Removed. It was used by the EGL port.
2099 Remove it and make the EGL port use the improved FindOpenGLES2.cmake
2101 * Source/cmake/FindOpenGL.cmake: Added. Add module to detect OpenGL
2102 libraries. Detect also GLX libraries.
2103 * Source/cmake/FindOpenGLES2.cmake: Improve detection of OpenGLES-v2
2104 libraries. Use find_path() to get the include path.
2105 * Source/cmake/OptionsEfl.cmake: Use now the improved FindOpenGLES2
2107 * Source/cmake/OptionsGTK.cmake: Set default value for ENABLE_GLES2
2108 depending on the libraries found on the system.
2109 Move the detection of GLX (and the include of CMakePushCheckState)
2110 to FindOpenGL.cmake.
2111 Ensure that we only define USE_GLX when we build with OpenGL
2112 (but not with GLESv2).
2114 2015-05-27 Dean Jackson <dino@apple.com>
2116 img.currentSrc problem in strict mode with old picturefill
2117 https://bugs.webkit.org/show_bug.cgi?id=144095
2118 <rdar://problem/21087013>
2120 Reviewed by Simon Fraser.
2122 Add a PICTURE_SIZES flag.
2124 * Source/cmake/OptionsEfl.cmake:
2125 * Source/cmake/OptionsGTK.cmake:
2126 * Source/cmake/OptionsMac.cmake:
2127 * Source/cmake/OptionsWindows.cmake:
2128 * Source/cmake/WebKitFeatures.cmake:
2130 2015-05-27 Carlos Garcia Campos <cgarcia@igalia.com>
2132 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.2 release.
2134 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
2136 2015-05-25 Carlos Garcia Campos <cgarcia@igalia.com>
2138 Unreviewed. Export DatabaseProcessMainUnix symbol.
2140 Add DatabaseProcessMainUnix symbol to gtksymbols.filter so that it
2141 is exported in production builds.
2143 * Source/cmake/gtksymbols.filter:
2145 2015-05-25 Carlos Garcia Campos <cgarcia@igalia.com>
2147 [GTK] Enable IndexedDB
2148 https://bugs.webkit.org/show_bug.cgi?id=98932
2150 Reviewed by Žan Doberšek.
2152 * Source/cmake/OptionsGTK.cmake: Enable DATABASE_PROCESS and INDEXED_DATABASE.
2153 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_DATABASE_PROCESS.
2155 2015-05-24 Carlos Garcia Campos <cgarcia@igalia.com>
2157 [GTK] Bump GCC requirements to 4.9.0
2158 https://bugs.webkit.org/show_bug.cgi?id=145211
2160 Reviewed by Žan Doberšek.
2162 It's required to build with IndexedDB support when using GCC,
2163 clang works just fine. See https://bugs.webkit.org/show_bug.cgi?id=98932.
2165 * Source/cmake/OptionsGTK.cmake:
2167 2015-05-18 Michael Catanzaro <mcatanzaro@igalia.com>
2169 [CMake] Ignore warnings in system headers
2170 https://bugs.webkit.org/show_bug.cgi?id=144747
2172 Reviewed by Darin Adler.
2174 Require CMake 2.8.12 when compiling the GTK+ port. This is because we use the
2175 target_include_directories command (added in 2.8.11) in GTK-specific cmake files, and also
2176 use the SYSTEM argument to the command (added in 2.8.12).
2180 2015-05-14 Michael Catanzaro <mcatanzaro@igalia.com>
2182 [CMake] Error out when ruby is too old
2183 https://bugs.webkit.org/show_bug.cgi?id=145014
2185 Reviewed by Martin Robinson.
2187 Error out immediately after checking for Ruby if the ruby executable is not found, or if it
2192 2015-05-14 Zan Dobersek <zdobersek@igalia.com>
2194 [GTK] Enable plugin-related CMake options and variables for the X11 target only
2195 https://bugs.webkit.org/show_bug.cgi?id=144995
2197 Reviewed by Carlos Garcia Campos.
2199 * Source/cmake/OptionsGTK.cmake: Plugins are only supported for
2200 the X11 windowing target at the moment, so the following options
2201 and variables should be enabled or disabled accordingly:
2202 - ENABLE_PLUGIN_PROCESS_GTK2
2203 - ENABLE_NETSCAPE_PLUGIN_API
2204 - ENABLE_PLUGIN_PROCESS
2206 2015-05-12 Ryuan Choi <ryuan.choi@navercorp.com>
2208 Linker fails without -DDEVELOPER_MODE=ON
2209 https://bugs.webkit.org/show_bug.cgi?id=144117
2211 Reviewed by Gyuyoung Kim.
2213 * Source/cmake/OptionsEfl.cmake:
2214 Remove fvisibility flags. linker script will cover the functionality for ewebkit2.so in release mode,
2215 * Source/cmake/eflsymbols.filter: Updated symbol patterns which should be exposed for ewebkit2.
2217 2015-05-10 Philip Chimento <philip.chimento@gmail.com>
2219 CMake defines CAIROGL_FOUND, not CAIRO_GL_FOUND
2220 https://bugs.webkit.org/show_bug.cgi?id=144846
2222 Reviewed by Martin Robinson.
2224 * Source/cmake/FindCairoGL.cmake: Use CAIROGL_* instead of
2225 CAIRO_GL_* throughout, because find_package will define
2227 * Source/cmake/OptionsGTK.cmake: Ditto.
2229 2015-05-10 Philip Chimento <philip.chimento@gmail.com>
2231 [CMake] Some macros need to be defined/undefined, rather than ON/OFF
2232 https://bugs.webkit.org/show_bug.cgi?id=144845
2234 Reviewed by Martin Robinson.
2236 * Source/cmake/OptionsGTK.cmake: Only define MOZ_X11 and XP_UNIX
2237 if their corresponding WTF options are ON. The code in npapi.h
2238 relies on these being undefined if they are to be switched off.
2240 2015-05-09 Yoav Weiss <yoav@yoav.ws>
2242 Remove the PICTURE_SIZES build flag
2243 https://bugs.webkit.org/show_bug.cgi?id=144679
2245 Reviewed by Benjamin Poulain.
2247 Removed the PICTURE_SIZES build time flag.
2249 * Source/cmake/OptionsEfl.cmake:
2250 * Source/cmake/OptionsGTK.cmake:
2251 * Source/cmake/OptionsMac.cmake:
2252 * Source/cmake/OptionsWindows.cmake:
2253 * Source/cmake/WebKitFeatures.cmake:
2255 2015-05-08 Michael Catanzaro <mcatanzaro@igalia.com>
2257 [GTK] [CMake] Check for required X libraries
2258 https://bugs.webkit.org/show_bug.cgi?id=144823
2260 Reviewed by Martin Robinson.
2262 Error out if missing libXcomposite, libXdamage, libXrender, or libXt.
2264 * Source/cmake/OptionsGTK.cmake:
2266 015-05-08 Michael Catanzaro <mcatanzaro@igalia.com>, Martin Robinson <mrobinson@igalia.com>
2268 [GTK] Checks for DEVELOPMENT_BUILD are all wrong
2269 https://bugs.webkit.org/show_bug.cgi?id=144746
2271 Reviewed by Carlos Garcia Campos.
2273 Don't set DEVELOPMENT_BUILD. We check whether it is defined for conditional compilation, not
2274 what it is defined to, so defining it to 0 effectively turned it on always. Instead set
2275 ENABLE_DEVELOPER_MODE so that we can use the ENABLE macro inside WebKit source code.
2277 * Source/cmake/OptionsGTK.cmake:
2279 2015-05-08 Daniel Bates <dabates@apple.com>
2281 [iOS] WebSQL operations are not performed after device is locked
2282 https://bugs.webkit.org/show_bug.cgi?id=137503
2283 <rdar://problem/20844952>
2285 Rubber-stamped by Alexey Proskuryakov.
2287 Add a manual test to help verify that we do not regress this issue.
2289 * ManualTests/ios/execute-sql-transaction-callback-after-locking-unlocking-device-in-earlier-transaction.html: Added.
2291 2015-05-08 Commit Queue <commit-queue@webkit.org>
2293 Unreviewed, rolling out r183945.
2294 https://bugs.webkit.org/show_bug.cgi?id=144789
2296 "It broke all the GTK+ tests" (Requested by KaL on #webkit).
2300 "[GTK] Checks for DEVELOPMENT_BUILD are all wrong"
2301 https://bugs.webkit.org/show_bug.cgi?id=144746
2302 http://trac.webkit.org/changeset/183945
2304 2015-05-07 Myles C. Maxfield <mmaxfield@apple.com>
2306 Cleanup after r183940
2307 https://bugs.webkit.org/show_bug.cgi?id=144768
2311 Looks like the empty directories were not deleted.
2313 * Source/PAL: Removed.
2314 * Source/PAL/Configurations: Removed.
2315 * Source/PAL/PAL.xcodeproj: Removed.
2316 * Source/PAL/graphics: Removed.
2318 2015-05-07 Michael Catanzaro <mcatanzaro@igalia.com>
2320 [GTK] Checks for DEVELOPMENT_BUILD are all wrong
2321 https://bugs.webkit.org/show_bug.cgi?id=144746
2323 Reviewed by Martin Robinson.
2325 Don't set DEVELOPMENT_BUILD. We check whether it is defined for conditional compilation, not
2326 what it is defined to, so defining it to 0 effectively turned it on always.
2328 * Source/cmake/OptionsGTK.cmake:
2330 2015-05-05 Myles C. Maxfield <mmaxfield@apple.com>
2332 Revert "Introducing the Platform Abstraction Layer (PAL)"
2333 https://bugs.webkit.org/show_bug.cgi?id=144751
2337 PAL should be a new target inside WebCore, rather than a top-level folder.
2339 * WebKit.xcworkspace/contents.xcworkspacedata: Add it to the workspace.
2341 2015-05-07 Carlos Garcia Campos <cgarcia@igalia.com>
2343 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.1 release.
2345 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
2347 2015-05-05 Myles C. Maxfield <mmaxfield@apple.com>
2349 Introducing the Platform Abstraction Layer (PAL)
2350 https://bugs.webkit.org/show_bug.cgi?id=143358
2352 Reviewed by Simon Fraser.
2354 * WebKit.xcworkspace/contents.xcworkspacedata: Add it to the workspace.
2356 2015-05-04 Csaba Osztrogonác <ossy@webkit.org>
2358 [cmake] Disable GNU Gold linker on Cortex A53
2359 https://bugs.webkit.org/show_bug.cgi?id=144382
2361 Reviewed by Carlos Garcia Campos.
2363 * Source/cmake/OptionsCommon.cmake:
2365 2015-05-01 Martin Robinson <mrobinson@igalia.com>
2367 USE(...) macro should expect unprefixed variables
2368 https://bugs.webkit.org/show_bug.cgi?id=144454
2370 Reviewed by Daniel Bates.
2372 * Source/cmake/OptionsAppleWin.cmake: Replace all occurrences WTF_USE with USE.
2373 * Source/cmake/OptionsEfl.cmake: Ditto.
2374 * Source/cmake/OptionsGTK.cmake: Ditto.
2375 * Source/cmake/OptionsMac.cmake: Ditto.
2376 * Source/cmake/OptionsWinCairo.cmake: Ditto.
2377 * Source/cmake/WebKitFeatures.cmake: No longer expose WTF_USE when encountering
2380 2015-04-30 Martin Robinson <mrobinson@igalia.com>
2382 [CMake] Automatically expose WTF_USE_FOO to the build when USE_FOO is exposed
2383 https://bugs.webkit.org/show_bug.cgi?id=144394
2385 Reviewed by Carlos Garcia Campos.
2387 Automatically expose WTF_USE_FOO when USE_FOO is exposed. A side-effect of this change
2388 is that it fixes the redirected XComposite window for GTK+, which was accidentally
2389 disabled in previous reworking of the CMake configuration.
2391 * Source/cmake/OptionsGTK.cmake: We no longer need to expose the WTF_ prefixed
2392 version of USE variables.
2393 * Source/cmake/WebKitFeatures.cmake: Automatically expose WTF_USE_FOO when USE_FOO
2394 is exposed to the build.
2396 2015-04-30 Carlos Garcia Campos <cgarcia@igalia.com>
2398 Unreviewed. Bump GTK+ version numbers.
2400 * Source/cmake/OptionsGTK.cmake:
2402 2015-04-29 Ryuan Choi <ryuan.choi@navercorp.com>
2404 [EFL] CMake should be failed if openwebrtc package does not exist but ENABLE_MEDIA_STREAM is ON
2405 https://bugs.webkit.org/show_bug.cgi?id=144435
2407 Reviewed by Gyuyoung Kim.
2409 This patch adds REQUIRED option for OpenWebRTC when ENABLE_MEDIA_STREAM is ON.
2410 In addition, this adds DEFAULT_PORT_VALUE for ENABLE_MEDIA_STREAM to match with FeatureList.pm
2412 * Source/cmake/OptionsEfl.cmake:
2414 2015-04-29 Joseph Pecoraro <pecoraro@apple.com>
2416 REGRESSION(183583): [Mac] make without SDKROOT has issues
2417 https://bugs.webkit.org/show_bug.cgi?id=144431
2419 Reviewed by Dan Bernstein.
2422 Assume an empty SDKROOT means an macosx variant, so only
2423 enable settings if the SDKROOT is not empty and does not
2426 2015-04-29 Martin Robinson <mrobinson@igalia.com>
2428 Fix the GTK+ build after r183584
2430 * Source/cmake/OptionsGTK.cmake: Properly use the USE_LIBHYPHEN and HYPHEN_FOUND variables.
2432 2015-04-29 Martin Robinson <mrobinson@igalia.com>
2434 [GTK] Add support for automatic hyphenation
2435 https://bugs.webkit.org/show_bug.cgi?id=44478
2437 Reviewed by Carlos Garcia Campos.
2439 * Source/cmake/FindHyphen.cmake: Added. A CMake module for finding libhyphen.
2440 * Source/cmake/OptionsGTK.cmake: Look for libhyphen and enable hyphenation if found.
2441 * Source/cmakeconfig.h.cmake: Pass through the whether libhyphen is enabled.
2443 2015-04-29 Jake Nielsen <jacob_nielsen@apple.com>
2445 Failure when building WebKit for appletvsimulator.
2446 https://bugs.webkit.org/show_bug.cgi?id=144356
2448 Reviewed by Alexey Proskuryakov.
2450 Changes Makefile logic to check for "not OS X" rather than "is iOS" to
2451 make TVOS and WatchOS behave correctly.
2455 2015-04-29 Martin Robinson <mrobinson@igalia.com>
2457 [CMake] [GTK] Organize and clean up unused CMake variables
2458 https://bugs.webkit.org/show_bug.cgi?id=144364
2460 Reviewed by Gyuyoung Kim.
2462 * Source/cmake/OptionsGTK.cmake: Remove unused variables and move variables
2463 specific to certain projects into their PlatformGTK.cmake files.
2465 2015-04-29 Ryuan Choi <ryuan.choi@navercorp.com>
2467 [EFL] Build failure to find gio-unix
2468 https://bugs.webkit.org/show_bug.cgi?id=144083
2470 Reviewed by Gyuyoung Kim.
2472 Original patch by Doug Newgard <scimma22@outlook.com>
2474 * Source/cmake/OptionsEfl.cmake: Moved geoclue block before find_package(GLIB...)
2476 2015-04-28 Ryuan Choi <ryuan.choi@navercorp.com>
2478 [CoordinatedGraphics] Merge TILED_BACKING_STORE guard with COORDINATED_GRAPHICS
2479 https://bugs.webkit.org/show_bug.cgi?id=143001
2481 Reviewed by Gyuyoung Kim.
2483 * Source/cmake/OptionsEfl.cmake: Removed TILED_BACKING_STORE definition.
2484 * Source/cmake/OptionsGTK.cmake: Ditto.
2486 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
2488 Unreviewed, fix typo in previous commit
2490 libsecretr -> libsecret in the error message.
2492 * Source/cmake/OptionsGTK.cmake:
2494 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
2496 [GTK] Clean up feature detection and make it hard to accidentally build without optional features
2497 https://bugs.webkit.org/show_bug.cgi?id=143546
2499 Reviewed by Martin Robinson.
2501 Add USE_GSTREAMER_MPEGTS option and turn it off by default. Turn off ENABLE_SUBTLE_CRYPTO
2502 by default. Turn on ENABLE_GEOLOCATION by default. Add USE_LIBNOTIFY and turn it on by
2503 default. Fail the build with an informative error message if an optional dependency required
2504 for an enabled feature is not present. Perform find_package commands only when necessary.
2505 Make ENABLE_API_TESTS private. Alphabetize the feature checks (yes, this is actually
2508 * Source/cmake/OptionsGTK.cmake:
2510 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
2512 [GTK] Make all options actually options
2513 https://bugs.webkit.org/show_bug.cgi?id=144106
2515 Reviewed by Martin Robinson.
2517 Use WEBKIT_OPTION_DEFINE to set ENABLE_GTKDOC, ENABLE_INTROSPECTION, ENABLE_X11_TARGET, and
2518 ENABLE_WAYLAND_TARGET.
2520 * Source/cmake/OptionsGTK.cmake:
2522 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
2524 Unreviewed, fix GTK build after r183452
2526 * Source/cmake/OptionsGTK.cmake:
2528 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
2530 [GTK] Add one single option to control all OpenGL-related options
2531 https://bugs.webkit.org/show_bug.cgi?id=144105
2533 Reviewed by Martin Robinson.
2535 Add public ENABLE_OPENGL option, which is mandatory for ENABLE_3D_TRANSFORMS,
2536 ENABLE_ACCELERATED_2D_CANVAS, ENABLE_GLES2, ENABLE_THREADED_COMPOSITOR, ENABLE_WEBGL,
2537 USE_REDIRECTED_XCOMPOSITE_WINDOW, and USE_GSTREAMER_GL. Make ENABLE_GLES2 a proper WebKit
2538 option and move code around accordingly. Use WEBKIT_OPTION_DEPEND and rely on it. Add a
2539 large comment to explain why default value of ENABLE_ACCELERATED_2D_CANVAS is based on the
2540 presence of CairoGL.
2542 * Source/cmake/OptionsGTK.cmake:
2544 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
2546 [GTK] ENABLE_SMOOTH_SCROLLING should be private
2547 https://bugs.webkit.org/show_bug.cgi?id=144306
2549 Reviewed by Martin Robinson.
2551 Make ENABLE_SMOOTH_SCROLLING private instead of public.
2553 * Source/cmake/OptionsGTK.cmake:
2555 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
2557 Rename WTF_USE_3D_GRAPHICS to ENABLE_GRAPHICS_CONTEXT_3D
2558 https://bugs.webkit.org/show_bug.cgi?id=144193
2560 Reviewed by Darin Adler.
2562 * Source/cmake/OptionsEfl.cmake:
2563 * Source/cmake/OptionsGTK.cmake:
2564 * Source/cmake/OptionsWinCairo.cmake:
2565 * Source/cmake/WebKitFeatures.cmake:
2567 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
2569 [CMake] Should be possible for an option to conflict with other options
2570 https://bugs.webkit.org/show_bug.cgi?id=143956
2572 Reviewed by Martin Robinson.
2574 Add WEBKIT_OPTION_CONFLICT macro, which fails the build if conflicting options are on.
2576 * Source/cmake/WebKitFeatures.cmake:
2578 2015-04-22 Martin Robinson <mrobinson@igalia.com>
2580 [CMake] Autogenerate cmakeconfig.h.cmake
2581 https://bugs.webkit.org/show_bug.cgi?id=143997
2583 Reviewed by Csaba Osztrogonác.
2585 * CMakeLists.txt: Create the configuration header as the last part of the cmake run.
2586 * Source/CMakeLists.txt: No longer use configure_file to create cmakeconfig.h.
2587 * Source/cmake/OptionsCommon.cmake: Expose WTF_CPU_ARM64_CORTEXA53 to the build explicitly.
2588 * Source/cmake/OptionsGTK.cmake: Expose variables to the build using SET_AND_EXPOSE_TO_BUILD.
2589 Do some other miscellaneous related cleanup.
2590 * Source/cmake/OptionsEFL.cmake: Expose HAVE_LLVM to the build.
2591 * Source/cmake/WebKitFeatures.cmake: Expose all WebKit features to the build. Add support for
2592 build exposed variables. Add a macro to generate a configuration from them.
2593 * Source/cmakeconfig.h.cmake: Removed.
2595 2015-04-24 Philippe Normand <pnormand@igalia.com>
2597 [JHBuild] Move to upstream OpenWebRTC
2598 https://bugs.webkit.org/show_bug.cgi?id=144145
2600 Reviewed by Carlos Garcia Campos.
2602 * Source/cmake/FindOpenWebRTC.cmake: Check the presence of the
2605 2015-04-26 Yusuke Suzuki <utatane.tea@gmail.com>
2607 [ES6] Implement ES6 template literals
2608 https://bugs.webkit.org/show_bug.cgi?id=142691
2610 Reviewed by Darin Adler.
2612 Add ENABLE_ES6_TEMPLATE_LITERAL_SYNTAX compile time flag.
2614 * Source/cmake/WebKitFeatures.cmake:
2615 * Source/cmakeconfig.h.cmake:
2617 2015-04-25 Martin Robinson <mrobinson@igalia.com>
2619 Rename ENABLE_3D_RENDERING to ENABLE_3D_TRANSFORMS
2620 https://bugs.webkit.org/show_bug.cgi?id=144182
2622 Reviewed by Simon Fraser.
2624 * Source/cmake/OptionsEfl.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
2625 * Source/cmake/OptionsGTK.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
2626 * Source/cmake/OptionsMac.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
2627 * Source/cmake/WebKitFeatures.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
2628 * Source/cmakeconfig.h.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
2630 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
2632 [GTK] Add more public options
2633 https://bugs.webkit.org/show_bug.cgi?id=144116
2635 Reviewed by Martin Robinson.
2637 Add ENABLE_ICONDATABASE, ENABLE_JIT, and USE_SYSTEM_MALLOC as public options.
2639 * Source/cmake/OptionsGTK.cmake:
2641 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
2643 [CMake] Some internal variables are not marked as advanced
2644 https://bugs.webkit.org/show_bug.cgi?id=143595
2646 Reviewed by Martin Robinson.
2648 * Source/cmake/FindFreetype2.cmake: Mark internal options as advanced.
2649 * Source/cmake/FindHarfBuzz.cmake: Mark HARFBUZZ_ICU_LIBRARIES as advanced.
2651 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
2653 [GTK] Mark as advanced the build options we don't want to expose
2654 https://bugs.webkit.org/show_bug.cgi?id=143558
2656 Reviewed by Martin Robinson.
2658 Mark various options as private instead of public.
2660 * Source/cmake/OptionsGTK.cmake:
2662 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
2664 [CMake] Should be possible for an option to depend on multiple options
2665 https://bugs.webkit.org/show_bug.cgi?id=143839
2667 Reviewed by Martin Robinson.
2669 Use a list instead of a single variable to track the dependencies of each option. Iterate
2670 over the list as many times as necessary to ensure all options are properly disabled.
2672 * Source/cmake/WebKitFeatures.cmake:
2674 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
2676 [CMake] ENABLE_THREADED_COMPOSITOR should not be at the bottom of the options list
2677 https://bugs.webkit.org/show_bug.cgi?id=144103
2679 Reviewed by Martin Robinson.
2681 Just move ENABLE_THREADED_COMPOSITOR so it's alphabetized properly.
2683 * Source/cmake/WebKitFeatures.cmake:
2685 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
2687 [GTK] Fixups for ENABLE_CREDENTIAL_STORAGE
2688 https://bugs.webkit.org/show_bug.cgi?id=144102
2690 Reviewed by Martin Robinson.
2692 Use WEBKIT_OPTION_DEFAULT_PORT_VALUE to set ENABLE_CREDENTIAL_STORAGE instead of doing so
2693 manually. Fail the build if libsecret is not found but ENABLE_CREDENTIAL_STORAGE is set.
2694 Also, do not set ENABLE_CREDENTIAL_STORAGE redundantly.
2696 * Source/cmake/OptionsGTK.cmake:
2698 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
2700 [CMake] Clean up JSC JIT options
2701 https://bugs.webkit.org/show_bug.cgi?id=143998
2703 Reviewed by Filip Pizlo.
2705 * Source/cmake/OptionsEfl.cmake: Remove handling of ENABLE_LLINT_C_LOOP and preprocessor
2706 define for ENABLE_FTL_NATIVE_CALL_INLINING.
2707 * Source/cmake/OptionsMac.cmake: Remove override of ENABLE_LLINT_C_LOOP
2708 * Source/cmake/WebKitFeatures.cmake: Remove ENABLE_LLINT_C_LOOP. Add ENABLE_DFG_JIT and
2709 ENABLE_FTL_NATIVE_CALL_INLINING. Specify proper dependencies for these features.
2710 * Source/cmakeconfig.h.cmake: Remove ENABLE_LLINT_C_LOOP and add ENABLE_DFG_JIT.
2712 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
2714 [CMake] Use lowercase for local variables in macros
2715 https://bugs.webkit.org/show_bug.cgi?id=144059
2717 Reviewed by Martin Robinson.
2719 Convert some variable names to lowercase.
2721 * Source/cmake/WebKitFeatures.cmake:
2723 2015-04-22 Commit Queue <commit-queue@webkit.org>
2725 Unreviewed, rolling out r183116.
2726 https://bugs.webkit.org/show_bug.cgi?id=144060
2728 Inadvertently deleted a file... (Requested by mcatanzaro on
2733 "[CMake] Use lowercase for local variables in macros"
2734 https://bugs.webkit.org/show_bug.cgi?id=144059
2735 http://trac.webkit.org/changeset/183116
2737 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
2739 [CMake] Use lowercase for local variables in macros
2740 https://bugs.webkit.org/show_bug.cgi?id=144059
2742 Reviewed by Martin Robinson.
2744 Convert some variable names to lowercase.
2746 * Source/cmake/WebKitFeatures.cmake:
2748 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
2750 [CMake] Features list should print dots every other row
2751 https://bugs.webkit.org/show_bug.cgi?id=143832
2753 Reviewed by Martin Robinson.
2755 Discount private options when determining whether to print dots on a given row of the
2756 features list. Also, simplify the logic by using only one for loop, and fix a couple errors
2757 (inverted use of SHOULD_PRINT_DOTS, one use of the renamed variable SHOULD_PRINT_POINTS that
2758 wasn't noticed because it only affects the first line, and use of the variable name as a
2759 string in a conditional.)
2761 * Source/cmake/WebKitFeatures.cmake:
2763 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
2765 [CMake] Require specifying visibility of WebKit options
2766 https://bugs.webkit.org/show_bug.cgi?id=143831
2768 Reviewed by Alex Christensen.
2770 * Source/cmake/OptionsEfl.cmake: Specify all options as PUBLIC
2771 * Source/cmake/OptionsGTK.cmake: Specify all options as PUBLIC
2772 * Source/cmake/OptionsMac.cmake: Specify all options as PRIVATE
2773 * Source/cmake/OptionsWindows.cmake: Specify all options as PUBLIC
2774 * Source/cmake/WebKitFeatures.cmake: Require specifying options as PUBLIC or PRIVATE.
2775 Remove WEBKIT_OPTION_DEFINE_PUBLIC and WEBKIT_OPTION_PRIVATE_PORT_VALUE. Specify all
2776 cross-platform options as PRIVATE.
2778 2015-04-19 Gyuyoung Kim <gyuyoung.kim@webkit.org>
2780 [CMake] Synchronize variables between WebKitFeatures.cmake and cmakedonfig.h.cmake
2781 https://bugs.webkit.org/show_bug.cgi?id=143935
2783 Reviewed by Darin Adler.
2785 Some variables aren't defined in these files or unused variables aren't removed. This
2786 patch cleans up it as well as fix wrong alphabet order.
2788 * Source/cmake/WebKitFeatures.cmake:
2789 * Source/cmakeconfig.h.cmake:
2791 2015-04-19 Simon Fraser <simon.fraser@apple.com>
2793 Restore the WebKit.xcworkspace to the way it was before r182899,
2794 which inadvertently added the Source directory and a couple of source
2797 * WebKit.xcworkspace/contents.xcworkspacedata:
2799 2015-04-16 Basile Clement <basile_clement@apple.com>
2801 Extract the allocation profile from JSFunction into a rare object
2802 https://bugs.webkit.org/show_bug.cgi?id=143807
2804 Reviewed by Filip Pizlo.
2806 * WebKit.xcworkspace/contents.xcworkspacedata:
2808 2015-04-16 Csaba Osztrogonác <ossy@webkit.org>
2810 [EFL] Bump LLVM to version 3.6.0 on X86_64
2811 https://bugs.webkit.org/show_bug.cgi?id=143604
2813 Reviewed by Gyuyoung Kim.
2815 * Source/cmake/FindLLVM.cmake: Added version handling.
2816 * Source/cmake/OptionsEfl.cmake: Require LLVM 3.6.0 on X86_64 and patched LLVM 3.5.0 on AArch64.
2818 2015-04-15 Timothy Horton <timothy_horton@apple.com>
2820 Custom CSS cursors do not use -webkit-image-set on retina displays
2821 https://bugs.webkit.org/show_bug.cgi?id=120783
2823 Reviewed by Beth Dakin.
2824 Patch by Evan Wallace <evan.exe@gmail.com>.
2826 Add a manual test for custom CSS cursors on retina displays.
2828 * ManualTests/retina-cursors.html: Added.
2830 2015-04-15 Alex Christensen <achristensen@webkit.org>
2832 Progress towards CMake on Mac.
2833 https://bugs.webkit.org/show_bug.cgi?id=143785
2835 Reviewed by Csaba Osztrogonác.
2838 * Source/cmake/OptionsMac.cmake:
2839 * Source/cmake/WebKitFS.cmake:
2841 2015-04-10 Jon Honeycutt <jhoneycutt@apple.com>
2843 Cannot click "Next" button on Google two-factor auth setup page
2845 <https://bugs.webkit.org/show_bug.cgi?id=143624>
2846 <rdar://problem/19175714>
2848 Reviewed by Darin Adler.
2850 * ManualTests/button-that-focuses-itself-on-click.html: Added.
2852 2015-04-13 Michael Catanzaro <mcatanzaro@igalia.com>
2854 [cmake] REGRESSION(182663): It broke feature dependency handling
2855 https://bugs.webkit.org/show_bug.cgi?id=143665
2857 Reviewed by Csaba Osztrogonác.
2859 Don't try to check the value of options before defining the options.
2861 * Source/cmake/WebKitFeatures.cmake:
2863 2015-04-13 Csaba Osztrogonác <ossy@webkit.org>
2865 [cmake] Add ENABLE(ATTACHMENT_ELEMENT) to the build system
2866 https://bugs.webkit.org/show_bug.cgi?id=143664
2868 Reviewed by Gyuyoung Kim.
2870 * Source/cmake/OptionsEfl.cmake:
2871 * Source/cmake/OptionsGTK.cmake:
2872 * Source/cmake/WebKitFeatures.cmake:
2873 * Source/cmakeconfig.h.cmake:
2875 2015-04-12 Gyuyoung Kim <gyuyoung.kim@webkit.org>
2877 [EFL] Enable Media Source
2878 https://bugs.webkit.org/show_bug.cgi?id=143635
2880 Reviewed by Csaba Osztrogonác.
2882 * Source/cmake/OptionsEfl.cmake: Add ENABLE_MEDIA_SOURCE switch.
2884 2015-04-11 Michael Catanzaro <mcatanzaro@igalia.com>
2886 [CMake] Miscellaneous issues in WebKitFeatures.cmake
2887 https://bugs.webkit.org/show_bug.cgi?id=143636
2889 Reviewed by Martin Robinson.
2891 Rename _WEBKIT_AVAILABLE_OPTIONS_INITIALVALUE_ variables to
2892 _WEBKIT_AVAILABLE_OPTIONS_INITIAL_VALUE_
2894 Rename _WEBKIT_AVAILABLE_OPTIONS_ISPUBLIC_ variables to
2895 _WEBKIT_AVAILABLE_OPTIONS_IS_PUBLIC_
2897 Rename _SHOULD_PRINT_POINTS to _SHOULD_PRINT_DOTS
2899 Update USE_SYSTEM_MALLOC description to not mention TCmalloc
2901 Fix ENABLE_TOUCH_SLIDER so that it can be used
2905 * Source/cmake/WebKitFeatures.cmake:
2907 2015-04-11 Michael Catanzaro <mcatanzaro@igalia.com>
2909 [CMake] Print sorted feature list at the very end of the configure process
2910 https://bugs.webkit.org/show_bug.cgi?id=143596
2912 Reviewed by Martin Robinson.
2914 * CMakeLists.txt: Call PRINT_WEBKIT_OPTIONS at the bottom of the file.
2915 * Source/cmake/WebKitFeatures.cmake: Split option printing into PRINT_WEBKIT_OPTIONS macro,
2916 and sort the options before printing. Reorder some code so that features still get
2917 propagated to the bindings generators.
2919 2015-04-11 Michael Catanzaro <mcatanzaro@igalia.com>
2921 [CMake] Options should be marked as advanced by default
2922 https://bugs.webkit.org/show_bug.cgi?id=143572
2924 Reviewed by Gyuyoung Kim.
2926 Options defined with WEBKIT_OPTION_DEFINE are now advanced so that they are hidden from
2927 users by default, unless WEBKIT_OPTION_DEFAULT_PORT_VALUE is used. Add new macros
2928 WEBKIT_OPTION_DEFINE_PUBLIC to define an option that's not hidden by default, to be used
2929 for adding port-specific options, and WEBKIT_OPTION_PRIVATE_PORT_VALUE to override an
2930 option without making it public.
2932 * Source/cmake/WebKitFeatures.cmake:
2934 2015-04-10 Gyuyoung Kim <gyuyoung.kim@webkit.org>
2936 [CMake] Remove unnecessary ENABLE_WEBCORE switch
2937 https://bugs.webkit.org/show_bug.cgi?id=143584
2939 Reviewed by Csaba Osztrogonác.
2941 WebCore should be built for all ports. So ENABLE_WEBCORE switch looks be redundant.
2945 * Source/CMakeLists.txt:
2946 * Source/cmake/OptionsGTK.cmake:
2947 * Source/cmake/WebKitFS.cmake:
2949 2015-04-08 Filip Pizlo <fpizlo@apple.com>
2951 Unreviewed, revert accidental commit.
2955 2015-04-08 Alex Christensen <achristensen@webkit.org> and Patrick Gansterer <paroga@webkit.org>
2957 Add CMake build system for WinCairo port.
2958 https://bugs.webkit.org/show_bug.cgi?id=115944
2960 Reviewed by Chris Dumez.
2962 * Source/cmake/OptionsWindows.cmake:
2963 * Source/cmake/WebKitMacros.cmake:
2964 Make ADD_PRECOMPILED_HEADER more like http://stackoverflow.com/questions/148570/using-pre-compiled-headers-with-cmake
2966 2015-04-06 Alberto Garcia <berto@igalia.com>
2968 [GTK] Fix HPPA build
2969 https://bugs.webkit.org/show_bug.cgi?id=143453
2971 Reviewed by Darin Adler.
2973 Add HPPA to the list of supported CPUs.
2977 2015-04-03 Csaba Osztrogonác <ossy@webkit.org>
2979 Unreviewed, kick the GTK bots to fix an incremental build issue.
2981 * Source/cmake/OptionsGTK.cmake:
2983 2015-04-03 Zan Dobersek <zdobersek@igalia.com>
2985 Fix the EFL and GTK build after r182243
2986 https://bugs.webkit.org/show_bug.cgi?id=143361
2988 Reviewed by Csaba Osztrogonác.
2990 * Source/PlatformEfl.cmake: Add a custom command that copies
2991 the InspectorBackendCommands.js file into the proper directory
2992 under DerivedSources/WebInspectorUI/.
2994 2015-04-01 Alex Christensen <achristensen@webkit.org>
2996 Progress towards CMake on Windows and Mac.
2997 https://bugs.webkit.org/show_bug.cgi?id=143293
2999 Reviewed by Filip Pizlo.
3002 Set DERIVED_SOURCES_WTF_DIR for Windows.
3003 * Source/CMakeLists.txt:
3004 Don't compile bmalloc on Windows.
3005 * Source/cmake/OptionsCommon.cmake:
3006 Use the absolute path of the C preprocessor.
3007 * Source/cmake/OptionsWinCairo.cmake:
3008 Added needed definitions.
3009 * Source/cmake/OptionsWindows.cmake:
3010 Set some default values and removed support for old Visual Studio versions before /MP.
3011 * Source/cmake/WebKitFS.cmake:
3012 Make WTF DerivedSources directory.
3013 * Source/cmake/WebKitMacros.cmake:
3014 Added ADD_PRECOMPILED_HEADER macro based on
3015 http://stackoverflow.com/questions/148570/using-pre-compiled-headers-with-cmake
3017 2015-04-01 Gwang Yoon Hwang <yoon@igalia.com>
3019 Use colored diagnostics when building with cmake + ninja + clang
3020 https://bugs.webkit.org/show_bug.cgi?id=143297
3022 Reviewed by Žan Doberšek.
3024 Because that ninja sets subprocess stdout/stderr to a pipe, clang
3025 disables colored output.
3026 This patch forces clang to use colored diagnostics when we are using
3029 * Source/cmake/OptionsCommon.cmake:
3031 2015-03-29 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3033 [CMake] Update old CMakeList.txt in gtest
3034 https://bugs.webkit.org/show_bug.cgi?id=143192
3036 Reviewed by Darin Adler.
3038 CMake ports have used cmake/gtest/CMakeLists.txt instead of ThirdParty/test/CMakeLists.txt
3039 in order to build gtest. However it looks ThirdParty/test/CMakeLists.txt won't be used anymore.
3040 So this patch moves cmake/gtest/CMakeLists.txt to ThirdPart/test/CMakeLists.txt, and use it.
3042 * Source/CMakeLists.txt:
3043 * Source/cmake/gtest/CMakeLists.txt: Removed.
3045 2015-03-27 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3047 [CMake] Remove unnecessary INCLUDE_IF_EXISTS macro
3048 https://bugs.webkit.org/show_bug.cgi?id=143138
3050 Reviewed by Csaba Osztrogonác.
3052 INCLUDE_IF_EXISTS isn't used except for 2 places. However those uses can
3053 be replaced with WEBKIT_INCLUDE_CONFIG_FILES_IF_EXISTS.
3055 * Source/cmake/OptionsWindows.cmake:
3056 Set "PORT" instead of "PORT_FALLBACK" because there is no benefit to define PORT_FALLBACK.
3057 * Source/cmake/WebKitMacros.cmake:
3059 2015-03-27 Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
3061 [GStreamer] share GL context in pipeline, part 2
3062 https://bugs.webkit.org/show_bug.cgi?id=143049
3064 Reviewed by Carlos Garcia Campos.
3066 * Source/cmake/OptionsGTK.cmake: USE_GSTREAMER_GL is set only if
3067 OpenGL/ES2 is found and GLX/EGL is found too.
3069 2015-03-26 Alex Christensen <achristensen@webkit.org>
3071 Progress towards CMake on Mac.
3072 https://bugs.webkit.org/show_bug.cgi?id=143112
3074 Reviewed by Chris Dumez.
3076 * Source/cmake/OptionsMac.cmake:
3078 2015-03-24 Csaba Osztrogonác <ossy@webkit.org>
3080 [EFL] Add OpenWebRTC in jhbuild
3081 https://bugs.webkit.org/show_bug.cgi?id=142778
3083 Reviewed by Gyuyoung Kim.
3085 Original patch by Philippe Normand <pnormand@igalia.com>
3087 * Source/cmake/OptionsEfl.cmake: Look for OpenWebRTC library if
3088 mediastream build is enabled.
3090 2015-03-23 Carlos Garcia Campos <cgarcia@igalia.com>
3092 [GTK] Add a configure option to build without Redirected XComposite Window
3093 https://bugs.webkit.org/show_bug.cgi?id=142865
3095 Reviewed by Žan Doberšek.
3097 The Redirected XComposite Window was added to support some
3098 features like GtkOverlay, but in cases where we don't need such
3099 features, it's more efficient to use the XID of the WebKitWebView
3100 window as the native surface handle for the accelerated
3101 compositing. This patch adds USE_REDIRECTED_XCOMPOSITE_WINDOW,
3102 that is enabled by default for X11 target when OpenGL is enabled.
3104 * Source/cmake/OptionsGTK.cmake:
3106 2015-03-20 Zan Dobersek <zdobersek@igalia.com>
3108 [GTK] Search for the Wayland dependency when enabling Wayland target
3109 https://bugs.webkit.org/show_bug.cgi?id=142876
3111 Reviewed by Carlos Garcia Campos.
3113 * Source/cmake/OptionsGTK.cmake: The Wayland dependency isn't a public
3114 requirement of either the GTK+ or GDK pkg-config files, so we have to
3115 search for it ourselves when WebKitGTK+ has been configured to support
3116 the Wayland windowing target.
3118 2015-03-20 Csaba Osztrogonác <ossy@webkit.org>
3120 Unreviewed, kick the GTK bots to regenerate makefile.
3121 https://bugs.webkit.org/show_bug.cgi?id=137394
3123 * Source/cmake/OptionsEfl.cmake: Revert my last accidenatal change.
3124 * Source/cmake/OptionsGTK.cmake: Really kick the GTK bots.
3126 2015-03-20 Csaba Osztrogonác <ossy@webkit.org>
3128 Unreviewed, kick the GTK bots to regenerate makefile.
3129 https://bugs.webkit.org/show_bug.cgi?id=137394
3131 * Source/cmake/OptionsEfl.cmake:
3133 2015-03-19 Csaba Osztrogonác <ossy@webkit.org>
3135 [GTK] Fix inspector userinterface related incremental build issue
3136 https://bugs.webkit.org/show_bug.cgi?id=142849
3138 Reviewed by Carlos Garcia Campos.
3140 * Source/cmake/OptionsGTK.cmake: Revert r181733.
3142 2015-03-18 Csaba Osztrogonác <ossy@webkit.org>
3144 Unreviewed, kick the GTK bots to regenerate makefile.
3146 * Source/cmake/OptionsGTK.cmake:
3148 2015-03-17 Ryuan Choi <ryuan.choi@navercorp.com>
3150 [EFL] Expose JavaScript binding interface through ewk_extension
3151 https://bugs.webkit.org/show_bug.cgi?id=142033
3153 Reviewed by Gyuyoung Kim.
3155 * Source/cmake/OptionsEfl.cmake: Added HEADER_INSTALL_DIR variable.
3157 2015-03-17 Philippe Normand <pnormand@igalia.com>
3159 [GTK] basic OpenWebRTC build support
3160 https://bugs.webkit.org/show_bug.cgi?id=142393
3162 Reviewed by Carlos Garcia Campos.
3164 * Source/cmake/FindOpenWebRTC.cmake: Added.
3165 * Source/cmake/OptionsGTK.cmake: Look for OpenWebRTC library if
3166 mediastream build is enabled.
3168 2015-03-17 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3170 [CMake][EFL] Build test tools only for developer mode
3171 https://bugs.webkit.org/show_bug.cgi?id=142761
3173 Reviewed by Csaba Osztrogonác.
3175 Do not build EFL MiniBrowser, WebKitTestRunner, and ImageDiff on production mode.
3177 * Source/cmake/OptionsEfl.cmake:
3178 * Source/cmake/OptionsGTK.cmake: Move ENABLE_MINIBROWSER to common place.
3179 * Source/cmake/WebKitFeatures.cmake: Define ENABLE_MINIBROWSER variable.
3180 * Source/cmakeconfig.h.cmake:
3182 2015-03-16 Ryosuke Niwa <rniwa@webkit.org>
3184 Enable ES6 classes by default
3185 https://bugs.webkit.org/show_bug.cgi?id=142774
3187 Reviewed by Gavin Barraclough.
3189 * Source/cmake/WebKitFeatures.cmake:
3191 2015-03-16 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3193 [CMake][EFL] Rearrange OptionEFL.cmake to improve readability
3194 https://bugs.webkit.org/show_bug.cgi?id=142722
3196 Reviewed by Csaba Osztrogonác.
3198 Categorize to define cmake variables, to find necessary packages,
3199 use upper case for "glib_conponents" cmake variable name, re-arrange
3200 wrong alphabet sorting, and so on.
3202 * CMakeLists.txt: Remove WinCE port.
3203 * Source/cmake/OptionsEfl.cmake:
3205 2015-03-14 Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
3207 [GStreamer] share GL context in pipeline
3208 https://bugs.webkit.org/show_bug.cgi?id=142693
3210 Reviewed by Philippe Normand.
3212 Add search of gstreamer-gl library in the GStreamer installation. If
3213 it is found, WTF_USE_GSTREAMER_GL macro is defined.
3215 * Source/cmake/FindGStreamer.cmake:
3216 * Source/cmake/OptionsGTK.cmake:
3218 2015-03-13 Alex Christensen <achristensen@webkit.org>
3220 Progress towards CMake on Mac.
3221 https://bugs.webkit.org/show_bug.cgi?id=142680
3223 Reviewed by Gyuyoung Kim.
3226 * Source/PlatformMac.cmake: Added stub.
3227 * Source/cmake/OptionsMac.cmake:
3228 Change defines to get CMake working.
3230 2015-03-11 Carlos Garcia Campos <cgarcia@igalia.com>
3232 [GTK] Add an option to enable MiniBrowser for non developer builds and always install it
3233 https://bugs.webkit.org/show_bug.cgi?id=126688
3235 Reviewed by Gustavo Noronha Silva.
3237 Add ENABLE_MINIBROWSER option, enabled by default for development
3238 builds and disabled for production builds unless explicilty enabled.
3240 * Source/cmake/OptionsGTK.cmake:
3242 2015-03-11 Carlos Garcia Campos <cgarcia@igalia.com>
3244 [GTK] Do not look for child processes in the UI process binary path
3245 https://bugs.webkit.org/show_bug.cgi?id=135752
3247 Reviewed by Gustavo Noronha Silva.
3249 * Source/cmake/OptionsGTK.cmake: Add -DDEVELOPMENT_BUILD=1 to the
3250 build for development builds.
3252 2015-03-10 Carlos Garcia Campos <cgarcia@igalia.com> and José Dapena Paz <jdapena@igalia.com>
3254 [GTK] Add a configure option to build with OpenGL ES 2
3255 https://bugs.webkit.org/show_bug.cgi?id=142498
3257 Reviewed by Martin Robinson.
3259 Add ENABLE_GLES2 option. It's disabled by default, but if passed
3260 GLES2 is required and OpenGL is not even searched. Otherwise we
3261 search for OpenGL as usual, using it only if present.
3263 * Source/cmake/OptionsGTK.cmake:
3265 2015-03-10 Csaba Osztrogonác <ossy@webkit.org>
3267 [cmake] Handle unused parameter warnings as build errors except in WebKit2
3268 https://bugs.webkit.org/show_bug.cgi?id=142338
3270 Reviewed by Gyuyoung Kim.
3272 * Source/cmake/WebKitHelpers.cmake:
3274 2015-03-03 Daniel Bates <dabates@apple.com>
3276 Convert ManualTests/svg-tooltip.svg to a DRT test
3277 https://bugs.webkit.org/show_bug.cgi?id=140480
3279 Reviewed by Alex Christensen.
3281 * ManualTests/svg-tooltip.svg: Removed.
3283 2015-03-02 Debarshi Ray <debarshir@gnome.org>
3285 REGRESSION(r179409): [GTK] Undefined symbol prevents web extensions from being loaded
3286 https://bugs.webkit.org/show_bug.cgi?id=142165
3288 Reviewed by Carlos Garcia Campos.
3290 * Source/cmake/gtksymbols.filter:
3292 2015-02-26 Csaba Osztrogonác <ossy@webkit.org>
3294 [EFL] Remove unnecessary comment after r179110
3295 https://bugs.webkit.org/show_bug.cgi?id=142042
3297 Reviewed by Gyuyoung Kim.
3299 * Source/cmake/OptionsEfl.cmake:
3301 2015-02-23 Tomas Popela <tpopela@redhat.com>
3303 [GTK] Fails to compile with cmake 3.2.x
3304 https://bugs.webkit.org/show_bug.cgi?id=141796
3306 With cmake 3.2.x we have to explicitly ask for X11 otherwise the
3307 X11_X11_LIB variable won't be set thus the X11 linker flags won't be
3308 added and the build will fail.
3310 Reviewed by Martin Robinson.
3312 * Source/cmake/OptionsGTK.cmake:
3314 2015-02-20 Alexey Proskuryakov <ap@apple.com>
3316 Remove svn:keywords property.
3318 As far as I can tell, the property had no effect on any of these files, but also,
3319 when it has effect it's likely harmful.
3321 * ManualTests/animation-with-transition.html: Removed property svn:keywords.
3322 * ManualTests/blur-filter-timing.html: Removed property svn:keywords.
3323 * ManualTests/compositing/caret-in-compositing-frame.html: Removed property svn:keywords.
3324 * ManualTests/compositing/font-smoothing.html: Removed property svn:keywords.
3325 * ManualTests/compositing/missing-iframe-contents.html: Removed property svn:keywords.
3326 * ManualTests/compositing/requires-backing-change.html: Removed property svn:keywords.
3327 * ManualTests/compositing/resources/composited-subframe.html: Removed property svn:keywords.
3328 * ManualTests/compositing/resources/editable-compositing-subframe.html: Removed property svn:keywords.
3329 * ManualTests/frames/nested-iframe-blit-on-scroll.html: Removed property svn:keywords.
3330 * ManualTests/frames/resources/blit-on-scroll-subframe.html: Removed property svn:keywords.
3331 * ManualTests/frames/resources/blit-on-scroll-subsubframe.html: Removed property svn:keywords.
3332 * ManualTests/plugins/plugin-paint-causes-layout.html: Removed property svn:keywords.
3333 * ManualTests/screen-availLeft.html: Removed property svn:keywords.
3334 * ManualTests/transition-accelerated.html: Removed property svn:keywords.
3336 2015-02-17 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3338 [CMAKE] Remove CMakeLists.txt in WK1 port
3339 https://bugs.webkit.org/show_bug.cgi?id=141617
3341 Reviewed by Anders Carlsson.
3343 Nobody uses CMake in WK1 port. Remove it.
3347 2015-02-13 Csaba Osztrogonác <ossy@webkit.org>
3349 Unreviewed, remove empty directories.
3351 * ManualTests/qt: Removed.
3353 2015-02-11 Carlos Alberto Lopez Perez <clopez@igalia.com>
3355 [CMake] Don't set flag fuse-ld on the C/C++ compiler flags, but on the linker flags.
3356 https://bugs.webkit.org/show_bug.cgi?id=141481
3358 Reviewed by Csaba Osztrogonác.
3360 * Source/cmake/OptionsCommon.cmake: Move -fuse-ld=gold to the linker flags.
3362 2015-02-11 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3364 [EFL][GTK] Use bmalloc instead of tcmalloc
3365 https://bugs.webkit.org/show_bug.cgi?id=140162
3367 Reviewed by Carlos Garcia Campos.
3369 Add bmalloc directory to build list.
3371 * CMakeLists.txt: Define BMALLOC_DIR directory.
3372 * Source/CMakeLists.txt: Add bmalloc path to sub-directories list.
3374 2015-02-11 Carlos Garcia Campos <cgarcia@igalia.com>
3376 [GTK] Add default color chooser implementation using GtkColorChooserDialog
3377 https://bugs.webkit.org/show_bug.cgi?id=141392
3379 Reviewed by Gustavo Noronha Silva.
3381 Enable INPUT_TYPE_COLOR by default for GTK+ port.
3383 * Source/cmake/OptionsGTK.cmake:
3385 2015-02-09 Sergio Villar Senin <svillar@igalia.com>
3387 ASSERTION FAILED: resolvedInitialPosition <= resolvedFinalPosition in WebCore::GridSpan::GridSpan
3388 https://bugs.webkit.org/show_bug.cgi?id=141328
3390 Reviewed by Darin Adler.
3392 Added as manual test because it involves a huge grid allocation
3393 which is very slow on Debug bots, the only ones capable to trigger
3396 * ManualTests/css-grid-layout-item-with-huge-span-crash.html: Added.
3398 2015-02-05 Youenn Fablet <youenn.fablet@crf.canon.fr> and Xabier Rodriguez Calvar <calvaris@igalia.com>
3400 [Streams API] Implement a barebone ReadableStream interface
3401 https://bugs.webkit.org/show_bug.cgi?id=141045
3403 Reviewed by Benjamin Poulain.
3405 * Source/cmake/WebKitFeatures.cmake:
3406 * Source/cmakeconfig.h.cmake: Made streams API compilation on by default.
3408 2015-02-02 Filip Pizlo <fpizlo@apple.com>
3410 Revert accidental change in r179490.
3414 2015-02-02 Filip Pizlo <fpizlo@apple.com>
3416 Unreviewed, revert accidental change to Makefile.shared in r179478
3420 2015-01-28 Carlos Alberto Lopez Perez <clopez@igalia.com>
3422 [CMake] Minimum python version should be 2.7.
3423 https://bugs.webkit.org/show_bug.cgi?id=140997
3425 Reviewed by Csaba Osztrogonác.
3429 2015-01-26 Nikos Andronikos <nikos.andronikos-webkit@cisra.canon.com.au>
3431 Apply feTurbulence spec change to fix zero length vector generation
3432 https://bugs.webkit.org/show_bug.cgi?id=140812
3434 Reviewed by Darin Adler.
3436 Recently a bug with the turbulence algorithm was corrected in the
3437 Filter Effects specification.
3438 For some seed values this bug allowed zero length vectors to be generated.
3439 This resulted in large solid color squares being present in the generated image.
3440 The feTurbulence algorithm was updated to reject zero length vectors. This patch
3441 applies that change in WebCore.
3443 Test: svg/filters/feTurbulence_bad_seeds.html
3445 * platform/graphics/filters/FETurbulence.cpp:
3446 (WebCore::FETurbulence::initPaint):
3447 Added rejection sampling during vector generation to avoid zero length vectors.
3449 2015-01-26 Csaba Osztrogonác <ossy@webkit.org>
3451 [cmake] Remove compiler version calculate cruft
3452 https://bugs.webkit.org/show_bug.cgi?id=140885
3454 Reviewed by Darin Adler.
3456 * Source/cmake/WebKitHelpers.cmake:
3458 2015-01-26 Csaba Osztrogonác <ossy@webkit.org>
3460 [cmake] Stop compiling with -Wno-error=uninitialized and -Wno-error=literal-suffix
3461 https://bugs.webkit.org/show_bug.cgi?id=140886
3463 Reviewed by Žan Doberšek.
3465 * Source/cmake/WebKitHelpers.cmake:
3467 2015-01-26 Michael Catanzaro <mcatanzaro@igalia.com>
3469 [GTK] gtkdoc does not appear in DevHelp
3470 https://bugs.webkit.org/show_bug.cgi?id=139369
3472 Reviewed by Philippe Normand.
3474 Expect the gtkdoc to be generated in folders named with the API version.
3476 * Source/PlatformGTK.cmake:
3478 2015-01-26 Zan Dobersek <zdobersek@igalia.com>
3480 [EFL][GTK] Stop compiling with fno-omit-frame-pointer, -fno-tree-dce
3481 https://bugs.webkit.org/show_bug.cgi?id=140609
3483 Reviewed by Csaba Osztrogonác.
3485 The latest releases of GCC versions 4.7, 4.8 and 4.9 all compile and
3486 run JSC tests fine without the -fno-tree-dce and -fno-omit-frame-pointer
3487 compilation flags. Those were added after the jsCStack branch merge, but
3488 can now be removed since the -ftree-dce issues were fixed in GCC, and
3489 changes in r173282 and r173298 again enable compiling with -fomit-frame-pointer.
3491 * Source/cmake/OptionsEfl.cmake:
3492 * Source/cmake/OptionsGTK.cmake:
3494 2015-01-26 Commit Queue <commit-queue@webkit.org>
3496 Unreviewed, rolling out r179107.
3497 https://bugs.webkit.org/show_bug.cgi?id=140880
3499 The GCC in the bots doesn't support the AsyncTask
3500 implementation (Requested by KaL on #webkit).
3504 "[GTK] Enable IndexedDB"
3505 https://bugs.webkit.org/show_bug.cgi?id=98932
3506 http://trac.webkit.org/changeset/179107
3508 2015-01-25 Carlos Garcia Campos <cgarcia@igalia.com>
3510 [GTK] Enable IndexedDB
3511 https://bugs.webkit.org/show_bug.cgi?id=98932
3513 Reviewed by Žan Doberšek.
3515 * Source/cmake/OptionsGTK.cmake: Enable DATABASE_PROCESS and INDEXED_DATABASE.
3516 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_DATABASE_PROCESS.
3518 2015-01-23 Carlos Garcia Campos <cgarcia@igalia.com>
3520 [GTK] Add initial database process support
3521 https://bugs.webkit.org/show_bug.cgi?id=139491
3523 Reviewed by Sergio Villar Senin.
3525 * Source/cmake/OptionsGTK.cmake: Set WebKit2_DatabaseProcess_OUTPUT_NAME.
3527 2015-01-22 Ryosuke Niwa <rniwa@webkit.org>
3529 Add a build flag for ES6 class syntax
3530 https://bugs.webkit.org/show_bug.cgi?id=140760
3532 Reviewed by Michael Saboff.
3534 * Source/cmake/WebKitFeatures.cmake:
3535 * Source/cmakeconfig.h.cmake:
3537 2015-01-21 Csaba Osztrogonác <ossy@webkit.org>
3539 [EFL][WK2] EFL MiniBrowser doesn't run because shared library is not found
3540 https://bugs.webkit.org/show_bug.cgi?id=140049
3542 Reviewed by Gyuyoung Kim.
3544 * Source/cmake/OptionsCommon.cmake:
3546 2015-01-21 Csaba Osztrogonác <ossy@webkit.org>
3548 Remove ENABLE(INSPECTOR) ifdef guards
3549 https://bugs.webkit.org/show_bug.cgi?id=140668
3551 Reviewed by Darin Adler.
3553 * Source/PlatformEfl.cmake:
3554 * Source/cmake/OptionsEfl.cmake:
3555 * Source/cmake/OptionsGTK.cmake:
3556 * Source/cmake/OptionsMac.cmake:
3557 * Source/cmake/WebKitFeatures.cmake:
3558 * Source/cmakeconfig.h.cmake:
3560 2015-01-20 Carlos Garcia Campos <cgarcia@igalia.com>
3562 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.4 release.
3564 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
3566 2015-01-19 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3568 [CMAKE] Fix cmake warning
3569 https://bugs.webkit.org/show_bug.cgi?id=140497
3571 Reviewed by Gustavo Noronha Silva.
3573 r173155 already tried to fix cmake warning though, the warning is still exist.
3574 CMAKE_LINK_INTERFACE_LIBRARIES seems to cause this warning. Individual target is
3575 already set for their libraries though, INTERFACE_LINK_LIBRARIES contains the list
3576 of transitive link dependencies, and CMAKE_LINK_INTERFACE_LIBRARIES can override
3577 the INTERFACE_LINK_LIBRARIES property when CMP0022 is not set. CMake warns this override.
3578 To avoid it, EFL port doesn't set CMAKE_LINK_INTERFACE_LIBRARIES.
3582 2015-01-19 Michael Catanzaro <mcatanzaro@igalia.com>
3584 [GTK] Generate the make dist manifest from a CMake template file
3585 https://bugs.webkit.org/show_bug.cgi?id=139387
3587 Reviewed by Martin Robinson.
3589 Generate manifest.txt from manifest.txt.in. Only expose the dist and
3590 distcheck targets for developer builds, as they won't work when
3591 building from a tarball because the manifest is not distributed.
3593 * Source/PlatformGTK.cmake:
3595 2015-01-15 Csaba Osztrogonác <ossy@webkit.org>
3597 Remove ENABLE(SQL_DATABASE) guards
3598 https://bugs.webkit.org/show_bug.cgi?id=140434
3600 Reviewed by Darin Adler.
3602 * Source/cmake/OptionsMac.cmake:
3603 * Source/cmake/WebKitFeatures.cmake:
3604 * Source/cmakeconfig.h.cmake:
3606 2015-01-11 Sam Weinig <sam@webkit.org>
3608 Remove support for SharedWorkers
3609 https://bugs.webkit.org/show_bug.cgi?id=140344
3611 Reviewed by Anders Carlsson.
3613 * Source/cmake/OptionsEfl.cmake:
3614 * Source/cmake/OptionsGTK.cmake:
3615 * Source/cmake/OptionsMac.cmake:
3616 * Source/cmake/WebKitFeatures.cmake:
3617 * Source/cmakeconfig.h.cmake:
3619 2015-01-10 Dan Bernstein <mitz@apple.com>
3621 [Xcode, iOS] Files are recompiled when alternating between using make and the Xcode IDE
3622 https://bugs.webkit.org/show_bug.cgi?id=140339
3624 Reviewed by Mark Rowe.
3626 * Makefile.shared: Run xcodebuild with the same PATH with which the Xcode IDE runs. This
3627 prevents unnecessary rebuilding due to PATH differences.
3629 2015-01-07 Gwang Yoon Hwang <yoon@igalia.com>
3631 [GTK][ThreadedCompositor] Add support for threaded compositor.
3632 https://bugs.webkit.org/show_bug.cgi?id=118265
3634 Reviewed by Martin Robinson.
3636 Added the ENABLE_THREADED_COMPOSITOR feature flag to the cmake and
3637 autotools build systems. The feature is disabled by default.
3638 And remove deprecated the WTF_USE_TILED_BACKING_STORE feature flag
3639 from the feature flags.
3641 * Source/cmake/OptionsEfl.cmake:
3642 * Source/cmake/OptionsGTK.cmake:
3643 * Source/cmake/WebKitFeatures.cmake:
3644 * Source/cmakeconfig.h.cmake:
3646 2014-12-23 Alexey Proskuryakov <ap@apple.com>
3648 Simplify building with ASan
3649 https://bugs.webkit.org/show_bug.cgi?id=139916
3651 Reviewed by Mark Rowe.
3653 * Makefile.shared: Invoke set-webkit-configuration to store ASan choice as appropriate.
3655 2014-12-16 Carlos Garcia Campos <cgarcia@igalia.com>
3657 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.3 release.
3659 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
3661 2014-12-10 Jon Honeycutt <jhoneycutt@apple.com>
3663 Null dereference performing a "TapAndAHalf" gesture in Google search field
3665 <https://bugs.webkit.org/show_bug.cgi?id=139506>
3666 <rdar://problem/19028828>
3668 Reviewed by Darin Adler.
3670 * ManualTests/ios/tap-and-a-half-gesture-in-empty-text-field.html: Added.
3672 2014-12-10 Dean Jackson <dino@apple.com>
3674 Blur filter performance test doesn't provide results
3675 https://bugs.webkit.org/show_bug.cgi?id=139462
3677 Reviewed by Sam Weinig.
3679 This can't currently work under our performance test
3680 infrastructure. Move it to a manual test to avoid
3681 putting FAILures into the results.
3683 * ManualTests/blur-filter-timing.html: Renamed from PerformanceTests/Interactive/blur-filter-timing.html.
3685 2014-12-09 Gustavo Noronha Silva <gustavo.noronha@collabora.com>
3687 [GTK][WK2] Add HTML5 Notifications support
3688 https://bugs.webkit.org/show_bug.cgi?id=61140
3690 Reviewed by Carlos Garcia Campos.
3692 * Source/cmake/FindLibNotify.cmake: Added.
3693 * Source/cmake/OptionsGTK.cmake: add option to enable notifications, look for
3694 libnotify and use it for a default implementation when found.
3696 2014-12-09 Bem Jones-Bey <bjonesbe@adobe.com>
3698 REGRESSION(r155906): Page content disappears on Tuaw article after loading
3699 https://bugs.webkit.org/show_bug.cgi?id=138100
3701 Reviewed by Simon Fraser.
3703 DRT causes an extra paint which makes it impossible to test this with
3706 * ManualTests/float-layer-not-painting.html: Added.
3708 2014-12-07 Alberto Garcia <berto@igalia.com>
3710 [GTK] WebKit has a new required dependency on GnuTLS
3711 https://bugs.webkit.org/show_bug.cgi?id=136158
3713 Reviewed by Martin Robinson.
3715 Detect if GnuTLS is installed and enable or disable subtle crypto
3716 support accordingly.
3718 * Source/cmake/OptionsGTK.cmake:
3720 2014-12-07 Carlos Garcia Campos <cgarcia@igalia.com>
3722 [GTK] Missing API detected in GObject DOM bindings after r176630
3723 https://bugs.webkit.org/show_bug.cgi?id=139201
3725 Reviewed by Gustavo Noronha Silva.
3727 Change GENERATE_BINDINGS macro to receive a list of optional
3728 additional dependencies, so that we can add more dependecies
3729 without having to change the macro.
3731 * Source/cmake/WebKitMacros.cmake:
3733 2014-12-05 Simon Fraser <simon.fraser@apple.com>
3735 Programmatic scrolling and content changes are not always synchronized
3736 https://bugs.webkit.org/show_bug.cgi?id=139245
3737 rdar://problem/18833612
3739 Reviewed by Anders Carlsson.
3741 Manual test that tries to sync layout with programmatic scrolling.
3743 * ManualTests/programmatic-scroll-flicker.html: Added.
3745 2014-12-04 Alberto Garcia <berto@igalia.com>
3747 can not find cairo-gl.h when build webkit with gtk on ubuntu 14.04
3748 https://bugs.webkit.org/show_bug.cgi?id=136576
3750 Reviewed by Carlos Garcia Campos.
3752 CMake should complain if Accelerated 2D Canvas is explicitly
3753 enabled but cairo-gl is not found.
3755 * Source/cmake/OptionsGTK.cmake:
3757 2014-12-03 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
3759 [EFL] Add subtle crypto to the build system
3760 https://bugs.webkit.org/show_bug.cgi?id=138612
3762 Reviewed by Csaba Osztrogonác.
3764 * Source/cmake/OptionsEfl.cmake:
3766 2014-12-01 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3768 [EFL] Add a ENABLE_CSS_SCROLL_SNAP macro to CMake build system
3769 https://bugs.webkit.org/show_bug.cgi?id=139085
3771 Reviewed by Andreas Kling.
3773 * Source/cmake/OptionsEfl.cmake: Add ENABLE_CSS_SCROLL_SNAP.
3774 * Source/cmake/WebKitFeatures.cmake: ditto.
3775 * Source/cmakeconfig.h.cmake: ditto.
3777 2014-11-30 Ryuan Choi <ryuan.choi@navercorp.com>
3779 [EFL] Drop support for the EFL 1.7
3780 https://bugs.webkit.org/show_bug.cgi?id=139114
3782 Reviewed by Gyuyoung Kim.
3784 * Source/cmake/EFLHelpers.cmake: Removed.
3785 * Source/cmake/FindEcore.cmake: Removed.
3786 * Source/cmake/FindEdje.cmake: Removed.
3787 * Source/cmake/FindEet.cmake: Removed.
3788 * Source/cmake/FindEeze.cmake: Removed.
3789 * Source/cmake/FindEfreet.cmake: Removed.
3790 * Source/cmake/FindEina.cmake: Removed.
3791 * Source/cmake/FindElementary.cmake: Removed.
3792 * Source/cmake/FindEvas.cmake: Removed.
3793 * Source/cmake/OptionsEfl.cmake:
3795 2014-11-28 Philippe Normand <pnormand@igalia.com>
3797 [CMake] Build failure against GStreamer git master
3798 https://bugs.webkit.org/show_bug.cgi?id=138872
3800 Reviewed by Csaba Osztrogon.
3802 * Source/cmake/FindGStreamer.cmake: Simplified the
3803 FIND_GSTREAMER_COMPONENT macro. Trust pkg-config for include
3804 headers lookup, there's no need to do this manually. Also
3805 explicitely check the version specified in GStreamer_FIND_VERSION.
3807 2014-11-27 Ryuan Choi <ryuan.choi@navercorp.com>
3809 [EFL] Remove E_Dbus dependency
3810 https://bugs.webkit.org/show_bug.cgi?id=136355
3812 Reviewed by Gyuyoung Kim.
3814 * Source/cmake/FindE_DBus.cmake: Removed.
3815 * Source/cmake/OptionsEfl.cmake:
3817 2014-11-24 Carlos Garcia Campos <cgarcia@igalia.com>
3819 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.1 release.
3821 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
3823 2014-11-20 Csaba Osztrogonác <ossy@webkit.org>
3825 [CMake] Use ld.gold if it is available to speedup builds
3826 https://bugs.webkit.org/show_bug.cgi?id=137953
3828 Reviewed by Carlos Garcia Campos.
3830 * Source/cmake/OptionsCommon.cmake:
3832 2014-11-19 Akos Kiss <akiss@inf.u-szeged.hu>
3834 Fix the detection of toolchain support for Cortex-A53 erratum 835769 workaround
3835 https://bugs.webkit.org/show_bug.cgi?id=138840
3837 Reviewed by Csaba Osztrogonác.
3839 * Source/cmake/OptionsCommon.cmake:
3841 2014-11-13 Csaba Osztrogonác <ossy@webkit.org>
3843 Remove Source/Platform cruft
3844 https://bugs.webkit.org/show_bug.cgi?id=138658
3846 Reviewed by Anders Carlsson.
3849 * Source/Platform: Removed.
3851 2014-11-10 Akos Kiss <akiss@inf.u-szeged.hu>
3853 Enable Cortex-A53-specific code paths by default if core is detected.
3854 https://bugs.webkit.org/show_bug.cgi?id=138499
3856 Reviewed by Csaba Osztrogonác.
3858 On ARM64/Linux, check /proc/cpuinfo for CPU part 0xd03 (signaling
3859 Cortex-A53) and set the initial value of WTF_CPU_ARM64_CORTEXA53 to true
3862 Since on ARM64/Linux the part number that