1 2016-01-25 Alex Christensen <achristensen@webkit.org>
3 Fix internal Windows build
4 https://bugs.webkit.org/show_bug.cgi?id=153469
6 Reviewed by Brent Fulgham.
8 * Source/cmake/WebKitMacros.cmake:
9 Pass the GPERF_EXECUTABLE that we found to make-hash-tools.pl.
11 2016-01-23 Aaron Chu <arona.chu@gmail.com>
13 Web Inspector: AXI: node-link-list should be collapsible
14 https://bugs.webkit.org/show_bug.cgi?id=130911
16 Added a manual test to test the node list in the Accessibility Inspector
18 Reviewed by Timothy Hatcher.
20 * ManualTests/accessibility/collapsible-node-link-list.html: Added.
22 2016-01-22 Alex Christensen <achristensen@webkit.org>
24 Fix internal Windows build
25 https://bugs.webkit.org/show_bug.cgi?id=153385
26 rdar://problem/24310408
28 Reviewed by Brian Weinstein.
30 * Source/cmake/WinTools.make:
31 * Source/cmake/tools/vsprops: Copied from WebKitLibraries/win/tools/vsprops.
32 These property sheets are needed for some projects that are not in this repository
33 and don't use CMake in the official build. We want to leave them unchanged for now.
35 2016-01-22 Alex Christensen <achristensen@webkit.org>
37 Only set CMake output directories if they aren't already set
38 https://bugs.webkit.org/show_bug.cgi?id=153373
40 Reviewed by Michael Catanzaro.
43 r195242 caused Windows builds to copy files to bin instead of bin64.
44 CMAKE_RUNTIME_OUTPUT_DIRECTORY is being set in OptionsWin.cmake, and this was now resetting it.
45 This also makes it so you can set these variables by command line.
47 2016-01-20 Carlos Garcia Campos <cgarcia@igalia.com>
49 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.11.4 release.
51 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
53 2016-01-18 Michael Catanzaro <mcatanzaro@igalia.com>
55 [CMake] Duplicate attempts to find software during cmake stage
56 https://bugs.webkit.org/show_bug.cgi?id=153211
58 Reviewed by Martin Robinson.
60 * CMakeLists.txt: Remove duplication of commands in WebKitCommon.cmake.
61 * Source/cmake/WebKitCommon.cmake: Guard the entire file so it runs only once.
63 2016-01-17 Michael Catanzaro <mcatanzaro@igalia.com>
65 [CMake] Do not build bmalloc when USE_SYSTEM_MALLOC is ON
66 https://bugs.webkit.org/show_bug.cgi?id=153190
68 Reviewed by Csaba Osztrogonác.
70 Build bmalloc when NOT USE_SYSTEM_MALLOC rather than when NOT WIN32.
72 * Source/CMakeLists.txt:
73 * Source/cmake/OptionsWin.cmake:
75 2016-01-16 Jeremy Huddleston Sequoia <jeremyhu@apple.com>
77 [GTK] Use -Wl,-all_load on darwin to include contents of all static archives
79 https://bugs.webkit.org/show_bug.cgi?id=153117
81 Reviewed by Michael Catanzaro.
83 * Source/cmake/OptionsGTK.cmake:
85 2016-01-13 Carlos Garcia Campos <cgarcia@igalia.com>
87 [CMake] Do not use LLVM static libraries for FTL JIT
88 https://bugs.webkit.org/show_bug.cgi?id=151559
90 Reviewed by Michael Catanzaro.
92 Also export LLVM_LIBRARIES variable that can be used to prefer
93 linking to the llvm dynamic libraries.
95 * Source/cmake/FindLLVM.cmake:
97 2016-01-13 Michael Catanzaro <mcatanzaro@igalia.com>
99 [GTK] Add comments above options declarations in OptionsGTK.cmake
100 https://bugs.webkit.org/show_bug.cgi?id=153074
102 Reviewed by Martin Robinson.
104 * Source/cmake/OptionsGTK.cmake:
106 2016-01-12 Carlos Garcia Campos <cgarcia@igalia.com>
108 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.11.3 release.
110 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
112 2016-01-12 Ryosuke Niwa <rniwa@webkit.org>
114 Add a build flag for custom element
115 https://bugs.webkit.org/show_bug.cgi?id=153005
117 Reviewed by Alex Christensen.
119 * Source/cmake/OptionsEfl.cmake:
120 * Source/cmake/OptionsWin.cmake:
121 * Source/cmake/WebKitFeatures.cmake:
123 2016-01-08 Alex Christensen <achristensen@webkit.org>
125 Fix internal Windows build
126 https://bugs.webkit.org/show_bug.cgi?id=152937
128 Reviewed by Brent Fulgham.
130 * Source/cmake/WebKitCommon.cmake:
131 Try looking in the default cygwin installation directory for executables like bison, flex, gperf, and ruby.
132 This is needed on Windows builds that are not driven by cygwin, but need to use the cygwin installations of these tools.
133 This is the effective equivalent of this line in WebKitLibraries/win/tools/vsprops/common.props in the old build system:
134 set PATH=%SystemDrive%\cygwin\bin;%PATH%
136 2016-01-06 Gyuyoung Kim <gyuyoung.kim@webkit.org>
138 [EFL] Set WebKit2 process output name
139 https://bugs.webkit.org/show_bug.cgi?id=152773
141 Reviewed by Benjamin Poulain.
143 If we add *WebKit* prefix to each WK2 process, it is more clear when checking what process is running.
144 So this patch sets wk2 process output name.
146 * Source/cmake/OptionsEfl.cmake:
148 2016-01-05 Zan Dobersek <zdobersek@igalia.com>
150 [CMake] Remove USE_UDIS86 variable
151 https://bugs.webkit.org/show_bug.cgi?id=152731
153 Reviewed by Gyuyoung Kim.
155 Remove the USE_UDIS86 variable in CMake files. The specific build guard
156 is now enabled by default in Source/WTF/wtf/Platform.h, so the handling
157 in CMake isn't required anymore. The Udis86-specific files have to be
158 built unconditionally now, though.
160 * Source/cmake/OptionsEfl.cmake:
161 * Source/cmake/OptionsGTK.cmake:
162 * Source/cmake/OptionsMac.cmake:
164 2016-01-04 Alex Christensen <achristensen@webkit.org>
166 Fix Mac CMake build after r194454.
168 * Source/cmake/OptionsMac.cmake:
169 _macosx, _iphoneos, and _iphonesimulator are used in FeatureDefines.xcconfig but won't be used in CMake.
170 If we actually switch to CMake, we will need to verify that all the feature enabling is equivalent, and it isn't right now.
172 2015-12-31 Michael Catanzaro <mcatanzaro@igalia.com>
174 [GTK][CMake] Do not override default values of build options with the default value
175 https://bugs.webkit.org/show_bug.cgi?id=152615
177 Reviewed by Martin Robinson.
179 Override the default value of build options only when the default value for the GTK+ port
180 is actually different than the default value in WebKitFeatures.cmake. This way we don't
181 accidentally override changes to default values in WebKitFeatures.cmake. We should use the
182 values in WebKitFeatures.cmake except when we make an active choice to do otherwise.
184 * Source/cmake/OptionsGTK.cmake:
186 2015-12-31 Michael Catanzaro <mcatanzaro@igalia.com>
188 [CMake] Add error checking to WEBKIT_OPTION_DEFAULT_PORT_VALUE et. al.
189 https://bugs.webkit.org/show_bug.cgi?id=144069
191 Reviewed by Martin Robinson.
193 * Source/cmake/OptionsWin.cmake:
194 Do not set options that no longer exist.
195 * Source/cmake/WebKitFeatures.cmake:
196 Add error checking to ensure that option names passed to WEBKIT_OPTION_DEFAULT_PORT_VALUE,
197 WEBKIT_OPTION_CONFLICT, and WEBKIT_OPTION_DEPEND are actually valid options that have been
198 previously-defined. Also, add ENABLE_SVG_OTF_CONVERTER build option, defaulted to off since
199 no CMake port was using it.
201 2015-12-31 Michael Catanzaro <mcatanzaro@igalia.com>
203 [CMake] Add error checking to catch option manipulation after WEBKIT_OPTION_END
204 https://bugs.webkit.org/show_bug.cgi?id=152611
206 Reviewed by Martin Robinson.
208 If WEBKIT_OPTION_DEFINE is called after WEBKIT_OPTION_END, the option never makes its way
209 into FEATURE_DEFINES and so will be inconsistently set (available to most of the build, but
210 not to the DOM bindings generator, for example).
212 If WEBKIT_OPTION_DEFAULT_PORT_VALUE, WEBKIT_OPTION_CONFLICT, or WEBKIT_OPTION_DEPEND are
213 called after WEBKIT_OPTION_END, they don't do anything.
215 Add error checking to catch these bugs.
217 * Source/cmake/WebKitFeatures.cmake:
219 2015-12-30 Philippe Normand <pnormand@igalia.com>
221 [GTK][Mac] Disable gtk-doc
222 https://bugs.webkit.org/show_bug.cgi?id=150798
224 Reviewed by Michael Catanzaro.
226 * Source/PlatformGTK.cmake: gtkdoc-scangobj fails due to a clang
227 link error on Mac, so for now disable gtk-doc support on that
229 * Source/cmake/OptionsGTK.cmake: Ditto.
231 2015-12-23 Andy VanWagoner <andy@instructure.com>
233 [INTL] Implement Intl.DateTimeFormat.prototype.resolvedOptions ()
234 https://bugs.webkit.org/show_bug.cgi?id=147603
236 Reviewed by Benjamin Poulain.
238 * Source/cmake/OptionsWin.cmake: Disable INTL on Windows for now
240 2015-12-16 Youenn Fablet <youenn.fablet@crf.canon.fr>
242 [Fetch API] Add fetch API compile time flag
243 https://bugs.webkit.org/show_bug.cgi?id=152254
245 Reviewed by Darin Adler.
247 * Source/cmake/OptionsWin.cmake:
248 * Source/cmake/WebKitFeatures.cmake:
250 2015-12-10 Brent Fulgham <bfulgham@apple.com>
252 [Win] Support building under Cygwin or native Perl
253 https://bugs.webkit.org/show_bug.cgi?id=152145
254 <rdar://problem/23839868>
256 Reviewed by David Kilzer.
258 * Source/cmake/tools/scripts/auto-version.pl: Correct handling of mixed DOS filenames when used in a
262 2015-12-09 Daniel Bates <dabates@apple.com>
264 [iOS] Suspend and resume device motion and device orientation updates when page is hidden and visible, respectively
265 https://bugs.webkit.org/show_bug.cgi?id=151840
266 <rdar://problem/23753931>
268 Reviewed by Simon Fraser.
270 Add a manual test that can be used to verify that we suspend dispatching device motion and
271 device orientation events when the page is hidden.
273 * ManualTests/ios/resources/suspend-orientation-and-motion-events-when-page-becomes-hidden.js: Added.
276 (handleVisibilityChange):
277 * ManualTests/ios/suspend-orientation-and-motion-events-when-page-becomes-hidden.html: Added.
279 2015-12-07 Alex Christensen <achristensen@webkit.org>
281 Fix internal Windows build
282 https://bugs.webkit.org/show_bug.cgi?id=151950
284 Reviewed by Brent Fulgham.
286 * Source/cmake/tools/scripts/auto-version.pl:
288 2015-12-01 Yusuke Suzuki <utatane.tea@gmail.com>
290 [ES6] Implement LLInt/Baseline Support for ES6 Generators and enable this feature
291 https://bugs.webkit.org/show_bug.cgi?id=150792
293 Reviewed by Saam Barati.
295 * Source/cmake/OptionsWin.cmake:
296 * Source/cmake/WebKitFeatures.cmake:
298 2015-12-01 Commit Queue <commit-queue@webkit.org>
300 Unreviewed, rolling out r192914.
301 https://bugs.webkit.org/show_bug.cgi?id=151734
303 JSC tests for this change are failing on 32 and 64-bit bots
304 (Requested by ryanhaddad on #webkit).
308 "[ES6] Implement LLInt/Baseline Support for ES6 Generators and
310 https://bugs.webkit.org/show_bug.cgi?id=150792
311 http://trac.webkit.org/changeset/192914
313 2015-12-01 Yusuke Suzuki <utatane.tea@gmail.com>
315 [ES6] Implement LLInt/Baseline Support for ES6 Generators and enable this feature
316 https://bugs.webkit.org/show_bug.cgi?id=150792
318 Reviewed by Saam Barati.
320 * Source/cmake/OptionsWin.cmake:
321 * Source/cmake/WebKitFeatures.cmake:
323 2015-11-23 Carlos Garcia Campos <cgarcia@igalia.com>
325 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.11.2 release.
327 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
329 2015-11-20 Alex Christensen <achristensen@webkit.org>
331 Remove NETWORK_PROCESS compile flag
332 https://bugs.webkit.org/show_bug.cgi?id=151512
334 Reviewed by Tim Horton.
336 * Source/cmake/OptionsEfl.cmake:
337 * Source/cmake/OptionsGTK.cmake:
338 * Source/cmake/OptionsMac.cmake:
339 * Source/cmake/WebKitFeatures.cmake:
341 2015-11-20 Csaba Osztrogonác <ossy@webkit.org>
343 [EFL] Enable FTL JIT by default on X86_64
344 https://bugs.webkit.org/show_bug.cgi?id=143822
346 Reviewed by Carlos Garcia Campos.
348 * Source/cmake/OptionsEfl.cmake:
350 2015-11-19 Commit Queue <commit-queue@webkit.org>
352 Unreviewed, rolling out r192667 and r192668.
353 https://bugs.webkit.org/show_bug.cgi?id=151476
355 broke api tests (Requested by alexchristensen on #webkit).
359 "Remove the non-NetworkProcess configurations"
360 https://bugs.webkit.org/show_bug.cgi?id=151418
361 http://trac.webkit.org/changeset/192667
363 "Fix GTK Build after r192667."
364 http://trac.webkit.org/changeset/192668
366 2015-11-19 Alex Christensen <achristensen@webkit.org>
368 Remove the non-NetworkProcess configurations
369 https://bugs.webkit.org/show_bug.cgi?id=151418
371 Reviewed by Geoffrey Garen.
373 * Source/cmake/OptionsEfl.cmake:
374 * Source/cmake/OptionsGTK.cmake:
375 * Source/cmake/OptionsMac.cmake:
376 * Source/cmake/WebKitFeatures.cmake:
378 2015-11-17 Carlos Garcia Campos <cgarcia@igalia.com>
380 REGRESSION(r192459): [GTK] User agent string is broken after r192459
381 https://bugs.webkit.org/show_bug.cgi?id=151347
383 Reviewed by Žan Doberšek.
385 Pass UA version numbers as strings to the build.
387 * Source/cmake/OptionsGTK.cmake:
389 2015-11-16 Alex Christensen <achristensen@webkit.org>
391 Fix CMake build and make PluginProcess executable
392 https://bugs.webkit.org/show_bug.cgi?id=151332
394 Reviewed by Tim Horton.
396 * Source/cmake/OptionsMac.cmake:
398 2015-11-16 Carlos Garcia Campos <cgarcia@igalia.com>
400 [GTK] Use FTL by default when LLVM 3.7 is available
401 https://bugs.webkit.org/show_bug.cgi?id=142128
403 Reviewed by Csaba Osztrogonác.
405 Enable FTL by default when architecture is X86_64. It requires
406 LLVM 3.7, but can be disabled manually as a cmake configure
409 * Source/cmake/FindLLVM.cmake: In debian llvm-config is only
410 available if the metapackage is installed and it points to
411 llvm-config-3.5. So, here we check first if the llvm-config is
412 from a recent enough version, and if not we check several
413 llvm-config-<version> programs, so this should work on any distro.
414 * Source/cmake/OptionsGTK.cmake: Enable FTL by default when
415 target architecture is X86_64, and check the LLVM is at least
416 3.7. The option is now public, since we want people to be able to
419 2015-11-11 Anders Carlsson <andersca@apple.com>
421 Enable cross-platform context menus by default
422 https://bugs.webkit.org/show_bug.cgi?id=151173
424 Reviewed by Tim Horton.
426 * Source/cmake/OptionsEfl.cmake:
428 2015-11-12 Csaba Osztrogonác <ossy@webkit.org>
430 Remove ENABLE(SATURATED_LAYOUT_ARITHMETIC) guards
431 https://bugs.webkit.org/show_bug.cgi?id=150972
433 Reviewed by Darin Adler.
435 * Source/cmake/OptionsMac.cmake:
436 * Source/cmake/WebKitFeatures.cmake:
438 2015-11-11 Philippe Normand <pnormand@igalia.com>
440 [GTK][Mac] don't install .frameworks
441 https://bugs.webkit.org/show_bug.cgi?id=151136
443 Reviewed by Alex Christensen.
445 * Source/cmake/WebKitMacros.cmake: Don't install framework files when building the GTK port on Mac.
447 2015-11-10 Pranjal Jumde <pjumde@apple.com>
449 Fixed crash loading Mozilla layout test editor/libeditor/crashtests/431086-1.xhtml.
450 https://bugs.webkit.org/show_bug.cgi?id=150252
451 <rdar://problem/23149470>
453 Reviewed by Brent Fulgham.
456 * Source/WebCore/editing/ios/EditorIOS.mm
457 * Source/WebCore/editing/mac/EditorMac.mm
458 In Editor::fontForSelection moved the node removal code, so that the
459 node is only removed if style is not NULL.
460 * Source/WebCore/editing/cocoa/EditorCocoa.mm
461 In Editor::styleForSelectionStart checking if the parentNode can
462 accept the styleElement node.
463 * LayoutTests/editing/execCommand/150252.xhtml
464 * LayoutTests/editing/execCommand/150252_minimal.xhtml
465 * LayoutTests/editing/execCommand/150252-expected.txt
466 * LayoutTests/editing/execCommand/150252_minimal-expected.txt
468 2015-11-09 Pranjal Jumde <pjumde@apple.com>
470 Fixed crash loading Mozilla layout test editor/libeditor/crashtests/431086-1.xhtml.
471 https://bugs.webkit.org/show_bug.cgi?id=150252
472 <rdar://problem/23149470>
474 Reviewed by Brent Fulgham.
476 * Source/WebCore/editing/ios/EditorIOS.mm
477 * Source/WebCore/editing/mac/EditorMac.mm
478 In Editor::fontForSelection moved the node removal code, so that the
479 node is only removed if style is not NULL.
480 * LayoutTests/editing/execCommand/150252.xhtml
481 * LayoutTests/editing/execCommand/150252_minimal.xhtml
482 * LayoutTests/editing/execCommand/150252-expected.txt
483 * LayoutTests/editing/execCommand/150252_minimal-expected.txt
485 2015-11-06 Daniel Bates <dabates@apple.com>
487 Teach Makefile to build LayoutTestRelay when building for iOS Simulator
488 https://bugs.webkit.org/show_bug.cgi?id=150849
490 Reviewed by Alexey Proskuryakov.
492 Add support for overriding the user-provided arguments SDKROOT and ARCHS
493 on a per Makefile basis.
497 2015-11-06 Philippe Normand <pnormand@igalia.com>
499 Unreviewed, GTK build fix after r192095.
501 * Source/cmake/FindGTK3.cmake:
503 2015-11-06 Philip Chimento <philip.chimento@gmail.com> and Michael Catanzaro <mcatanzaro@igalia.com>
505 [GTK] Re-enable Quartz backend on cmake build system
506 https://bugs.webkit.org/show_bug.cgi?id=144561
508 Reviewed by Philippe Normand.
510 * Source/cmake/FindGTK3.cmake: Set GTK3_SUPPORTS_QUARTZ based on
511 the presence of of gtk+-quartz-3.0 module.
512 * Source/cmake/OptionsGTK.cmake: Reintroduce the
513 ENABLE_QUARTZ_TARGET option to the CMake build, for building the
514 GTK+ Quartz backend on OS X.
516 2015-11-05 Nikos Andronikos <nikos.andronikos-webkit@cisra.canon.com.au>
518 Add runtime and compile time flags for enabling Web Animations API and model.
519 https://bugs.webkit.org/show_bug.cgi?id=150914
521 Reviewed by Benjamin Poulain.
523 Add ENABLE_WEB_ANIMATIONS compile time flag, runtime flag webAnimationsEnabled and Expose WK2 preference for runtime flag.
525 * Source/cmake/OptionsWin.cmake:
526 * Source/cmake/WebKitFeatures.cmake:
528 2015-11-03 Brent Fulgham <bfulgham@apple.com>
530 [Win] CMake build update.
532 Rubberstamped by Tim Horton.
534 * Source/PlatformWin.cmake: Add internal tool to build
535 rules for internal use.
537 2015-11-03 Carlos Garcia Campos <cgarcia@igalia.com>
539 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.11.1 release.
541 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
543 2015-11-02 Philippe Normand <pnormand@igalia.com>
545 [Mac][GTK] Disable Ninja response file support
546 https://bugs.webkit.org/show_bug.cgi?id=150801
548 Reviewed by Alex Christensen.
550 * Source/cmake/OptionsCommon.cmake: The OSX toolchain doesn't
551 support response files, so instruct Ninja to not generate those.
553 2015-11-02 Csaba Osztrogonác <ossy@webkit.org>
555 Fix the FTL JIT build with system LLVM on Linux
556 https://bugs.webkit.org/show_bug.cgi?id=150795
558 Reviewed by Filip Pizlo.
560 * Source/cmake/FindLLVM.cmake:
562 2015-11-02 Carlos Garcia Campos <cgarcia@igalia.com>
564 Unreviewed. Bump GTK+ versions numbers.
566 * Source/cmake/OptionsGTK.cmake:
568 2015-11-01 Yusuke Suzuki <utatane.tea@gmail.com>
570 [ES6] Support Generator Syntax
571 https://bugs.webkit.org/show_bug.cgi?id=150769
573 Reviewed by Geoffrey Garen.
575 Added ENABLE_ES6_GENERATORS flag.
577 * Source/cmake/OptionsWin.cmake:
578 * Source/cmake/WebKitFeatures.cmake:
580 2015-10-30 Gyuyoung Kim <gyuyoung.kim@webkit.org>
582 [EFL] Add Shadow DOM feature
583 https://bugs.webkit.org/show_bug.cgi?id=150611
585 Reviewed by Csaba Osztrogonác.
587 * Source/cmake/OptionsEfl.cmake:
588 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_SHADOW_DOM cmake variable.
590 2015-10-29 Alex Christensen <achristensen@webkit.org>
593 https://bugs.webkit.org/show_bug.cgi?id=150686
595 Reviewed by Filip Pizlo.
597 * Source/cmake/WebKitMacros.cmake:
599 2015-10-28 Alex Christensen <achristensen@webkit.org>
601 Compile and link with CMake on Mac
602 https://bugs.webkit.org/show_bug.cgi?id=150632
604 Reviewed by Tim Horton.
606 * Source/cmake/OptionsMac.cmake:
608 2015-10-26 Dana Burkart <dburkart@apple.com>
610 `make analyze` should build using the debug configuration
611 https://bugs.webkit.org/show_bug.cgi?id=150571
613 Reviewed by Lucas Forschler.
617 2015-10-26 Philippe Normand <pnormand@igalia.com>
619 Unreviewed, rolling out r191576.
621 broke the http/tests/media tests
625 "[GStreamer] Bump internal jhbuild versions to 1.6.0"
626 https://bugs.webkit.org/show_bug.cgi?id=149594
627 http://trac.webkit.org/changeset/191576
629 2015-10-26 ChangSeok Oh <changseok.oh@collabora.com>
631 [GStreamer] Bump internal jhbuild versions to 1.6.0
632 https://bugs.webkit.org/show_bug.cgi?id=149594
634 Reviewed by Philippe Normand.
636 Bump up the minimum reqirement version of gstreamer-gl to 1.6.0.
638 * Source/cmake/FindGStreamer.cmake:
640 2015-10-22 Philippe Normand <pnormand@igalia.com>
642 [GTK][Mac] ICU-related build fixes
643 https://bugs.webkit.org/show_bug.cgi?id=150032
645 Rubber-stamped by Darin Adler.
647 * Source/cmake/FindICU.cmake: Use pkg-config to hint at icu-i18n's library location.
649 2015-10-20 Yoav Weiss <yoav@yoav.ws>
651 Rename the PICTURE_SIZES flag to CURRENTSRC
652 https://bugs.webkit.org/show_bug.cgi?id=150275
654 Reviewed by Dean Jackson.
656 * Source/cmake/OptionsEfl.cmake:
657 * Source/cmake/OptionsGTK.cmake:
658 * Source/cmake/OptionsMac.cmake:
659 * Source/cmake/OptionsWin.cmake:
660 * Source/cmake/WebKitFeatures.cmake:
662 2015-10-14 Tomas Popela <tpopela@redhat.com>
664 [GTK][EFL] Fix build with cmake 3.4
665 https://bugs.webkit.org/show_bug.cgi?id=150117
667 Explicitely include the CheckIncludeFiles module before using
668 the CHECK_INCLUDE_FILES command.
670 Reviewed by Žan Doberšek.
672 * Source/cmake/FindOpenGL.cmake:
673 * Source/cmake/FindWebP.cmake:
674 * Source/cmake/OptionsEfl.cmake:
676 2015-10-13 Dean Jackson <dino@apple.com>
678 Device motion and orientation should only be visible from the main frame's security origin
679 https://bugs.webkit.org/show_bug.cgi?id=150072
680 <rdar://problem/23082036>
682 Reviewed by Brent Fulgham.
684 Add a manual test for cross-origin device orientation events, while
685 we're waiting on the mock client to be supported everywhere.
687 * ManualTests/deviceorientation-child-frame.html: Added.
688 * ManualTests/deviceorientation-main-frame-only.html: Added.
690 2015-10-12 Philip Chimento <philip.chimento@gmail.com>
692 [GTK] OSX linker doesn't understand --whole-archive
693 https://bugs.webkit.org/show_bug.cgi?id=144557
695 Reviewed by Martin Robinson.
697 * Source/cmake/OptionsGTK.cmake: Turn the macro
698 ADD_WHOLE_ARCHIVE_TO_LIBRARIES into a no-op on Darwin systems,
699 because XCode's linker doesn't have the --whole-archive option.
701 2015-10-12 Philip Chimento <philip.chimento@gmail.com>
703 [GTK] Use --version-script only on Linux
704 https://bugs.webkit.org/show_bug.cgi?id=144555
706 Reviewed by Philippe Normand.
708 * Source/cmake/OptionsGTK.cmake: Don't add --version-script
709 option on Darwin (whose linker doesn't support it.)
711 2015-10-09 Gyuyoung Kim <gyuyoung.kim@webkit.org>
713 [CMake] Remove ENABLE_SUBPIXEL_LAYOUT macro
714 https://bugs.webkit.org/show_bug.cgi?id=149947
716 Reviewed by Csaba Osztrogonác.
718 ENABLE(SUBPIXEL_LAYOUT) was removed though, it is still alive in .cmake.
721 * Source/cmake/OptionsMac.cmake:
722 * Source/cmake/OptionsWin.cmake:
723 * Source/cmake/WebKitFeatures.cmake:
725 2015-10-06 Emanuele Aina <emanuele.aina@collabora.com>
727 Fix ENABLE_OPENGL=OFF builds
728 https://bugs.webkit.org/show_bug.cgi?id=146511
730 Reviewed by Darin Adler.
732 * Source/cmake/OptionsGTK.cmake: Make ENABLE_WAYLAND_TARGET depend on
733 ENABLE_OPENGL due to EGL usage.
735 2015-10-01 Wenson Hsieh <wenson_hsieh@apple.com>
737 Convert focused-input-should-assist-on-touch.html into an automated test
738 https://bugs.webkit.org/show_bug.cgi?id=149724
740 Reviewed by Simon Fraser.
742 Remove a manual test that can now be rewritten as an automated test.
744 * ManualTests/ios/focused-input-should-assist-on-touch.html: Removed.
746 2015-10-01 Brent Fulgham <bfulgham@apple.com>
748 [Win] Unreviewed CMake build fix.
750 * Source/cmake/OptionsWin.cmake: Clean up options setttings,
751 and make sure exception handling is turned off.
753 2015-09-30 Brent Fulgham <bfulgham@apple.com>
755 [Win] Unreviewed build fix after CMake conversion.
757 * Source/cmake/OptionsWin.cmake: Correct some Windows build flags.
759 2015-09-29 Michael Catanzaro <mcatanzaro@igalia.com>
761 [GTK][CMake] Warning about CMP0058
762 https://bugs.webkit.org/show_bug.cgi?id=149627
764 Reviewed by Martin Robinson.
766 Opt-in to the new behavior for CMP0058.
770 2015-09-28 Brent Fulgham <bfulgham@apple.com>
772 [Win] Unreviewed build fix for internal systems.
774 * Source/cmake/OptionsWin.cmake: Preferentially use the build target
775 location for include and link libraries, rather than the system locations.
777 2015-09-28 Alex Christensen <achristensen@webkit.org>
779 Build WK1 with CMake on Mac
780 https://bugs.webkit.org/show_bug.cgi?id=149604
782 Reviewed by Chris Dumez.
784 * Source/cmake/OptionsMac.cmake:
785 * Source/cmake/WebKitMacros.cmake:
786 ObjC bindings now have their own list of IDL files, but some of them still don't generate a .mm file.
788 2015-09-25 Alex Christensen <achristensen@webkit.org>
790 Clean up CMake build on Mac
791 https://bugs.webkit.org/show_bug.cgi?id=149573
793 Reviewed by Chris Dumez.
795 * Source/cmake/OptionsMac.cmake:
797 2015-09-25 Alex Christensen <achristensen@webkit.org>
799 [Win] Switch to CMake
800 https://bugs.webkit.org/show_bug.cgi?id=148111
802 Reviewed by Brent Fulgham.
804 * Source/cmake/WinTools.make: Added.
805 * Source/cmake/tools: Added.
806 * Source/cmake/tools/scripts: Copied from WebKitLibraries/win/tools/scripts.
807 * Source/cmake/tools/scripts/auto-version.pl: Copied from WebKitLibraries/win/tools/scripts/auto-version.pl.
809 2015-09-25 Alex Christensen <achristensen@webkit.org>
811 Prepare internal AppleWin build for CMake
812 https://bugs.webkit.org/show_bug.cgi?id=149570
814 Reviewed by Brent Fulgham.
816 * Source/PlatformWin.cmake:
817 Include internal CMake files if they exist.
819 2015-09-22 Gyuyoung Kim <gyuyoung.kim@webkit.org>
821 Add a file of pointer-lock to cmake ports
822 https://bugs.webkit.org/show_bug.cgi?id=149453
824 Reviewed by Csaba Osztrogonác.
826 * Source/cmake/OptionsEfl.cmake: Add a ENABLE_POINTER_LOCK.
828 2015-09-22 Carlos Alberto Lopez Perez <clopez@igalia.com>
830 [CMake] Allow to enable OpenMP support.
831 https://bugs.webkit.org/show_bug.cgi?id=149457
833 Reviewed by Csaba Osztrogonác.
835 * Source/cmake/OptionsCommon.cmake: Add the option USE_OPENMP that
836 will enable the support for OpenMP. Currently this is only used as
837 an alternative implementation to native threads for the parallelization
838 of the SVG filters. But name the option with a generic name (USE_OPENMP)
839 as it could be also used to enable future features that depend on OpenMP.
841 2015-09-22 Ryuan Choi <ryuan.choi@navercorp.com>
843 [EFL] Build break when DEVELOPER_MODE is OFF
844 https://bugs.webkit.org/show_bug.cgi?id=149448
846 Reviewed by Gyuyoung Kim.
848 Since r187191, DatabaseProcessMainUnix is missing in symbol filter.
850 * Source/cmake/eflsymbols.filter:
852 2015-09-21 Alex Christensen <achristensen@webkit.org>
854 Disable PICTURE_SIZES in Windows CMake build like r189745.
855 https://bugs.webkit.org/show_bug.cgi?id=149125
857 * Source/cmake/OptionsWin.cmake:
858 Do the same thing as r189745.
860 2015-09-20 Youenn Fablet <youenn.fablet@crf.canon.fr>
862 Removing XHR_TIMEOUT guard
864 Remove XHR_TIMEOUT compilation guard
865 https://bugs.webkit.org/show_bug.cgi?id=149260
867 Reviewed by Benjamin Poulain.
869 * Source/cmake/OptionsEfl.cmake:
870 * Source/cmake/OptionsGTK.cmake:
871 * Source/cmake/OptionsMac.cmake:
872 * Source/cmake/OptionsWin.cmake:
873 * Source/cmake/WebKitFeatures.cmake:
875 2015-09-18 Alex Christensen <achristensen@webkit.org>
877 Fix tests on Windows after switching to CMake.
878 https://bugs.webkit.org/show_bug.cgi?id=149339
880 Reviewed by Brent Fulgham.
882 * Source/PlatformWin.cmake: Added to copy WebInspectorUI.
884 2015-09-17 Alex Christensen <achristensen@webkit.org>
886 Fix Windows EWS build after r189934.
888 * Source/cmake/OptionsWin.cmake:
889 Use WEBKIT_LIBRARIES environment variable if it exists.
890 We have the WebKitLibraries directory separate from the repository copy on the EWS bots.
892 2015-09-15 Ryosuke Niwa <rniwa@webkit.org>
894 Add ShadowRoot interface and Element.prototype.attachShadow
895 https://bugs.webkit.org/show_bug.cgi?id=149187
897 Reviewed by Antti Koivisto.
899 * Source/cmake/OptionsGTK.cmake:
901 2015-09-15 Csaba Osztrogonác <ossy@webkit.org>
903 [cmake] Enable debug fission only if it is supported
904 https://bugs.webkit.org/show_bug.cgi?id=149161
906 Reviewed by Martin Robinson.
908 * Source/cmake/OptionsCommon.cmake:
910 2015-09-14 Alex Christensen <achristensen@webkit.org>
912 Progress towards CMake on Mac.
913 https://bugs.webkit.org/show_bug.cgi?id=149123
915 Reviewed by Chris Dumez.
917 * Source/cmake/OptionsMac.cmake:
918 * Source/cmake/WebKitFeatures.cmake:
919 Defined and enabled some more features needed on Mac.
920 * Source/cmake/WebKitMacros.cmake:
921 Objective C bindings need special changes when generating:
922 Some of the bindings do not generate a .mm file but the header is needed.
923 Some of the bindings do generate a .mm file that doesn't compile but the header is needed.
924 In order to handle these cases, it is necessary to change the GENERATE_BINDINGS macro just for ObjC.
926 2015-09-08 Daniel Bates <dabates@apple.com>
928 Convert manual test added in http://trac.webkit.org/changeset/70321 to an automated test
929 https://bugs.webkit.org/show_bug.cgi?id=74729
930 <rdar://problem/22550195>
932 Reviewed by Jon Honeycutt.
934 * ManualTests/compositing/resources/composited-subframe.html: Removed.
935 * ManualTests/compositing/show-composited-iframe-on-back-button.html: Removed.
937 2015-09-06 Andy Estes <aestes@apple.com>
939 WebKit.xcworkspace should be be able to build iOS platforms
940 https://bugs.webkit.org/show_bug.cgi?id=148881
942 Reviewed by Daniel Bates.
944 Since we don't want to create platform-specific schemes, all projects in the workspace's schemes need to build
945 for all supported platforms.
947 * WebKit.xcworkspace/xcshareddata/xcschemes/All Tools.xcscheme: Removed the DumpRenderTree target since its All
948 target was already included. Removed the WebKitTestRunner target and replaced it with its All target.
950 2015-09-04 Jon Honeycutt <jhoneycutt@apple.com>
952 [iOS] Need a test for bug #145539: Uploading an animated GIF from the
953 photo library uploads a JPEG
954 https://bugs.webkit.org/show_bug.cgi?id=148849
956 Reviewed by Daniel Bates.
958 * ManualTests/ios/image-file-uploads-as-original-type.html: Added.
959 On the Mac, file upload tests use EventSender::beginDragWithFiles. This
960 functionality doesn't exist on iOS, so we'll add a manual test.
961 This tests that the first few bytes of the selected file are "GIF".
963 2015-09-04 Carlos Alberto Lopez Perez <clopez@igalia.com>
965 Follow-up patch for r189343.
966 https://bugs.webkit.org/show_bug.cgi?id=148795
968 Rubber-stamped by Csaba Osztrogonác.
970 * Source/cmake/WebKitCommon.cmake: Relax the Ruby version requirement
971 to 1.9, since this seems to be enough to fix the build failure.
972 And 2.0 may cause problems for developers using some distributions like Ubuntu.
974 2015-09-04 Emanuele Aina <emanuele.aina@collabora.com>
976 [CMake] Trigger the memory-reduction tricks on armhf too
977 https://bugs.webkit.org/show_bug.cgi?id=146640
979 Reviewed by Csaba Osztrogonác.
981 * Source/cmake/OptionsCommon.cmake:
982 Activate --no-keep-memory even on armhf to reduce the amount of memory
983 needed during linking, to avoid out-of-memory failures as much as
986 2015-09-04 Carlos Alberto Lopez Perez <clopez@igalia.com>
988 REGRESSION(r189293): JavaScriptCore/offlineasm/x86.rb -- Build failure with ruby < 2.0
989 https://bugs.webkit.org/show_bug.cgi?id=148795
991 Rubber-stamped by Carlos Garcia Campos.
993 * Source/cmake/WebKitCommon.cmake: Require now at least Ruby 2.0
995 2015-09-02 Alex Christensen <achristensen@webkit.org>
997 Make bison grammar compatible with bison 2.1
998 https://bugs.webkit.org/show_bug.cgi?id=148731
1000 Reviewed by Tim Horton.
1002 * Source/cmake/WebKitCommon.cmake:
1005 2015-08-31 Carlos Alberto Lopez Perez <clopez@igalia.com>
1007 [CMake] Build with Debug Fission on by default on Debug builds.
1008 https://bugs.webkit.org/show_bug.cgi?id=148639
1010 Reviewed by Martin Robinson.
1012 * Source/cmake/OptionsCommon.cmake:
1014 2015-08-29 Alex Christensen <achristensen@webkit.org>
1016 Unreviewed build fix after r179923.
1018 * Source/CMakeLists.txt:
1019 bmalloc isn't ported to Windows yet.
1021 2015-08-27 Alex Christensen <achristensen@webkit.org>
1023 Isolate Source directories in CMake build
1024 https://bugs.webkit.org/show_bug.cgi?id=148389
1026 Reviewed by Brent Fulgham.
1029 * Source/cmake/WebKitCommon.cmake:
1030 Move package finding to WebKitCommon.
1032 2015-08-26 Per Arne Vollan <peavo@outlook.com>
1034 [Win] Build does not generate debug info.
1035 https://bugs.webkit.org/show_bug.cgi?id=148431
1037 Reviewed by Alex Christensen.
1039 Generate debug info for Windows builds.
1041 * Source/cmake/OptionsWin.cmake:
1043 2015-08-26 Michael Catanzaro <mcatanzaro@igalia.com>
1045 [GTK] Disable ACCELERATED_2D_CANVAS by default
1046 https://bugs.webkit.org/show_bug.cgi?id=148473
1048 Reviewed by Martin Robinson.
1050 Currently ACCELERATED_2D_CANVAS is enabled by default on most systems (which have CairoGL)
1051 but not on Debian (which does not). We've known this was problematic for a while, since it
1052 means we have two different sets of distro-dependent bugs, but never decided whether that
1053 outweighed the benefits of CarioGL or not. I'm making the call now: it's more important to
1054 have the same bugs everywhere. We can turn this on again for other distros when we're ready
1055 to turn it on for Debian.
1057 Also, properly fail the build if ENABLE_ACCELERATED_2D_CANVAS is enabled but CairoGL is not
1060 * Source/cmake/OptionsGTK.cmake:
1062 2015-08-25 Commit Queue <commit-queue@webkit.org>
1064 Unreviewed, rolling out r188919.
1065 https://bugs.webkit.org/show_bug.cgi?id=148452
1067 broke build (Requested by alexchristensen on #webkit).
1071 "[Win] Build does not generate debug info."
1072 https://bugs.webkit.org/show_bug.cgi?id=148431
1073 http://trac.webkit.org/changeset/188919
1075 2015-08-25 Michael Catanzaro <mcatanzaro@igalia.com>
1077 [GTK] r186800 broke the build on Ubuntu 14.04
1078 https://bugs.webkit.org/show_bug.cgi?id=147559
1080 Reviewed by Martin Robinson.
1082 * Source/cmake/FindGTK3.cmake: Always define GTK3_SUPPORTS_X11 and GTK3_SUPPORTS_WAYLAND.
1083 * Source/cmake/OptionsGTK.cmake: Autodetect support for X11 and Wayland backends.
1085 2015-08-25 Per Arne Vollan <peavo@outlook.com>
1087 [Win] Build does not generate debug info.
1088 https://bugs.webkit.org/show_bug.cgi?id=148431
1090 Reviewed by Brent Fulgham.
1092 Generate debug info for Windows builds.
1094 * Source/cmake/OptionsWin.cmake:
1096 2015-08-20 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
1098 [GTK] Auto-detection of cairo-gl fails
1099 https://bugs.webkit.org/show_bug.cgi?id=148189
1101 Reviewed by Žan Doberšek.
1103 * Source/cmake/FindCairoGL.cmake: only check for components if the main package has
1104 been found. Otherwise, if either GLX or EGL are available, cairo-gl will also be
1105 deemed available, which might not be the case.
1106 * Source/cmake/OptionsGTK.cmake: fix the usage of the CAIROGL_FOUND variable.
1108 2015-08-19 Alex Christensen <achristensen@webkit.org>
1110 CMake Windows build should not include files directly from other Source directories
1111 https://bugs.webkit.org/show_bug.cgi?id=148198
1113 Reviewed by Brent Fulgham.
1115 * Source/cmake/WebKitMacros.cmake:
1117 2015-08-19 Alex Christensen <achristensen@webkit.org>
1119 Build TestWTF on Mac with CMake.
1120 https://bugs.webkit.org/show_bug.cgi?id=147972
1122 Reviewed by Tim Horton.
1124 * Source/cmake/OptionsMac.cmake:
1125 Enable API tests in Mac's CMake build.
1127 2015-08-18 Alex Christensen <achristensen@webkit.org>
1129 [CMake] REGRESSION(r188540): WebKitTestRunner is not longer built and all the tests (layout and perf) fail.
1130 https://bugs.webkit.org/show_bug.cgi?id=148127
1132 Reviewed by Martin Robinson.
1135 TOOLS_DIR hasn't been set yet since its defining has been moved to WebKitFS.
1137 2015-08-17 Alex Christensen <achristensen@webkit.org>
1139 [Win CMake] Allow WebKitLibraries directory to be set from the command line
1140 https://bugs.webkit.org/show_bug.cgi?id=148112
1142 Reviewed by Brent Fulgham.
1144 * Source/cmake/OptionsWin.cmake:
1145 Don't use an environment variable for WEBKIT_LIBRARIES_DIR.
1146 Instead, use the default location if nothing is passed in from the command line.
1147 This way we can set it from the command line for the AppleInternal build.
1148 Also, set the output directories to be consistent between the old and new build systems (and ninja).
1150 2015-08-17 Alex Christensen <achristensen@webkit.org>
1152 Build Debug Suffix on Windows with CMake
1153 https://bugs.webkit.org/show_bug.cgi?id=148083
1155 Reviewed by Brent Fulgham.
1157 * Source/cmake/OptionsWin.cmake:
1158 Use debug libraries in debug suffix builds.
1160 2015-08-17 Alex Christensen <achristensen@webkit.org>
1162 Move some commands from ./CMakeLists.txt to Source/cmake
1163 https://bugs.webkit.org/show_bug.cgi?id=148003
1165 Reviewed by Brent Fulgham.
1168 Moved functionality to WebKitCommon.cmake and WebKitFS.cmake and made conditional
1169 so we can change directory structure from command line parameters.
1170 * Source/cmake/OptionsAppleWin.cmake:
1171 * Source/cmake/OptionsWin.cmake: Copied from Source/cmake/OptionsWindows.cmake.
1172 * Source/cmake/OptionsWinCairo.cmake:
1173 * Source/cmake/OptionsWindows.cmake: Removed.
1174 * Source/cmake/WebKitCommon.cmake: Added.
1175 * Source/cmake/WebKitFS.cmake:
1177 2015-08-13 Commit Queue <commit-queue@webkit.org>
1179 Unreviewed, rolling out r188428.
1180 https://bugs.webkit.org/show_bug.cgi?id=148015
1182 broke cmake build (Requested by alexchristensen on #webkit).
1186 "Move some commands from ./CMakeLists.txt to Source/cmake"
1187 https://bugs.webkit.org/show_bug.cgi?id=148003
1188 http://trac.webkit.org/changeset/188428
1190 2015-08-13 Alex Christensen <achristensen@webkit.org>
1192 Move some commands from ./CMakeLists.txt to Source/cmake
1193 https://bugs.webkit.org/show_bug.cgi?id=148003
1195 Reviewed by Brent Fulgham.
1198 Moved functionality to WebKitCommon.cmake and WebKitFS.cmake and made conditional
1199 so we can change directory structure from command line parameters.
1200 * Source/cmake/WebKitCommon.cmake: Added.
1201 * Source/cmake/WebKitFS.cmake:
1203 2015-08-13 Wenson Hsieh <wenson_hsieh@apple.com>
1205 A focused node should not be assisted when handling touch events synchronously
1206 https://bugs.webkit.org/show_bug.cgi?id=147836
1208 Reviewed by Enrica Casucci.
1210 Added manual tests for keyboard assistance behavior due to receiving touch events on iOS.
1212 * ManualTests/ios/focused-input-should-assist-on-touch.html: Checks that a currently focused
1213 input can still be assisted due to a touch event.
1214 * ManualTests/ios/keyboard-should-not-show-on-touch-event.html: Checks that handling a touch
1215 event does not automatically cause us to assist the currently focused node.
1217 2015-08-12 Alex Christensen <achristensen@webkit.org>
1219 Fix Debug CMake builds on Windows
1220 https://bugs.webkit.org/show_bug.cgi?id=147940
1222 Reviewed by Chris Dumez.
1224 * Source/cmake/OptionsWindows.cmake:
1225 Put 32-bit binaries in a bin32 subdirectory and 64-bit binaries in a bin64 subdirectory.
1227 2015-08-10 Alex Christensen <achristensen@webkit.org>
1229 Build TestWebKitAPI with CMake on Windows
1230 https://bugs.webkit.org/show_bug.cgi?id=147851
1232 Reviewed by Chris Dumez.
1234 * Source/cmake/OptionsWindows.cmake:
1235 Enable api tests and set USE_SYSTEM_MALLOC to avoid warnings when redefining it.
1237 2015-08-06 Alex Christensen <achristensen@webkit.org>
1239 [Win] CMake build fix after r188098.
1241 * Source/cmake/OptionsWinCairo.cmake:
1242 OptionsWindows.cmake uses WTF_PLATFORM_WIN_CAIRO now, so we need to set it before including OptionsWindows.
1244 2015-08-04 Alex Christensen <achristensen@webkit.org>
1246 Fix quirks with CMake and VS2015
1247 https://bugs.webkit.org/show_bug.cgi?id=147663
1249 Reviewed by Brent Fulgham.
1251 * Source/cmake/OptionsWindows.cmake:
1252 Hide some warnings. Using the same variable names in nested scopes is ok for now.
1253 Disable INTL for now.
1255 2015-08-04 Alex Christensen <achristensen@webkit.org>
1257 Enable WebGL on Windows CMake build.
1258 https://bugs.webkit.org/show_bug.cgi?id=143311
1260 Reviewed by Csaba Osztrogonác.
1262 * Source/cmake/OptionsWindows.cmake:
1263 Enable WebGL by default in CMake builds now that it works.
1265 2015-08-04 Mario Sanchez Prada <mario@endlessm.com>
1267 [GTK] Accelerated 2D Canvas enabled when cairo-gl is not available
1268 https://bugs.webkit.org/show_bug.cgi?id=147625
1270 Reviewed by Martin Robinson.
1272 Do not set the CAIRO_<COMPONENT>_* CMake variables for cairo-gl
1273 components unless they were actually found, not to accidentally
1274 enable Accelerated 2D canvas, which would cause the build to fail.
1276 * Source/cmake/FindCairoGL.cmake: Set this variables only when
1277 pkg_check_modules() had actually found the relevant component.
1279 2015-08-03 Csaba Osztrogonác <ossy@webkit.org>
1281 [CMake] Add an option to build AllInOne files
1282 https://bugs.webkit.org/show_bug.cgi?id=102647
1284 Reviewed by Alex Christensen.
1286 * Source/cmake/OptionsEfl.cmake: Disabled by default.
1287 * Source/cmake/OptionsGTK.cmake: Disabled by default.
1288 * Source/cmake/OptionsWindows.cmake: Enabled by default.
1289 * Source/cmake/WebKitFeatures.cmake:
1290 * Source/cmake/WebKitMacros.cmake:
1292 2015-08-03 Carlos Garcia Campos <cgarcia@igalia.com>
1294 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.5 release.
1296 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1298 2015-07-31 Alex Christensen <achristensen@webkit.org>
1300 Prepare for debug CMake builds on Windows.
1301 https://bugs.webkit.org/show_bug.cgi?id=147484
1303 Reviewed by Tim Horton.
1305 * Source/cmake/OptionsWindows.cmake:
1306 Don't use debug runtimes in debug builds because the dependencies are only built with multithreaded runtimes.
1308 2015-07-30 Joonghun Park <jh718.park@samsung.com>
1310 [EFL] Enable IndexedDB based on DatabaseProcess
1311 https://bugs.webkit.org/show_bug.cgi?id=147221
1313 Reviewed by Csaba Osztrogonác.
1315 * Source/cmake/OptionsEfl.cmake:
1317 2015-07-30 Alex Christensen <achristensen@webkit.org>
1319 Build AppleWin port with CMake
1320 https://bugs.webkit.org/show_bug.cgi?id=147385
1322 Reviewed by Martin Robinson.
1324 * Source/cmake/OptionsWindows.cmake:
1325 Use the static multithreaded runtime. Based on
1326 http://www.cmake.org/Wiki/CMake_FAQ#How_can_I_build_my_MSVC_application_with_a_static_runtime.3F
1328 2015-07-29 Andy VanWagoner <thetalecrafter@gmail.com>
1330 Implement basic types for ECMAScript Internationalization API
1331 https://bugs.webkit.org/show_bug.cgi?id=146926
1333 Reviewed by Benjamin Poulain.
1335 Enable flag now that the basic objects are in place.
1337 * Source/cmake/WebKitFeatures.cmake: enable INTL
1339 2015-07-29 Basile Clement <basile_clement@apple.com>
1341 Remove native call inlining
1342 https://bugs.webkit.org/show_bug.cgi?id=147417
1344 Rubber-stamped by Filip Pizlo.
1346 * Source/cmake/OptionsEfl.cmake:
1347 * Source/cmake/WebKitFeatures.cmake:
1349 2015-07-28 Yusuke Suzuki <utatane.tea@gmail.com>
1351 [ES6] Add ENABLE_ES6_MODULES compile time flag with the default value "false"
1352 https://bugs.webkit.org/show_bug.cgi?id=147350
1354 Reviewed by Sam Weinig.
1356 * Source/cmake/WebKitFeatures.cmake:
1358 2015-07-27 Alex Christensen <achristensen@webkit.org>
1360 Use Ninja on Windows.
1361 https://bugs.webkit.org/show_bug.cgi?id=147228
1363 Reviewed by Martin Robinson.
1365 * Source/cmake/OptionsWindows.cmake:
1366 Only use /MP when using generated Visual Studio solution files to build.
1367 It makes compiling parallel in MSVC, but Ninja doesn't like it.
1369 2015-07-27 Alex Christensen <achristensen@webkit.org>
1371 Progress towards building AppleWin with CMake
1372 https://bugs.webkit.org/show_bug.cgi?id=147325
1374 Reviewed by Martin Robinson.
1376 * Source/cmake/OptionsWindows.cmake:
1377 Link with 64-bit libraries if building 64-bit binaries.
1378 Don't run regular expressions on empty strings when using Ninja.
1379 Removed DebugSuffix Visual Studio environment variables.
1381 2015-07-23 Alex Christensen <achristensen@webkit.org>
1383 Remove compile and runtime flags for promises.
1384 https://bugs.webkit.org/show_bug.cgi?id=147244
1386 Reviewed by Yusuke Suzuki.
1388 * Source/cmake/OptionsMac.cmake:
1389 * Source/cmake/OptionsWindows.cmake:
1390 * Source/cmake/WebKitFeatures.cmake:
1392 2015-07-22 Sukolsak Sakshuwong <sukolsak@gmail.com>
1394 Add ENABLE_WEBASSEMBLY feature flag for WebAssembly
1395 https://bugs.webkit.org/show_bug.cgi?id=147212
1397 Reviewed by Filip Pizlo.
1399 * Source/cmake/WebKitFeatures.cmake:
1401 2015-07-22 Alex Christensen <achristensen@webkit.org>
1403 Fix quirks in CMake build on Mac and Windows
1404 https://bugs.webkit.org/show_bug.cgi?id=147174
1406 Reviewed by Gyuyoung Kim.
1409 * Source/cmake/OptionsWindows.cmake:
1410 Added options I removed in r187022. They are indeed needed.
1411 * Source/cmake/WebKitFS.cmake:
1412 Make the DerivedSources/WebKit directory.
1414 2015-07-21 Carlos Garcia Campos <cgarcia@igalia.com>
1416 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.4 release.
1418 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1420 2015-07-20 Alex Christensen <achristensen@webkit.org>
1422 Resurrect CMake build on Windows.
1423 https://bugs.webkit.org/show_bug.cgi?id=147083
1425 Reviewed by Gyuyoung Kim.
1427 * Source/cmake/OptionsCommon.cmake:
1428 * Source/cmake/OptionsWindows.cmake:
1429 Change features to get it to compile. Still not a complete feature set.
1431 2015-07-19 Michael Catanzaro <mcatanzaro@igalia.com>
1433 [GTK] Add seccomp filters support
1434 https://bugs.webkit.org/show_bug.cgi?id=110014
1436 Reviewed by Žan Doberšek.
1438 Find needed compiler and linker flags for libseccomp.
1440 * Source/cmake/OptionsGTK.cmake:
1442 2015-07-17 Ting-Wei Lan <lantw44@gmail.com>
1444 Bring back the GNU ar check to create thin archives on non-Linux systems
1445 https://bugs.webkit.org/show_bug.cgi?id=146681
1447 Reviewed by Martin Robinson.
1449 We already use GNU ar thin archive feature to save time and disk space
1450 on creating static archives, but it is only enabled on Linux. Without
1451 this feature, the debug build of WebCore can be larger than 4 GiB,
1452 which can cause error because GNU ar format uses 32-bit integer to
1453 store offsets in the symbol table. This patch is similar to
1454 https://bugs.webkit.org/show_bug.cgi?id=128596.
1456 * Source/cmake/OptionsCommon.cmake:
1458 2015-07-14 Carlos Alberto Lopez Perez <clopez@igalia.com>
1460 [GTK] [Wayland] Build by default the X11 and Wayland targets.
1461 https://bugs.webkit.org/show_bug.cgi?id=146057
1463 Reviewed by Carlos Garcia Campos.
1465 * Source/cmake/OptionsGTK.cmake:
1467 2015-07-10 Michael Catanzaro <mcatanzaro@igalia.com>
1469 [GTK] ar warning when linking static libraries
1470 https://bugs.webkit.org/show_bug.cgi?id=144988
1472 Reviewed by Carlos Garcia Campos.
1474 Do not use 'u' when calling ar. This argument conflicts with 'D' and is ignored if 'D' is
1475 used, and 'D' is used by default if binutils is built with --enable-deterministic-archives.
1476 Using 'u' with 'D' causes a warning to be printed when linking static libraries. At least
1477 Fedora and Debian have recently both chosen to use --enable-deterministic-archives, so we
1478 should either stop using 'u' or else add 'U' as well in order to disable deterministic
1479 archives. Using 'U' should result in a somewhat faster build (at least when using the
1480 Makefile generator), but it's unlikely that the difference is significant, so let's simply
1481 remove 'u' until someone determines otherwise. This seems like a better option than adding
1482 'U' so as not to foil distributions' attempts to perform deterministic builds. This also
1483 aligns us with the behavior of upstream CMake (which has never used 'u'). This is a minor
1484 behavior change on distributions that do not use --enable-deterministic-archives, notably
1487 * Source/cmake/OptionsCommon.cmake:
1489 2015-07-03 Emanuele Aina <emanuele.aina@collabora.com>
1491 [GTK] Forcefully disable gtk-doc and gobject-introspection when crossbuilding
1492 https://bugs.webkit.org/show_bug.cgi?id=146590
1494 Reviewed by Martin Robinson.
1496 * Source/PlatformGTK.cmake: override the cached variables to
1497 forcefully disable gtk-doc and gobject-introspection when
1499 * Source/cmake/OptionsGTK.cmake: avoid running gtk-doc to check the
1500 documentation syntax when cross-building.
1503 2015-07-02 Przemek Piorkowski <piorkowskiprzemyslaw@gmail.com>
1505 [EFL] test_ewk2_application_cache_manager has been failed since r185527
1506 https://bugs.webkit.org/show_bug.cgi?id=146016
1508 Reviewed by Gyuyoung Kim.
1510 In order to handle properly WebApplicationCacheManagerProxy implementation which use
1511 WebsiteDataRecord it is necessary to enable PUBLIC_SUFFIX_LIST for EFL.
1512 Implementation of PUBLIC_SUFFIX_LIST already exists for soup so EFL can use it as well.
1514 * Source/cmake/OptionsEfl.cmake: set ENABLE_PUBLIC_SUFFIX_LIST to ON for EFL.
1516 2015-06-30 Andy VanWagoner <thetalecrafter@gmail.com>
1518 Implement ECMAScript Internationalization API
1519 https://bugs.webkit.org/show_bug.cgi?id=90906
1521 Reviewed by Benjamin Poulain.
1523 Begin implementing the Intl apis behind ENABLE_INTL flag.
1524 Create the base Intl namespace object.
1526 * Source/cmake/WebKitFeatures.cmake: add ENABLE_INTL flag
1528 2015-06-30 Philippe Normand <pnormand@igalia.com>
1530 [CMake] Error when gst-plugins-base is missing is too confusing
1531 https://bugs.webkit.org/show_bug.cgi?id=145682
1533 Reviewed by Carlos Garcia Campos.
1535 * Source/cmake/OptionsGTK.cmake: Error out if the required
1536 GStreamer libraries are not found on the host.
1538 2015-06-28 Philip Chimento <philip.chimento@gmail.com>
1540 CairoGL should be checked unconditionally
1541 https://bugs.webkit.org/show_bug.cgi?id=146390
1543 Reviewed by Darin Adler.
1545 * Source/cmake/OptionsGTK.cmake: Move check for CairoGL so that
1546 it is run unconditionally; this is necessary because its result
1547 is used later on, outside of any conditions.
1549 2015-06-27 Carlos Garcia Campos <cgarcia@igalia.com>
1551 [GTK][SOUP] Implement WebCore::PublicSuffix for soup and enable PUBLIC_SUFFIX_LIST for GTK+
1552 https://bugs.webkit.org/show_bug.cgi?id=146318
1554 Reviewed by Sergio Villar Senin.
1556 Enable PUBLIC_SUFFIX_LIST for GTK+.
1558 * Source/cmake/OptionsGTK.cmake:
1560 2015-06-22 Carlos Garcia Campos <cgarcia@igalia.com>
1562 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.3 release.
1564 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1566 2015-06-22 Ryuan Choi <ryuan.choi@navercorp.com>
1568 [EFL] Hyphenation is not supported
1569 https://bugs.webkit.org/show_bug.cgi?id=89830
1571 Reviewed by Gyuyoung Kim.
1573 * Source/cmake/OptionsEfl.cmake: Added an option for LibHyphen.
1575 2015-06-22 Zan Dobersek <zdobersek@igalia.com>
1577 [CMake] Add support for building with various sanitizer tools
1578 https://bugs.webkit.org/show_bug.cgi?id=131941
1580 Reviewed by Martin Robinson.
1582 * Source/PlatformGTK.cmake: Don't generate any documentation
1583 when compiling with sanitizers enabled.
1584 * Source/cmake/OptionsCommon.cmake: Allow linking with
1585 undefined symbols when compiling with sanitizers enabled.
1587 2015-06-21 Philip Chimento <philip.chimento@gmail.com>
1589 libwebkit2gtk fails to link without opengl
1590 https://bugs.webkit.org/show_bug.cgi?id=138332
1592 Reviewed by Carlos Garcia Campos.
1594 * Source/cmake/OptionsGTK.cmake: USE(TEXTURE_MAPPER) must be
1595 enabled regardless of whether OpenGL is, because certain symbols
1596 such as WebCore::GraphicsLayer::create() need to be built.
1598 2015-06-20 Michael Catanzaro <mcatanzaro@igalia.com>
1600 [EFL][GTK] Define GLIB_VERSION_MIN_REQUIRED and require glib 2.36 for GTK
1601 https://bugs.webkit.org/show_bug.cgi?id=146181
1603 Reviewed by Martin Robinson.
1605 Bump our GLib requirement to 2.36 to reflect reality, since we are using GTask.
1607 * Source/cmake/OptionsGTK.cmake:
1609 2015-06-20 Ryuan Choi <ryuan.choi@navercorp.com>
1611 [EFL] Do not consider test directories when DEVELOPER_MODE is OFF
1612 https://bugs.webkit.org/show_bug.cgi?id=146171
1614 Reviewed by Gyuyoung Kim.
1616 * Source/cmake/OptionsEfl.cmake:
1617 Exposed ENABLE_DEVELOPER_MODE to Compiler and CMake definition when DEVELOPER_MODE is ON.
1619 2015-06-19 Michael Catanzaro <mcatanzaro@igalia.com>
1621 [CMake] FindGTK3.cmake should not modify the values of build options
1622 https://bugs.webkit.org/show_bug.cgi?id=144613
1624 Reviewed by Martin Robinson.
1626 * Source/cmake/FindGTK3.cmake: Do not check or set the value of ENABLE_X11_TARGET and
1627 ENABLE_WAYLAND_TARGET. Instead, simply define the variables GTK3_SUPPORTS_X11 and
1628 GTK3_SUPPORTS_WAYLAND as appropriate. Also, rename GTK_SUPPORTS_GESTURES to
1629 GTK3_SUPPORTS_GESTURES for consistency.
1630 * Source/cmake/OptionsGTK.cmake: Fail the build if the appropriate GTK+ backend is not
1631 available. It's not possible to automatically select a backend correctly anymore, since all
1632 options are set at the same time.
1634 2015-06-19 Csaba Osztrogonác <ossy@webkit.org>
1636 Remove unnecessary svn:executable flags
1637 https://bugs.webkit.org/show_bug.cgi?id=146107
1639 Reviewed by Alexey Proskuryakov.
1641 * ManualTests/iframe_notifications/iframe-reparenting-close-window-child.html: Removed property svn:executable.
1642 * ManualTests/iframe_notifications/iframe-reparenting-close-window-iframe.html: Removed property svn:executable.
1643 * ManualTests/iframe_notifications/iframe-reparenting-close-window.html: Removed property svn:executable.
1644 * ManualTests/select-menu-list-wrongly-positioned.html: Removed property svn:executable.
1645 * ManualTests/svg-text-float-not-removed-crash.html: Removed property svn:executable.
1647 2015-06-18 Ryuan Choi <ryuan.choi@navercorp.com>
1649 [EFL] Use SET_AND_EXPOSE_TO_BUILD instead of definitions
1650 https://bugs.webkit.org/show_bug.cgi?id=146108
1652 Reviewed by Gyuyoung Kim.
1654 * Source/cmake/OptionsEfl.cmake:
1656 2015-06-16 Ryuan Choi <ryuan.choi@navercorp.com>
1658 [EFL] Remove duplicated PUBLIC argument in OptionsEfl.cmake
1659 https://bugs.webkit.org/show_bug.cgi?id=146035
1661 Reviewed by Gyuyoung Kim.
1663 * Source/cmake/OptionsEfl.cmake:
1665 2015-06-16 Carlos Alberto Lopez Perez <clopez@igalia.com>
1667 [GTK] [Wayland] Should be possible to build with support for both X11 and Wayland.
1668 https://bugs.webkit.org/show_bug.cgi?id=145701
1670 Reviewed by Darin Adler.
1672 * Source/cmake/OptionsGTK.cmake: Remove conflicting options.
1674 2015-06-15 Jon Honeycutt <jhoneycutt@apple.com>
1676 [iOS] Crash long pressing on <input type=file>
1677 https://bugs.webkit.org/show_bug.cgi?id=146009
1678 <rdar://problem/21234453>
1680 Reviewed by Ryosuke Niwa.
1682 * ManualTests/ios/long-press-input-type-file-crash.html: Added.
1684 2015-06-16 Brent Fulgham <bfulgham@apple.com>
1686 Rollout accidental Xcode project change.
1688 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
1690 2015-06-12 Gyuyoung Kim <gyuyoung.kim@webkit.org>
1692 [EFL] Bump EWebKit version from 1.11.0 to 1.14.0
1693 https://bugs.webkit.org/show_bug.cgi?id=145909
1695 Reviewed by Csaba Osztrogonác.
1697 Bump EWebKit version based on efl library version used by the EWebKit.
1699 * Source/cmake/OptionsEfl.cmake:
1701 2015-06-11 Commit Queue <commit-queue@webkit.org>
1703 Unreviewed, rolling out r185453.
1704 https://bugs.webkit.org/show_bug.cgi?id=145881
1706 it broke the 32-bit build (Requested by clopez on #webkit).
1710 "[GTK] [Wayland] Should be possible to build with support for
1711 both X11 and Wayland."
1712 https://bugs.webkit.org/show_bug.cgi?id=145701
1713 http://trac.webkit.org/changeset/185453
1715 2015-06-11 Carlos Alberto Lopez Perez <clopez@igalia.com>
1717 [GTK] [Wayland] Should be possible to build with support for both X11 and Wayland.
1718 https://bugs.webkit.org/show_bug.cgi?id=145701
1720 Reviewed by Žan Doberšek.
1722 * Source/cmake/OptionsGTK.cmake: Remove conflicting options.
1724 2015-06-03 Daniel Bates <dabates@apple.com>
1726 Caps lock indicator should not be shown in read-only or disabled field
1727 https://bugs.webkit.org/show_bug.cgi?id=145612
1728 <rdar://problem/21227454>
1730 Reviewed by Darin Adler.
1732 * ManualTests/password-caps-lock-should-not-show-in-read-only-field.html: Added.
1733 * ManualTests/password-caps-lock-should-not-show-when-field-becomes-disabled.html: Added.
1734 * ManualTests/password-caps-lock-should-not-show-when-field-becomes-read-only.html: Added.
1736 2015-06-01 Csaba Osztrogonác <ossy@webkit.org>
1738 [cmake] Suppress parentheses-equality warnings
1739 https://bugs.webkit.org/show_bug.cgi?id=145126
1741 Reviewed by Darin Adler.
1743 * Source/cmake/WebKitHelpers.cmake:
1745 2015-05-28 Carlos Alberto Lopez Perez <clopez@igalia.com>
1747 [CMake] Improve detection and usage of GL/GLES/EGL libraries.
1748 https://bugs.webkit.org/show_bug.cgi?id=145408
1750 Reviewed by Carlos Garcia Campos.
1752 * Source/cmake/FindEGL.cmake: Improve detection of EGL libraries.
1753 * Source/cmake/FindGLES.cmake: Removed. It was used by the EGL port.
1754 Remove it and make the EGL port use the improved FindOpenGLES2.cmake
1756 * Source/cmake/FindOpenGL.cmake: Added. Add module to detect OpenGL
1757 libraries. Detect also GLX libraries.
1758 * Source/cmake/FindOpenGLES2.cmake: Improve detection of OpenGLES-v2
1759 libraries. Use find_path() to get the include path.
1760 * Source/cmake/OptionsEfl.cmake: Use now the improved FindOpenGLES2
1762 * Source/cmake/OptionsGTK.cmake: Set default value for ENABLE_GLES2
1763 depending on the libraries found on the system.
1764 Move the detection of GLX (and the include of CMakePushCheckState)
1765 to FindOpenGL.cmake.
1766 Ensure that we only define USE_GLX when we build with OpenGL
1767 (but not with GLESv2).
1769 2015-05-27 Dean Jackson <dino@apple.com>
1771 img.currentSrc problem in strict mode with old picturefill
1772 https://bugs.webkit.org/show_bug.cgi?id=144095
1773 <rdar://problem/21087013>
1775 Reviewed by Simon Fraser.
1777 Add a PICTURE_SIZES flag.
1779 * Source/cmake/OptionsEfl.cmake:
1780 * Source/cmake/OptionsGTK.cmake:
1781 * Source/cmake/OptionsMac.cmake:
1782 * Source/cmake/OptionsWindows.cmake:
1783 * Source/cmake/WebKitFeatures.cmake:
1785 2015-05-27 Carlos Garcia Campos <cgarcia@igalia.com>
1787 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.2 release.
1789 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1791 2015-05-25 Carlos Garcia Campos <cgarcia@igalia.com>
1793 Unreviewed. Export DatabaseProcessMainUnix symbol.
1795 Add DatabaseProcessMainUnix symbol to gtksymbols.filter so that it
1796 is exported in production builds.
1798 * Source/cmake/gtksymbols.filter:
1800 2015-05-25 Carlos Garcia Campos <cgarcia@igalia.com>
1802 [GTK] Enable IndexedDB
1803 https://bugs.webkit.org/show_bug.cgi?id=98932
1805 Reviewed by Žan Doberšek.
1807 * Source/cmake/OptionsGTK.cmake: Enable DATABASE_PROCESS and INDEXED_DATABASE.
1808 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_DATABASE_PROCESS.
1810 2015-05-24 Carlos Garcia Campos <cgarcia@igalia.com>
1812 [GTK] Bump GCC requirements to 4.9.0
1813 https://bugs.webkit.org/show_bug.cgi?id=145211
1815 Reviewed by Žan Doberšek.
1817 It's required to build with IndexedDB support when using GCC,
1818 clang works just fine. See https://bugs.webkit.org/show_bug.cgi?id=98932.
1820 * Source/cmake/OptionsGTK.cmake:
1822 2015-05-18 Michael Catanzaro <mcatanzaro@igalia.com>
1824 [CMake] Ignore warnings in system headers
1825 https://bugs.webkit.org/show_bug.cgi?id=144747
1827 Reviewed by Darin Adler.
1829 Require CMake 2.8.12 when compiling the GTK+ port. This is because we use the
1830 target_include_directories command (added in 2.8.11) in GTK-specific cmake files, and also
1831 use the SYSTEM argument to the command (added in 2.8.12).
1835 2015-05-14 Michael Catanzaro <mcatanzaro@igalia.com>
1837 [CMake] Error out when ruby is too old
1838 https://bugs.webkit.org/show_bug.cgi?id=145014
1840 Reviewed by Martin Robinson.
1842 Error out immediately after checking for Ruby if the ruby executable is not found, or if it
1847 2015-05-14 Zan Dobersek <zdobersek@igalia.com>
1849 [GTK] Enable plugin-related CMake options and variables for the X11 target only
1850 https://bugs.webkit.org/show_bug.cgi?id=144995
1852 Reviewed by Carlos Garcia Campos.
1854 * Source/cmake/OptionsGTK.cmake: Plugins are only supported for
1855 the X11 windowing target at the moment, so the following options
1856 and variables should be enabled or disabled accordingly:
1857 - ENABLE_PLUGIN_PROCESS_GTK2
1858 - ENABLE_NETSCAPE_PLUGIN_API
1859 - ENABLE_PLUGIN_PROCESS
1861 2015-05-12 Ryuan Choi <ryuan.choi@navercorp.com>
1863 Linker fails without -DDEVELOPER_MODE=ON
1864 https://bugs.webkit.org/show_bug.cgi?id=144117
1866 Reviewed by Gyuyoung Kim.
1868 * Source/cmake/OptionsEfl.cmake:
1869 Remove fvisibility flags. linker script will cover the functionality for ewebkit2.so in release mode,
1870 * Source/cmake/eflsymbols.filter: Updated symbol patterns which should be exposed for ewebkit2.
1872 2015-05-10 Philip Chimento <philip.chimento@gmail.com>
1874 CMake defines CAIROGL_FOUND, not CAIRO_GL_FOUND
1875 https://bugs.webkit.org/show_bug.cgi?id=144846
1877 Reviewed by Martin Robinson.
1879 * Source/cmake/FindCairoGL.cmake: Use CAIROGL_* instead of
1880 CAIRO_GL_* throughout, because find_package will define
1882 * Source/cmake/OptionsGTK.cmake: Ditto.
1884 2015-05-10 Philip Chimento <philip.chimento@gmail.com>
1886 [CMake] Some macros need to be defined/undefined, rather than ON/OFF
1887 https://bugs.webkit.org/show_bug.cgi?id=144845
1889 Reviewed by Martin Robinson.
1891 * Source/cmake/OptionsGTK.cmake: Only define MOZ_X11 and XP_UNIX
1892 if their corresponding WTF options are ON. The code in npapi.h
1893 relies on these being undefined if they are to be switched off.
1895 2015-05-09 Yoav Weiss <yoav@yoav.ws>
1897 Remove the PICTURE_SIZES build flag
1898 https://bugs.webkit.org/show_bug.cgi?id=144679
1900 Reviewed by Benjamin Poulain.
1902 Removed the PICTURE_SIZES build time flag.
1904 * Source/cmake/OptionsEfl.cmake:
1905 * Source/cmake/OptionsGTK.cmake:
1906 * Source/cmake/OptionsMac.cmake:
1907 * Source/cmake/OptionsWindows.cmake:
1908 * Source/cmake/WebKitFeatures.cmake:
1910 2015-05-08 Michael Catanzaro <mcatanzaro@igalia.com>
1912 [GTK] [CMake] Check for required X libraries
1913 https://bugs.webkit.org/show_bug.cgi?id=144823
1915 Reviewed by Martin Robinson.
1917 Error out if missing libXcomposite, libXdamage, libXrender, or libXt.
1919 * Source/cmake/OptionsGTK.cmake:
1921 015-05-08 Michael Catanzaro <mcatanzaro@igalia.com>, Martin Robinson <mrobinson@igalia.com>
1923 [GTK] Checks for DEVELOPMENT_BUILD are all wrong
1924 https://bugs.webkit.org/show_bug.cgi?id=144746
1926 Reviewed by Carlos Garcia Campos.
1928 Don't set DEVELOPMENT_BUILD. We check whether it is defined for conditional compilation, not
1929 what it is defined to, so defining it to 0 effectively turned it on always. Instead set
1930 ENABLE_DEVELOPER_MODE so that we can use the ENABLE macro inside WebKit source code.
1932 * Source/cmake/OptionsGTK.cmake:
1934 2015-05-08 Daniel Bates <dabates@apple.com>
1936 [iOS] WebSQL operations are not performed after device is locked
1937 https://bugs.webkit.org/show_bug.cgi?id=137503
1938 <rdar://problem/20844952>
1940 Rubber-stamped by Alexey Proskuryakov.
1942 Add a manual test to help verify that we do not regress this issue.
1944 * ManualTests/ios/execute-sql-transaction-callback-after-locking-unlocking-device-in-earlier-transaction.html: Added.
1946 2015-05-08 Commit Queue <commit-queue@webkit.org>
1948 Unreviewed, rolling out r183945.
1949 https://bugs.webkit.org/show_bug.cgi?id=144789
1951 "It broke all the GTK+ tests" (Requested by KaL on #webkit).
1955 "[GTK] Checks for DEVELOPMENT_BUILD are all wrong"
1956 https://bugs.webkit.org/show_bug.cgi?id=144746
1957 http://trac.webkit.org/changeset/183945
1959 2015-05-07 Myles C. Maxfield <mmaxfield@apple.com>
1961 Cleanup after r183940
1962 https://bugs.webkit.org/show_bug.cgi?id=144768
1966 Looks like the empty directories were not deleted.
1968 * Source/PAL: Removed.
1969 * Source/PAL/Configurations: Removed.
1970 * Source/PAL/PAL.xcodeproj: Removed.
1971 * Source/PAL/graphics: Removed.
1973 2015-05-07 Michael Catanzaro <mcatanzaro@igalia.com>
1975 [GTK] Checks for DEVELOPMENT_BUILD are all wrong
1976 https://bugs.webkit.org/show_bug.cgi?id=144746
1978 Reviewed by Martin Robinson.
1980 Don't set DEVELOPMENT_BUILD. We check whether it is defined for conditional compilation, not
1981 what it is defined to, so defining it to 0 effectively turned it on always.
1983 * Source/cmake/OptionsGTK.cmake:
1985 2015-05-05 Myles C. Maxfield <mmaxfield@apple.com>
1987 Revert "Introducing the Platform Abstraction Layer (PAL)"
1988 https://bugs.webkit.org/show_bug.cgi?id=144751
1992 PAL should be a new target inside WebCore, rather than a top-level folder.
1994 * WebKit.xcworkspace/contents.xcworkspacedata: Add it to the workspace.
1996 2015-05-07 Carlos Garcia Campos <cgarcia@igalia.com>
1998 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.9.1 release.
2000 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
2002 2015-05-05 Myles C. Maxfield <mmaxfield@apple.com>
2004 Introducing the Platform Abstraction Layer (PAL)
2005 https://bugs.webkit.org/show_bug.cgi?id=143358
2007 Reviewed by Simon Fraser.
2009 * WebKit.xcworkspace/contents.xcworkspacedata: Add it to the workspace.
2011 2015-05-04 Csaba Osztrogonác <ossy@webkit.org>
2013 [cmake] Disable GNU Gold linker on Cortex A53
2014 https://bugs.webkit.org/show_bug.cgi?id=144382
2016 Reviewed by Carlos Garcia Campos.
2018 * Source/cmake/OptionsCommon.cmake:
2020 2015-05-01 Martin Robinson <mrobinson@igalia.com>
2022 USE(...) macro should expect unprefixed variables
2023 https://bugs.webkit.org/show_bug.cgi?id=144454
2025 Reviewed by Daniel Bates.
2027 * Source/cmake/OptionsAppleWin.cmake: Replace all occurrences WTF_USE with USE.
2028 * Source/cmake/OptionsEfl.cmake: Ditto.
2029 * Source/cmake/OptionsGTK.cmake: Ditto.
2030 * Source/cmake/OptionsMac.cmake: Ditto.
2031 * Source/cmake/OptionsWinCairo.cmake: Ditto.
2032 * Source/cmake/WebKitFeatures.cmake: No longer expose WTF_USE when encountering
2035 2015-04-30 Martin Robinson <mrobinson@igalia.com>
2037 [CMake] Automatically expose WTF_USE_FOO to the build when USE_FOO is exposed
2038 https://bugs.webkit.org/show_bug.cgi?id=144394
2040 Reviewed by Carlos Garcia Campos.
2042 Automatically expose WTF_USE_FOO when USE_FOO is exposed. A side-effect of this change
2043 is that it fixes the redirected XComposite window for GTK+, which was accidentally
2044 disabled in previous reworking of the CMake configuration.
2046 * Source/cmake/OptionsGTK.cmake: We no longer need to expose the WTF_ prefixed
2047 version of USE variables.
2048 * Source/cmake/WebKitFeatures.cmake: Automatically expose WTF_USE_FOO when USE_FOO
2049 is exposed to the build.
2051 2015-04-30 Carlos Garcia Campos <cgarcia@igalia.com>
2053 Unreviewed. Bump GTK+ version numbers.
2055 * Source/cmake/OptionsGTK.cmake:
2057 2015-04-29 Ryuan Choi <ryuan.choi@navercorp.com>
2059 [EFL] CMake should be failed if openwebrtc package does not exist but ENABLE_MEDIA_STREAM is ON
2060 https://bugs.webkit.org/show_bug.cgi?id=144435
2062 Reviewed by Gyuyoung Kim.
2064 This patch adds REQUIRED option for OpenWebRTC when ENABLE_MEDIA_STREAM is ON.
2065 In addition, this adds DEFAULT_PORT_VALUE for ENABLE_MEDIA_STREAM to match with FeatureList.pm
2067 * Source/cmake/OptionsEfl.cmake:
2069 2015-04-29 Joseph Pecoraro <pecoraro@apple.com>
2071 REGRESSION(183583): [Mac] make without SDKROOT has issues
2072 https://bugs.webkit.org/show_bug.cgi?id=144431
2074 Reviewed by Dan Bernstein.
2077 Assume an empty SDKROOT means an macosx variant, so only
2078 enable settings if the SDKROOT is not empty and does not
2081 2015-04-29 Martin Robinson <mrobinson@igalia.com>
2083 Fix the GTK+ build after r183584
2085 * Source/cmake/OptionsGTK.cmake: Properly use the USE_LIBHYPHEN and HYPHEN_FOUND variables.
2087 2015-04-29 Martin Robinson <mrobinson@igalia.com>
2089 [GTK] Add support for automatic hyphenation
2090 https://bugs.webkit.org/show_bug.cgi?id=44478
2092 Reviewed by Carlos Garcia Campos.
2094 * Source/cmake/FindHyphen.cmake: Added. A CMake module for finding libhyphen.
2095 * Source/cmake/OptionsGTK.cmake: Look for libhyphen and enable hyphenation if found.
2096 * Source/cmakeconfig.h.cmake: Pass through the whether libhyphen is enabled.
2098 2015-04-29 Jake Nielsen <jacob_nielsen@apple.com>
2100 Failure when building WebKit for appletvsimulator.
2101 https://bugs.webkit.org/show_bug.cgi?id=144356
2103 Reviewed by Alexey Proskuryakov.
2105 Changes Makefile logic to check for "not OS X" rather than "is iOS" to
2106 make TVOS and WatchOS behave correctly.
2110 2015-04-29 Martin Robinson <mrobinson@igalia.com>
2112 [CMake] [GTK] Organize and clean up unused CMake variables
2113 https://bugs.webkit.org/show_bug.cgi?id=144364
2115 Reviewed by Gyuyoung Kim.
2117 * Source/cmake/OptionsGTK.cmake: Remove unused variables and move variables
2118 specific to certain projects into their PlatformGTK.cmake files.
2120 2015-04-29 Ryuan Choi <ryuan.choi@navercorp.com>
2122 [EFL] Build failure to find gio-unix
2123 https://bugs.webkit.org/show_bug.cgi?id=144083
2125 Reviewed by Gyuyoung Kim.
2127 Original patch by Doug Newgard <scimma22@outlook.com>
2129 * Source/cmake/OptionsEfl.cmake: Moved geoclue block before find_package(GLIB...)
2131 2015-04-28 Ryuan Choi <ryuan.choi@navercorp.com>
2133 [CoordinatedGraphics] Merge TILED_BACKING_STORE guard with COORDINATED_GRAPHICS
2134 https://bugs.webkit.org/show_bug.cgi?id=143001
2136 Reviewed by Gyuyoung Kim.
2138 * Source/cmake/OptionsEfl.cmake: Removed TILED_BACKING_STORE definition.
2139 * Source/cmake/OptionsGTK.cmake: Ditto.
2141 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
2143 Unreviewed, fix typo in previous commit
2145 libsecretr -> libsecret in the error message.
2147 * Source/cmake/OptionsGTK.cmake:
2149 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
2151 [GTK] Clean up feature detection and make it hard to accidentally build without optional features
2152 https://bugs.webkit.org/show_bug.cgi?id=143546
2154 Reviewed by Martin Robinson.
2156 Add USE_GSTREAMER_MPEGTS option and turn it off by default. Turn off ENABLE_SUBTLE_CRYPTO
2157 by default. Turn on ENABLE_GEOLOCATION by default. Add USE_LIBNOTIFY and turn it on by
2158 default. Fail the build with an informative error message if an optional dependency required
2159 for an enabled feature is not present. Perform find_package commands only when necessary.
2160 Make ENABLE_API_TESTS private. Alphabetize the feature checks (yes, this is actually
2163 * Source/cmake/OptionsGTK.cmake:
2165 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
2167 [GTK] Make all options actually options
2168 https://bugs.webkit.org/show_bug.cgi?id=144106
2170 Reviewed by Martin Robinson.
2172 Use WEBKIT_OPTION_DEFINE to set ENABLE_GTKDOC, ENABLE_INTROSPECTION, ENABLE_X11_TARGET, and
2173 ENABLE_WAYLAND_TARGET.
2175 * Source/cmake/OptionsGTK.cmake:
2177 2015-04-28 Michael Catanzaro <mcatanzaro@igalia.com>
2179 Unreviewed, fix GTK build after r183452
2181 * Source/cmake/OptionsGTK.cmake:
2183 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
2185 [GTK] Add one single option to control all OpenGL-related options
2186 https://bugs.webkit.org/show_bug.cgi?id=144105
2188 Reviewed by Martin Robinson.
2190 Add public ENABLE_OPENGL option, which is mandatory for ENABLE_3D_TRANSFORMS,
2191 ENABLE_ACCELERATED_2D_CANVAS, ENABLE_GLES2, ENABLE_THREADED_COMPOSITOR, ENABLE_WEBGL,
2192 USE_REDIRECTED_XCOMPOSITE_WINDOW, and USE_GSTREAMER_GL. Make ENABLE_GLES2 a proper WebKit
2193 option and move code around accordingly. Use WEBKIT_OPTION_DEPEND and rely on it. Add a
2194 large comment to explain why default value of ENABLE_ACCELERATED_2D_CANVAS is based on the
2195 presence of CairoGL.
2197 * Source/cmake/OptionsGTK.cmake:
2199 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
2201 [GTK] ENABLE_SMOOTH_SCROLLING should be private
2202 https://bugs.webkit.org/show_bug.cgi?id=144306
2204 Reviewed by Martin Robinson.
2206 Make ENABLE_SMOOTH_SCROLLING private instead of public.
2208 * Source/cmake/OptionsGTK.cmake:
2210 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
2212 Rename WTF_USE_3D_GRAPHICS to ENABLE_GRAPHICS_CONTEXT_3D
2213 https://bugs.webkit.org/show_bug.cgi?id=144193
2215 Reviewed by Darin Adler.
2217 * Source/cmake/OptionsEfl.cmake:
2218 * Source/cmake/OptionsGTK.cmake:
2219 * Source/cmake/OptionsWinCairo.cmake:
2220 * Source/cmake/WebKitFeatures.cmake:
2222 2015-04-27 Michael Catanzaro <mcatanzaro@igalia.com>
2224 [CMake] Should be possible for an option to conflict with other options
2225 https://bugs.webkit.org/show_bug.cgi?id=143956
2227 Reviewed by Martin Robinson.
2229 Add WEBKIT_OPTION_CONFLICT macro, which fails the build if conflicting options are on.
2231 * Source/cmake/WebKitFeatures.cmake:
2233 2015-04-22 Martin Robinson <mrobinson@igalia.com>
2235 [CMake] Autogenerate cmakeconfig.h.cmake
2236 https://bugs.webkit.org/show_bug.cgi?id=143997
2238 Reviewed by Csaba Osztrogonác.
2240 * CMakeLists.txt: Create the configuration header as the last part of the cmake run.
2241 * Source/CMakeLists.txt: No longer use configure_file to create cmakeconfig.h.
2242 * Source/cmake/OptionsCommon.cmake: Expose WTF_CPU_ARM64_CORTEXA53 to the build explicitly.
2243 * Source/cmake/OptionsGTK.cmake: Expose variables to the build using SET_AND_EXPOSE_TO_BUILD.
2244 Do some other miscellaneous related cleanup.
2245 * Source/cmake/OptionsEFL.cmake: Expose HAVE_LLVM to the build.
2246 * Source/cmake/WebKitFeatures.cmake: Expose all WebKit features to the build. Add support for
2247 build exposed variables. Add a macro to generate a configuration from them.
2248 * Source/cmakeconfig.h.cmake: Removed.
2250 2015-04-24 Philippe Normand <pnormand@igalia.com>
2252 [JHBuild] Move to upstream OpenWebRTC
2253 https://bugs.webkit.org/show_bug.cgi?id=144145
2255 Reviewed by Carlos Garcia Campos.
2257 * Source/cmake/FindOpenWebRTC.cmake: Check the presence of the
2260 2015-04-26 Yusuke Suzuki <utatane.tea@gmail.com>
2262 [ES6] Implement ES6 template literals
2263 https://bugs.webkit.org/show_bug.cgi?id=142691
2265 Reviewed by Darin Adler.
2267 Add ENABLE_ES6_TEMPLATE_LITERAL_SYNTAX compile time flag.
2269 * Source/cmake/WebKitFeatures.cmake:
2270 * Source/cmakeconfig.h.cmake:
2272 2015-04-25 Martin Robinson <mrobinson@igalia.com>
2274 Rename ENABLE_3D_RENDERING to ENABLE_3D_TRANSFORMS
2275 https://bugs.webkit.org/show_bug.cgi?id=144182
2277 Reviewed by Simon Fraser.
2279 * Source/cmake/OptionsEfl.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
2280 * Source/cmake/OptionsGTK.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
2281 * Source/cmake/OptionsMac.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
2282 * Source/cmake/WebKitFeatures.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
2283 * Source/cmakeconfig.h.cmake: Replace all instances of 3D_RENDERING with 3D_TRANSFORMS.
2285 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
2287 [GTK] Add more public options
2288 https://bugs.webkit.org/show_bug.cgi?id=144116
2290 Reviewed by Martin Robinson.
2292 Add ENABLE_ICONDATABASE, ENABLE_JIT, and USE_SYSTEM_MALLOC as public options.
2294 * Source/cmake/OptionsGTK.cmake:
2296 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
2298 [CMake] Some internal variables are not marked as advanced
2299 https://bugs.webkit.org/show_bug.cgi?id=143595
2301 Reviewed by Martin Robinson.
2303 * Source/cmake/FindFreetype2.cmake: Mark internal options as advanced.
2304 * Source/cmake/FindHarfBuzz.cmake: Mark HARFBUZZ_ICU_LIBRARIES as advanced.
2306 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
2308 [GTK] Mark as advanced the build options we don't want to expose
2309 https://bugs.webkit.org/show_bug.cgi?id=143558
2311 Reviewed by Martin Robinson.
2313 Mark various options as private instead of public.
2315 * Source/cmake/OptionsGTK.cmake:
2317 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
2319 [CMake] Should be possible for an option to depend on multiple options
2320 https://bugs.webkit.org/show_bug.cgi?id=143839
2322 Reviewed by Martin Robinson.
2324 Use a list instead of a single variable to track the dependencies of each option. Iterate
2325 over the list as many times as necessary to ensure all options are properly disabled.
2327 * Source/cmake/WebKitFeatures.cmake:
2329 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
2331 [CMake] ENABLE_THREADED_COMPOSITOR should not be at the bottom of the options list
2332 https://bugs.webkit.org/show_bug.cgi?id=144103
2334 Reviewed by Martin Robinson.
2336 Just move ENABLE_THREADED_COMPOSITOR so it's alphabetized properly.
2338 * Source/cmake/WebKitFeatures.cmake:
2340 2015-04-23 Michael Catanzaro <mcatanzaro@igalia.com>
2342 [GTK] Fixups for ENABLE_CREDENTIAL_STORAGE
2343 https://bugs.webkit.org/show_bug.cgi?id=144102
2345 Reviewed by Martin Robinson.
2347 Use WEBKIT_OPTION_DEFAULT_PORT_VALUE to set ENABLE_CREDENTIAL_STORAGE instead of doing so
2348 manually. Fail the build if libsecret is not found but ENABLE_CREDENTIAL_STORAGE is set.
2349 Also, do not set ENABLE_CREDENTIAL_STORAGE redundantly.
2351 * Source/cmake/OptionsGTK.cmake:
2353 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
2355 [CMake] Clean up JSC JIT options
2356 https://bugs.webkit.org/show_bug.cgi?id=143998
2358 Reviewed by Filip Pizlo.
2360 * Source/cmake/OptionsEfl.cmake: Remove handling of ENABLE_LLINT_C_LOOP and preprocessor
2361 define for ENABLE_FTL_NATIVE_CALL_INLINING.
2362 * Source/cmake/OptionsMac.cmake: Remove override of ENABLE_LLINT_C_LOOP
2363 * Source/cmake/WebKitFeatures.cmake: Remove ENABLE_LLINT_C_LOOP. Add ENABLE_DFG_JIT and
2364 ENABLE_FTL_NATIVE_CALL_INLINING. Specify proper dependencies for these features.
2365 * Source/cmakeconfig.h.cmake: Remove ENABLE_LLINT_C_LOOP and add ENABLE_DFG_JIT.
2367 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
2369 [CMake] Use lowercase for local variables in macros
2370 https://bugs.webkit.org/show_bug.cgi?id=144059
2372 Reviewed by Martin Robinson.
2374 Convert some variable names to lowercase.
2376 * Source/cmake/WebKitFeatures.cmake:
2378 2015-04-22 Commit Queue <commit-queue@webkit.org>
2380 Unreviewed, rolling out r183116.
2381 https://bugs.webkit.org/show_bug.cgi?id=144060
2383 Inadvertently deleted a file... (Requested by mcatanzaro on
2388 "[CMake] Use lowercase for local variables in macros"
2389 https://bugs.webkit.org/show_bug.cgi?id=144059
2390 http://trac.webkit.org/changeset/183116
2392 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
2394 [CMake] Use lowercase for local variables in macros
2395 https://bugs.webkit.org/show_bug.cgi?id=144059
2397 Reviewed by Martin Robinson.
2399 Convert some variable names to lowercase.
2401 * Source/cmake/WebKitFeatures.cmake:
2403 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
2405 [CMake] Features list should print dots every other row
2406 https://bugs.webkit.org/show_bug.cgi?id=143832
2408 Reviewed by Martin Robinson.
2410 Discount private options when determining whether to print dots on a given row of the
2411 features list. Also, simplify the logic by using only one for loop, and fix a couple errors
2412 (inverted use of SHOULD_PRINT_DOTS, one use of the renamed variable SHOULD_PRINT_POINTS that
2413 wasn't noticed because it only affects the first line, and use of the variable name as a
2414 string in a conditional.)
2416 * Source/cmake/WebKitFeatures.cmake:
2418 2015-04-22 Michael Catanzaro <mcatanzaro@igalia.com>
2420 [CMake] Require specifying visibility of WebKit options
2421 https://bugs.webkit.org/show_bug.cgi?id=143831
2423 Reviewed by Alex Christensen.
2425 * Source/cmake/OptionsEfl.cmake: Specify all options as PUBLIC
2426 * Source/cmake/OptionsGTK.cmake: Specify all options as PUBLIC
2427 * Source/cmake/OptionsMac.cmake: Specify all options as PRIVATE
2428 * Source/cmake/OptionsWindows.cmake: Specify all options as PUBLIC
2429 * Source/cmake/WebKitFeatures.cmake: Require specifying options as PUBLIC or PRIVATE.
2430 Remove WEBKIT_OPTION_DEFINE_PUBLIC and WEBKIT_OPTION_PRIVATE_PORT_VALUE. Specify all
2431 cross-platform options as PRIVATE.
2433 2015-04-19 Gyuyoung Kim <gyuyoung.kim@webkit.org>
2435 [CMake] Synchronize variables between WebKitFeatures.cmake and cmakedonfig.h.cmake
2436 https://bugs.webkit.org/show_bug.cgi?id=143935
2438 Reviewed by Darin Adler.
2440 Some variables aren't defined in these files or unused variables aren't removed. This
2441 patch cleans up it as well as fix wrong alphabet order.
2443 * Source/cmake/WebKitFeatures.cmake:
2444 * Source/cmakeconfig.h.cmake:
2446 2015-04-19 Simon Fraser <simon.fraser@apple.com>
2448 Restore the WebKit.xcworkspace to the way it was before r182899,
2449 which inadvertently added the Source directory and a couple of source
2452 * WebKit.xcworkspace/contents.xcworkspacedata:
2454 2015-04-16 Basile Clement <basile_clement@apple.com>
2456 Extract the allocation profile from JSFunction into a rare object
2457 https://bugs.webkit.org/show_bug.cgi?id=143807
2459 Reviewed by Filip Pizlo.
2461 * WebKit.xcworkspace/contents.xcworkspacedata:
2463 2015-04-16 Csaba Osztrogonác <ossy@webkit.org>
2465 [EFL] Bump LLVM to version 3.6.0 on X86_64
2466 https://bugs.webkit.org/show_bug.cgi?id=143604
2468 Reviewed by Gyuyoung Kim.
2470 * Source/cmake/FindLLVM.cmake: Added version handling.
2471 * Source/cmake/OptionsEfl.cmake: Require LLVM 3.6.0 on X86_64 and patched LLVM 3.5.0 on AArch64.
2473 2015-04-15 Timothy Horton <timothy_horton@apple.com>
2475 Custom CSS cursors do not use -webkit-image-set on retina displays
2476 https://bugs.webkit.org/show_bug.cgi?id=120783
2478 Reviewed by Beth Dakin.
2479 Patch by Evan Wallace <evan.exe@gmail.com>.
2481 Add a manual test for custom CSS cursors on retina displays.
2483 * ManualTests/retina-cursors.html: Added.
2485 2015-04-15 Alex Christensen <achristensen@webkit.org>
2487 Progress towards CMake on Mac.
2488 https://bugs.webkit.org/show_bug.cgi?id=143785
2490 Reviewed by Csaba Osztrogonác.
2493 * Source/cmake/OptionsMac.cmake:
2494 * Source/cmake/WebKitFS.cmake:
2496 2015-04-10 Jon Honeycutt <jhoneycutt@apple.com>
2498 Cannot click "Next" button on Google two-factor auth setup page
2500 <https://bugs.webkit.org/show_bug.cgi?id=143624>
2501 <rdar://problem/19175714>
2503 Reviewed by Darin Adler.
2505 * ManualTests/button-that-focuses-itself-on-click.html: Added.
2507 2015-04-13 Michael Catanzaro <mcatanzaro@igalia.com>
2509 [cmake] REGRESSION(182663): It broke feature dependency handling
2510 https://bugs.webkit.org/show_bug.cgi?id=143665
2512 Reviewed by Csaba Osztrogonác.
2514 Don't try to check the value of options before defining the options.
2516 * Source/cmake/WebKitFeatures.cmake:
2518 2015-04-13 Csaba Osztrogonác <ossy@webkit.org>
2520 [cmake] Add ENABLE(ATTACHMENT_ELEMENT) to the build system
2521 https://bugs.webkit.org/show_bug.cgi?id=143664
2523 Reviewed by Gyuyoung Kim.
2525 * Source/cmake/OptionsEfl.cmake:
2526 * Source/cmake/OptionsGTK.cmake:
2527 * Source/cmake/WebKitFeatures.cmake:
2528 * Source/cmakeconfig.h.cmake:
2530 2015-04-12 Gyuyoung Kim <gyuyoung.kim@webkit.org>
2532 [EFL] Enable Media Source
2533 https://bugs.webkit.org/show_bug.cgi?id=143635
2535 Reviewed by Csaba Osztrogonác.
2537 * Source/cmake/OptionsEfl.cmake: Add ENABLE_MEDIA_SOURCE switch.
2539 2015-04-11 Michael Catanzaro <mcatanzaro@igalia.com>
2541 [CMake] Miscellaneous issues in WebKitFeatures.cmake
2542 https://bugs.webkit.org/show_bug.cgi?id=143636
2544 Reviewed by Martin Robinson.
2546 Rename _WEBKIT_AVAILABLE_OPTIONS_INITIALVALUE_ variables to
2547 _WEBKIT_AVAILABLE_OPTIONS_INITIAL_VALUE_
2549 Rename _WEBKIT_AVAILABLE_OPTIONS_ISPUBLIC_ variables to
2550 _WEBKIT_AVAILABLE_OPTIONS_IS_PUBLIC_
2552 Rename _SHOULD_PRINT_POINTS to _SHOULD_PRINT_DOTS
2554 Update USE_SYSTEM_MALLOC description to not mention TCmalloc
2556 Fix ENABLE_TOUCH_SLIDER so that it can be used
2560 * Source/cmake/WebKitFeatures.cmake:
2562 2015-04-11 Michael Catanzaro <mcatanzaro@igalia.com>
2564 [CMake] Print sorted feature list at the very end of the configure process
2565 https://bugs.webkit.org/show_bug.cgi?id=143596
2567 Reviewed by Martin Robinson.
2569 * CMakeLists.txt: Call PRINT_WEBKIT_OPTIONS at the bottom of the file.
2570 * Source/cmake/WebKitFeatures.cmake: Split option printing into PRINT_WEBKIT_OPTIONS macro,
2571 and sort the options before printing. Reorder some code so that features still get
2572 propagated to the bindings generators.
2574 2015-04-11 Michael Catanzaro <mcatanzaro@igalia.com>
2576 [CMake] Options should be marked as advanced by default
2577 https://bugs.webkit.org/show_bug.cgi?id=143572
2579 Reviewed by Gyuyoung Kim.
2581 Options defined with WEBKIT_OPTION_DEFINE are now advanced so that they are hidden from
2582 users by default, unless WEBKIT_OPTION_DEFAULT_PORT_VALUE is used. Add new macros
2583 WEBKIT_OPTION_DEFINE_PUBLIC to define an option that's not hidden by default, to be used
2584 for adding port-specific options, and WEBKIT_OPTION_PRIVATE_PORT_VALUE to override an
2585 option without making it public.
2587 * Source/cmake/WebKitFeatures.cmake:
2589 2015-04-10 Gyuyoung Kim <gyuyoung.kim@webkit.org>
2591 [CMake] Remove unnecessary ENABLE_WEBCORE switch
2592 https://bugs.webkit.org/show_bug.cgi?id=143584
2594 Reviewed by Csaba Osztrogonác.
2596 WebCore should be built for all ports. So ENABLE_WEBCORE switch looks be redundant.
2600 * Source/CMakeLists.txt:
2601 * Source/cmake/OptionsGTK.cmake:
2602 * Source/cmake/WebKitFS.cmake:
2604 2015-04-08 Filip Pizlo <fpizlo@apple.com>
2606 Unreviewed, revert accidental commit.
2610 2015-04-08 Alex Christensen <achristensen@webkit.org> and Patrick Gansterer <paroga@webkit.org>
2612 Add CMake build system for WinCairo port.
2613 https://bugs.webkit.org/show_bug.cgi?id=115944
2615 Reviewed by Chris Dumez.
2617 * Source/cmake/OptionsWindows.cmake:
2618 * Source/cmake/WebKitMacros.cmake:
2619 Make ADD_PRECOMPILED_HEADER more like http://stackoverflow.com/questions/148570/using-pre-compiled-headers-with-cmake
2621 2015-04-06 Alberto Garcia <berto@igalia.com>
2623 [GTK] Fix HPPA build
2624 https://bugs.webkit.org/show_bug.cgi?id=143453
2626 Reviewed by Darin Adler.
2628 Add HPPA to the list of supported CPUs.
2632 2015-04-03 Csaba Osztrogonác <ossy@webkit.org>
2634 Unreviewed, kick the GTK bots to fix an incremental build issue.
2636 * Source/cmake/OptionsGTK.cmake:
2638 2015-04-03 Zan Dobersek <zdobersek@igalia.com>
2640 Fix the EFL and GTK build after r182243
2641 https://bugs.webkit.org/show_bug.cgi?id=143361
2643 Reviewed by Csaba Osztrogonác.
2645 * Source/PlatformEfl.cmake: Add a custom command that copies
2646 the InspectorBackendCommands.js file into the proper directory
2647 under DerivedSources/WebInspectorUI/.
2649 2015-04-01 Alex Christensen <achristensen@webkit.org>
2651 Progress towards CMake on Windows and Mac.
2652 https://bugs.webkit.org/show_bug.cgi?id=143293
2654 Reviewed by Filip Pizlo.
2657 Set DERIVED_SOURCES_WTF_DIR for Windows.
2658 * Source/CMakeLists.txt:
2659 Don't compile bmalloc on Windows.
2660 * Source/cmake/OptionsCommon.cmake:
2661 Use the absolute path of the C preprocessor.
2662 * Source/cmake/OptionsWinCairo.cmake:
2663 Added needed definitions.
2664 * Source/cmake/OptionsWindows.cmake:
2665 Set some default values and removed support for old Visual Studio versions before /MP.
2666 * Source/cmake/WebKitFS.cmake:
2667 Make WTF DerivedSources directory.
2668 * Source/cmake/WebKitMacros.cmake:
2669 Added ADD_PRECOMPILED_HEADER macro based on
2670 http://stackoverflow.com/questions/148570/using-pre-compiled-headers-with-cmake
2672 2015-04-01 Gwang Yoon Hwang <yoon@igalia.com>
2674 Use colored diagnostics when building with cmake + ninja + clang
2675 https://bugs.webkit.org/show_bug.cgi?id=143297
2677 Reviewed by Žan Doberšek.
2679 Because that ninja sets subprocess stdout/stderr to a pipe, clang
2680 disables colored output.
2681 This patch forces clang to use colored diagnostics when we are using
2684 * Source/cmake/OptionsCommon.cmake:
2686 2015-03-29 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2688 [CMake] Update old CMakeList.txt in gtest
2689 https://bugs.webkit.org/show_bug.cgi?id=143192
2691 Reviewed by Darin Adler.
2693 CMake ports have used cmake/gtest/CMakeLists.txt instead of ThirdParty/test/CMakeLists.txt
2694 in order to build gtest. However it looks ThirdParty/test/CMakeLists.txt won't be used anymore.
2695 So this patch moves cmake/gtest/CMakeLists.txt to ThirdPart/test/CMakeLists.txt, and use it.
2697 * Source/CMakeLists.txt:
2698 * Source/cmake/gtest/CMakeLists.txt: Removed.
2700 2015-03-27 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2702 [CMake] Remove unnecessary INCLUDE_IF_EXISTS macro
2703 https://bugs.webkit.org/show_bug.cgi?id=143138
2705 Reviewed by Csaba Osztrogonác.
2707 INCLUDE_IF_EXISTS isn't used except for 2 places. However those uses can
2708 be replaced with WEBKIT_INCLUDE_CONFIG_FILES_IF_EXISTS.
2710 * Source/cmake/OptionsWindows.cmake:
2711 Set "PORT" instead of "PORT_FALLBACK" because there is no benefit to define PORT_FALLBACK.
2712 * Source/cmake/WebKitMacros.cmake:
2714 2015-03-27 Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
2716 [GStreamer] share GL context in pipeline, part 2
2717 https://bugs.webkit.org/show_bug.cgi?id=143049
2719 Reviewed by Carlos Garcia Campos.
2721 * Source/cmake/OptionsGTK.cmake: USE_GSTREAMER_GL is set only if
2722 OpenGL/ES2 is found and GLX/EGL is found too.
2724 2015-03-26 Alex Christensen <achristensen@webkit.org>
2726 Progress towards CMake on Mac.
2727 https://bugs.webkit.org/show_bug.cgi?id=143112
2729 Reviewed by Chris Dumez.
2731 * Source/cmake/OptionsMac.cmake:
2733 2015-03-24 Csaba Osztrogonác <ossy@webkit.org>
2735 [EFL] Add OpenWebRTC in jhbuild
2736 https://bugs.webkit.org/show_bug.cgi?id=142778
2738 Reviewed by Gyuyoung Kim.
2740 Original patch by Philippe Normand <pnormand@igalia.com>
2742 * Source/cmake/OptionsEfl.cmake: Look for OpenWebRTC library if
2743 mediastream build is enabled.
2745 2015-03-23 Carlos Garcia Campos <cgarcia@igalia.com>
2747 [GTK] Add a configure option to build without Redirected XComposite Window
2748 https://bugs.webkit.org/show_bug.cgi?id=142865
2750 Reviewed by Žan Doberšek.
2752 The Redirected XComposite Window was added to support some
2753 features like GtkOverlay, but in cases where we don't need such
2754 features, it's more efficient to use the XID of the WebKitWebView
2755 window as the native surface handle for the accelerated
2756 compositing. This patch adds USE_REDIRECTED_XCOMPOSITE_WINDOW,
2757 that is enabled by default for X11 target when OpenGL is enabled.
2759 * Source/cmake/OptionsGTK.cmake:
2761 2015-03-20 Zan Dobersek <zdobersek@igalia.com>
2763 [GTK] Search for the Wayland dependency when enabling Wayland target
2764 https://bugs.webkit.org/show_bug.cgi?id=142876
2766 Reviewed by Carlos Garcia Campos.
2768 * Source/cmake/OptionsGTK.cmake: The Wayland dependency isn't a public
2769 requirement of either the GTK+ or GDK pkg-config files, so we have to
2770 search for it ourselves when WebKitGTK+ has been configured to support
2771 the Wayland windowing target.
2773 2015-03-20 Csaba Osztrogonác <ossy@webkit.org>
2775 Unreviewed, kick the GTK bots to regenerate makefile.
2776 https://bugs.webkit.org/show_bug.cgi?id=137394
2778 * Source/cmake/OptionsEfl.cmake: Revert my last accidenatal change.
2779 * Source/cmake/OptionsGTK.cmake: Really kick the GTK bots.
2781 2015-03-20 Csaba Osztrogonác <ossy@webkit.org>
2783 Unreviewed, kick the GTK bots to regenerate makefile.
2784 https://bugs.webkit.org/show_bug.cgi?id=137394
2786 * Source/cmake/OptionsEfl.cmake:
2788 2015-03-19 Csaba Osztrogonác <ossy@webkit.org>
2790 [GTK] Fix inspector userinterface related incremental build issue
2791 https://bugs.webkit.org/show_bug.cgi?id=142849
2793 Reviewed by Carlos Garcia Campos.
2795 * Source/cmake/OptionsGTK.cmake: Revert r181733.
2797 2015-03-18 Csaba Osztrogonác <ossy@webkit.org>
2799 Unreviewed, kick the GTK bots to regenerate makefile.
2801 * Source/cmake/OptionsGTK.cmake:
2803 2015-03-17 Ryuan Choi <ryuan.choi@navercorp.com>
2805 [EFL] Expose JavaScript binding interface through ewk_extension
2806 https://bugs.webkit.org/show_bug.cgi?id=142033
2808 Reviewed by Gyuyoung Kim.
2810 * Source/cmake/OptionsEfl.cmake: Added HEADER_INSTALL_DIR variable.
2812 2015-03-17 Philippe Normand <pnormand@igalia.com>
2814 [GTK] basic OpenWebRTC build support
2815 https://bugs.webkit.org/show_bug.cgi?id=142393
2817 Reviewed by Carlos Garcia Campos.
2819 * Source/cmake/FindOpenWebRTC.cmake: Added.
2820 * Source/cmake/OptionsGTK.cmake: Look for OpenWebRTC library if
2821 mediastream build is enabled.
2823 2015-03-17 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2825 [CMake][EFL] Build test tools only for developer mode
2826 https://bugs.webkit.org/show_bug.cgi?id=142761
2828 Reviewed by Csaba Osztrogonác.
2830 Do not build EFL MiniBrowser, WebKitTestRunner, and ImageDiff on production mode.
2832 * Source/cmake/OptionsEfl.cmake:
2833 * Source/cmake/OptionsGTK.cmake: Move ENABLE_MINIBROWSER to common place.
2834 * Source/cmake/WebKitFeatures.cmake: Define ENABLE_MINIBROWSER variable.
2835 * Source/cmakeconfig.h.cmake:
2837 2015-03-16 Ryosuke Niwa <rniwa@webkit.org>
2839 Enable ES6 classes by default
2840 https://bugs.webkit.org/show_bug.cgi?id=142774
2842 Reviewed by Gavin Barraclough.
2844 * Source/cmake/WebKitFeatures.cmake:
2846 2015-03-16 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2848 [CMake][EFL] Rearrange OptionEFL.cmake to improve readability
2849 https://bugs.webkit.org/show_bug.cgi?id=142722
2851 Reviewed by Csaba Osztrogonác.
2853 Categorize to define cmake variables, to find necessary packages,
2854 use upper case for "glib_conponents" cmake variable name, re-arrange
2855 wrong alphabet sorting, and so on.
2857 * CMakeLists.txt: Remove WinCE port.
2858 * Source/cmake/OptionsEfl.cmake:
2860 2015-03-14 Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
2862 [GStreamer] share GL context in pipeline
2863 https://bugs.webkit.org/show_bug.cgi?id=142693
2865 Reviewed by Philippe Normand.
2867 Add search of gstreamer-gl library in the GStreamer installation. If
2868 it is found, WTF_USE_GSTREAMER_GL macro is defined.
2870 * Source/cmake/FindGStreamer.cmake:
2871 * Source/cmake/OptionsGTK.cmake:
2873 2015-03-13 Alex Christensen <achristensen@webkit.org>
2875 Progress towards CMake on Mac.
2876 https://bugs.webkit.org/show_bug.cgi?id=142680
2878 Reviewed by Gyuyoung Kim.
2881 * Source/PlatformMac.cmake: Added stub.
2882 * Source/cmake/OptionsMac.cmake:
2883 Change defines to get CMake working.
2885 2015-03-11 Carlos Garcia Campos <cgarcia@igalia.com>
2887 [GTK] Add an option to enable MiniBrowser for non developer builds and always install it
2888 https://bugs.webkit.org/show_bug.cgi?id=126688
2890 Reviewed by Gustavo Noronha Silva.
2892 Add ENABLE_MINIBROWSER option, enabled by default for development
2893 builds and disabled for production builds unless explicilty enabled.
2895 * Source/cmake/OptionsGTK.cmake:
2897 2015-03-11 Carlos Garcia Campos <cgarcia@igalia.com>
2899 [GTK] Do not look for child processes in the UI process binary path
2900 https://bugs.webkit.org/show_bug.cgi?id=135752
2902 Reviewed by Gustavo Noronha Silva.
2904 * Source/cmake/OptionsGTK.cmake: Add -DDEVELOPMENT_BUILD=1 to the
2905 build for development builds.
2907 2015-03-10 Carlos Garcia Campos <cgarcia@igalia.com> and José Dapena Paz <jdapena@igalia.com>
2909 [GTK] Add a configure option to build with OpenGL ES 2
2910 https://bugs.webkit.org/show_bug.cgi?id=142498
2912 Reviewed by Martin Robinson.
2914 Add ENABLE_GLES2 option. It's disabled by default, but if passed
2915 GLES2 is required and OpenGL is not even searched. Otherwise we
2916 search for OpenGL as usual, using it only if present.
2918 * Source/cmake/OptionsGTK.cmake:
2920 2015-03-10 Csaba Osztrogonác <ossy@webkit.org>
2922 [cmake] Handle unused parameter warnings as build errors except in WebKit2
2923 https://bugs.webkit.org/show_bug.cgi?id=142338
2925 Reviewed by Gyuyoung Kim.
2927 * Source/cmake/WebKitHelpers.cmake:
2929 2015-03-03 Daniel Bates <dabates@apple.com>
2931 Convert ManualTests/svg-tooltip.svg to a DRT test
2932 https://bugs.webkit.org/show_bug.cgi?id=140480
2934 Reviewed by Alex Christensen.
2936 * ManualTests/svg-tooltip.svg: Removed.
2938 2015-03-02 Debarshi Ray <debarshir@gnome.org>
2940 REGRESSION(r179409): [GTK] Undefined symbol prevents web extensions from being loaded
2941 https://bugs.webkit.org/show_bug.cgi?id=142165
2943 Reviewed by Carlos Garcia Campos.
2945 * Source/cmake/gtksymbols.filter:
2947 2015-02-26 Csaba Osztrogonác <ossy@webkit.org>
2949 [EFL] Remove unnecessary comment after r179110
2950 https://bugs.webkit.org/show_bug.cgi?id=142042
2952 Reviewed by Gyuyoung Kim.
2954 * Source/cmake/OptionsEfl.cmake:
2956 2015-02-23 Tomas Popela <tpopela@redhat.com>
2958 [GTK] Fails to compile with cmake 3.2.x
2959 https://bugs.webkit.org/show_bug.cgi?id=141796
2961 With cmake 3.2.x we have to explicitly ask for X11 otherwise the
2962 X11_X11_LIB variable won't be set thus the X11 linker flags won't be
2963 added and the build will fail.
2965 Reviewed by Martin Robinson.
2967 * Source/cmake/OptionsGTK.cmake:
2969 2015-02-20 Alexey Proskuryakov <ap@apple.com>
2971 Remove svn:keywords property.
2973 As far as I can tell, the property had no effect on any of these files, but also,
2974 when it has effect it's likely harmful.
2976 * ManualTests/animation-with-transition.html: Removed property svn:keywords.
2977 * ManualTests/blur-filter-timing.html: Removed property svn:keywords.
2978 * ManualTests/compositing/caret-in-compositing-frame.html: Removed property svn:keywords.
2979 * ManualTests/compositing/font-smoothing.html: Removed property svn:keywords.
2980 * ManualTests/compositing/missing-iframe-contents.html: Removed property svn:keywords.
2981 * ManualTests/compositing/requires-backing-change.html: Removed property svn:keywords.
2982 * ManualTests/compositing/resources/composited-subframe.html: Removed property svn:keywords.
2983 * ManualTests/compositing/resources/editable-compositing-subframe.html: Removed property svn:keywords.
2984 * ManualTests/frames/nested-iframe-blit-on-scroll.html: Removed property svn:keywords.
2985 * ManualTests/frames/resources/blit-on-scroll-subframe.html: Removed property svn:keywords.
2986 * ManualTests/frames/resources/blit-on-scroll-subsubframe.html: Removed property svn:keywords.
2987 * ManualTests/plugins/plugin-paint-causes-layout.html: Removed property svn:keywords.
2988 * ManualTests/screen-availLeft.html: Removed property svn:keywords.
2989 * ManualTests/transition-accelerated.html: Removed property svn:keywords.
2991 2015-02-17 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2993 [CMAKE] Remove CMakeLists.txt in WK1 port
2994 https://bugs.webkit.org/show_bug.cgi?id=141617
2996 Reviewed by Anders Carlsson.
2998 Nobody uses CMake in WK1 port. Remove it.
3002 2015-02-13 Csaba Osztrogonác <ossy@webkit.org>
3004 Unreviewed, remove empty directories.
3006 * ManualTests/qt: Removed.
3008 2015-02-11 Carlos Alberto Lopez Perez <clopez@igalia.com>
3010 [CMake] Don't set flag fuse-ld on the C/C++ compiler flags, but on the linker flags.
3011 https://bugs.webkit.org/show_bug.cgi?id=141481
3013 Reviewed by Csaba Osztrogonác.
3015 * Source/cmake/OptionsCommon.cmake: Move -fuse-ld=gold to the linker flags.
3017 2015-02-11 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3019 [EFL][GTK] Use bmalloc instead of tcmalloc
3020 https://bugs.webkit.org/show_bug.cgi?id=140162
3022 Reviewed by Carlos Garcia Campos.
3024 Add bmalloc directory to build list.
3026 * CMakeLists.txt: Define BMALLOC_DIR directory.
3027 * Source/CMakeLists.txt: Add bmalloc path to sub-directories list.
3029 2015-02-11 Carlos Garcia Campos <cgarcia@igalia.com>
3031 [GTK] Add default color chooser implementation using GtkColorChooserDialog
3032 https://bugs.webkit.org/show_bug.cgi?id=141392
3034 Reviewed by Gustavo Noronha Silva.
3036 Enable INPUT_TYPE_COLOR by default for GTK+ port.
3038 * Source/cmake/OptionsGTK.cmake:
3040 2015-02-09 Sergio Villar Senin <svillar@igalia.com>
3042 ASSERTION FAILED: resolvedInitialPosition <= resolvedFinalPosition in WebCore::GridSpan::GridSpan
3043 https://bugs.webkit.org/show_bug.cgi?id=141328
3045 Reviewed by Darin Adler.
3047 Added as manual test because it involves a huge grid allocation
3048 which is very slow on Debug bots, the only ones capable to trigger
3051 * ManualTests/css-grid-layout-item-with-huge-span-crash.html: Added.
3053 2015-02-05 Youenn Fablet <youenn.fablet@crf.canon.fr> and Xabier Rodriguez Calvar <calvaris@igalia.com>
3055 [Streams API] Implement a barebone ReadableStream interface
3056 https://bugs.webkit.org/show_bug.cgi?id=141045
3058 Reviewed by Benjamin Poulain.
3060 * Source/cmake/WebKitFeatures.cmake:
3061 * Source/cmakeconfig.h.cmake: Made streams API compilation on by default.
3063 2015-02-02 Filip Pizlo <fpizlo@apple.com>
3065 Revert accidental change in r179490.
3069 2015-02-02 Filip Pizlo <fpizlo@apple.com>
3071 Unreviewed, revert accidental change to Makefile.shared in r179478
3075 2015-01-28 Carlos Alberto Lopez Perez <clopez@igalia.com>
3077 [CMake] Minimum python version should be 2.7.
3078 https://bugs.webkit.org/show_bug.cgi?id=140997
3080 Reviewed by Csaba Osztrogonác.
3084 2015-01-26 Nikos Andronikos <nikos.andronikos-webkit@cisra.canon.com.au>
3086 Apply feTurbulence spec change to fix zero length vector generation
3087 https://bugs.webkit.org/show_bug.cgi?id=140812
3089 Reviewed by Darin Adler.
3091 Recently a bug with the turbulence algorithm was corrected in the
3092 Filter Effects specification.
3093 For some seed values this bug allowed zero length vectors to be generated.
3094 This resulted in large solid color squares being present in the generated image.
3095 The feTurbulence algorithm was updated to reject zero length vectors. This patch
3096 applies that change in WebCore.
3098 Test: svg/filters/feTurbulence_bad_seeds.html
3100 * platform/graphics/filters/FETurbulence.cpp:
3101 (WebCore::FETurbulence::initPaint):
3102 Added rejection sampling during vector generation to avoid zero length vectors.
3104 2015-01-26 Csaba Osztrogonác <ossy@webkit.org>
3106 [cmake] Remove compiler version calculate cruft
3107 https://bugs.webkit.org/show_bug.cgi?id=140885
3109 Reviewed by Darin Adler.
3111 * Source/cmake/WebKitHelpers.cmake:
3113 2015-01-26 Csaba Osztrogonác <ossy@webkit.org>
3115 [cmake] Stop compiling with -Wno-error=uninitialized and -Wno-error=literal-suffix
3116 https://bugs.webkit.org/show_bug.cgi?id=140886
3118 Reviewed by Žan Doberšek.
3120 * Source/cmake/WebKitHelpers.cmake:
3122 2015-01-26 Michael Catanzaro <mcatanzaro@igalia.com>
3124 [GTK] gtkdoc does not appear in DevHelp
3125 https://bugs.webkit.org/show_bug.cgi?id=139369
3127 Reviewed by Philippe Normand.
3129 Expect the gtkdoc to be generated in folders named with the API version.
3131 * Source/PlatformGTK.cmake:
3133 2015-01-26 Zan Dobersek <zdobersek@igalia.com>
3135 [EFL][GTK] Stop compiling with fno-omit-frame-pointer, -fno-tree-dce
3136 https://bugs.webkit.org/show_bug.cgi?id=140609
3138 Reviewed by Csaba Osztrogonác.
3140 The latest releases of GCC versions 4.7, 4.8 and 4.9 all compile and
3141 run JSC tests fine without the -fno-tree-dce and -fno-omit-frame-pointer
3142 compilation flags. Those were added after the jsCStack branch merge, but
3143 can now be removed since the -ftree-dce issues were fixed in GCC, and
3144 changes in r173282 and r173298 again enable compiling with -fomit-frame-pointer.
3146 * Source/cmake/OptionsEfl.cmake:
3147 * Source/cmake/OptionsGTK.cmake:
3149 2015-01-26 Commit Queue <commit-queue@webkit.org>
3151 Unreviewed, rolling out r179107.
3152 https://bugs.webkit.org/show_bug.cgi?id=140880
3154 The GCC in the bots doesn't support the AsyncTask
3155 implementation (Requested by KaL on #webkit).
3159 "[GTK] Enable IndexedDB"
3160 https://bugs.webkit.org/show_bug.cgi?id=98932
3161 http://trac.webkit.org/changeset/179107
3163 2015-01-25 Carlos Garcia Campos <cgarcia@igalia.com>
3165 [GTK] Enable IndexedDB
3166 https://bugs.webkit.org/show_bug.cgi?id=98932
3168 Reviewed by Žan Doberšek.
3170 * Source/cmake/OptionsGTK.cmake: Enable DATABASE_PROCESS and INDEXED_DATABASE.
3171 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_DATABASE_PROCESS.
3173 2015-01-23 Carlos Garcia Campos <cgarcia@igalia.com>
3175 [GTK] Add initial database process support
3176 https://bugs.webkit.org/show_bug.cgi?id=139491
3178 Reviewed by Sergio Villar Senin.
3180 * Source/cmake/OptionsGTK.cmake: Set WebKit2_DatabaseProcess_OUTPUT_NAME.
3182 2015-01-22 Ryosuke Niwa <rniwa@webkit.org>
3184 Add a build flag for ES6 class syntax
3185 https://bugs.webkit.org/show_bug.cgi?id=140760
3187 Reviewed by Michael Saboff.
3189 * Source/cmake/WebKitFeatures.cmake:
3190 * Source/cmakeconfig.h.cmake:
3192 2015-01-21 Csaba Osztrogonác <ossy@webkit.org>
3194 [EFL][WK2] EFL MiniBrowser doesn't run because shared library is not found
3195 https://bugs.webkit.org/show_bug.cgi?id=140049
3197 Reviewed by Gyuyoung Kim.
3199 * Source/cmake/OptionsCommon.cmake:
3201 2015-01-21 Csaba Osztrogonác <ossy@webkit.org>
3203 Remove ENABLE(INSPECTOR) ifdef guards
3204 https://bugs.webkit.org/show_bug.cgi?id=140668
3206 Reviewed by Darin Adler.
3208 * Source/PlatformEfl.cmake:
3209 * Source/cmake/OptionsEfl.cmake:
3210 * Source/cmake/OptionsGTK.cmake:
3211 * Source/cmake/OptionsMac.cmake:
3212 * Source/cmake/WebKitFeatures.cmake:
3213 * Source/cmakeconfig.h.cmake:
3215 2015-01-20 Carlos Garcia Campos <cgarcia@igalia.com>
3217 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.4 release.
3219 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
3221 2015-01-19 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3223 [CMAKE] Fix cmake warning
3224 https://bugs.webkit.org/show_bug.cgi?id=140497
3226 Reviewed by Gustavo Noronha Silva.
3228 r173155 already tried to fix cmake warning though, the warning is still exist.
3229 CMAKE_LINK_INTERFACE_LIBRARIES seems to cause this warning. Individual target is
3230 already set for their libraries though, INTERFACE_LINK_LIBRARIES contains the list
3231 of transitive link dependencies, and CMAKE_LINK_INTERFACE_LIBRARIES can override
3232 the INTERFACE_LINK_LIBRARIES property when CMP0022 is not set. CMake warns this override.
3233 To avoid it, EFL port doesn't set CMAKE_LINK_INTERFACE_LIBRARIES.
3237 2015-01-19 Michael Catanzaro <mcatanzaro@igalia.com>
3239 [GTK] Generate the make dist manifest from a CMake template file
3240 https://bugs.webkit.org/show_bug.cgi?id=139387
3242 Reviewed by Martin Robinson.
3244 Generate manifest.txt from manifest.txt.in. Only expose the dist and
3245 distcheck targets for developer builds, as they won't work when
3246 building from a tarball because the manifest is not distributed.
3248 * Source/PlatformGTK.cmake:
3250 2015-01-15 Csaba Osztrogonác <ossy@webkit.org>
3252 Remove ENABLE(SQL_DATABASE) guards
3253 https://bugs.webkit.org/show_bug.cgi?id=140434
3255 Reviewed by Darin Adler.
3257 * Source/cmake/OptionsMac.cmake:
3258 * Source/cmake/WebKitFeatures.cmake:
3259 * Source/cmakeconfig.h.cmake:
3261 2015-01-11 Sam Weinig <sam@webkit.org>
3263 Remove support for SharedWorkers
3264 https://bugs.webkit.org/show_bug.cgi?id=140344
3266 Reviewed by Anders Carlsson.
3268 * Source/cmake/OptionsEfl.cmake:
3269 * Source/cmake/OptionsGTK.cmake:
3270 * Source/cmake/OptionsMac.cmake:
3271 * Source/cmake/WebKitFeatures.cmake:
3272 * Source/cmakeconfig.h.cmake:
3274 2015-01-10 Dan Bernstein <mitz@apple.com>
3276 [Xcode, iOS] Files are recompiled when alternating between using make and the Xcode IDE
3277 https://bugs.webkit.org/show_bug.cgi?id=140339
3279 Reviewed by Mark Rowe.
3281 * Makefile.shared: Run xcodebuild with the same PATH with which the Xcode IDE runs. This
3282 prevents unnecessary rebuilding due to PATH differences.
3284 2015-01-07 Gwang Yoon Hwang <yoon@igalia.com>
3286 [GTK][ThreadedCompositor] Add support for threaded compositor.
3287 https://bugs.webkit.org/show_bug.cgi?id=118265
3289 Reviewed by Martin Robinson.
3291 Added the ENABLE_THREADED_COMPOSITOR feature flag to the cmake and
3292 autotools build systems. The feature is disabled by default.
3293 And remove deprecated the WTF_USE_TILED_BACKING_STORE feature flag
3294 from the feature flags.
3296 * Source/cmake/OptionsEfl.cmake:
3297 * Source/cmake/OptionsGTK.cmake:
3298 * Source/cmake/WebKitFeatures.cmake:
3299 * Source/cmakeconfig.h.cmake:
3301 2014-12-23 Alexey Proskuryakov <ap@apple.com>
3303 Simplify building with ASan
3304 https://bugs.webkit.org/show_bug.cgi?id=139916
3306 Reviewed by Mark Rowe.
3308 * Makefile.shared: Invoke set-webkit-configuration to store ASan choice as appropriate.
3310 2014-12-16 Carlos Garcia Campos <cgarcia@igalia.com>
3312 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.3 release.
3314 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
3316 2014-12-10 Jon Honeycutt <jhoneycutt@apple.com>
3318 Null dereference performing a "TapAndAHalf" gesture in Google search field
3320 <https://bugs.webkit.org/show_bug.cgi?id=139506>
3321 <rdar://problem/19028828>
3323 Reviewed by Darin Adler.
3325 * ManualTests/ios/tap-and-a-half-gesture-in-empty-text-field.html: Added.
3327 2014-12-10 Dean Jackson <dino@apple.com>
3329 Blur filter performance test doesn't provide results
3330 https://bugs.webkit.org/show_bug.cgi?id=139462
3332 Reviewed by Sam Weinig.
3334 This can't currently work under our performance test
3335 infrastructure. Move it to a manual test to avoid
3336 putting FAILures into the results.
3338 * ManualTests/blur-filter-timing.html: Renamed from PerformanceTests/Interactive/blur-filter-timing.html.
3340 2014-12-09 Gustavo Noronha Silva <gustavo.noronha@collabora.com>
3342 [GTK][WK2] Add HTML5 Notifications support
3343 https://bugs.webkit.org/show_bug.cgi?id=61140
3345 Reviewed by Carlos Garcia Campos.
3347 * Source/cmake/FindLibNotify.cmake: Added.
3348 * Source/cmake/OptionsGTK.cmake: add option to enable notifications, look for
3349 libnotify and use it for a default implementation when found.
3351 2014-12-09 Bem Jones-Bey <bjonesbe@adobe.com>
3353 REGRESSION(r155906): Page content disappears on Tuaw article after loading
3354 https://bugs.webkit.org/show_bug.cgi?id=138100
3356 Reviewed by Simon Fraser.
3358 DRT causes an extra paint which makes it impossible to test this with
3361 * ManualTests/float-layer-not-painting.html: Added.
3363 2014-12-07 Alberto Garcia <berto@igalia.com>
3365 [GTK] WebKit has a new required dependency on GnuTLS
3366 https://bugs.webkit.org/show_bug.cgi?id=136158
3368 Reviewed by Martin Robinson.
3370 Detect if GnuTLS is installed and enable or disable subtle crypto
3371 support accordingly.
3373 * Source/cmake/OptionsGTK.cmake:
3375 2014-12-07 Carlos Garcia Campos <cgarcia@igalia.com>
3377 [GTK] Missing API detected in GObject DOM bindings after r176630
3378 https://bugs.webkit.org/show_bug.cgi?id=139201
3380 Reviewed by Gustavo Noronha Silva.
3382 Change GENERATE_BINDINGS macro to receive a list of optional
3383 additional dependencies, so that we can add more dependecies
3384 without having to change the macro.
3386 * Source/cmake/WebKitMacros.cmake:
3388 2014-12-05 Simon Fraser <simon.fraser@apple.com>
3390 Programmatic scrolling and content changes are not always synchronized
3391 https://bugs.webkit.org/show_bug.cgi?id=139245
3392 rdar://problem/18833612
3394 Reviewed by Anders Carlsson.
3396 Manual test that tries to sync layout with programmatic scrolling.
3398 * ManualTests/programmatic-scroll-flicker.html: Added.
3400 2014-12-04 Alberto Garcia <berto@igalia.com>
3402 can not find cairo-gl.h when build webkit with gtk on ubuntu 14.04
3403 https://bugs.webkit.org/show_bug.cgi?id=136576
3405 Reviewed by Carlos Garcia Campos.
3407 CMake should complain if Accelerated 2D Canvas is explicitly
3408 enabled but cairo-gl is not found.
3410 * Source/cmake/OptionsGTK.cmake:
3412 2014-12-03 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
3414 [EFL] Add subtle crypto to the build system
3415 https://bugs.webkit.org/show_bug.cgi?id=138612
3417 Reviewed by Csaba Osztrogonác.
3419 * Source/cmake/OptionsEfl.cmake:
3421 2014-12-01 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3423 [EFL] Add a ENABLE_CSS_SCROLL_SNAP macro to CMake build system
3424 https://bugs.webkit.org/show_bug.cgi?id=139085
3426 Reviewed by Andreas Kling.
3428 * Source/cmake/OptionsEfl.cmake: Add ENABLE_CSS_SCROLL_SNAP.
3429 * Source/cmake/WebKitFeatures.cmake: ditto.
3430 * Source/cmakeconfig.h.cmake: ditto.
3432 2014-11-30 Ryuan Choi <ryuan.choi@navercorp.com>
3434 [EFL] Drop support for the EFL 1.7
3435 https://bugs.webkit.org/show_bug.cgi?id=139114
3437 Reviewed by Gyuyoung Kim.
3439 * Source/cmake/EFLHelpers.cmake: Removed.
3440 * Source/cmake/FindEcore.cmake: Removed.
3441 * Source/cmake/FindEdje.cmake: Removed.
3442 * Source/cmake/FindEet.cmake: Removed.
3443 * Source/cmake/FindEeze.cmake: Removed.
3444 * Source/cmake/FindEfreet.cmake: Removed.
3445 * Source/cmake/FindEina.cmake: Removed.
3446 * Source/cmake/FindElementary.cmake: Removed.
3447 * Source/cmake/FindEvas.cmake: Removed.
3448 * Source/cmake/OptionsEfl.cmake:
3450 2014-11-28 Philippe Normand <pnormand@igalia.com>
3452 [CMake] Build failure against GStreamer git master
3453 https://bugs.webkit.org/show_bug.cgi?id=138872
3455 Reviewed by Csaba Osztrogon.
3457 * Source/cmake/FindGStreamer.cmake: Simplified the
3458 FIND_GSTREAMER_COMPONENT macro. Trust pkg-config for include
3459 headers lookup, there's no need to do this manually. Also
3460 explicitely check the version specified in GStreamer_FIND_VERSION.
3462 2014-11-27 Ryuan Choi <ryuan.choi@navercorp.com>
3464 [EFL] Remove E_Dbus dependency
3465 https://bugs.webkit.org/show_bug.cgi?id=136355
3467 Reviewed by Gyuyoung Kim.
3469 * Source/cmake/FindE_DBus.cmake: Removed.
3470 * Source/cmake/OptionsEfl.cmake:
3472 2014-11-24 Carlos Garcia Campos <cgarcia@igalia.com>
3474 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.1 release.
3476 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
3478 2014-11-20 Csaba Osztrogonác <ossy@webkit.org>
3480 [CMake] Use ld.gold if it is available to speedup builds
3481 https://bugs.webkit.org/show_bug.cgi?id=137953
3483 Reviewed by Carlos Garcia Campos.
3485 * Source/cmake/OptionsCommon.cmake:
3487 2014-11-19 Akos Kiss <akiss@inf.u-szeged.hu>
3489 Fix the detection of toolchain support for Cortex-A53 erratum 835769 workaround
3490 https://bugs.webkit.org/show_bug.cgi?id=138840
3492 Reviewed by Csaba Osztrogonác.
3494 * Source/cmake/OptionsCommon.cmake:
3496 2014-11-13 Csaba Osztrogonác <ossy@webkit.org>
3498 Remove Source/Platform cruft
3499 https://bugs.webkit.org/show_bug.cgi?id=138658
3501 Reviewed by Anders Carlsson.
3504 * Source/Platform: Removed.
3506 2014-11-10 Akos Kiss <akiss@inf.u-szeged.hu>
3508 Enable Cortex-A53-specific code paths by default if core is detected.
3509 https://bugs.webkit.org/show_bug.cgi?id=138499
3511 Reviewed by Csaba Osztrogonác.
3513 On ARM64/Linux, check /proc/cpuinfo for CPU part 0xd03 (signaling
3514 Cortex-A53) and set the initial value of WTF_CPU_ARM64_CORTEXA53 to true
3517 Since on ARM64/Linux the part number that cpuinfo reports depends on
3518 the core the query is run on, the check is bound to and executed on the
3519 available cores one by one.
3521 * Source/cmake/OptionsCommon.cmake:
3523 2014-11-10 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
3525 [EFL] Remove unnecessary version check from OptionsEfl.cmake
3526 https://bugs.webkit.org/show_bug.cgi?id=138498
3528 Reviewed by Csaba Osztrogonác.
3530 * Source/cmake/OptionsEfl.cmake:
3532 2014-11-07 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
3534 [EFL] Require at least EFL 1.9 if ENABLE(ACCESSIBILITY) after r175098
3535 https://bugs.webkit.org/show_bug.cgi?id=138465
3537 Reviewed by Gyuyoung Kim.
3539 * Source/cmake/OptionsEfl.cmake:
3541 2014-11-03 Dean Jackson <dino@apple.com>
3543 Add ENABLE_FILTERS_LEVEL_2 feature guard.
3544 https://bugs.webkit.org/show_bug.cgi?id=138362
3546 Reviewed by Tim Horton.
3548 Add a new feature define for Level 2 of CSS Filters.
3549 http://dev.w3.org/fxtf/filters-2/
3551 * Source/cmake/OptionsEfl.cmake:
3552 * Source/cmake/OptionsGTK.cmake:
3553 * Source/cmake/OptionsMac.cmake:
3554 * Source/cmake/WebKitFeatures.cmake:
3555 * Source/cmakeconfig.h.cmake:
3557 2014-11-03 Akos Kiss <akiss@inf.u-szeged.hu>
3559 Workaround for Cortex-A53 erratum 835769
3560 https://bugs.webkit.org/show_bug.cgi?id=138315
3562 Reviewed by Filip Pizlo.
3564 This patch introduces CMake variable and preprocessor macro
3565 WTF_CPU_ARM64_CORTEXA53 with the aim of enabling Cortex-A53-specific
3566 code paths, if set true.
3568 * Source/cmake/OptionsCommon.cmake:
3569 Add -mfix-cortex-a53-835769 to the compiler flags if compiler supports
3571 * Source/cmakeconfig.h.cmake:
3572 #cmakedefine01 for WTF_CPU_ARM64_CORTEXA53
3574 2014-11-02 Akos Kiss <akiss@inf.u-szeged.hu>
3576 [GTK] Fix the build of FTL JIT
3577 https://bugs.webkit.org/show_bug.cgi?id=138298
3579 Reviewed by Carlos Garcia Campos.
3581 * Source/cmake/OptionsGTK.cmake:
3582 Remove the need for the LIBCXXABI package.
3584 2014-11-01 Carlos Garcia Campos <cgarcia@igalia.com>
3586 REGRESSION(CMake): Make it possible to build without introspection
3587 https://bugs.webkit.org/show_bug.cgi?id=138006
3589 Reviewed by Philippe Normand.
3591 Add ENABLE_INTROSPECTION option.
3593 * Source/PlatformGTK.cmake: Dot not add gir global target if
3594 introspection is disabled.
3595 * Source/cmake/OptionsGTK.cmake: Do not add gir individual targets if
3596 introspection is disabled.
3598 2014-10-31 Adrian Perez de Castro <aperez@igalia.com>
3600 [GTK] Support script message handlers WebKitUserContentManager
3601 https://bugs.webkit.org/show_bug.cgi?id=133730
3603 Reviewed by Carlos Garcia Campos.
3605 Support user script message handlers in WebKitUserContentManager.
3606 This needs building with ENABLE_USER_MESSAGE_HANDLERS, for which
3607 an option is added to the CMake build files. The option is disabled
3608 globally by default, and the WebKitGTK port enables it. On the API
3609 level, two new methods to register and unregister names are provided
3610 in the "window.webkit" namespace, and on message reception the
3611 "WebKitUserContentManager::script-message-received" signal is
3612 emitted, using the registered names as signal detail.
3614 * Source/cmake/OptionsGTK.cmake: For the GTK port, enable the
3615 ENABLE_USER_MESSAGE_HANDLERS feature by default.
3616 * Source/cmake/WebKitFeatures.cmake: Add feature description for
3617 ENABLE_USER_MESSAGE_HANDLERS, disabled by default.
3619 2014-10-29 Raphael Kubo da Costa <rakuco@FreeBSD.org>
3621 [GTK] Bump libsoup's minimum version to 2.42.0.
3622 https://bugs.webkit.org/show_bug.cgi?id=138086
3624 Reviewed by Martin Robinson.
3626 The SOUP_CHECK_VERSION macro was added in libsoup 2.41.1, and the
3627 soup-version.h header was added to soup.h in 2.41.4, which then becomes
3628 the minimum version required to build the port these days.
3630 In addition, since the autotools build system required 2.42.0 before
3631 being retired, require the same version here. Version 2.42.0 was also
3633 https://lists.webkit.org/pipermail/webkit-gtk/2013-March/001387.html.
3635 * Source/cmake/OptionsGTK.cmake:
3637 2014-10-28 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
3639 [EFL] Remove unnecessary defines from OptionsEfl.cmake
3640 https://bugs.webkit.org/show_bug.cgi?id=138132
3642 Reviewed by Csaba Osztrogonác.
3644 * Source/cmake/OptionsEfl.cmake:
3646 2014-10-28 Carlos Garcia Campos <cgarcia@igalia.com>
3648 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.1 release.
3650 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
3652 2014-10-21 Ryuan Choi <ryuan.choi@gmail.com>
3654 [EFL] Remove unnecessary ENABLE_3D_RENDERING definition from OptionsEfl.cmake
3655 https://bugs.webkit.org/show_bug.cgi?id=137946
3657 Reviewed by Gyuyoung Kim.
3659 ENABLE_3D_RENDERING is already enabled as WEBKIT_OPTION_DEFAULT_PORT_VALUE since r135813.
3661 * Source/cmake/OptionsEfl.cmake:
3663 2014-10-21 Dániel Bátyai <dbatyai.u-szeged@partner.samsung.com>
3665 Fix FTL Native Inlining for EFL
3666 https://bugs.webkit.org/show_bug.cgi?id=137774
3668 Reviewed by Michael Saboff.
3670 Updated CMake for FTL Native Inlining.
3673 * Source/cmake/FindClang.cmake: Added.
3674 * Source/cmake/OptionsEfl.cmake:
3675 * Source/cmakeconfig.h.cmake:
3677 2014-10-20 Joseph Pecoraro <pecoraro@apple.com>
3679 Web Inspector: Generate all Inspector domains together in JavaScriptCore
3680 https://bugs.webkit.org/show_bug.cgi?id=137748
3682 Reviewed by Brian Burg.
3684 * Source/PlatformEfl.cmake:
3686 2014-10-20 Carlos Garcia Campos <cgarcia@igalia.com>
3688 [GTK] Add initial gestures support
3689 https://bugs.webkit.org/show_bug.cgi?id=137812
3691 Reviewed by Sergio Villar Senin.
3693 Check if the GTK+ version supports gestures or not.
3695 * Source/cmake/FindGTK3.cmake:
3696 * Source/cmake/OptionsGTK.cmake:
3698 2014-10-16 Carlos Garcia Campos <cgarcia@igalia.com>
3700 REGRESSION(CMake): [GTK] WebKitSettings:enable-smooth-scrolling does nothing
3701 https://bugs.webkit.org/show_bug.cgi?id=137781
3703 Reviewed by Martin Robinson.
3705 We used to enable smooth scrolling unconditionally in autotools
3706 (via WebKitFeatures.m4), but since the switch to CMake it's
3707 unconditionally disabled, so changing the setting doesn't have any
3710 * Source/cmake/OptionsGTK.cmake: Enable smooth scrolling.
3712 2014-10-16 Pascal Jacquemart <p.jacquemart@samsung.com>
3714 Removing CUSTOM_PROTOCOLS guard
3715 https://bugs.webkit.org/show_bug.cgi?id=137741
3717 Reviewed by Benjamin Poulain.
3719 * Source/cmake/OptionsEfl.cmake:
3721 2014-10-11 KwangHyuk Kim <hyuki.kim@samsung.com>
3723 [EFL] Enable WebP support.
3724 https://bugs.webkit.org/show_bug.cgi?id=136156
3726 Reviewed by Gyuyoung Kim.
3728 Add WebP package finding rule.
3730 * Source/cmake/OptionsEfl.cmake:
3732 2014-10-07 Pascal Jacquemart <p.jacquemart@samsung.com>
3734 [EFL] Enable custom URI schemes with CustomProtocols
3735 https://bugs.webkit.org/show_bug.cgi?id=128177
3737 Reviewed by Gyuyoung Kim.
3739 Fixing ewk_context_url_scheme_register() ewebkit2 API
3740 rely on r162449 - CustomProtocols implementation from Carlos Garcia Campos
3742 * Source/cmake/OptionsEfl.cmake: Forcing CUSTOM_PROTOCOLS flag
3744 2014-10-01 Michael Catanzaro <mcatanzaro@igalia.com>
3746 Bump version to 2.7.0
3747 https://bugs.webkit.org/show_bug.cgi?id=137301
3749 Rubber-stamped by Carlos Garcia Campos.
3751 * Source/cmake/OptionsGTK.cmake: Bump version numbers
3753 2014-09-30 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3755 [EFL] Rename TEST_THEME_DIR macro
3756 https://bugs.webkit.org/show_bug.cgi?id=137244
3758 Reviewed by Csaba Osztrogonác.
3760 * Source/cmake/OptionsEfl.cmake: Rename TEST_THEME_DIR to DEFAULT_THEME_DIR.
3762 2014-09-27 Dan Bernstein <mitz@apple.com>
3764 WebKit top of tree sources won't build in 10.9 w/ Xcode 6.0.1
3765 https://bugs.webkit.org/show_bug.cgi?id=137053
3767 Reviewed by Mark Rowe.
3769 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
3770 In the build pre-action, pass the --wksi and --llvm options to
3771 copy-webkitlibraries-to-product-directory.
3772 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme: Ditto.
3774 2014-09-26 Carlos Garcia Campos <cgarcia@igalia.com>
3776 [GTK] Enable CSS_IMAGE_SET in production builds
3777 https://bugs.webkit.org/show_bug.cgi?id=137142
3779 Reviewed by Alejandro G. Castro.
3781 This is required by the inspector to show some of the icons that
3782 has a HiDPI variant.
3784 * Source/cmake/OptionsGTK.cmake:
3786 2014-09-25 Carlos Garcia Campos <cgarcia@igalia.com>
3788 [Gtk] build.sh needs a -- before make options when the build command is cmake --build
3789 https://bugs.webkit.org/show_bug.cgi?id=136377
3791 Reviewed by Philippe Normand.
3793 * Source/cmake/OptionsGTK.cmake: Only create the build.sh script
3794 for CMake versions less than 3.
3796 2014-09-25 Csaba Osztrogonác <ossy@webkit.org>
3798 Remove WinCE port from trunk
3799 https://bugs.webkit.org/show_bug.cgi?id=136951
3801 Reviewed by Alex Christensen.
3803 * Source/cmake/OptionsWinCE.cmake: Removed.
3804 * Source/cmake/WebKitPackaging.cmake:
3806 2014-09-17 Renato Nagy <rnagy@inf.u-szeged.hu>
3808 [EFL][GTK] Remove WebKit1 related codes
3809 https://bugs.webkit.org/show_bug.cgi?id=136853
3811 Reviewed by Csaba Osztrogonác.
3813 Gtk and EFL WebKit1 ports no longer exist. Webkit1 related codes were deleted
3816 * Source/PlatformGTK.cmake:
3818 2014-09-16 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
3821 https://bugs.webkit.org/show_bug.cgi?id=136820
3823 Reviewed by Csaba Osztrogonác.
3825 * Source/cmake/FindICU.cmake:
3827 2014-09-15 Zan Dobersek <zdobersek@igalia.com>
3829 [CMake] Remove FIND_PACKAGE_HANDLE_STANDARD_ARGS call for WAYLAND_EGL in FindWayland.cmake
3830 https://bugs.webkit.org/show_bug.cgi?id=136814
3832 Reviewed by Philippe Normand.
3834 * Source/cmake/FindWayland.cmake: This line was committed by mistake.
3835 We bundle the wayland-egl dependency with wayland-client and wayland-server
3836 and store the resulting variables with the WAYLAND_ prefix. Because of this
3837 this line wasn't exporting anything useful.
3839 2014-09-12 Csaba Osztrogonác <ossy@webkit.org>
3841 URTBF after r173574.
3843 * Source/cmake/WebKitMacros.cmake:
3845 2014-09-11 László Langó <llango.u-szeged@partner.samsung.com>
3847 [JavaScriptCore] Fix FTL on platform EFL.
3848 https://bugs.webkit.org/show_bug.cgi?id=133571
3850 Reviewed by Filip Pizlo.
3854 * Source/cmake/FindLIBCXXABI.cmake: Removed.
3855 * Source/cmake/OptionsEfl.cmake:
3857 2014-09-08 Eva Balazsfalvi <evab.u-szeged@p