1 2014-11-20 Csaba Osztrogonác <ossy@webkit.org>
3 [CMake] Use ld.gold if it is available to speedup builds
4 https://bugs.webkit.org/show_bug.cgi?id=137953
6 Reviewed by Carlos Garcia Campos.
8 * Source/cmake/OptionsCommon.cmake:
10 2014-11-19 Akos Kiss <akiss@inf.u-szeged.hu>
12 Fix the detection of toolchain support for Cortex-A53 erratum 835769 workaround
13 https://bugs.webkit.org/show_bug.cgi?id=138840
15 Reviewed by Csaba Osztrogonác.
17 * Source/cmake/OptionsCommon.cmake:
19 2014-11-13 Csaba Osztrogonác <ossy@webkit.org>
21 Remove Source/Platform cruft
22 https://bugs.webkit.org/show_bug.cgi?id=138658
24 Reviewed by Anders Carlsson.
27 * Source/Platform: Removed.
29 2014-11-10 Akos Kiss <akiss@inf.u-szeged.hu>
31 Enable Cortex-A53-specific code paths by default if core is detected.
32 https://bugs.webkit.org/show_bug.cgi?id=138499
34 Reviewed by Csaba Osztrogonác.
36 On ARM64/Linux, check /proc/cpuinfo for CPU part 0xd03 (signaling
37 Cortex-A53) and set the initial value of WTF_CPU_ARM64_CORTEXA53 to true
40 Since on ARM64/Linux the part number that cpuinfo reports depends on
41 the core the query is run on, the check is bound to and executed on the
42 available cores one by one.
44 * Source/cmake/OptionsCommon.cmake:
46 2014-11-10 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
48 [EFL] Remove unnecessary version check from OptionsEfl.cmake
49 https://bugs.webkit.org/show_bug.cgi?id=138498
51 Reviewed by Csaba Osztrogonác.
53 * Source/cmake/OptionsEfl.cmake:
55 2014-11-07 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
57 [EFL] Require at least EFL 1.9 if ENABLE(ACCESSIBILITY) after r175098
58 https://bugs.webkit.org/show_bug.cgi?id=138465
60 Reviewed by Gyuyoung Kim.
62 * Source/cmake/OptionsEfl.cmake:
64 2014-11-03 Dean Jackson <dino@apple.com>
66 Add ENABLE_FILTERS_LEVEL_2 feature guard.
67 https://bugs.webkit.org/show_bug.cgi?id=138362
69 Reviewed by Tim Horton.
71 Add a new feature define for Level 2 of CSS Filters.
72 http://dev.w3.org/fxtf/filters-2/
74 * Source/cmake/OptionsEfl.cmake:
75 * Source/cmake/OptionsGTK.cmake:
76 * Source/cmake/OptionsMac.cmake:
77 * Source/cmake/WebKitFeatures.cmake:
78 * Source/cmakeconfig.h.cmake:
80 2014-11-03 Akos Kiss <akiss@inf.u-szeged.hu>
82 Workaround for Cortex-A53 erratum 835769
83 https://bugs.webkit.org/show_bug.cgi?id=138315
85 Reviewed by Filip Pizlo.
87 This patch introduces CMake variable and preprocessor macro
88 WTF_CPU_ARM64_CORTEXA53 with the aim of enabling Cortex-A53-specific
89 code paths, if set true.
91 * Source/cmake/OptionsCommon.cmake:
92 Add -mfix-cortex-a53-835769 to the compiler flags if compiler supports
94 * Source/cmakeconfig.h.cmake:
95 #cmakedefine01 for WTF_CPU_ARM64_CORTEXA53
97 2014-11-02 Akos Kiss <akiss@inf.u-szeged.hu>
99 [GTK] Fix the build of FTL JIT
100 https://bugs.webkit.org/show_bug.cgi?id=138298
102 Reviewed by Carlos Garcia Campos.
104 * Source/cmake/OptionsGTK.cmake:
105 Remove the need for the LIBCXXABI package.
107 2014-11-01 Carlos Garcia Campos <cgarcia@igalia.com>
109 REGRESSION(CMake): Make it possible to build without introspection
110 https://bugs.webkit.org/show_bug.cgi?id=138006
112 Reviewed by Philippe Normand.
114 Add ENABLE_INTROSPECTION option.
116 * Source/PlatformGTK.cmake: Dot not add gir global target if
117 introspection is disabled.
118 * Source/cmake/OptionsGTK.cmake: Do not add gir individual targets if
119 introspection is disabled.
121 2014-10-31 Adrian Perez de Castro <aperez@igalia.com>
123 [GTK] Support script message handlers WebKitUserContentManager
124 https://bugs.webkit.org/show_bug.cgi?id=133730
126 Reviewed by Carlos Garcia Campos.
128 Support user script message handlers in WebKitUserContentManager.
129 This needs building with ENABLE_USER_MESSAGE_HANDLERS, for which
130 an option is added to the CMake build files. The option is disabled
131 globally by default, and the WebKitGTK port enables it. On the API
132 level, two new methods to register and unregister names are provided
133 in the "window.webkit" namespace, and on message reception the
134 "WebKitUserContentManager::script-message-received" signal is
135 emitted, using the registered names as signal detail.
137 * Source/cmake/OptionsGTK.cmake: For the GTK port, enable the
138 ENABLE_USER_MESSAGE_HANDLERS feature by default.
139 * Source/cmake/WebKitFeatures.cmake: Add feature description for
140 ENABLE_USER_MESSAGE_HANDLERS, disabled by default.
142 2014-10-29 Raphael Kubo da Costa <rakuco@FreeBSD.org>
144 [GTK] Bump libsoup's minimum version to 2.42.0.
145 https://bugs.webkit.org/show_bug.cgi?id=138086
147 Reviewed by Martin Robinson.
149 The SOUP_CHECK_VERSION macro was added in libsoup 2.41.1, and the
150 soup-version.h header was added to soup.h in 2.41.4, which then becomes
151 the minimum version required to build the port these days.
153 In addition, since the autotools build system required 2.42.0 before
154 being retired, require the same version here. Version 2.42.0 was also
156 https://lists.webkit.org/pipermail/webkit-gtk/2013-March/001387.html.
158 * Source/cmake/OptionsGTK.cmake:
160 2014-10-28 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
162 [EFL] Remove unnecessary defines from OptionsEfl.cmake
163 https://bugs.webkit.org/show_bug.cgi?id=138132
165 Reviewed by Csaba Osztrogonác.
167 * Source/cmake/OptionsEfl.cmake:
169 2014-10-28 Carlos Garcia Campos <cgarcia@igalia.com>
171 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.1 release.
173 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
175 2014-10-21 Ryuan Choi <ryuan.choi@gmail.com>
177 [EFL] Remove unnecessary ENABLE_3D_RENDERING definition from OptionsEfl.cmake
178 https://bugs.webkit.org/show_bug.cgi?id=137946
180 Reviewed by Gyuyoung Kim.
182 ENABLE_3D_RENDERING is already enabled as WEBKIT_OPTION_DEFAULT_PORT_VALUE since r135813.
184 * Source/cmake/OptionsEfl.cmake:
186 2014-10-21 Dániel Bátyai <dbatyai.u-szeged@partner.samsung.com>
188 Fix FTL Native Inlining for EFL
189 https://bugs.webkit.org/show_bug.cgi?id=137774
191 Reviewed by Michael Saboff.
193 Updated CMake for FTL Native Inlining.
196 * Source/cmake/FindClang.cmake: Added.
197 * Source/cmake/OptionsEfl.cmake:
198 * Source/cmakeconfig.h.cmake:
200 2014-10-20 Joseph Pecoraro <pecoraro@apple.com>
202 Web Inspector: Generate all Inspector domains together in JavaScriptCore
203 https://bugs.webkit.org/show_bug.cgi?id=137748
205 Reviewed by Brian Burg.
207 * Source/PlatformEfl.cmake:
209 2014-10-20 Carlos Garcia Campos <cgarcia@igalia.com>
211 [GTK] Add initial gestures support
212 https://bugs.webkit.org/show_bug.cgi?id=137812
214 Reviewed by Sergio Villar Senin.
216 Check if the GTK+ version supports gestures or not.
218 * Source/cmake/FindGTK3.cmake:
219 * Source/cmake/OptionsGTK.cmake:
221 2014-10-16 Carlos Garcia Campos <cgarcia@igalia.com>
223 REGRESSION(CMake): [GTK] WebKitSettings:enable-smooth-scrolling does nothing
224 https://bugs.webkit.org/show_bug.cgi?id=137781
226 Reviewed by Martin Robinson.
228 We used to enable smooth scrolling unconditionally in autotools
229 (via WebKitFeatures.m4), but since the switch to CMake it's
230 unconditionally disabled, so changing the setting doesn't have any
233 * Source/cmake/OptionsGTK.cmake: Enable smooth scrolling.
235 2014-10-16 Pascal Jacquemart <p.jacquemart@samsung.com>
237 Removing CUSTOM_PROTOCOLS guard
238 https://bugs.webkit.org/show_bug.cgi?id=137741
240 Reviewed by Benjamin Poulain.
242 * Source/cmake/OptionsEfl.cmake:
244 2014-10-11 KwangHyuk Kim <hyuki.kim@samsung.com>
246 [EFL] Enable WebP support.
247 https://bugs.webkit.org/show_bug.cgi?id=136156
249 Reviewed by Gyuyoung Kim.
251 Add WebP package finding rule.
253 * Source/cmake/OptionsEfl.cmake:
255 2014-10-07 Pascal Jacquemart <p.jacquemart@samsung.com>
257 [EFL] Enable custom URI schemes with CustomProtocols
258 https://bugs.webkit.org/show_bug.cgi?id=128177
260 Reviewed by Gyuyoung Kim.
262 Fixing ewk_context_url_scheme_register() ewebkit2 API
263 rely on r162449 - CustomProtocols implementation from Carlos Garcia Campos
265 * Source/cmake/OptionsEfl.cmake: Forcing CUSTOM_PROTOCOLS flag
267 2014-10-01 Michael Catanzaro <mcatanzaro@igalia.com>
269 Bump version to 2.7.0
270 https://bugs.webkit.org/show_bug.cgi?id=137301
272 Rubber-stamped by Carlos Garcia Campos.
274 * Source/cmake/OptionsGTK.cmake: Bump version numbers
276 2014-09-30 Gyuyoung Kim <gyuyoung.kim@samsung.com>
278 [EFL] Rename TEST_THEME_DIR macro
279 https://bugs.webkit.org/show_bug.cgi?id=137244
281 Reviewed by Csaba Osztrogonác.
283 * Source/cmake/OptionsEfl.cmake: Rename TEST_THEME_DIR to DEFAULT_THEME_DIR.
285 2014-09-27 Dan Bernstein <mitz@apple.com>
287 WebKit top of tree sources won't build in 10.9 w/ Xcode 6.0.1
288 https://bugs.webkit.org/show_bug.cgi?id=137053
290 Reviewed by Mark Rowe.
292 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
293 In the build pre-action, pass the --wksi and --llvm options to
294 copy-webkitlibraries-to-product-directory.
295 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme: Ditto.
297 2014-09-26 Carlos Garcia Campos <cgarcia@igalia.com>
299 [GTK] Enable CSS_IMAGE_SET in production builds
300 https://bugs.webkit.org/show_bug.cgi?id=137142
302 Reviewed by Alejandro G. Castro.
304 This is required by the inspector to show some of the icons that
307 * Source/cmake/OptionsGTK.cmake:
309 2014-09-25 Carlos Garcia Campos <cgarcia@igalia.com>
311 [Gtk] build.sh needs a -- before make options when the build command is cmake --build
312 https://bugs.webkit.org/show_bug.cgi?id=136377
314 Reviewed by Philippe Normand.
316 * Source/cmake/OptionsGTK.cmake: Only create the build.sh script
317 for CMake versions less than 3.
319 2014-09-25 Csaba Osztrogonác <ossy@webkit.org>
321 Remove WinCE port from trunk
322 https://bugs.webkit.org/show_bug.cgi?id=136951
324 Reviewed by Alex Christensen.
326 * Source/cmake/OptionsWinCE.cmake: Removed.
327 * Source/cmake/WebKitPackaging.cmake:
329 2014-09-17 Renato Nagy <rnagy@inf.u-szeged.hu>
331 [EFL][GTK] Remove WebKit1 related codes
332 https://bugs.webkit.org/show_bug.cgi?id=136853
334 Reviewed by Csaba Osztrogonác.
336 Gtk and EFL WebKit1 ports no longer exist. Webkit1 related codes were deleted
339 * Source/PlatformGTK.cmake:
341 2014-09-16 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
344 https://bugs.webkit.org/show_bug.cgi?id=136820
346 Reviewed by Csaba Osztrogonác.
348 * Source/cmake/FindICU.cmake:
350 2014-09-15 Zan Dobersek <zdobersek@igalia.com>
352 [CMake] Remove FIND_PACKAGE_HANDLE_STANDARD_ARGS call for WAYLAND_EGL in FindWayland.cmake
353 https://bugs.webkit.org/show_bug.cgi?id=136814
355 Reviewed by Philippe Normand.
357 * Source/cmake/FindWayland.cmake: This line was committed by mistake.
358 We bundle the wayland-egl dependency with wayland-client and wayland-server
359 and store the resulting variables with the WAYLAND_ prefix. Because of this
360 this line wasn't exporting anything useful.
362 2014-09-12 Csaba Osztrogonác <ossy@webkit.org>
366 * Source/cmake/WebKitMacros.cmake:
368 2014-09-11 László Langó <llango.u-szeged@partner.samsung.com>
370 [JavaScriptCore] Fix FTL on platform EFL.
371 https://bugs.webkit.org/show_bug.cgi?id=133571
373 Reviewed by Filip Pizlo.
377 * Source/cmake/FindLIBCXXABI.cmake: Removed.
378 * Source/cmake/OptionsEfl.cmake:
380 2014-09-08 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
383 https://bugs.webkit.org/show_bug.cgi?id=136571
385 Reviewed by Darin Adler.
387 * Source/cmake/OptionsEfl.cmake:
388 * Source/cmake/OptionsGTK.cmake:
389 * Source/cmake/OptionsMac.cmake:
390 * Source/cmake/WebKitFeatures.cmake:
391 * Source/cmakeconfig.h.cmake:
393 2014-09-04 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
395 Remove CSS_FILTERS flag
396 https://bugs.webkit.org/show_bug.cgi?id=136529
398 Reviewed by Dirk Schulze.
400 * Source/cmake/OptionsEfl.cmake:
401 * Source/cmake/OptionsGTK.cmake:
402 * Source/cmake/OptionsMac.cmake:
403 * Source/cmake/WebKitFeatures.cmake:
404 * Source/cmakeconfig.h.cmake:
406 2014-09-01 Gyuyoung Kim <gyuyoung.kim@samsung.com>
408 [CMAKE] Build warning by INTERFACE_LINK_LIBRARIES
409 https://bugs.webkit.org/show_bug.cgi?id=136194
411 Reviewed by Csaba Osztrogonác.
413 Set the LINK_INTERFACE_LIBRARIES target property on the top level CMakeLists.txt.
417 2014-08-29 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
419 [EFL] Remove non Coordinated Graphics code path from cmake build system after r142169
420 https://bugs.webkit.org/show_bug.cgi?id=135560
422 Reviewed by Gyuyoung Kim.
424 * Source/cmake/OptionsEfl.cmake: Removed TILED_BACKING_STORE guard.
426 2014-08-28 Brian J. Burg <burg@cs.washington.edu>
428 WebInspectorUI.framework is not built for the "All Source" Xcode scheme
429 https://bugs.webkit.org/show_bug.cgi?id=136343
431 Reviewed by David Kilzer.
433 The "build" and "run" actions in Xcode should copy over the latest Inspector resources.
435 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
436 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
438 2014-08-27 Krzysztof Czech <k.czech@samsung.com>
440 [EFL] Share fast/speechsynthesis/ with other ports
441 https://bugs.webkit.org/show_bug.cgi?id=136224
443 Reviewed by Chris Fleizach.
445 Enable WebSpeech for EFL.
447 * Source/cmake/OptionsEfl.cmake:
449 2014-08-26 Krzysztof Czech <k.czech@samsung.com>
451 [EFL] Utilize espeak as a synthesizer back-end for WebSpeech
452 https://bugs.webkit.org/show_bug.cgi?id=136127
454 Reviewed by Gyuyoung Kim.
456 Add build support for espeak.
458 * Source/cmake/FindEspeak.cmake: Added.
459 * Source/cmake/OptionsEfl.cmake: Add Espeak dependency.
461 2014-08-26 Ryuan Choi <ryuan.choi@samsung.com>
463 [EFL] Build break using clang
464 https://bugs.webkit.org/show_bug.cgi?id=136245
466 Reviewed by Gyuyoung Kim.
468 * Source/cmake/OptionsEfl.cmake:
469 Disable ENABLE_WERROR when compiler is Clang as workaround because there are too many warnings.
470 Some warnings are from system libraries.
472 2014-08-25 Alberto Garcia <berto@igalia.com>
474 [GTK] Unify webkitgtk and webkit2gtk directories
475 https://bugs.webkit.org/show_bug.cgi?id=136209
477 Reviewed by Carlos Garcia Campos.
479 Use webkit2gtk-X.X both for the process binaries and the injected
482 * Source/cmake/OptionsGTK.cmake:
484 2014-08-24 Ryuan Choi <ryuan.choi@samsung.com>
486 [EFL] Move Efl specific code from Source/CMakeLists.txt
487 https://bugs.webkit.org/show_bug.cgi?id=136206
489 Reviewed by Gyuyoung Kim.
491 WebKit/Efl only uses ENABLE_WERROR so it can be moved into OptionsEfl.cmake.
492 Inaddition, renamed ADDITIONAL_FLAGS to ADDITIONAL_COMPILER_FLAGS.
494 * Source/CMakeLists.txt:
495 * Source/cmake/OptionsEfl.cmake:
497 2014-08-24 Ryuan Choi <ryuan.choi@samsung.com>
499 [EFL] Introduce DEVELOPER_MODE
500 https://bugs.webkit.org/show_bug.cgi?id=135884
502 Reviewed by Gyuyoung Kim.
504 Like GTK port, DEVELOPER_MODE can be good solution for developing, debugging and testing
505 instead of SHARED_CORE.
506 SHARED_CORE can reduce link time and memory consumption but it is slightly different
509 * Source/cmake/OptionsEfl.cmake:
510 * Source/cmake/WebKitHelpers.cmake:
511 Moved fvisibility=hidden to OptionsEfl.cmake
513 2014-08-22 KwangHyuk Kim <hyuki.kim@samsung.com>
515 [EFL] Turn on ENABLE_GAMEPAD_DEPRECATED option.
516 https://bugs.webkit.org/show_bug.cgi?id=136110
518 Reviewed by Gyuyoung Kim.
520 Turn on ENABLE_GAMEPAD_DEPRECATED option for the WK2 Efl.
522 * Source/cmake/OptionsEfl.cmake:
524 2014-08-22 Gyuyoung Kim <gyuyoung.kim@samsung.com>
526 [EFL] Apply eflsymbols.filter to WebKit2
527 https://bugs.webkit.org/show_bug.cgi?id=136148
529 Reviewed by Csaba Osztrogonác.
531 eflsymbol filter hasn't been applied to WK2 port. Additionally clean up WK1 symbol
532 in the eflsymbols.filter.
534 * Source/cmake/OptionsEfl.cmake:
535 * Source/cmake/eflsymbols.filter:
537 2014-08-21 Zalan Bujtas <zalan@apple.com>
539 Enable SATURATED_LAYOUT_ARITHMETIC.
540 https://bugs.webkit.org/show_bug.cgi?id=136106
542 Reviewed by Simon Fraser.
544 SATURATED_LAYOUT_ARITHMETIC protects LayoutUnit against arithmetic overflow.
545 (No measurable performance regression on Mac.)
547 * Source/cmake/OptionsMac.cmake:
548 * Source/cmake/WebKitFeatures.cmake:
549 * Source/cmakeconfig.h.cmake:
551 2014-08-19 Zalan Bujtas <zalan@apple.com>
553 Remove ENABLE(SUBPIXEL_LAYOUT).
554 https://bugs.webkit.org/show_bug.cgi?id=136077
556 Reviewed by Simon Fraser.
558 Remove compile time flag SUBPIXEL_LAYOUT. All ports have it enabled for a while now.
560 * Source/cmake/OptionsEfl.cmake:
561 * Source/cmake/OptionsGTK.cmake:
562 * Source/cmake/OptionsMac.cmake:
563 * Source/cmake/WebKitFeatures.cmake:
564 * Source/cmakeconfig.h.cmake:
566 2014-08-17 Zan Dobersek <zdobersek@igalia.com>
568 [CMake] Optimization-disabling compiler flags should be appended to CMAKE_C(XX)_FLAGS_RELEASE
569 https://bugs.webkit.org/show_bug.cgi?id=135980
571 Reviewed by Martin Robinson.
573 CMAKE_C(XX)_FLAGS_RELEASE variables usually contain the -On flag which
574 overrides any other disabled optimization that was prepended to these
575 variables or was added to the CMAKE_C(XX)_FLAGS variables which CMake
576 lists first in the final list of compilation flags.
578 To avoid -On re-enabling optimizations that we'd like to keep disabled,
579 the specific compiler flags must be appended to CMAKE_C(XX)_FLAGS_RELEASE.
581 * Source/cmake/OptionsCommon.cmake:
582 * Source/cmake/OptionsEfl.cmake: Also do the appending with CMAKE_SHARED_LINKER_FLAGS_RELEASE.
583 * Source/cmake/OptionsGTK.cmake:
585 2014-08-15 Carlos Garcia Campos <cgarcia@igalia.com>
587 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.5.3 release.
589 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
591 2014-08-15 Ting-Wei Lan <lantw44@gmail.com>
593 [GTK] Disable memory sampler on non-Linux system
594 https://bugs.webkit.org/show_bug.cgi?id=134483
596 Reviewed by Philippe Normand.
598 Source/WebKit2/Shared/linux/WebMemorySamplerLinux.cpp only works on
599 Linux because it uses many Linux-specific features, so we should disable
600 memory sampler on other systems by default.
602 * Source/cmake/OptionsGTK.cmake:
604 2014-08-15 Carlos Garcia Campos <cgarcia@igalia.com>
606 [GTK] HTML API documentation should also be installed versioned
607 https://bugs.webkit.org/show_bug.cgi?id=135970
609 Reviewed by Philippe Normand.
611 * Source/PlatformGTK.cmake: Append -${WEBKITGTK_API_VERSION} to
614 2014-08-14 Tomas Popela <tpopela@redhat.com>
616 Add support for ppc, ppc64, ppc64le, s390, s390x into the CMake build
617 https://bugs.webkit.org/show_bug.cgi?id=135937
619 Reviewed by Carlos Garcia Campos.
623 2014-08-14 Carlos Garcia Campos <cgarcia@igalia.com>
625 [GTK] REGRESSION(r171598, CMake): Introspection files are installed at the wrong path
626 https://bugs.webkit.org/show_bug.cgi?id=135934
628 Reviewed by Gustavo Noronha Silva.
630 Since r171598 gir files are installed under $datadir/webkitgtk-4.0/gir-1.0/.
631 The gir files should installed in $datadir/gir-1.0/ together with all other
632 gir files. We don't need to install introspection files in a versioned
633 directory because their filenames already contain the binary version. But before
634 r171598, the files were only installed to the right directory if the
635 gobject-instrospection pkg-config file was in the same prefix than the one we
636 wanted to install, because the gir and typelibs directories were extracted from
637 the pkg-config file. We should define INTROSPECTION_INSTALL_GIRDIR and
638 INTROSPECTION_INSTALL_TYPELIBDIR in OptionsGTK.cmake based on $datadir and $libdir
639 like we do in the autotools build.
641 * Source/cmake/FindGObjectIntrospection.cmake: Do not define
642 INTROSPECTION_INSTALL_GIRDIR and INTROSPECTION_INSTALL_TYPELIBDIR.
643 * Source/cmake/OptionsGTK.cmake: Define
644 INTROSPECTION_INSTALL_GIRDIR and INTROSPECTION_INSTALL_TYPELIBDIR.
646 2014-08-14 Carlos Garcia Campos <cgarcia@igalia.com>
648 [GTK] WebKit DOM documentation (webkitdomgtk) not installed after make install
649 https://bugs.webkit.org/show_bug.cgi?id=135836
651 Reviewed by Philippe Normand.
653 * Source/PlatformGTK.cmake: Add install command to also install
654 the GObject DOM bindings API docs.
656 2014-08-14 Zan Dobersek <zdobersek@igalia.com>
658 Unreviewed. In r165709 I mistakenly appended the -fno-exceptions
659 and -fno-strict-aliasing compiler flags to CMAKE_CXX_FLAGS and then
660 re-set CMAKE_C_FLAGS with the new string. The two flags should really
661 be appended to CMAKE_C_FLAGS and the same variable re-set with the
664 * Source/cmake/OptionsCommon.cmake:
666 2014-08-13 Alex Christensen <achristensen@webkit.org>
668 Progress towards CMake on Mac.
669 https://bugs.webkit.org/show_bug.cgi?id=135819
671 Reviewed by Laszlo Gombos.
673 * Source/cmake/OptionsMac.cmake:
674 Disable some more features temporarily to get CMake working.
675 * Source/cmake/WebKitMacros.cmake:
676 Added an extension parameter to GENERATE_BINDINGS to allow ObjC bindings to generate .mm files.
678 2014-08-12 Eduardo Lima Mitev <elima@igalia.com>
680 [GTK] Subtle-crypto feature off by default and add a new configure flag to enable it
681 https://bugs.webkit.org/show_bug.cgi?id=135798
683 Reviewed by Philippe Normand.
685 * Source/cmake/OptionsGTK.cmake: Makes SUBTLE_CRYPTO flag off by default.
687 2014-08-12 Eduardo Lima Mitev <elima@igalia.com>
688 [GTK] Adds dependency on GnuTLS 3.0+ for the implementation of subtle crypto algorithms
689 https://bugs.webkit.org/show_bug.cgi?id=133317
691 GnuTLS is already an indirect dependency through libsoup -> glib-networking.
693 Reviewed by Philippe Normand.
695 No new tests since no new functionality has been added.
697 * Source/cmake/OptionsGTK.cmake: Adds search for required GnuTLS package
699 2014-08-11 Commit Queue <commit-queue@webkit.org>
701 Unreviewed, rolling out r172393.
702 https://bugs.webkit.org/show_bug.cgi?id=135796
704 discussion needed about GnuTLS version bump on the bots
705 (Requested by philn on #webkit).
709 https://bugs.webkit.org/show_bug.cgi?id=133317
710 http://trac.webkit.org/changeset/172393
712 2014-08-11 Eduardo Lima Mitev <elima@igalia.com>
713 [GTK] Adds dependency on GnuTLS 3.0+ for the implementation of subtle crypto algorithms
714 https://bugs.webkit.org/show_bug.cgi?id=133317
716 GnuTLS is already an indirect dependency through libsoup -> glib-networking.
718 Reviewed by Philippe Normand.
720 No new tests since no new functionality has been added.
722 * Source/cmake/OptionsGTK.cmake: Adds search for required GnuTLS package
724 2014-08-11 Eduardo Lima Mitev <elima@igalia.com>
726 [GTK] Adds stubs for all subtle crypto algorithm implemntations
727 https://bugs.webkit.org/show_bug.cgi?id=133316
729 Reviewed by Philippe Normand.
731 * Source/cmake/OptionsGTK.cmake: Add ENABLE_SUBTLE_CRYPTO option
732 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_SUBTLE_CRYPTO option
733 * Source/cmakeconfig.h.cmake: Define ENABLE_SUBTLE_CRYPTO
735 2014-08-11 Carlos Garcia Campos <cgarcia@igalia.com>
737 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.5.2 release.
739 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
741 2014-08-10 Carlos Garcia Campos <cgarcia@igalia.com>
743 [GTK] REGRESSION(r166239): The ld version script is not being used
744 https://bugs.webkit.org/show_bug.cgi?id=135694
746 Reviewed by Martin Robinson.
748 Move the symbols filter file from Tools/gtk to Source/cmake and rename
749 it as gtksymbols.filter. Also updated it, since some of the symbols
750 exported were renamed.
752 * Source/cmake/OptionsGTK.cmake:
753 * Source/cmake/gtksymbols.filter: Renamed from Tools/gtk/symbols.filter.
755 2014-08-10 Carlos Garcia Campos <cgarcia@igalia.com>
757 [GTK] Child processes should be installed in a versioned directory
758 https://bugs.webkit.org/show_bug.cgi?id=135754
760 Reviewed by Gustavo Noronha Silva.
762 Define LIBEXEC_INSTALL_DIR as
763 ${CMAKE_INSTALL_FULL_LIBEXECDIR}/webkitgtk-${WEBKITGTK_API_VERSION}
764 so that the child processes are installed in $libexec/webkitgtk-4.0.
765 This makes it possible to install 2.6 in parallel to older versions.
767 * Source/cmake/OptionsGTK.cmake:
769 2014-08-08 Alex Christensen <achristensen@webkit.org>
771 Progress towards using CMake on Mac.
772 https://bugs.webkit.org/show_bug.cgi?id=135662
774 Reviewed by Laszlo Gombos.
777 Mavericks has a flex version of "flex 2.5.35 Apple(flex-31)" which CMake doesn't like on Mac.
778 * Source/cmake/WebKitFeatures.cmake:
779 * Source/cmakeconfig.h.cmake:
780 Added features that are needed by the Mac port.
781 * Source/cmake/OptionsMac.cmake:
782 Enable CSS_IMAGE_SET based on FeatureDefines.h.
783 Disable the FTL with CMake for now.
784 * Source/cmake/OptionsEFL.cmake:
785 * Source/cmake/OptionsGTK.cmake:
786 Enable subpixel layout to not conflict with FeatureDefines.h
788 2014-08-08 Simon Fraser <simon.fraser@apple.com>
790 Undo some erroneous changes to the Xcode scheme files from r172259.
792 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
793 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
795 2014-08-08 Zan Dobersek <zdobersek@igalia.com>
797 [CMake] Drop the required version of CMake down to 2.8.8
798 https://bugs.webkit.org/show_bug.cgi?id=135713
800 Reviewed by Alex Christensen.
802 * CMakeLists.txt: Require CMake 2.8.8.
804 2014-08-07 Benjamin Poulain <bpoulain@apple.com>
806 Get rid of INPUT_SPEECH
807 https://bugs.webkit.org/show_bug.cgi?id=135672
809 Reviewed by Andreas Kling.
811 * Source/cmake/OptionsMac.cmake:
812 * Source/cmake/WebKitFeatures.cmake:
813 * Source/cmakeconfig.h.cmake:
815 2014-08-07 Csaba Osztrogonác <ossy@webkit.org>
817 [GTK] Disable IndexedDB
818 https://bugs.webkit.org/show_bug.cgi?id=135692
820 Reviewed by Carlos Garcia Campos.
822 * Source/cmake/OptionsGTK.cmake:
824 2014-08-06 Dean Jackson <dino@apple.com>
826 ENABLE_CSS_TRANSFORMS_ANIMATIONS_UNPREFIXED is not used anywhere. Remove it.
827 https://bugs.webkit.org/show_bug.cgi?id=135675
829 Reviewed by Sam Weinig.
831 * Source/cmake/OptionsGTK.cmake:
832 * Source/cmake/OptionsMac.cmake:
833 * Source/cmake/WebKitFeatures.cmake:
834 * Source/cmakeconfig.h.cmake:
836 2014-08-06 David Farler <dfarler@apple.com>
838 Unreviewed build fix: Make includes semicolon in assignment.
840 * Makefile.shared: Remove a ;
842 2014-08-06 David Farler <dfarler@apple.com>
844 Set DSYMUTIL_NUM_THREADS to the number of logical cores
845 https://bugs.webkit.org/show_bug.cgi?id=135655
847 Reviewed by Mark Rowe.
849 * Makefile.shared: Export DSYMUTIL_NUM_THREADS.
851 2014-08-06 Carlos Garcia Campos <cgarcia@igalia.com>
853 [GTK] Be able to disable gtk2 dependency
854 https://bugs.webkit.org/show_bug.cgi?id=135505
856 Reviewed by Gustavo Noronha Silva.
858 Add ENABLE_PLUGIN_PROCESS_GTK2 compile option. GTK+2 is only
859 required when it's enabled. It's enabled by default.
861 * Source/cmake/OptionsGTK.cmake:
863 2014-08-05 Alex Christensen <achristensen@webkit.org>
866 https://bugs.webkit.org/show_bug.cgi?id=135620
868 Reviewed by Laszlo Gombos.
870 * Source/cmake/OptionsMac.cmake:
871 Use UDIS86 by default on Mac.
873 2014-08-04 Benjamin Poulain <benjamin@webkit.org>
875 Add a flag for the CSS Selectors level 4 implementation
876 https://bugs.webkit.org/show_bug.cgi?id=135535
878 Reviewed by Andreas Kling.
880 * Source/cmake/OptionsEfl.cmake:
881 * Source/cmake/OptionsGTK.cmake:
882 * Source/cmake/WebKitFeatures.cmake:
883 * Source/cmakeconfig.h.cmake:
885 2014-08-04 Alex Christensen <achristensen@webkit.org>
887 Progress towards CMake on Mac.
888 https://bugs.webkit.org/show_bug.cgi?id=135528
890 Reviewed by Gyuyoung Kim.
892 * Source/cmake/OptionsMac.cmake:
893 Made options list based on FeatureDefines.xcconfig files.
895 2014-08-04 Zan Dobersek <zdobersek@igalia.com>
897 [GTK] Windowing target support should reflect the support in the GTK+ dependency
898 https://bugs.webkit.org/show_bug.cgi?id=134736
900 Reviewed by Martin Robinson.
902 * Source/cmake/FindGTK3.cmake: Don't error out if the GTK+ dependency doesn't
903 support the X11 or Wayland windowing targets -- instead, if there's no support
904 the specific target is disabled, and an error is thrown only if neither of the
905 backends is enabled at the end..
906 For now the X11 target remains enabled by default, and the Wayland target is
907 kept disabled. Once it's possible to have both targets enabled at runtime in
908 WebKit, the Wayland target will be enabled as well and we'll leave it to the
909 GTK+ dependency to determine which targets can be enabled.
911 2014-08-04 Zan Dobersek <zdobersek@igalia.com>
913 [CMake] Add FindWayland.cmake
914 https://bugs.webkit.org/show_bug.cgi?id=135540
916 Reviewed by Martin Robinson.
918 * Source/cmake/FindWayland.cmake: Added. Enables finding the Wayland
919 dependency. For now bundles the wayland-client, wayland-server and
920 wayland-egl pkg-config targets into one dependency, but these could
921 be split in the future if necessary.
923 2014-08-03 Ryuan Choi <ryuan.choi@samsung.com>
925 [EFL] Move DATA_INSTALL_DIR to ewebkit2-0
926 https://bugs.webkit.org/show_bug.cgi?id=135553
928 Reviewed by Gyuyoung Kim.
930 Since WebKit1/Efl is dropped, we don't need to use ewebkit-1 and ewebkit2-1.
931 And removed WebKit_OUTPUT_NAME variable which is not used anymore on the EFL port.
933 * Source/cmake/OptionsEfl.cmake:
935 2014-08-01 Bear Travis <betravis@adobe.com>
937 [Feature Queries] Enable Feature Queries on EFL/GTK
938 https://bugs.webkit.org/show_bug.cgi?id=134902
940 Reviewed by Benjamin Poulain.
942 Enable CSS Feature Queries by default on the EFL and GTK
945 * Source/cmake/OptionsEfl.cmake:
946 * Source/cmake/OptionsGTK.cmake:
948 2014-08-01 Alex Christensen <achristensen@webkit.org>
950 Progress towards cmake on Windows.
951 https://bugs.webkit.org/show_bug.cgi?id=135484
953 Reviewed by Martin Robinson.
956 Added Mac to list of ports, even though it is not done yet.
957 Changed minimum bison version to version installed on Macs.
958 * Source/cmake/OptionsAppleWin.cmake:
959 Added some definitions.
960 * Source/cmake/OptionsEfl.cmake:
961 * Source/cmake/OptionsGTK.cmake:
962 Set WTF_LIBRARY_TYPE to STATIC to not change WTF linking on EFL or GTK ports.
963 * Source/cmake/OptionsMac.cmake: Added blank for now.
964 * Source/cmake/OptionsWinCairo.cmake:
965 * Source/cmake/OptionsWindows.cmake:
966 Added some definitions.
967 Removed /WX (warnings treated as error while compiling).
968 Copied warnings to ignore from WebKitLibraries/win/tools/vsprops/common.props.
970 2014-08-01 Carlos Garcia Campos <cgarcia@igalia.com>
972 [CMake] GTK and EFL are using PROJECT_VERSION_PATCH to define the micro version
973 https://bugs.webkit.org/show_bug.cgi?id=135501
975 Reviewed by Gyuyoung Kim.
977 Use PROJECT_VERSION_MICRO instead.
979 * Source/cmake/OptionsEfl.cmake:
980 * Source/cmake/OptionsGTK.cmake:
981 * Source/cmake/WebKitHelpers.cmake:
983 2014-07-31 Ryuan Choi <ryuan.choi@samsung.com>
985 [EFL] Bump ewebkit version to 1.11
986 https://bugs.webkit.org/show_bug.cgi?id=135487
988 Reviewed by Gyuyoung Kim.
990 * Source/cmake/OptionsEfl.cmake: Bump version numbers.
992 2014-07-31 Carlos Alberto Lopez Perez <clopez@igalia.com>
994 [EFL] Add support for building with Geoclue2.
995 https://bugs.webkit.org/show_bug.cgi?id=135455
997 Reviewed by Gyuyoung Kim.
999 * Source/cmake/OptionsEfl.cmake: Add gio-unix if ENABLE_GEOLOCATION
1002 2014-07-31 Carlos Garcia Campos <cgarcia@igalia.com>
1004 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.5.1 release.
1006 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1008 2014-07-31 Carlos Garcia Campos <cgarcia@igalia.com>
1010 [GTK] Bump binary version for 2.6
1011 https://bugs.webkit.org/show_bug.cgi?id=133724
1013 Reviewed by Philippe Normand.
1015 * Source/cmake/OptionsGTK.cmake: Bump binary version to 4.0 and
1016 update library version numbers.
1018 2014-07-30 Zan Dobersek <zdobersek@igalia.com>
1020 [CMake] Bump the minimum required version
1021 https://bugs.webkit.org/show_bug.cgi?id=135382
1023 Reviewed by Gyuyoung Kim.
1025 * CMakeLists.txt: Bump the minimum required version to 2.8.11 after
1026 we introduced usage of target_include_directories().
1028 2014-07-29 Hunseop Jeong <hs85.jeong@samsung.com>
1030 [EFL][GTK] Remove ACCELERATED_COMPOSITING compile flag
1031 https://bugs.webkit.org/show_bug.cgi?id=135376
1033 Reviewed by Gyuyoung Kim.
1035 ACCELERATED_COMPOSITING was changed to the mandatory code after r163079.
1037 * Source/cmake/OptionsEfl.cmake:
1038 * Source/cmake/OptionsGTK.cmake:
1040 2014-07-25 Michael Catanzaro <mcatanzaro@igalia.com>
1042 [GTK] CMake tries to install JavaScriptCore-3.0.gir outside of install prefix
1043 https://bugs.webkit.org/show_bug.cgi?id=135288
1045 Reviewed by Martin Robinson.
1047 * Source/cmake/FindGObjectIntrospection.cmake: pass correct libdir and
1048 datadir to pkgconfig
1049 * Source/cmake/OptionsGTK.cmake: define install directories early
1050 enough to be used in FindGObjectIntrospection.cmake
1052 2014-07-23 Bem Jones-Bey <bjonesbe@adobe.com>
1054 Remove CSS_EXCLUSIONS compile flag and leftover code
1055 https://bugs.webkit.org/show_bug.cgi?id=135175
1057 Reviewed by Zoltan Horvath.
1059 At this point, the CSS_EXCLUSIONS flag guards nothing but some useless
1060 stubs. This removes the flag and the useless code.
1062 * Source/cmake/WebKitFeatures.cmake:
1063 * Source/cmakeconfig.h.cmake:
1065 2014-07-22 Adrian Perez de Castro <aperez@igalia.com>
1067 [GStreamer] [GTK] WebKit does not build with GStreamer 1.4
1068 https://bugs.webkit.org/show_bug.cgi?id=135114
1070 Fix build with GStreamer 1.4
1072 Reviewed by Philippe Normand.
1074 * Source/cmake/FindGStreamer.cmake: Check version 1.4.0 for the
1075 gst-mpegts component instead of the unstable 1.3.x verstions.
1077 2014-07-21 Carlos Garcia Campos <cgarcia@igalia.com>
1079 [GTK] Simplify make-dist command line arguments
1080 https://bugs.webkit.org/show_bug.cgi?id=134832
1082 Reviewed by Martin Robinson.
1084 * Source/PlatformGTK.cmake: Use --version instead of
1085 --tarball-root when running make-dist.py.
1087 2014-07-18 Jon Honeycutt <jhoneycutt@apple.com>
1089 Add a manual test for r135044
1091 <https://bugs.webkit.org/show_bug.cgi?id=135044>
1093 Rubber-stamped by Andy Estes.
1095 * ManualTests/ios/typing-in-field-that-clears-on-keyup.html: Added.
1097 2014-07-18 Dana Burkart <dburkart@apple.com>
1099 Add a new 'analyze' target to the makefile. This will make use of a new
1100 'PATH_TO_SCAN_BUILD' which, if set will wrap xcodebuild in the clang
1102 https://bugs.webkit.org/show_bug.cgi?id=135057
1103 <rdar://problem/10193187>
1105 Reviewed by David Kilzer.
1111 2014-07-15 Ryuan Choi <ryuan.choi@samsung.com>
1113 [CMAKE] ENABLE_ENCRYPTED_MEDIA_V2 should depend on ENABLE_VIDEO
1114 https://bugs.webkit.org/show_bug.cgi?id=134963
1116 Reviewed by Gyuyoung Kim.
1118 ENCRYPTED_MEDIA_V2 requires VIDEO enabled.
1120 * Source/cmake/WebKitFeatures.cmake: Added the dependency for ENABLE_ENCRYPTED_MEDIA_V2.
1122 2014-07-14 Daniel Bates <dabates@apple.com>
1124 [iOS] Add tests to ensure CSS :active and :hover are applied when processing touch events
1125 https://bugs.webkit.org/show_bug.cgi?id=134905
1126 <rdar://problem/16602779>
1128 Reviewed by Simon Fraser.
1130 Add a manual test to ensure that styles for CSS pseudo-class :hover aren't temporarily cleared
1131 on the tapped element when processing a touchend as a result of finger pressing and releasing
1132 on the same element that is initially positioned outside the visible content area.
1134 * ManualTests/ios/touchstart-touchend-on-same-element-should-not-clear-hover.html: Added.
1136 2014-07-11 Carlos Garcia Campos <cgarcia@igalia.com>
1138 [GTK] Enable VIDEO_TRACK by default
1139 https://bugs.webkit.org/show_bug.cgi?id=134801
1141 Reviewed by Philippe Normand.
1143 * Source/cmake/OptionsGTK.cmake:
1145 2014-07-10 Carlos Garcia Campos <cgarcia@igalia.com>
1147 [GTK][CMake] Add a 'distcheck' target
1148 https://bugs.webkit.org/show_bug.cgi?id=130675
1150 Reviewed by Gustavo Noronha Silva.
1152 * Source/PlatformGTK.cmake: Add distcheck target.
1154 2014-07-10 Carlos Garcia Campos <cgarcia@igalia.com>
1156 [GTK] Use the same default options for production builds that previous stable releases
1157 https://bugs.webkit.org/show_bug.cgi?id=134589
1159 Reviewed by Martin Robinson.
1161 Change the default value of some features to match our stable releases.
1162 Add FindCairoGL to find cairo-gl libraries and make accelearetd 2D
1163 canvas depend on whether cairo-gl is found.
1165 * Source/cmake/FindCairoGL.cmake: Added.
1166 * Source/cmake/OptionsGTK.cmake:
1168 2014-07-08 Sun-woo Nam <sunny.nam@samsung.com>
1170 [EFL] Support Encrypted Media Extensions.
1171 https://bugs.webkit.org/show_bug.cgi?id=134750
1173 Reviewed by Gyuyoung Kim.
1175 Webkit needs to play encrypted media contents when media player
1176 is played by Media source extensions and normal video procedure.
1178 * Source/cmake/OptionsEfl.cmake: Turn on ENABLE_ENCRYPTED_MEDIA_V2
1180 2014-07-08 Alex Christensen <achristensen@webkit.org>
1182 Steps towards CMake on Windows.
1183 https://bugs.webkit.org/show_bug.cgi?id=134716
1185 Reviewed by Martin Robinson.
1188 Added AppleWin and WinCairo to list of CMake ports.
1189 * Source/cmake/OptionsAppleWin.cmake: Added.
1190 * Source/cmake/OptionsWinCairo.cmake: Added.
1191 * Source/cmake/OptionsWindows.cmake:
1192 Windows needs to use the system malloc. Other options to come.
1194 2014-07-04 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1196 [EFL] Support Geolocation
1197 https://bugs.webkit.org/show_bug.cgi?id=134439
1199 Reviewed by Antonio Gomes.
1201 * Source/cmake/OptionsEfl.cmake: Turn on ENABLE_GEOLOCATION.
1203 2014-07-03 Ryuan Choi <ryuan.choi@samsung.com>
1205 Broken build with build-webkit --no-video
1206 https://bugs.webkit.org/show_bug.cgi?id=134587
1208 Reviewed by Darin Adler.
1210 MEDIA_CONTROLS_SCRIPT requires VIDEO enabled.
1212 * Source/cmake/WebKitFeatures.cmake: Added the dependency for ENABLE_MEDIA_CONTROLS_SCRIPT.
1214 2014-07-03 Carlos Garcia Campos <cgarcia@igalia.com>
1216 [GTK] The list of features shown by cmake is not accurate
1217 https://bugs.webkit.org/show_bug.cgi?id=134588
1219 Reviewed by Gustavo Noronha Silva.
1221 The problem is that some options might change after the feature
1222 list has been printed.
1224 * Source/cmake/OptionsGTK.cmake: Find package dependencies before
1225 setting the default values of features and set WEBGL value
1226 depending on the dependencies, and API_TEST depending on whether
1227 developer mode is enabled or not.
1229 2014-07-03 Ryuan Choi <ryuan.choi@samsung.com>
1231 [CMAKE] Add WEBKIT_OPTION_DEPEND macro to resolve macro dependency
1232 https://bugs.webkit.org/show_bug.cgi?id=134578
1234 Reviewed by Gyuyoung Kim.
1236 Some options depend on another option such as ENABLE_VIDEO_TRACK and ENABLE_VIDEO.
1237 This patch adds WEBKIT_OPTION_DEPEND to check the depending option and
1238 disable related option if it is not ON.
1240 * Source/cmake/OptionsEfl.cmake: Removed hack for option dependency.
1241 * Source/cmake/OptionsGTK.cmake: Ditto.
1242 * Source/cmake/WebKitFeatures.cmake: Added WEBKIT_OPTION_DEPEND macro.
1244 2014-07-02 Carlos Garcia Campos <cgarcia@igalia.com>
1246 [GTK] make dist is broken
1247 https://bugs.webkit.org/show_bug.cgi?id=134542
1249 Reviewed by Martin Robinson.
1251 * Source/PlatformGTK.cmake: Remove ENABLE_WEBKIT check.
1253 2014-07-01 Zan Dobersek <zdobersek@igalia.com>
1255 [CMake] Add necessary support for building for the Wayland target
1256 https://bugs.webkit.org/show_bug.cgi?id=134160
1258 Reviewed by Darin Adler.
1260 * Source/cmake/FindGTK3.cmake: Check for the gtk+-x11-3.0 package if the X11 target
1261 is enabled, and that its version matches the version of the generic package. Same
1262 for the gtk+-wayland-3.0 package and the Wayland target.
1263 * Source/cmake/OptionsCommon.cmake: Don't add the -DXP_UNIX definition here.
1264 * Source/cmake/OptionsEfl.cmake: Add -DXP_UNIX here for the EFL port, under the same
1265 condition as in OptionsCommon.cmake. ENABLE_X11_TARGET is enabled by default for EFL
1266 so they keep building the TestNetscapePlugin target.
1267 * Source/cmake/OptionsGTK.cmake: Enable the X11 target and disable the Wayland target
1268 by default. Group all the X11-specific macro definitions (WTF_PLATFORM_X11, MOZ_X11,
1269 XP_UNIX) and only add them if the X11 target is enabled. Similar goes for the Wayland
1270 target and WTF_PLATFORM_WAYLAND. The Wayland target requires GTK+ 3.12.0, so that's
1271 the minimum required version as soon as that target is enabled. Only search for GLX
1272 if the X11 target is enabled.
1274 2014-06-29 Yoav Weiss <yoav@yoav.ws>
1276 Add support for HTMLImageElement's sizes attribute
1277 https://bugs.webkit.org/show_bug.cgi?id=133620
1279 Reviewed by Dean Jackson.
1281 Added an ENABLE_PICTURE_SIZES compile flag.
1283 * Source/cmake/WebKitFeatures.cmake:
1284 * Source/cmakeconfig.h.cmake:
1286 2014-06-26 Daniel Bates <dabates@apple.com>
1288 [iOS][WK2] Distant focusable element may not be scrolled into view when focused using keyboard
1289 https://bugs.webkit.org/show_bug.cgi?id=134309
1290 <rdar://problem/17427385>
1292 Reviewed by Darin Adler.
1294 Add a manual test to ensure that we scroll to a distant focused text field when it's focused
1297 * ManualTests/ios/scroll-to-distant-keyboard-focused-text-field.html: Added.
1299 2014-06-25 Laszlo Gombos <l.gombos@samsung.com>
1301 Remove build guard for progress element
1302 https://bugs.webkit.org/show_bug.cgi?id=134292
1304 Reviewed by Benjamin Poulain.
1306 The build flag is no longer needed as it is always on.
1308 * Source/cmake/WebKitFeatures.cmake:
1309 * Source/cmakeconfig.h.cmake:
1311 2014-06-23 Krzysztof Czech <k.czech@samsung.com>
1313 [EFL] Platform support for WebSpeech feature.
1314 https://bugs.webkit.org/show_bug.cgi?id=116438
1316 Reviewed by Csaba Osztrogonác.
1318 Add ENABLE_SPEECH_SYNTHESIS flag to have Speech Synthesis in EFL.
1320 * Source/cmake/OptionsEfl.cmake:
1321 * Source/cmake/WebKitFeatures.cmake:
1323 2014-06-23 Philippe Normand <pnormand@igalia.com>
1325 Unreviewed, GTK build fix after r170266.
1327 * Source/cmake/OptionsGTK.cmake: Geoclue also requires gio-unix.
1329 2014-06-22 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1331 Disable gamepad feature on EFL and GTK ports by default
1332 https://bugs.webkit.org/show_bug.cgi?id=134169
1334 Reviewed by Brady Eidson.
1336 * Source/cmake/OptionsEfl.cmake: Disable ENABLE_GAMEPAD_DEPRECATED.
1338 2014-06-21 Brady Eidson <beidson@apple.com>
1340 Gamepad API - Deprecate the existing implementation
1341 https://bugs.webkit.org/show_bug.cgi?id=134108
1343 Reviewed by Timothy Hatcher.
1345 -Add new "GAMEPAD_DEPRECATED" build flag, moving the existing implementation to use it
1346 -Add the "Deprecated" suffix to some implementation files
1348 * Source/cmake/OptionsEfl.cmake:
1349 * Source/cmake/OptionsGTK.cmake:
1350 * Source/cmake/WebKitFeatures.cmake:
1351 * Source/cmakeconfig.h.cmake:
1353 2014-06-21 Commit Queue <commit-queue@webkit.org>
1355 Unreviewed, rolling out r170244.
1356 https://bugs.webkit.org/show_bug.cgi?id=134157
1358 GTK/EFL bindings generator works differently, making this
1359 patch not work there. Will fix entire patch after a rollout.
1360 (Requested by bradee-oh on #webkit).
1364 "Gamepad API - Deprecate the existing implementation"
1365 https://bugs.webkit.org/show_bug.cgi?id=134108
1366 http://trac.webkit.org/changeset/170244
1368 2014-06-21 Brady Eidson <beidson@apple.com>
1370 Gamepad API - Deprecate the existing implementation
1371 https://bugs.webkit.org/show_bug.cgi?id=134108
1373 Reviewed by Timothy Hatcher.
1375 -Add new "GAMEPAD_DEPRECATED" build flag, moving the existing implementation to use it
1376 -Add the "Deprecated" suffix to some implementation files
1378 * Source/cmake/OptionsEfl.cmake:
1379 * Source/cmake/OptionsGTK.cmake:
1380 * Source/cmake/WebKitFeatures.cmake:
1381 * Source/cmakeconfig.h.cmake:
1383 2014-06-21 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
1385 Removing PAGE_VISIBILITY_API compile guard.
1386 https://bugs.webkit.org/show_bug.cgi?id=133844
1388 Reviewed by Gavin Barraclough.
1390 * Source/cmake/OptionsEfl.cmake:
1391 * Source/cmake/OptionsGTK.cmake:
1392 * Source/cmake/WebKitFeatures.cmake:
1393 * Source/cmakeconfig.h.cmake:
1395 2014-06-19 Ryuan Choi <ryuan.choi@samsung.com>
1397 [EFL][CMAKE] Disable WebKit1 build as a default
1398 https://bugs.webkit.org/show_bug.cgi?id=134093
1400 Reviewed by Gyuyoung Kim.
1402 Disable WebKit1 build and enable WebKit2 build for the EFL port.
1404 * Source/cmake/OptionsEfl.cmake:
1406 2014-06-19 Dániel Bátyai <dbatyai.u-szeged@partner.samsung.com>
1408 Remove ENABLE(LLINT) and ENABLE(LLINT_C_LOOP) guards
1409 https://bugs.webkit.org/show_bug.cgi?id=130389
1411 Reviewed by Mark Lam.
1413 Removed ENABLE(LLINT) since we always build with it, and changed ENABLE(LLINT_C_LOOP)
1414 into !ENABLE(JIT) since they are mutually exclusive.
1416 * Source/cmake/OptionsEfl.cmake:
1417 * Source/cmake/OptionsGTK.cmake:
1418 * Source/cmake/WebKitFeatures.cmake:
1419 * Source/cmakeconfig.h.cmake:
1421 2014-06-17 Zan Dobersek <zdobersek@igalia.com>
1423 Remove the USE_GTK2=1 branch in OptionsGTK.cmake. This used to determine
1424 GTK+ and GDK libraries and include directories for the GTK+ 2 dependency,
1425 but we now only support GTK+ 3. The GTK+ 2 dependency is still required
1426 by the plugin process, but it is searched and utilized separately.
1428 Rubber-stamped by Carlos Garcia Campos.
1430 * Source/cmake/OptionsGTK.cmake:
1432 2014-06-16 Commit Queue <commit-queue@webkit.org>
1434 Unreviewed, rolling out r170003.
1435 https://bugs.webkit.org/show_bug.cgi?id=133938
1437 This patch broke GTK build (Requested by kczech on #webkit).
1441 "[EFL] Platform support for WebSpeech feature."
1442 https://bugs.webkit.org/show_bug.cgi?id=116438
1443 http://trac.webkit.org/changeset/170003
1445 2014-06-16 Krzysztof Czech <k.czech@samsung.com>
1447 [EFL] Platform support for WebSpeech feature.
1448 https://bugs.webkit.org/show_bug.cgi?id=116438
1450 Reviewed by Gyuyoung Kim.
1452 Add ENABLE_SPEECH_SYNTHESIS flag to have Speech Synthesis in EFL.
1454 * Source/cmake/OptionsEfl.cmake:
1455 * Source/cmake/WebKitFeatures.cmake:
1457 2014-06-14 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1459 [EFL] Remove duplicated compiler flag
1460 https://bugs.webkit.org/show_bug.cgi?id=133838
1462 Reviewed by Anders Carlsson.
1464 In r169798, literal-suffix was added for EFL port in order to fix build break. However,
1465 it added to common compiler options. So, it is duplicated.
1467 * Source/cmake/WebKitHelpers.cmake:
1469 2014-06-11 Commit Queue <commit-queue@webkit.org>
1471 Unreviewed, rolling out r169877.
1472 https://bugs.webkit.org/show_bug.cgi?id=133784
1474 rollout wrong build fix approach for EFL port (Requested by
1475 gyuyoung on #webkit).
1479 "Unreviewed, EFL build fix since r169869."
1480 http://trac.webkit.org/changeset/169877
1482 2014-06-11 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1484 Unreviewed, EFL build fix since r169869.
1486 Additionally literal-suffix is removed in EFL compile flag, because it is duplicated.
1488 * Source/cmake/WebKitHelpers.cmake: Treat undef error as build warning.
1490 2014-06-11 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1492 Unreviewed, EFL build fix. Treat literal-suffix error as build warning.
1494 * Source/cmake/WebKitHelpers.cmake:
1496 2014-05-28 Carlos Garcia Campos <cgarcia@igalia.com>
1498 [GTK] Make it possible to build with FTL enabled
1499 https://bugs.webkit.org/show_bug.cgi?id=133219
1501 Reviewed by Philippe Normand.
1503 Add LLVM and LIBCXXABI as dependencies when building with FTL enabled.
1505 * Source/cmake/OptionsGTK.cmake:
1507 2014-05-28 Jaehun Lim <ljaehun.lim@samsung.com>
1509 [CMake] Clean up FAST_MOBILE_SCROLLING
1510 https://bugs.webkit.org/show_bug.cgi?id=133342
1512 Reviewed by Gyuyoung Kim.
1514 FAST_MOBILE_SCROLLING was removed in r168726.
1516 * Source/cmake/OptionsEfl.cmake:
1517 * Source/cmake/OptionsGTK.cmake:
1518 * Source/cmake/WebKitFeatures.cmake:
1519 * Source/cmakeconfig.h.cmake:
1521 2014-05-27 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
1524 https://bugs.webkit.org/show_bug.cgi?id=132863
1526 Reviewed by Csaba Osztrogonác.
1528 * Source/cmake/OptionsEfl.cmake:
1529 * Source/cmake/OptionsGTK.cmake:
1530 * Source/cmake/WebKitFeatures.cmake:
1531 * Source/cmakeconfig.h.cmake:
1533 2014-05-27 Zsolt Borbely <zsborbely.u-szeged@partner.samsung.com>
1535 Allow building CMake based ports with WEB_REPLAY
1536 https://bugs.webkit.org/show_bug.cgi?id=133154
1538 Reviewed by Csaba Osztrogonác.
1540 * Source/cmake/WebKitFeatures.cmake:
1541 * Source/cmakeconfig.h.cmake:
1543 2014-05-21 Zsolt Borbely <zsborbely.u-szeged@partner.samsung.com>
1545 [EFL] Add include path of compact_unwind_encoding.h if FTL JIT is enabled
1546 https://bugs.webkit.org/show_bug.cgi?id=132907
1548 Reviewed by Gyuyoung Kim.
1550 * Source/cmake/FindLIBCXXABI.cmake: Added.
1551 * Source/cmake/OptionsEfl.cmake:
1553 2014-05-21 Michał Pakuła vel Rutka <m.pakula@samsung.com>
1555 [EFL] Turn on ENABLE_CSS_FILTERS
1556 https://bugs.webkit.org/show_bug.cgi?id=133153
1558 Reviewed by Gyuyoung Kim.
1560 * Source/cmake/OptionsEfl.cmake: Enable CSS_FILTERS as default option value.
1562 2014-05-16 Martin Robinson <mrobinson@igalia.com>
1564 [CMake] Improve handling of LIB_INSTALL_DIR, EXEC_INSTALL_DIR, and LIBEXEC_INSTALL_DIR
1565 https://bugs.webkit.org/show_bug.cgi?id=132819
1567 Reviewed by Carlos Garcia Campos.
1569 * CMakeLists.txt: Hard-code CMAKE_ARCHIVE_OUTPUT_DIRECTORY etc, so that we can accept absolute paths for LIB_INSTALL_DIR
1571 * Source/cmake/OptionsCommon.cmake: Get rid of LIB_SUFFIX and try to make all path variables absolute. Also set
1572 CMAKE_ARCHIVE_OUTPUT_DIRECTORY, etc using the last path component of LIB_INSTALL_DIR, etc, so that absolute paths
1574 * Source/cmake/OptionsGTK.cmake: Ditto. Also get rid of all pkg-config specific variables.
1576 2014-05-20 Gustavo Noronha Silva <gns@gnome.org>
1578 [CMake] Support building with Debug Fission
1579 https://bugs.webkit.org/show_bug.cgi?id=131177
1581 Reviewed by Philippe Normand.
1583 * Source/cmake/OptionsCommon.cmake: add a DEBUG_FISSION option to enable usage
1584 of http://gcc.gnu.org/wiki/DebugFission.
1586 2014-05-20 Carlos Garcia Campos <cgarcia@igalia.com>
1588 [GTK] Rename translation domain as WebKit2GTK-3.0
1589 https://bugs.webkit.org/show_bug.cgi?id=132953
1591 Reviewed by Gustavo Noronha Silva.
1593 * Source/cmake/OptionsGTK.cmake:
1595 2014-05-18 Rik Cabanier <cabanier@adobe.com>
1597 support for navigator.hardwareConcurrency
1598 https://bugs.webkit.org/show_bug.cgi?id=132588
1600 Reviewed by Filip Pizlo.
1602 * Source/cmake/OptionsEfl.cmake:
1603 * Source/cmake/OptionsGTK.cmake:
1604 * Source/cmake/WebKitFeatures.cmake:
1605 * Source/cmakeconfig.h.cmake:
1607 2014-05-14 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
1609 Remove CSS_STICKY_POSITION guards
1610 https://bugs.webkit.org/show_bug.cgi?id=132676
1612 Reviewed by Simon Fraser.
1614 * Source/cmake/OptionsEfl.cmake:
1615 * Source/cmake/OptionsGTK.cmake:
1616 * Source/cmake/WebKitFeatures.cmake:
1617 * Source/cmakeconfig.h.cmake:
1619 2014-05-12 Carlos Garcia Campos <cgarcia@igalia.com>
1621 Unreviewed. Bump version numbers.
1623 * Source/cmake/OptionsGTK.cmake:
1625 2014-05-10 Martin Robinson <mrobinson@igalia.com>
1627 [GTK][CMake] Unable to do make install
1628 https://bugs.webkit.org/show_bug.cgi?id=130188
1630 Reviewed by Carlos Garcia Campos.
1632 Only try to install the HTML documentation if the build is configured to generate it via
1633 the new ENABLE_GTKDOC option. We cannot conditionally install something, so this allows us
1634 to keep the HTML documentation directory as an installation source.
1636 * Source/PlatformGTK.cmake: The gtkdoc target now always builds HTML documentation, but
1637 is only added to the default target when ENABLE_GTKDOC is turned on. gtkdoc-no-html is
1638 now only added to the default target when DEVELOPER_MODE is true and ENABLE_GTKDOC is
1639 false. When both ENABLE_GTKDOC and DEVELOPER_MODE are false, documentation isn't built at all.
1640 * Source/cmake/OptionsGTK.cmake: Add an ENABLE_GTKDOC option to the build.
1642 2014-05-09 Anders Carlsson <andersca@apple.com>
1644 Rename WebKit2.framework to WebKit.framework
1645 https://bugs.webkit.org/show_bug.cgi?id=132743
1646 <rdar://problem/15920046>
1648 Reviewed by Dan Bernstein.
1651 Build WebKit.xcodeproj before WebKit2.xcodeproj.
1653 * WebKit.xcworkspace/xcshareddata/xcschemes/:
1656 2014-05-06 David Kilzer <ddkilzer@apple.com>
1658 Add Makefile targets for copying static libraries (LLVM and WKSI)
1659 <http://webkit.org/b/132619>
1661 Reviewed by Mark Rowe.
1664 (MODULES): Add WebKitLibraries.
1666 2014-05-06 Commit Queue <commit-queue@webkit.org>
1668 Unreviewed, rolling out r168304.
1669 https://bugs.webkit.org/show_bug.cgi?id=132607
1671 Broke the build (Requested by KaL on #webkit).
1675 "[GTK][CMake] Unable to do make install"
1676 https://bugs.webkit.org/show_bug.cgi?id=130188
1677 http://trac.webkit.org/changeset/168304
1679 2014-05-05 Martin Robinson <mrobinson@igalia.com>
1681 [GTK][CMake] Unable to do make install
1682 https://bugs.webkit.org/show_bug.cgi?id=130188
1684 Reviewed by Carlos Garcia Campos.
1686 Only try to install the HTML documentation if the build is configured to generate it via
1687 the new ENABLE_GTKDOC option. We cannot conditionally install something, so this allows us
1688 to keep the HTML documentation directory as an installation source.
1690 * Source/PlatformGTK.cmake: The gtkdoc target now always builds HTML documentation, but
1691 is only added to the default target when ENABLE_GTKDOC is turned on. gtkdoc-no-html is
1692 never added to the default target, but will be triggered by build-webkit, so that
1693 when ENABLE_GTKDOC is off and build-webkit isn't used, documentation isn't built at all.
1694 * Source/cmake/OptionsGTK.cmake: Add an ENABLE_GTKDOC option to the build.
1696 2014-05-03 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
1698 [CMake] Define SHOULD_INSTALL_JS_SHELL before including ports Options files.
1699 https://bugs.webkit.org/show_bug.cgi?id=132525
1701 Reviewed by Martin Robinson.
1703 * CMakeLists.txt: If OPTION() is called after Options${PORT}.cmake is included, it will
1704 override whatever value a port may have set for it. The GTK+ port, for example, tries to set
1705 it to SHOULD_INSTALL_JS_SHELL to ON by default, even though it did not happen before.
1707 2014-05-01 David Kilzer <ddkilzer@apple.com>
1709 Really remove ENABLE_PLUGIN_PROXY_FOR_VIDEO
1710 <http://webkit.org/b/132432>
1712 Reviewed by Tim Horton.
1714 * Source/cmake/WebKitFeatures.cmake:
1715 * Source/cmakeconfig.h.cmake:
1716 - Remove ENABLE_PLUGIN_PROXY_FOR_VIDEO as build option.
1718 2014-04-30 Simon Fraser <simon.fraser@apple.com>
1720 Make sure the "All" targets build WebKitLegacy, rather than WebKit.
1722 Reviewed by Dan Bernstein/Anders Carlsson.
1724 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
1725 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
1727 2014-04-30 Simon Fraser <simon.fraser@apple.com>
1729 Let Xcode have its way with the WebKit workspace.
1731 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
1732 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
1734 2014-04-29 Martin Robinson <mrobinson@igalia.com>
1736 [GTK] Make it easier to run CMake for downstreams
1737 https://bugs.webkit.org/show_bug.cgi?id=132370
1739 Reviewed by Carlos Garcia Campos.
1741 * Source/cmake/OptionsGTK.cmake: Turn PRODUCTION_MODE into DEVELOPER_MODE.
1743 2014-04-27 Joonghun Park <jh718.park@samsung.com>
1745 [EFL] Remove indexedDB's dependency on leveldb and disable indexedDB
1746 https://bugs.webkit.org/show_bug.cgi?id=132176
1748 Reviewed by Gyuyoung Kim.
1750 EFL port will use sqlite to support indexedDB. So, this patch removes levelDB dependency for now.
1752 * Source/cmake/OptionsEfl.cmake:
1754 2014-04-22 Alex Christensen <achristensen@webkit.org>
1756 Removed old stdbool and inttypes headers.
1757 https://bugs.webkit.org/show_bug.cgi?id=131966
1759 Reviewed by Brent Fulgham.
1761 * Source/cmake/OptionsWindows.cmake:
1762 * Source/cmake/WebKitPackaging.cmake:
1763 Removed references to os-win32 directory.
1765 2014-04-22 Zan Dobersek <zdobersek@igalia.com>
1767 Fix a typo in WebKitFeatures.cmake -- INITALVALUE -> INITIALVALUE.
1769 Rubber-stamped by Carlos Garcia Campos.
1771 * Source/cmake/WebKitFeatures.cmake:
1773 2014-04-18 Jon Honeycutt <jhoneycutt@apple.com>
1775 Empty RenderInline objects should not be line break objects.
1777 https://bugs.webkit.org/show_bug.cgi?id=131861
1778 <rdar://problem/15663617>
1780 Reviewed by David Hyatt.
1782 * ManualTests/empty-inline-as-line-break-position.html: Added.
1783 This issue wouldn't reproduce in WebKitTestRunner.
1785 2014-04-19 Brent Fulgham <bfulgham@apple.com>
1787 Revert unintended workspace change in my last commit.
1789 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme: Set the
1790 Scheme type back to Debug.
1792 2014-04-18 Philippe Normand <pnormand@igalia.com>
1794 Remove NETWORK_INFO support
1795 https://bugs.webkit.org/show_bug.cgi?id=131841
1797 Reviewed by Gyuyoung Kim.
1799 * Source/cmake/OptionsEfl.cmake:
1800 * Source/cmake/OptionsGTK.cmake:
1801 * Source/cmake/WebKitFeatures.cmake:
1802 * Source/cmakeconfig.h.cmake:
1804 2014-04-17 Darin Adler <darin@apple.com>
1806 Try to fix EFL and GTK builds.
1808 * Source/cmake/OptionsEfl.cmake: Add INDEXED_DATABASE_IN_WORKERS.
1809 * Source/cmake/OptionsGTK.cmake: Ditto.
1810 * Source/cmakeconfig.h.cmake: Ditto.
1812 2014-04-16 Brendan Long <b.long@cablelabs.com>
1814 [GTK][CMAKE] build-webkit doesn't detect when the build fails
1815 https://bugs.webkit.org/show_bug.cgi?id=130148
1817 Reviewed by Martin Robinson.
1819 * Source/cmake/OptionsGTK.cmake: Replace CMake's automatic make -i with make -k, which still continues after errors, but correctly reports tha the build failed.
1821 2014-04-16 Carlos Garcia Campos <cgarcia@igalia.com>
1823 REGRESSION(r166779): [GTK] Printing doesn't work since r166779
1824 https://bugs.webkit.org/show_bug.cgi?id=131725
1826 Reviewed by Philippe Normand.
1828 * Source/cmake/OptionsGTK.cmake: Check GTK_UNIX_PRINT_FOUND
1829 instead of GTK_UNIX_PRINTING_FOUND and set the macro
1830 HAVE_GTK_UNIX_PRINTING to 1 when found.
1832 2014-04-11 Brian J. Burg <burg@cs.washington.edu>
1834 Web Replay: memoize nondeterministic attributes of the Navigator interface
1835 https://bugs.webkit.org/show_bug.cgi?id=131340
1837 Reviewed by Timothy Hatcher.
1839 * ManualTests/inspector/replay-window-navigator-basic.html: Added.
1841 2014-04-09 Brendan Long <b.long@cablelabs.com>
1843 [GStreamer] Expose MPEG-TS metadata
1844 https://bugs.webkit.org/show_bug.cgi?id=122001
1846 Reviewed by Eric Carlson.
1848 * Source/cmake/FindGStreamer.cmake: Look for gstreamer-mpegts >= 1.3.0.
1849 * Source/cmake/OptionsEfl.cmake: Same.
1850 * Source/cmake/OptionsGTK.cmake: Same.
1852 2014-04-08 Brian J. Burg <burg@cs.washington.edu>
1854 Web Replay: memoize nondeterministic attributes of the Screen interface
1855 https://bugs.webkit.org/show_bug.cgi?id=131339
1857 Reviewed by Timothy Hatcher.
1859 * ManualTests/inspector/replay-window-screen.html: Added.
1861 2014-04-08 Martin Robinson <mrobinson@igalia.com>
1863 [GTK] Remove the WebKitGTK+ WebKit 1 code
1864 https://bugs.webkit.org/show_bug.cgi?id=131399
1866 Reviewed by Anders Carlsson.
1868 * Source/PlatformGTK.cmake: Remove WebKit1 dependency from dist target.
1869 * Source/cmake/OptionsGTK.cmake: Remove option to compile with GTK+2 or with WebKit2 disabled.
1871 2014-04-08 Dan Bernstein <mitz@apple.com>
1873 Added bmalloc to the WebKit workspace.
1874 https://bugs.webkit.org/show_bug.cgi?id=131362
1876 Reviewed by Geoff Garen.
1878 * WebKit.xcworkspace/contents.xcworkspacedata:
1879 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
1880 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
1882 2014-04-08 Geoffrey Garen <ggaren@apple.com>
1884 Build bmalloc on iOS too
1885 https://bugs.webkit.org/show_bug.cgi?id=131381
1887 Reviewed by Andreas Kling.
1889 * Source/Makefile: Build it.
1891 2014-04-07 Geoffrey Garen <ggaren@apple.com>
1893 Build bmalloc on Mac
1894 https://bugs.webkit.org/show_bug.cgi?id=131333
1896 Reviewed by Mark Rowe.
1899 * WebKitBuild: Added.
1900 * WebKitBuild/Debug: Added.
1902 2014-04-07 Ryuan Choi <ryuan.choi@samsung.com>
1904 [EFL] Turn on ENABLE_MEDIA_CONTROLS_SCRIPT
1905 https://bugs.webkit.org/show_bug.cgi?id=131257
1907 Reviewed by Gyuyoung Kim.
1909 * Source/cmake/OptionsEfl.cmake: Enable MEDIA_CONTROLS_SCRIPT
1911 2014-04-06 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
1913 [GTK] Stop trying to install WebKit1 documentation
1914 https://bugs.webkit.org/show_bug.cgi?id=131278
1916 Reviewed by Martin Robinson.
1918 * Source/PlatformGTK.cmake: Remove install() call since the WebKit1 documentation is not
1919 built anymore since r166584. This fixes `make install'.
1921 2014-04-04 Brian J. Burg <burg@cs.washington.edu>
1923 Web Replay: capture and replay wheel events and scroll commands
1924 https://bugs.webkit.org/show_bug.cgi?id=129402
1926 Reviewed by Timothy Hatcher.
1928 * ManualTests/inspector/replay-wheel-events.html: Added.
1930 2014-04-04 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
1932 [GTK][CMake] Remove FindXt.cmake.
1933 https://bugs.webkit.org/show_bug.cgi?id=131227
1935 Reviewed by Anders Carlsson.
1937 Xt is already detected by CMake's own FindX11.cmake, so there is no need to keep a custom FindXt.cmake around.
1939 * Source/cmake/FindXt.cmake: Removed.
1940 * Source/cmake/OptionsGTK.cmake:
1942 2014-04-04 Tamas Gergely <tgergely.u-szeged@partner.samsung.com>
1944 [EFL] Build error due to changed path of generated js files.
1945 https://bugs.webkit.org/show_bug.cgi?id=131215
1947 Reviewed by Gyuyoung Kim.
1949 r166648 fixed the generation of some .js files on GTK. Due to some
1950 changes in the paths it causes a build error on EFL.
1952 * Source/PlatformEfl.cmake:
1953 Replaced path for two derived source files.
1955 2014-04-02 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
1957 [GTK][CMake] Look for glx.h in OPENGL_INCLUDE_DIR.
1958 https://bugs.webkit.org/show_bug.cgi?id=131095
1960 Reviewed by Martin Robinson.
1962 One needs to take into account OpenGL's include directory found via
1963 find_package() when looking for glx.h, since if the former is a
1964 non-standard location the latter will also be. If this is not it is
1965 possible that OpenGL is found but GLX support is not properly detected.
1967 * Source/cmake/OptionsGTK.cmake:
1969 2014-04-02 Martin Robinson <mrobinson@igalia.com>
1971 REGRESSION(r165704): [GTK] Inspector resources not correctly generated
1972 https://bugs.webkit.org/show_bug.cgi?id=130343
1974 Reviewed by Gustavo Noronha Silva.
1976 * CMakeLists.txt: Add a variable which points to the directory to store WebInspectorUI
1978 * Source/cmake/WebKitFS.cmake: Generate WebInspectorUI derived sources directories.
1980 2014-04-01 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
1982 [CMake] Drop port check from FindEGL.cmake.
1983 https://bugs.webkit.org/show_bug.cgi?id=131091
1985 Reviewed by Gyuyoung Kim.
1987 There is no reason to mark some variables as advanced only for the
1990 * Source/cmake/FindEGL.cmake: Mark EGL_INCLUDE_DIR and EGL_LIBRARY
1991 as advanced regardless of the port.
1993 2014-04-01 Dániel Bátyai <dbatyai.u-szeged@partner.samsung.com>
1995 Fix the !ENABLE(BATTERY_STATUS) build
1996 https://bugs.webkit.org/show_bug.cgi?id=130183
1998 Reviewed by Anders Carlsson.
2000 * Source/cmake/OptionsEfl.cmake:
2002 2014-03-31 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
2004 [CMake][GTK] Do not expand variables twice in if() checks.
2005 https://bugs.webkit.org/show_bug.cgi?id=130964
2007 Reviewed by Martin Robinson.
2009 In CMake, `if (${foo})' causes $foo to be evaluated first and its value
2010 to be checked by the if clause. This is not what we want, and
2011 configuration fails when, say, GLX support wasn't found as the if
2012 clause is actually evaluated as `if (TRUE AND (OR TRUE))'.
2014 * Source/cmake/OptionsGTK.cmake: Pass if (FOO) instead of if (${FOO})
2017 2014-03-31 Martin Robinson <mrobinson@igalia.com>
2019 [GTK] Remove scripts code only applicable to autotools
2020 https://bugs.webkit.org/show_bug.cgi?id=130841
2022 Reviewed by Anders Carlsson.
2024 * Source/cmake/WebKitPackaging.cmake: No longer need to consider autotools files.
2026 2014-03-31 Martin Robinson <mrobinson@igalia.com>
2028 [GTK] Use PROJECT_VERSION_* instead of WEBKIT_*_VERSION
2029 https://bugs.webkit.org/show_bug.cgi?id=130936
2031 Reviewed by Carlos Garcia Campos.
2033 * Source/cmake/OptionsGTK.cmake: No longer emulate the Autotools macro names.
2035 2014-03-31 Carlos Garcia Campos <cgarcia@igalia.com>
2037 [GTK] Add support for GTK3 plugins
2038 https://bugs.webkit.org/show_bug.cgi?id=130599
2040 Reviewed by Martin Robinson.
2042 * Source/cmake/OptionsGTK.cmake:
2044 2014-03-28 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2046 [EFL] Bump glib version from 2.36 to 2.38
2047 https://bugs.webkit.org/show_bug.cgi?id=130886
2049 Reviewed by Csaba Osztrogonác.
2051 * Source/cmake/OptionsEfl.cmake: Required glib-2.38 version.
2053 2014-03-26 Zoltan Horvath <zoltan@webkit.org>
2055 [CSS Shapes] Remove shape-inside support
2056 https://bugs.webkit.org/show_bug.cgi?id=130698
2058 Reviewed by David Hyatt.
2060 * Source/cmake/WebKitFeatures.cmake:
2061 * Source/cmakeconfig.h.cmake:
2063 2014-03-25 Martin Robinson <mrobinson@igalia.com>
2065 [GTK] Remove the autotools build
2066 https://bugs.webkit.org/show_bug.cgi?id=130717
2068 Reviewed by Anders Carlsson.
2070 * .gitignore: Remove references to autotools files.
2071 * GNUmakefile.am: Removed.
2072 * Source/autotools/CheckSystemAndBasicDependencies.m4: Removed.
2073 * Source/autotools/CustomMacros.m4: Removed.
2074 * Source/autotools/FindDependencies.m4: Removed.
2075 * Source/autotools/PrintBuildConfiguration.m4: Removed.
2076 * Source/autotools/ReadCommandLineArguments.m4: Removed.
2077 * Source/autotools/SetupAutoconfHeader.m4: Removed.
2078 * Source/autotools/SetupAutomake.m4: Removed.
2079 * Source/autotools/SetupCompilerFlags.m4: Removed.
2080 * Source/autotools/SetupLibtool.m4: Removed.
2081 * Source/autotools/SetupWebKitFeatures.m4: Removed.
2082 * Source/autotools/Versions.m4: Removed.
2083 * Source/autotools/acinclude.m4: Removed.
2084 * Source/autotools/dolt.m4: Removed.
2085 * Source/autotools/gsettings.m4: Removed.
2086 * Source/cmake/OptionsGTK.cmake:
2087 * autogen.sh: Removed.
2088 * configure.ac: Removed.
2090 2014-03-25 Gabor Rapcsanyi <rgabor@webkit.org>
2092 [EFL] Add ARM64 build support
2093 https://bugs.webkit.org/show_bug.cgi?id=130506
2095 Rubber stamped by Gyuyoung Kim.
2097 * CMakeLists.txt: Set WTF_CPU_ARM64 when aarch64 is defined.
2099 2014-03-25 Michał Pakuła vel Rutka <m.pakula@samsung.com>
2101 [EFL][WK2] Add NETWORK_PROCESS build option
2102 https://bugs.webkit.org/show_bug.cgi?id=130131
2104 Reviewed by Gyuyoung Kim.
2106 Add option to build EFL port with NETWORK_PROCESS set on. By default NETWORK_PROCESS is
2109 * Source/cmake/OptionsEfl.cmake:
2111 2014-03-24 Brian Burg <bburg@apple.com>
2113 Web Replay: capture and replay keyboard events
2114 https://bugs.webkit.org/show_bug.cgi?id=130314
2116 Reviewed by Joseph Pecoraro.
2118 * ManualTests/inspector/replay-keyboard-events.html: Added.
2120 2014-03-24 Sangyong Park <sy302.park@gmail.com>
2122 [EFL] Inspector page is not loaded.
2123 https://bugs.webkit.org/show_bug.cgi?id=130661
2125 Reviewed by Gyuyoung Kim.
2127 Inspector page is not loaded, because some javascript files are not installed.
2128 (InspectorJSBackendCommands.js, InspectorWebBackendCommands.js)
2130 * Source/PlatformEfl.cmake:
2132 2014-03-20 Thiago de Barros Lacerda <thiago.lacerda@openbossa.org>
2134 [EFL][GTK] Get CMake to find Freetype2 properly
2135 https://bugs.webkit.org/show_bug.cgi?id=130150
2137 Reviewed by Martin Robinson.
2139 Newer versions of CMake are not able to find Freetype2 correctly.
2140 FindFreetype2.cmake checks for the version number in freetype.h header, since it seems that bug exists in
2141 freetype2 repo, because a completely different version number is found in freetype2.pc.
2143 * Source/cmake/FindFreetype2.cmake: Added.
2144 * Source/cmake/OptionsEfl.cmake:
2145 * Source/cmake/OptionsGTK.cmake:
2147 2014-03-20 Brian Burg <bburg@apple.com>
2149 Web Replay: capture and replay mouse events
2150 https://bugs.webkit.org/show_bug.cgi?id=129395
2152 Reviewed by Joseph Pecoraro.
2154 Create a manual test for capture/replay of mouse events.
2155 Copy over the crypto-md5.js library from SunSpider.
2157 * ManualTests/inspector/replay-mouse-events.html: Added.
2158 * ManualTests/inspector/resources/crypto-md5.js: Added.
2160 2014-03-20 Zan Dobersek <zdobersek@igalia.com>
2162 [GTK][CMake] Add support for building with Clang
2163 https://bugs.webkit.org/show_bug.cgi?id=130260
2165 Reviewed by Martin Robinson.
2167 * Source/PlatformGTK.cmake: Run the generate-gtkdoc script with the CFLAGS env set
2168 to the list C compiler flags as constructed by CMake.
2169 * Source/cmake/OptionsCommon.cmake: When building with Clang, use the -Qunused-arguments
2170 compiler option to suppress verbose warnings about arguments that went unused by the driver.
2171 * Source/cmake/OptionsGTK.cmake: Use -fno-omit-frame-pointer for both GCC and Clang.
2172 -fno-tree-dce should be used only for GCC.
2173 * Source/cmake/gtest/CMakeLists.txt: When building with Clang the GTest framework
2174 should be built with GTEST_HAS_TR1_TUPLE macro defined to 0 to avoid build failures.
2176 2014-03-20 Commit Queue <commit-queue@webkit.org>
2178 Unreviewed, rolling out r165962.
2179 https://bugs.webkit.org/show_bug.cgi?id=130512
2181 It broke the build (Requested by Ossy on #webkit).
2185 "[EFL][GTK] Get CMake to find Freetype2 properly"
2186 https://bugs.webkit.org/show_bug.cgi?id=130150
2187 http://trac.webkit.org/changeset/165962
2189 2014-03-20 Thiago de Barros Lacerda <thiago.lacerda@openbossa.org>
2191 [EFL][GTK] Get CMake to find Freetype2 properly
2192 https://bugs.webkit.org/show_bug.cgi?id=130150
2194 Reviewed by Csaba Osztrogonác.
2196 Newer versions of CMake are not able to find Freetype2 correctly.
2197 FindFreetype2.cmake checks for the version number in freetype.h header, since it seems that bug exists in
2198 freetype2 repo, because a completely different version number is found in freetype2.pc.
2200 * Source/cmake/FindFreetype2.cmake: Added.
2201 * Source/cmake/OptionsEfl.cmake:
2202 * Source/cmake/OptionsGTK.cmake:
2204 2014-03-17 Brendan Long <b.long@cablelabs.com>
2206 [GStreamer] human readable language code for tracks
2207 https://bugs.webkit.org/show_bug.cgi?id=124514
2209 Reviewed by Martin Robinson.
2211 * Source/autotools/FindDependencies.m4: Add gstreamer-tag-1.0.
2212 * Source/cmake/FindGStreamer.cmake: Same.
2213 * Source/cmake/OptionsEfl.cmake: Same.
2214 * Source/cmake/OptionsGTK.cmake: Same.
2216 2014-03-17 Martin Robinson <mrobinson@igalia.com>
2218 [GTK][CMake] Credential storage is not enabled
2219 https://bugs.webkit.org/show_bug.cgi?id=130149
2221 Reviewed by Philippe Normand.
2223 * Source/cmake/OptionsGTK.cmake: Add an ENABLE_CREDENTIAL_STORAGE option to the configuration
2224 and look libsecret when it's enabled.
2225 * Source/cmakeconfig.h.cmake: Expose the ENABLE_CREDENTIAL_STORAGE option to the build.
2227 2014-03-17 Martin Robinson <mrobinson@igalia.com>
2229 [GTK][CMake] Ensure that HAVE_GTK_UNIX_PRINTING is defined when appropriate
2230 https://bugs.webkit.org/show_bug.cgi?id=130155
2232 Reviewed by Philippe Normand.
2234 * Source/cmake/FindGTKUnixPrint.cmake: Added.
2235 * Source/cmake/OptionsGTK.cmake: Look for gtk+-unix-print and use it to turn on HAVE_GTK_UNIX_PRINTING.
2236 * Source/cmakeconfig.h.cmake: Add the HAVE_GTK_UNIX_PRINTING define.
2238 2014-03-16 Kim Byung Jun <bj1987.kim@samsung.com>
2240 [EFL] Enable TOUCH_SLIDER macro.
2241 https://bugs.webkit.org/show_bug.cgi?id=130186
2243 Reviewed by Gyuyoung Kim.
2245 * Source/cmake/OptionsEfl.cmake:
2247 2014-03-16 Zan Dobersek <zdobersek@igalia.com>
2249 [GTK][CMake] Build with -fno-rtti
2250 https://bugs.webkit.org/show_bug.cgi?id=130261
2252 Reviewed by Martin Robinson.
2254 * Source/cmake/OptionsCommon.cmake: List the -fno-exceptions, -fno-strict-aliasing
2255 and -fno-rtti options in the global CMAKE_C_FLAGS and CMAKE_CXX_FLAGS (-fno-rtti
2256 is only listed in the latter). Replace -std=gnu++0x with the official -std=c++11 option.
2257 * Source/cmake/WebKitHelpers.cmake: Stop -fno-exceptions and -fno-strict-aliasing
2258 from being set through the WEBKIT_SET_EXTRA_COMPILER_FLAGS macro, they are now listed
2259 in CMAKE_C_FLAGS and CMAKE_CXX_FLAGS.
2260 * Source/cmake/gtest/CMakeLists.txt: Build GTest code with GTEST_HAS_RTTI macro defined to 0.
2262 2014-03-16 Brendan Long <b.long@cablelabs.com>
2264 [GStreamer] CMake doesn't find the include path for gstreamer-base
2265 https://bugs.webkit.org/show_bug.cgi?id=130098
2267 Reviewed by Philippe Normand.
2269 * Source/cmake/FindGStreamer.cmake: Look for a header in gstreamer-base instead of looking for gst/gst.h twice.
2271 2014-03-14 Maciej Stachowiak <mjs@apple.com>
2273 Replace "Apple Computer, Inc." with "Apple Inc." in copyright headers
2274 https://bugs.webkit.org/show_bug.cgi?id=130276
2275 <rdar://problem/16266927>
2277 Reviewed by Simon Fraser.
2279 * ManualTests/NPN_Invoke/Info.plist:
2280 * ManualTests/NPN_Invoke/main.c:
2281 * ManualTests/accessibility/resources/AppletTest.java:
2283 2014-03-14 Zan Dobersek <zdobersek@igalia.com>
2285 [CMake] Remove -fno-tree-sra workaround for GCC 4.5
2286 https://bugs.webkit.org/show_bug.cgi?id=130258
2288 Reviewed by Martin Robinson.
2290 GCC compilers 4.7 and later are supported, so there's no need for disabling
2291 the -ftree-sra optimization which was causing problems when enabled on GCC 4.5.
2293 * Source/cmake/WebKitHelpers.cmake:
2295 2014-03-14 Landry Breuil <landry@openbsd.org>
2297 Add autotools boilerplate for proper os defines on OpenBSD/NetBSD/DragonFly
2298 https://bugs.webkit.org/show_bug.cgi?id=129966
2300 Reviewed by Andreas Kling.
2302 * Source/autotools/CheckSystemAndBasicDependencies.m4:
2303 * Source/autotools/SetupAutomake.m4:
2305 2014-03-13 Mario Sanchez Prada <mario.prada@samsung.com>
2307 [CMake] Failure to link with older installations of WebP
2308 https://bugs.webkit.org/show_bug.cgi?id=130195
2310 Reviewed by Gustavo Noronha Silva.
2312 Fix the issue by using a temporary variable as the output parameter
2313 to check_include_files(), setting WEBP_FOUND accordingly later.
2315 * Source/cmake/FindWebP.cmake: Avoid reusing the WEBP_FOUND
2316 variable in check_include_files(), as it will lead to misleading
2317 results (will always be FALSE). Use a temporary variable instead
2318 and explicitly set WEBP_FOUND to TRUE later if needed.
2320 2014-03-12 Martin Robinson <mrobinson@igalia.com>
2322 [CMake] Changes to the bindings generator Perl modules do not trigger regeneration of bindings
2323 https://bugs.webkit.org/show_bug.cgi?id=130170
2325 Reviewed by Daniel Bates.
2327 * Source/cmake/WebKitMacros.cmake: Add the Perl modules used in script generation to the dependency
2328 list. We must check whether or not the specific one exists first, because the InjectedBundle uses a
2329 fake "TestRunner" generator.
2331 2014-03-12 Carlos Garcia Campos <cgarcia@igalia.com>
2333 [GTK][CMAKE] Remove compile warnings about GTK+ deprecated API
2334 https://bugs.webkit.org/show_bug.cgi?id=130014
2336 Reviewed by Martin Robinson.
2338 Set GDK_VERSION_MIN_REQUIRED to GDK_VERSION_3_6.
2340 * Source/cmake/OptionsGTK.cmake:
2341 * Source/cmakeconfig.h.cmake:
2343 2014-03-12 Martin Robinson <mrobinson@igalia.com>
2345 [GTK][CMAKE] Too verbose build output
2346 https://bugs.webkit.org/show_bug.cgi?id=130076
2348 Reviewed by Carlos Garcia Campos.
2350 * Source/cmake/OptionsGTK.cmake: Generate a script which does the actual build. This
2351 works around an issue where cmake --build doesn't support ninja's pretty printing.
2353 2014-03-10 Mario Sanchez Prada <mario.prada@samsung.com>
2355 [GTK] Add support for Geoclue2
2356 https://bugs.webkit.org/show_bug.cgi?id=120185
2358 Reviewed by Carlos Garcia Campos.
2360 Patch by Anton Obzhirov <a.obzhirov@samsung.com> and Mario Sanchez Prada <mario.prada@samsung.com>
2362 Add support for Geoclue2 using autotools.
2364 * Source/autotools/FindDependencies.m4: Add support for handling
2365 both Geoclue 1.0 and 2.0.
2366 * Source/autotools/PrintBuildConfiguration.m4: Print the version
2367 of geoclue that is being used.
2368 * Source/autotools/SetupAutoconfHeader.m4: Define GEOCLUE_API_VERSION_2.
2369 * Source/autotools/SetupAutomake.m4: Likewise, for AM_CONDITIONAL.
2370 * Source/autotools/Versions.m4: Added minimum required version for Geoclue2.
2372 Add support for Geoclue2 using CMake.
2374 * Source/cmake/FindGeoClue2.cmake: Added.
2375 * Source/cmake/OptionsGTK.cmake: Add support for handling Geoclue 1.0 and 2.0.
2376 * Source/cmakeconfig.h.cmake: Define WTF_USE_GEOCLUE2.
2378 2014-03-10 Martin Robinson <mrobinson@igalia.com>
2380 [GTK][CMAKE] gtk-doc HTML documentation is generated by default when building with CMake
2381 https://bugs.webkit.org/show_bug.cgi?id=130016
2383 Reviewed by Carlos Garcia Campos.
2385 * Source/PlatformGTK.cmake: Add two gtkdoc targets, one which builds HTML and one which
2386 doesn't. Add the non-HTML version to the default target, but not the HTML version. The
2387 HTML version will still run when building the distribution tarball.
2389 2014-03-10 Martin Robinson <mrobinson@igalia.com>
2391 [GTK] [CMake] Clean up library linking
2392 https://bugs.webkit.org/show_bug.cgi?id=129782
2394 Reviewed by Philippe Normand.
2396 * Source/cmake/OptionsGTK.cmake: Add a macro to wrap all libraries in a list with --whole-archive
2397 so that unused symbols are not dropped. This is useful when building up shared libraries
2398 from convenience libraries.
2400 2014-03-08 Landry Breuil <landry@openbsd.org>
2402 Don't check for shm_open on librt on OpenBSD, lib doesnt exist.
2403 https://bugs.webkit.org/show_bug.cgi?id=129973
2405 Reviewed by Martin Robinson.
2407 * Source/autotools/FindDependencies.m4:
2409 2014-03-06 Anders Carlsson <andersca@apple.com>
2411 Build WebKit2 before building WebKit
2412 https://bugs.webkit.org/show_bug.cgi?id=129831
2413 <rdar://problem/15920020>
2415 Reviewed by Dan Bernstein.
2418 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
2419 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
2421 2014-03-06 Commit Queue <commit-queue@webkit.org>
2423 Unreviewed, rolling out r165193.
2424 http://trac.webkit.org/changeset/165193
2425 https://bugs.webkit.org/show_bug.cgi?id=129823
2427 Not specifying libc++ as the stdlib for Clang through CXXFLAGS
2428 env confuses libtool (Requested by zdobersek on #webkit).
2430 * Source/autotools/SetupCompilerFlags.m4:
2432 2014-03-06 Zan Dobersek <zdobersek@igalia.com>
2434 [GTK][Autotools] Default to libc++ when compiling with Clang
2435 https://bugs.webkit.org/show_bug.cgi?id=129798
2437 Reviewed by Anders Carlsson.
2439 * Source/autotools/SetupCompilerFlags.m4: Default to using libc++ when compiling with the Clang
2440 compiler. This is still overridable if -stdlib=* flag was set through CXXFLAGS, in case people
2441 would for some reason still prefer libstdc++ (i.e. on setups where a functional libc++ is not yet available).
2443 2014-03-05 Martin Robinson <mrobinson@igalia.com>
2445 [CMake] Ninja generator builds fail with "Argument list too long"
2446 https://bugs.webkit.org/show_bug.cgi?id=129771
2448 Reviewed by Daniel Bates.
2450 * Source/cmake/OptionsCommon.cmake: Work around a bug in the Ninja CMake generator,
2451 by forcing the use of response files.
2453 2014-03-05 Ryuan Choi <ryuan.choi@samsung.com>
2455 [CMake] Use thin archives if building on Linux for non-shared-core debug builds
2456 https://bugs.webkit.org/show_bug.cgi?id=108330
2458 Reviewed by Martin Robinson.
2460 In order to get non-shared debug builds, this patch applied T option for
2461 thin archives to the flags passed to ar when cmake based ports build on linux.
2462 In addition, applied u option which avoids adding a file twice.
2464 * Source/cmake/OptionsCommon.cmake: Moved archive options from OptionsGTK.cmake.
2465 * Source/cmake/OptionsEfl.cmake:
2466 Removed error messages for non-shared-core debug builds.
2467 * Source/cmake/OptionsGTK.cmake: Moved archive options to OptionsCommon.cmake.
2469 2014-03-04 Zan Dobersek <zdobersek@igalia.com>
2471 [GTK] Build the Udis86 disassembler
2472 https://bugs.webkit.org/show_bug.cgi?id=129679
2474 Reviewed by Michael Saboff.
2476 * GNUmakefile.am: Add the Udis86_nosources variable.
2477 * Source/cmake/OptionsGTK.cmake: Enable the Udis86 disassembler.
2479 2014-03-04 Martin Robinson <mrobinson@igalia.com>
2481 [GTK] Simplify the GObject DOM bindings API break check into one step
2482 https://bugs.webkit.org/show_bug.cgi?id=129571
2484 Reviewed by Carlos Garcia Campos.
2486 * Source/PlatformGTK.cmake: We don't need to run the API break check before gtkdoc generation.
2487 Add the check to 'make check.'
2489 2014-03-04 Martin Robinson <mrobinson@igalia.com>
2491 [GTK][CMake] ENABLE_NAVIGATOR_CONTENT_UTILS is mistakenly enabled for the CMake build
2492 https://bugs.webkit.org/show_bug.cgi?id=129502
2494 Reviewed by Carlos Garcia Campos.
2496 * Source/cmake/OptionsGTK.cmake: Disable the option for GTK+.
2498 2014-03-03 Jozsef Berta <jberta.u-szeged@partner.samsung.com>
2500 [cmake] *Names.cpp file should be regenerated after touching StaticString.pm
2501 https://bugs.webkit.org/show_bug.cgi?id=129031
2503 Reviewed by Csaba Osztrogonác.
2505 * Source/cmake/WebKitMacros.cmake: Added a call for make_names.pm dependencies in GENERATE_FONT_NAMES and GENERATE_DOM_NAMES macros.
2507 2014-03-03 Carlos Garcia Campos <cgarcia@igalia.com>
2509 [GTK] WebKit2WebExtension GIR can't be used in vala
2510 https://bugs.webkit.org/show_bug.cgi?id=127179
2512 Reviewed by Martin Robinson.
2514 Add a different pkg-config file for the web extensions API.
2516 * Source/cmake/OptionsGTK.cmake:
2519 2014-03-02 Dirkjan Ochtman <d.ochtman@activevideo.com>
2521 Support ENABLE_ENCRYPTED_MEDIA in cmake builds
2522 https://bugs.webkit.org/show_bug.cgi?id=129575
2524 Reviewed by Philippe Normand.
2526 * Source/cmake/OptionsEfl.cmake:
2527 Enabled ENABLE_ENCRYPTED_MEDIA{,_V2} usage.
2528 * Source/cmake/OptionsGTK.cmake:
2529 Enabled ENABLE_ENCRYPTED_MEDIA{,_V2} usage.
2530 * Source/cmake/WebKitFeatures.cmake:
2531 Enabled ENABLE_ENCRYPTED_MEDIA{,_V2} usage.
2532 * Source/cmakeconfig.h.cmake:
2533 Added ENABLE_ENCRYPTED_MEDIA{,_V2} flags.
2535 2014-02-27 Peter Molnar <pmolnar.u-szeged@partner.samsung.com>
2537 Enable support of X-Content-Type-Options: nosniff header for EFL
2538 https://bugs.webkit.org/show_bug.cgi?id=128673
2540 Reviewed by Gyuyoung Kim.
2542 * Source/cmake/OptionsEfl.cmake:
2543 Enabled NOSNIFF feature flag for EFL.
2545 2014-02-27 Koop Mast <kwm@FreeBSD.org>
2547 Fallback on checking for libz manualy if zlib.pc isn't available.
2548 https://bugs.webkit.org/show_bug.cgi?id=127061
2550 Reviewed by Gustavo Noronha Silva.
2552 * Source/autotools/FindDependencies.m4:
2554 2014-02-25 Sergio Villar Senin <svillar@igalia.com>
2556 [CSS Grid Layout] Add ENABLE flag
2557 https://bugs.webkit.org/show_bug.cgi?id=129153
2559 Reviewed by Simon Fraser.
2561 Added the ENABLE_CSS_GRID_LAYOUT feature flag to the cmake and
2562 autotools build systems. The feature is disabled by default for
2565 * Source/autotools/SetupWebKitFeatures.m4:
2566 * Source/cmake/OptionsEfl.cmake:
2567 * Source/cmake/OptionsGTK.cmake:
2568 * Source/cmake/WebKitFeatures.cmake:
2569 * Source/cmakeconfig.h.cmake:
2571 2014-02-24 Martin Robinson <mrobinson@igalia.com>
2573 [GTK] generate-gtkdoc should not generate documentation for source files for unbuilt source files
2574 https://bugs.webkit.org/show_bug.cgi?id=128417
2576 Reviewed by Carlos Garcia Campos.
2578 * Source/cmake/OptionsGTK.cmake: Define the paths to the pkgconfig files here, so that they
2579 may one day be used in the webkitdom config file generation.
2581 2014-02-18 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2583 [EFL][CMake] Fix javascriptcore test failings by the jsCStack branch merge
2584 https://bugs.webkit.org/show_bug.cgi?id=128961
2586 Reviewed by Ryosuke Niwa.
2588 Javascriptcore test on EFL port has been broken since the jsCStack branch merge.
2589 For now we can fix almost tests by using "-fno-tree-dce option". Unfortunately,
2590 EFL port needs not to check "uninitialized" build warning as error in order to
2591 adjust the option to EFL port. This patch don't take it as error temporarily.
2593 * Source/cmake/OptionsEfl.cmake:
2594 * Source/cmake/WebKitHelpers.cmake:
2596 2014-02-16 Martin Robinson <mrobinson@igalia.com>
2598 [GTK] [CMake] JavaScriptCore crashes in JSC::eval
2599 https://bugs.webkit.org/show_bug.cgi?id=128434
2601 Reviewed by Anders Carlsson.
2603 * Source/cmake/OptionsGTK.cmake: Add -fno-omit-frame-pointer to the GTK+ CMake
2604 port as well as -fno-tree-dce, like it is used in the autotools build.
2606 2014-02-17 ChangSeok Oh <changseok.oh@collabora.com>
2608 [GTK] MEDIA_CONTROLS_SCRIPT depends on VIDEO_TRACK
2609 https://bugs.webkit.org/show_bug.cgi?id=128799
2611 Reviewed by Philippe Normand.
2613 MEDIA_CONTROLS_SCRIPT has a dependency on VIDEO_TRACK. So it causes a build break
2614 if building with autotools. cmake system has enabled it as default. So I propose
2615 enabling VIDEO_TRACK as well.
2617 * Source/autotools/SetupWebKitFeatures.m4:
2619 2014-02-14 Commit Queue <commit-queue@webkit.org>
2621 Unreviewed, rolling out r164090.
2622 http://trac.webkit.org/changeset/164090
2623 https://bugs.webkit.org/show_bug.cgi?id=128807
2625 It broke the EFL build (Requested by Ossy on #webkit).
2627 * Source/cmake/OptionsCommon.cmake:
2628 * Source/cmake/OptionsEfl.cmake:
2630 2014-02-09 Martin Robinson <mrobinson@igalia.com>
2632 [GTK] [CMake] JavaScriptCore crashes in JSC::eval
2633 https://bugs.webkit.org/show_bug.cgi?id=128434
2635 Extend a fix for EFL to all ports that use GCC. Also include further fixes
2636 that were applied only to the autotools build.
2638 Reviewed by Gyuyoung Kim.
2640 * Source/cmake/OptionsCommon.cmake: Add -fno-omit-frame-pointer to all ports as well
2641 as -fno-tree-dce, which is necessary for GTK+.
2642 * Source/cmake/OptionsEfl.cmake: The GCC flag additions are now in the common options file.
2644 2014-02-04 Gustavo Noronha Silva <gns@gnome.org>
2646 [GTK][CMake] Generate GObject DOM bindings .symbols files
2647 https://bugs.webkit.org/show_bug.cgi?id=126210
2649 Reviewed by Martin Robinson.
2651 * Source/PlatformGTK.cmake: add checking DOM bindings API as a dependency
2652 for documentation generation.
2654 2014-02-13 Xabier Rodriguez Calvar <calvaris@igalia.com>
2656 [GTK] MEDIA_CONTROLS_SCRIPT support
2657 https://bugs.webkit.org/show_bug.cgi?id=123097
2659 Reviewed by Jer Noble.
2661 Part of the Autotools and CMake structure to build the media
2664 * Source/autotools/SetupWebKitFeatures.m4: Activated the media
2665 controls script by default.
2666 * Source/cmake/OptionsGTK.cmake: Activated the media controls
2668 * Source/cmake/WebKitFeatures.cmake: Created the option to
2669 activate the controls script.
2670 * Source/cmakeconfig.h.cmake: Created the define template the the
2671 media controls script.
2673 2014-02-12 Zan Dobersek <zdobersek@igalia.com>
2675 [GDB] Add .gdbinit to the list of files ignored by Git
2676 https://bugs.webkit.org/show_bug.cgi?id=128455
2678 Reviewed by Anders Carlsson.
2680 * .gitignore: Ignore the .gdbinit file which can be used to perform WebKit-specific GDB initialization
2681 when the debugger is launched in the repository's root directory. Also remove a Chromium-specific comment
2682 that covers already removed entries.
2684 2014-02-11 Oliver Hunt <oliver@apple.com>
2686 Make it possible to implement JS builtins in JS
2687 https://bugs.webkit.org/show_bug.cgi?id=127887
2689 Reviewed by Michael Saboff.
2692 * Source/cmake/gtest/CMakeLists.txt:
2694 2014-02-12 Ryan Lortie <desrt@desrt.ca>
2696 'ar T' is not portable and breaks the build on FreeBSD
2697 https://bugs.webkit.org/show_bug.cgi?id=128596
2699 Reviewed by Gustavo Noronha Silva.
2701 Create thin archives only if we are using GNU ar.
2703 * Source/autotools/SetupLibtool.m4:
2705 2014-02-10 Krzysztof Wolanski <k.wolanski@samsung.com>
2707 Add the CSS_SHAPE_INSIDE to CMake feature list
2708 https://bugs.webkit.org/show_bug.cgi?id=128530
2710 Reviewed by Gyuyoung Kim.
2712 CSS_SHAPE_INSIDE flag was added in r163333,
2713 this patch is adding this flag to CMake feature list.
2715 * Source/cmake/WebKitFeatures.cmake:
2716 * Source/cmakeconfig.h.cmake:
2718 2014-02-09 Carlos Garnacho <carlosg@gnome.org>
2720 [GTK] Enable touch features
2721 https://bugs.webkit.org/show_bug.cgi?id=98931
2723 Reviewed by Carlos Garcia Campos.
2725 * Source/autotools/SetupWebKitFeatures.m4:
2726 * Source/cmake/OptionsGTK.cmake: set ENABLE_TOUCH_EVENTS to 1 if building with GTK+.
2728 2014-02-06 Andreas Kling <akling@apple.com>
2730 Remove unused ENABLE(REPAINT_THROTTLING) flag.
2731 <https://webkit.org/b/128329>
2733 Reviewed by Antti Koivisto.
2735 * Source/cmake/WebKitFeatures.cmake:
2736 * Source/cmakeconfig.h.cmake:
2738 2014-02-06 Joseph Pecoraro <pecoraro@apple.com>
2740 [iOS] make should build WebKit2
2741 https://bugs.webkit.org/show_bug.cgi?id=128351
2743 Reviewed by Daniel Bates.
2747 2014-02-05 Andreas Kling <akling@apple.com>
2749 Remove ENABLE(DIRECTORY_UPLOAD).
2750 <https://webkit.org/b/128275>
2752 Rubber-stamped by Ryosuke Niwa.
2754 * Source/autotools/SetupWebKitFeatures.m4:
2755 * Source/cmake/WebKitFeatures.cmake:
2757 2014-02-05 Csaba Osztrogonác <ossy@webkit.org>
2759 Remove ENABLE(SVG) guards
2760 https://bugs.webkit.org/show_bug.cgi?id=127991
2762 Reviewed by Sam Weinig.
2764 * Source/autotools/FindDependencies.m4:
2765 * Source/autotools/PrintBuildConfiguration.m4:
2766 * Source/autotools/ReadCommandLineArguments.m4:
2767 * Source/autotools/SetupAutomake.m4:
2768 * Source/autotools/SetupWebKitFeatures.m4:
2769 * Source/cmake/OptionsEfl.cmake:
2770 * Source/cmake/OptionsGTK.cmake:
2771 * Source/cmake/WebKitFeatures.cmake:
2772 * Source/cmakeconfig.h.cmake:
2774 2014-02-04 Andreas Kling <akling@apple.com>
2776 Remove <iframe seamless> support.
2777 <https://webkit.org/b/128213>
2779 Rubber-stamped by Antti Koivisto.
2781 * Source/autotools/SetupWebKitFeatures.m4:
2782 * Source/cmake/WebKitFeatures.cmake:
2783 * Source/cmakeconfig.h.cmake:
2785 2014-01-31 Benjamin Poulain <bpoulain@apple.com>
2787 Remove LEGACY_VIEWPORT_ADAPTION
2788 https://bugs.webkit.org/show_bug.cgi?id=128028
2790 Reviewed by Anders Carlsson.
2792 * Source/cmake/WebKitFeatures.cmake:
2793 * Source/cmakeconfig.h.cmake:
2795 2014-01-31 Oliver Hunt <oliver@apple.com>
2797 Rollout r163195 and related patches
2800 * Source/cmake/gtest/CMakeLists.txt:
2802 2014-01-29 Oliver Hunt <oliver@apple.com>
2804 Make it possible to implement JS builtins in JS
2805 https://bugs.webkit.org/show_bug.cgi?id=127887
2807 Reviewed by Michael Saboff.
2811 * Source/cmake/gtest/CMakeLists.txt:
2813 2014-01-30 Martin Robinson <mrobinson@igalia.com>
2815 [GTK] [CMake] Add support for building against GTK+ 2
2816 https://bugs.webkit.org/show_bug.cgi?id=127959
2818 Reviewed by Anders Carlsson.
2820 * Source/cmake/OptionsGTK.cmake: Add a new option to use GTK 2 and make a variable holding the
2821 library API version. When using GTK 2 do not build WebKit 2.
2823 2014-01-30 Martin Robinson <mrobinson@igalia.com>
2825 [GTK] [CMake] Add a "make dist" target
2826 https://bugs.webkit.org/show_bug.cgi?id=116378
2828 Reviewed by Gustavo Noronha Silva.
2830 * Source/PlatformGTK.cmake: A CMake support for executing the make-dist
2831 script and then turning the tarfile into a LZMA compressed file.
2833 2014-01-30 Zan Dobersek <zdobersek@igalia.com>
2835 [GTK] Only disable -ftree-dce optimization when compiling with GCC
2836 https://bugs.webkit.org/show_bug.cgi?id=127911
2838 Reviewed by Carlos Garcia Campos.
2840 * Source/autotools/SetupAutomake.m4: Define the COMPILER_GCC and COMPILER_CLANG Automake macros.
2841 These can be used when compiler-specific flags have to be used. The latter one is not actually needed
2842 at the moment, but is added for the sake of completeness.
2844 2014-01-30 Csaba Osztrogonác <ossy@webkit.org>
2846 [EFL] Fix the regression caused by the jsCStack branch merge
2847 https://bugs.webkit.org/show_bug.cgi?id=127898
2849 Reviewed by Zoltan Herczeg.
2851 * Source/cmake/OptionsEfl.cmake: Build with -fno-omit-frame-pointer.
2853 2014-01-29 Csaba Osztrogonác <ossy@webkit.org>
2855 Remove ENABLE(JAVASCRIPT_DEBUGGER) leftovers
2856 https://bugs.webkit.org/show_bug.cgi?id=127845
2858 Reviewed by Joseph Pecoraro.
2860 * Source/autotools/SetupWebKitFeatures.m4:
2862 2014-01-29 Csaba Osztrogonác <ossy@webkit.org>
2864 Remove ENABLE(JAVASCRIPT_DEBUGGER) guards
2865 https://bugs.webkit.org/show_bug.cgi?id=127840
2867 Reviewed by Mark Lam.
2869 * Source/cmake/WebKitFeatures.cmake:
2870 * Source/cmakeconfig.h.cmake:
2872 2014-01-25 Darin Adler <darin@apple.com>
2874 Get rid of ICU_UNICODE and WCHAR_UNICODE remnants
2875 https://bugs.webkit.org/show_bug.cgi?id=127623
2877 Reviewed by Anders Carlsson.
2879 * Source/cmake/OptionsEfl.cmake: Removed ICU_UNICODE and WCHAR_UNICODE flags.
2880 * Source/cmake/OptionsGTK.cmake: Ditto.
2881 * Source/cmake/OptionsWinCE.cmake: Ditto.
2883 2014-01-23 Max Vujovic <mvujovic@adobe.com>
2885 Remove CSS Custom Filters code and tests
2886 https://bugs.webkit.org/show_bug.cgi?id=127382
2888 Reviewed by Simon Fraser.
2890 * Source/autotools/FindDependencies.m4:
2891 * Source/autotools/SetupWebKitFeatures.m4:
2892 * Source/cmake/WebKitFeatures.cmake:
2893 * Source/cmakeconfig.h.cmake:
2895 2014-01-22 Martin Robinson <mrobinson@igalia.com>
2897 [GTK][CMake] Add support for building the NetworkProcess
2898 https://bugs.webkit.org/show_bug.cgi?id=127195
2900 Reviewed by Daniel Bates.
2902 * Source/cmake/OptionsGTK.cmake: Turn on the network process and give it
2903 a name like the WebProcess.
2905 2014-01-20 Ryuan Choi <ryuan.choi@samsung.com>
2907 [CMAKE] Remove Nix from CMake scripts
2908 https://bugs.webkit.org/show_bug.cgi?id=127264
2910 Reviewed by Anders Carlsson.
2913 * Source/CMakeLists.txt:
2914 * Source/cmake/FindEGL.cmake:
2915 * Source/cmake/OptionsCommon.cmake:
2917 2014-01-18 Anders Carlsson <andersca@apple.com>
2919 Remove ENABLE_THREADED_HTML_PARSER defines everywhere
2920 https://bugs.webkit.org/show_bug.cgi?id=127225
2922 Reviewed by Andreas Kling.
2924 This concludes the removal of over 8.8 million lines of threaded parser code.
2926 * Source/autotools/SetupWebKitFeatures.m4:
2927 * Source/cmake/WebKitFeatures.cmake:
2928 * Source/cmakeconfig.h.cmake:
2930 2014-01-18 Lauro Neto <lauro.neto@openbossa.org>
2932 Remove Nix files from WebCore
2933 https://bugs.webkit.org/show_bug.cgi?id=127176
2935 Reviewed by Anders Carlsson.
2937 * Source/cmake/OptionsNix.cmake: Removed.
2939 2014-01-18 Zan Dobersek <zdobersek@igalia.com>
2941 [GTK] Bump the minimum required Clang version to 3.3
2942 https://bugs.webkit.org/show_bug.cgi?id=127178
2944 Reviewed by Martin Robinson.
2946 * Source/autotools/CheckSystemAndBasicDependencies.m4: Require Clang 3.3 or later when using the Clang compiler to
2947 build the GTK port. Building with Clang 3.2 doesn't work anymore and there's no point in fixing that, as we should
2948 support the latest two versions of Clang (3.3 and 3.4), just like we do with GCC (4.7 and 4.8).
2950 2014-01-14 Dan Bernstein <mitz@apple.com>
2952 Only use color in make output when it’s going to a terminal.
2954 Reviewed by Mark Rowe.
2958 2014-01-13 Martin Robinson <mrobinson@igalia.com>
2960 [CMake] Mark all dependency include paths and libraries as advanced variables
2961 https://bugs.webkit.org/show_bug.cgi?id=126504
2963 Reviewed by Daniel Bates.
2965 * Source/cmake/FindATK.cmake: Mark result variable as advanced.
2966 * Source/cmake/FindCairo.cmake: Ditto.
2967 * Source/cmake/FindEGL.cmake: Ditto.
2968 * Source/cmake/FindEnchant.cmake: Ditto.
2969 * Source/cmake/FindGLIB.cmake: Ditto.
2970 * Source/cmake/FindGStreamer.cmake: Ditto.
2971 * Source/cmake/FindHarfBuzz.cmake: Ditto.
2972 * Source/cmake/FindLibSoup.cmake: Ditto.
2974 2014-01-13 Martin Robinson <mrobinson@igalia.com>
2976 [GTK][CMake] Add a 'check' target
2977 https://bugs.webkit.org/show_bug.cgi?id=126770
2979 Reviewed by Daniel Bates.
2981 * Source/PlatformGTK.cmake: Add a 'check' target that calls run-gtk-tests.
2983 2014-01-13 Carlos Garcia Campos <cgarcia@igalia.com>
2985 Unreviewed. Update NEWS and Versions.m4 for 2.3.4 release.
2987 * Source/autotools/Versions.m4: Bump version numbers.
2989 2014-01-12 Sergio Correia <sergio.correia@openbossa.org>
2991 [EFL][WK2] Make API tests work again
2992 https://bugs.webkit.org/show_bug.cgi?id=126769
2994 Reviewed by Gyuyoung Kim.
2996 The EFL and WK2 test binaries are currently being generated at *TestWebKitAPI/
2997 [E]WebKit2, respectively, and this causes problems because the logic to find
2998 where WebProcess is to look in the same directory of the running process and
2999 then proceed to use LIBEXECDIR (typically /usr/loca/bin).
3001 This patch introduces a WEBKIT_EXEC_PATH environment variable, inspired in the
3002 Gtk port, which allows us to look for WebProcess initially in this directory,
3005 * Source/cmake/OptionsEfl.cmake: Define WEBKIT_EXEC_PATH, to be used by
3008 2014-01-11 Dan Bernstein <mitz@apple.com>
3010 [Mac] xcodebuild color output is suppressed when using make
3011 https://bugs.webkit.org/show_bug.cgi?id=126815
3013 Reviewed by Anders Carlsson.
3015 WHen using make, xcodebuild’s output is piped through a filter, which causes it not to
3016 format its output with color and emphasis.
3018 * Makefile.shared: Pass COLOR_DIAGNOSTICS=YES to xcodebuild to force color output on. Due to
3019 xcodebuild limitations, this restores some of the formatting, but not all of it.
3021 2014-01-10 Benjamin Poulain <bpoulain@apple.com>
3023 Remove the BlackBerry port from trunk
3024 https://bugs.webkit.org/show_bug.cgi?id=126715
3026 Reviewed by Anders Carlsson.
3029 * Source/cmake/OptionsCommon.cmake:
3031 2014-01-10 Tamas Gergely <tgergely.u-szeged@partner.samsung.com>
3033 [EFL][JSC] Enable udis86 disassembler on efl.
3034 https://bugs.webkit.org/show_bug.cgi?id=125502
3036 Reviewed by Michael Saboff.
3038 Enable udis86 disassembler on efl and fix build warnings.
3040 * Source/cmake/OptionsEfl.cmake:
3041 Enable udis86 disassembler.
3043 2014-01-10 Benjamin Poulain <bpoulain@apple.com>
3045 Remove the BlackBerry port from trunk
3046 https://bugs.webkit.org/show_bug.cgi?id=126715
3048 Reviewed by Anders Carlsson.
3052 2014-01-09 Benjamin Poulain <bpoulain@apple.com>
3054 Remove the BlackBerry files outside WebCore
3055 https://bugs.webkit.org/show_bug.cgi?id=126715
3057 Reviewed by Anders Carlsson.
3059 * ManualTests/blackberry: Removed.
3060 * Source/cmake/OptionsBlackBerry.cmake: Removed.
3062 2014-01-08 Martin Robinson <mrobinson@igalia.com>
3064 [GTK] [CMake] Specify the executable and library output locations in the build
3065 https://bugs.webkit.org/show_bug.cgi?id=126671
3067 Reviewed by Gustavo Noronha Silva.
3069 * Source/cmake/OptionsGTK.cmake: Explicitly specify the output locations.
3071 2014-01-08 Dániel Bátyai <dbatyai.u-szeged@partner.samsung.com>
3073 [EFL] Make FTL buildable
3074 https://bugs.webkit.org/show_bug.cgi?id=125777
3076 Reviewed by Csaba Osztrogonác.
3078 * Source/cmake/OptionsEfl.cmake:
3079 * Source/cmakeconfig.h.cmake:
3081 2014-01-08 Alberto Garcia <berto@igalia.com>
3083 REGRESSION(r160304): [GTK] Disable libtool fast install
3084 https://bugs.webkit.org/show_bug.cgi?id=126381
3086 Reviewed by Gustavo Noronha Silva.
3088 Don't disable the libtool fast-install mode unconditionally by
3091 If the fast-install mode is disabled, binaries are generated ready
3092 to use the libraries directly from the build tree. If we use the
3093 GNU linker, those binaries are then relinked when they are
3096 However, libtool fails to do it properly when an installation
3097 prefix is set with DESTDIR, and ends up installing the libtool
3098 wrappers instead of the actual binaries.
3100 * Source/autotools/SetupLibtool.m4:
3102 2014-01-07 Gustavo Noronha Silva <gustavo.noronha@collabora.com>
3104 Unreviewed GTK/CMake build fix: use the correct location for docs-build.stamp
3105 in output and dependencies declarations, so docs are not built needlessly
3108 * Source/PlatformGTK.cmake:
3110 2014-01-04 Carlos Garcia Campos <cgarcia@igalia.com>
3112 [GTK] Move all GTK/GObject unit tests to Tools/TestWebKitAPI
3113 https://bugs.webkit.org/show_bug.cgi?id=126342
3115 Reviewed by Gustavo Noronha Silva.
3117 * GNUmakefile.am: Remove unused variable.
3118 * Source/PlatformGTK.cmake: No longer include the old unit tests directories.
3120 2014-01-06 Zan Dobersek <zdobersek@igalia.com>
3122 [GTK] configure errors out when building with libc++
3123 https://bugs.webkit.org/show_bug.cgi?id=126431
3125 Reviewed by Martin Robinson.
3127 Ease up the Clang and libstdc++ combination test to only fail if libstdc++ < 4.8.1 is actually used.
3128 This allows for libc++ to be used as well. The test is moved into SetupCompilerFlags.m4 and is done
3129 after the CXXFLAGS variable is properly set up, that is when all the C++ compiler options are determined.
3131 * Source/autotools/CheckSystemAndBasicDependencies.m4:
3132 * Source/autotools/SetupCompilerFlags.m4:
3134 2014-01-06 Martin Robinson <mrobinson@igalia.com>
3136 [CMake] [GTK] Fix the build for the WebKitGTK+ developer configuration
3137 https://bugs.webkit.org/show_bug.cgi?id=126505
3139 Reviewed by Gustavo Noronha Silva.
3141 * Source/cmake/FindGLIB.cmake: Add support for finding the gio-unix include directory location.
3142 * Source/cmake/FindGUdev.cmake: Added.
3143 * Source/cmake/FindGeoClue.cmake: Added.
3144 * Source/cmake/OptionsGTK.cmake: When gamepad is enabled look for gio-unix and GUdev. When
3145 geolocation is enabled look for GeoClue.
3147 2014-01-06 Zan Dobersek <zdobersek@igalia.com>
3149 [GTK] Use libc++ for C++11 on darwin
3150 https://bugs.webkit.org/show_bug.cgi?id=126325
3152 Reviewed by Martin Robinson.
3154 * Source/autotools/SetupCompilerFlags.m4: Don't default to libstdc++ when compiling with Clang.
3155 Instead, the compiler should determine itself what standard library to use, except on Darwin,
3156 where libc++ should be enforced. The standard library of user's choosing can still be enforced
3157 through the CXXFLAGS environment variable.
3159 2014-01-05 Martin Robinson <mrobinson@igalia.com>
3161 [GTK] [CMake] Ensure that the autotools build and the CMake install the same files
3162 https://bugs.webkit.org/show_bug.cgi?id=116379
3164 Reviewed by Gustavo Noronha Silva.
3166 * Source/PlatformGTK.cmake: Install the documentation.
3167 * Source/cmake/OptionsCommon.cmake: Add a LIBEXEC variable for WebKit2 executables, and
3168 don't use the default locations on GTK+. We will get them from the CMake-provided GNU installation
3170 * Source/cmake/OptionsGTK.cmake: Setup the installation variables using the ones provided
3171 by CMake's GNU installation directory support. Fix the definition of DATADIR. Always install
3174 2014-01-05 Carlos Garcia Campos <cgarcia@igalia.com>
3176 [GTK] Stop installing WebKit2 C API headers
3177 https://bugs.webkit.org/show_bug.cgi?id=126489
3179 Reviewed by Martin Robinson.
3183 2014-01-04 Martin Robinson <mrobinson@igalia.com>
3185 [GTK] [CMake] Improve the way we locate gobject-introspection
3186 https://bugs.webkit.org/show_bug.cgi?id=126452
3188 Reviewed by Philippe Normand.
3190 * Source/cmake/FindGObjectIntrospection.cmake: Added.
3191 * Source/cmake/OptionsGTK.cmake: Load the new FindGObjectIntrospection file.
3193 2014-01-04 Martin Robinson <mrobinson@igalia.com>
3195 [GTK] [CMake] Fix the video and audio build
3196 https://bugs.webkit.org/show_bug.cgi?id=126464
3198 Reviewed by Philippe Normand.
3200 * Source/cmake/OptionsGTK.cmake: GStreamer files look for USE(GSTREAMER) and USE(WEBAUDIO_GSTREAMER),
3201 so define those when appropriate. Web audio is one by default in autotools, so turn it on for cmake
3204 2014-01-03 Martin Robinson <mrobinson@igalia.com>
3206 [CMake] The forwarding headers generated by WebKitMacros.m4 are incompatible with the headers generated by generate-forwarding-headers.pl
3207 https://bugs.webkit.org/show_bug.cgi?id=126361
3209 Reviewed by Philippe Normand.
3211 Make the forwarding headers generated by WebKitMacros.m4 compatible with the headers
3212 generated by the WebKit2 forwarding headers generation script.
3214 * Source/cmake/WebKitMacros.cmake: Try to convert absolute paths in the forwarding headers
3215 to ones that are relative to the Source directory.
3217 2014-01-02 Carlos Garcia Campos <cgarcia@igalia.com>
3219 REGRESSION(r160304): [GTK] Disable libtool fast install
3220 https://bugs.webkit.org/show_bug.cgi?id=126381
3222 Reviewed by Martin Robinson.
3224 After r160304 we are building some of our binaries that are
3225 installed with the -no-fast-install ld flag. This makes that the
3226 binaries are installed with the source code path hardcoded in
3227 binary RPATH. Disabling fast install globally, the libtool script
3228 always relinks the binaries right before being installed.
3230 * Source/autotools/SetupLibtool.m4: Add AC_DISABLE_FAST_INSTALL.
3232 2014-01-02 Jaehun Lim <ljaehun.lim@samsung.com>
3234 [CMake][EFL] Fix some typos in OptionsEfl.cmake
3235 https://bugs.webkit.org/show_bug.cgi?id=126376
3237 Reviewed by Gyuyoung Kim.
3239 * Source/cmake/WebKitFeatures.cmake: Correct a wrong word and remove comma(,).
3241 2013-12-30 Martin Robinson <mrobinson@igalia.com>
3243 [CMake] [GTK] Add support for GObject introspection
3244 https://bugs.webkit.org/show_bug.cgi?id=126162
3246 Reviewed by Daniel Bates.
3248 * Source/PlatformGTK.cmake: Add a 'gir' target that builds all GIR files.
3249 * Source/cmake/OptionsGTK.cmake: Add a macro for propagating typelib
3250 targets to the Source level of the build.
3252 2013-12-29 Martin Robinson <mrobinson@igalia.com>
3254 [GTK][CMake] Translations must be built
3255 https://bugs.webkit.org/show_bug.cgi?id=125513
3257 Reviewed by Gustavo Noronha Silva.
3259 * Source/PlatformGTK.cmake: Add the po subdirectory.
3261 2013-12-28 Giovanni Campagna <gcampagna@src.gnome.org>
3263 [GTK] Fix release builds with NetworkProcess enabled
3264 https://bugs.webkit.org/show_bug.cgi?id=126247
3266 Reviewed by Carlos Garcia Campos.
3268 * Source/autotools/symbols.filter:
3270 2013-12-26 Martin Robinson <mrobinson@igalia.com>
3272 [GTK] [CMake] Add a production build type
3273 https://bugs.webkit.org/show_bug.cgi?id=126179
3275 Reviewed by Daniel Bates.
3277 * Source/PlatformGTK.cmake: When the API tests are enabled compile the WebKit GObject
3278 API unit tests. The inclusion of these build files was inadvertently removed in an earlier
3280 * Source/cmake/OptionsGTK.cmake: When in production mode turn off all tools and tests and
3281 use the autotools linker script.
3283 2013-12-25 Martin Robinson <mrobinson@igalia.com>
3285 [GTK] [CMake] Properly name the JavaScriptCore library
3286 https://bugs.webkit.org/show_bug.cgi?id=126220
3288 Reviewed by Gustavo Noronha Silva.
3290 * Source/cmake/OptionsGTK.cmake: Set the JSC library name properly.
3292 2013-12-25 Martin Robinson <mrobinson@igalia.com>
3294 [GTK] [CMake] Clean up generated sources directories
3295 https://bugs.webkit.org/show_bug.cgi?id=126216
3297 Reviewed by Gustavo Noronha Silva.
3299 * Source/cmake/OptionsGTK.cmake: Pre-define the main derived sources directories
3300 so that they definitions can be shared easily throughout the build system.
3302 2013-12-23 Jinwoo Song <jinwoo7.song@samsung.com>
3304 [EFL][CMAKE] Case insensitive string comparison of build type
3305 https://bugs.webkit.org/show_bug.cgi?id=126153
3307 Reviewed by Daniel Bates.
3309 Compare CMAKE_BUILD_TYPE with "debug" ignoring case.
3311 * Source/cmake/OptionsEfl.cmake:
3313 2013-12-23 Gustavo Noronha Silva <gns@gnome.org>
3315 [GTK] [CMake] Add support for generating gtkdoc
3316 https://bugs.webkit.org/show_bug.cgi?id=116376
3318 Reviewed by Martin Robinson.
3320 * Source/PlatformGTK.cmake: Added. New custom target that depends on a custom command
3321 which calls our generate-gtkdoc script. It uses a docs-build.stamp for simplicity,
3322 like the autotools build.
3324 2013-12-23 Martin Robinson <mrobinson@igalia.com>
3326 [GTK] [CMake] Build the WebKit2 GObject API tests
3327 https://bugs.webkit.org/show_bug.cgi?id=125683
3329 Reviewed by Daniel Bates.
3331 * Source/PlatformGTK.cmake: Load the WebKit2 tests file if necessary.
3332 * Source/cmake/FindATSPI.cmake: Added.
3333 * Source/cmake/OptionsGTK.cmake: Look for AT-SPI, but don't fail if it isn't found.
3335 2013-12-23 Martin Robinson <mrobinson@igalia.com>
3337 [GTK] [CMake] Build the WebKit1 GObject API tests
3338 https://bugs.webkit.org/show_bug.cgi?id=125684
3340 Reviewed by Daniel Bates.
3342 * Source/PlatformGTK.cmake: Added.
3344 2013-12-22 Martin Robinson <mrobinson@igalia.com>
3346 https://bugs.webkit.org/show_bug.cgi?id=125511
3348 [GTK][CMake] libtool-compatible soversion calculation
3349 Reviewed by Gustavo Noronha Silva.
3351 * Source/cmake/OptionsGTK.cmake: Specify the appropriate libtool triples and use
3352 the CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE macro to specify the library-specific
3353 version information.
3354 * Source/cmake/WebKitHelpers.cmake: Add some helpful macros.
3356 2013-12-23 Gustavo Noronha Silva <gns@gnome.org>
3358 [GTK] [CMake] Generate pkg-config files
3359 https://bugs.webkit.org/show_bug.cgi?id=125685
3361 Reviewed by Martin Robinson.
3363 * Source/cmake/OptionsGTK.cmake: set variables used for filling in the values in the
3366 2013-12-23 Carlos Garcia Campos <cgarcia@igalia.com>
3368 [GTK] Build with network process unconditionally
3369 https://bugs.webkit.org/show_bug.cgi?id=126128
3371 Reviewed by Martin Robinson.
3373 * Source/autotools/SetupAutomake.m4: Remove network process
3374 conditional for Makefiles.
3375 * Source/autotools/SetupWebKitFeatures.m4: Remove network process
3378 2013-12-18 Gustavo Noronha Silva <gns@gnome.org>
3380 [GTK][CMake] make libjavascriptcoregtk a public shared library again
3381 https://bugs.webkit.org/show_bug.cgi?id=125512
3383 Reviewed by Martin Robinson.
3385 * CMakeLists.txt: make JavaScriptCore always be a shared library for the GTK+ port.
3386 * Source/cmake/WebKitHelpers.cmake: make -fvisibility=hidden not be applied for GTK+,
3387 visibility of some symbols is required for threading to be initialized properly by
3388 WebKit2 processes, and we will rely on a linker script that will be added later on,
3389 for production builds.
3391 2013-12-16 Martin Robinson <mrobinson@igalia.com>
3393 [GTK] [CMake] Add support for building WebKit1
3394 https://bugs.webkit.org/show_bug.cgi?id=116377
3396 Reviewed by Gustavo Noronha Silva.
3398 * Source/cmake/OptionsGTK.cmake: Turn off some features that do not build properly
3399 for WebKit1 and stop using the version script which we haven't implemented yet. Turn
3402 2013-12-18 Gustavo Noronha Silva <gns@gnome.org>
3404 [GTK][CMake] Use thin archives if building on Linux, only way to get non-shared-core debug builds
3405 https://bugs.webkit.org/show_bug.cgi?id=125951
3407 Reviewed by Martin Robinson.
3409 * Source/cmake/OptionsGTK.cmake: append T for thin archives to the flags passed to ar,
3410 also use u, which is used in the autotools build (it avoids adding a file twice).
3412 2013-12-18 Gustavo Noronha Silva <gns@gnome.org>
3414 [GTK][CMake] Remove binary size optimizations we do not use in the autotools build
3415 https://bugs.webkit.org/show_bug.cgi?id=125947
3417 Reviewed by Martin Robinson.
3419 * Source/cmake/OptionsGTK.cmake: remove the relevant flags.
3421 2013-12-18 Carlos Garcia Campos <cgarcia@igalia.com>
3423 Unreviewed. Update NEWS and Versions.m4 for 2.3.3 release.
3425 * Source/autotools/Versions.m4: Bump version numbers.
3427 2013-12-12 Martin Robinson <mrobinson@igalia.com>
3429 [GTK] [CMake] Build the plugin process against GTK+ 2
3430 https://bugs.webkit.org/show_bug.cgi?id=116374
3432 Reviewed by Gustavo Noronha Silva.
3434 * Source/cmake/FindGDK2.cmake: Added.
3435 * Source/cmake/FindGTK2.cmake: Added.
3436 * Source/cmake/OptionsGTK.cmake: Look for GTK2 and GDK2.
3437 * Source/cmake/WebKitMacros.cmake: Abstract WebKit2 IPC generation here so it
3438 can be shared between the WebKit2 library and the plugin process.
3440 2013-12-17 Simon Pena <simon.pena@samsung.com>
3442 [NIX] Enable full debug builds by having ar creating thin archives
3443 https://bugs.webkit.org/show_bug.cgi?id=125850
3445 Reviewed by Csaba Osztrogonác.
3447 By default, CMake uses ar to generate libWebCore.a with cr parameters
3448 (do not warn if the library has to be created, and replace existing
3449 files in the archive). That results in a very large file, and ar fails
3450 with sizes over 4GB.
3452 Previously, debug builds on NIX were overriding CFLAGS in order to reduce
3453 the size of the WebCore library. Once that ar creates thin archives, overriding
3454 CFLAGS is no longer needed.
3456 * Source/cmake/OptionsNix.cmake: Remove CFLAGS override for debug builds.
3458 2013-12-13 Joseph Pecoraro <pecoraro@apple.com>
3460 [GTK] Remove Warnings in building about duplicate INSPECTOR variables
3461 https://bugs.webkit.org/show_bug.cgi?id=125710
3463 Reviewed by Tim Horton.
3467 2013-12-13 Joseph Pecoraro <pecoraro@apple.com>
3469 Web Inspector: Add Inspector Code Generation to JavaScriptCore for Runtime Domain
3470 https://bugs.webkit.org/show_bug.cgi?id=125595
3472 Reviewed by Timothy Hatcher.
3476 2013-12-13 Zan Dobersek <zdobersek@igalia.com>
3478 [GTK] Remove the -Wno-c++11-extensions compiler option for Clang builds
3479 https://bugs.webkit.org/show_bug.cgi?id=125639
3481 Reviewed by Anders Carlsson.
3483 * Source/autotools/SetupCompilerFlags.m4: The -Wno-c++11-extensions compiler option was in use
3484 when building with Clang. It is now removed as the C++11 standard is enabled throughout the project.
3486 2013-12-11 Martin Robinson <mrobinson@igalia.com> and Danilo Cesar Lemes de Paula <danilo.cesar@collabora.co.uk>
3488 Adding a .ycm_extra_conf file for webkitGtk
3489 https://bugs.webkit.org/show_bug.cgi?id=119618
3491 Reviewed by Gustavo Noronha Silva.
3493 Added a YouCompleteMe flag discovery script for Vim and the GTK+ port. The script
3494 read the GTK+ build files to determine dynamically what flags to compile a source
3495 file with. This allows Vim to provide auto-complete for C++/C language. See
3496 https://github.com/Valloric/YouCompleteMe for how to use this file.
3498 * .gitignore: Ignore the YCM symlinks in the tree.
3500 2013-12-12 Zan Dobersek <zdobersek@igalia.com>
3502 Use of ar T option not supported by older binutils
3503 https://bugs.webkit.org/show_bug.cgi?id=118732
3505 Reviewed by Gustavo Noronha Silva.
3507 * Source/autotools/SetupLibtool.m4: Make the AR_FLAGS value usable inside makefiles as an Automake variable.
3509 2013-12-11 Javier Fernandez <jfernandez@igalia.com>
3511 Arithmetic overflow when computing max-height CSS property with subpixel layout
3512 https://bugs.webkit.org/show_bug.cgi?id=119273
3514 Reviewed by Martin Robinson.
3516 Enabled SATURATED_LAYOUT_ARITHMETIC for the gtk+ port.
3518 * Source/autotools/SetupWebKitFeatures.m4:
3520 2013-12-10 Tamas Gergely <tgergely.u-szeged@partner.samsung.com>
3522 [CMAKE] Remove code that disables C++0x compat warnings for gcc-4.6 and above.
3523 https://bugs.webkit.org/show_bug.cgi?id=125492
3525 Reviewed by Zoltan Herczeg.
3527 Remove the code that disables these warnings for GCC >= 4.6.0
3529 * Source/cmake/WebKitHelpers.cmake:
3531 2013-12-10 Martin Robinson <mrobinson@igalia.com>
3533 Various fixes for the CMake GTK+ build
3535 Reviewed by Gustavo Noronha.
3537 * Source/cmake/OptionsGTK.cmake: Disable Quota support to maintain consistency with
3540 2013-12-09 Brian Holt <brian.holt@samsung.com>
3542 [WK2][Gtk] Add support for ENABLE_NETWORK_PROCESS to the build system
3543 https://bugs.webkit.org/show_bug.cgi?id=118231
3545 Reviewed by Martin Robinson.
3547 Original patch by Kwang Yul Seo <skyul@company100.net>.
3549 Disabled ENABLE_NETWORK_PROCESS by default.
3551 * Source/autotools/SetupAutomake.m4:
3552 * Source/autotools/SetupWebKitFeatures.m4:
3554 2013-12-06 Alberto Garcia <berto@igalia.com>
3556 [GTK] Enable web audio by default
3557 https://bugs.webkit.org/show_bug.cgi?id=124888
3559 Reviewed by Martin Robinson.
3561 When building with ./configure, enable_web_audio defaults to
3562 "no". However the basic functionality has been working for months
3563 so it's safe to enable it now.
3565 * Source/autotools/ReadCommandLineArguments.m4:
3567 2013-12-04 Ryosuke Niwa <rniwa@webkit.org>
3569 Enable HTMLTemplateElement by default
3570 https://bugs.webkit.org/show_bug.cgi?id=123851
3572 Reviewed by Antti Koivisto.
3574 * Source/autotools/SetupWebKitFeatures.m4:
3575 * Source/cmake/WebKitFeatures.cmake:
3577 2013-12-04 László Langó <lango@inf.u-szeged.hu>
3579 Allow --cloop option to work correctly in case of EFL.
3580 https://bugs.webkit.org/show_bug.cgi?id=125217
3582 Reviewed by Zoltan Herczeg.
3584 * Source/cmake/OptionsEfl.cmake:
3585 * Source/cmake/WebKitFeatures.cmake:
3586 * Source/cmakeconfig.h.cmake:
3588 2013-12-03 Ryuan Choi <ryuan.choi@samsung.com>
3590 [EFL] Disable RTTI for release build
3591 https://bugs.webkit.org/show_bug.cgi?id=125138
3593 Reviewed by Gyuyoung Kim.
3595 Binary size will be reduced about 1M bytes without RTTI.
3596 ewebkit.so : 43,449,275 -> 42,510,224
3597 ewebkit2.so: 46,715,870 -> 45,653,989
3599 * Source/cmake/OptionsEfl.cmake: Added -fno-rtti option to CMAKE_CXX_FLAGS_RELEASE.
3601 2013-12-02 Adrian Bunk <bunk@stusta.de>
3603 [GTK] Remove unneeded autoconf macros
3604 https://bugs.webkit.org/show_bug.cgi?id=125044
3606 Compilers that do not support const/inline/volatile and
3607 systems with pre-C89-headers are anyway not supported.
3609 Reviewed by Gustavo Noronha Silva.
3611 * Source/autotools/CheckSystemAndBasicDependencies.m4:
3613 2013-11-29 Laszlo Vidacs <lac@inf.u-szeged.hu>
3615 [cmake] Fix cmake warning: Argument not separated from preceding token by whitespace
3616 https://bugs.webkit.org/show_bug.cgi?id=124899
3618 Reviewed by Gyuyoung Kim.
3620 * Source/cmake/FindCairo.cmake:
3621 * Source/cmake/FindGStreamer.cmake:
3623 2013-11-28 Antti Koivisto <antti@apple.com>
3625 Remove feature: CSS variables
3626 https://bugs.webkit.org/show_bug.cgi?id=114119
3628 Reviewed by Andreas Kling.
3630 * Source/cmakeconfig.h.cmake:
3632 2013-11-27 László Langó <lango@inf.u-szeged.hu>
3634 [EFL] The remote inspector does not show the base page.
3635 https://bugs.webkit.org/show_bug.cgi?id=124942
3637 Reviewed by Gyuyoung Kim.
3639 On EFL the remote inspector does not show the base page about
3640 which pages are available for debug. This should be fixed for
3641 further inspector development.
3643 * Source/PlatformEfl.cmake:
3645 2013-11-26 Marcelo Lira <marcelo.lira@openbossa.org>
3647 Nix upstreaming - Adding build files and supporting scripts
3648 https://bugs.webkit.org/show_bug.cgi?id=118367
3650 Reviewed by Ryosuke Niwa.
3653 * Source/CMakeLists.txt:
3654 * Source/cmake/FindEGL.cmake:
3655 * Source/cmake/FindOpenGLES2.cmake: Added.
3656 * Source/cmake/OptionsCommon.cmake:
3657 * Source/cmake/OptionsNix.cmake: Added.
3659 2013-11-25 Ryuan Choi <ryuan.choi@samsung.com>
3661 [EFL] E_DBus should be an optional
3662 https://bugs.webkit.org/show_bug.cgi?id=124881
3664 Reviewed by Gyuyoung Kim.
3666 * Source/cmake/OptionsEfl.cmake:
3667 Checked E_DBus when only ENABLE_BATTERY_STATUS is on.
3669 2013-11-25 Ryuan Choi <ryuan.choi@samsung.com>
3671 [EFL] Use Config mode of find_package for EFL 1.8
3672 https://bugs.webkit.org/show_bug.cgi?id=124555
3674 Reviewed by Gyuyoung Kim.
3676 EFL 1.8 changed VERSION macro so it's difficult to use tricky approach
3677 which parses header files to know the version. Instead, EFL 1.8 supports
3678 FooConfig.cmake such as EinaConfig.cmake.
3680 This patch tries to use a config mode if it is available.
3681 If config mode is not available with Eo, FindFoo.cmake will be used without
3682 version requirement.
3684 * Source/cmake/FindEo.cmake: Removed.
3685 EoConfig.cmake is only preffered for EFL 1.8.
3686 * Source/cmake/OptionsEfl.cmake:
3688 2013-11-23 Xabier Rodriguez Calvar <calvaris@igalia.com>
3690 [GStreamer] Remove 0.10 codepath
3691 https://bugs.webkit.org/show_bug.cgi?id=124534
3693 Reviewed by Philippe Normand.
3695 * Source/cmake/OptionsEfl.cmake: Removed GST_API_VERSION_1
3698 2013-11-22 Manuel Rego Casasnovas <rego@igalia.com>
3700 [GTK] Review enabled/disabled CSS features for release builds
3701 https://bugs.webkit.org/show_bug.cgi?id=124791
3703 Reviewed by Martin Robinson.
3705 Enable and disable some CSS features according to what last versions of
3708 * Source/autotools/SetupWebKitFeatures.m4: Enable ENABLE_CSS_REGIONS and
3709 ENABLE_CSS_STICKY_POSITION. Disable ENABLE_CSS_EXCLUSIONS and
3712 2013-11-21 Peter Molnar <pmolnar.u-szeged@partner.samsung.com>
3714 Remove ENABLE_WORKERS
3715 https://bugs.webkit.org/show_bug.cgi?id=105784
3717 Reviewed by Darin Adler.
3719 * Source/autotools/SetupWebKitFeatures.m4:
3720 * Source/cmake/WebKitFeatures.cmake:
3721 * Source/cmakeconfig.h.cmake:
3723 2013-11-20 Commit Queue <commit-queue@webkit.org>
3725 Unreviewed, rolling out r159496.
3726 http://trac.webkit.org/changeset/159496
3727 https://bugs.webkit.org/show_bug.cgi?id=124641
3729 It caused warning and build break with cmake lower than 2.8.8
3730 (Requested by ryuan on #webkit).
3732 * Source/cmake/OptionsEfl.cmake:
3734 2013-11-19 Ryuan Choi <ryuan.choi@samsung.com>
3736 [EFL] Use Config mode of find_package for EFL 1.8
3737 https://bugs.webkit.org/show_bug.cgi?id=124555
3739 Reviewed by Gyuyoung Kim.
3741 EFL 1.8 changed VERSION macro so it's difficult to use tricky approach
3742 which parses header file to know the version. Instead, EFL 1.8 supports
3743 Config mode of find_package using XXXConfig.cmake such as EinaConfig.cmake.
3745 This patch tries to use Config mode if it is available after checking Eo.
3747 * Source/cmake/OptionsEfl.cmake:
3749 2013-11-18 Carlos Garcia Campos <cgarcia@igalia.com>
3751 Unreviewed. Update NEWS and Versions.m4 for 2.3.2 release.
3753 * Source/autotools/Versions.m4: Bump version numbers.
3755 2013-11-06 Krzysztof Czech <k.czech@samsung.com>
3757 [EFL] Change required version of ATK to 2.10.0
3758 https://bugs.webkit.org/show_bug.cgi?id=123883
3760 Reviewed by Mario Sanchez Prada.
3762 Changing a required version of ATK to 2.10.0
3764 * Source/cmake/OptionsEfl.cmake:
3766 2013-11-05 Zalan Bujtas <zalan@apple.com>
3768 Widget's position change should not initiate layout, only when its size changes.
3769 https://bugs.webkit.org/show_bug.cgi?id=123860
3771 Reviewed by Andreas Kling.
3773 RenderWidgets initiate unnecessary layouts while scrolling when they are embedded to
3774 overflow:scroll containers. Scroll position change doesn't dirty the render tree
3775 so it should not trigger layout either.
3777 * ManualTests/layouts-on-renderwidgets-while-scrolling.html: Added.
3779 2013-11-05 Éva Balázsfalvi <balazsfalvi.eva@stud.u-szeged.hu>
3781 Remove leftover Qt related things from WebKitMacros.cmake
3782 https://bugs.webkit.org/show_bug.cgi?id=123798
3784 Reviewed by Anders Carlsson.
3786 * Source/cmake/WebKitMacros.cmake:
3788 2013-11-02 Patrick Gansterer <paroga@webkit.org>
3790 [WINCE] Disable export macros
3791 https://bugs.webkit.org/show_bug.cgi?id=123679
3793 Reviewed by Darin Adler.
3795 Avoid useless exports by turning of the export macros
3796 since the WinCE port works as a static library only.
3798 * Source/cmake/OptionsWinCE.cmake:
3800 2013-10-31 Ryuan Choi <ryuan.choi@samsung.com>
3802 [EFL][GLES] OpenGL should be an optional
3803 https://bugs.webkit.org/show_bug.cgi?id=123399
3805 Reviewed by Noam Rosenthal.
3807 * Source/cmake/OptionsEfl.cmake:
3808 Refactor the check routine of GL dependencies to use OpenGL as optional.
3810 2013-10-29 Carlos Garcia Campos <cgarcia@igalia.com>
3812 Unreviewed. Update NEWS and Versions.m4 for 2.3.1 release.
3814 * Source/autotools/Versions.m4: Bump version numbers.
3816 2013-10-24 Ryuan Choi <ryuan.choi@samsung.com>
3818 [EFL] Build break with latest EFL 1.8 libraries.
3819 https://bugs.webkit.org/show_bug.cgi?id=123245
3821 Reviewed by Gyuyoung Kim.
3823 After fixed build break on EFL 1.8 at r138326, EFL libraries are changed
3824 Eo typedef and splitted header files which contain version macro.
3826 * Source/cmake/EFLHelpers.cmake: Checked whether include path exist.
3827 * Source/cmake/FindEcore.cmake: Added 1.8 Header which have version macro.
3828 * Source/cmake/FindEdje.cmake: Ditto.
3829 * Source/cmake/FindEina.cmake: Ditto.
3830 * Source/cmake/FindEo.cmake: Ditto.
3831 * Source/cmake/FindEvas.cmake: Ditto.
3833 2013-10-22 Ryuan Choi <ryuan.choi@samsung.com>
3835 [EFL] Remove HAVE_GLX macro
3836 https://bugs.webkit.org/show_bug.cgi?id=123191
3838 Reviewed by Gyuyoung Kim.
3840 * Source/cmake/OptionsEfl.cmake: Removed unnecessary HAVE_GLX macro
3842 2013-10-21 Gergo Balogh <geryxyz@inf.u-szeged.hu>
3844 Remove .qmake.conf files
3845 https://bugs.webkit.org/show_bug.cgi?id=123091
3847 Reviewed by Csaba Osztrogonác.
3849 * .qmake.conf: Removed.
3851 2013-10-18 Carlos Garcia Campos <cgarcia@igalia.com>