1 2014-11-03 Dean Jackson <dino@apple.com>
3 Add ENABLE_FILTERS_LEVEL_2 feature guard.
4 https://bugs.webkit.org/show_bug.cgi?id=138362
6 Reviewed by Tim Horton.
8 Add a new feature define for Level 2 of CSS Filters.
9 http://dev.w3.org/fxtf/filters-2/
11 * Source/cmake/OptionsEfl.cmake:
12 * Source/cmake/OptionsGTK.cmake:
13 * Source/cmake/OptionsMac.cmake:
14 * Source/cmake/WebKitFeatures.cmake:
15 * Source/cmakeconfig.h.cmake:
17 2014-11-03 Akos Kiss <akiss@inf.u-szeged.hu>
19 Workaround for Cortex-A53 erratum 835769
20 https://bugs.webkit.org/show_bug.cgi?id=138315
22 Reviewed by Filip Pizlo.
24 This patch introduces CMake variable and preprocessor macro
25 WTF_CPU_ARM64_CORTEXA53 with the aim of enabling Cortex-A53-specific
26 code paths, if set true.
28 * Source/cmake/OptionsCommon.cmake:
29 Add -mfix-cortex-a53-835769 to the compiler flags if compiler supports
31 * Source/cmakeconfig.h.cmake:
32 #cmakedefine01 for WTF_CPU_ARM64_CORTEXA53
34 2014-11-02 Akos Kiss <akiss@inf.u-szeged.hu>
36 [GTK] Fix the build of FTL JIT
37 https://bugs.webkit.org/show_bug.cgi?id=138298
39 Reviewed by Carlos Garcia Campos.
41 * Source/cmake/OptionsGTK.cmake:
42 Remove the need for the LIBCXXABI package.
44 2014-11-01 Carlos Garcia Campos <cgarcia@igalia.com>
46 REGRESSION(CMake): Make it possible to build without introspection
47 https://bugs.webkit.org/show_bug.cgi?id=138006
49 Reviewed by Philippe Normand.
51 Add ENABLE_INTROSPECTION option.
53 * Source/PlatformGTK.cmake: Dot not add gir global target if
54 introspection is disabled.
55 * Source/cmake/OptionsGTK.cmake: Do not add gir individual targets if
56 introspection is disabled.
58 2014-10-31 Adrian Perez de Castro <aperez@igalia.com>
60 [GTK] Support script message handlers WebKitUserContentManager
61 https://bugs.webkit.org/show_bug.cgi?id=133730
63 Reviewed by Carlos Garcia Campos.
65 Support user script message handlers in WebKitUserContentManager.
66 This needs building with ENABLE_USER_MESSAGE_HANDLERS, for which
67 an option is added to the CMake build files. The option is disabled
68 globally by default, and the WebKitGTK port enables it. On the API
69 level, two new methods to register and unregister names are provided
70 in the "window.webkit" namespace, and on message reception the
71 "WebKitUserContentManager::script-message-received" signal is
72 emitted, using the registered names as signal detail.
74 * Source/cmake/OptionsGTK.cmake: For the GTK port, enable the
75 ENABLE_USER_MESSAGE_HANDLERS feature by default.
76 * Source/cmake/WebKitFeatures.cmake: Add feature description for
77 ENABLE_USER_MESSAGE_HANDLERS, disabled by default.
79 2014-10-29 Raphael Kubo da Costa <rakuco@FreeBSD.org>
81 [GTK] Bump libsoup's minimum version to 2.42.0.
82 https://bugs.webkit.org/show_bug.cgi?id=138086
84 Reviewed by Martin Robinson.
86 The SOUP_CHECK_VERSION macro was added in libsoup 2.41.1, and the
87 soup-version.h header was added to soup.h in 2.41.4, which then becomes
88 the minimum version required to build the port these days.
90 In addition, since the autotools build system required 2.42.0 before
91 being retired, require the same version here. Version 2.42.0 was also
93 https://lists.webkit.org/pipermail/webkit-gtk/2013-March/001387.html.
95 * Source/cmake/OptionsGTK.cmake:
97 2014-10-28 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
99 [EFL] Remove unnecessary defines from OptionsEfl.cmake
100 https://bugs.webkit.org/show_bug.cgi?id=138132
102 Reviewed by Csaba Osztrogonác.
104 * Source/cmake/OptionsEfl.cmake:
106 2014-10-28 Carlos Garcia Campos <cgarcia@igalia.com>
108 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.1 release.
110 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
112 2014-10-21 Ryuan Choi <ryuan.choi@gmail.com>
114 [EFL] Remove unnecessary ENABLE_3D_RENDERING definition from OptionsEfl.cmake
115 https://bugs.webkit.org/show_bug.cgi?id=137946
117 Reviewed by Gyuyoung Kim.
119 ENABLE_3D_RENDERING is already enabled as WEBKIT_OPTION_DEFAULT_PORT_VALUE since r135813.
121 * Source/cmake/OptionsEfl.cmake:
123 2014-10-21 Dániel Bátyai <dbatyai.u-szeged@partner.samsung.com>
125 Fix FTL Native Inlining for EFL
126 https://bugs.webkit.org/show_bug.cgi?id=137774
128 Reviewed by Michael Saboff.
130 Updated CMake for FTL Native Inlining.
133 * Source/cmake/FindClang.cmake: Added.
134 * Source/cmake/OptionsEfl.cmake:
135 * Source/cmakeconfig.h.cmake:
137 2014-10-20 Joseph Pecoraro <pecoraro@apple.com>
139 Web Inspector: Generate all Inspector domains together in JavaScriptCore
140 https://bugs.webkit.org/show_bug.cgi?id=137748
142 Reviewed by Brian Burg.
144 * Source/PlatformEfl.cmake:
146 2014-10-20 Carlos Garcia Campos <cgarcia@igalia.com>
148 [GTK] Add initial gestures support
149 https://bugs.webkit.org/show_bug.cgi?id=137812
151 Reviewed by Sergio Villar Senin.
153 Check if the GTK+ version supports gestures or not.
155 * Source/cmake/FindGTK3.cmake:
156 * Source/cmake/OptionsGTK.cmake:
158 2014-10-16 Carlos Garcia Campos <cgarcia@igalia.com>
160 REGRESSION(CMake): [GTK] WebKitSettings:enable-smooth-scrolling does nothing
161 https://bugs.webkit.org/show_bug.cgi?id=137781
163 Reviewed by Martin Robinson.
165 We used to enable smooth scrolling unconditionally in autotools
166 (via WebKitFeatures.m4), but since the switch to CMake it's
167 unconditionally disabled, so changing the setting doesn't have any
170 * Source/cmake/OptionsGTK.cmake: Enable smooth scrolling.
172 2014-10-16 Pascal Jacquemart <p.jacquemart@samsung.com>
174 Removing CUSTOM_PROTOCOLS guard
175 https://bugs.webkit.org/show_bug.cgi?id=137741
177 Reviewed by Benjamin Poulain.
179 * Source/cmake/OptionsEfl.cmake:
181 2014-10-11 KwangHyuk Kim <hyuki.kim@samsung.com>
183 [EFL] Enable WebP support.
184 https://bugs.webkit.org/show_bug.cgi?id=136156
186 Reviewed by Gyuyoung Kim.
188 Add WebP package finding rule.
190 * Source/cmake/OptionsEfl.cmake:
192 2014-10-07 Pascal Jacquemart <p.jacquemart@samsung.com>
194 [EFL] Enable custom URI schemes with CustomProtocols
195 https://bugs.webkit.org/show_bug.cgi?id=128177
197 Reviewed by Gyuyoung Kim.
199 Fixing ewk_context_url_scheme_register() ewebkit2 API
200 rely on r162449 - CustomProtocols implementation from Carlos Garcia Campos
202 * Source/cmake/OptionsEfl.cmake: Forcing CUSTOM_PROTOCOLS flag
204 2014-10-01 Michael Catanzaro <mcatanzaro@igalia.com>
206 Bump version to 2.7.0
207 https://bugs.webkit.org/show_bug.cgi?id=137301
209 Rubber-stamped by Carlos Garcia Campos.
211 * Source/cmake/OptionsGTK.cmake: Bump version numbers
213 2014-09-30 Gyuyoung Kim <gyuyoung.kim@samsung.com>
215 [EFL] Rename TEST_THEME_DIR macro
216 https://bugs.webkit.org/show_bug.cgi?id=137244
218 Reviewed by Csaba Osztrogonác.
220 * Source/cmake/OptionsEfl.cmake: Rename TEST_THEME_DIR to DEFAULT_THEME_DIR.
222 2014-09-27 Dan Bernstein <mitz@apple.com>
224 WebKit top of tree sources won't build in 10.9 w/ Xcode 6.0.1
225 https://bugs.webkit.org/show_bug.cgi?id=137053
227 Reviewed by Mark Rowe.
229 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
230 In the build pre-action, pass the --wksi and --llvm options to
231 copy-webkitlibraries-to-product-directory.
232 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme: Ditto.
234 2014-09-26 Carlos Garcia Campos <cgarcia@igalia.com>
236 [GTK] Enable CSS_IMAGE_SET in production builds
237 https://bugs.webkit.org/show_bug.cgi?id=137142
239 Reviewed by Alejandro G. Castro.
241 This is required by the inspector to show some of the icons that
244 * Source/cmake/OptionsGTK.cmake:
246 2014-09-25 Carlos Garcia Campos <cgarcia@igalia.com>
248 [Gtk] build.sh needs a -- before make options when the build command is cmake --build
249 https://bugs.webkit.org/show_bug.cgi?id=136377
251 Reviewed by Philippe Normand.
253 * Source/cmake/OptionsGTK.cmake: Only create the build.sh script
254 for CMake versions less than 3.
256 2014-09-25 Csaba Osztrogonác <ossy@webkit.org>
258 Remove WinCE port from trunk
259 https://bugs.webkit.org/show_bug.cgi?id=136951
261 Reviewed by Alex Christensen.
263 * Source/cmake/OptionsWinCE.cmake: Removed.
264 * Source/cmake/WebKitPackaging.cmake:
266 2014-09-17 Renato Nagy <rnagy@inf.u-szeged.hu>
268 [EFL][GTK] Remove WebKit1 related codes
269 https://bugs.webkit.org/show_bug.cgi?id=136853
271 Reviewed by Csaba Osztrogonác.
273 Gtk and EFL WebKit1 ports no longer exist. Webkit1 related codes were deleted
276 * Source/PlatformGTK.cmake:
278 2014-09-16 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
281 https://bugs.webkit.org/show_bug.cgi?id=136820
283 Reviewed by Csaba Osztrogonác.
285 * Source/cmake/FindICU.cmake:
287 2014-09-15 Zan Dobersek <zdobersek@igalia.com>
289 [CMake] Remove FIND_PACKAGE_HANDLE_STANDARD_ARGS call for WAYLAND_EGL in FindWayland.cmake
290 https://bugs.webkit.org/show_bug.cgi?id=136814
292 Reviewed by Philippe Normand.
294 * Source/cmake/FindWayland.cmake: This line was committed by mistake.
295 We bundle the wayland-egl dependency with wayland-client and wayland-server
296 and store the resulting variables with the WAYLAND_ prefix. Because of this
297 this line wasn't exporting anything useful.
299 2014-09-12 Csaba Osztrogonác <ossy@webkit.org>
303 * Source/cmake/WebKitMacros.cmake:
305 2014-09-11 László Langó <llango.u-szeged@partner.samsung.com>
307 [JavaScriptCore] Fix FTL on platform EFL.
308 https://bugs.webkit.org/show_bug.cgi?id=133571
310 Reviewed by Filip Pizlo.
314 * Source/cmake/FindLIBCXXABI.cmake: Removed.
315 * Source/cmake/OptionsEfl.cmake:
317 2014-09-08 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
320 https://bugs.webkit.org/show_bug.cgi?id=136571
322 Reviewed by Darin Adler.
324 * Source/cmake/OptionsEfl.cmake:
325 * Source/cmake/OptionsGTK.cmake:
326 * Source/cmake/OptionsMac.cmake:
327 * Source/cmake/WebKitFeatures.cmake:
328 * Source/cmakeconfig.h.cmake:
330 2014-09-04 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
332 Remove CSS_FILTERS flag
333 https://bugs.webkit.org/show_bug.cgi?id=136529
335 Reviewed by Dirk Schulze.
337 * Source/cmake/OptionsEfl.cmake:
338 * Source/cmake/OptionsGTK.cmake:
339 * Source/cmake/OptionsMac.cmake:
340 * Source/cmake/WebKitFeatures.cmake:
341 * Source/cmakeconfig.h.cmake:
343 2014-09-01 Gyuyoung Kim <gyuyoung.kim@samsung.com>
345 [CMAKE] Build warning by INTERFACE_LINK_LIBRARIES
346 https://bugs.webkit.org/show_bug.cgi?id=136194
348 Reviewed by Csaba Osztrogonác.
350 Set the LINK_INTERFACE_LIBRARIES target property on the top level CMakeLists.txt.
354 2014-08-29 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
356 [EFL] Remove non Coordinated Graphics code path from cmake build system after r142169
357 https://bugs.webkit.org/show_bug.cgi?id=135560
359 Reviewed by Gyuyoung Kim.
361 * Source/cmake/OptionsEfl.cmake: Removed TILED_BACKING_STORE guard.
363 2014-08-28 Brian J. Burg <burg@cs.washington.edu>
365 WebInspectorUI.framework is not built for the "All Source" Xcode scheme
366 https://bugs.webkit.org/show_bug.cgi?id=136343
368 Reviewed by David Kilzer.
370 The "build" and "run" actions in Xcode should copy over the latest Inspector resources.
372 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
373 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
375 2014-08-27 Krzysztof Czech <k.czech@samsung.com>
377 [EFL] Share fast/speechsynthesis/ with other ports
378 https://bugs.webkit.org/show_bug.cgi?id=136224
380 Reviewed by Chris Fleizach.
382 Enable WebSpeech for EFL.
384 * Source/cmake/OptionsEfl.cmake:
386 2014-08-26 Krzysztof Czech <k.czech@samsung.com>
388 [EFL] Utilize espeak as a synthesizer back-end for WebSpeech
389 https://bugs.webkit.org/show_bug.cgi?id=136127
391 Reviewed by Gyuyoung Kim.
393 Add build support for espeak.
395 * Source/cmake/FindEspeak.cmake: Added.
396 * Source/cmake/OptionsEfl.cmake: Add Espeak dependency.
398 2014-08-26 Ryuan Choi <ryuan.choi@samsung.com>
400 [EFL] Build break using clang
401 https://bugs.webkit.org/show_bug.cgi?id=136245
403 Reviewed by Gyuyoung Kim.
405 * Source/cmake/OptionsEfl.cmake:
406 Disable ENABLE_WERROR when compiler is Clang as workaround because there are too many warnings.
407 Some warnings are from system libraries.
409 2014-08-25 Alberto Garcia <berto@igalia.com>
411 [GTK] Unify webkitgtk and webkit2gtk directories
412 https://bugs.webkit.org/show_bug.cgi?id=136209
414 Reviewed by Carlos Garcia Campos.
416 Use webkit2gtk-X.X both for the process binaries and the injected
419 * Source/cmake/OptionsGTK.cmake:
421 2014-08-24 Ryuan Choi <ryuan.choi@samsung.com>
423 [EFL] Move Efl specific code from Source/CMakeLists.txt
424 https://bugs.webkit.org/show_bug.cgi?id=136206
426 Reviewed by Gyuyoung Kim.
428 WebKit/Efl only uses ENABLE_WERROR so it can be moved into OptionsEfl.cmake.
429 Inaddition, renamed ADDITIONAL_FLAGS to ADDITIONAL_COMPILER_FLAGS.
431 * Source/CMakeLists.txt:
432 * Source/cmake/OptionsEfl.cmake:
434 2014-08-24 Ryuan Choi <ryuan.choi@samsung.com>
436 [EFL] Introduce DEVELOPER_MODE
437 https://bugs.webkit.org/show_bug.cgi?id=135884
439 Reviewed by Gyuyoung Kim.
441 Like GTK port, DEVELOPER_MODE can be good solution for developing, debugging and testing
442 instead of SHARED_CORE.
443 SHARED_CORE can reduce link time and memory consumption but it is slightly different
446 * Source/cmake/OptionsEfl.cmake:
447 * Source/cmake/WebKitHelpers.cmake:
448 Moved fvisibility=hidden to OptionsEfl.cmake
450 2014-08-22 KwangHyuk Kim <hyuki.kim@samsung.com>
452 [EFL] Turn on ENABLE_GAMEPAD_DEPRECATED option.
453 https://bugs.webkit.org/show_bug.cgi?id=136110
455 Reviewed by Gyuyoung Kim.
457 Turn on ENABLE_GAMEPAD_DEPRECATED option for the WK2 Efl.
459 * Source/cmake/OptionsEfl.cmake:
461 2014-08-22 Gyuyoung Kim <gyuyoung.kim@samsung.com>
463 [EFL] Apply eflsymbols.filter to WebKit2
464 https://bugs.webkit.org/show_bug.cgi?id=136148
466 Reviewed by Csaba Osztrogonác.
468 eflsymbol filter hasn't been applied to WK2 port. Additionally clean up WK1 symbol
469 in the eflsymbols.filter.
471 * Source/cmake/OptionsEfl.cmake:
472 * Source/cmake/eflsymbols.filter:
474 2014-08-21 Zalan Bujtas <zalan@apple.com>
476 Enable SATURATED_LAYOUT_ARITHMETIC.
477 https://bugs.webkit.org/show_bug.cgi?id=136106
479 Reviewed by Simon Fraser.
481 SATURATED_LAYOUT_ARITHMETIC protects LayoutUnit against arithmetic overflow.
482 (No measurable performance regression on Mac.)
484 * Source/cmake/OptionsMac.cmake:
485 * Source/cmake/WebKitFeatures.cmake:
486 * Source/cmakeconfig.h.cmake:
488 2014-08-19 Zalan Bujtas <zalan@apple.com>
490 Remove ENABLE(SUBPIXEL_LAYOUT).
491 https://bugs.webkit.org/show_bug.cgi?id=136077
493 Reviewed by Simon Fraser.
495 Remove compile time flag SUBPIXEL_LAYOUT. All ports have it enabled for a while now.
497 * Source/cmake/OptionsEfl.cmake:
498 * Source/cmake/OptionsGTK.cmake:
499 * Source/cmake/OptionsMac.cmake:
500 * Source/cmake/WebKitFeatures.cmake:
501 * Source/cmakeconfig.h.cmake:
503 2014-08-17 Zan Dobersek <zdobersek@igalia.com>
505 [CMake] Optimization-disabling compiler flags should be appended to CMAKE_C(XX)_FLAGS_RELEASE
506 https://bugs.webkit.org/show_bug.cgi?id=135980
508 Reviewed by Martin Robinson.
510 CMAKE_C(XX)_FLAGS_RELEASE variables usually contain the -On flag which
511 overrides any other disabled optimization that was prepended to these
512 variables or was added to the CMAKE_C(XX)_FLAGS variables which CMake
513 lists first in the final list of compilation flags.
515 To avoid -On re-enabling optimizations that we'd like to keep disabled,
516 the specific compiler flags must be appended to CMAKE_C(XX)_FLAGS_RELEASE.
518 * Source/cmake/OptionsCommon.cmake:
519 * Source/cmake/OptionsEfl.cmake: Also do the appending with CMAKE_SHARED_LINKER_FLAGS_RELEASE.
520 * Source/cmake/OptionsGTK.cmake:
522 2014-08-15 Carlos Garcia Campos <cgarcia@igalia.com>
524 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.5.3 release.
526 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
528 2014-08-15 Ting-Wei Lan <lantw44@gmail.com>
530 [GTK] Disable memory sampler on non-Linux system
531 https://bugs.webkit.org/show_bug.cgi?id=134483
533 Reviewed by Philippe Normand.
535 Source/WebKit2/Shared/linux/WebMemorySamplerLinux.cpp only works on
536 Linux because it uses many Linux-specific features, so we should disable
537 memory sampler on other systems by default.
539 * Source/cmake/OptionsGTK.cmake:
541 2014-08-15 Carlos Garcia Campos <cgarcia@igalia.com>
543 [GTK] HTML API documentation should also be installed versioned
544 https://bugs.webkit.org/show_bug.cgi?id=135970
546 Reviewed by Philippe Normand.
548 * Source/PlatformGTK.cmake: Append -${WEBKITGTK_API_VERSION} to
551 2014-08-14 Tomas Popela <tpopela@redhat.com>
553 Add support for ppc, ppc64, ppc64le, s390, s390x into the CMake build
554 https://bugs.webkit.org/show_bug.cgi?id=135937
556 Reviewed by Carlos Garcia Campos.
560 2014-08-14 Carlos Garcia Campos <cgarcia@igalia.com>
562 [GTK] REGRESSION(r171598, CMake): Introspection files are installed at the wrong path
563 https://bugs.webkit.org/show_bug.cgi?id=135934
565 Reviewed by Gustavo Noronha Silva.
567 Since r171598 gir files are installed under $datadir/webkitgtk-4.0/gir-1.0/.
568 The gir files should installed in $datadir/gir-1.0/ together with all other
569 gir files. We don't need to install introspection files in a versioned
570 directory because their filenames already contain the binary version. But before
571 r171598, the files were only installed to the right directory if the
572 gobject-instrospection pkg-config file was in the same prefix than the one we
573 wanted to install, because the gir and typelibs directories were extracted from
574 the pkg-config file. We should define INTROSPECTION_INSTALL_GIRDIR and
575 INTROSPECTION_INSTALL_TYPELIBDIR in OptionsGTK.cmake based on $datadir and $libdir
576 like we do in the autotools build.
578 * Source/cmake/FindGObjectIntrospection.cmake: Do not define
579 INTROSPECTION_INSTALL_GIRDIR and INTROSPECTION_INSTALL_TYPELIBDIR.
580 * Source/cmake/OptionsGTK.cmake: Define
581 INTROSPECTION_INSTALL_GIRDIR and INTROSPECTION_INSTALL_TYPELIBDIR.
583 2014-08-14 Carlos Garcia Campos <cgarcia@igalia.com>
585 [GTK] WebKit DOM documentation (webkitdomgtk) not installed after make install
586 https://bugs.webkit.org/show_bug.cgi?id=135836
588 Reviewed by Philippe Normand.
590 * Source/PlatformGTK.cmake: Add install command to also install
591 the GObject DOM bindings API docs.
593 2014-08-14 Zan Dobersek <zdobersek@igalia.com>
595 Unreviewed. In r165709 I mistakenly appended the -fno-exceptions
596 and -fno-strict-aliasing compiler flags to CMAKE_CXX_FLAGS and then
597 re-set CMAKE_C_FLAGS with the new string. The two flags should really
598 be appended to CMAKE_C_FLAGS and the same variable re-set with the
601 * Source/cmake/OptionsCommon.cmake:
603 2014-08-13 Alex Christensen <achristensen@webkit.org>
605 Progress towards CMake on Mac.
606 https://bugs.webkit.org/show_bug.cgi?id=135819
608 Reviewed by Laszlo Gombos.
610 * Source/cmake/OptionsMac.cmake:
611 Disable some more features temporarily to get CMake working.
612 * Source/cmake/WebKitMacros.cmake:
613 Added an extension parameter to GENERATE_BINDINGS to allow ObjC bindings to generate .mm files.
615 2014-08-12 Eduardo Lima Mitev <elima@igalia.com>
617 [GTK] Subtle-crypto feature off by default and add a new configure flag to enable it
618 https://bugs.webkit.org/show_bug.cgi?id=135798
620 Reviewed by Philippe Normand.
622 * Source/cmake/OptionsGTK.cmake: Makes SUBTLE_CRYPTO flag off by default.
624 2014-08-12 Eduardo Lima Mitev <elima@igalia.com>
625 [GTK] Adds dependency on GnuTLS 3.0+ for the implementation of subtle crypto algorithms
626 https://bugs.webkit.org/show_bug.cgi?id=133317
628 GnuTLS is already an indirect dependency through libsoup -> glib-networking.
630 Reviewed by Philippe Normand.
632 No new tests since no new functionality has been added.
634 * Source/cmake/OptionsGTK.cmake: Adds search for required GnuTLS package
636 2014-08-11 Commit Queue <commit-queue@webkit.org>
638 Unreviewed, rolling out r172393.
639 https://bugs.webkit.org/show_bug.cgi?id=135796
641 discussion needed about GnuTLS version bump on the bots
642 (Requested by philn on #webkit).
646 https://bugs.webkit.org/show_bug.cgi?id=133317
647 http://trac.webkit.org/changeset/172393
649 2014-08-11 Eduardo Lima Mitev <elima@igalia.com>
650 [GTK] Adds dependency on GnuTLS 3.0+ for the implementation of subtle crypto algorithms
651 https://bugs.webkit.org/show_bug.cgi?id=133317
653 GnuTLS is already an indirect dependency through libsoup -> glib-networking.
655 Reviewed by Philippe Normand.
657 No new tests since no new functionality has been added.
659 * Source/cmake/OptionsGTK.cmake: Adds search for required GnuTLS package
661 2014-08-11 Eduardo Lima Mitev <elima@igalia.com>
663 [GTK] Adds stubs for all subtle crypto algorithm implemntations
664 https://bugs.webkit.org/show_bug.cgi?id=133316
666 Reviewed by Philippe Normand.
668 * Source/cmake/OptionsGTK.cmake: Add ENABLE_SUBTLE_CRYPTO option
669 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_SUBTLE_CRYPTO option
670 * Source/cmakeconfig.h.cmake: Define ENABLE_SUBTLE_CRYPTO
672 2014-08-11 Carlos Garcia Campos <cgarcia@igalia.com>
674 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.5.2 release.
676 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
678 2014-08-10 Carlos Garcia Campos <cgarcia@igalia.com>
680 [GTK] REGRESSION(r166239): The ld version script is not being used
681 https://bugs.webkit.org/show_bug.cgi?id=135694
683 Reviewed by Martin Robinson.
685 Move the symbols filter file from Tools/gtk to Source/cmake and rename
686 it as gtksymbols.filter. Also updated it, since some of the symbols
687 exported were renamed.
689 * Source/cmake/OptionsGTK.cmake:
690 * Source/cmake/gtksymbols.filter: Renamed from Tools/gtk/symbols.filter.
692 2014-08-10 Carlos Garcia Campos <cgarcia@igalia.com>
694 [GTK] Child processes should be installed in a versioned directory
695 https://bugs.webkit.org/show_bug.cgi?id=135754
697 Reviewed by Gustavo Noronha Silva.
699 Define LIBEXEC_INSTALL_DIR as
700 ${CMAKE_INSTALL_FULL_LIBEXECDIR}/webkitgtk-${WEBKITGTK_API_VERSION}
701 so that the child processes are installed in $libexec/webkitgtk-4.0.
702 This makes it possible to install 2.6 in parallel to older versions.
704 * Source/cmake/OptionsGTK.cmake:
706 2014-08-08 Alex Christensen <achristensen@webkit.org>
708 Progress towards using CMake on Mac.
709 https://bugs.webkit.org/show_bug.cgi?id=135662
711 Reviewed by Laszlo Gombos.
714 Mavericks has a flex version of "flex 2.5.35 Apple(flex-31)" which CMake doesn't like on Mac.
715 * Source/cmake/WebKitFeatures.cmake:
716 * Source/cmakeconfig.h.cmake:
717 Added features that are needed by the Mac port.
718 * Source/cmake/OptionsMac.cmake:
719 Enable CSS_IMAGE_SET based on FeatureDefines.h.
720 Disable the FTL with CMake for now.
721 * Source/cmake/OptionsEFL.cmake:
722 * Source/cmake/OptionsGTK.cmake:
723 Enable subpixel layout to not conflict with FeatureDefines.h
725 2014-08-08 Simon Fraser <simon.fraser@apple.com>
727 Undo some erroneous changes to the Xcode scheme files from r172259.
729 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
730 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
732 2014-08-08 Zan Dobersek <zdobersek@igalia.com>
734 [CMake] Drop the required version of CMake down to 2.8.8
735 https://bugs.webkit.org/show_bug.cgi?id=135713
737 Reviewed by Alex Christensen.
739 * CMakeLists.txt: Require CMake 2.8.8.
741 2014-08-07 Benjamin Poulain <bpoulain@apple.com>
743 Get rid of INPUT_SPEECH
744 https://bugs.webkit.org/show_bug.cgi?id=135672
746 Reviewed by Andreas Kling.
748 * Source/cmake/OptionsMac.cmake:
749 * Source/cmake/WebKitFeatures.cmake:
750 * Source/cmakeconfig.h.cmake:
752 2014-08-07 Csaba Osztrogonác <ossy@webkit.org>
754 [GTK] Disable IndexedDB
755 https://bugs.webkit.org/show_bug.cgi?id=135692
757 Reviewed by Carlos Garcia Campos.
759 * Source/cmake/OptionsGTK.cmake:
761 2014-08-06 Dean Jackson <dino@apple.com>
763 ENABLE_CSS_TRANSFORMS_ANIMATIONS_UNPREFIXED is not used anywhere. Remove it.
764 https://bugs.webkit.org/show_bug.cgi?id=135675
766 Reviewed by Sam Weinig.
768 * Source/cmake/OptionsGTK.cmake:
769 * Source/cmake/OptionsMac.cmake:
770 * Source/cmake/WebKitFeatures.cmake:
771 * Source/cmakeconfig.h.cmake:
773 2014-08-06 David Farler <dfarler@apple.com>
775 Unreviewed build fix: Make includes semicolon in assignment.
777 * Makefile.shared: Remove a ;
779 2014-08-06 David Farler <dfarler@apple.com>
781 Set DSYMUTIL_NUM_THREADS to the number of logical cores
782 https://bugs.webkit.org/show_bug.cgi?id=135655
784 Reviewed by Mark Rowe.
786 * Makefile.shared: Export DSYMUTIL_NUM_THREADS.
788 2014-08-06 Carlos Garcia Campos <cgarcia@igalia.com>
790 [GTK] Be able to disable gtk2 dependency
791 https://bugs.webkit.org/show_bug.cgi?id=135505
793 Reviewed by Gustavo Noronha Silva.
795 Add ENABLE_PLUGIN_PROCESS_GTK2 compile option. GTK+2 is only
796 required when it's enabled. It's enabled by default.
798 * Source/cmake/OptionsGTK.cmake:
800 2014-08-05 Alex Christensen <achristensen@webkit.org>
803 https://bugs.webkit.org/show_bug.cgi?id=135620
805 Reviewed by Laszlo Gombos.
807 * Source/cmake/OptionsMac.cmake:
808 Use UDIS86 by default on Mac.
810 2014-08-04 Benjamin Poulain <benjamin@webkit.org>
812 Add a flag for the CSS Selectors level 4 implementation
813 https://bugs.webkit.org/show_bug.cgi?id=135535
815 Reviewed by Andreas Kling.
817 * Source/cmake/OptionsEfl.cmake:
818 * Source/cmake/OptionsGTK.cmake:
819 * Source/cmake/WebKitFeatures.cmake:
820 * Source/cmakeconfig.h.cmake:
822 2014-08-04 Alex Christensen <achristensen@webkit.org>
824 Progress towards CMake on Mac.
825 https://bugs.webkit.org/show_bug.cgi?id=135528
827 Reviewed by Gyuyoung Kim.
829 * Source/cmake/OptionsMac.cmake:
830 Made options list based on FeatureDefines.xcconfig files.
832 2014-08-04 Zan Dobersek <zdobersek@igalia.com>
834 [GTK] Windowing target support should reflect the support in the GTK+ dependency
835 https://bugs.webkit.org/show_bug.cgi?id=134736
837 Reviewed by Martin Robinson.
839 * Source/cmake/FindGTK3.cmake: Don't error out if the GTK+ dependency doesn't
840 support the X11 or Wayland windowing targets -- instead, if there's no support
841 the specific target is disabled, and an error is thrown only if neither of the
842 backends is enabled at the end..
843 For now the X11 target remains enabled by default, and the Wayland target is
844 kept disabled. Once it's possible to have both targets enabled at runtime in
845 WebKit, the Wayland target will be enabled as well and we'll leave it to the
846 GTK+ dependency to determine which targets can be enabled.
848 2014-08-04 Zan Dobersek <zdobersek@igalia.com>
850 [CMake] Add FindWayland.cmake
851 https://bugs.webkit.org/show_bug.cgi?id=135540
853 Reviewed by Martin Robinson.
855 * Source/cmake/FindWayland.cmake: Added. Enables finding the Wayland
856 dependency. For now bundles the wayland-client, wayland-server and
857 wayland-egl pkg-config targets into one dependency, but these could
858 be split in the future if necessary.
860 2014-08-03 Ryuan Choi <ryuan.choi@samsung.com>
862 [EFL] Move DATA_INSTALL_DIR to ewebkit2-0
863 https://bugs.webkit.org/show_bug.cgi?id=135553
865 Reviewed by Gyuyoung Kim.
867 Since WebKit1/Efl is dropped, we don't need to use ewebkit-1 and ewebkit2-1.
868 And removed WebKit_OUTPUT_NAME variable which is not used anymore on the EFL port.
870 * Source/cmake/OptionsEfl.cmake:
872 2014-08-01 Bear Travis <betravis@adobe.com>
874 [Feature Queries] Enable Feature Queries on EFL/GTK
875 https://bugs.webkit.org/show_bug.cgi?id=134902
877 Reviewed by Benjamin Poulain.
879 Enable CSS Feature Queries by default on the EFL and GTK
882 * Source/cmake/OptionsEfl.cmake:
883 * Source/cmake/OptionsGTK.cmake:
885 2014-08-01 Alex Christensen <achristensen@webkit.org>
887 Progress towards cmake on Windows.
888 https://bugs.webkit.org/show_bug.cgi?id=135484
890 Reviewed by Martin Robinson.
893 Added Mac to list of ports, even though it is not done yet.
894 Changed minimum bison version to version installed on Macs.
895 * Source/cmake/OptionsAppleWin.cmake:
896 Added some definitions.
897 * Source/cmake/OptionsEfl.cmake:
898 * Source/cmake/OptionsGTK.cmake:
899 Set WTF_LIBRARY_TYPE to STATIC to not change WTF linking on EFL or GTK ports.
900 * Source/cmake/OptionsMac.cmake: Added blank for now.
901 * Source/cmake/OptionsWinCairo.cmake:
902 * Source/cmake/OptionsWindows.cmake:
903 Added some definitions.
904 Removed /WX (warnings treated as error while compiling).
905 Copied warnings to ignore from WebKitLibraries/win/tools/vsprops/common.props.
907 2014-08-01 Carlos Garcia Campos <cgarcia@igalia.com>
909 [CMake] GTK and EFL are using PROJECT_VERSION_PATCH to define the micro version
910 https://bugs.webkit.org/show_bug.cgi?id=135501
912 Reviewed by Gyuyoung Kim.
914 Use PROJECT_VERSION_MICRO instead.
916 * Source/cmake/OptionsEfl.cmake:
917 * Source/cmake/OptionsGTK.cmake:
918 * Source/cmake/WebKitHelpers.cmake:
920 2014-07-31 Ryuan Choi <ryuan.choi@samsung.com>
922 [EFL] Bump ewebkit version to 1.11
923 https://bugs.webkit.org/show_bug.cgi?id=135487
925 Reviewed by Gyuyoung Kim.
927 * Source/cmake/OptionsEfl.cmake: Bump version numbers.
929 2014-07-31 Carlos Alberto Lopez Perez <clopez@igalia.com>
931 [EFL] Add support for building with Geoclue2.
932 https://bugs.webkit.org/show_bug.cgi?id=135455
934 Reviewed by Gyuyoung Kim.
936 * Source/cmake/OptionsEfl.cmake: Add gio-unix if ENABLE_GEOLOCATION
939 2014-07-31 Carlos Garcia Campos <cgarcia@igalia.com>
941 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.5.1 release.
943 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
945 2014-07-31 Carlos Garcia Campos <cgarcia@igalia.com>
947 [GTK] Bump binary version for 2.6
948 https://bugs.webkit.org/show_bug.cgi?id=133724
950 Reviewed by Philippe Normand.
952 * Source/cmake/OptionsGTK.cmake: Bump binary version to 4.0 and
953 update library version numbers.
955 2014-07-30 Zan Dobersek <zdobersek@igalia.com>
957 [CMake] Bump the minimum required version
958 https://bugs.webkit.org/show_bug.cgi?id=135382
960 Reviewed by Gyuyoung Kim.
962 * CMakeLists.txt: Bump the minimum required version to 2.8.11 after
963 we introduced usage of target_include_directories().
965 2014-07-29 Hunseop Jeong <hs85.jeong@samsung.com>
967 [EFL][GTK] Remove ACCELERATED_COMPOSITING compile flag
968 https://bugs.webkit.org/show_bug.cgi?id=135376
970 Reviewed by Gyuyoung Kim.
972 ACCELERATED_COMPOSITING was changed to the mandatory code after r163079.
974 * Source/cmake/OptionsEfl.cmake:
975 * Source/cmake/OptionsGTK.cmake:
977 2014-07-25 Michael Catanzaro <mcatanzaro@igalia.com>
979 [GTK] CMake tries to install JavaScriptCore-3.0.gir outside of install prefix
980 https://bugs.webkit.org/show_bug.cgi?id=135288
982 Reviewed by Martin Robinson.
984 * Source/cmake/FindGObjectIntrospection.cmake: pass correct libdir and
986 * Source/cmake/OptionsGTK.cmake: define install directories early
987 enough to be used in FindGObjectIntrospection.cmake
989 2014-07-23 Bem Jones-Bey <bjonesbe@adobe.com>
991 Remove CSS_EXCLUSIONS compile flag and leftover code
992 https://bugs.webkit.org/show_bug.cgi?id=135175
994 Reviewed by Zoltan Horvath.
996 At this point, the CSS_EXCLUSIONS flag guards nothing but some useless
997 stubs. This removes the flag and the useless code.
999 * Source/cmake/WebKitFeatures.cmake:
1000 * Source/cmakeconfig.h.cmake:
1002 2014-07-22 Adrian Perez de Castro <aperez@igalia.com>
1004 [GStreamer] [GTK] WebKit does not build with GStreamer 1.4
1005 https://bugs.webkit.org/show_bug.cgi?id=135114
1007 Fix build with GStreamer 1.4
1009 Reviewed by Philippe Normand.
1011 * Source/cmake/FindGStreamer.cmake: Check version 1.4.0 for the
1012 gst-mpegts component instead of the unstable 1.3.x verstions.
1014 2014-07-21 Carlos Garcia Campos <cgarcia@igalia.com>
1016 [GTK] Simplify make-dist command line arguments
1017 https://bugs.webkit.org/show_bug.cgi?id=134832
1019 Reviewed by Martin Robinson.
1021 * Source/PlatformGTK.cmake: Use --version instead of
1022 --tarball-root when running make-dist.py.
1024 2014-07-18 Jon Honeycutt <jhoneycutt@apple.com>
1026 Add a manual test for r135044
1028 <https://bugs.webkit.org/show_bug.cgi?id=135044>
1030 Rubber-stamped by Andy Estes.
1032 * ManualTests/ios/typing-in-field-that-clears-on-keyup.html: Added.
1034 2014-07-18 Dana Burkart <dburkart@apple.com>
1036 Add a new 'analyze' target to the makefile. This will make use of a new
1037 'PATH_TO_SCAN_BUILD' which, if set will wrap xcodebuild in the clang
1039 https://bugs.webkit.org/show_bug.cgi?id=135057
1040 <rdar://problem/10193187>
1042 Reviewed by David Kilzer.
1048 2014-07-15 Ryuan Choi <ryuan.choi@samsung.com>
1050 [CMAKE] ENABLE_ENCRYPTED_MEDIA_V2 should depend on ENABLE_VIDEO
1051 https://bugs.webkit.org/show_bug.cgi?id=134963
1053 Reviewed by Gyuyoung Kim.
1055 ENCRYPTED_MEDIA_V2 requires VIDEO enabled.
1057 * Source/cmake/WebKitFeatures.cmake: Added the dependency for ENABLE_ENCRYPTED_MEDIA_V2.
1059 2014-07-14 Daniel Bates <dabates@apple.com>
1061 [iOS] Add tests to ensure CSS :active and :hover are applied when processing touch events
1062 https://bugs.webkit.org/show_bug.cgi?id=134905
1063 <rdar://problem/16602779>
1065 Reviewed by Simon Fraser.
1067 Add a manual test to ensure that styles for CSS pseudo-class :hover aren't temporarily cleared
1068 on the tapped element when processing a touchend as a result of finger pressing and releasing
1069 on the same element that is initially positioned outside the visible content area.
1071 * ManualTests/ios/touchstart-touchend-on-same-element-should-not-clear-hover.html: Added.
1073 2014-07-11 Carlos Garcia Campos <cgarcia@igalia.com>
1075 [GTK] Enable VIDEO_TRACK by default
1076 https://bugs.webkit.org/show_bug.cgi?id=134801
1078 Reviewed by Philippe Normand.
1080 * Source/cmake/OptionsGTK.cmake:
1082 2014-07-10 Carlos Garcia Campos <cgarcia@igalia.com>
1084 [GTK][CMake] Add a 'distcheck' target
1085 https://bugs.webkit.org/show_bug.cgi?id=130675
1087 Reviewed by Gustavo Noronha Silva.
1089 * Source/PlatformGTK.cmake: Add distcheck target.
1091 2014-07-10 Carlos Garcia Campos <cgarcia@igalia.com>
1093 [GTK] Use the same default options for production builds that previous stable releases
1094 https://bugs.webkit.org/show_bug.cgi?id=134589
1096 Reviewed by Martin Robinson.
1098 Change the default value of some features to match our stable releases.
1099 Add FindCairoGL to find cairo-gl libraries and make accelearetd 2D
1100 canvas depend on whether cairo-gl is found.
1102 * Source/cmake/FindCairoGL.cmake: Added.
1103 * Source/cmake/OptionsGTK.cmake:
1105 2014-07-08 Sun-woo Nam <sunny.nam@samsung.com>
1107 [EFL] Support Encrypted Media Extensions.
1108 https://bugs.webkit.org/show_bug.cgi?id=134750
1110 Reviewed by Gyuyoung Kim.
1112 Webkit needs to play encrypted media contents when media player
1113 is played by Media source extensions and normal video procedure.
1115 * Source/cmake/OptionsEfl.cmake: Turn on ENABLE_ENCRYPTED_MEDIA_V2
1117 2014-07-08 Alex Christensen <achristensen@webkit.org>
1119 Steps towards CMake on Windows.
1120 https://bugs.webkit.org/show_bug.cgi?id=134716
1122 Reviewed by Martin Robinson.
1125 Added AppleWin and WinCairo to list of CMake ports.
1126 * Source/cmake/OptionsAppleWin.cmake: Added.
1127 * Source/cmake/OptionsWinCairo.cmake: Added.
1128 * Source/cmake/OptionsWindows.cmake:
1129 Windows needs to use the system malloc. Other options to come.
1131 2014-07-04 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1133 [EFL] Support Geolocation
1134 https://bugs.webkit.org/show_bug.cgi?id=134439
1136 Reviewed by Antonio Gomes.
1138 * Source/cmake/OptionsEfl.cmake: Turn on ENABLE_GEOLOCATION.
1140 2014-07-03 Ryuan Choi <ryuan.choi@samsung.com>
1142 Broken build with build-webkit --no-video
1143 https://bugs.webkit.org/show_bug.cgi?id=134587
1145 Reviewed by Darin Adler.
1147 MEDIA_CONTROLS_SCRIPT requires VIDEO enabled.
1149 * Source/cmake/WebKitFeatures.cmake: Added the dependency for ENABLE_MEDIA_CONTROLS_SCRIPT.
1151 2014-07-03 Carlos Garcia Campos <cgarcia@igalia.com>
1153 [GTK] The list of features shown by cmake is not accurate
1154 https://bugs.webkit.org/show_bug.cgi?id=134588
1156 Reviewed by Gustavo Noronha Silva.
1158 The problem is that some options might change after the feature
1159 list has been printed.
1161 * Source/cmake/OptionsGTK.cmake: Find package dependencies before
1162 setting the default values of features and set WEBGL value
1163 depending on the dependencies, and API_TEST depending on whether
1164 developer mode is enabled or not.
1166 2014-07-03 Ryuan Choi <ryuan.choi@samsung.com>
1168 [CMAKE] Add WEBKIT_OPTION_DEPEND macro to resolve macro dependency
1169 https://bugs.webkit.org/show_bug.cgi?id=134578
1171 Reviewed by Gyuyoung Kim.
1173 Some options depend on another option such as ENABLE_VIDEO_TRACK and ENABLE_VIDEO.
1174 This patch adds WEBKIT_OPTION_DEPEND to check the depending option and
1175 disable related option if it is not ON.
1177 * Source/cmake/OptionsEfl.cmake: Removed hack for option dependency.
1178 * Source/cmake/OptionsGTK.cmake: Ditto.
1179 * Source/cmake/WebKitFeatures.cmake: Added WEBKIT_OPTION_DEPEND macro.
1181 2014-07-02 Carlos Garcia Campos <cgarcia@igalia.com>
1183 [GTK] make dist is broken
1184 https://bugs.webkit.org/show_bug.cgi?id=134542
1186 Reviewed by Martin Robinson.
1188 * Source/PlatformGTK.cmake: Remove ENABLE_WEBKIT check.
1190 2014-07-01 Zan Dobersek <zdobersek@igalia.com>
1192 [CMake] Add necessary support for building for the Wayland target
1193 https://bugs.webkit.org/show_bug.cgi?id=134160
1195 Reviewed by Darin Adler.
1197 * Source/cmake/FindGTK3.cmake: Check for the gtk+-x11-3.0 package if the X11 target
1198 is enabled, and that its version matches the version of the generic package. Same
1199 for the gtk+-wayland-3.0 package and the Wayland target.
1200 * Source/cmake/OptionsCommon.cmake: Don't add the -DXP_UNIX definition here.
1201 * Source/cmake/OptionsEfl.cmake: Add -DXP_UNIX here for the EFL port, under the same
1202 condition as in OptionsCommon.cmake. ENABLE_X11_TARGET is enabled by default for EFL
1203 so they keep building the TestNetscapePlugin target.
1204 * Source/cmake/OptionsGTK.cmake: Enable the X11 target and disable the Wayland target
1205 by default. Group all the X11-specific macro definitions (WTF_PLATFORM_X11, MOZ_X11,
1206 XP_UNIX) and only add them if the X11 target is enabled. Similar goes for the Wayland
1207 target and WTF_PLATFORM_WAYLAND. The Wayland target requires GTK+ 3.12.0, so that's
1208 the minimum required version as soon as that target is enabled. Only search for GLX
1209 if the X11 target is enabled.
1211 2014-06-29 Yoav Weiss <yoav@yoav.ws>
1213 Add support for HTMLImageElement's sizes attribute
1214 https://bugs.webkit.org/show_bug.cgi?id=133620
1216 Reviewed by Dean Jackson.
1218 Added an ENABLE_PICTURE_SIZES compile flag.
1220 * Source/cmake/WebKitFeatures.cmake:
1221 * Source/cmakeconfig.h.cmake:
1223 2014-06-26 Daniel Bates <dabates@apple.com>
1225 [iOS][WK2] Distant focusable element may not be scrolled into view when focused using keyboard
1226 https://bugs.webkit.org/show_bug.cgi?id=134309
1227 <rdar://problem/17427385>
1229 Reviewed by Darin Adler.
1231 Add a manual test to ensure that we scroll to a distant focused text field when it's focused
1234 * ManualTests/ios/scroll-to-distant-keyboard-focused-text-field.html: Added.
1236 2014-06-25 Laszlo Gombos <l.gombos@samsung.com>
1238 Remove build guard for progress element
1239 https://bugs.webkit.org/show_bug.cgi?id=134292
1241 Reviewed by Benjamin Poulain.
1243 The build flag is no longer needed as it is always on.
1245 * Source/cmake/WebKitFeatures.cmake:
1246 * Source/cmakeconfig.h.cmake:
1248 2014-06-23 Krzysztof Czech <k.czech@samsung.com>
1250 [EFL] Platform support for WebSpeech feature.
1251 https://bugs.webkit.org/show_bug.cgi?id=116438
1253 Reviewed by Csaba Osztrogonác.
1255 Add ENABLE_SPEECH_SYNTHESIS flag to have Speech Synthesis in EFL.
1257 * Source/cmake/OptionsEfl.cmake:
1258 * Source/cmake/WebKitFeatures.cmake:
1260 2014-06-23 Philippe Normand <pnormand@igalia.com>
1262 Unreviewed, GTK build fix after r170266.
1264 * Source/cmake/OptionsGTK.cmake: Geoclue also requires gio-unix.
1266 2014-06-22 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1268 Disable gamepad feature on EFL and GTK ports by default
1269 https://bugs.webkit.org/show_bug.cgi?id=134169
1271 Reviewed by Brady Eidson.
1273 * Source/cmake/OptionsEfl.cmake: Disable ENABLE_GAMEPAD_DEPRECATED.
1275 2014-06-21 Brady Eidson <beidson@apple.com>
1277 Gamepad API - Deprecate the existing implementation
1278 https://bugs.webkit.org/show_bug.cgi?id=134108
1280 Reviewed by Timothy Hatcher.
1282 -Add new "GAMEPAD_DEPRECATED" build flag, moving the existing implementation to use it
1283 -Add the "Deprecated" suffix to some implementation files
1285 * Source/cmake/OptionsEfl.cmake:
1286 * Source/cmake/OptionsGTK.cmake:
1287 * Source/cmake/WebKitFeatures.cmake:
1288 * Source/cmakeconfig.h.cmake:
1290 2014-06-21 Commit Queue <commit-queue@webkit.org>
1292 Unreviewed, rolling out r170244.
1293 https://bugs.webkit.org/show_bug.cgi?id=134157
1295 GTK/EFL bindings generator works differently, making this
1296 patch not work there. Will fix entire patch after a rollout.
1297 (Requested by bradee-oh on #webkit).
1301 "Gamepad API - Deprecate the existing implementation"
1302 https://bugs.webkit.org/show_bug.cgi?id=134108
1303 http://trac.webkit.org/changeset/170244
1305 2014-06-21 Brady Eidson <beidson@apple.com>
1307 Gamepad API - Deprecate the existing implementation
1308 https://bugs.webkit.org/show_bug.cgi?id=134108
1310 Reviewed by Timothy Hatcher.
1312 -Add new "GAMEPAD_DEPRECATED" build flag, moving the existing implementation to use it
1313 -Add the "Deprecated" suffix to some implementation files
1315 * Source/cmake/OptionsEfl.cmake:
1316 * Source/cmake/OptionsGTK.cmake:
1317 * Source/cmake/WebKitFeatures.cmake:
1318 * Source/cmakeconfig.h.cmake:
1320 2014-06-21 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
1322 Removing PAGE_VISIBILITY_API compile guard.
1323 https://bugs.webkit.org/show_bug.cgi?id=133844
1325 Reviewed by Gavin Barraclough.
1327 * Source/cmake/OptionsEfl.cmake:
1328 * Source/cmake/OptionsGTK.cmake:
1329 * Source/cmake/WebKitFeatures.cmake:
1330 * Source/cmakeconfig.h.cmake:
1332 2014-06-19 Ryuan Choi <ryuan.choi@samsung.com>
1334 [EFL][CMAKE] Disable WebKit1 build as a default
1335 https://bugs.webkit.org/show_bug.cgi?id=134093
1337 Reviewed by Gyuyoung Kim.
1339 Disable WebKit1 build and enable WebKit2 build for the EFL port.
1341 * Source/cmake/OptionsEfl.cmake:
1343 2014-06-19 Dániel Bátyai <dbatyai.u-szeged@partner.samsung.com>
1345 Remove ENABLE(LLINT) and ENABLE(LLINT_C_LOOP) guards
1346 https://bugs.webkit.org/show_bug.cgi?id=130389
1348 Reviewed by Mark Lam.
1350 Removed ENABLE(LLINT) since we always build with it, and changed ENABLE(LLINT_C_LOOP)
1351 into !ENABLE(JIT) since they are mutually exclusive.
1353 * Source/cmake/OptionsEfl.cmake:
1354 * Source/cmake/OptionsGTK.cmake:
1355 * Source/cmake/WebKitFeatures.cmake:
1356 * Source/cmakeconfig.h.cmake:
1358 2014-06-17 Zan Dobersek <zdobersek@igalia.com>
1360 Remove the USE_GTK2=1 branch in OptionsGTK.cmake. This used to determine
1361 GTK+ and GDK libraries and include directories for the GTK+ 2 dependency,
1362 but we now only support GTK+ 3. The GTK+ 2 dependency is still required
1363 by the plugin process, but it is searched and utilized separately.
1365 Rubber-stamped by Carlos Garcia Campos.
1367 * Source/cmake/OptionsGTK.cmake:
1369 2014-06-16 Commit Queue <commit-queue@webkit.org>
1371 Unreviewed, rolling out r170003.
1372 https://bugs.webkit.org/show_bug.cgi?id=133938
1374 This patch broke GTK build (Requested by kczech on #webkit).
1378 "[EFL] Platform support for WebSpeech feature."
1379 https://bugs.webkit.org/show_bug.cgi?id=116438
1380 http://trac.webkit.org/changeset/170003
1382 2014-06-16 Krzysztof Czech <k.czech@samsung.com>
1384 [EFL] Platform support for WebSpeech feature.
1385 https://bugs.webkit.org/show_bug.cgi?id=116438
1387 Reviewed by Gyuyoung Kim.
1389 Add ENABLE_SPEECH_SYNTHESIS flag to have Speech Synthesis in EFL.
1391 * Source/cmake/OptionsEfl.cmake:
1392 * Source/cmake/WebKitFeatures.cmake:
1394 2014-06-14 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1396 [EFL] Remove duplicated compiler flag
1397 https://bugs.webkit.org/show_bug.cgi?id=133838
1399 Reviewed by Anders Carlsson.
1401 In r169798, literal-suffix was added for EFL port in order to fix build break. However,
1402 it added to common compiler options. So, it is duplicated.
1404 * Source/cmake/WebKitHelpers.cmake:
1406 2014-06-11 Commit Queue <commit-queue@webkit.org>
1408 Unreviewed, rolling out r169877.
1409 https://bugs.webkit.org/show_bug.cgi?id=133784
1411 rollout wrong build fix approach for EFL port (Requested by
1412 gyuyoung on #webkit).
1416 "Unreviewed, EFL build fix since r169869."
1417 http://trac.webkit.org/changeset/169877
1419 2014-06-11 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1421 Unreviewed, EFL build fix since r169869.
1423 Additionally literal-suffix is removed in EFL compile flag, because it is duplicated.
1425 * Source/cmake/WebKitHelpers.cmake: Treat undef error as build warning.
1427 2014-06-11 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1429 Unreviewed, EFL build fix. Treat literal-suffix error as build warning.
1431 * Source/cmake/WebKitHelpers.cmake:
1433 2014-05-28 Carlos Garcia Campos <cgarcia@igalia.com>
1435 [GTK] Make it possible to build with FTL enabled
1436 https://bugs.webkit.org/show_bug.cgi?id=133219
1438 Reviewed by Philippe Normand.
1440 Add LLVM and LIBCXXABI as dependencies when building with FTL enabled.
1442 * Source/cmake/OptionsGTK.cmake:
1444 2014-05-28 Jaehun Lim <ljaehun.lim@samsung.com>
1446 [CMake] Clean up FAST_MOBILE_SCROLLING
1447 https://bugs.webkit.org/show_bug.cgi?id=133342
1449 Reviewed by Gyuyoung Kim.
1451 FAST_MOBILE_SCROLLING was removed in r168726.
1453 * Source/cmake/OptionsEfl.cmake:
1454 * Source/cmake/OptionsGTK.cmake:
1455 * Source/cmake/WebKitFeatures.cmake:
1456 * Source/cmakeconfig.h.cmake:
1458 2014-05-27 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
1461 https://bugs.webkit.org/show_bug.cgi?id=132863
1463 Reviewed by Csaba Osztrogonác.
1465 * Source/cmake/OptionsEfl.cmake:
1466 * Source/cmake/OptionsGTK.cmake:
1467 * Source/cmake/WebKitFeatures.cmake:
1468 * Source/cmakeconfig.h.cmake:
1470 2014-05-27 Zsolt Borbely <zsborbely.u-szeged@partner.samsung.com>
1472 Allow building CMake based ports with WEB_REPLAY
1473 https://bugs.webkit.org/show_bug.cgi?id=133154
1475 Reviewed by Csaba Osztrogonác.
1477 * Source/cmake/WebKitFeatures.cmake:
1478 * Source/cmakeconfig.h.cmake:
1480 2014-05-21 Zsolt Borbely <zsborbely.u-szeged@partner.samsung.com>
1482 [EFL] Add include path of compact_unwind_encoding.h if FTL JIT is enabled
1483 https://bugs.webkit.org/show_bug.cgi?id=132907
1485 Reviewed by Gyuyoung Kim.
1487 * Source/cmake/FindLIBCXXABI.cmake: Added.
1488 * Source/cmake/OptionsEfl.cmake:
1490 2014-05-21 Michał Pakuła vel Rutka <m.pakula@samsung.com>
1492 [EFL] Turn on ENABLE_CSS_FILTERS
1493 https://bugs.webkit.org/show_bug.cgi?id=133153
1495 Reviewed by Gyuyoung Kim.
1497 * Source/cmake/OptionsEfl.cmake: Enable CSS_FILTERS as default option value.
1499 2014-05-16 Martin Robinson <mrobinson@igalia.com>
1501 [CMake] Improve handling of LIB_INSTALL_DIR, EXEC_INSTALL_DIR, and LIBEXEC_INSTALL_DIR
1502 https://bugs.webkit.org/show_bug.cgi?id=132819
1504 Reviewed by Carlos Garcia Campos.
1506 * CMakeLists.txt: Hard-code CMAKE_ARCHIVE_OUTPUT_DIRECTORY etc, so that we can accept absolute paths for LIB_INSTALL_DIR
1508 * Source/cmake/OptionsCommon.cmake: Get rid of LIB_SUFFIX and try to make all path variables absolute. Also set
1509 CMAKE_ARCHIVE_OUTPUT_DIRECTORY, etc using the last path component of LIB_INSTALL_DIR, etc, so that absolute paths
1511 * Source/cmake/OptionsGTK.cmake: Ditto. Also get rid of all pkg-config specific variables.
1513 2014-05-20 Gustavo Noronha Silva <gns@gnome.org>
1515 [CMake] Support building with Debug Fission
1516 https://bugs.webkit.org/show_bug.cgi?id=131177
1518 Reviewed by Philippe Normand.
1520 * Source/cmake/OptionsCommon.cmake: add a DEBUG_FISSION option to enable usage
1521 of http://gcc.gnu.org/wiki/DebugFission.
1523 2014-05-20 Carlos Garcia Campos <cgarcia@igalia.com>
1525 [GTK] Rename translation domain as WebKit2GTK-3.0
1526 https://bugs.webkit.org/show_bug.cgi?id=132953
1528 Reviewed by Gustavo Noronha Silva.
1530 * Source/cmake/OptionsGTK.cmake:
1532 2014-05-18 Rik Cabanier <cabanier@adobe.com>
1534 support for navigator.hardwareConcurrency
1535 https://bugs.webkit.org/show_bug.cgi?id=132588
1537 Reviewed by Filip Pizlo.
1539 * Source/cmake/OptionsEfl.cmake:
1540 * Source/cmake/OptionsGTK.cmake:
1541 * Source/cmake/WebKitFeatures.cmake:
1542 * Source/cmakeconfig.h.cmake:
1544 2014-05-14 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
1546 Remove CSS_STICKY_POSITION guards
1547 https://bugs.webkit.org/show_bug.cgi?id=132676
1549 Reviewed by Simon Fraser.
1551 * Source/cmake/OptionsEfl.cmake:
1552 * Source/cmake/OptionsGTK.cmake:
1553 * Source/cmake/WebKitFeatures.cmake:
1554 * Source/cmakeconfig.h.cmake:
1556 2014-05-12 Carlos Garcia Campos <cgarcia@igalia.com>
1558 Unreviewed. Bump version numbers.
1560 * Source/cmake/OptionsGTK.cmake:
1562 2014-05-10 Martin Robinson <mrobinson@igalia.com>
1564 [GTK][CMake] Unable to do make install
1565 https://bugs.webkit.org/show_bug.cgi?id=130188
1567 Reviewed by Carlos Garcia Campos.
1569 Only try to install the HTML documentation if the build is configured to generate it via
1570 the new ENABLE_GTKDOC option. We cannot conditionally install something, so this allows us
1571 to keep the HTML documentation directory as an installation source.
1573 * Source/PlatformGTK.cmake: The gtkdoc target now always builds HTML documentation, but
1574 is only added to the default target when ENABLE_GTKDOC is turned on. gtkdoc-no-html is
1575 now only added to the default target when DEVELOPER_MODE is true and ENABLE_GTKDOC is
1576 false. When both ENABLE_GTKDOC and DEVELOPER_MODE are false, documentation isn't built at all.
1577 * Source/cmake/OptionsGTK.cmake: Add an ENABLE_GTKDOC option to the build.
1579 2014-05-09 Anders Carlsson <andersca@apple.com>
1581 Rename WebKit2.framework to WebKit.framework
1582 https://bugs.webkit.org/show_bug.cgi?id=132743
1583 <rdar://problem/15920046>
1585 Reviewed by Dan Bernstein.
1588 Build WebKit.xcodeproj before WebKit2.xcodeproj.
1590 * WebKit.xcworkspace/xcshareddata/xcschemes/:
1593 2014-05-06 David Kilzer <ddkilzer@apple.com>
1595 Add Makefile targets for copying static libraries (LLVM and WKSI)
1596 <http://webkit.org/b/132619>
1598 Reviewed by Mark Rowe.
1601 (MODULES): Add WebKitLibraries.
1603 2014-05-06 Commit Queue <commit-queue@webkit.org>
1605 Unreviewed, rolling out r168304.
1606 https://bugs.webkit.org/show_bug.cgi?id=132607
1608 Broke the build (Requested by KaL on #webkit).
1612 "[GTK][CMake] Unable to do make install"
1613 https://bugs.webkit.org/show_bug.cgi?id=130188
1614 http://trac.webkit.org/changeset/168304
1616 2014-05-05 Martin Robinson <mrobinson@igalia.com>
1618 [GTK][CMake] Unable to do make install
1619 https://bugs.webkit.org/show_bug.cgi?id=130188
1621 Reviewed by Carlos Garcia Campos.
1623 Only try to install the HTML documentation if the build is configured to generate it via
1624 the new ENABLE_GTKDOC option. We cannot conditionally install something, so this allows us
1625 to keep the HTML documentation directory as an installation source.
1627 * Source/PlatformGTK.cmake: The gtkdoc target now always builds HTML documentation, but
1628 is only added to the default target when ENABLE_GTKDOC is turned on. gtkdoc-no-html is
1629 never added to the default target, but will be triggered by build-webkit, so that
1630 when ENABLE_GTKDOC is off and build-webkit isn't used, documentation isn't built at all.
1631 * Source/cmake/OptionsGTK.cmake: Add an ENABLE_GTKDOC option to the build.
1633 2014-05-03 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
1635 [CMake] Define SHOULD_INSTALL_JS_SHELL before including ports Options files.
1636 https://bugs.webkit.org/show_bug.cgi?id=132525
1638 Reviewed by Martin Robinson.
1640 * CMakeLists.txt: If OPTION() is called after Options${PORT}.cmake is included, it will
1641 override whatever value a port may have set for it. The GTK+ port, for example, tries to set
1642 it to SHOULD_INSTALL_JS_SHELL to ON by default, even though it did not happen before.
1644 2014-05-01 David Kilzer <ddkilzer@apple.com>
1646 Really remove ENABLE_PLUGIN_PROXY_FOR_VIDEO
1647 <http://webkit.org/b/132432>
1649 Reviewed by Tim Horton.
1651 * Source/cmake/WebKitFeatures.cmake:
1652 * Source/cmakeconfig.h.cmake:
1653 - Remove ENABLE_PLUGIN_PROXY_FOR_VIDEO as build option.
1655 2014-04-30 Simon Fraser <simon.fraser@apple.com>
1657 Make sure the "All" targets build WebKitLegacy, rather than WebKit.
1659 Reviewed by Dan Bernstein/Anders Carlsson.
1661 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
1662 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
1664 2014-04-30 Simon Fraser <simon.fraser@apple.com>
1666 Let Xcode have its way with the WebKit workspace.
1668 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
1669 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
1671 2014-04-29 Martin Robinson <mrobinson@igalia.com>
1673 [GTK] Make it easier to run CMake for downstreams
1674 https://bugs.webkit.org/show_bug.cgi?id=132370
1676 Reviewed by Carlos Garcia Campos.
1678 * Source/cmake/OptionsGTK.cmake: Turn PRODUCTION_MODE into DEVELOPER_MODE.
1680 2014-04-27 Joonghun Park <jh718.park@samsung.com>
1682 [EFL] Remove indexedDB's dependency on leveldb and disable indexedDB
1683 https://bugs.webkit.org/show_bug.cgi?id=132176
1685 Reviewed by Gyuyoung Kim.
1687 EFL port will use sqlite to support indexedDB. So, this patch removes levelDB dependency for now.
1689 * Source/cmake/OptionsEfl.cmake:
1691 2014-04-22 Alex Christensen <achristensen@webkit.org>
1693 Removed old stdbool and inttypes headers.
1694 https://bugs.webkit.org/show_bug.cgi?id=131966
1696 Reviewed by Brent Fulgham.
1698 * Source/cmake/OptionsWindows.cmake:
1699 * Source/cmake/WebKitPackaging.cmake:
1700 Removed references to os-win32 directory.
1702 2014-04-22 Zan Dobersek <zdobersek@igalia.com>
1704 Fix a typo in WebKitFeatures.cmake -- INITALVALUE -> INITIALVALUE.
1706 Rubber-stamped by Carlos Garcia Campos.
1708 * Source/cmake/WebKitFeatures.cmake:
1710 2014-04-18 Jon Honeycutt <jhoneycutt@apple.com>
1712 Empty RenderInline objects should not be line break objects.
1714 https://bugs.webkit.org/show_bug.cgi?id=131861
1715 <rdar://problem/15663617>
1717 Reviewed by David Hyatt.
1719 * ManualTests/empty-inline-as-line-break-position.html: Added.
1720 This issue wouldn't reproduce in WebKitTestRunner.
1722 2014-04-19 Brent Fulgham <bfulgham@apple.com>
1724 Revert unintended workspace change in my last commit.
1726 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme: Set the
1727 Scheme type back to Debug.
1729 2014-04-18 Philippe Normand <pnormand@igalia.com>
1731 Remove NETWORK_INFO support
1732 https://bugs.webkit.org/show_bug.cgi?id=131841
1734 Reviewed by Gyuyoung Kim.
1736 * Source/cmake/OptionsEfl.cmake:
1737 * Source/cmake/OptionsGTK.cmake:
1738 * Source/cmake/WebKitFeatures.cmake:
1739 * Source/cmakeconfig.h.cmake:
1741 2014-04-17 Darin Adler <darin@apple.com>
1743 Try to fix EFL and GTK builds.
1745 * Source/cmake/OptionsEfl.cmake: Add INDEXED_DATABASE_IN_WORKERS.
1746 * Source/cmake/OptionsGTK.cmake: Ditto.
1747 * Source/cmakeconfig.h.cmake: Ditto.
1749 2014-04-16 Brendan Long <b.long@cablelabs.com>
1751 [GTK][CMAKE] build-webkit doesn't detect when the build fails
1752 https://bugs.webkit.org/show_bug.cgi?id=130148
1754 Reviewed by Martin Robinson.
1756 * 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.
1758 2014-04-16 Carlos Garcia Campos <cgarcia@igalia.com>
1760 REGRESSION(r166779): [GTK] Printing doesn't work since r166779
1761 https://bugs.webkit.org/show_bug.cgi?id=131725
1763 Reviewed by Philippe Normand.
1765 * Source/cmake/OptionsGTK.cmake: Check GTK_UNIX_PRINT_FOUND
1766 instead of GTK_UNIX_PRINTING_FOUND and set the macro
1767 HAVE_GTK_UNIX_PRINTING to 1 when found.
1769 2014-04-11 Brian J. Burg <burg@cs.washington.edu>
1771 Web Replay: memoize nondeterministic attributes of the Navigator interface
1772 https://bugs.webkit.org/show_bug.cgi?id=131340
1774 Reviewed by Timothy Hatcher.
1776 * ManualTests/inspector/replay-window-navigator-basic.html: Added.
1778 2014-04-09 Brendan Long <b.long@cablelabs.com>
1780 [GStreamer] Expose MPEG-TS metadata
1781 https://bugs.webkit.org/show_bug.cgi?id=122001
1783 Reviewed by Eric Carlson.
1785 * Source/cmake/FindGStreamer.cmake: Look for gstreamer-mpegts >= 1.3.0.
1786 * Source/cmake/OptionsEfl.cmake: Same.
1787 * Source/cmake/OptionsGTK.cmake: Same.
1789 2014-04-08 Brian J. Burg <burg@cs.washington.edu>
1791 Web Replay: memoize nondeterministic attributes of the Screen interface
1792 https://bugs.webkit.org/show_bug.cgi?id=131339
1794 Reviewed by Timothy Hatcher.
1796 * ManualTests/inspector/replay-window-screen.html: Added.
1798 2014-04-08 Martin Robinson <mrobinson@igalia.com>
1800 [GTK] Remove the WebKitGTK+ WebKit 1 code
1801 https://bugs.webkit.org/show_bug.cgi?id=131399
1803 Reviewed by Anders Carlsson.
1805 * Source/PlatformGTK.cmake: Remove WebKit1 dependency from dist target.
1806 * Source/cmake/OptionsGTK.cmake: Remove option to compile with GTK+2 or with WebKit2 disabled.
1808 2014-04-08 Dan Bernstein <mitz@apple.com>
1810 Added bmalloc to the WebKit workspace.
1811 https://bugs.webkit.org/show_bug.cgi?id=131362
1813 Reviewed by Geoff Garen.
1815 * WebKit.xcworkspace/contents.xcworkspacedata:
1816 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
1817 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
1819 2014-04-08 Geoffrey Garen <ggaren@apple.com>
1821 Build bmalloc on iOS too
1822 https://bugs.webkit.org/show_bug.cgi?id=131381
1824 Reviewed by Andreas Kling.
1826 * Source/Makefile: Build it.
1828 2014-04-07 Geoffrey Garen <ggaren@apple.com>
1830 Build bmalloc on Mac
1831 https://bugs.webkit.org/show_bug.cgi?id=131333
1833 Reviewed by Mark Rowe.
1836 * WebKitBuild: Added.
1837 * WebKitBuild/Debug: Added.
1839 2014-04-07 Ryuan Choi <ryuan.choi@samsung.com>
1841 [EFL] Turn on ENABLE_MEDIA_CONTROLS_SCRIPT
1842 https://bugs.webkit.org/show_bug.cgi?id=131257
1844 Reviewed by Gyuyoung Kim.
1846 * Source/cmake/OptionsEfl.cmake: Enable MEDIA_CONTROLS_SCRIPT
1848 2014-04-06 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
1850 [GTK] Stop trying to install WebKit1 documentation
1851 https://bugs.webkit.org/show_bug.cgi?id=131278
1853 Reviewed by Martin Robinson.
1855 * Source/PlatformGTK.cmake: Remove install() call since the WebKit1 documentation is not
1856 built anymore since r166584. This fixes `make install'.
1858 2014-04-04 Brian J. Burg <burg@cs.washington.edu>
1860 Web Replay: capture and replay wheel events and scroll commands
1861 https://bugs.webkit.org/show_bug.cgi?id=129402
1863 Reviewed by Timothy Hatcher.
1865 * ManualTests/inspector/replay-wheel-events.html: Added.
1867 2014-04-04 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
1869 [GTK][CMake] Remove FindXt.cmake.
1870 https://bugs.webkit.org/show_bug.cgi?id=131227
1872 Reviewed by Anders Carlsson.
1874 Xt is already detected by CMake's own FindX11.cmake, so there is no need to keep a custom FindXt.cmake around.
1876 * Source/cmake/FindXt.cmake: Removed.
1877 * Source/cmake/OptionsGTK.cmake:
1879 2014-04-04 Tamas Gergely <tgergely.u-szeged@partner.samsung.com>
1881 [EFL] Build error due to changed path of generated js files.
1882 https://bugs.webkit.org/show_bug.cgi?id=131215
1884 Reviewed by Gyuyoung Kim.
1886 r166648 fixed the generation of some .js files on GTK. Due to some
1887 changes in the paths it causes a build error on EFL.
1889 * Source/PlatformEfl.cmake:
1890 Replaced path for two derived source files.
1892 2014-04-02 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
1894 [GTK][CMake] Look for glx.h in OPENGL_INCLUDE_DIR.
1895 https://bugs.webkit.org/show_bug.cgi?id=131095
1897 Reviewed by Martin Robinson.
1899 One needs to take into account OpenGL's include directory found via
1900 find_package() when looking for glx.h, since if the former is a
1901 non-standard location the latter will also be. If this is not it is
1902 possible that OpenGL is found but GLX support is not properly detected.
1904 * Source/cmake/OptionsGTK.cmake:
1906 2014-04-02 Martin Robinson <mrobinson@igalia.com>
1908 REGRESSION(r165704): [GTK] Inspector resources not correctly generated
1909 https://bugs.webkit.org/show_bug.cgi?id=130343
1911 Reviewed by Gustavo Noronha Silva.
1913 * CMakeLists.txt: Add a variable which points to the directory to store WebInspectorUI
1915 * Source/cmake/WebKitFS.cmake: Generate WebInspectorUI derived sources directories.
1917 2014-04-01 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
1919 [CMake] Drop port check from FindEGL.cmake.
1920 https://bugs.webkit.org/show_bug.cgi?id=131091
1922 Reviewed by Gyuyoung Kim.
1924 There is no reason to mark some variables as advanced only for the
1927 * Source/cmake/FindEGL.cmake: Mark EGL_INCLUDE_DIR and EGL_LIBRARY
1928 as advanced regardless of the port.
1930 2014-04-01 Dániel Bátyai <dbatyai.u-szeged@partner.samsung.com>
1932 Fix the !ENABLE(BATTERY_STATUS) build
1933 https://bugs.webkit.org/show_bug.cgi?id=130183
1935 Reviewed by Anders Carlsson.
1937 * Source/cmake/OptionsEfl.cmake:
1939 2014-03-31 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
1941 [CMake][GTK] Do not expand variables twice in if() checks.
1942 https://bugs.webkit.org/show_bug.cgi?id=130964
1944 Reviewed by Martin Robinson.
1946 In CMake, `if (${foo})' causes $foo to be evaluated first and its value
1947 to be checked by the if clause. This is not what we want, and
1948 configuration fails when, say, GLX support wasn't found as the if
1949 clause is actually evaluated as `if (TRUE AND (OR TRUE))'.
1951 * Source/cmake/OptionsGTK.cmake: Pass if (FOO) instead of if (${FOO})
1954 2014-03-31 Martin Robinson <mrobinson@igalia.com>
1956 [GTK] Remove scripts code only applicable to autotools
1957 https://bugs.webkit.org/show_bug.cgi?id=130841
1959 Reviewed by Anders Carlsson.
1961 * Source/cmake/WebKitPackaging.cmake: No longer need to consider autotools files.
1963 2014-03-31 Martin Robinson <mrobinson@igalia.com>
1965 [GTK] Use PROJECT_VERSION_* instead of WEBKIT_*_VERSION
1966 https://bugs.webkit.org/show_bug.cgi?id=130936
1968 Reviewed by Carlos Garcia Campos.
1970 * Source/cmake/OptionsGTK.cmake: No longer emulate the Autotools macro names.
1972 2014-03-31 Carlos Garcia Campos <cgarcia@igalia.com>
1974 [GTK] Add support for GTK3 plugins
1975 https://bugs.webkit.org/show_bug.cgi?id=130599
1977 Reviewed by Martin Robinson.
1979 * Source/cmake/OptionsGTK.cmake:
1981 2014-03-28 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1983 [EFL] Bump glib version from 2.36 to 2.38
1984 https://bugs.webkit.org/show_bug.cgi?id=130886
1986 Reviewed by Csaba Osztrogonác.
1988 * Source/cmake/OptionsEfl.cmake: Required glib-2.38 version.
1990 2014-03-26 Zoltan Horvath <zoltan@webkit.org>
1992 [CSS Shapes] Remove shape-inside support
1993 https://bugs.webkit.org/show_bug.cgi?id=130698
1995 Reviewed by David Hyatt.
1997 * Source/cmake/WebKitFeatures.cmake:
1998 * Source/cmakeconfig.h.cmake:
2000 2014-03-25 Martin Robinson <mrobinson@igalia.com>
2002 [GTK] Remove the autotools build
2003 https://bugs.webkit.org/show_bug.cgi?id=130717
2005 Reviewed by Anders Carlsson.
2007 * .gitignore: Remove references to autotools files.
2008 * GNUmakefile.am: Removed.
2009 * Source/autotools/CheckSystemAndBasicDependencies.m4: Removed.
2010 * Source/autotools/CustomMacros.m4: Removed.
2011 * Source/autotools/FindDependencies.m4: Removed.
2012 * Source/autotools/PrintBuildConfiguration.m4: Removed.
2013 * Source/autotools/ReadCommandLineArguments.m4: Removed.
2014 * Source/autotools/SetupAutoconfHeader.m4: Removed.
2015 * Source/autotools/SetupAutomake.m4: Removed.
2016 * Source/autotools/SetupCompilerFlags.m4: Removed.
2017 * Source/autotools/SetupLibtool.m4: Removed.
2018 * Source/autotools/SetupWebKitFeatures.m4: Removed.
2019 * Source/autotools/Versions.m4: Removed.
2020 * Source/autotools/acinclude.m4: Removed.
2021 * Source/autotools/dolt.m4: Removed.
2022 * Source/autotools/gsettings.m4: Removed.
2023 * Source/cmake/OptionsGTK.cmake:
2024 * autogen.sh: Removed.
2025 * configure.ac: Removed.
2027 2014-03-25 Gabor Rapcsanyi <rgabor@webkit.org>
2029 [EFL] Add ARM64 build support
2030 https://bugs.webkit.org/show_bug.cgi?id=130506
2032 Rubber stamped by Gyuyoung Kim.
2034 * CMakeLists.txt: Set WTF_CPU_ARM64 when aarch64 is defined.
2036 2014-03-25 Michał Pakuła vel Rutka <m.pakula@samsung.com>
2038 [EFL][WK2] Add NETWORK_PROCESS build option
2039 https://bugs.webkit.org/show_bug.cgi?id=130131
2041 Reviewed by Gyuyoung Kim.
2043 Add option to build EFL port with NETWORK_PROCESS set on. By default NETWORK_PROCESS is
2046 * Source/cmake/OptionsEfl.cmake:
2048 2014-03-24 Brian Burg <bburg@apple.com>
2050 Web Replay: capture and replay keyboard events
2051 https://bugs.webkit.org/show_bug.cgi?id=130314
2053 Reviewed by Joseph Pecoraro.
2055 * ManualTests/inspector/replay-keyboard-events.html: Added.
2057 2014-03-24 Sangyong Park <sy302.park@gmail.com>
2059 [EFL] Inspector page is not loaded.
2060 https://bugs.webkit.org/show_bug.cgi?id=130661
2062 Reviewed by Gyuyoung Kim.
2064 Inspector page is not loaded, because some javascript files are not installed.
2065 (InspectorJSBackendCommands.js, InspectorWebBackendCommands.js)
2067 * Source/PlatformEfl.cmake:
2069 2014-03-20 Thiago de Barros Lacerda <thiago.lacerda@openbossa.org>
2071 [EFL][GTK] Get CMake to find Freetype2 properly
2072 https://bugs.webkit.org/show_bug.cgi?id=130150
2074 Reviewed by Martin Robinson.
2076 Newer versions of CMake are not able to find Freetype2 correctly.
2077 FindFreetype2.cmake checks for the version number in freetype.h header, since it seems that bug exists in
2078 freetype2 repo, because a completely different version number is found in freetype2.pc.
2080 * Source/cmake/FindFreetype2.cmake: Added.
2081 * Source/cmake/OptionsEfl.cmake:
2082 * Source/cmake/OptionsGTK.cmake:
2084 2014-03-20 Brian Burg <bburg@apple.com>
2086 Web Replay: capture and replay mouse events
2087 https://bugs.webkit.org/show_bug.cgi?id=129395
2089 Reviewed by Joseph Pecoraro.
2091 Create a manual test for capture/replay of mouse events.
2092 Copy over the crypto-md5.js library from SunSpider.
2094 * ManualTests/inspector/replay-mouse-events.html: Added.
2095 * ManualTests/inspector/resources/crypto-md5.js: Added.
2097 2014-03-20 Zan Dobersek <zdobersek@igalia.com>
2099 [GTK][CMake] Add support for building with Clang
2100 https://bugs.webkit.org/show_bug.cgi?id=130260
2102 Reviewed by Martin Robinson.
2104 * Source/PlatformGTK.cmake: Run the generate-gtkdoc script with the CFLAGS env set
2105 to the list C compiler flags as constructed by CMake.
2106 * Source/cmake/OptionsCommon.cmake: When building with Clang, use the -Qunused-arguments
2107 compiler option to suppress verbose warnings about arguments that went unused by the driver.
2108 * Source/cmake/OptionsGTK.cmake: Use -fno-omit-frame-pointer for both GCC and Clang.
2109 -fno-tree-dce should be used only for GCC.
2110 * Source/cmake/gtest/CMakeLists.txt: When building with Clang the GTest framework
2111 should be built with GTEST_HAS_TR1_TUPLE macro defined to 0 to avoid build failures.
2113 2014-03-20 Commit Queue <commit-queue@webkit.org>
2115 Unreviewed, rolling out r165962.
2116 https://bugs.webkit.org/show_bug.cgi?id=130512
2118 It broke the build (Requested by Ossy on #webkit).
2122 "[EFL][GTK] Get CMake to find Freetype2 properly"
2123 https://bugs.webkit.org/show_bug.cgi?id=130150
2124 http://trac.webkit.org/changeset/165962
2126 2014-03-20 Thiago de Barros Lacerda <thiago.lacerda@openbossa.org>
2128 [EFL][GTK] Get CMake to find Freetype2 properly
2129 https://bugs.webkit.org/show_bug.cgi?id=130150
2131 Reviewed by Csaba Osztrogonác.
2133 Newer versions of CMake are not able to find Freetype2 correctly.
2134 FindFreetype2.cmake checks for the version number in freetype.h header, since it seems that bug exists in
2135 freetype2 repo, because a completely different version number is found in freetype2.pc.
2137 * Source/cmake/FindFreetype2.cmake: Added.
2138 * Source/cmake/OptionsEfl.cmake:
2139 * Source/cmake/OptionsGTK.cmake:
2141 2014-03-17 Brendan Long <b.long@cablelabs.com>
2143 [GStreamer] human readable language code for tracks
2144 https://bugs.webkit.org/show_bug.cgi?id=124514
2146 Reviewed by Martin Robinson.
2148 * Source/autotools/FindDependencies.m4: Add gstreamer-tag-1.0.
2149 * Source/cmake/FindGStreamer.cmake: Same.
2150 * Source/cmake/OptionsEfl.cmake: Same.
2151 * Source/cmake/OptionsGTK.cmake: Same.
2153 2014-03-17 Martin Robinson <mrobinson@igalia.com>
2155 [GTK][CMake] Credential storage is not enabled
2156 https://bugs.webkit.org/show_bug.cgi?id=130149
2158 Reviewed by Philippe Normand.
2160 * Source/cmake/OptionsGTK.cmake: Add an ENABLE_CREDENTIAL_STORAGE option to the configuration
2161 and look libsecret when it's enabled.
2162 * Source/cmakeconfig.h.cmake: Expose the ENABLE_CREDENTIAL_STORAGE option to the build.
2164 2014-03-17 Martin Robinson <mrobinson@igalia.com>
2166 [GTK][CMake] Ensure that HAVE_GTK_UNIX_PRINTING is defined when appropriate
2167 https://bugs.webkit.org/show_bug.cgi?id=130155
2169 Reviewed by Philippe Normand.
2171 * Source/cmake/FindGTKUnixPrint.cmake: Added.
2172 * Source/cmake/OptionsGTK.cmake: Look for gtk+-unix-print and use it to turn on HAVE_GTK_UNIX_PRINTING.
2173 * Source/cmakeconfig.h.cmake: Add the HAVE_GTK_UNIX_PRINTING define.
2175 2014-03-16 Kim Byung Jun <bj1987.kim@samsung.com>
2177 [EFL] Enable TOUCH_SLIDER macro.
2178 https://bugs.webkit.org/show_bug.cgi?id=130186
2180 Reviewed by Gyuyoung Kim.
2182 * Source/cmake/OptionsEfl.cmake:
2184 2014-03-16 Zan Dobersek <zdobersek@igalia.com>
2186 [GTK][CMake] Build with -fno-rtti
2187 https://bugs.webkit.org/show_bug.cgi?id=130261
2189 Reviewed by Martin Robinson.
2191 * Source/cmake/OptionsCommon.cmake: List the -fno-exceptions, -fno-strict-aliasing
2192 and -fno-rtti options in the global CMAKE_C_FLAGS and CMAKE_CXX_FLAGS (-fno-rtti
2193 is only listed in the latter). Replace -std=gnu++0x with the official -std=c++11 option.
2194 * Source/cmake/WebKitHelpers.cmake: Stop -fno-exceptions and -fno-strict-aliasing
2195 from being set through the WEBKIT_SET_EXTRA_COMPILER_FLAGS macro, they are now listed
2196 in CMAKE_C_FLAGS and CMAKE_CXX_FLAGS.
2197 * Source/cmake/gtest/CMakeLists.txt: Build GTest code with GTEST_HAS_RTTI macro defined to 0.
2199 2014-03-16 Brendan Long <b.long@cablelabs.com>
2201 [GStreamer] CMake doesn't find the include path for gstreamer-base
2202 https://bugs.webkit.org/show_bug.cgi?id=130098
2204 Reviewed by Philippe Normand.
2206 * Source/cmake/FindGStreamer.cmake: Look for a header in gstreamer-base instead of looking for gst/gst.h twice.
2208 2014-03-14 Maciej Stachowiak <mjs@apple.com>
2210 Replace "Apple Computer, Inc." with "Apple Inc." in copyright headers
2211 https://bugs.webkit.org/show_bug.cgi?id=130276
2212 <rdar://problem/16266927>
2214 Reviewed by Simon Fraser.
2216 * ManualTests/NPN_Invoke/Info.plist:
2217 * ManualTests/NPN_Invoke/main.c:
2218 * ManualTests/accessibility/resources/AppletTest.java:
2220 2014-03-14 Zan Dobersek <zdobersek@igalia.com>
2222 [CMake] Remove -fno-tree-sra workaround for GCC 4.5
2223 https://bugs.webkit.org/show_bug.cgi?id=130258
2225 Reviewed by Martin Robinson.
2227 GCC compilers 4.7 and later are supported, so there's no need for disabling
2228 the -ftree-sra optimization which was causing problems when enabled on GCC 4.5.
2230 * Source/cmake/WebKitHelpers.cmake:
2232 2014-03-14 Landry Breuil <landry@openbsd.org>
2234 Add autotools boilerplate for proper os defines on OpenBSD/NetBSD/DragonFly
2235 https://bugs.webkit.org/show_bug.cgi?id=129966
2237 Reviewed by Andreas Kling.
2239 * Source/autotools/CheckSystemAndBasicDependencies.m4:
2240 * Source/autotools/SetupAutomake.m4:
2242 2014-03-13 Mario Sanchez Prada <mario.prada@samsung.com>
2244 [CMake] Failure to link with older installations of WebP
2245 https://bugs.webkit.org/show_bug.cgi?id=130195
2247 Reviewed by Gustavo Noronha Silva.
2249 Fix the issue by using a temporary variable as the output parameter
2250 to check_include_files(), setting WEBP_FOUND accordingly later.
2252 * Source/cmake/FindWebP.cmake: Avoid reusing the WEBP_FOUND
2253 variable in check_include_files(), as it will lead to misleading
2254 results (will always be FALSE). Use a temporary variable instead
2255 and explicitly set WEBP_FOUND to TRUE later if needed.
2257 2014-03-12 Martin Robinson <mrobinson@igalia.com>
2259 [CMake] Changes to the bindings generator Perl modules do not trigger regeneration of bindings
2260 https://bugs.webkit.org/show_bug.cgi?id=130170
2262 Reviewed by Daniel Bates.
2264 * Source/cmake/WebKitMacros.cmake: Add the Perl modules used in script generation to the dependency
2265 list. We must check whether or not the specific one exists first, because the InjectedBundle uses a
2266 fake "TestRunner" generator.
2268 2014-03-12 Carlos Garcia Campos <cgarcia@igalia.com>
2270 [GTK][CMAKE] Remove compile warnings about GTK+ deprecated API
2271 https://bugs.webkit.org/show_bug.cgi?id=130014
2273 Reviewed by Martin Robinson.
2275 Set GDK_VERSION_MIN_REQUIRED to GDK_VERSION_3_6.
2277 * Source/cmake/OptionsGTK.cmake:
2278 * Source/cmakeconfig.h.cmake:
2280 2014-03-12 Martin Robinson <mrobinson@igalia.com>
2282 [GTK][CMAKE] Too verbose build output
2283 https://bugs.webkit.org/show_bug.cgi?id=130076
2285 Reviewed by Carlos Garcia Campos.
2287 * Source/cmake/OptionsGTK.cmake: Generate a script which does the actual build. This
2288 works around an issue where cmake --build doesn't support ninja's pretty printing.
2290 2014-03-10 Mario Sanchez Prada <mario.prada@samsung.com>
2292 [GTK] Add support for Geoclue2
2293 https://bugs.webkit.org/show_bug.cgi?id=120185
2295 Reviewed by Carlos Garcia Campos.
2297 Patch by Anton Obzhirov <a.obzhirov@samsung.com> and Mario Sanchez Prada <mario.prada@samsung.com>
2299 Add support for Geoclue2 using autotools.
2301 * Source/autotools/FindDependencies.m4: Add support for handling
2302 both Geoclue 1.0 and 2.0.
2303 * Source/autotools/PrintBuildConfiguration.m4: Print the version
2304 of geoclue that is being used.
2305 * Source/autotools/SetupAutoconfHeader.m4: Define GEOCLUE_API_VERSION_2.
2306 * Source/autotools/SetupAutomake.m4: Likewise, for AM_CONDITIONAL.
2307 * Source/autotools/Versions.m4: Added minimum required version for Geoclue2.
2309 Add support for Geoclue2 using CMake.
2311 * Source/cmake/FindGeoClue2.cmake: Added.
2312 * Source/cmake/OptionsGTK.cmake: Add support for handling Geoclue 1.0 and 2.0.
2313 * Source/cmakeconfig.h.cmake: Define WTF_USE_GEOCLUE2.
2315 2014-03-10 Martin Robinson <mrobinson@igalia.com>
2317 [GTK][CMAKE] gtk-doc HTML documentation is generated by default when building with CMake
2318 https://bugs.webkit.org/show_bug.cgi?id=130016
2320 Reviewed by Carlos Garcia Campos.
2322 * Source/PlatformGTK.cmake: Add two gtkdoc targets, one which builds HTML and one which
2323 doesn't. Add the non-HTML version to the default target, but not the HTML version. The
2324 HTML version will still run when building the distribution tarball.
2326 2014-03-10 Martin Robinson <mrobinson@igalia.com>
2328 [GTK] [CMake] Clean up library linking
2329 https://bugs.webkit.org/show_bug.cgi?id=129782
2331 Reviewed by Philippe Normand.
2333 * Source/cmake/OptionsGTK.cmake: Add a macro to wrap all libraries in a list with --whole-archive
2334 so that unused symbols are not dropped. This is useful when building up shared libraries
2335 from convenience libraries.
2337 2014-03-08 Landry Breuil <landry@openbsd.org>
2339 Don't check for shm_open on librt on OpenBSD, lib doesnt exist.
2340 https://bugs.webkit.org/show_bug.cgi?id=129973
2342 Reviewed by Martin Robinson.
2344 * Source/autotools/FindDependencies.m4:
2346 2014-03-06 Anders Carlsson <andersca@apple.com>
2348 Build WebKit2 before building WebKit
2349 https://bugs.webkit.org/show_bug.cgi?id=129831
2350 <rdar://problem/15920020>
2352 Reviewed by Dan Bernstein.
2355 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
2356 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
2358 2014-03-06 Commit Queue <commit-queue@webkit.org>
2360 Unreviewed, rolling out r165193.
2361 http://trac.webkit.org/changeset/165193
2362 https://bugs.webkit.org/show_bug.cgi?id=129823
2364 Not specifying libc++ as the stdlib for Clang through CXXFLAGS
2365 env confuses libtool (Requested by zdobersek on #webkit).
2367 * Source/autotools/SetupCompilerFlags.m4:
2369 2014-03-06 Zan Dobersek <zdobersek@igalia.com>
2371 [GTK][Autotools] Default to libc++ when compiling with Clang
2372 https://bugs.webkit.org/show_bug.cgi?id=129798
2374 Reviewed by Anders Carlsson.
2376 * Source/autotools/SetupCompilerFlags.m4: Default to using libc++ when compiling with the Clang
2377 compiler. This is still overridable if -stdlib=* flag was set through CXXFLAGS, in case people
2378 would for some reason still prefer libstdc++ (i.e. on setups where a functional libc++ is not yet available).
2380 2014-03-05 Martin Robinson <mrobinson@igalia.com>
2382 [CMake] Ninja generator builds fail with "Argument list too long"
2383 https://bugs.webkit.org/show_bug.cgi?id=129771
2385 Reviewed by Daniel Bates.
2387 * Source/cmake/OptionsCommon.cmake: Work around a bug in the Ninja CMake generator,
2388 by forcing the use of response files.
2390 2014-03-05 Ryuan Choi <ryuan.choi@samsung.com>
2392 [CMake] Use thin archives if building on Linux for non-shared-core debug builds
2393 https://bugs.webkit.org/show_bug.cgi?id=108330
2395 Reviewed by Martin Robinson.
2397 In order to get non-shared debug builds, this patch applied T option for
2398 thin archives to the flags passed to ar when cmake based ports build on linux.
2399 In addition, applied u option which avoids adding a file twice.
2401 * Source/cmake/OptionsCommon.cmake: Moved archive options from OptionsGTK.cmake.
2402 * Source/cmake/OptionsEfl.cmake:
2403 Removed error messages for non-shared-core debug builds.
2404 * Source/cmake/OptionsGTK.cmake: Moved archive options to OptionsCommon.cmake.
2406 2014-03-04 Zan Dobersek <zdobersek@igalia.com>
2408 [GTK] Build the Udis86 disassembler
2409 https://bugs.webkit.org/show_bug.cgi?id=129679
2411 Reviewed by Michael Saboff.
2413 * GNUmakefile.am: Add the Udis86_nosources variable.
2414 * Source/cmake/OptionsGTK.cmake: Enable the Udis86 disassembler.
2416 2014-03-04 Martin Robinson <mrobinson@igalia.com>
2418 [GTK] Simplify the GObject DOM bindings API break check into one step
2419 https://bugs.webkit.org/show_bug.cgi?id=129571
2421 Reviewed by Carlos Garcia Campos.
2423 * Source/PlatformGTK.cmake: We don't need to run the API break check before gtkdoc generation.
2424 Add the check to 'make check.'
2426 2014-03-04 Martin Robinson <mrobinson@igalia.com>
2428 [GTK][CMake] ENABLE_NAVIGATOR_CONTENT_UTILS is mistakenly enabled for the CMake build
2429 https://bugs.webkit.org/show_bug.cgi?id=129502
2431 Reviewed by Carlos Garcia Campos.
2433 * Source/cmake/OptionsGTK.cmake: Disable the option for GTK+.
2435 2014-03-03 Jozsef Berta <jberta.u-szeged@partner.samsung.com>
2437 [cmake] *Names.cpp file should be regenerated after touching StaticString.pm
2438 https://bugs.webkit.org/show_bug.cgi?id=129031
2440 Reviewed by Csaba Osztrogonác.
2442 * Source/cmake/WebKitMacros.cmake: Added a call for make_names.pm dependencies in GENERATE_FONT_NAMES and GENERATE_DOM_NAMES macros.
2444 2014-03-03 Carlos Garcia Campos <cgarcia@igalia.com>
2446 [GTK] WebKit2WebExtension GIR can't be used in vala
2447 https://bugs.webkit.org/show_bug.cgi?id=127179
2449 Reviewed by Martin Robinson.
2451 Add a different pkg-config file for the web extensions API.
2453 * Source/cmake/OptionsGTK.cmake:
2456 2014-03-02 Dirkjan Ochtman <d.ochtman@activevideo.com>
2458 Support ENABLE_ENCRYPTED_MEDIA in cmake builds
2459 https://bugs.webkit.org/show_bug.cgi?id=129575
2461 Reviewed by Philippe Normand.
2463 * Source/cmake/OptionsEfl.cmake:
2464 Enabled ENABLE_ENCRYPTED_MEDIA{,_V2} usage.
2465 * Source/cmake/OptionsGTK.cmake:
2466 Enabled ENABLE_ENCRYPTED_MEDIA{,_V2} usage.
2467 * Source/cmake/WebKitFeatures.cmake:
2468 Enabled ENABLE_ENCRYPTED_MEDIA{,_V2} usage.
2469 * Source/cmakeconfig.h.cmake:
2470 Added ENABLE_ENCRYPTED_MEDIA{,_V2} flags.
2472 2014-02-27 Peter Molnar <pmolnar.u-szeged@partner.samsung.com>
2474 Enable support of X-Content-Type-Options: nosniff header for EFL
2475 https://bugs.webkit.org/show_bug.cgi?id=128673
2477 Reviewed by Gyuyoung Kim.
2479 * Source/cmake/OptionsEfl.cmake:
2480 Enabled NOSNIFF feature flag for EFL.
2482 2014-02-27 Koop Mast <kwm@FreeBSD.org>
2484 Fallback on checking for libz manualy if zlib.pc isn't available.
2485 https://bugs.webkit.org/show_bug.cgi?id=127061
2487 Reviewed by Gustavo Noronha Silva.
2489 * Source/autotools/FindDependencies.m4:
2491 2014-02-25 Sergio Villar Senin <svillar@igalia.com>
2493 [CSS Grid Layout] Add ENABLE flag
2494 https://bugs.webkit.org/show_bug.cgi?id=129153
2496 Reviewed by Simon Fraser.
2498 Added the ENABLE_CSS_GRID_LAYOUT feature flag to the cmake and
2499 autotools build systems. The feature is disabled by default for
2502 * Source/autotools/SetupWebKitFeatures.m4:
2503 * Source/cmake/OptionsEfl.cmake:
2504 * Source/cmake/OptionsGTK.cmake:
2505 * Source/cmake/WebKitFeatures.cmake:
2506 * Source/cmakeconfig.h.cmake:
2508 2014-02-24 Martin Robinson <mrobinson@igalia.com>
2510 [GTK] generate-gtkdoc should not generate documentation for source files for unbuilt source files
2511 https://bugs.webkit.org/show_bug.cgi?id=128417
2513 Reviewed by Carlos Garcia Campos.
2515 * Source/cmake/OptionsGTK.cmake: Define the paths to the pkgconfig files here, so that they
2516 may one day be used in the webkitdom config file generation.
2518 2014-02-18 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2520 [EFL][CMake] Fix javascriptcore test failings by the jsCStack branch merge
2521 https://bugs.webkit.org/show_bug.cgi?id=128961
2523 Reviewed by Ryosuke Niwa.
2525 Javascriptcore test on EFL port has been broken since the jsCStack branch merge.
2526 For now we can fix almost tests by using "-fno-tree-dce option". Unfortunately,
2527 EFL port needs not to check "uninitialized" build warning as error in order to
2528 adjust the option to EFL port. This patch don't take it as error temporarily.
2530 * Source/cmake/OptionsEfl.cmake:
2531 * Source/cmake/WebKitHelpers.cmake:
2533 2014-02-16 Martin Robinson <mrobinson@igalia.com>
2535 [GTK] [CMake] JavaScriptCore crashes in JSC::eval
2536 https://bugs.webkit.org/show_bug.cgi?id=128434
2538 Reviewed by Anders Carlsson.
2540 * Source/cmake/OptionsGTK.cmake: Add -fno-omit-frame-pointer to the GTK+ CMake
2541 port as well as -fno-tree-dce, like it is used in the autotools build.
2543 2014-02-17 ChangSeok Oh <changseok.oh@collabora.com>
2545 [GTK] MEDIA_CONTROLS_SCRIPT depends on VIDEO_TRACK
2546 https://bugs.webkit.org/show_bug.cgi?id=128799
2548 Reviewed by Philippe Normand.
2550 MEDIA_CONTROLS_SCRIPT has a dependency on VIDEO_TRACK. So it causes a build break
2551 if building with autotools. cmake system has enabled it as default. So I propose
2552 enabling VIDEO_TRACK as well.
2554 * Source/autotools/SetupWebKitFeatures.m4:
2556 2014-02-14 Commit Queue <commit-queue@webkit.org>
2558 Unreviewed, rolling out r164090.
2559 http://trac.webkit.org/changeset/164090
2560 https://bugs.webkit.org/show_bug.cgi?id=128807
2562 It broke the EFL build (Requested by Ossy on #webkit).
2564 * Source/cmake/OptionsCommon.cmake:
2565 * Source/cmake/OptionsEfl.cmake:
2567 2014-02-09 Martin Robinson <mrobinson@igalia.com>
2569 [GTK] [CMake] JavaScriptCore crashes in JSC::eval
2570 https://bugs.webkit.org/show_bug.cgi?id=128434
2572 Extend a fix for EFL to all ports that use GCC. Also include further fixes
2573 that were applied only to the autotools build.
2575 Reviewed by Gyuyoung Kim.
2577 * Source/cmake/OptionsCommon.cmake: Add -fno-omit-frame-pointer to all ports as well
2578 as -fno-tree-dce, which is necessary for GTK+.
2579 * Source/cmake/OptionsEfl.cmake: The GCC flag additions are now in the common options file.
2581 2014-02-04 Gustavo Noronha Silva <gns@gnome.org>
2583 [GTK][CMake] Generate GObject DOM bindings .symbols files
2584 https://bugs.webkit.org/show_bug.cgi?id=126210
2586 Reviewed by Martin Robinson.
2588 * Source/PlatformGTK.cmake: add checking DOM bindings API as a dependency
2589 for documentation generation.
2591 2014-02-13 Xabier Rodriguez Calvar <calvaris@igalia.com>
2593 [GTK] MEDIA_CONTROLS_SCRIPT support
2594 https://bugs.webkit.org/show_bug.cgi?id=123097
2596 Reviewed by Jer Noble.
2598 Part of the Autotools and CMake structure to build the media
2601 * Source/autotools/SetupWebKitFeatures.m4: Activated the media
2602 controls script by default.
2603 * Source/cmake/OptionsGTK.cmake: Activated the media controls
2605 * Source/cmake/WebKitFeatures.cmake: Created the option to
2606 activate the controls script.
2607 * Source/cmakeconfig.h.cmake: Created the define template the the
2608 media controls script.
2610 2014-02-12 Zan Dobersek <zdobersek@igalia.com>
2612 [GDB] Add .gdbinit to the list of files ignored by Git
2613 https://bugs.webkit.org/show_bug.cgi?id=128455
2615 Reviewed by Anders Carlsson.
2617 * .gitignore: Ignore the .gdbinit file which can be used to perform WebKit-specific GDB initialization
2618 when the debugger is launched in the repository's root directory. Also remove a Chromium-specific comment
2619 that covers already removed entries.
2621 2014-02-11 Oliver Hunt <oliver@apple.com>
2623 Make it possible to implement JS builtins in JS
2624 https://bugs.webkit.org/show_bug.cgi?id=127887
2626 Reviewed by Michael Saboff.
2629 * Source/cmake/gtest/CMakeLists.txt:
2631 2014-02-12 Ryan Lortie <desrt@desrt.ca>
2633 'ar T' is not portable and breaks the build on FreeBSD
2634 https://bugs.webkit.org/show_bug.cgi?id=128596
2636 Reviewed by Gustavo Noronha Silva.
2638 Create thin archives only if we are using GNU ar.
2640 * Source/autotools/SetupLibtool.m4:
2642 2014-02-10 Krzysztof Wolanski <k.wolanski@samsung.com>
2644 Add the CSS_SHAPE_INSIDE to CMake feature list
2645 https://bugs.webkit.org/show_bug.cgi?id=128530
2647 Reviewed by Gyuyoung Kim.
2649 CSS_SHAPE_INSIDE flag was added in r163333,
2650 this patch is adding this flag to CMake feature list.
2652 * Source/cmake/WebKitFeatures.cmake:
2653 * Source/cmakeconfig.h.cmake:
2655 2014-02-09 Carlos Garnacho <carlosg@gnome.org>
2657 [GTK] Enable touch features
2658 https://bugs.webkit.org/show_bug.cgi?id=98931
2660 Reviewed by Carlos Garcia Campos.
2662 * Source/autotools/SetupWebKitFeatures.m4:
2663 * Source/cmake/OptionsGTK.cmake: set ENABLE_TOUCH_EVENTS to 1 if building with GTK+.
2665 2014-02-06 Andreas Kling <akling@apple.com>
2667 Remove unused ENABLE(REPAINT_THROTTLING) flag.
2668 <https://webkit.org/b/128329>
2670 Reviewed by Antti Koivisto.
2672 * Source/cmake/WebKitFeatures.cmake:
2673 * Source/cmakeconfig.h.cmake:
2675 2014-02-06 Joseph Pecoraro <pecoraro@apple.com>
2677 [iOS] make should build WebKit2
2678 https://bugs.webkit.org/show_bug.cgi?id=128351
2680 Reviewed by Daniel Bates.
2684 2014-02-05 Andreas Kling <akling@apple.com>
2686 Remove ENABLE(DIRECTORY_UPLOAD).
2687 <https://webkit.org/b/128275>
2689 Rubber-stamped by Ryosuke Niwa.
2691 * Source/autotools/SetupWebKitFeatures.m4:
2692 * Source/cmake/WebKitFeatures.cmake:
2694 2014-02-05 Csaba Osztrogonác <ossy@webkit.org>
2696 Remove ENABLE(SVG) guards
2697 https://bugs.webkit.org/show_bug.cgi?id=127991
2699 Reviewed by Sam Weinig.
2701 * Source/autotools/FindDependencies.m4:
2702 * Source/autotools/PrintBuildConfiguration.m4:
2703 * Source/autotools/ReadCommandLineArguments.m4:
2704 * Source/autotools/SetupAutomake.m4:
2705 * Source/autotools/SetupWebKitFeatures.m4:
2706 * Source/cmake/OptionsEfl.cmake:
2707 * Source/cmake/OptionsGTK.cmake:
2708 * Source/cmake/WebKitFeatures.cmake:
2709 * Source/cmakeconfig.h.cmake:
2711 2014-02-04 Andreas Kling <akling@apple.com>
2713 Remove <iframe seamless> support.
2714 <https://webkit.org/b/128213>
2716 Rubber-stamped by Antti Koivisto.
2718 * Source/autotools/SetupWebKitFeatures.m4:
2719 * Source/cmake/WebKitFeatures.cmake:
2720 * Source/cmakeconfig.h.cmake:
2722 2014-01-31 Benjamin Poulain <bpoulain@apple.com>
2724 Remove LEGACY_VIEWPORT_ADAPTION
2725 https://bugs.webkit.org/show_bug.cgi?id=128028
2727 Reviewed by Anders Carlsson.
2729 * Source/cmake/WebKitFeatures.cmake:
2730 * Source/cmakeconfig.h.cmake:
2732 2014-01-31 Oliver Hunt <oliver@apple.com>
2734 Rollout r163195 and related patches
2737 * Source/cmake/gtest/CMakeLists.txt:
2739 2014-01-29 Oliver Hunt <oliver@apple.com>
2741 Make it possible to implement JS builtins in JS
2742 https://bugs.webkit.org/show_bug.cgi?id=127887
2744 Reviewed by Michael Saboff.
2748 * Source/cmake/gtest/CMakeLists.txt:
2750 2014-01-30 Martin Robinson <mrobinson@igalia.com>
2752 [GTK] [CMake] Add support for building against GTK+ 2
2753 https://bugs.webkit.org/show_bug.cgi?id=127959
2755 Reviewed by Anders Carlsson.
2757 * Source/cmake/OptionsGTK.cmake: Add a new option to use GTK 2 and make a variable holding the
2758 library API version. When using GTK 2 do not build WebKit 2.
2760 2014-01-30 Martin Robinson <mrobinson@igalia.com>
2762 [GTK] [CMake] Add a "make dist" target
2763 https://bugs.webkit.org/show_bug.cgi?id=116378
2765 Reviewed by Gustavo Noronha Silva.
2767 * Source/PlatformGTK.cmake: A CMake support for executing the make-dist
2768 script and then turning the tarfile into a LZMA compressed file.
2770 2014-01-30 Zan Dobersek <zdobersek@igalia.com>
2772 [GTK] Only disable -ftree-dce optimization when compiling with GCC
2773 https://bugs.webkit.org/show_bug.cgi?id=127911
2775 Reviewed by Carlos Garcia Campos.
2777 * Source/autotools/SetupAutomake.m4: Define the COMPILER_GCC and COMPILER_CLANG Automake macros.
2778 These can be used when compiler-specific flags have to be used. The latter one is not actually needed
2779 at the moment, but is added for the sake of completeness.
2781 2014-01-30 Csaba Osztrogonác <ossy@webkit.org>
2783 [EFL] Fix the regression caused by the jsCStack branch merge
2784 https://bugs.webkit.org/show_bug.cgi?id=127898
2786 Reviewed by Zoltan Herczeg.
2788 * Source/cmake/OptionsEfl.cmake: Build with -fno-omit-frame-pointer.
2790 2014-01-29 Csaba Osztrogonác <ossy@webkit.org>
2792 Remove ENABLE(JAVASCRIPT_DEBUGGER) leftovers
2793 https://bugs.webkit.org/show_bug.cgi?id=127845
2795 Reviewed by Joseph Pecoraro.
2797 * Source/autotools/SetupWebKitFeatures.m4:
2799 2014-01-29 Csaba Osztrogonác <ossy@webkit.org>
2801 Remove ENABLE(JAVASCRIPT_DEBUGGER) guards
2802 https://bugs.webkit.org/show_bug.cgi?id=127840
2804 Reviewed by Mark Lam.
2806 * Source/cmake/WebKitFeatures.cmake:
2807 * Source/cmakeconfig.h.cmake:
2809 2014-01-25 Darin Adler <darin@apple.com>
2811 Get rid of ICU_UNICODE and WCHAR_UNICODE remnants
2812 https://bugs.webkit.org/show_bug.cgi?id=127623
2814 Reviewed by Anders Carlsson.
2816 * Source/cmake/OptionsEfl.cmake: Removed ICU_UNICODE and WCHAR_UNICODE flags.
2817 * Source/cmake/OptionsGTK.cmake: Ditto.
2818 * Source/cmake/OptionsWinCE.cmake: Ditto.
2820 2014-01-23 Max Vujovic <mvujovic@adobe.com>
2822 Remove CSS Custom Filters code and tests
2823 https://bugs.webkit.org/show_bug.cgi?id=127382
2825 Reviewed by Simon Fraser.
2827 * Source/autotools/FindDependencies.m4:
2828 * Source/autotools/SetupWebKitFeatures.m4:
2829 * Source/cmake/WebKitFeatures.cmake:
2830 * Source/cmakeconfig.h.cmake:
2832 2014-01-22 Martin Robinson <mrobinson@igalia.com>
2834 [GTK][CMake] Add support for building the NetworkProcess
2835 https://bugs.webkit.org/show_bug.cgi?id=127195
2837 Reviewed by Daniel Bates.
2839 * Source/cmake/OptionsGTK.cmake: Turn on the network process and give it
2840 a name like the WebProcess.
2842 2014-01-20 Ryuan Choi <ryuan.choi@samsung.com>
2844 [CMAKE] Remove Nix from CMake scripts
2845 https://bugs.webkit.org/show_bug.cgi?id=127264
2847 Reviewed by Anders Carlsson.
2850 * Source/CMakeLists.txt:
2851 * Source/cmake/FindEGL.cmake:
2852 * Source/cmake/OptionsCommon.cmake:
2854 2014-01-18 Anders Carlsson <andersca@apple.com>
2856 Remove ENABLE_THREADED_HTML_PARSER defines everywhere
2857 https://bugs.webkit.org/show_bug.cgi?id=127225
2859 Reviewed by Andreas Kling.
2861 This concludes the removal of over 8.8 million lines of threaded parser code.
2863 * Source/autotools/SetupWebKitFeatures.m4:
2864 * Source/cmake/WebKitFeatures.cmake:
2865 * Source/cmakeconfig.h.cmake:
2867 2014-01-18 Lauro Neto <lauro.neto@openbossa.org>
2869 Remove Nix files from WebCore
2870 https://bugs.webkit.org/show_bug.cgi?id=127176
2872 Reviewed by Anders Carlsson.
2874 * Source/cmake/OptionsNix.cmake: Removed.
2876 2014-01-18 Zan Dobersek <zdobersek@igalia.com>
2878 [GTK] Bump the minimum required Clang version to 3.3
2879 https://bugs.webkit.org/show_bug.cgi?id=127178
2881 Reviewed by Martin Robinson.
2883 * Source/autotools/CheckSystemAndBasicDependencies.m4: Require Clang 3.3 or later when using the Clang compiler to
2884 build the GTK port. Building with Clang 3.2 doesn't work anymore and there's no point in fixing that, as we should
2885 support the latest two versions of Clang (3.3 and 3.4), just like we do with GCC (4.7 and 4.8).
2887 2014-01-14 Dan Bernstein <mitz@apple.com>
2889 Only use color in make output when it’s going to a terminal.
2891 Reviewed by Mark Rowe.
2895 2014-01-13 Martin Robinson <mrobinson@igalia.com>
2897 [CMake] Mark all dependency include paths and libraries as advanced variables
2898 https://bugs.webkit.org/show_bug.cgi?id=126504
2900 Reviewed by Daniel Bates.
2902 * Source/cmake/FindATK.cmake: Mark result variable as advanced.
2903 * Source/cmake/FindCairo.cmake: Ditto.
2904 * Source/cmake/FindEGL.cmake: Ditto.
2905 * Source/cmake/FindEnchant.cmake: Ditto.
2906 * Source/cmake/FindGLIB.cmake: Ditto.
2907 * Source/cmake/FindGStreamer.cmake: Ditto.
2908 * Source/cmake/FindHarfBuzz.cmake: Ditto.
2909 * Source/cmake/FindLibSoup.cmake: Ditto.
2911 2014-01-13 Martin Robinson <mrobinson@igalia.com>
2913 [GTK][CMake] Add a 'check' target
2914 https://bugs.webkit.org/show_bug.cgi?id=126770
2916 Reviewed by Daniel Bates.
2918 * Source/PlatformGTK.cmake: Add a 'check' target that calls run-gtk-tests.
2920 2014-01-13 Carlos Garcia Campos <cgarcia@igalia.com>
2922 Unreviewed. Update NEWS and Versions.m4 for 2.3.4 release.
2924 * Source/autotools/Versions.m4: Bump version numbers.
2926 2014-01-12 Sergio Correia <sergio.correia@openbossa.org>
2928 [EFL][WK2] Make API tests work again
2929 https://bugs.webkit.org/show_bug.cgi?id=126769
2931 Reviewed by Gyuyoung Kim.
2933 The EFL and WK2 test binaries are currently being generated at *TestWebKitAPI/
2934 [E]WebKit2, respectively, and this causes problems because the logic to find
2935 where WebProcess is to look in the same directory of the running process and
2936 then proceed to use LIBEXECDIR (typically /usr/loca/bin).
2938 This patch introduces a WEBKIT_EXEC_PATH environment variable, inspired in the
2939 Gtk port, which allows us to look for WebProcess initially in this directory,
2942 * Source/cmake/OptionsEfl.cmake: Define WEBKIT_EXEC_PATH, to be used by
2945 2014-01-11 Dan Bernstein <mitz@apple.com>
2947 [Mac] xcodebuild color output is suppressed when using make
2948 https://bugs.webkit.org/show_bug.cgi?id=126815
2950 Reviewed by Anders Carlsson.
2952 WHen using make, xcodebuild’s output is piped through a filter, which causes it not to
2953 format its output with color and emphasis.
2955 * Makefile.shared: Pass COLOR_DIAGNOSTICS=YES to xcodebuild to force color output on. Due to
2956 xcodebuild limitations, this restores some of the formatting, but not all of it.
2958 2014-01-10 Benjamin Poulain <bpoulain@apple.com>
2960 Remove the BlackBerry port from trunk
2961 https://bugs.webkit.org/show_bug.cgi?id=126715
2963 Reviewed by Anders Carlsson.
2966 * Source/cmake/OptionsCommon.cmake:
2968 2014-01-10 Tamas Gergely <tgergely.u-szeged@partner.samsung.com>
2970 [EFL][JSC] Enable udis86 disassembler on efl.
2971 https://bugs.webkit.org/show_bug.cgi?id=125502
2973 Reviewed by Michael Saboff.
2975 Enable udis86 disassembler on efl and fix build warnings.
2977 * Source/cmake/OptionsEfl.cmake:
2978 Enable udis86 disassembler.
2980 2014-01-10 Benjamin Poulain <bpoulain@apple.com>
2982 Remove the BlackBerry port from trunk
2983 https://bugs.webkit.org/show_bug.cgi?id=126715
2985 Reviewed by Anders Carlsson.
2989 2014-01-09 Benjamin Poulain <bpoulain@apple.com>
2991 Remove the BlackBerry files outside WebCore
2992 https://bugs.webkit.org/show_bug.cgi?id=126715
2994 Reviewed by Anders Carlsson.
2996 * ManualTests/blackberry: Removed.
2997 * Source/cmake/OptionsBlackBerry.cmake: Removed.
2999 2014-01-08 Martin Robinson <mrobinson@igalia.com>
3001 [GTK] [CMake] Specify the executable and library output locations in the build
3002 https://bugs.webkit.org/show_bug.cgi?id=126671
3004 Reviewed by Gustavo Noronha Silva.
3006 * Source/cmake/OptionsGTK.cmake: Explicitly specify the output locations.
3008 2014-01-08 Dániel Bátyai <dbatyai.u-szeged@partner.samsung.com>
3010 [EFL] Make FTL buildable
3011 https://bugs.webkit.org/show_bug.cgi?id=125777
3013 Reviewed by Csaba Osztrogonác.
3015 * Source/cmake/OptionsEfl.cmake:
3016 * Source/cmakeconfig.h.cmake:
3018 2014-01-08 Alberto Garcia <berto@igalia.com>
3020 REGRESSION(r160304): [GTK] Disable libtool fast install
3021 https://bugs.webkit.org/show_bug.cgi?id=126381
3023 Reviewed by Gustavo Noronha Silva.
3025 Don't disable the libtool fast-install mode unconditionally by
3028 If the fast-install mode is disabled, binaries are generated ready
3029 to use the libraries directly from the build tree. If we use the
3030 GNU linker, those binaries are then relinked when they are
3033 However, libtool fails to do it properly when an installation
3034 prefix is set with DESTDIR, and ends up installing the libtool
3035 wrappers instead of the actual binaries.
3037 * Source/autotools/SetupLibtool.m4:
3039 2014-01-07 Gustavo Noronha Silva <gustavo.noronha@collabora.com>
3041 Unreviewed GTK/CMake build fix: use the correct location for docs-build.stamp
3042 in output and dependencies declarations, so docs are not built needlessly
3045 * Source/PlatformGTK.cmake:
3047 2014-01-04 Carlos Garcia Campos <cgarcia@igalia.com>
3049 [GTK] Move all GTK/GObject unit tests to Tools/TestWebKitAPI
3050 https://bugs.webkit.org/show_bug.cgi?id=126342
3052 Reviewed by Gustavo Noronha Silva.
3054 * GNUmakefile.am: Remove unused variable.
3055 * Source/PlatformGTK.cmake: No longer include the old unit tests directories.
3057 2014-01-06 Zan Dobersek <zdobersek@igalia.com>
3059 [GTK] configure errors out when building with libc++
3060 https://bugs.webkit.org/show_bug.cgi?id=126431
3062 Reviewed by Martin Robinson.
3064 Ease up the Clang and libstdc++ combination test to only fail if libstdc++ < 4.8.1 is actually used.
3065 This allows for libc++ to be used as well. The test is moved into SetupCompilerFlags.m4 and is done
3066 after the CXXFLAGS variable is properly set up, that is when all the C++ compiler options are determined.
3068 * Source/autotools/CheckSystemAndBasicDependencies.m4:
3069 * Source/autotools/SetupCompilerFlags.m4:
3071 2014-01-06 Martin Robinson <mrobinson@igalia.com>
3073 [CMake] [GTK] Fix the build for the WebKitGTK+ developer configuration
3074 https://bugs.webkit.org/show_bug.cgi?id=126505
3076 Reviewed by Gustavo Noronha Silva.
3078 * Source/cmake/FindGLIB.cmake: Add support for finding the gio-unix include directory location.
3079 * Source/cmake/FindGUdev.cmake: Added.
3080 * Source/cmake/FindGeoClue.cmake: Added.
3081 * Source/cmake/OptionsGTK.cmake: When gamepad is enabled look for gio-unix and GUdev. When
3082 geolocation is enabled look for GeoClue.
3084 2014-01-06 Zan Dobersek <zdobersek@igalia.com>
3086 [GTK] Use libc++ for C++11 on darwin
3087 https://bugs.webkit.org/show_bug.cgi?id=126325
3089 Reviewed by Martin Robinson.
3091 * Source/autotools/SetupCompilerFlags.m4: Don't default to libstdc++ when compiling with Clang.
3092 Instead, the compiler should determine itself what standard library to use, except on Darwin,
3093 where libc++ should be enforced. The standard library of user's choosing can still be enforced
3094 through the CXXFLAGS environment variable.
3096 2014-01-05 Martin Robinson <mrobinson@igalia.com>
3098 [GTK] [CMake] Ensure that the autotools build and the CMake install the same files
3099 https://bugs.webkit.org/show_bug.cgi?id=116379
3101 Reviewed by Gustavo Noronha Silva.
3103 * Source/PlatformGTK.cmake: Install the documentation.
3104 * Source/cmake/OptionsCommon.cmake: Add a LIBEXEC variable for WebKit2 executables, and
3105 don't use the default locations on GTK+. We will get them from the CMake-provided GNU installation
3107 * Source/cmake/OptionsGTK.cmake: Setup the installation variables using the ones provided
3108 by CMake's GNU installation directory support. Fix the definition of DATADIR. Always install
3111 2014-01-05 Carlos Garcia Campos <cgarcia@igalia.com>
3113 [GTK] Stop installing WebKit2 C API headers
3114 https://bugs.webkit.org/show_bug.cgi?id=126489
3116 Reviewed by Martin Robinson.
3120 2014-01-04 Martin Robinson <mrobinson@igalia.com>
3122 [GTK] [CMake] Improve the way we locate gobject-introspection
3123 https://bugs.webkit.org/show_bug.cgi?id=126452
3125 Reviewed by Philippe Normand.
3127 * Source/cmake/FindGObjectIntrospection.cmake: Added.
3128 * Source/cmake/OptionsGTK.cmake: Load the new FindGObjectIntrospection file.
3130 2014-01-04 Martin Robinson <mrobinson@igalia.com>
3132 [GTK] [CMake] Fix the video and audio build
3133 https://bugs.webkit.org/show_bug.cgi?id=126464
3135 Reviewed by Philippe Normand.
3137 * Source/cmake/OptionsGTK.cmake: GStreamer files look for USE(GSTREAMER) and USE(WEBAUDIO_GSTREAMER),
3138 so define those when appropriate. Web audio is one by default in autotools, so turn it on for cmake
3141 2014-01-03 Martin Robinson <mrobinson@igalia.com>
3143 [CMake] The forwarding headers generated by WebKitMacros.m4 are incompatible with the headers generated by generate-forwarding-headers.pl
3144 https://bugs.webkit.org/show_bug.cgi?id=126361
3146 Reviewed by Philippe Normand.
3148 Make the forwarding headers generated by WebKitMacros.m4 compatible with the headers
3149 generated by the WebKit2 forwarding headers generation script.
3151 * Source/cmake/WebKitMacros.cmake: Try to convert absolute paths in the forwarding headers
3152 to ones that are relative to the Source directory.
3154 2014-01-02 Carlos Garcia Campos <cgarcia@igalia.com>
3156 REGRESSION(r160304): [GTK] Disable libtool fast install
3157 https://bugs.webkit.org/show_bug.cgi?id=126381
3159 Reviewed by Martin Robinson.
3161 After r160304 we are building some of our binaries that are
3162 installed with the -no-fast-install ld flag. This makes that the
3163 binaries are installed with the source code path hardcoded in
3164 binary RPATH. Disabling fast install globally, the libtool script
3165 always relinks the binaries right before being installed.
3167 * Source/autotools/SetupLibtool.m4: Add AC_DISABLE_FAST_INSTALL.
3169 2014-01-02 Jaehun Lim <ljaehun.lim@samsung.com>
3171 [CMake][EFL] Fix some typos in OptionsEfl.cmake
3172 https://bugs.webkit.org/show_bug.cgi?id=126376
3174 Reviewed by Gyuyoung Kim.
3176 * Source/cmake/WebKitFeatures.cmake: Correct a wrong word and remove comma(,).
3178 2013-12-30 Martin Robinson <mrobinson@igalia.com>
3180 [CMake] [GTK] Add support for GObject introspection
3181 https://bugs.webkit.org/show_bug.cgi?id=126162
3183 Reviewed by Daniel Bates.
3185 * Source/PlatformGTK.cmake: Add a 'gir' target that builds all GIR files.
3186 * Source/cmake/OptionsGTK.cmake: Add a macro for propagating typelib
3187 targets to the Source level of the build.
3189 2013-12-29 Martin Robinson <mrobinson@igalia.com>
3191 [GTK][CMake] Translations must be built
3192 https://bugs.webkit.org/show_bug.cgi?id=125513
3194 Reviewed by Gustavo Noronha Silva.
3196 * Source/PlatformGTK.cmake: Add the po subdirectory.
3198 2013-12-28 Giovanni Campagna <gcampagna@src.gnome.org>
3200 [GTK] Fix release builds with NetworkProcess enabled
3201 https://bugs.webkit.org/show_bug.cgi?id=126247
3203 Reviewed by Carlos Garcia Campos.
3205 * Source/autotools/symbols.filter:
3207 2013-12-26 Martin Robinson <mrobinson@igalia.com>
3209 [GTK] [CMake] Add a production build type
3210 https://bugs.webkit.org/show_bug.cgi?id=126179
3212 Reviewed by Daniel Bates.
3214 * Source/PlatformGTK.cmake: When the API tests are enabled compile the WebKit GObject
3215 API unit tests. The inclusion of these build files was inadvertently removed in an earlier
3217 * Source/cmake/OptionsGTK.cmake: When in production mode turn off all tools and tests and
3218 use the autotools linker script.
3220 2013-12-25 Martin Robinson <mrobinson@igalia.com>
3222 [GTK] [CMake] Properly name the JavaScriptCore library
3223 https://bugs.webkit.org/show_bug.cgi?id=126220
3225 Reviewed by Gustavo Noronha Silva.
3227 * Source/cmake/OptionsGTK.cmake: Set the JSC library name properly.
3229 2013-12-25 Martin Robinson <mrobinson@igalia.com>
3231 [GTK] [CMake] Clean up generated sources directories
3232 https://bugs.webkit.org/show_bug.cgi?id=126216
3234 Reviewed by Gustavo Noronha Silva.
3236 * Source/cmake/OptionsGTK.cmake: Pre-define the main derived sources directories
3237 so that they definitions can be shared easily throughout the build system.
3239 2013-12-23 Jinwoo Song <jinwoo7.song@samsung.com>
3241 [EFL][CMAKE] Case insensitive string comparison of build type
3242 https://bugs.webkit.org/show_bug.cgi?id=126153
3244 Reviewed by Daniel Bates.
3246 Compare CMAKE_BUILD_TYPE with "debug" ignoring case.
3248 * Source/cmake/OptionsEfl.cmake:
3250 2013-12-23 Gustavo Noronha Silva <gns@gnome.org>
3252 [GTK] [CMake] Add support for generating gtkdoc
3253 https://bugs.webkit.org/show_bug.cgi?id=116376
3255 Reviewed by Martin Robinson.
3257 * Source/PlatformGTK.cmake: Added. New custom target that depends on a custom command
3258 which calls our generate-gtkdoc script. It uses a docs-build.stamp for simplicity,
3259 like the autotools build.
3261 2013-12-23 Martin Robinson <mrobinson@igalia.com>
3263 [GTK] [CMake] Build the WebKit2 GObject API tests
3264 https://bugs.webkit.org/show_bug.cgi?id=125683
3266 Reviewed by Daniel Bates.
3268 * Source/PlatformGTK.cmake: Load the WebKit2 tests file if necessary.
3269 * Source/cmake/FindATSPI.cmake: Added.
3270 * Source/cmake/OptionsGTK.cmake: Look for AT-SPI, but don't fail if it isn't found.
3272 2013-12-23 Martin Robinson <mrobinson@igalia.com>
3274 [GTK] [CMake] Build the WebKit1 GObject API tests
3275 https://bugs.webkit.org/show_bug.cgi?id=125684
3277 Reviewed by Daniel Bates.
3279 * Source/PlatformGTK.cmake: Added.
3281 2013-12-22 Martin Robinson <mrobinson@igalia.com>
3283 https://bugs.webkit.org/show_bug.cgi?id=125511
3285 [GTK][CMake] libtool-compatible soversion calculation
3286 Reviewed by Gustavo Noronha Silva.
3288 * Source/cmake/OptionsGTK.cmake: Specify the appropriate libtool triples and use
3289 the CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE macro to specify the library-specific
3290 version information.
3291 * Source/cmake/WebKitHelpers.cmake: Add some helpful macros.
3293 2013-12-23 Gustavo Noronha Silva <gns@gnome.org>
3295 [GTK] [CMake] Generate pkg-config files
3296 https://bugs.webkit.org/show_bug.cgi?id=125685
3298 Reviewed by Martin Robinson.
3300 * Source/cmake/OptionsGTK.cmake: set variables used for filling in the values in the
3303 2013-12-23 Carlos Garcia Campos <cgarcia@igalia.com>
3305 [GTK] Build with network process unconditionally
3306 https://bugs.webkit.org/show_bug.cgi?id=126128
3308 Reviewed by Martin Robinson.
3310 * Source/autotools/SetupAutomake.m4: Remove network process
3311 conditional for Makefiles.
3312 * Source/autotools/SetupWebKitFeatures.m4: Remove network process
3315 2013-12-18 Gustavo Noronha Silva <gns@gnome.org>
3317 [GTK][CMake] make libjavascriptcoregtk a public shared library again
3318 https://bugs.webkit.org/show_bug.cgi?id=125512
3320 Reviewed by Martin Robinson.
3322 * CMakeLists.txt: make JavaScriptCore always be a shared library for the GTK+ port.
3323 * Source/cmake/WebKitHelpers.cmake: make -fvisibility=hidden not be applied for GTK+,
3324 visibility of some symbols is required for threading to be initialized properly by
3325 WebKit2 processes, and we will rely on a linker script that will be added later on,
3326 for production builds.
3328 2013-12-16 Martin Robinson <mrobinson@igalia.com>
3330 [GTK] [CMake] Add support for building WebKit1
3331 https://bugs.webkit.org/show_bug.cgi?id=116377
3333 Reviewed by Gustavo Noronha Silva.
3335 * Source/cmake/OptionsGTK.cmake: Turn off some features that do not build properly
3336 for WebKit1 and stop using the version script which we haven't implemented yet. Turn
3339 2013-12-18 Gustavo Noronha Silva <gns@gnome.org>
3341 [GTK][CMake] Use thin archives if building on Linux, only way to get non-shared-core debug builds
3342 https://bugs.webkit.org/show_bug.cgi?id=125951
3344 Reviewed by Martin Robinson.
3346 * Source/cmake/OptionsGTK.cmake: append T for thin archives to the flags passed to ar,
3347 also use u, which is used in the autotools build (it avoids adding a file twice).
3349 2013-12-18 Gustavo Noronha Silva <gns@gnome.org>
3351 [GTK][CMake] Remove binary size optimizations we do not use in the autotools build
3352 https://bugs.webkit.org/show_bug.cgi?id=125947
3354 Reviewed by Martin Robinson.
3356 * Source/cmake/OptionsGTK.cmake: remove the relevant flags.
3358 2013-12-18 Carlos Garcia Campos <cgarcia@igalia.com>
3360 Unreviewed. Update NEWS and Versions.m4 for 2.3.3 release.
3362 * Source/autotools/Versions.m4: Bump version numbers.
3364 2013-12-12 Martin Robinson <mrobinson@igalia.com>
3366 [GTK] [CMake] Build the plugin process against GTK+ 2
3367 https://bugs.webkit.org/show_bug.cgi?id=116374
3369 Reviewed by Gustavo Noronha Silva.
3371 * Source/cmake/FindGDK2.cmake: Added.
3372 * Source/cmake/FindGTK2.cmake: Added.
3373 * Source/cmake/OptionsGTK.cmake: Look for GTK2 and GDK2.
3374 * Source/cmake/WebKitMacros.cmake: Abstract WebKit2 IPC generation here so it
3375 can be shared between the WebKit2 library and the plugin process.
3377 2013-12-17 Simon Pena <simon.pena@samsung.com>
3379 [NIX] Enable full debug builds by having ar creating thin archives
3380 https://bugs.webkit.org/show_bug.cgi?id=125850
3382 Reviewed by Csaba Osztrogonác.
3384 By default, CMake uses ar to generate libWebCore.a with cr parameters
3385 (do not warn if the library has to be created, and replace existing
3386 files in the archive). That results in a very large file, and ar fails
3387 with sizes over 4GB.
3389 Previously, debug builds on NIX were overriding CFLAGS in order to reduce
3390 the size of the WebCore library. Once that ar creates thin archives, overriding
3391 CFLAGS is no longer needed.
3393 * Source/cmake/OptionsNix.cmake: Remove CFLAGS override for debug builds.
3395 2013-12-13 Joseph Pecoraro <pecoraro@apple.com>
3397 [GTK] Remove Warnings in building about duplicate INSPECTOR variables
3398 https://bugs.webkit.org/show_bug.cgi?id=125710
3400 Reviewed by Tim Horton.
3404 2013-12-13 Joseph Pecoraro <pecoraro@apple.com>
3406 Web Inspector: Add Inspector Code Generation to JavaScriptCore for Runtime Domain
3407 https://bugs.webkit.org/show_bug.cgi?id=125595
3409 Reviewed by Timothy Hatcher.
3413 2013-12-13 Zan Dobersek <zdobersek@igalia.com>
3415 [GTK] Remove the -Wno-c++11-extensions compiler option for Clang builds
3416 https://bugs.webkit.org/show_bug.cgi?id=125639
3418 Reviewed by Anders Carlsson.
3420 * Source/autotools/SetupCompilerFlags.m4: The -Wno-c++11-extensions compiler option was in use
3421 when building with Clang. It is now removed as the C++11 standard is enabled throughout the project.
3423 2013-12-11 Martin Robinson <mrobinson@igalia.com> and Danilo Cesar Lemes de Paula <danilo.cesar@collabora.co.uk>
3425 Adding a .ycm_extra_conf file for webkitGtk
3426 https://bugs.webkit.org/show_bug.cgi?id=119618
3428 Reviewed by Gustavo Noronha Silva.
3430 Added a YouCompleteMe flag discovery script for Vim and the GTK+ port. The script
3431 read the GTK+ build files to determine dynamically what flags to compile a source
3432 file with. This allows Vim to provide auto-complete for C++/C language. See
3433 https://github.com/Valloric/YouCompleteMe for how to use this file.
3435 * .gitignore: Ignore the YCM symlinks in the tree.
3437 2013-12-12 Zan Dobersek <zdobersek@igalia.com>
3439 Use of ar T option not supported by older binutils
3440 https://bugs.webkit.org/show_bug.cgi?id=118732
3442 Reviewed by Gustavo Noronha Silva.
3444 * Source/autotools/SetupLibtool.m4: Make the AR_FLAGS value usable inside makefiles as an Automake variable.
3446 2013-12-11 Javier Fernandez <jfernandez@igalia.com>
3448 Arithmetic overflow when computing max-height CSS property with subpixel layout
3449 https://bugs.webkit.org/show_bug.cgi?id=119273
3451 Reviewed by Martin Robinson.
3453 Enabled SATURATED_LAYOUT_ARITHMETIC for the gtk+ port.
3455 * Source/autotools/SetupWebKitFeatures.m4:
3457 2013-12-10 Tamas Gergely <tgergely.u-szeged@partner.samsung.com>
3459 [CMAKE] Remove code that disables C++0x compat warnings for gcc-4.6 and above.
3460 https://bugs.webkit.org/show_bug.cgi?id=125492
3462 Reviewed by Zoltan Herczeg.
3464 Remove the code that disables these warnings for GCC >= 4.6.0
3466 * Source/cmake/WebKitHelpers.cmake:
3468 2013-12-10 Martin Robinson <mrobinson@igalia.com>
3470 Various fixes for the CMake GTK+ build
3472 Reviewed by Gustavo Noronha.
3474 * Source/cmake/OptionsGTK.cmake: Disable Quota support to maintain consistency with
3477 2013-12-09 Brian Holt <brian.holt@samsung.com>
3479 [WK2][Gtk] Add support for ENABLE_NETWORK_PROCESS to the build system
3480 https://bugs.webkit.org/show_bug.cgi?id=118231
3482 Reviewed by Martin Robinson.
3484 Original patch by Kwang Yul Seo <skyul@company100.net>.
3486 Disabled ENABLE_NETWORK_PROCESS by default.
3488 * Source/autotools/SetupAutomake.m4:
3489 * Source/autotools/SetupWebKitFeatures.m4:
3491 2013-12-06 Alberto Garcia <berto@igalia.com>
3493 [GTK] Enable web audio by default
3494 https://bugs.webkit.org/show_bug.cgi?id=124888
3496 Reviewed by Martin Robinson.
3498 When building with ./configure, enable_web_audio defaults to
3499 "no". However the basic functionality has been working for months
3500 so it's safe to enable it now.
3502 * Source/autotools/ReadCommandLineArguments.m4:
3504 2013-12-04 Ryosuke Niwa <rniwa@webkit.org>
3506 Enable HTMLTemplateElement by default
3507 https://bugs.webkit.org/show_bug.cgi?id=123851
3509 Reviewed by Antti Koivisto.
3511 * Source/autotools/SetupWebKitFeatures.m4:
3512 * Source/cmake/WebKitFeatures.cmake:
3514 2013-12-04 László Langó <lango@inf.u-szeged.hu>
3516 Allow --cloop option to work correctly in case of EFL.
3517 https://bugs.webkit.org/show_bug.cgi?id=125217
3519 Reviewed by Zoltan Herczeg.
3521 * Source/cmake/OptionsEfl.cmake:
3522 * Source/cmake/WebKitFeatures.cmake:
3523 * Source/cmakeconfig.h.cmake:
3525 2013-12-03 Ryuan Choi <ryuan.choi@samsung.com>
3527 [EFL] Disable RTTI for release build
3528 https://bugs.webkit.org/show_bug.cgi?id=125138
3530 Reviewed by Gyuyoung Kim.
3532 Binary size will be reduced about 1M bytes without RTTI.
3533 ewebkit.so : 43,449,275 -> 42,510,224
3534 ewebkit2.so: 46,715,870 -> 45,653,989
3536 * Source/cmake/OptionsEfl.cmake: Added -fno-rtti option to CMAKE_CXX_FLAGS_RELEASE.
3538 2013-12-02 Adrian Bunk <bunk@stusta.de>
3540 [GTK] Remove unneeded autoconf macros
3541 https://bugs.webkit.org/show_bug.cgi?id=125044
3543 Compilers that do not support const/inline/volatile and
3544 systems with pre-C89-headers are anyway not supported.
3546 Reviewed by Gustavo Noronha Silva.
3548 * Source/autotools/CheckSystemAndBasicDependencies.m4:
3550 2013-11-29 Laszlo Vidacs <lac@inf.u-szeged.hu>
3552 [cmake] Fix cmake warning: Argument not separated from preceding token by whitespace
3553 https://bugs.webkit.org/show_bug.cgi?id=124899
3555 Reviewed by Gyuyoung Kim.
3557 * Source/cmake/FindCairo.cmake:
3558 * Source/cmake/FindGStreamer.cmake:
3560 2013-11-28 Antti Koivisto <antti@apple.com>
3562 Remove feature: CSS variables
3563 https://bugs.webkit.org/show_bug.cgi?id=114119
3565 Reviewed by Andreas Kling.
3567 * Source/cmakeconfig.h.cmake:
3569 2013-11-27 László Langó <lango@inf.u-szeged.hu>
3571 [EFL] The remote inspector does not show the base page.
3572 https://bugs.webkit.org/show_bug.cgi?id=124942
3574 Reviewed by Gyuyoung Kim.
3576 On EFL the remote inspector does not show the base page about
3577 which pages are available for debug. This should be fixed for
3578 further inspector development.
3580 * Source/PlatformEfl.cmake:
3582 2013-11-26 Marcelo Lira <marcelo.lira@openbossa.org>
3584 Nix upstreaming - Adding build files and supporting scripts
3585 https://bugs.webkit.org/show_bug.cgi?id=118367
3587 Reviewed by Ryosuke Niwa.
3590 * Source/CMakeLists.txt:
3591 * Source/cmake/FindEGL.cmake:
3592 * Source/cmake/FindOpenGLES2.cmake: Added.
3593 * Source/cmake/OptionsCommon.cmake:
3594 * Source/cmake/OptionsNix.cmake: Added.
3596 2013-11-25 Ryuan Choi <ryuan.choi@samsung.com>
3598 [EFL] E_DBus should be an optional
3599 https://bugs.webkit.org/show_bug.cgi?id=124881
3601 Reviewed by Gyuyoung Kim.
3603 * Source/cmake/OptionsEfl.cmake:
3604 Checked E_DBus when only ENABLE_BATTERY_STATUS is on.
3606 2013-11-25 Ryuan Choi <ryuan.choi@samsung.com>
3608 [EFL] Use Config mode of find_package for EFL 1.8
3609 https://bugs.webkit.org/show_bug.cgi?id=124555
3611 Reviewed by Gyuyoung Kim.
3613 EFL 1.8 changed VERSION macro so it's difficult to use tricky approach
3614 which parses header files to know the version. Instead, EFL 1.8 supports
3615 FooConfig.cmake such as EinaConfig.cmake.
3617 This patch tries to use a config mode if it is available.
3618 If config mode is not available with Eo, FindFoo.cmake will be used without
3619 version requirement.
3621 * Source/cmake/FindEo.cmake: Removed.
3622 EoConfig.cmake is only preffered for EFL 1.8.
3623 * Source/cmake/OptionsEfl.cmake:
3625 2013-11-23 Xabier Rodriguez Calvar <calvaris@igalia.com>
3627 [GStreamer] Remove 0.10 codepath
3628 https://bugs.webkit.org/show_bug.cgi?id=124534
3630 Reviewed by Philippe Normand.
3632 * Source/cmake/OptionsEfl.cmake: Removed GST_API_VERSION_1
3635 2013-11-22 Manuel Rego Casasnovas <rego@igalia.com>
3637 [GTK] Review enabled/disabled CSS features for release builds
3638 https://bugs.webkit.org/show_bug.cgi?id=124791
3640 Reviewed by Martin Robinson.
3642 Enable and disable some CSS features according to what last versions of
3645 * Source/autotools/SetupWebKitFeatures.m4: Enable ENABLE_CSS_REGIONS and
3646 ENABLE_CSS_STICKY_POSITION. Disable ENABLE_CSS_EXCLUSIONS and
3649 2013-11-21 Peter Molnar <pmolnar.u-szeged@partner.samsung.com>
3651 Remove ENABLE_WORKERS
3652 https://bugs.webkit.org/show_bug.cgi?id=105784
3654 Reviewed by Darin Adler.
3656 * Source/autotools/SetupWebKitFeatures.m4:
3657 * Source/cmake/WebKitFeatures.cmake:
3658 * Source/cmakeconfig.h.cmake:
3660 2013-11-20 Commit Queue <commit-queue@webkit.org>
3662 Unreviewed, rolling out r159496.
3663 http://trac.webkit.org/changeset/159496
3664 https://bugs.webkit.org/show_bug.cgi?id=124641
3666 It caused warning and build break with cmake lower than 2.8.8
3667 (Requested by ryuan on #webkit).
3669 * Source/cmake/OptionsEfl.cmake:
3671 2013-11-19 Ryuan Choi <ryuan.choi@samsung.com>
3673 [EFL] Use Config mode of find_package for EFL 1.8
3674 https://bugs.webkit.org/show_bug.cgi?id=124555
3676 Reviewed by Gyuyoung Kim.
3678 EFL 1.8 changed VERSION macro so it's difficult to use tricky approach
3679 which parses header file to know the version. Instead, EFL 1.8 supports
3680 Config mode of find_package using XXXConfig.cmake such as EinaConfig.cmake.
3682 This patch tries to use Config mode if it is available after checking Eo.
3684 * Source/cmake/OptionsEfl.cmake:
3686 2013-11-18 Carlos Garcia Campos <cgarcia@igalia.com>
3688 Unreviewed. Update NEWS and Versions.m4 for 2.3.2 release.
3690 * Source/autotools/Versions.m4: Bump version numbers.
3692 2013-11-06 Krzysztof Czech <k.czech@samsung.com>
3694 [EFL] Change required version of ATK to 2.10.0
3695 https://bugs.webkit.org/show_bug.cgi?id=123883
3697 Reviewed by Mario Sanchez Prada.
3699 Changing a required version of ATK to 2.10.0
3701 * Source/cmake/OptionsEfl.cmake:
3703 2013-11-05 Zalan Bujtas <zalan@apple.com>
3705 Widget's position change should not initiate layout, only when its size changes.
3706 https://bugs.webkit.org/show_bug.cgi?id=123860
3708 Reviewed by Andreas Kling.
3710 RenderWidgets initiate unnecessary layouts while scrolling when they are embedded to
3711 overflow:scroll containers. Scroll position change doesn't dirty the render tree
3712 so it should not trigger layout either.
3714 * ManualTests/layouts-on-renderwidgets-while-scrolling.html: Added.
3716 2013-11-05 Éva Balázsfalvi <balazsfalvi.eva@stud.u-szeged.hu>
3718 Remove leftover Qt related things from WebKitMacros.cmake
3719 https://bugs.webkit.org/show_bug.cgi?id=123798
3721 Reviewed by Anders Carlsson.
3723 * Source/cmake/WebKitMacros.cmake:
3725 2013-11-02 Patrick Gansterer <paroga@webkit.org>
3727 [WINCE] Disable export macros
3728 https://bugs.webkit.org/show_bug.cgi?id=123679
3730 Reviewed by Darin Adler.
3732 Avoid useless exports by turning of the export macros
3733 since the WinCE port works as a static library only.
3735 * Source/cmake/OptionsWinCE.cmake:
3737 2013-10-31 Ryuan Choi <ryuan.choi@samsung.com>
3739 [EFL][GLES] OpenGL should be an optional
3740 https://bugs.webkit.org/show_bug.cgi?id=123399
3742 Reviewed by Noam Rosenthal.
3744 * Source/cmake/OptionsEfl.cmake:
3745 Refactor the check routine of GL dependencies to use OpenGL as optional.
3747 2013-10-29 Carlos Garcia Campos <cgarcia@igalia.com>
3749 Unreviewed. Update NEWS and Versions.m4 for 2.3.1 release.
3751 * Source/autotools/Versions.m4: Bump version numbers.
3753 2013-10-24 Ryuan Choi <ryuan.choi@samsung.com>
3755 [EFL] Build break with latest EFL 1.8 libraries.
3756 https://bugs.webkit.org/show_bug.cgi?id=123245
3758 Reviewed by Gyuyoung Kim.
3760 After fixed build break on EFL 1.8 at r138326, EFL libraries are changed
3761 Eo typedef and splitted header files which contain version macro.
3763 * Source/cmake/EFLHelpers.cmake: Checked whether include path exist.
3764 * Source/cmake/FindEcore.cmake: Added 1.8 Header which have version macro.
3765 * Source/cmake/FindEdje.cmake: Ditto.
3766 * Source/cmake/FindEina.cmake: Ditto.
3767 * Source/cmake/FindEo.cmake: Ditto.
3768 * Source/cmake/FindEvas.cmake: Ditto.
3770 2013-10-22 Ryuan Choi <ryuan.choi@samsung.com>
3772 [EFL] Remove HAVE_GLX macro
3773 https://bugs.webkit.org/show_bug.cgi?id=123191
3775 Reviewed by Gyuyoung Kim.
3777 * Source/cmake/OptionsEfl.cmake: Removed unnecessary HAVE_GLX macro
3779 2013-10-21 Gergo Balogh <geryxyz@inf.u-szeged.hu>
3781 Remove .qmake.conf files
3782 https://bugs.webkit.org/show_bug.cgi?id=123091
3784 Reviewed by Csaba Osztrogonác.
3786 * .qmake.conf: Removed.
3788 2013-10-18 Carlos Garcia Campos <cgarcia@igalia.com>
3790 [GTK] Generate API documentation for GObject DOM bindings
3791 https://bugs.webkit.org/show_bug.cgi?id=121538
3793 Reviewed by Gustavo Noronha Silva.
3795 * GNUmakefile.am: Initialize gdom_symbol_files variable.
3797 2013-10-17 Afonso R. Costa Jr. <afonso.costa@samsung.com>
3799 [CMAKE] Update code to take advantage of CMake version 2.8.3+.
3800 https://bugs.webkit.org/show_bug.cgi?id=97516
3802 Reviewed by Gyuyoung Kim.
3804 CMake's version was changed to 2.8.3. So, these files below
3805 can be simplified to take advantage of CMake's new version.
3807 * Source/cmake/FindCairo.cmake: Simplified according to CMake 2.8.3+.
3808 * Source/cmake/FindGStreamer.cmake: Ditto.
3810 2013-10-16 Ryosuke Niwa <rniwa@webkit.org>
3812 Add a new flakiness dashboard clone
3813 https://bugs.webkit.org/show_bug.cgi?id=122936
3815 Reviewed by Anders Carlsson.
3817 Added the initial prototype.
3819 * Websites/test-results: Added.
3820 * Websites/test-results/.htaccess: Added.
3821 * Websites/test-results/admin: Added.
3822 * Websites/test-results/admin/index.php: Added.
3823 * Websites/test-results/api: Added.
3824 * Websites/test-results/api/manifest.php: Added.
3825 * Websites/test-results/api/report.php: Added.
3826 * Websites/test-results/api/results.php: Added.
3827 * Websites/test-results/include: Added.
3828 * Websites/test-results/include/config.json: Added.
3829 * Websites/test-results/include/db.php: Added.
3830 * Websites/test-results/include/init-database.sql: Added.
3831 * Websites/test-results/include/json-shared.php: Added.
3832 * Websites/test-results/include/test-results.php: Added.
3833 * Websites/test-results/index.html: Added.
3834 * Websites/test-results/js: Added.
3835 * Websites/test-results/js/autocompleter.js: Added.
3836 * Websites/test-results/js/build.js: Added.
3837 * Websites/test-results/js/dom.js: Added.
3839 2013-10-16 Csaba Osztrogonác <ossy@webkit.org>
3841 [WK2][Efl][CMake] Add support for ENABLE_NETWORK_PROCESS to the build system
3842 https://bugs.webkit.org/show_bug.cgi?id=110139
3844 Reviewed by Laszlo Gombos.
3846 Original patch by Balazs Kelemen <kbalazs@webkit.org>