1 2014-09-17 Renato Nagy <rnagy@inf.u-szeged.hu>
3 [EFL][GTK] Remove WebKit1 related codes
4 https://bugs.webkit.org/show_bug.cgi?id=136853
6 Reviewed by Csaba Osztrogonác.
8 Gtk and EFL WebKit1 ports no longer exist. Webkit1 related codes were deleted
11 * Source/PlatformGTK.cmake:
13 2014-09-16 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
16 https://bugs.webkit.org/show_bug.cgi?id=136820
18 Reviewed by Csaba Osztrogonác.
20 * Source/cmake/FindICU.cmake:
22 2014-09-15 Zan Dobersek <zdobersek@igalia.com>
24 [CMake] Remove FIND_PACKAGE_HANDLE_STANDARD_ARGS call for WAYLAND_EGL in FindWayland.cmake
25 https://bugs.webkit.org/show_bug.cgi?id=136814
27 Reviewed by Philippe Normand.
29 * Source/cmake/FindWayland.cmake: This line was committed by mistake.
30 We bundle the wayland-egl dependency with wayland-client and wayland-server
31 and store the resulting variables with the WAYLAND_ prefix. Because of this
32 this line wasn't exporting anything useful.
34 2014-09-12 Csaba Osztrogonác <ossy@webkit.org>
38 * Source/cmake/WebKitMacros.cmake:
40 2014-09-11 László Langó <llango.u-szeged@partner.samsung.com>
42 [JavaScriptCore] Fix FTL on platform EFL.
43 https://bugs.webkit.org/show_bug.cgi?id=133571
45 Reviewed by Filip Pizlo.
49 * Source/cmake/FindLIBCXXABI.cmake: Removed.
50 * Source/cmake/OptionsEfl.cmake:
52 2014-09-08 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
55 https://bugs.webkit.org/show_bug.cgi?id=136571
57 Reviewed by Darin Adler.
59 * Source/cmake/OptionsEfl.cmake:
60 * Source/cmake/OptionsGTK.cmake:
61 * Source/cmake/OptionsMac.cmake:
62 * Source/cmake/WebKitFeatures.cmake:
63 * Source/cmakeconfig.h.cmake:
65 2014-09-04 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
67 Remove CSS_FILTERS flag
68 https://bugs.webkit.org/show_bug.cgi?id=136529
70 Reviewed by Dirk Schulze.
72 * Source/cmake/OptionsEfl.cmake:
73 * Source/cmake/OptionsGTK.cmake:
74 * Source/cmake/OptionsMac.cmake:
75 * Source/cmake/WebKitFeatures.cmake:
76 * Source/cmakeconfig.h.cmake:
78 2014-09-01 Gyuyoung Kim <gyuyoung.kim@samsung.com>
80 [CMAKE] Build warning by INTERFACE_LINK_LIBRARIES
81 https://bugs.webkit.org/show_bug.cgi?id=136194
83 Reviewed by Csaba Osztrogonác.
85 Set the LINK_INTERFACE_LIBRARIES target property on the top level CMakeLists.txt.
89 2014-08-29 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
91 [EFL] Remove non Coordinated Graphics code path from cmake build system after r142169
92 https://bugs.webkit.org/show_bug.cgi?id=135560
94 Reviewed by Gyuyoung Kim.
96 * Source/cmake/OptionsEfl.cmake: Removed TILED_BACKING_STORE guard.
98 2014-08-28 Brian J. Burg <burg@cs.washington.edu>
100 WebInspectorUI.framework is not built for the "All Source" Xcode scheme
101 https://bugs.webkit.org/show_bug.cgi?id=136343
103 Reviewed by David Kilzer.
105 The "build" and "run" actions in Xcode should copy over the latest Inspector resources.
107 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
108 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
110 2014-08-27 Krzysztof Czech <k.czech@samsung.com>
112 [EFL] Share fast/speechsynthesis/ with other ports
113 https://bugs.webkit.org/show_bug.cgi?id=136224
115 Reviewed by Chris Fleizach.
117 Enable WebSpeech for EFL.
119 * Source/cmake/OptionsEfl.cmake:
121 2014-08-26 Krzysztof Czech <k.czech@samsung.com>
123 [EFL] Utilize espeak as a synthesizer back-end for WebSpeech
124 https://bugs.webkit.org/show_bug.cgi?id=136127
126 Reviewed by Gyuyoung Kim.
128 Add build support for espeak.
130 * Source/cmake/FindEspeak.cmake: Added.
131 * Source/cmake/OptionsEfl.cmake: Add Espeak dependency.
133 2014-08-26 Ryuan Choi <ryuan.choi@samsung.com>
135 [EFL] Build break using clang
136 https://bugs.webkit.org/show_bug.cgi?id=136245
138 Reviewed by Gyuyoung Kim.
140 * Source/cmake/OptionsEfl.cmake:
141 Disable ENABLE_WERROR when compiler is Clang as workaround because there are too many warnings.
142 Some warnings are from system libraries.
144 2014-08-25 Alberto Garcia <berto@igalia.com>
146 [GTK] Unify webkitgtk and webkit2gtk directories
147 https://bugs.webkit.org/show_bug.cgi?id=136209
149 Reviewed by Carlos Garcia Campos.
151 Use webkit2gtk-X.X both for the process binaries and the injected
154 * Source/cmake/OptionsGTK.cmake:
156 2014-08-24 Ryuan Choi <ryuan.choi@samsung.com>
158 [EFL] Move Efl specific code from Source/CMakeLists.txt
159 https://bugs.webkit.org/show_bug.cgi?id=136206
161 Reviewed by Gyuyoung Kim.
163 WebKit/Efl only uses ENABLE_WERROR so it can be moved into OptionsEfl.cmake.
164 Inaddition, renamed ADDITIONAL_FLAGS to ADDITIONAL_COMPILER_FLAGS.
166 * Source/CMakeLists.txt:
167 * Source/cmake/OptionsEfl.cmake:
169 2014-08-24 Ryuan Choi <ryuan.choi@samsung.com>
171 [EFL] Introduce DEVELOPER_MODE
172 https://bugs.webkit.org/show_bug.cgi?id=135884
174 Reviewed by Gyuyoung Kim.
176 Like GTK port, DEVELOPER_MODE can be good solution for developing, debugging and testing
177 instead of SHARED_CORE.
178 SHARED_CORE can reduce link time and memory consumption but it is slightly different
181 * Source/cmake/OptionsEfl.cmake:
182 * Source/cmake/WebKitHelpers.cmake:
183 Moved fvisibility=hidden to OptionsEfl.cmake
185 2014-08-22 KwangHyuk Kim <hyuki.kim@samsung.com>
187 [EFL] Turn on ENABLE_GAMEPAD_DEPRECATED option.
188 https://bugs.webkit.org/show_bug.cgi?id=136110
190 Reviewed by Gyuyoung Kim.
192 Turn on ENABLE_GAMEPAD_DEPRECATED option for the WK2 Efl.
194 * Source/cmake/OptionsEfl.cmake:
196 2014-08-22 Gyuyoung Kim <gyuyoung.kim@samsung.com>
198 [EFL] Apply eflsymbols.filter to WebKit2
199 https://bugs.webkit.org/show_bug.cgi?id=136148
201 Reviewed by Csaba Osztrogonác.
203 eflsymbol filter hasn't been applied to WK2 port. Additionally clean up WK1 symbol
204 in the eflsymbols.filter.
206 * Source/cmake/OptionsEfl.cmake:
207 * Source/cmake/eflsymbols.filter:
209 2014-08-21 Zalan Bujtas <zalan@apple.com>
211 Enable SATURATED_LAYOUT_ARITHMETIC.
212 https://bugs.webkit.org/show_bug.cgi?id=136106
214 Reviewed by Simon Fraser.
216 SATURATED_LAYOUT_ARITHMETIC protects LayoutUnit against arithmetic overflow.
217 (No measurable performance regression on Mac.)
219 * Source/cmake/OptionsMac.cmake:
220 * Source/cmake/WebKitFeatures.cmake:
221 * Source/cmakeconfig.h.cmake:
223 2014-08-19 Zalan Bujtas <zalan@apple.com>
225 Remove ENABLE(SUBPIXEL_LAYOUT).
226 https://bugs.webkit.org/show_bug.cgi?id=136077
228 Reviewed by Simon Fraser.
230 Remove compile time flag SUBPIXEL_LAYOUT. All ports have it enabled for a while now.
232 * Source/cmake/OptionsEfl.cmake:
233 * Source/cmake/OptionsGTK.cmake:
234 * Source/cmake/OptionsMac.cmake:
235 * Source/cmake/WebKitFeatures.cmake:
236 * Source/cmakeconfig.h.cmake:
238 2014-08-17 Zan Dobersek <zdobersek@igalia.com>
240 [CMake] Optimization-disabling compiler flags should be appended to CMAKE_C(XX)_FLAGS_RELEASE
241 https://bugs.webkit.org/show_bug.cgi?id=135980
243 Reviewed by Martin Robinson.
245 CMAKE_C(XX)_FLAGS_RELEASE variables usually contain the -On flag which
246 overrides any other disabled optimization that was prepended to these
247 variables or was added to the CMAKE_C(XX)_FLAGS variables which CMake
248 lists first in the final list of compilation flags.
250 To avoid -On re-enabling optimizations that we'd like to keep disabled,
251 the specific compiler flags must be appended to CMAKE_C(XX)_FLAGS_RELEASE.
253 * Source/cmake/OptionsCommon.cmake:
254 * Source/cmake/OptionsEfl.cmake: Also do the appending with CMAKE_SHARED_LINKER_FLAGS_RELEASE.
255 * Source/cmake/OptionsGTK.cmake:
257 2014-08-15 Carlos Garcia Campos <cgarcia@igalia.com>
259 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.5.3 release.
261 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
263 2014-08-15 Ting-Wei Lan <lantw44@gmail.com>
265 [GTK] Disable memory sampler on non-Linux system
266 https://bugs.webkit.org/show_bug.cgi?id=134483
268 Reviewed by Philippe Normand.
270 Source/WebKit2/Shared/linux/WebMemorySamplerLinux.cpp only works on
271 Linux because it uses many Linux-specific features, so we should disable
272 memory sampler on other systems by default.
274 * Source/cmake/OptionsGTK.cmake:
276 2014-08-15 Carlos Garcia Campos <cgarcia@igalia.com>
278 [GTK] HTML API documentation should also be installed versioned
279 https://bugs.webkit.org/show_bug.cgi?id=135970
281 Reviewed by Philippe Normand.
283 * Source/PlatformGTK.cmake: Append -${WEBKITGTK_API_VERSION} to
286 2014-08-14 Tomas Popela <tpopela@redhat.com>
288 Add support for ppc, ppc64, ppc64le, s390, s390x into the CMake build
289 https://bugs.webkit.org/show_bug.cgi?id=135937
291 Reviewed by Carlos Garcia Campos.
295 2014-08-14 Carlos Garcia Campos <cgarcia@igalia.com>
297 [GTK] REGRESSION(r171598, CMake): Introspection files are installed at the wrong path
298 https://bugs.webkit.org/show_bug.cgi?id=135934
300 Reviewed by Gustavo Noronha Silva.
302 Since r171598 gir files are installed under $datadir/webkitgtk-4.0/gir-1.0/.
303 The gir files should installed in $datadir/gir-1.0/ together with all other
304 gir files. We don't need to install introspection files in a versioned
305 directory because their filenames already contain the binary version. But before
306 r171598, the files were only installed to the right directory if the
307 gobject-instrospection pkg-config file was in the same prefix than the one we
308 wanted to install, because the gir and typelibs directories were extracted from
309 the pkg-config file. We should define INTROSPECTION_INSTALL_GIRDIR and
310 INTROSPECTION_INSTALL_TYPELIBDIR in OptionsGTK.cmake based on $datadir and $libdir
311 like we do in the autotools build.
313 * Source/cmake/FindGObjectIntrospection.cmake: Do not define
314 INTROSPECTION_INSTALL_GIRDIR and INTROSPECTION_INSTALL_TYPELIBDIR.
315 * Source/cmake/OptionsGTK.cmake: Define
316 INTROSPECTION_INSTALL_GIRDIR and INTROSPECTION_INSTALL_TYPELIBDIR.
318 2014-08-14 Carlos Garcia Campos <cgarcia@igalia.com>
320 [GTK] WebKit DOM documentation (webkitdomgtk) not installed after make install
321 https://bugs.webkit.org/show_bug.cgi?id=135836
323 Reviewed by Philippe Normand.
325 * Source/PlatformGTK.cmake: Add install command to also install
326 the GObject DOM bindings API docs.
328 2014-08-14 Zan Dobersek <zdobersek@igalia.com>
330 Unreviewed. In r165709 I mistakenly appended the -fno-exceptions
331 and -fno-strict-aliasing compiler flags to CMAKE_CXX_FLAGS and then
332 re-set CMAKE_C_FLAGS with the new string. The two flags should really
333 be appended to CMAKE_C_FLAGS and the same variable re-set with the
336 * Source/cmake/OptionsCommon.cmake:
338 2014-08-13 Alex Christensen <achristensen@webkit.org>
340 Progress towards CMake on Mac.
341 https://bugs.webkit.org/show_bug.cgi?id=135819
343 Reviewed by Laszlo Gombos.
345 * Source/cmake/OptionsMac.cmake:
346 Disable some more features temporarily to get CMake working.
347 * Source/cmake/WebKitMacros.cmake:
348 Added an extension parameter to GENERATE_BINDINGS to allow ObjC bindings to generate .mm files.
350 2014-08-12 Eduardo Lima Mitev <elima@igalia.com>
352 [GTK] Subtle-crypto feature off by default and add a new configure flag to enable it
353 https://bugs.webkit.org/show_bug.cgi?id=135798
355 Reviewed by Philippe Normand.
357 * Source/cmake/OptionsGTK.cmake: Makes SUBTLE_CRYPTO flag off by default.
359 2014-08-12 Eduardo Lima Mitev <elima@igalia.com>
360 [GTK] Adds dependency on GnuTLS 3.0+ for the implementation of subtle crypto algorithms
361 https://bugs.webkit.org/show_bug.cgi?id=133317
363 GnuTLS is already an indirect dependency through libsoup -> glib-networking.
365 Reviewed by Philippe Normand.
367 No new tests since no new functionality has been added.
369 * Source/cmake/OptionsGTK.cmake: Adds search for required GnuTLS package
371 2014-08-11 Commit Queue <commit-queue@webkit.org>
373 Unreviewed, rolling out r172393.
374 https://bugs.webkit.org/show_bug.cgi?id=135796
376 discussion needed about GnuTLS version bump on the bots
377 (Requested by philn on #webkit).
381 https://bugs.webkit.org/show_bug.cgi?id=133317
382 http://trac.webkit.org/changeset/172393
384 2014-08-11 Eduardo Lima Mitev <elima@igalia.com>
385 [GTK] Adds dependency on GnuTLS 3.0+ for the implementation of subtle crypto algorithms
386 https://bugs.webkit.org/show_bug.cgi?id=133317
388 GnuTLS is already an indirect dependency through libsoup -> glib-networking.
390 Reviewed by Philippe Normand.
392 No new tests since no new functionality has been added.
394 * Source/cmake/OptionsGTK.cmake: Adds search for required GnuTLS package
396 2014-08-11 Eduardo Lima Mitev <elima@igalia.com>
398 [GTK] Adds stubs for all subtle crypto algorithm implemntations
399 https://bugs.webkit.org/show_bug.cgi?id=133316
401 Reviewed by Philippe Normand.
403 * Source/cmake/OptionsGTK.cmake: Add ENABLE_SUBTLE_CRYPTO option
404 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_SUBTLE_CRYPTO option
405 * Source/cmakeconfig.h.cmake: Define ENABLE_SUBTLE_CRYPTO
407 2014-08-11 Carlos Garcia Campos <cgarcia@igalia.com>
409 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.5.2 release.
411 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
413 2014-08-10 Carlos Garcia Campos <cgarcia@igalia.com>
415 [GTK] REGRESSION(r166239): The ld version script is not being used
416 https://bugs.webkit.org/show_bug.cgi?id=135694
418 Reviewed by Martin Robinson.
420 Move the symbols filter file from Tools/gtk to Source/cmake and rename
421 it as gtksymbols.filter. Also updated it, since some of the symbols
422 exported were renamed.
424 * Source/cmake/OptionsGTK.cmake:
425 * Source/cmake/gtksymbols.filter: Renamed from Tools/gtk/symbols.filter.
427 2014-08-10 Carlos Garcia Campos <cgarcia@igalia.com>
429 [GTK] Child processes should be installed in a versioned directory
430 https://bugs.webkit.org/show_bug.cgi?id=135754
432 Reviewed by Gustavo Noronha Silva.
434 Define LIBEXEC_INSTALL_DIR as
435 ${CMAKE_INSTALL_FULL_LIBEXECDIR}/webkitgtk-${WEBKITGTK_API_VERSION}
436 so that the child processes are installed in $libexec/webkitgtk-4.0.
437 This makes it possible to install 2.6 in parallel to older versions.
439 * Source/cmake/OptionsGTK.cmake:
441 2014-08-08 Alex Christensen <achristensen@webkit.org>
443 Progress towards using CMake on Mac.
444 https://bugs.webkit.org/show_bug.cgi?id=135662
446 Reviewed by Laszlo Gombos.
449 Mavericks has a flex version of "flex 2.5.35 Apple(flex-31)" which CMake doesn't like on Mac.
450 * Source/cmake/WebKitFeatures.cmake:
451 * Source/cmakeconfig.h.cmake:
452 Added features that are needed by the Mac port.
453 * Source/cmake/OptionsMac.cmake:
454 Enable CSS_IMAGE_SET based on FeatureDefines.h.
455 Disable the FTL with CMake for now.
456 * Source/cmake/OptionsEFL.cmake:
457 * Source/cmake/OptionsGTK.cmake:
458 Enable subpixel layout to not conflict with FeatureDefines.h
460 2014-08-08 Simon Fraser <simon.fraser@apple.com>
462 Undo some erroneous changes to the Xcode scheme files from r172259.
464 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
465 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
467 2014-08-08 Zan Dobersek <zdobersek@igalia.com>
469 [CMake] Drop the required version of CMake down to 2.8.8
470 https://bugs.webkit.org/show_bug.cgi?id=135713
472 Reviewed by Alex Christensen.
474 * CMakeLists.txt: Require CMake 2.8.8.
476 2014-08-07 Benjamin Poulain <bpoulain@apple.com>
478 Get rid of INPUT_SPEECH
479 https://bugs.webkit.org/show_bug.cgi?id=135672
481 Reviewed by Andreas Kling.
483 * Source/cmake/OptionsMac.cmake:
484 * Source/cmake/WebKitFeatures.cmake:
485 * Source/cmakeconfig.h.cmake:
487 2014-08-07 Csaba Osztrogonác <ossy@webkit.org>
489 [GTK] Disable IndexedDB
490 https://bugs.webkit.org/show_bug.cgi?id=135692
492 Reviewed by Carlos Garcia Campos.
494 * Source/cmake/OptionsGTK.cmake:
496 2014-08-06 Dean Jackson <dino@apple.com>
498 ENABLE_CSS_TRANSFORMS_ANIMATIONS_UNPREFIXED is not used anywhere. Remove it.
499 https://bugs.webkit.org/show_bug.cgi?id=135675
501 Reviewed by Sam Weinig.
503 * Source/cmake/OptionsGTK.cmake:
504 * Source/cmake/OptionsMac.cmake:
505 * Source/cmake/WebKitFeatures.cmake:
506 * Source/cmakeconfig.h.cmake:
508 2014-08-06 David Farler <dfarler@apple.com>
510 Unreviewed build fix: Make includes semicolon in assignment.
512 * Makefile.shared: Remove a ;
514 2014-08-06 David Farler <dfarler@apple.com>
516 Set DSYMUTIL_NUM_THREADS to the number of logical cores
517 https://bugs.webkit.org/show_bug.cgi?id=135655
519 Reviewed by Mark Rowe.
521 * Makefile.shared: Export DSYMUTIL_NUM_THREADS.
523 2014-08-06 Carlos Garcia Campos <cgarcia@igalia.com>
525 [GTK] Be able to disable gtk2 dependency
526 https://bugs.webkit.org/show_bug.cgi?id=135505
528 Reviewed by Gustavo Noronha Silva.
530 Add ENABLE_PLUGIN_PROCESS_GTK2 compile option. GTK+2 is only
531 required when it's enabled. It's enabled by default.
533 * Source/cmake/OptionsGTK.cmake:
535 2014-08-05 Alex Christensen <achristensen@webkit.org>
538 https://bugs.webkit.org/show_bug.cgi?id=135620
540 Reviewed by Laszlo Gombos.
542 * Source/cmake/OptionsMac.cmake:
543 Use UDIS86 by default on Mac.
545 2014-08-04 Benjamin Poulain <benjamin@webkit.org>
547 Add a flag for the CSS Selectors level 4 implementation
548 https://bugs.webkit.org/show_bug.cgi?id=135535
550 Reviewed by Andreas Kling.
552 * Source/cmake/OptionsEfl.cmake:
553 * Source/cmake/OptionsGTK.cmake:
554 * Source/cmake/WebKitFeatures.cmake:
555 * Source/cmakeconfig.h.cmake:
557 2014-08-04 Alex Christensen <achristensen@webkit.org>
559 Progress towards CMake on Mac.
560 https://bugs.webkit.org/show_bug.cgi?id=135528
562 Reviewed by Gyuyoung Kim.
564 * Source/cmake/OptionsMac.cmake:
565 Made options list based on FeatureDefines.xcconfig files.
567 2014-08-04 Zan Dobersek <zdobersek@igalia.com>
569 [GTK] Windowing target support should reflect the support in the GTK+ dependency
570 https://bugs.webkit.org/show_bug.cgi?id=134736
572 Reviewed by Martin Robinson.
574 * Source/cmake/FindGTK3.cmake: Don't error out if the GTK+ dependency doesn't
575 support the X11 or Wayland windowing targets -- instead, if there's no support
576 the specific target is disabled, and an error is thrown only if neither of the
577 backends is enabled at the end..
578 For now the X11 target remains enabled by default, and the Wayland target is
579 kept disabled. Once it's possible to have both targets enabled at runtime in
580 WebKit, the Wayland target will be enabled as well and we'll leave it to the
581 GTK+ dependency to determine which targets can be enabled.
583 2014-08-04 Zan Dobersek <zdobersek@igalia.com>
585 [CMake] Add FindWayland.cmake
586 https://bugs.webkit.org/show_bug.cgi?id=135540
588 Reviewed by Martin Robinson.
590 * Source/cmake/FindWayland.cmake: Added. Enables finding the Wayland
591 dependency. For now bundles the wayland-client, wayland-server and
592 wayland-egl pkg-config targets into one dependency, but these could
593 be split in the future if necessary.
595 2014-08-03 Ryuan Choi <ryuan.choi@samsung.com>
597 [EFL] Move DATA_INSTALL_DIR to ewebkit2-0
598 https://bugs.webkit.org/show_bug.cgi?id=135553
600 Reviewed by Gyuyoung Kim.
602 Since WebKit1/Efl is dropped, we don't need to use ewebkit-1 and ewebkit2-1.
603 And removed WebKit_OUTPUT_NAME variable which is not used anymore on the EFL port.
605 * Source/cmake/OptionsEfl.cmake:
607 2014-08-01 Bear Travis <betravis@adobe.com>
609 [Feature Queries] Enable Feature Queries on EFL/GTK
610 https://bugs.webkit.org/show_bug.cgi?id=134902
612 Reviewed by Benjamin Poulain.
614 Enable CSS Feature Queries by default on the EFL and GTK
617 * Source/cmake/OptionsEfl.cmake:
618 * Source/cmake/OptionsGTK.cmake:
620 2014-08-01 Alex Christensen <achristensen@webkit.org>
622 Progress towards cmake on Windows.
623 https://bugs.webkit.org/show_bug.cgi?id=135484
625 Reviewed by Martin Robinson.
628 Added Mac to list of ports, even though it is not done yet.
629 Changed minimum bison version to version installed on Macs.
630 * Source/cmake/OptionsAppleWin.cmake:
631 Added some definitions.
632 * Source/cmake/OptionsEfl.cmake:
633 * Source/cmake/OptionsGTK.cmake:
634 Set WTF_LIBRARY_TYPE to STATIC to not change WTF linking on EFL or GTK ports.
635 * Source/cmake/OptionsMac.cmake: Added blank for now.
636 * Source/cmake/OptionsWinCairo.cmake:
637 * Source/cmake/OptionsWindows.cmake:
638 Added some definitions.
639 Removed /WX (warnings treated as error while compiling).
640 Copied warnings to ignore from WebKitLibraries/win/tools/vsprops/common.props.
642 2014-08-01 Carlos Garcia Campos <cgarcia@igalia.com>
644 [CMake] GTK and EFL are using PROJECT_VERSION_PATCH to define the micro version
645 https://bugs.webkit.org/show_bug.cgi?id=135501
647 Reviewed by Gyuyoung Kim.
649 Use PROJECT_VERSION_MICRO instead.
651 * Source/cmake/OptionsEfl.cmake:
652 * Source/cmake/OptionsGTK.cmake:
653 * Source/cmake/WebKitHelpers.cmake:
655 2014-07-31 Ryuan Choi <ryuan.choi@samsung.com>
657 [EFL] Bump ewebkit version to 1.11
658 https://bugs.webkit.org/show_bug.cgi?id=135487
660 Reviewed by Gyuyoung Kim.
662 * Source/cmake/OptionsEfl.cmake: Bump version numbers.
664 2014-07-31 Carlos Alberto Lopez Perez <clopez@igalia.com>
666 [EFL] Add support for building with Geoclue2.
667 https://bugs.webkit.org/show_bug.cgi?id=135455
669 Reviewed by Gyuyoung Kim.
671 * Source/cmake/OptionsEfl.cmake: Add gio-unix if ENABLE_GEOLOCATION
674 2014-07-31 Carlos Garcia Campos <cgarcia@igalia.com>
676 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.5.1 release.
678 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
680 2014-07-31 Carlos Garcia Campos <cgarcia@igalia.com>
682 [GTK] Bump binary version for 2.6
683 https://bugs.webkit.org/show_bug.cgi?id=133724
685 Reviewed by Philippe Normand.
687 * Source/cmake/OptionsGTK.cmake: Bump binary version to 4.0 and
688 update library version numbers.
690 2014-07-30 Zan Dobersek <zdobersek@igalia.com>
692 [CMake] Bump the minimum required version
693 https://bugs.webkit.org/show_bug.cgi?id=135382
695 Reviewed by Gyuyoung Kim.
697 * CMakeLists.txt: Bump the minimum required version to 2.8.11 after
698 we introduced usage of target_include_directories().
700 2014-07-29 Hunseop Jeong <hs85.jeong@samsung.com>
702 [EFL][GTK] Remove ACCELERATED_COMPOSITING compile flag
703 https://bugs.webkit.org/show_bug.cgi?id=135376
705 Reviewed by Gyuyoung Kim.
707 ACCELERATED_COMPOSITING was changed to the mandatory code after r163079.
709 * Source/cmake/OptionsEfl.cmake:
710 * Source/cmake/OptionsGTK.cmake:
712 2014-07-25 Michael Catanzaro <mcatanzaro@igalia.com>
714 [GTK] CMake tries to install JavaScriptCore-3.0.gir outside of install prefix
715 https://bugs.webkit.org/show_bug.cgi?id=135288
717 Reviewed by Martin Robinson.
719 * Source/cmake/FindGObjectIntrospection.cmake: pass correct libdir and
721 * Source/cmake/OptionsGTK.cmake: define install directories early
722 enough to be used in FindGObjectIntrospection.cmake
724 2014-07-23 Bem Jones-Bey <bjonesbe@adobe.com>
726 Remove CSS_EXCLUSIONS compile flag and leftover code
727 https://bugs.webkit.org/show_bug.cgi?id=135175
729 Reviewed by Zoltan Horvath.
731 At this point, the CSS_EXCLUSIONS flag guards nothing but some useless
732 stubs. This removes the flag and the useless code.
734 * Source/cmake/WebKitFeatures.cmake:
735 * Source/cmakeconfig.h.cmake:
737 2014-07-22 Adrian Perez de Castro <aperez@igalia.com>
739 [GStreamer] [GTK] WebKit does not build with GStreamer 1.4
740 https://bugs.webkit.org/show_bug.cgi?id=135114
742 Fix build with GStreamer 1.4
744 Reviewed by Philippe Normand.
746 * Source/cmake/FindGStreamer.cmake: Check version 1.4.0 for the
747 gst-mpegts component instead of the unstable 1.3.x verstions.
749 2014-07-21 Carlos Garcia Campos <cgarcia@igalia.com>
751 [GTK] Simplify make-dist command line arguments
752 https://bugs.webkit.org/show_bug.cgi?id=134832
754 Reviewed by Martin Robinson.
756 * Source/PlatformGTK.cmake: Use --version instead of
757 --tarball-root when running make-dist.py.
759 2014-07-18 Jon Honeycutt <jhoneycutt@apple.com>
761 Add a manual test for r135044
763 <https://bugs.webkit.org/show_bug.cgi?id=135044>
765 Rubber-stamped by Andy Estes.
767 * ManualTests/ios/typing-in-field-that-clears-on-keyup.html: Added.
769 2014-07-18 Dana Burkart <dburkart@apple.com>
771 Add a new 'analyze' target to the makefile. This will make use of a new
772 'PATH_TO_SCAN_BUILD' which, if set will wrap xcodebuild in the clang
774 https://bugs.webkit.org/show_bug.cgi?id=135057
775 <rdar://problem/10193187>
777 Reviewed by David Kilzer.
783 2014-07-15 Ryuan Choi <ryuan.choi@samsung.com>
785 [CMAKE] ENABLE_ENCRYPTED_MEDIA_V2 should depend on ENABLE_VIDEO
786 https://bugs.webkit.org/show_bug.cgi?id=134963
788 Reviewed by Gyuyoung Kim.
790 ENCRYPTED_MEDIA_V2 requires VIDEO enabled.
792 * Source/cmake/WebKitFeatures.cmake: Added the dependency for ENABLE_ENCRYPTED_MEDIA_V2.
794 2014-07-14 Daniel Bates <dabates@apple.com>
796 [iOS] Add tests to ensure CSS :active and :hover are applied when processing touch events
797 https://bugs.webkit.org/show_bug.cgi?id=134905
798 <rdar://problem/16602779>
800 Reviewed by Simon Fraser.
802 Add a manual test to ensure that styles for CSS pseudo-class :hover aren't temporarily cleared
803 on the tapped element when processing a touchend as a result of finger pressing and releasing
804 on the same element that is initially positioned outside the visible content area.
806 * ManualTests/ios/touchstart-touchend-on-same-element-should-not-clear-hover.html: Added.
808 2014-07-11 Carlos Garcia Campos <cgarcia@igalia.com>
810 [GTK] Enable VIDEO_TRACK by default
811 https://bugs.webkit.org/show_bug.cgi?id=134801
813 Reviewed by Philippe Normand.
815 * Source/cmake/OptionsGTK.cmake:
817 2014-07-10 Carlos Garcia Campos <cgarcia@igalia.com>
819 [GTK][CMake] Add a 'distcheck' target
820 https://bugs.webkit.org/show_bug.cgi?id=130675
822 Reviewed by Gustavo Noronha Silva.
824 * Source/PlatformGTK.cmake: Add distcheck target.
826 2014-07-10 Carlos Garcia Campos <cgarcia@igalia.com>
828 [GTK] Use the same default options for production builds that previous stable releases
829 https://bugs.webkit.org/show_bug.cgi?id=134589
831 Reviewed by Martin Robinson.
833 Change the default value of some features to match our stable releases.
834 Add FindCairoGL to find cairo-gl libraries and make accelearetd 2D
835 canvas depend on whether cairo-gl is found.
837 * Source/cmake/FindCairoGL.cmake: Added.
838 * Source/cmake/OptionsGTK.cmake:
840 2014-07-08 Sun-woo Nam <sunny.nam@samsung.com>
842 [EFL] Support Encrypted Media Extensions.
843 https://bugs.webkit.org/show_bug.cgi?id=134750
845 Reviewed by Gyuyoung Kim.
847 Webkit needs to play encrypted media contents when media player
848 is played by Media source extensions and normal video procedure.
850 * Source/cmake/OptionsEfl.cmake: Turn on ENABLE_ENCRYPTED_MEDIA_V2
852 2014-07-08 Alex Christensen <achristensen@webkit.org>
854 Steps towards CMake on Windows.
855 https://bugs.webkit.org/show_bug.cgi?id=134716
857 Reviewed by Martin Robinson.
860 Added AppleWin and WinCairo to list of CMake ports.
861 * Source/cmake/OptionsAppleWin.cmake: Added.
862 * Source/cmake/OptionsWinCairo.cmake: Added.
863 * Source/cmake/OptionsWindows.cmake:
864 Windows needs to use the system malloc. Other options to come.
866 2014-07-04 Gyuyoung Kim <gyuyoung.kim@samsung.com>
868 [EFL] Support Geolocation
869 https://bugs.webkit.org/show_bug.cgi?id=134439
871 Reviewed by Antonio Gomes.
873 * Source/cmake/OptionsEfl.cmake: Turn on ENABLE_GEOLOCATION.
875 2014-07-03 Ryuan Choi <ryuan.choi@samsung.com>
877 Broken build with build-webkit --no-video
878 https://bugs.webkit.org/show_bug.cgi?id=134587
880 Reviewed by Darin Adler.
882 MEDIA_CONTROLS_SCRIPT requires VIDEO enabled.
884 * Source/cmake/WebKitFeatures.cmake: Added the dependency for ENABLE_MEDIA_CONTROLS_SCRIPT.
886 2014-07-03 Carlos Garcia Campos <cgarcia@igalia.com>
888 [GTK] The list of features shown by cmake is not accurate
889 https://bugs.webkit.org/show_bug.cgi?id=134588
891 Reviewed by Gustavo Noronha Silva.
893 The problem is that some options might change after the feature
894 list has been printed.
896 * Source/cmake/OptionsGTK.cmake: Find package dependencies before
897 setting the default values of features and set WEBGL value
898 depending on the dependencies, and API_TEST depending on whether
899 developer mode is enabled or not.
901 2014-07-03 Ryuan Choi <ryuan.choi@samsung.com>
903 [CMAKE] Add WEBKIT_OPTION_DEPEND macro to resolve macro dependency
904 https://bugs.webkit.org/show_bug.cgi?id=134578
906 Reviewed by Gyuyoung Kim.
908 Some options depend on another option such as ENABLE_VIDEO_TRACK and ENABLE_VIDEO.
909 This patch adds WEBKIT_OPTION_DEPEND to check the depending option and
910 disable related option if it is not ON.
912 * Source/cmake/OptionsEfl.cmake: Removed hack for option dependency.
913 * Source/cmake/OptionsGTK.cmake: Ditto.
914 * Source/cmake/WebKitFeatures.cmake: Added WEBKIT_OPTION_DEPEND macro.
916 2014-07-02 Carlos Garcia Campos <cgarcia@igalia.com>
918 [GTK] make dist is broken
919 https://bugs.webkit.org/show_bug.cgi?id=134542
921 Reviewed by Martin Robinson.
923 * Source/PlatformGTK.cmake: Remove ENABLE_WEBKIT check.
925 2014-07-01 Zan Dobersek <zdobersek@igalia.com>
927 [CMake] Add necessary support for building for the Wayland target
928 https://bugs.webkit.org/show_bug.cgi?id=134160
930 Reviewed by Darin Adler.
932 * Source/cmake/FindGTK3.cmake: Check for the gtk+-x11-3.0 package if the X11 target
933 is enabled, and that its version matches the version of the generic package. Same
934 for the gtk+-wayland-3.0 package and the Wayland target.
935 * Source/cmake/OptionsCommon.cmake: Don't add the -DXP_UNIX definition here.
936 * Source/cmake/OptionsEfl.cmake: Add -DXP_UNIX here for the EFL port, under the same
937 condition as in OptionsCommon.cmake. ENABLE_X11_TARGET is enabled by default for EFL
938 so they keep building the TestNetscapePlugin target.
939 * Source/cmake/OptionsGTK.cmake: Enable the X11 target and disable the Wayland target
940 by default. Group all the X11-specific macro definitions (WTF_PLATFORM_X11, MOZ_X11,
941 XP_UNIX) and only add them if the X11 target is enabled. Similar goes for the Wayland
942 target and WTF_PLATFORM_WAYLAND. The Wayland target requires GTK+ 3.12.0, so that's
943 the minimum required version as soon as that target is enabled. Only search for GLX
944 if the X11 target is enabled.
946 2014-06-29 Yoav Weiss <yoav@yoav.ws>
948 Add support for HTMLImageElement's sizes attribute
949 https://bugs.webkit.org/show_bug.cgi?id=133620
951 Reviewed by Dean Jackson.
953 Added an ENABLE_PICTURE_SIZES compile flag.
955 * Source/cmake/WebKitFeatures.cmake:
956 * Source/cmakeconfig.h.cmake:
958 2014-06-26 Daniel Bates <dabates@apple.com>
960 [iOS][WK2] Distant focusable element may not be scrolled into view when focused using keyboard
961 https://bugs.webkit.org/show_bug.cgi?id=134309
962 <rdar://problem/17427385>
964 Reviewed by Darin Adler.
966 Add a manual test to ensure that we scroll to a distant focused text field when it's focused
969 * ManualTests/ios/scroll-to-distant-keyboard-focused-text-field.html: Added.
971 2014-06-25 Laszlo Gombos <l.gombos@samsung.com>
973 Remove build guard for progress element
974 https://bugs.webkit.org/show_bug.cgi?id=134292
976 Reviewed by Benjamin Poulain.
978 The build flag is no longer needed as it is always on.
980 * Source/cmake/WebKitFeatures.cmake:
981 * Source/cmakeconfig.h.cmake:
983 2014-06-23 Krzysztof Czech <k.czech@samsung.com>
985 [EFL] Platform support for WebSpeech feature.
986 https://bugs.webkit.org/show_bug.cgi?id=116438
988 Reviewed by Csaba Osztrogonác.
990 Add ENABLE_SPEECH_SYNTHESIS flag to have Speech Synthesis in EFL.
992 * Source/cmake/OptionsEfl.cmake:
993 * Source/cmake/WebKitFeatures.cmake:
995 2014-06-23 Philippe Normand <pnormand@igalia.com>
997 Unreviewed, GTK build fix after r170266.
999 * Source/cmake/OptionsGTK.cmake: Geoclue also requires gio-unix.
1001 2014-06-22 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1003 Disable gamepad feature on EFL and GTK ports by default
1004 https://bugs.webkit.org/show_bug.cgi?id=134169
1006 Reviewed by Brady Eidson.
1008 * Source/cmake/OptionsEfl.cmake: Disable ENABLE_GAMEPAD_DEPRECATED.
1010 2014-06-21 Brady Eidson <beidson@apple.com>
1012 Gamepad API - Deprecate the existing implementation
1013 https://bugs.webkit.org/show_bug.cgi?id=134108
1015 Reviewed by Timothy Hatcher.
1017 -Add new "GAMEPAD_DEPRECATED" build flag, moving the existing implementation to use it
1018 -Add the "Deprecated" suffix to some implementation files
1020 * Source/cmake/OptionsEfl.cmake:
1021 * Source/cmake/OptionsGTK.cmake:
1022 * Source/cmake/WebKitFeatures.cmake:
1023 * Source/cmakeconfig.h.cmake:
1025 2014-06-21 Commit Queue <commit-queue@webkit.org>
1027 Unreviewed, rolling out r170244.
1028 https://bugs.webkit.org/show_bug.cgi?id=134157
1030 GTK/EFL bindings generator works differently, making this
1031 patch not work there. Will fix entire patch after a rollout.
1032 (Requested by bradee-oh on #webkit).
1036 "Gamepad API - Deprecate the existing implementation"
1037 https://bugs.webkit.org/show_bug.cgi?id=134108
1038 http://trac.webkit.org/changeset/170244
1040 2014-06-21 Brady Eidson <beidson@apple.com>
1042 Gamepad API - Deprecate the existing implementation
1043 https://bugs.webkit.org/show_bug.cgi?id=134108
1045 Reviewed by Timothy Hatcher.
1047 -Add new "GAMEPAD_DEPRECATED" build flag, moving the existing implementation to use it
1048 -Add the "Deprecated" suffix to some implementation files
1050 * Source/cmake/OptionsEfl.cmake:
1051 * Source/cmake/OptionsGTK.cmake:
1052 * Source/cmake/WebKitFeatures.cmake:
1053 * Source/cmakeconfig.h.cmake:
1055 2014-06-21 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
1057 Removing PAGE_VISIBILITY_API compile guard.
1058 https://bugs.webkit.org/show_bug.cgi?id=133844
1060 Reviewed by Gavin Barraclough.
1062 * Source/cmake/OptionsEfl.cmake:
1063 * Source/cmake/OptionsGTK.cmake:
1064 * Source/cmake/WebKitFeatures.cmake:
1065 * Source/cmakeconfig.h.cmake:
1067 2014-06-19 Ryuan Choi <ryuan.choi@samsung.com>
1069 [EFL][CMAKE] Disable WebKit1 build as a default
1070 https://bugs.webkit.org/show_bug.cgi?id=134093
1072 Reviewed by Gyuyoung Kim.
1074 Disable WebKit1 build and enable WebKit2 build for the EFL port.
1076 * Source/cmake/OptionsEfl.cmake:
1078 2014-06-19 Dániel Bátyai <dbatyai.u-szeged@partner.samsung.com>
1080 Remove ENABLE(LLINT) and ENABLE(LLINT_C_LOOP) guards
1081 https://bugs.webkit.org/show_bug.cgi?id=130389
1083 Reviewed by Mark Lam.
1085 Removed ENABLE(LLINT) since we always build with it, and changed ENABLE(LLINT_C_LOOP)
1086 into !ENABLE(JIT) since they are mutually exclusive.
1088 * Source/cmake/OptionsEfl.cmake:
1089 * Source/cmake/OptionsGTK.cmake:
1090 * Source/cmake/WebKitFeatures.cmake:
1091 * Source/cmakeconfig.h.cmake:
1093 2014-06-17 Zan Dobersek <zdobersek@igalia.com>
1095 Remove the USE_GTK2=1 branch in OptionsGTK.cmake. This used to determine
1096 GTK+ and GDK libraries and include directories for the GTK+ 2 dependency,
1097 but we now only support GTK+ 3. The GTK+ 2 dependency is still required
1098 by the plugin process, but it is searched and utilized separately.
1100 Rubber-stamped by Carlos Garcia Campos.
1102 * Source/cmake/OptionsGTK.cmake:
1104 2014-06-16 Commit Queue <commit-queue@webkit.org>
1106 Unreviewed, rolling out r170003.
1107 https://bugs.webkit.org/show_bug.cgi?id=133938
1109 This patch broke GTK build (Requested by kczech on #webkit).
1113 "[EFL] Platform support for WebSpeech feature."
1114 https://bugs.webkit.org/show_bug.cgi?id=116438
1115 http://trac.webkit.org/changeset/170003
1117 2014-06-16 Krzysztof Czech <k.czech@samsung.com>
1119 [EFL] Platform support for WebSpeech feature.
1120 https://bugs.webkit.org/show_bug.cgi?id=116438
1122 Reviewed by Gyuyoung Kim.
1124 Add ENABLE_SPEECH_SYNTHESIS flag to have Speech Synthesis in EFL.
1126 * Source/cmake/OptionsEfl.cmake:
1127 * Source/cmake/WebKitFeatures.cmake:
1129 2014-06-14 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1131 [EFL] Remove duplicated compiler flag
1132 https://bugs.webkit.org/show_bug.cgi?id=133838
1134 Reviewed by Anders Carlsson.
1136 In r169798, literal-suffix was added for EFL port in order to fix build break. However,
1137 it added to common compiler options. So, it is duplicated.
1139 * Source/cmake/WebKitHelpers.cmake:
1141 2014-06-11 Commit Queue <commit-queue@webkit.org>
1143 Unreviewed, rolling out r169877.
1144 https://bugs.webkit.org/show_bug.cgi?id=133784
1146 rollout wrong build fix approach for EFL port (Requested by
1147 gyuyoung on #webkit).
1151 "Unreviewed, EFL build fix since r169869."
1152 http://trac.webkit.org/changeset/169877
1154 2014-06-11 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1156 Unreviewed, EFL build fix since r169869.
1158 Additionally literal-suffix is removed in EFL compile flag, because it is duplicated.
1160 * Source/cmake/WebKitHelpers.cmake: Treat undef error as build warning.
1162 2014-06-11 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1164 Unreviewed, EFL build fix. Treat literal-suffix error as build warning.
1166 * Source/cmake/WebKitHelpers.cmake:
1168 2014-05-28 Carlos Garcia Campos <cgarcia@igalia.com>
1170 [GTK] Make it possible to build with FTL enabled
1171 https://bugs.webkit.org/show_bug.cgi?id=133219
1173 Reviewed by Philippe Normand.
1175 Add LLVM and LIBCXXABI as dependencies when building with FTL enabled.
1177 * Source/cmake/OptionsGTK.cmake:
1179 2014-05-28 Jaehun Lim <ljaehun.lim@samsung.com>
1181 [CMake] Clean up FAST_MOBILE_SCROLLING
1182 https://bugs.webkit.org/show_bug.cgi?id=133342
1184 Reviewed by Gyuyoung Kim.
1186 FAST_MOBILE_SCROLLING was removed in r168726.
1188 * Source/cmake/OptionsEfl.cmake:
1189 * Source/cmake/OptionsGTK.cmake:
1190 * Source/cmake/WebKitFeatures.cmake:
1191 * Source/cmakeconfig.h.cmake:
1193 2014-05-27 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
1196 https://bugs.webkit.org/show_bug.cgi?id=132863
1198 Reviewed by Csaba Osztrogonác.
1200 * Source/cmake/OptionsEfl.cmake:
1201 * Source/cmake/OptionsGTK.cmake:
1202 * Source/cmake/WebKitFeatures.cmake:
1203 * Source/cmakeconfig.h.cmake:
1205 2014-05-27 Zsolt Borbely <zsborbely.u-szeged@partner.samsung.com>
1207 Allow building CMake based ports with WEB_REPLAY
1208 https://bugs.webkit.org/show_bug.cgi?id=133154
1210 Reviewed by Csaba Osztrogonác.
1212 * Source/cmake/WebKitFeatures.cmake:
1213 * Source/cmakeconfig.h.cmake:
1215 2014-05-21 Zsolt Borbely <zsborbely.u-szeged@partner.samsung.com>
1217 [EFL] Add include path of compact_unwind_encoding.h if FTL JIT is enabled
1218 https://bugs.webkit.org/show_bug.cgi?id=132907
1220 Reviewed by Gyuyoung Kim.
1222 * Source/cmake/FindLIBCXXABI.cmake: Added.
1223 * Source/cmake/OptionsEfl.cmake:
1225 2014-05-21 Michał Pakuła vel Rutka <m.pakula@samsung.com>
1227 [EFL] Turn on ENABLE_CSS_FILTERS
1228 https://bugs.webkit.org/show_bug.cgi?id=133153
1230 Reviewed by Gyuyoung Kim.
1232 * Source/cmake/OptionsEfl.cmake: Enable CSS_FILTERS as default option value.
1234 2014-05-16 Martin Robinson <mrobinson@igalia.com>
1236 [CMake] Improve handling of LIB_INSTALL_DIR, EXEC_INSTALL_DIR, and LIBEXEC_INSTALL_DIR
1237 https://bugs.webkit.org/show_bug.cgi?id=132819
1239 Reviewed by Carlos Garcia Campos.
1241 * CMakeLists.txt: Hard-code CMAKE_ARCHIVE_OUTPUT_DIRECTORY etc, so that we can accept absolute paths for LIB_INSTALL_DIR
1243 * Source/cmake/OptionsCommon.cmake: Get rid of LIB_SUFFIX and try to make all path variables absolute. Also set
1244 CMAKE_ARCHIVE_OUTPUT_DIRECTORY, etc using the last path component of LIB_INSTALL_DIR, etc, so that absolute paths
1246 * Source/cmake/OptionsGTK.cmake: Ditto. Also get rid of all pkg-config specific variables.
1248 2014-05-20 Gustavo Noronha Silva <gns@gnome.org>
1250 [CMake] Support building with Debug Fission
1251 https://bugs.webkit.org/show_bug.cgi?id=131177
1253 Reviewed by Philippe Normand.
1255 * Source/cmake/OptionsCommon.cmake: add a DEBUG_FISSION option to enable usage
1256 of http://gcc.gnu.org/wiki/DebugFission.
1258 2014-05-20 Carlos Garcia Campos <cgarcia@igalia.com>
1260 [GTK] Rename translation domain as WebKit2GTK-3.0
1261 https://bugs.webkit.org/show_bug.cgi?id=132953
1263 Reviewed by Gustavo Noronha Silva.
1265 * Source/cmake/OptionsGTK.cmake:
1267 2014-05-18 Rik Cabanier <cabanier@adobe.com>
1269 support for navigator.hardwareConcurrency
1270 https://bugs.webkit.org/show_bug.cgi?id=132588
1272 Reviewed by Filip Pizlo.
1274 * Source/cmake/OptionsEfl.cmake:
1275 * Source/cmake/OptionsGTK.cmake:
1276 * Source/cmake/WebKitFeatures.cmake:
1277 * Source/cmakeconfig.h.cmake:
1279 2014-05-14 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
1281 Remove CSS_STICKY_POSITION guards
1282 https://bugs.webkit.org/show_bug.cgi?id=132676
1284 Reviewed by Simon Fraser.
1286 * Source/cmake/OptionsEfl.cmake:
1287 * Source/cmake/OptionsGTK.cmake:
1288 * Source/cmake/WebKitFeatures.cmake:
1289 * Source/cmakeconfig.h.cmake:
1291 2014-05-12 Carlos Garcia Campos <cgarcia@igalia.com>
1293 Unreviewed. Bump version numbers.
1295 * Source/cmake/OptionsGTK.cmake:
1297 2014-05-10 Martin Robinson <mrobinson@igalia.com>
1299 [GTK][CMake] Unable to do make install
1300 https://bugs.webkit.org/show_bug.cgi?id=130188
1302 Reviewed by Carlos Garcia Campos.
1304 Only try to install the HTML documentation if the build is configured to generate it via
1305 the new ENABLE_GTKDOC option. We cannot conditionally install something, so this allows us
1306 to keep the HTML documentation directory as an installation source.
1308 * Source/PlatformGTK.cmake: The gtkdoc target now always builds HTML documentation, but
1309 is only added to the default target when ENABLE_GTKDOC is turned on. gtkdoc-no-html is
1310 now only added to the default target when DEVELOPER_MODE is true and ENABLE_GTKDOC is
1311 false. When both ENABLE_GTKDOC and DEVELOPER_MODE are false, documentation isn't built at all.
1312 * Source/cmake/OptionsGTK.cmake: Add an ENABLE_GTKDOC option to the build.
1314 2014-05-09 Anders Carlsson <andersca@apple.com>
1316 Rename WebKit2.framework to WebKit.framework
1317 https://bugs.webkit.org/show_bug.cgi?id=132743
1318 <rdar://problem/15920046>
1320 Reviewed by Dan Bernstein.
1323 Build WebKit.xcodeproj before WebKit2.xcodeproj.
1325 * WebKit.xcworkspace/xcshareddata/xcschemes/:
1328 2014-05-06 David Kilzer <ddkilzer@apple.com>
1330 Add Makefile targets for copying static libraries (LLVM and WKSI)
1331 <http://webkit.org/b/132619>
1333 Reviewed by Mark Rowe.
1336 (MODULES): Add WebKitLibraries.
1338 2014-05-06 Commit Queue <commit-queue@webkit.org>
1340 Unreviewed, rolling out r168304.
1341 https://bugs.webkit.org/show_bug.cgi?id=132607
1343 Broke the build (Requested by KaL on #webkit).
1347 "[GTK][CMake] Unable to do make install"
1348 https://bugs.webkit.org/show_bug.cgi?id=130188
1349 http://trac.webkit.org/changeset/168304
1351 2014-05-05 Martin Robinson <mrobinson@igalia.com>
1353 [GTK][CMake] Unable to do make install
1354 https://bugs.webkit.org/show_bug.cgi?id=130188
1356 Reviewed by Carlos Garcia Campos.
1358 Only try to install the HTML documentation if the build is configured to generate it via
1359 the new ENABLE_GTKDOC option. We cannot conditionally install something, so this allows us
1360 to keep the HTML documentation directory as an installation source.
1362 * Source/PlatformGTK.cmake: The gtkdoc target now always builds HTML documentation, but
1363 is only added to the default target when ENABLE_GTKDOC is turned on. gtkdoc-no-html is
1364 never added to the default target, but will be triggered by build-webkit, so that
1365 when ENABLE_GTKDOC is off and build-webkit isn't used, documentation isn't built at all.
1366 * Source/cmake/OptionsGTK.cmake: Add an ENABLE_GTKDOC option to the build.
1368 2014-05-03 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
1370 [CMake] Define SHOULD_INSTALL_JS_SHELL before including ports Options files.
1371 https://bugs.webkit.org/show_bug.cgi?id=132525
1373 Reviewed by Martin Robinson.
1375 * CMakeLists.txt: If OPTION() is called after Options${PORT}.cmake is included, it will
1376 override whatever value a port may have set for it. The GTK+ port, for example, tries to set
1377 it to SHOULD_INSTALL_JS_SHELL to ON by default, even though it did not happen before.
1379 2014-05-01 David Kilzer <ddkilzer@apple.com>
1381 Really remove ENABLE_PLUGIN_PROXY_FOR_VIDEO
1382 <http://webkit.org/b/132432>
1384 Reviewed by Tim Horton.
1386 * Source/cmake/WebKitFeatures.cmake:
1387 * Source/cmakeconfig.h.cmake:
1388 - Remove ENABLE_PLUGIN_PROXY_FOR_VIDEO as build option.
1390 2014-04-30 Simon Fraser <simon.fraser@apple.com>
1392 Make sure the "All" targets build WebKitLegacy, rather than WebKit.
1394 Reviewed by Dan Bernstein/Anders Carlsson.
1396 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
1397 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
1399 2014-04-30 Simon Fraser <simon.fraser@apple.com>
1401 Let Xcode have its way with the WebKit workspace.
1403 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
1404 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
1406 2014-04-29 Martin Robinson <mrobinson@igalia.com>
1408 [GTK] Make it easier to run CMake for downstreams
1409 https://bugs.webkit.org/show_bug.cgi?id=132370
1411 Reviewed by Carlos Garcia Campos.
1413 * Source/cmake/OptionsGTK.cmake: Turn PRODUCTION_MODE into DEVELOPER_MODE.
1415 2014-04-27 Joonghun Park <jh718.park@samsung.com>
1417 [EFL] Remove indexedDB's dependency on leveldb and disable indexedDB
1418 https://bugs.webkit.org/show_bug.cgi?id=132176
1420 Reviewed by Gyuyoung Kim.
1422 EFL port will use sqlite to support indexedDB. So, this patch removes levelDB dependency for now.
1424 * Source/cmake/OptionsEfl.cmake:
1426 2014-04-22 Alex Christensen <achristensen@webkit.org>
1428 Removed old stdbool and inttypes headers.
1429 https://bugs.webkit.org/show_bug.cgi?id=131966
1431 Reviewed by Brent Fulgham.
1433 * Source/cmake/OptionsWindows.cmake:
1434 * Source/cmake/WebKitPackaging.cmake:
1435 Removed references to os-win32 directory.
1437 2014-04-22 Zan Dobersek <zdobersek@igalia.com>
1439 Fix a typo in WebKitFeatures.cmake -- INITALVALUE -> INITIALVALUE.
1441 Rubber-stamped by Carlos Garcia Campos.
1443 * Source/cmake/WebKitFeatures.cmake:
1445 2014-04-18 Jon Honeycutt <jhoneycutt@apple.com>
1447 Empty RenderInline objects should not be line break objects.
1449 https://bugs.webkit.org/show_bug.cgi?id=131861
1450 <rdar://problem/15663617>
1452 Reviewed by David Hyatt.
1454 * ManualTests/empty-inline-as-line-break-position.html: Added.
1455 This issue wouldn't reproduce in WebKitTestRunner.
1457 2014-04-19 Brent Fulgham <bfulgham@apple.com>
1459 Revert unintended workspace change in my last commit.
1461 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme: Set the
1462 Scheme type back to Debug.
1464 2014-04-18 Philippe Normand <pnormand@igalia.com>
1466 Remove NETWORK_INFO support
1467 https://bugs.webkit.org/show_bug.cgi?id=131841
1469 Reviewed by Gyuyoung Kim.
1471 * Source/cmake/OptionsEfl.cmake:
1472 * Source/cmake/OptionsGTK.cmake:
1473 * Source/cmake/WebKitFeatures.cmake:
1474 * Source/cmakeconfig.h.cmake:
1476 2014-04-17 Darin Adler <darin@apple.com>
1478 Try to fix EFL and GTK builds.
1480 * Source/cmake/OptionsEfl.cmake: Add INDEXED_DATABASE_IN_WORKERS.
1481 * Source/cmake/OptionsGTK.cmake: Ditto.
1482 * Source/cmakeconfig.h.cmake: Ditto.
1484 2014-04-16 Brendan Long <b.long@cablelabs.com>
1486 [GTK][CMAKE] build-webkit doesn't detect when the build fails
1487 https://bugs.webkit.org/show_bug.cgi?id=130148
1489 Reviewed by Martin Robinson.
1491 * 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.
1493 2014-04-16 Carlos Garcia Campos <cgarcia@igalia.com>
1495 REGRESSION(r166779): [GTK] Printing doesn't work since r166779
1496 https://bugs.webkit.org/show_bug.cgi?id=131725
1498 Reviewed by Philippe Normand.
1500 * Source/cmake/OptionsGTK.cmake: Check GTK_UNIX_PRINT_FOUND
1501 instead of GTK_UNIX_PRINTING_FOUND and set the macro
1502 HAVE_GTK_UNIX_PRINTING to 1 when found.
1504 2014-04-11 Brian J. Burg <burg@cs.washington.edu>
1506 Web Replay: memoize nondeterministic attributes of the Navigator interface
1507 https://bugs.webkit.org/show_bug.cgi?id=131340
1509 Reviewed by Timothy Hatcher.
1511 * ManualTests/inspector/replay-window-navigator-basic.html: Added.
1513 2014-04-09 Brendan Long <b.long@cablelabs.com>
1515 [GStreamer] Expose MPEG-TS metadata
1516 https://bugs.webkit.org/show_bug.cgi?id=122001
1518 Reviewed by Eric Carlson.
1520 * Source/cmake/FindGStreamer.cmake: Look for gstreamer-mpegts >= 1.3.0.
1521 * Source/cmake/OptionsEfl.cmake: Same.
1522 * Source/cmake/OptionsGTK.cmake: Same.
1524 2014-04-08 Brian J. Burg <burg@cs.washington.edu>
1526 Web Replay: memoize nondeterministic attributes of the Screen interface
1527 https://bugs.webkit.org/show_bug.cgi?id=131339
1529 Reviewed by Timothy Hatcher.
1531 * ManualTests/inspector/replay-window-screen.html: Added.
1533 2014-04-08 Martin Robinson <mrobinson@igalia.com>
1535 [GTK] Remove the WebKitGTK+ WebKit 1 code
1536 https://bugs.webkit.org/show_bug.cgi?id=131399
1538 Reviewed by Anders Carlsson.
1540 * Source/PlatformGTK.cmake: Remove WebKit1 dependency from dist target.
1541 * Source/cmake/OptionsGTK.cmake: Remove option to compile with GTK+2 or with WebKit2 disabled.
1543 2014-04-08 Dan Bernstein <mitz@apple.com>
1545 Added bmalloc to the WebKit workspace.
1546 https://bugs.webkit.org/show_bug.cgi?id=131362
1548 Reviewed by Geoff Garen.
1550 * WebKit.xcworkspace/contents.xcworkspacedata:
1551 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
1552 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
1554 2014-04-08 Geoffrey Garen <ggaren@apple.com>
1556 Build bmalloc on iOS too
1557 https://bugs.webkit.org/show_bug.cgi?id=131381
1559 Reviewed by Andreas Kling.
1561 * Source/Makefile: Build it.
1563 2014-04-07 Geoffrey Garen <ggaren@apple.com>
1565 Build bmalloc on Mac
1566 https://bugs.webkit.org/show_bug.cgi?id=131333
1568 Reviewed by Mark Rowe.
1571 * WebKitBuild: Added.
1572 * WebKitBuild/Debug: Added.
1574 2014-04-07 Ryuan Choi <ryuan.choi@samsung.com>
1576 [EFL] Turn on ENABLE_MEDIA_CONTROLS_SCRIPT
1577 https://bugs.webkit.org/show_bug.cgi?id=131257
1579 Reviewed by Gyuyoung Kim.
1581 * Source/cmake/OptionsEfl.cmake: Enable MEDIA_CONTROLS_SCRIPT
1583 2014-04-06 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
1585 [GTK] Stop trying to install WebKit1 documentation
1586 https://bugs.webkit.org/show_bug.cgi?id=131278
1588 Reviewed by Martin Robinson.
1590 * Source/PlatformGTK.cmake: Remove install() call since the WebKit1 documentation is not
1591 built anymore since r166584. This fixes `make install'.
1593 2014-04-04 Brian J. Burg <burg@cs.washington.edu>
1595 Web Replay: capture and replay wheel events and scroll commands
1596 https://bugs.webkit.org/show_bug.cgi?id=129402
1598 Reviewed by Timothy Hatcher.
1600 * ManualTests/inspector/replay-wheel-events.html: Added.
1602 2014-04-04 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
1604 [GTK][CMake] Remove FindXt.cmake.
1605 https://bugs.webkit.org/show_bug.cgi?id=131227
1607 Reviewed by Anders Carlsson.
1609 Xt is already detected by CMake's own FindX11.cmake, so there is no need to keep a custom FindXt.cmake around.
1611 * Source/cmake/FindXt.cmake: Removed.
1612 * Source/cmake/OptionsGTK.cmake:
1614 2014-04-04 Tamas Gergely <tgergely.u-szeged@partner.samsung.com>
1616 [EFL] Build error due to changed path of generated js files.
1617 https://bugs.webkit.org/show_bug.cgi?id=131215
1619 Reviewed by Gyuyoung Kim.
1621 r166648 fixed the generation of some .js files on GTK. Due to some
1622 changes in the paths it causes a build error on EFL.
1624 * Source/PlatformEfl.cmake:
1625 Replaced path for two derived source files.
1627 2014-04-02 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
1629 [GTK][CMake] Look for glx.h in OPENGL_INCLUDE_DIR.
1630 https://bugs.webkit.org/show_bug.cgi?id=131095
1632 Reviewed by Martin Robinson.
1634 One needs to take into account OpenGL's include directory found via
1635 find_package() when looking for glx.h, since if the former is a
1636 non-standard location the latter will also be. If this is not it is
1637 possible that OpenGL is found but GLX support is not properly detected.
1639 * Source/cmake/OptionsGTK.cmake:
1641 2014-04-02 Martin Robinson <mrobinson@igalia.com>
1643 REGRESSION(r165704): [GTK] Inspector resources not correctly generated
1644 https://bugs.webkit.org/show_bug.cgi?id=130343
1646 Reviewed by Gustavo Noronha Silva.
1648 * CMakeLists.txt: Add a variable which points to the directory to store WebInspectorUI
1650 * Source/cmake/WebKitFS.cmake: Generate WebInspectorUI derived sources directories.
1652 2014-04-01 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
1654 [CMake] Drop port check from FindEGL.cmake.
1655 https://bugs.webkit.org/show_bug.cgi?id=131091
1657 Reviewed by Gyuyoung Kim.
1659 There is no reason to mark some variables as advanced only for the
1662 * Source/cmake/FindEGL.cmake: Mark EGL_INCLUDE_DIR and EGL_LIBRARY
1663 as advanced regardless of the port.
1665 2014-04-01 Dániel Bátyai <dbatyai.u-szeged@partner.samsung.com>
1667 Fix the !ENABLE(BATTERY_STATUS) build
1668 https://bugs.webkit.org/show_bug.cgi?id=130183
1670 Reviewed by Anders Carlsson.
1672 * Source/cmake/OptionsEfl.cmake:
1674 2014-03-31 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
1676 [CMake][GTK] Do not expand variables twice in if() checks.
1677 https://bugs.webkit.org/show_bug.cgi?id=130964
1679 Reviewed by Martin Robinson.
1681 In CMake, `if (${foo})' causes $foo to be evaluated first and its value
1682 to be checked by the if clause. This is not what we want, and
1683 configuration fails when, say, GLX support wasn't found as the if
1684 clause is actually evaluated as `if (TRUE AND (OR TRUE))'.
1686 * Source/cmake/OptionsGTK.cmake: Pass if (FOO) instead of if (${FOO})
1689 2014-03-31 Martin Robinson <mrobinson@igalia.com>
1691 [GTK] Remove scripts code only applicable to autotools
1692 https://bugs.webkit.org/show_bug.cgi?id=130841
1694 Reviewed by Anders Carlsson.
1696 * Source/cmake/WebKitPackaging.cmake: No longer need to consider autotools files.
1698 2014-03-31 Martin Robinson <mrobinson@igalia.com>
1700 [GTK] Use PROJECT_VERSION_* instead of WEBKIT_*_VERSION
1701 https://bugs.webkit.org/show_bug.cgi?id=130936
1703 Reviewed by Carlos Garcia Campos.
1705 * Source/cmake/OptionsGTK.cmake: No longer emulate the Autotools macro names.
1707 2014-03-31 Carlos Garcia Campos <cgarcia@igalia.com>
1709 [GTK] Add support for GTK3 plugins
1710 https://bugs.webkit.org/show_bug.cgi?id=130599
1712 Reviewed by Martin Robinson.
1714 * Source/cmake/OptionsGTK.cmake:
1716 2014-03-28 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1718 [EFL] Bump glib version from 2.36 to 2.38
1719 https://bugs.webkit.org/show_bug.cgi?id=130886
1721 Reviewed by Csaba Osztrogonác.
1723 * Source/cmake/OptionsEfl.cmake: Required glib-2.38 version.
1725 2014-03-26 Zoltan Horvath <zoltan@webkit.org>
1727 [CSS Shapes] Remove shape-inside support
1728 https://bugs.webkit.org/show_bug.cgi?id=130698
1730 Reviewed by David Hyatt.
1732 * Source/cmake/WebKitFeatures.cmake:
1733 * Source/cmakeconfig.h.cmake:
1735 2014-03-25 Martin Robinson <mrobinson@igalia.com>
1737 [GTK] Remove the autotools build
1738 https://bugs.webkit.org/show_bug.cgi?id=130717
1740 Reviewed by Anders Carlsson.
1742 * .gitignore: Remove references to autotools files.
1743 * GNUmakefile.am: Removed.
1744 * Source/autotools/CheckSystemAndBasicDependencies.m4: Removed.
1745 * Source/autotools/CustomMacros.m4: Removed.
1746 * Source/autotools/FindDependencies.m4: Removed.
1747 * Source/autotools/PrintBuildConfiguration.m4: Removed.
1748 * Source/autotools/ReadCommandLineArguments.m4: Removed.
1749 * Source/autotools/SetupAutoconfHeader.m4: Removed.
1750 * Source/autotools/SetupAutomake.m4: Removed.
1751 * Source/autotools/SetupCompilerFlags.m4: Removed.
1752 * Source/autotools/SetupLibtool.m4: Removed.
1753 * Source/autotools/SetupWebKitFeatures.m4: Removed.
1754 * Source/autotools/Versions.m4: Removed.
1755 * Source/autotools/acinclude.m4: Removed.
1756 * Source/autotools/dolt.m4: Removed.
1757 * Source/autotools/gsettings.m4: Removed.
1758 * Source/cmake/OptionsGTK.cmake:
1759 * autogen.sh: Removed.
1760 * configure.ac: Removed.
1762 2014-03-25 Gabor Rapcsanyi <rgabor@webkit.org>
1764 [EFL] Add ARM64 build support
1765 https://bugs.webkit.org/show_bug.cgi?id=130506
1767 Rubber stamped by Gyuyoung Kim.
1769 * CMakeLists.txt: Set WTF_CPU_ARM64 when aarch64 is defined.
1771 2014-03-25 Michał Pakuła vel Rutka <m.pakula@samsung.com>
1773 [EFL][WK2] Add NETWORK_PROCESS build option
1774 https://bugs.webkit.org/show_bug.cgi?id=130131
1776 Reviewed by Gyuyoung Kim.
1778 Add option to build EFL port with NETWORK_PROCESS set on. By default NETWORK_PROCESS is
1781 * Source/cmake/OptionsEfl.cmake:
1783 2014-03-24 Brian Burg <bburg@apple.com>
1785 Web Replay: capture and replay keyboard events
1786 https://bugs.webkit.org/show_bug.cgi?id=130314
1788 Reviewed by Joseph Pecoraro.
1790 * ManualTests/inspector/replay-keyboard-events.html: Added.
1792 2014-03-24 Sangyong Park <sy302.park@gmail.com>
1794 [EFL] Inspector page is not loaded.
1795 https://bugs.webkit.org/show_bug.cgi?id=130661
1797 Reviewed by Gyuyoung Kim.
1799 Inspector page is not loaded, because some javascript files are not installed.
1800 (InspectorJSBackendCommands.js, InspectorWebBackendCommands.js)
1802 * Source/PlatformEfl.cmake:
1804 2014-03-20 Thiago de Barros Lacerda <thiago.lacerda@openbossa.org>
1806 [EFL][GTK] Get CMake to find Freetype2 properly
1807 https://bugs.webkit.org/show_bug.cgi?id=130150
1809 Reviewed by Martin Robinson.
1811 Newer versions of CMake are not able to find Freetype2 correctly.
1812 FindFreetype2.cmake checks for the version number in freetype.h header, since it seems that bug exists in
1813 freetype2 repo, because a completely different version number is found in freetype2.pc.
1815 * Source/cmake/FindFreetype2.cmake: Added.
1816 * Source/cmake/OptionsEfl.cmake:
1817 * Source/cmake/OptionsGTK.cmake:
1819 2014-03-20 Brian Burg <bburg@apple.com>
1821 Web Replay: capture and replay mouse events
1822 https://bugs.webkit.org/show_bug.cgi?id=129395
1824 Reviewed by Joseph Pecoraro.
1826 Create a manual test for capture/replay of mouse events.
1827 Copy over the crypto-md5.js library from SunSpider.
1829 * ManualTests/inspector/replay-mouse-events.html: Added.
1830 * ManualTests/inspector/resources/crypto-md5.js: Added.
1832 2014-03-20 Zan Dobersek <zdobersek@igalia.com>
1834 [GTK][CMake] Add support for building with Clang
1835 https://bugs.webkit.org/show_bug.cgi?id=130260
1837 Reviewed by Martin Robinson.
1839 * Source/PlatformGTK.cmake: Run the generate-gtkdoc script with the CFLAGS env set
1840 to the list C compiler flags as constructed by CMake.
1841 * Source/cmake/OptionsCommon.cmake: When building with Clang, use the -Qunused-arguments
1842 compiler option to suppress verbose warnings about arguments that went unused by the driver.
1843 * Source/cmake/OptionsGTK.cmake: Use -fno-omit-frame-pointer for both GCC and Clang.
1844 -fno-tree-dce should be used only for GCC.
1845 * Source/cmake/gtest/CMakeLists.txt: When building with Clang the GTest framework
1846 should be built with GTEST_HAS_TR1_TUPLE macro defined to 0 to avoid build failures.
1848 2014-03-20 Commit Queue <commit-queue@webkit.org>
1850 Unreviewed, rolling out r165962.
1851 https://bugs.webkit.org/show_bug.cgi?id=130512
1853 It broke the build (Requested by Ossy on #webkit).
1857 "[EFL][GTK] Get CMake to find Freetype2 properly"
1858 https://bugs.webkit.org/show_bug.cgi?id=130150
1859 http://trac.webkit.org/changeset/165962
1861 2014-03-20 Thiago de Barros Lacerda <thiago.lacerda@openbossa.org>
1863 [EFL][GTK] Get CMake to find Freetype2 properly
1864 https://bugs.webkit.org/show_bug.cgi?id=130150
1866 Reviewed by Csaba Osztrogonác.
1868 Newer versions of CMake are not able to find Freetype2 correctly.
1869 FindFreetype2.cmake checks for the version number in freetype.h header, since it seems that bug exists in
1870 freetype2 repo, because a completely different version number is found in freetype2.pc.
1872 * Source/cmake/FindFreetype2.cmake: Added.
1873 * Source/cmake/OptionsEfl.cmake:
1874 * Source/cmake/OptionsGTK.cmake:
1876 2014-03-17 Brendan Long <b.long@cablelabs.com>
1878 [GStreamer] human readable language code for tracks
1879 https://bugs.webkit.org/show_bug.cgi?id=124514
1881 Reviewed by Martin Robinson.
1883 * Source/autotools/FindDependencies.m4: Add gstreamer-tag-1.0.
1884 * Source/cmake/FindGStreamer.cmake: Same.
1885 * Source/cmake/OptionsEfl.cmake: Same.
1886 * Source/cmake/OptionsGTK.cmake: Same.
1888 2014-03-17 Martin Robinson <mrobinson@igalia.com>
1890 [GTK][CMake] Credential storage is not enabled
1891 https://bugs.webkit.org/show_bug.cgi?id=130149
1893 Reviewed by Philippe Normand.
1895 * Source/cmake/OptionsGTK.cmake: Add an ENABLE_CREDENTIAL_STORAGE option to the configuration
1896 and look libsecret when it's enabled.
1897 * Source/cmakeconfig.h.cmake: Expose the ENABLE_CREDENTIAL_STORAGE option to the build.
1899 2014-03-17 Martin Robinson <mrobinson@igalia.com>
1901 [GTK][CMake] Ensure that HAVE_GTK_UNIX_PRINTING is defined when appropriate
1902 https://bugs.webkit.org/show_bug.cgi?id=130155
1904 Reviewed by Philippe Normand.
1906 * Source/cmake/FindGTKUnixPrint.cmake: Added.
1907 * Source/cmake/OptionsGTK.cmake: Look for gtk+-unix-print and use it to turn on HAVE_GTK_UNIX_PRINTING.
1908 * Source/cmakeconfig.h.cmake: Add the HAVE_GTK_UNIX_PRINTING define.
1910 2014-03-16 Kim Byung Jun <bj1987.kim@samsung.com>
1912 [EFL] Enable TOUCH_SLIDER macro.
1913 https://bugs.webkit.org/show_bug.cgi?id=130186
1915 Reviewed by Gyuyoung Kim.
1917 * Source/cmake/OptionsEfl.cmake:
1919 2014-03-16 Zan Dobersek <zdobersek@igalia.com>
1921 [GTK][CMake] Build with -fno-rtti
1922 https://bugs.webkit.org/show_bug.cgi?id=130261
1924 Reviewed by Martin Robinson.
1926 * Source/cmake/OptionsCommon.cmake: List the -fno-exceptions, -fno-strict-aliasing
1927 and -fno-rtti options in the global CMAKE_C_FLAGS and CMAKE_CXX_FLAGS (-fno-rtti
1928 is only listed in the latter). Replace -std=gnu++0x with the official -std=c++11 option.
1929 * Source/cmake/WebKitHelpers.cmake: Stop -fno-exceptions and -fno-strict-aliasing
1930 from being set through the WEBKIT_SET_EXTRA_COMPILER_FLAGS macro, they are now listed
1931 in CMAKE_C_FLAGS and CMAKE_CXX_FLAGS.
1932 * Source/cmake/gtest/CMakeLists.txt: Build GTest code with GTEST_HAS_RTTI macro defined to 0.
1934 2014-03-16 Brendan Long <b.long@cablelabs.com>
1936 [GStreamer] CMake doesn't find the include path for gstreamer-base
1937 https://bugs.webkit.org/show_bug.cgi?id=130098
1939 Reviewed by Philippe Normand.
1941 * Source/cmake/FindGStreamer.cmake: Look for a header in gstreamer-base instead of looking for gst/gst.h twice.
1943 2014-03-14 Maciej Stachowiak <mjs@apple.com>
1945 Replace "Apple Computer, Inc." with "Apple Inc." in copyright headers
1946 https://bugs.webkit.org/show_bug.cgi?id=130276
1947 <rdar://problem/16266927>
1949 Reviewed by Simon Fraser.
1951 * ManualTests/NPN_Invoke/Info.plist:
1952 * ManualTests/NPN_Invoke/main.c:
1953 * ManualTests/accessibility/resources/AppletTest.java:
1955 2014-03-14 Zan Dobersek <zdobersek@igalia.com>
1957 [CMake] Remove -fno-tree-sra workaround for GCC 4.5
1958 https://bugs.webkit.org/show_bug.cgi?id=130258
1960 Reviewed by Martin Robinson.
1962 GCC compilers 4.7 and later are supported, so there's no need for disabling
1963 the -ftree-sra optimization which was causing problems when enabled on GCC 4.5.
1965 * Source/cmake/WebKitHelpers.cmake:
1967 2014-03-14 Landry Breuil <landry@openbsd.org>
1969 Add autotools boilerplate for proper os defines on OpenBSD/NetBSD/DragonFly
1970 https://bugs.webkit.org/show_bug.cgi?id=129966
1972 Reviewed by Andreas Kling.
1974 * Source/autotools/CheckSystemAndBasicDependencies.m4:
1975 * Source/autotools/SetupAutomake.m4:
1977 2014-03-13 Mario Sanchez Prada <mario.prada@samsung.com>
1979 [CMake] Failure to link with older installations of WebP
1980 https://bugs.webkit.org/show_bug.cgi?id=130195
1982 Reviewed by Gustavo Noronha Silva.
1984 Fix the issue by using a temporary variable as the output parameter
1985 to check_include_files(), setting WEBP_FOUND accordingly later.
1987 * Source/cmake/FindWebP.cmake: Avoid reusing the WEBP_FOUND
1988 variable in check_include_files(), as it will lead to misleading
1989 results (will always be FALSE). Use a temporary variable instead
1990 and explicitly set WEBP_FOUND to TRUE later if needed.
1992 2014-03-12 Martin Robinson <mrobinson@igalia.com>
1994 [CMake] Changes to the bindings generator Perl modules do not trigger regeneration of bindings
1995 https://bugs.webkit.org/show_bug.cgi?id=130170
1997 Reviewed by Daniel Bates.
1999 * Source/cmake/WebKitMacros.cmake: Add the Perl modules used in script generation to the dependency
2000 list. We must check whether or not the specific one exists first, because the InjectedBundle uses a
2001 fake "TestRunner" generator.
2003 2014-03-12 Carlos Garcia Campos <cgarcia@igalia.com>
2005 [GTK][CMAKE] Remove compile warnings about GTK+ deprecated API
2006 https://bugs.webkit.org/show_bug.cgi?id=130014
2008 Reviewed by Martin Robinson.
2010 Set GDK_VERSION_MIN_REQUIRED to GDK_VERSION_3_6.
2012 * Source/cmake/OptionsGTK.cmake:
2013 * Source/cmakeconfig.h.cmake:
2015 2014-03-12 Martin Robinson <mrobinson@igalia.com>
2017 [GTK][CMAKE] Too verbose build output
2018 https://bugs.webkit.org/show_bug.cgi?id=130076
2020 Reviewed by Carlos Garcia Campos.
2022 * Source/cmake/OptionsGTK.cmake: Generate a script which does the actual build. This
2023 works around an issue where cmake --build doesn't support ninja's pretty printing.
2025 2014-03-10 Mario Sanchez Prada <mario.prada@samsung.com>
2027 [GTK] Add support for Geoclue2
2028 https://bugs.webkit.org/show_bug.cgi?id=120185
2030 Reviewed by Carlos Garcia Campos.
2032 Patch by Anton Obzhirov <a.obzhirov@samsung.com> and Mario Sanchez Prada <mario.prada@samsung.com>
2034 Add support for Geoclue2 using autotools.
2036 * Source/autotools/FindDependencies.m4: Add support for handling
2037 both Geoclue 1.0 and 2.0.
2038 * Source/autotools/PrintBuildConfiguration.m4: Print the version
2039 of geoclue that is being used.
2040 * Source/autotools/SetupAutoconfHeader.m4: Define GEOCLUE_API_VERSION_2.
2041 * Source/autotools/SetupAutomake.m4: Likewise, for AM_CONDITIONAL.
2042 * Source/autotools/Versions.m4: Added minimum required version for Geoclue2.
2044 Add support for Geoclue2 using CMake.
2046 * Source/cmake/FindGeoClue2.cmake: Added.
2047 * Source/cmake/OptionsGTK.cmake: Add support for handling Geoclue 1.0 and 2.0.
2048 * Source/cmakeconfig.h.cmake: Define WTF_USE_GEOCLUE2.
2050 2014-03-10 Martin Robinson <mrobinson@igalia.com>
2052 [GTK][CMAKE] gtk-doc HTML documentation is generated by default when building with CMake
2053 https://bugs.webkit.org/show_bug.cgi?id=130016
2055 Reviewed by Carlos Garcia Campos.
2057 * Source/PlatformGTK.cmake: Add two gtkdoc targets, one which builds HTML and one which
2058 doesn't. Add the non-HTML version to the default target, but not the HTML version. The
2059 HTML version will still run when building the distribution tarball.
2061 2014-03-10 Martin Robinson <mrobinson@igalia.com>
2063 [GTK] [CMake] Clean up library linking
2064 https://bugs.webkit.org/show_bug.cgi?id=129782
2066 Reviewed by Philippe Normand.
2068 * Source/cmake/OptionsGTK.cmake: Add a macro to wrap all libraries in a list with --whole-archive
2069 so that unused symbols are not dropped. This is useful when building up shared libraries
2070 from convenience libraries.
2072 2014-03-08 Landry Breuil <landry@openbsd.org>
2074 Don't check for shm_open on librt on OpenBSD, lib doesnt exist.
2075 https://bugs.webkit.org/show_bug.cgi?id=129973
2077 Reviewed by Martin Robinson.
2079 * Source/autotools/FindDependencies.m4:
2081 2014-03-06 Anders Carlsson <andersca@apple.com>
2083 Build WebKit2 before building WebKit
2084 https://bugs.webkit.org/show_bug.cgi?id=129831
2085 <rdar://problem/15920020>
2087 Reviewed by Dan Bernstein.
2090 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
2091 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
2093 2014-03-06 Commit Queue <commit-queue@webkit.org>
2095 Unreviewed, rolling out r165193.
2096 http://trac.webkit.org/changeset/165193
2097 https://bugs.webkit.org/show_bug.cgi?id=129823
2099 Not specifying libc++ as the stdlib for Clang through CXXFLAGS
2100 env confuses libtool (Requested by zdobersek on #webkit).
2102 * Source/autotools/SetupCompilerFlags.m4:
2104 2014-03-06 Zan Dobersek <zdobersek@igalia.com>
2106 [GTK][Autotools] Default to libc++ when compiling with Clang
2107 https://bugs.webkit.org/show_bug.cgi?id=129798
2109 Reviewed by Anders Carlsson.
2111 * Source/autotools/SetupCompilerFlags.m4: Default to using libc++ when compiling with the Clang
2112 compiler. This is still overridable if -stdlib=* flag was set through CXXFLAGS, in case people
2113 would for some reason still prefer libstdc++ (i.e. on setups where a functional libc++ is not yet available).
2115 2014-03-05 Martin Robinson <mrobinson@igalia.com>
2117 [CMake] Ninja generator builds fail with "Argument list too long"
2118 https://bugs.webkit.org/show_bug.cgi?id=129771
2120 Reviewed by Daniel Bates.
2122 * Source/cmake/OptionsCommon.cmake: Work around a bug in the Ninja CMake generator,
2123 by forcing the use of response files.
2125 2014-03-05 Ryuan Choi <ryuan.choi@samsung.com>
2127 [CMake] Use thin archives if building on Linux for non-shared-core debug builds
2128 https://bugs.webkit.org/show_bug.cgi?id=108330
2130 Reviewed by Martin Robinson.
2132 In order to get non-shared debug builds, this patch applied T option for
2133 thin archives to the flags passed to ar when cmake based ports build on linux.
2134 In addition, applied u option which avoids adding a file twice.
2136 * Source/cmake/OptionsCommon.cmake: Moved archive options from OptionsGTK.cmake.
2137 * Source/cmake/OptionsEfl.cmake:
2138 Removed error messages for non-shared-core debug builds.
2139 * Source/cmake/OptionsGTK.cmake: Moved archive options to OptionsCommon.cmake.
2141 2014-03-04 Zan Dobersek <zdobersek@igalia.com>
2143 [GTK] Build the Udis86 disassembler
2144 https://bugs.webkit.org/show_bug.cgi?id=129679
2146 Reviewed by Michael Saboff.
2148 * GNUmakefile.am: Add the Udis86_nosources variable.
2149 * Source/cmake/OptionsGTK.cmake: Enable the Udis86 disassembler.
2151 2014-03-04 Martin Robinson <mrobinson@igalia.com>
2153 [GTK] Simplify the GObject DOM bindings API break check into one step
2154 https://bugs.webkit.org/show_bug.cgi?id=129571
2156 Reviewed by Carlos Garcia Campos.
2158 * Source/PlatformGTK.cmake: We don't need to run the API break check before gtkdoc generation.
2159 Add the check to 'make check.'
2161 2014-03-04 Martin Robinson <mrobinson@igalia.com>
2163 [GTK][CMake] ENABLE_NAVIGATOR_CONTENT_UTILS is mistakenly enabled for the CMake build
2164 https://bugs.webkit.org/show_bug.cgi?id=129502
2166 Reviewed by Carlos Garcia Campos.
2168 * Source/cmake/OptionsGTK.cmake: Disable the option for GTK+.
2170 2014-03-03 Jozsef Berta <jberta.u-szeged@partner.samsung.com>
2172 [cmake] *Names.cpp file should be regenerated after touching StaticString.pm
2173 https://bugs.webkit.org/show_bug.cgi?id=129031
2175 Reviewed by Csaba Osztrogonác.
2177 * Source/cmake/WebKitMacros.cmake: Added a call for make_names.pm dependencies in GENERATE_FONT_NAMES and GENERATE_DOM_NAMES macros.
2179 2014-03-03 Carlos Garcia Campos <cgarcia@igalia.com>
2181 [GTK] WebKit2WebExtension GIR can't be used in vala
2182 https://bugs.webkit.org/show_bug.cgi?id=127179
2184 Reviewed by Martin Robinson.
2186 Add a different pkg-config file for the web extensions API.
2188 * Source/cmake/OptionsGTK.cmake:
2191 2014-03-02 Dirkjan Ochtman <d.ochtman@activevideo.com>
2193 Support ENABLE_ENCRYPTED_MEDIA in cmake builds
2194 https://bugs.webkit.org/show_bug.cgi?id=129575
2196 Reviewed by Philippe Normand.
2198 * Source/cmake/OptionsEfl.cmake:
2199 Enabled ENABLE_ENCRYPTED_MEDIA{,_V2} usage.
2200 * Source/cmake/OptionsGTK.cmake:
2201 Enabled ENABLE_ENCRYPTED_MEDIA{,_V2} usage.
2202 * Source/cmake/WebKitFeatures.cmake:
2203 Enabled ENABLE_ENCRYPTED_MEDIA{,_V2} usage.
2204 * Source/cmakeconfig.h.cmake:
2205 Added ENABLE_ENCRYPTED_MEDIA{,_V2} flags.
2207 2014-02-27 Peter Molnar <pmolnar.u-szeged@partner.samsung.com>
2209 Enable support of X-Content-Type-Options: nosniff header for EFL
2210 https://bugs.webkit.org/show_bug.cgi?id=128673
2212 Reviewed by Gyuyoung Kim.
2214 * Source/cmake/OptionsEfl.cmake:
2215 Enabled NOSNIFF feature flag for EFL.
2217 2014-02-27 Koop Mast <kwm@FreeBSD.org>
2219 Fallback on checking for libz manualy if zlib.pc isn't available.
2220 https://bugs.webkit.org/show_bug.cgi?id=127061
2222 Reviewed by Gustavo Noronha Silva.
2224 * Source/autotools/FindDependencies.m4:
2226 2014-02-25 Sergio Villar Senin <svillar@igalia.com>
2228 [CSS Grid Layout] Add ENABLE flag
2229 https://bugs.webkit.org/show_bug.cgi?id=129153
2231 Reviewed by Simon Fraser.
2233 Added the ENABLE_CSS_GRID_LAYOUT feature flag to the cmake and
2234 autotools build systems. The feature is disabled by default for
2237 * Source/autotools/SetupWebKitFeatures.m4:
2238 * Source/cmake/OptionsEfl.cmake:
2239 * Source/cmake/OptionsGTK.cmake:
2240 * Source/cmake/WebKitFeatures.cmake:
2241 * Source/cmakeconfig.h.cmake:
2243 2014-02-24 Martin Robinson <mrobinson@igalia.com>
2245 [GTK] generate-gtkdoc should not generate documentation for source files for unbuilt source files
2246 https://bugs.webkit.org/show_bug.cgi?id=128417
2248 Reviewed by Carlos Garcia Campos.
2250 * Source/cmake/OptionsGTK.cmake: Define the paths to the pkgconfig files here, so that they
2251 may one day be used in the webkitdom config file generation.
2253 2014-02-18 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2255 [EFL][CMake] Fix javascriptcore test failings by the jsCStack branch merge
2256 https://bugs.webkit.org/show_bug.cgi?id=128961
2258 Reviewed by Ryosuke Niwa.
2260 Javascriptcore test on EFL port has been broken since the jsCStack branch merge.
2261 For now we can fix almost tests by using "-fno-tree-dce option". Unfortunately,
2262 EFL port needs not to check "uninitialized" build warning as error in order to
2263 adjust the option to EFL port. This patch don't take it as error temporarily.
2265 * Source/cmake/OptionsEfl.cmake:
2266 * Source/cmake/WebKitHelpers.cmake:
2268 2014-02-16 Martin Robinson <mrobinson@igalia.com>
2270 [GTK] [CMake] JavaScriptCore crashes in JSC::eval
2271 https://bugs.webkit.org/show_bug.cgi?id=128434
2273 Reviewed by Anders Carlsson.
2275 * Source/cmake/OptionsGTK.cmake: Add -fno-omit-frame-pointer to the GTK+ CMake
2276 port as well as -fno-tree-dce, like it is used in the autotools build.
2278 2014-02-17 ChangSeok Oh <changseok.oh@collabora.com>
2280 [GTK] MEDIA_CONTROLS_SCRIPT depends on VIDEO_TRACK
2281 https://bugs.webkit.org/show_bug.cgi?id=128799
2283 Reviewed by Philippe Normand.
2285 MEDIA_CONTROLS_SCRIPT has a dependency on VIDEO_TRACK. So it causes a build break
2286 if building with autotools. cmake system has enabled it as default. So I propose
2287 enabling VIDEO_TRACK as well.
2289 * Source/autotools/SetupWebKitFeatures.m4:
2291 2014-02-14 Commit Queue <commit-queue@webkit.org>
2293 Unreviewed, rolling out r164090.
2294 http://trac.webkit.org/changeset/164090
2295 https://bugs.webkit.org/show_bug.cgi?id=128807
2297 It broke the EFL build (Requested by Ossy on #webkit).
2299 * Source/cmake/OptionsCommon.cmake:
2300 * Source/cmake/OptionsEfl.cmake:
2302 2014-02-09 Martin Robinson <mrobinson@igalia.com>
2304 [GTK] [CMake] JavaScriptCore crashes in JSC::eval
2305 https://bugs.webkit.org/show_bug.cgi?id=128434
2307 Extend a fix for EFL to all ports that use GCC. Also include further fixes
2308 that were applied only to the autotools build.
2310 Reviewed by Gyuyoung Kim.
2312 * Source/cmake/OptionsCommon.cmake: Add -fno-omit-frame-pointer to all ports as well
2313 as -fno-tree-dce, which is necessary for GTK+.
2314 * Source/cmake/OptionsEfl.cmake: The GCC flag additions are now in the common options file.
2316 2014-02-04 Gustavo Noronha Silva <gns@gnome.org>
2318 [GTK][CMake] Generate GObject DOM bindings .symbols files
2319 https://bugs.webkit.org/show_bug.cgi?id=126210
2321 Reviewed by Martin Robinson.
2323 * Source/PlatformGTK.cmake: add checking DOM bindings API as a dependency
2324 for documentation generation.
2326 2014-02-13 Xabier Rodriguez Calvar <calvaris@igalia.com>
2328 [GTK] MEDIA_CONTROLS_SCRIPT support
2329 https://bugs.webkit.org/show_bug.cgi?id=123097
2331 Reviewed by Jer Noble.
2333 Part of the Autotools and CMake structure to build the media
2336 * Source/autotools/SetupWebKitFeatures.m4: Activated the media
2337 controls script by default.
2338 * Source/cmake/OptionsGTK.cmake: Activated the media controls
2340 * Source/cmake/WebKitFeatures.cmake: Created the option to
2341 activate the controls script.
2342 * Source/cmakeconfig.h.cmake: Created the define template the the
2343 media controls script.
2345 2014-02-12 Zan Dobersek <zdobersek@igalia.com>
2347 [GDB] Add .gdbinit to the list of files ignored by Git
2348 https://bugs.webkit.org/show_bug.cgi?id=128455
2350 Reviewed by Anders Carlsson.
2352 * .gitignore: Ignore the .gdbinit file which can be used to perform WebKit-specific GDB initialization
2353 when the debugger is launched in the repository's root directory. Also remove a Chromium-specific comment
2354 that covers already removed entries.
2356 2014-02-11 Oliver Hunt <oliver@apple.com>
2358 Make it possible to implement JS builtins in JS
2359 https://bugs.webkit.org/show_bug.cgi?id=127887
2361 Reviewed by Michael Saboff.
2364 * Source/cmake/gtest/CMakeLists.txt:
2366 2014-02-12 Ryan Lortie <desrt@desrt.ca>
2368 'ar T' is not portable and breaks the build on FreeBSD
2369 https://bugs.webkit.org/show_bug.cgi?id=128596
2371 Reviewed by Gustavo Noronha Silva.
2373 Create thin archives only if we are using GNU ar.
2375 * Source/autotools/SetupLibtool.m4:
2377 2014-02-10 Krzysztof Wolanski <k.wolanski@samsung.com>
2379 Add the CSS_SHAPE_INSIDE to CMake feature list
2380 https://bugs.webkit.org/show_bug.cgi?id=128530
2382 Reviewed by Gyuyoung Kim.
2384 CSS_SHAPE_INSIDE flag was added in r163333,
2385 this patch is adding this flag to CMake feature list.
2387 * Source/cmake/WebKitFeatures.cmake:
2388 * Source/cmakeconfig.h.cmake:
2390 2014-02-09 Carlos Garnacho <carlosg@gnome.org>
2392 [GTK] Enable touch features
2393 https://bugs.webkit.org/show_bug.cgi?id=98931
2395 Reviewed by Carlos Garcia Campos.
2397 * Source/autotools/SetupWebKitFeatures.m4:
2398 * Source/cmake/OptionsGTK.cmake: set ENABLE_TOUCH_EVENTS to 1 if building with GTK+.
2400 2014-02-06 Andreas Kling <akling@apple.com>
2402 Remove unused ENABLE(REPAINT_THROTTLING) flag.
2403 <https://webkit.org/b/128329>
2405 Reviewed by Antti Koivisto.
2407 * Source/cmake/WebKitFeatures.cmake:
2408 * Source/cmakeconfig.h.cmake:
2410 2014-02-06 Joseph Pecoraro <pecoraro@apple.com>
2412 [iOS] make should build WebKit2
2413 https://bugs.webkit.org/show_bug.cgi?id=128351
2415 Reviewed by Daniel Bates.
2419 2014-02-05 Andreas Kling <akling@apple.com>
2421 Remove ENABLE(DIRECTORY_UPLOAD).
2422 <https://webkit.org/b/128275>
2424 Rubber-stamped by Ryosuke Niwa.
2426 * Source/autotools/SetupWebKitFeatures.m4:
2427 * Source/cmake/WebKitFeatures.cmake:
2429 2014-02-05 Csaba Osztrogonác <ossy@webkit.org>
2431 Remove ENABLE(SVG) guards
2432 https://bugs.webkit.org/show_bug.cgi?id=127991
2434 Reviewed by Sam Weinig.
2436 * Source/autotools/FindDependencies.m4:
2437 * Source/autotools/PrintBuildConfiguration.m4:
2438 * Source/autotools/ReadCommandLineArguments.m4:
2439 * Source/autotools/SetupAutomake.m4:
2440 * Source/autotools/SetupWebKitFeatures.m4:
2441 * Source/cmake/OptionsEfl.cmake:
2442 * Source/cmake/OptionsGTK.cmake:
2443 * Source/cmake/WebKitFeatures.cmake:
2444 * Source/cmakeconfig.h.cmake:
2446 2014-02-04 Andreas Kling <akling@apple.com>
2448 Remove <iframe seamless> support.
2449 <https://webkit.org/b/128213>
2451 Rubber-stamped by Antti Koivisto.
2453 * Source/autotools/SetupWebKitFeatures.m4:
2454 * Source/cmake/WebKitFeatures.cmake:
2455 * Source/cmakeconfig.h.cmake:
2457 2014-01-31 Benjamin Poulain <bpoulain@apple.com>
2459 Remove LEGACY_VIEWPORT_ADAPTION
2460 https://bugs.webkit.org/show_bug.cgi?id=128028
2462 Reviewed by Anders Carlsson.
2464 * Source/cmake/WebKitFeatures.cmake:
2465 * Source/cmakeconfig.h.cmake:
2467 2014-01-31 Oliver Hunt <oliver@apple.com>
2469 Rollout r163195 and related patches
2472 * Source/cmake/gtest/CMakeLists.txt:
2474 2014-01-29 Oliver Hunt <oliver@apple.com>
2476 Make it possible to implement JS builtins in JS
2477 https://bugs.webkit.org/show_bug.cgi?id=127887
2479 Reviewed by Michael Saboff.
2483 * Source/cmake/gtest/CMakeLists.txt:
2485 2014-01-30 Martin Robinson <mrobinson@igalia.com>
2487 [GTK] [CMake] Add support for building against GTK+ 2
2488 https://bugs.webkit.org/show_bug.cgi?id=127959
2490 Reviewed by Anders Carlsson.
2492 * Source/cmake/OptionsGTK.cmake: Add a new option to use GTK 2 and make a variable holding the
2493 library API version. When using GTK 2 do not build WebKit 2.
2495 2014-01-30 Martin Robinson <mrobinson@igalia.com>
2497 [GTK] [CMake] Add a "make dist" target
2498 https://bugs.webkit.org/show_bug.cgi?id=116378
2500 Reviewed by Gustavo Noronha Silva.
2502 * Source/PlatformGTK.cmake: A CMake support for executing the make-dist
2503 script and then turning the tarfile into a LZMA compressed file.
2505 2014-01-30 Zan Dobersek <zdobersek@igalia.com>
2507 [GTK] Only disable -ftree-dce optimization when compiling with GCC
2508 https://bugs.webkit.org/show_bug.cgi?id=127911
2510 Reviewed by Carlos Garcia Campos.
2512 * Source/autotools/SetupAutomake.m4: Define the COMPILER_GCC and COMPILER_CLANG Automake macros.
2513 These can be used when compiler-specific flags have to be used. The latter one is not actually needed
2514 at the moment, but is added for the sake of completeness.
2516 2014-01-30 Csaba Osztrogonác <ossy@webkit.org>
2518 [EFL] Fix the regression caused by the jsCStack branch merge
2519 https://bugs.webkit.org/show_bug.cgi?id=127898
2521 Reviewed by Zoltan Herczeg.
2523 * Source/cmake/OptionsEfl.cmake: Build with -fno-omit-frame-pointer.
2525 2014-01-29 Csaba Osztrogonác <ossy@webkit.org>
2527 Remove ENABLE(JAVASCRIPT_DEBUGGER) leftovers
2528 https://bugs.webkit.org/show_bug.cgi?id=127845
2530 Reviewed by Joseph Pecoraro.
2532 * Source/autotools/SetupWebKitFeatures.m4:
2534 2014-01-29 Csaba Osztrogonác <ossy@webkit.org>
2536 Remove ENABLE(JAVASCRIPT_DEBUGGER) guards
2537 https://bugs.webkit.org/show_bug.cgi?id=127840
2539 Reviewed by Mark Lam.
2541 * Source/cmake/WebKitFeatures.cmake:
2542 * Source/cmakeconfig.h.cmake:
2544 2014-01-25 Darin Adler <darin@apple.com>
2546 Get rid of ICU_UNICODE and WCHAR_UNICODE remnants
2547 https://bugs.webkit.org/show_bug.cgi?id=127623
2549 Reviewed by Anders Carlsson.
2551 * Source/cmake/OptionsEfl.cmake: Removed ICU_UNICODE and WCHAR_UNICODE flags.
2552 * Source/cmake/OptionsGTK.cmake: Ditto.
2553 * Source/cmake/OptionsWinCE.cmake: Ditto.
2555 2014-01-23 Max Vujovic <mvujovic@adobe.com>
2557 Remove CSS Custom Filters code and tests
2558 https://bugs.webkit.org/show_bug.cgi?id=127382
2560 Reviewed by Simon Fraser.
2562 * Source/autotools/FindDependencies.m4:
2563 * Source/autotools/SetupWebKitFeatures.m4:
2564 * Source/cmake/WebKitFeatures.cmake:
2565 * Source/cmakeconfig.h.cmake:
2567 2014-01-22 Martin Robinson <mrobinson@igalia.com>
2569 [GTK][CMake] Add support for building the NetworkProcess
2570 https://bugs.webkit.org/show_bug.cgi?id=127195
2572 Reviewed by Daniel Bates.
2574 * Source/cmake/OptionsGTK.cmake: Turn on the network process and give it
2575 a name like the WebProcess.
2577 2014-01-20 Ryuan Choi <ryuan.choi@samsung.com>
2579 [CMAKE] Remove Nix from CMake scripts
2580 https://bugs.webkit.org/show_bug.cgi?id=127264
2582 Reviewed by Anders Carlsson.
2585 * Source/CMakeLists.txt:
2586 * Source/cmake/FindEGL.cmake:
2587 * Source/cmake/OptionsCommon.cmake:
2589 2014-01-18 Anders Carlsson <andersca@apple.com>
2591 Remove ENABLE_THREADED_HTML_PARSER defines everywhere
2592 https://bugs.webkit.org/show_bug.cgi?id=127225
2594 Reviewed by Andreas Kling.
2596 This concludes the removal of over 8.8 million lines of threaded parser code.
2598 * Source/autotools/SetupWebKitFeatures.m4:
2599 * Source/cmake/WebKitFeatures.cmake:
2600 * Source/cmakeconfig.h.cmake:
2602 2014-01-18 Lauro Neto <lauro.neto@openbossa.org>
2604 Remove Nix files from WebCore
2605 https://bugs.webkit.org/show_bug.cgi?id=127176
2607 Reviewed by Anders Carlsson.
2609 * Source/cmake/OptionsNix.cmake: Removed.
2611 2014-01-18 Zan Dobersek <zdobersek@igalia.com>
2613 [GTK] Bump the minimum required Clang version to 3.3
2614 https://bugs.webkit.org/show_bug.cgi?id=127178
2616 Reviewed by Martin Robinson.
2618 * Source/autotools/CheckSystemAndBasicDependencies.m4: Require Clang 3.3 or later when using the Clang compiler to
2619 build the GTK port. Building with Clang 3.2 doesn't work anymore and there's no point in fixing that, as we should
2620 support the latest two versions of Clang (3.3 and 3.4), just like we do with GCC (4.7 and 4.8).
2622 2014-01-14 Dan Bernstein <mitz@apple.com>
2624 Only use color in make output when it’s going to a terminal.
2626 Reviewed by Mark Rowe.
2630 2014-01-13 Martin Robinson <mrobinson@igalia.com>
2632 [CMake] Mark all dependency include paths and libraries as advanced variables
2633 https://bugs.webkit.org/show_bug.cgi?id=126504
2635 Reviewed by Daniel Bates.
2637 * Source/cmake/FindATK.cmake: Mark result variable as advanced.
2638 * Source/cmake/FindCairo.cmake: Ditto.
2639 * Source/cmake/FindEGL.cmake: Ditto.
2640 * Source/cmake/FindEnchant.cmake: Ditto.
2641 * Source/cmake/FindGLIB.cmake: Ditto.
2642 * Source/cmake/FindGStreamer.cmake: Ditto.
2643 * Source/cmake/FindHarfBuzz.cmake: Ditto.
2644 * Source/cmake/FindLibSoup.cmake: Ditto.
2646 2014-01-13 Martin Robinson <mrobinson@igalia.com>
2648 [GTK][CMake] Add a 'check' target
2649 https://bugs.webkit.org/show_bug.cgi?id=126770
2651 Reviewed by Daniel Bates.
2653 * Source/PlatformGTK.cmake: Add a 'check' target that calls run-gtk-tests.
2655 2014-01-13 Carlos Garcia Campos <cgarcia@igalia.com>
2657 Unreviewed. Update NEWS and Versions.m4 for 2.3.4 release.
2659 * Source/autotools/Versions.m4: Bump version numbers.
2661 2014-01-12 Sergio Correia <sergio.correia@openbossa.org>
2663 [EFL][WK2] Make API tests work again
2664 https://bugs.webkit.org/show_bug.cgi?id=126769
2666 Reviewed by Gyuyoung Kim.
2668 The EFL and WK2 test binaries are currently being generated at *TestWebKitAPI/
2669 [E]WebKit2, respectively, and this causes problems because the logic to find
2670 where WebProcess is to look in the same directory of the running process and
2671 then proceed to use LIBEXECDIR (typically /usr/loca/bin).
2673 This patch introduces a WEBKIT_EXEC_PATH environment variable, inspired in the
2674 Gtk port, which allows us to look for WebProcess initially in this directory,
2677 * Source/cmake/OptionsEfl.cmake: Define WEBKIT_EXEC_PATH, to be used by
2680 2014-01-11 Dan Bernstein <mitz@apple.com>
2682 [Mac] xcodebuild color output is suppressed when using make
2683 https://bugs.webkit.org/show_bug.cgi?id=126815
2685 Reviewed by Anders Carlsson.
2687 WHen using make, xcodebuild’s output is piped through a filter, which causes it not to
2688 format its output with color and emphasis.
2690 * Makefile.shared: Pass COLOR_DIAGNOSTICS=YES to xcodebuild to force color output on. Due to
2691 xcodebuild limitations, this restores some of the formatting, but not all of it.
2693 2014-01-10 Benjamin Poulain <bpoulain@apple.com>
2695 Remove the BlackBerry port from trunk
2696 https://bugs.webkit.org/show_bug.cgi?id=126715
2698 Reviewed by Anders Carlsson.
2701 * Source/cmake/OptionsCommon.cmake:
2703 2014-01-10 Tamas Gergely <tgergely.u-szeged@partner.samsung.com>
2705 [EFL][JSC] Enable udis86 disassembler on efl.
2706 https://bugs.webkit.org/show_bug.cgi?id=125502
2708 Reviewed by Michael Saboff.
2710 Enable udis86 disassembler on efl and fix build warnings.
2712 * Source/cmake/OptionsEfl.cmake:
2713 Enable udis86 disassembler.
2715 2014-01-10 Benjamin Poulain <bpoulain@apple.com>
2717 Remove the BlackBerry port from trunk
2718 https://bugs.webkit.org/show_bug.cgi?id=126715
2720 Reviewed by Anders Carlsson.
2724 2014-01-09 Benjamin Poulain <bpoulain@apple.com>
2726 Remove the BlackBerry files outside WebCore
2727 https://bugs.webkit.org/show_bug.cgi?id=126715
2729 Reviewed by Anders Carlsson.
2731 * ManualTests/blackberry: Removed.
2732 * Source/cmake/OptionsBlackBerry.cmake: Removed.
2734 2014-01-08 Martin Robinson <mrobinson@igalia.com>
2736 [GTK] [CMake] Specify the executable and library output locations in the build
2737 https://bugs.webkit.org/show_bug.cgi?id=126671
2739 Reviewed by Gustavo Noronha Silva.
2741 * Source/cmake/OptionsGTK.cmake: Explicitly specify the output locations.
2743 2014-01-08 Dániel Bátyai <dbatyai.u-szeged@partner.samsung.com>
2745 [EFL] Make FTL buildable
2746 https://bugs.webkit.org/show_bug.cgi?id=125777
2748 Reviewed by Csaba Osztrogonác.
2750 * Source/cmake/OptionsEfl.cmake:
2751 * Source/cmakeconfig.h.cmake:
2753 2014-01-08 Alberto Garcia <berto@igalia.com>
2755 REGRESSION(r160304): [GTK] Disable libtool fast install
2756 https://bugs.webkit.org/show_bug.cgi?id=126381
2758 Reviewed by Gustavo Noronha Silva.
2760 Don't disable the libtool fast-install mode unconditionally by
2763 If the fast-install mode is disabled, binaries are generated ready
2764 to use the libraries directly from the build tree. If we use the
2765 GNU linker, those binaries are then relinked when they are
2768 However, libtool fails to do it properly when an installation
2769 prefix is set with DESTDIR, and ends up installing the libtool
2770 wrappers instead of the actual binaries.
2772 * Source/autotools/SetupLibtool.m4:
2774 2014-01-07 Gustavo Noronha Silva <gustavo.noronha@collabora.com>
2776 Unreviewed GTK/CMake build fix: use the correct location for docs-build.stamp
2777 in output and dependencies declarations, so docs are not built needlessly
2780 * Source/PlatformGTK.cmake:
2782 2014-01-04 Carlos Garcia Campos <cgarcia@igalia.com>
2784 [GTK] Move all GTK/GObject unit tests to Tools/TestWebKitAPI
2785 https://bugs.webkit.org/show_bug.cgi?id=126342
2787 Reviewed by Gustavo Noronha Silva.
2789 * GNUmakefile.am: Remove unused variable.
2790 * Source/PlatformGTK.cmake: No longer include the old unit tests directories.
2792 2014-01-06 Zan Dobersek <zdobersek@igalia.com>
2794 [GTK] configure errors out when building with libc++
2795 https://bugs.webkit.org/show_bug.cgi?id=126431
2797 Reviewed by Martin Robinson.
2799 Ease up the Clang and libstdc++ combination test to only fail if libstdc++ < 4.8.1 is actually used.
2800 This allows for libc++ to be used as well. The test is moved into SetupCompilerFlags.m4 and is done
2801 after the CXXFLAGS variable is properly set up, that is when all the C++ compiler options are determined.
2803 * Source/autotools/CheckSystemAndBasicDependencies.m4:
2804 * Source/autotools/SetupCompilerFlags.m4:
2806 2014-01-06 Martin Robinson <mrobinson@igalia.com>
2808 [CMake] [GTK] Fix the build for the WebKitGTK+ developer configuration
2809 https://bugs.webkit.org/show_bug.cgi?id=126505
2811 Reviewed by Gustavo Noronha Silva.
2813 * Source/cmake/FindGLIB.cmake: Add support for finding the gio-unix include directory location.
2814 * Source/cmake/FindGUdev.cmake: Added.
2815 * Source/cmake/FindGeoClue.cmake: Added.
2816 * Source/cmake/OptionsGTK.cmake: When gamepad is enabled look for gio-unix and GUdev. When
2817 geolocation is enabled look for GeoClue.
2819 2014-01-06 Zan Dobersek <zdobersek@igalia.com>
2821 [GTK] Use libc++ for C++11 on darwin
2822 https://bugs.webkit.org/show_bug.cgi?id=126325
2824 Reviewed by Martin Robinson.
2826 * Source/autotools/SetupCompilerFlags.m4: Don't default to libstdc++ when compiling with Clang.
2827 Instead, the compiler should determine itself what standard library to use, except on Darwin,
2828 where libc++ should be enforced. The standard library of user's choosing can still be enforced
2829 through the CXXFLAGS environment variable.
2831 2014-01-05 Martin Robinson <mrobinson@igalia.com>
2833 [GTK] [CMake] Ensure that the autotools build and the CMake install the same files
2834 https://bugs.webkit.org/show_bug.cgi?id=116379
2836 Reviewed by Gustavo Noronha Silva.
2838 * Source/PlatformGTK.cmake: Install the documentation.
2839 * Source/cmake/OptionsCommon.cmake: Add a LIBEXEC variable for WebKit2 executables, and
2840 don't use the default locations on GTK+. We will get them from the CMake-provided GNU installation
2842 * Source/cmake/OptionsGTK.cmake: Setup the installation variables using the ones provided
2843 by CMake's GNU installation directory support. Fix the definition of DATADIR. Always install
2846 2014-01-05 Carlos Garcia Campos <cgarcia@igalia.com>
2848 [GTK] Stop installing WebKit2 C API headers
2849 https://bugs.webkit.org/show_bug.cgi?id=126489
2851 Reviewed by Martin Robinson.
2855 2014-01-04 Martin Robinson <mrobinson@igalia.com>
2857 [GTK] [CMake] Improve the way we locate gobject-introspection
2858 https://bugs.webkit.org/show_bug.cgi?id=126452
2860 Reviewed by Philippe Normand.
2862 * Source/cmake/FindGObjectIntrospection.cmake: Added.
2863 * Source/cmake/OptionsGTK.cmake: Load the new FindGObjectIntrospection file.
2865 2014-01-04 Martin Robinson <mrobinson@igalia.com>
2867 [GTK] [CMake] Fix the video and audio build
2868 https://bugs.webkit.org/show_bug.cgi?id=126464
2870 Reviewed by Philippe Normand.
2872 * Source/cmake/OptionsGTK.cmake: GStreamer files look for USE(GSTREAMER) and USE(WEBAUDIO_GSTREAMER),
2873 so define those when appropriate. Web audio is one by default in autotools, so turn it on for cmake
2876 2014-01-03 Martin Robinson <mrobinson@igalia.com>
2878 [CMake] The forwarding headers generated by WebKitMacros.m4 are incompatible with the headers generated by generate-forwarding-headers.pl
2879 https://bugs.webkit.org/show_bug.cgi?id=126361
2881 Reviewed by Philippe Normand.
2883 Make the forwarding headers generated by WebKitMacros.m4 compatible with the headers
2884 generated by the WebKit2 forwarding headers generation script.
2886 * Source/cmake/WebKitMacros.cmake: Try to convert absolute paths in the forwarding headers
2887 to ones that are relative to the Source directory.
2889 2014-01-02 Carlos Garcia Campos <cgarcia@igalia.com>
2891 REGRESSION(r160304): [GTK] Disable libtool fast install
2892 https://bugs.webkit.org/show_bug.cgi?id=126381
2894 Reviewed by Martin Robinson.
2896 After r160304 we are building some of our binaries that are
2897 installed with the -no-fast-install ld flag. This makes that the
2898 binaries are installed with the source code path hardcoded in
2899 binary RPATH. Disabling fast install globally, the libtool script
2900 always relinks the binaries right before being installed.
2902 * Source/autotools/SetupLibtool.m4: Add AC_DISABLE_FAST_INSTALL.
2904 2014-01-02 Jaehun Lim <ljaehun.lim@samsung.com>
2906 [CMake][EFL] Fix some typos in OptionsEfl.cmake
2907 https://bugs.webkit.org/show_bug.cgi?id=126376
2909 Reviewed by Gyuyoung Kim.
2911 * Source/cmake/WebKitFeatures.cmake: Correct a wrong word and remove comma(,).
2913 2013-12-30 Martin Robinson <mrobinson@igalia.com>
2915 [CMake] [GTK] Add support for GObject introspection
2916 https://bugs.webkit.org/show_bug.cgi?id=126162
2918 Reviewed by Daniel Bates.
2920 * Source/PlatformGTK.cmake: Add a 'gir' target that builds all GIR files.
2921 * Source/cmake/OptionsGTK.cmake: Add a macro for propagating typelib
2922 targets to the Source level of the build.
2924 2013-12-29 Martin Robinson <mrobinson@igalia.com>
2926 [GTK][CMake] Translations must be built
2927 https://bugs.webkit.org/show_bug.cgi?id=125513
2929 Reviewed by Gustavo Noronha Silva.
2931 * Source/PlatformGTK.cmake: Add the po subdirectory.
2933 2013-12-28 Giovanni Campagna <gcampagna@src.gnome.org>
2935 [GTK] Fix release builds with NetworkProcess enabled
2936 https://bugs.webkit.org/show_bug.cgi?id=126247
2938 Reviewed by Carlos Garcia Campos.
2940 * Source/autotools/symbols.filter:
2942 2013-12-26 Martin Robinson <mrobinson@igalia.com>
2944 [GTK] [CMake] Add a production build type
2945 https://bugs.webkit.org/show_bug.cgi?id=126179
2947 Reviewed by Daniel Bates.
2949 * Source/PlatformGTK.cmake: When the API tests are enabled compile the WebKit GObject
2950 API unit tests. The inclusion of these build files was inadvertently removed in an earlier
2952 * Source/cmake/OptionsGTK.cmake: When in production mode turn off all tools and tests and
2953 use the autotools linker script.
2955 2013-12-25 Martin Robinson <mrobinson@igalia.com>
2957 [GTK] [CMake] Properly name the JavaScriptCore library
2958 https://bugs.webkit.org/show_bug.cgi?id=126220
2960 Reviewed by Gustavo Noronha Silva.
2962 * Source/cmake/OptionsGTK.cmake: Set the JSC library name properly.
2964 2013-12-25 Martin Robinson <mrobinson@igalia.com>
2966 [GTK] [CMake] Clean up generated sources directories
2967 https://bugs.webkit.org/show_bug.cgi?id=126216
2969 Reviewed by Gustavo Noronha Silva.
2971 * Source/cmake/OptionsGTK.cmake: Pre-define the main derived sources directories
2972 so that they definitions can be shared easily throughout the build system.
2974 2013-12-23 Jinwoo Song <jinwoo7.song@samsung.com>
2976 [EFL][CMAKE] Case insensitive string comparison of build type
2977 https://bugs.webkit.org/show_bug.cgi?id=126153
2979 Reviewed by Daniel Bates.
2981 Compare CMAKE_BUILD_TYPE with "debug" ignoring case.
2983 * Source/cmake/OptionsEfl.cmake:
2985 2013-12-23 Gustavo Noronha Silva <gns@gnome.org>
2987 [GTK] [CMake] Add support for generating gtkdoc
2988 https://bugs.webkit.org/show_bug.cgi?id=116376
2990 Reviewed by Martin Robinson.
2992 * Source/PlatformGTK.cmake: Added. New custom target that depends on a custom command
2993 which calls our generate-gtkdoc script. It uses a docs-build.stamp for simplicity,
2994 like the autotools build.
2996 2013-12-23 Martin Robinson <mrobinson@igalia.com>
2998 [GTK] [CMake] Build the WebKit2 GObject API tests
2999 https://bugs.webkit.org/show_bug.cgi?id=125683
3001 Reviewed by Daniel Bates.
3003 * Source/PlatformGTK.cmake: Load the WebKit2 tests file if necessary.
3004 * Source/cmake/FindATSPI.cmake: Added.
3005 * Source/cmake/OptionsGTK.cmake: Look for AT-SPI, but don't fail if it isn't found.
3007 2013-12-23 Martin Robinson <mrobinson@igalia.com>
3009 [GTK] [CMake] Build the WebKit1 GObject API tests
3010 https://bugs.webkit.org/show_bug.cgi?id=125684
3012 Reviewed by Daniel Bates.
3014 * Source/PlatformGTK.cmake: Added.
3016 2013-12-22 Martin Robinson <mrobinson@igalia.com>
3018 https://bugs.webkit.org/show_bug.cgi?id=125511
3020 [GTK][CMake] libtool-compatible soversion calculation
3021 Reviewed by Gustavo Noronha Silva.
3023 * Source/cmake/OptionsGTK.cmake: Specify the appropriate libtool triples and use
3024 the CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE macro to specify the library-specific
3025 version information.
3026 * Source/cmake/WebKitHelpers.cmake: Add some helpful macros.
3028 2013-12-23 Gustavo Noronha Silva <gns@gnome.org>
3030 [GTK] [CMake] Generate pkg-config files
3031 https://bugs.webkit.org/show_bug.cgi?id=125685
3033 Reviewed by Martin Robinson.
3035 * Source/cmake/OptionsGTK.cmake: set variables used for filling in the values in the
3038 2013-12-23 Carlos Garcia Campos <cgarcia@igalia.com>
3040 [GTK] Build with network process unconditionally
3041 https://bugs.webkit.org/show_bug.cgi?id=126128
3043 Reviewed by Martin Robinson.
3045 * Source/autotools/SetupAutomake.m4: Remove network process
3046 conditional for Makefiles.
3047 * Source/autotools/SetupWebKitFeatures.m4: Remove network process
3050 2013-12-18 Gustavo Noronha Silva <gns@gnome.org>
3052 [GTK][CMake] make libjavascriptcoregtk a public shared library again
3053 https://bugs.webkit.org/show_bug.cgi?id=125512
3055 Reviewed by Martin Robinson.
3057 * CMakeLists.txt: make JavaScriptCore always be a shared library for the GTK+ port.
3058 * Source/cmake/WebKitHelpers.cmake: make -fvisibility=hidden not be applied for GTK+,
3059 visibility of some symbols is required for threading to be initialized properly by
3060 WebKit2 processes, and we will rely on a linker script that will be added later on,
3061 for production builds.
3063 2013-12-16 Martin Robinson <mrobinson@igalia.com>
3065 [GTK] [CMake] Add support for building WebKit1
3066 https://bugs.webkit.org/show_bug.cgi?id=116377
3068 Reviewed by Gustavo Noronha Silva.
3070 * Source/cmake/OptionsGTK.cmake: Turn off some features that do not build properly
3071 for WebKit1 and stop using the version script which we haven't implemented yet. Turn
3074 2013-12-18 Gustavo Noronha Silva <gns@gnome.org>
3076 [GTK][CMake] Use thin archives if building on Linux, only way to get non-shared-core debug builds
3077 https://bugs.webkit.org/show_bug.cgi?id=125951
3079 Reviewed by Martin Robinson.
3081 * Source/cmake/OptionsGTK.cmake: append T for thin archives to the flags passed to ar,
3082 also use u, which is used in the autotools build (it avoids adding a file twice).
3084 2013-12-18 Gustavo Noronha Silva <gns@gnome.org>
3086 [GTK][CMake] Remove binary size optimizations we do not use in the autotools build
3087 https://bugs.webkit.org/show_bug.cgi?id=125947
3089 Reviewed by Martin Robinson.
3091 * Source/cmake/OptionsGTK.cmake: remove the relevant flags.
3093 2013-12-18 Carlos Garcia Campos <cgarcia@igalia.com>
3095 Unreviewed. Update NEWS and Versions.m4 for 2.3.3 release.
3097 * Source/autotools/Versions.m4: Bump version numbers.
3099 2013-12-12 Martin Robinson <mrobinson@igalia.com>
3101 [GTK] [CMake] Build the plugin process against GTK+ 2
3102 https://bugs.webkit.org/show_bug.cgi?id=116374
3104 Reviewed by Gustavo Noronha Silva.
3106 * Source/cmake/FindGDK2.cmake: Added.
3107 * Source/cmake/FindGTK2.cmake: Added.
3108 * Source/cmake/OptionsGTK.cmake: Look for GTK2 and GDK2.
3109 * Source/cmake/WebKitMacros.cmake: Abstract WebKit2 IPC generation here so it
3110 can be shared between the WebKit2 library and the plugin process.
3112 2013-12-17 Simon Pena <simon.pena@samsung.com>
3114 [NIX] Enable full debug builds by having ar creating thin archives
3115 https://bugs.webkit.org/show_bug.cgi?id=125850
3117 Reviewed by Csaba Osztrogonác.
3119 By default, CMake uses ar to generate libWebCore.a with cr parameters
3120 (do not warn if the library has to be created, and replace existing
3121 files in the archive). That results in a very large file, and ar fails
3122 with sizes over 4GB.
3124 Previously, debug builds on NIX were overriding CFLAGS in order to reduce
3125 the size of the WebCore library. Once that ar creates thin archives, overriding
3126 CFLAGS is no longer needed.
3128 * Source/cmake/OptionsNix.cmake: Remove CFLAGS override for debug builds.
3130 2013-12-13 Joseph Pecoraro <pecoraro@apple.com>
3132 [GTK] Remove Warnings in building about duplicate INSPECTOR variables
3133 https://bugs.webkit.org/show_bug.cgi?id=125710
3135 Reviewed by Tim Horton.
3139 2013-12-13 Joseph Pecoraro <pecoraro@apple.com>
3141 Web Inspector: Add Inspector Code Generation to JavaScriptCore for Runtime Domain
3142 https://bugs.webkit.org/show_bug.cgi?id=125595
3144 Reviewed by Timothy Hatcher.
3148 2013-12-13 Zan Dobersek <zdobersek@igalia.com>
3150 [GTK] Remove the -Wno-c++11-extensions compiler option for Clang builds
3151 https://bugs.webkit.org/show_bug.cgi?id=125639
3153 Reviewed by Anders Carlsson.
3155 * Source/autotools/SetupCompilerFlags.m4: The -Wno-c++11-extensions compiler option was in use
3156 when building with Clang. It is now removed as the C++11 standard is enabled throughout the project.
3158 2013-12-11 Martin Robinson <mrobinson@igalia.com> and Danilo Cesar Lemes de Paula <danilo.cesar@collabora.co.uk>
3160 Adding a .ycm_extra_conf file for webkitGtk
3161 https://bugs.webkit.org/show_bug.cgi?id=119618
3163 Reviewed by Gustavo Noronha Silva.
3165 Added a YouCompleteMe flag discovery script for Vim and the GTK+ port. The script
3166 read the GTK+ build files to determine dynamically what flags to compile a source
3167 file with. This allows Vim to provide auto-complete for C++/C language. See
3168 https://github.com/Valloric/YouCompleteMe for how to use this file.
3170 * .gitignore: Ignore the YCM symlinks in the tree.
3172 2013-12-12 Zan Dobersek <zdobersek@igalia.com>
3174 Use of ar T option not supported by older binutils
3175 https://bugs.webkit.org/show_bug.cgi?id=118732
3177 Reviewed by Gustavo Noronha Silva.
3179 * Source/autotools/SetupLibtool.m4: Make the AR_FLAGS value usable inside makefiles as an Automake variable.
3181 2013-12-11 Javier Fernandez <jfernandez@igalia.com>
3183 Arithmetic overflow when computing max-height CSS property with subpixel layout
3184 https://bugs.webkit.org/show_bug.cgi?id=119273
3186 Reviewed by Martin Robinson.
3188 Enabled SATURATED_LAYOUT_ARITHMETIC for the gtk+ port.
3190 * Source/autotools/SetupWebKitFeatures.m4:
3192 2013-12-10 Tamas Gergely <tgergely.u-szeged@partner.samsung.com>
3194 [CMAKE] Remove code that disables C++0x compat warnings for gcc-4.6 and above.
3195 https://bugs.webkit.org/show_bug.cgi?id=125492
3197 Reviewed by Zoltan Herczeg.
3199 Remove the code that disables these warnings for GCC >= 4.6.0
3201 * Source/cmake/WebKitHelpers.cmake:
3203 2013-12-10 Martin Robinson <mrobinson@igalia.com>
3205 Various fixes for the CMake GTK+ build
3207 Reviewed by Gustavo Noronha.
3209 * Source/cmake/OptionsGTK.cmake: Disable Quota support to maintain consistency with
3212 2013-12-09 Brian Holt <brian.holt@samsung.com>
3214 [WK2][Gtk] Add support for ENABLE_NETWORK_PROCESS to the build system
3215 https://bugs.webkit.org/show_bug.cgi?id=118231
3217 Reviewed by Martin Robinson.
3219 Original patch by Kwang Yul Seo <skyul@company100.net>.
3221 Disabled ENABLE_NETWORK_PROCESS by default.
3223 * Source/autotools/SetupAutomake.m4:
3224 * Source/autotools/SetupWebKitFeatures.m4:
3226 2013-12-06 Alberto Garcia <berto@igalia.com>
3228 [GTK] Enable web audio by default
3229 https://bugs.webkit.org/show_bug.cgi?id=124888
3231 Reviewed by Martin Robinson.
3233 When building with ./configure, enable_web_audio defaults to
3234 "no". However the basic functionality has been working for months
3235 so it's safe to enable it now.
3237 * Source/autotools/ReadCommandLineArguments.m4:
3239 2013-12-04 Ryosuke Niwa <rniwa@webkit.org>
3241 Enable HTMLTemplateElement by default
3242 https://bugs.webkit.org/show_bug.cgi?id=123851
3244 Reviewed by Antti Koivisto.
3246 * Source/autotools/SetupWebKitFeatures.m4:
3247 * Source/cmake/WebKitFeatures.cmake:
3249 2013-12-04 László Langó <lango@inf.u-szeged.hu>
3251 Allow --cloop option to work correctly in case of EFL.
3252 https://bugs.webkit.org/show_bug.cgi?id=125217
3254 Reviewed by Zoltan Herczeg.
3256 * Source/cmake/OptionsEfl.cmake:
3257 * Source/cmake/WebKitFeatures.cmake:
3258 * Source/cmakeconfig.h.cmake:
3260 2013-12-03 Ryuan Choi <ryuan.choi@samsung.com>
3262 [EFL] Disable RTTI for release build
3263 https://bugs.webkit.org/show_bug.cgi?id=125138
3265 Reviewed by Gyuyoung Kim.
3267 Binary size will be reduced about 1M bytes without RTTI.
3268 ewebkit.so : 43,449,275 -> 42,510,224
3269 ewebkit2.so: 46,715,870 -> 45,653,989
3271 * Source/cmake/OptionsEfl.cmake: Added -fno-rtti option to CMAKE_CXX_FLAGS_RELEASE.
3273 2013-12-02 Adrian Bunk <bunk@stusta.de>
3275 [GTK] Remove unneeded autoconf macros
3276 https://bugs.webkit.org/show_bug.cgi?id=125044
3278 Compilers that do not support const/inline/volatile and
3279 systems with pre-C89-headers are anyway not supported.
3281 Reviewed by Gustavo Noronha Silva.
3283 * Source/autotools/CheckSystemAndBasicDependencies.m4:
3285 2013-11-29 Laszlo Vidacs <lac@inf.u-szeged.hu>
3287 [cmake] Fix cmake warning: Argument not separated from preceding token by whitespace
3288 https://bugs.webkit.org/show_bug.cgi?id=124899
3290 Reviewed by Gyuyoung Kim.
3292 * Source/cmake/FindCairo.cmake:
3293 * Source/cmake/FindGStreamer.cmake:
3295 2013-11-28 Antti Koivisto <antti@apple.com>
3297 Remove feature: CSS variables
3298 https://bugs.webkit.org/show_bug.cgi?id=114119
3300 Reviewed by Andreas Kling.
3302 * Source/cmakeconfig.h.cmake:
3304 2013-11-27 László Langó <lango@inf.u-szeged.hu>
3306 [EFL] The remote inspector does not show the base page.
3307 https://bugs.webkit.org/show_bug.cgi?id=124942
3309 Reviewed by Gyuyoung Kim.
3311 On EFL the remote inspector does not show the base page about
3312 which pages are available for debug. This should be fixed for
3313 further inspector development.
3315 * Source/PlatformEfl.cmake:
3317 2013-11-26 Marcelo Lira <marcelo.lira@openbossa.org>
3319 Nix upstreaming - Adding build files and supporting scripts
3320 https://bugs.webkit.org/show_bug.cgi?id=118367
3322 Reviewed by Ryosuke Niwa.
3325 * Source/CMakeLists.txt:
3326 * Source/cmake/FindEGL.cmake:
3327 * Source/cmake/FindOpenGLES2.cmake: Added.
3328 * Source/cmake/OptionsCommon.cmake:
3329 * Source/cmake/OptionsNix.cmake: Added.
3331 2013-11-25 Ryuan Choi <ryuan.choi@samsung.com>
3333 [EFL] E_DBus should be an optional
3334 https://bugs.webkit.org/show_bug.cgi?id=124881
3336 Reviewed by Gyuyoung Kim.
3338 * Source/cmake/OptionsEfl.cmake:
3339 Checked E_DBus when only ENABLE_BATTERY_STATUS is on.
3341 2013-11-25 Ryuan Choi <ryuan.choi@samsung.com>
3343 [EFL] Use Config mode of find_package for EFL 1.8
3344 https://bugs.webkit.org/show_bug.cgi?id=124555
3346 Reviewed by Gyuyoung Kim.
3348 EFL 1.8 changed VERSION macro so it's difficult to use tricky approach
3349 which parses header files to know the version. Instead, EFL 1.8 supports
3350 FooConfig.cmake such as EinaConfig.cmake.
3352 This patch tries to use a config mode if it is available.
3353 If config mode is not available with Eo, FindFoo.cmake will be used without
3354 version requirement.
3356 * Source/cmake/FindEo.cmake: Removed.
3357 EoConfig.cmake is only preffered for EFL 1.8.
3358 * Source/cmake/OptionsEfl.cmake:
3360 2013-11-23 Xabier Rodriguez Calvar <calvaris@igalia.com>
3362 [GStreamer] Remove 0.10 codepath
3363 https://bugs.webkit.org/show_bug.cgi?id=124534
3365 Reviewed by Philippe Normand.
3367 * Source/cmake/OptionsEfl.cmake: Removed GST_API_VERSION_1
3370 2013-11-22 Manuel Rego Casasnovas <rego@igalia.com>
3372 [GTK] Review enabled/disabled CSS features for release builds
3373 https://bugs.webkit.org/show_bug.cgi?id=124791
3375 Reviewed by Martin Robinson.
3377 Enable and disable some CSS features according to what last versions of
3380 * Source/autotools/SetupWebKitFeatures.m4: Enable ENABLE_CSS_REGIONS and
3381 ENABLE_CSS_STICKY_POSITION. Disable ENABLE_CSS_EXCLUSIONS and
3384 2013-11-21 Peter Molnar <pmolnar.u-szeged@partner.samsung.com>
3386 Remove ENABLE_WORKERS
3387 https://bugs.webkit.org/show_bug.cgi?id=105784
3389 Reviewed by Darin Adler.
3391 * Source/autotools/SetupWebKitFeatures.m4:
3392 * Source/cmake/WebKitFeatures.cmake:
3393 * Source/cmakeconfig.h.cmake:
3395 2013-11-20 Commit Queue <commit-queue@webkit.org>
3397 Unreviewed, rolling out r159496.
3398 http://trac.webkit.org/changeset/159496
3399 https://bugs.webkit.org/show_bug.cgi?id=124641
3401 It caused warning and build break with cmake lower than 2.8.8
3402 (Requested by ryuan on #webkit).
3404 * Source/cmake/OptionsEfl.cmake:
3406 2013-11-19 Ryuan Choi <ryuan.choi@samsung.com>
3408 [EFL] Use Config mode of find_package for EFL 1.8
3409 https://bugs.webkit.org/show_bug.cgi?id=124555
3411 Reviewed by Gyuyoung Kim.
3413 EFL 1.8 changed VERSION macro so it's difficult to use tricky approach
3414 which parses header file to know the version. Instead, EFL 1.8 supports
3415 Config mode of find_package using XXXConfig.cmake such as EinaConfig.cmake.
3417 This patch tries to use Config mode if it is available after checking Eo.
3419 * Source/cmake/OptionsEfl.cmake:
3421 2013-11-18 Carlos Garcia Campos <cgarcia@igalia.com>
3423 Unreviewed. Update NEWS and Versions.m4 for 2.3.2 release.
3425 * Source/autotools/Versions.m4: Bump version numbers.
3427 2013-11-06 Krzysztof Czech <k.czech@samsung.com>
3429 [EFL] Change required version of ATK to 2.10.0
3430 https://bugs.webkit.org/show_bug.cgi?id=123883
3432 Reviewed by Mario Sanchez Prada.
3434 Changing a required version of ATK to 2.10.0
3436 * Source/cmake/OptionsEfl.cmake:
3438 2013-11-05 Zalan Bujtas <zalan@apple.com>
3440 Widget's position change should not initiate layout, only when its size changes.
3441 https://bugs.webkit.org/show_bug.cgi?id=123860
3443 Reviewed by Andreas Kling.
3445 RenderWidgets initiate unnecessary layouts while scrolling when they are embedded to
3446 overflow:scroll containers. Scroll position change doesn't dirty the render tree
3447 so it should not trigger layout either.
3449 * ManualTests/layouts-on-renderwidgets-while-scrolling.html: Added.
3451 2013-11-05 Éva Balázsfalvi <balazsfalvi.eva@stud.u-szeged.hu>
3453 Remove leftover Qt related things from WebKitMacros.cmake
3454 https://bugs.webkit.org/show_bug.cgi?id=123798
3456 Reviewed by Anders Carlsson.
3458 * Source/cmake/WebKitMacros.cmake:
3460 2013-11-02 Patrick Gansterer <paroga@webkit.org>
3462 [WINCE] Disable export macros
3463 https://bugs.webkit.org/show_bug.cgi?id=123679
3465 Reviewed by Darin Adler.
3467 Avoid useless exports by turning of the export macros
3468 since the WinCE port works as a static library only.
3470 * Source/cmake/OptionsWinCE.cmake:
3472 2013-10-31 Ryuan Choi <ryuan.choi@samsung.com>
3474 [EFL][GLES] OpenGL should be an optional
3475 https://bugs.webkit.org/show_bug.cgi?id=123399
3477 Reviewed by Noam Rosenthal.
3479 * Source/cmake/OptionsEfl.cmake:
3480 Refactor the check routine of GL dependencies to use OpenGL as optional.
3482 2013-10-29 Carlos Garcia Campos <cgarcia@igalia.com>
3484 Unreviewed. Update NEWS and Versions.m4 for 2.3.1 release.
3486 * Source/autotools/Versions.m4: Bump version numbers.
3488 2013-10-24 Ryuan Choi <ryuan.choi@samsung.com>
3490 [EFL] Build break with latest EFL 1.8 libraries.
3491 https://bugs.webkit.org/show_bug.cgi?id=123245
3493 Reviewed by Gyuyoung Kim.
3495 After fixed build break on EFL 1.8 at r138326, EFL libraries are changed
3496 Eo typedef and splitted header files which contain version macro.
3498 * Source/cmake/EFLHelpers.cmake: Checked whether include path exist.
3499 * Source/cmake/FindEcore.cmake: Added 1.8 Header which have version macro.
3500 * Source/cmake/FindEdje.cmake: Ditto.
3501 * Source/cmake/FindEina.cmake: Ditto.
3502 * Source/cmake/FindEo.cmake: Ditto.
3503 * Source/cmake/FindEvas.cmake: Ditto.
3505 2013-10-22 Ryuan Choi <ryuan.choi@samsung.com>
3507 [EFL] Remove HAVE_GLX macro
3508 https://bugs.webkit.org/show_bug.cgi?id=123191
3510 Reviewed by Gyuyoung Kim.
3512 * Source/cmake/OptionsEfl.cmake: Removed unnecessary HAVE_GLX macro
3514 2013-10-21 Gergo Balogh <geryxyz@inf.u-szeged.hu>
3516 Remove .qmake.conf files
3517 https://bugs.webkit.org/show_bug.cgi?id=123091
3519 Reviewed by Csaba Osztrogonác.
3521 * .qmake.conf: Removed.
3523 2013-10-18 Carlos Garcia Campos <cgarcia@igalia.com>
3525 [GTK] Generate API documentation for GObject DOM bindings
3526 https://bugs.webkit.org/show_bug.cgi?id=121538
3528 Reviewed by Gustavo Noronha Silva.
3530 * GNUmakefile.am: Initialize gdom_symbol_files variable.
3532 2013-10-17 Afonso R. Costa Jr. <afonso.costa@samsung.com>
3534 [CMAKE] Update code to take advantage of CMake version 2.8.3+.
3535 https://bugs.webkit.org/show_bug.cgi?id=97516
3537 Reviewed by Gyuyoung Kim.
3539 CMake's version was changed to 2.8.3. So, these files below
3540 can be simplified to take advantage of CMake's new version.
3542 * Source/cmake/FindCairo.cmake: Simplified according to CMake 2.8.3+.
3543 * Source/cmake/FindGStreamer.cmake: Ditto.
3545 2013-10-16 Ryosuke Niwa <rniwa@webkit.org>
3547 Add a new flakiness dashboard clone
3548 https://bugs.webkit.org/show_bug.cgi?id=122936
3550 Reviewed by Anders Carlsson.
3552 Added the initial prototype.
3554 * Websites/test-results: Added.
3555 * Websites/test-results/.htaccess: Added.
3556 * Websites/test-results/admin: Added.
3557 * Websites/test-results/admin/index.php: Added.
3558 * Websites/test-results/api: Added.
3559 * Websites/test-results/api/manifest.php: Added.
3560 * Websites/test-results/api/report.php: Added.
3561 * Websites/test-results/api/results.php: Added.
3562 * Websites/test-results/include: Added.
3563 * Websites/test-results/include/config.json: Added.
3564 * Websites/test-results/include/db.php: Added.
3565 * Websites/test-results/include/init-database.sql: Added.
3566 * Websites/test-results/include/json-shared.php: Added.
3567 * Websites/test-results/include/test-results.php: Added.
3568 * Websites/test-results/index.html: Added.
3569 * Websites/test-results/js: Added.
3570 * Websites/test-results/js/autocompleter.js: Added.
3571 * Websites/test-results/js/build.js: Added.
3572 * Websites/test-results/js/dom.js: Added.
3574 2013-10-16 Csaba Osztrogonác <ossy@webkit.org>
3576 [WK2][Efl][CMake] Add support for ENABLE_NETWORK_PROCESS to the build system
3577 https://bugs.webkit.org/show_bug.cgi?id=110139
3579 Reviewed by Laszlo Gombos.
3581 Original patch by Balazs Kelemen <kbalazs@webkit.org>
3583 * Source/cmake/WebKitFeatures.cmake:
3584 * Source/cmakeconfig.h.cmake:
3586 2013-10-10 Marcelo Morais <m.morais@samsung.com>
3588 Web Inspector: Remove the old front-end from WebKit
3589 https://bugs.webkit.org/show_bug.cgi?id=122295
3591 Reviewed by Timothy Hatcher.
3593 * Source/PlatformGTK.cmake: Removed. This file was using files from the
3594 old inspector, not needed anymore.
3596 2013-10-09 Julien Brianceau <jbriance@cisco.com>
3598 [sh4] Add sh4 support when building with CMake.
3599 https://bugs.webkit.org/show_bug.cgi?id=122542
3601 Reviewed by Csaba Osztrogonác.
3605 2013-10-08 Martin Robinson <mrobinson@igalia.com>
3607 [GTK] Re-enable MathML for release builds
3608 https://bugs.webkit.org/show_bug.cgi?id=122361
3610 Reviewed by Darin Adler.
3612 * Source/autotools/SetupWebKitFeatures.m4: Enable MathML for release builds.
3614 2013-10-02 Anders Carlsson <andersca@apple.com>
3616 Remove Qt related files from the root directories
3617 https://bugs.webkit.org/show_bug.cgi?id=122249
3619 Reviewed by Andreas Kling.
3621 * Source/QtWebKit.pro: Removed.
3622 * Source/api.pri: Removed.
3623 * Source/qtwebkit.qdocconf: Removed.
3624 * Source/sync.profile: Removed.
3625 * Source/tests.pri: Removed.
3626 * Source/widgetsapi.pri: Removed.
3627 * WebKit.pro: Removed.
3629 2013-09-30 Sam Weinig <sam@webkit.org>
3631 Remove support for DOMFileSystem
3632 https://bugs.webkit.org/show_bug.cgi?id=122137
3634 Reviewed by Anders Carlsson.
3636 * Source/autotools/SetupWebKitFeatures.m4:
3637 * Source/cmake/OptionsBlackBerry.cmake:
3638 * Source/cmake/WebKitFeatures.cmake:
3639 * Source/cmakeconfig.h.cmake:
3641 2013-09-30 Benjamin Poulain <benjamin@webkit.org>
3643 Remove the code guarded by STYLE_SCOPED
3644 https://bugs.webkit.org/show_bug.cgi?id=122123
3646 Reviewed by Anders Carlsson.
3648 * Source/autotools/SetupWebKitFeatures.m4:
3649 * Source/cmake/OptionsBlackBerry.cmake:
3650 * Source/cmake/WebKitFeatures.cmake:
3651 * Source/cmakeconfig.h.cmake:
3653 2013-09-30 Allan Sandfeld Jensen <allan.jensen@digia.com>
3655 [Qt] Fix force_static_libs_as_shared in WebKit2
3656 https://bugs.webkit.org/show_bug.cgi?id=121961
3658 Reviewed by Csaba Osztrogonác.
3660 Get rid of the unused WebKit2QML library
3664 2013-09-26 Gustavo Noronha Silva <gustavo.noronha@collabora.com>
3666 [GTK] Tons of warnings caused by using FORTIFY_SOURCE in an unoptimized build
3667 https://bugs.webkit.org/show_bug.cgi?id=121836
3669 Reviewed by Martin Robinson.
3671 * Source/autotools/SetupCompilerFlags.m4: only consider enabling FORTIFY_SOURCE if optimizations have
3672 been enabled, since they are required for FORTIFY_SOURCE to work, and enabling FORTIFY_SOURCE unconditionally
3673 generates warnings in newer glibc.
3675 2013-09-25 Allan Sandfeld Jensen <allan.jensen@digia.com>
3677 [Qt] Fix build with Qt 5.2 QtPosition module
3678 https://bugs.webkit.org/show_bug.cgi?id=121089
3680 Reviewed by Simon Hausmann.
3682 QtLocation -> QtPositioning
3684 * Source/sync.profile:
3686 2013-09-24 Zan Dobersek <zdobersek@igalia.com>
3688 [GTK] Enable the Wayland target if GTK+ dependency is found
3689 https://bugs.webkit.org/show_bug.cgi?id=121704
3691 Reviewed by Gustavo Noronha Silva.
3693 The Wayland target should be enabled by default if the GTK+ dependency is of version 3.9.14 or later.
3695 * Source/autotools/FindDependencies.m4: If the Wayland target was not strictly disabled, the GTK+ dependency
3696 is tested if it can provide the Wayland GDK backend, and that the version of that backend matches the version
3697 of the master GTK+ dependency for which we already tested. If found, the target is enabled, otherwise we either
3698 warn or error out, depending on whether the build target was set to auto or completely disabled through configuration.
3699 * Source/autotools/ReadCommandLineArguments.m4: Switch the default Wayland target status to 'auto', meaning
3700 it will be disabled if the GTK+ dependency is not found.
3701 * Source/autotools/Versions.m4: Require GTK+ 3.9.14 for the Wayland target only.
3703 2013-09-23 Zan Dobersek <zdobersek@igalia.com>
3705 [Autotools] Rework the build target selection
3706 https://bugs.webkit.org/show_bug.cgi?id=121703
3708 Reviewed by Gustavo Noronha Silva.
3710 Replace the --with-target configuration flag with target-specific --enable-*-target flags:
3711 - --enable-x11-target
3712 - --enable-wayland-target
3713 - --enable-win32-target
3714 - --enable-quartz-target
3715 - --enable-directfb-target
3717 By default, the X11 target is enabled. This default is preserved only if no --enable-*-target flag
3718 is passed on the command line. When that occurs, the newly-constructed list of build targets is
3719 used to determine what build targets should actually be built. So for instance, executing just
3720 `./configure` would only enable the X11 target as that's the default, and executing
3721 `./configure --enable-wayland-target` would only enable the Wayland target, as the defaults are
3724 * Source/autotools/CheckSystemAndBasicDependencies.m4: Abort if grep was not found, just in case.
3725 * Source/autotools/CustomMacros.m4: The new file that contains helpful custom macros.
3726 * Source/autotools/FindDependencies.m4: Use the appropriate 'enable_*_target' references instead of 'with_*target'.
3727 * Source/autotools/PrintBuildConfiguration.m4: Use the new AM_APPEND_TO_DESCRIPTION macro to construct a pretty-looking
3728 description string of what targets will be built.
3729 * Source/autotools/ReadCommandLineArguments.m4: Replace the --with-target configuration flag and the related
3730 hacks with the set of --enable-*-target flags. The new AM_DETERMINE_BUILD_TARGET_STATUS macro is used to determine
3731 whether to enable specific build targets, based indirectly on the passed-in --enable-*-target flags.
3732 * Source/autotools/SetupAutoconfHeader.m4: Use the appropriate 'enable_*_target' references instead of 'with_*target'.
3733 * Source/autotools/SetupAutomake.m4: Use the appropriate 'enable_*_target' references instead of 'with_*target'.
3734 * configure.ac: Include the new CustomMacros.m4 file.
3736 2013-09-23 Claudio Saavedra <csaavedra@igalia.com>
3740 Reviewed by Carlos Garcia Campos.
3742 * Source/autotools/Versions.m4: Bump to 2.3.0
3744 2013-09-20 Sergio Correia <sergio.correia@openbossa.org>
3746 [CMAKE] FindHarfBuzz: Handle harfbuzz / harfbuzz-icu split
3747 https://bugs.webkit.org/show_bug.cgi?id=121688
3749 Reviewed by Martin Robinson.
3751 HarfBuzz 0.9.18 split ICU support into a separate harfbuzz-icu library.
3752 To be able to build with earlier and newer versions of HarfBuzz, we should
3753 check for harfbuzz-icu as well, if version >= 0.9.18.
3755 * Source/cmake/FindHarfBuzz.cmake: Check for harfbuzz-icu, if version
3758 2013-09-16 Gustavo Noronha Silva <gns@gnome.org>
3760 [GTK] Make symbol export filter more strict, and disable for dev/test builds
3761 https://bugs.webkit.org/show_bug.cgi?id=120586
3763 Reviewed by Martin Robinson.
3765 * GNUmakefile.am: only include test-related automake files when developer
3767 * Source/autotools/ReadCommandLineArguments.m4: add --enable-developer-mode,
3768 defaults to no, and to yes for debug builds.
3769 * Source/autotools/SetupAutomake.m4: add ENABLE_DEVELOPER_MODE conditional.
3770 * Source/autotools/symbols.filter: make the exported symbols list much shorter,
3771 covering only the public ABI and a few symbols required by WebKit2 processes.
3773 2013-09-13 Gustavo Noronha Silva <gustavo.noronha@collabora.com>
3775 [GTK] Move to the new web inspector
3776 https://bugs.webkit.org/show_bug.cgi?id=120647
3778 Reviewed by Carlos Garcia Campos.
3780 * GNUmakefile.am: include the new WebInspectorUI GNUmakefile.am.
3782 2013-09-13 Allan Sandfeld Jensen <allan.jensen@digia.com>
3784 [Qt] Update sync.profile
3785 https://bugs.webkit.org/show_bug.cgi?id=121295
3787 Reviewed by Simon Hausmann.
3789 Ensure we let the dependencies pick the right branch instead of always master
3790 and list all the dependencies we need on all platforms.
3792 * Source/sync.profile:
3794 2013-09-11 Mario Sanchez Prada <mario.prada@samsung.com>
3796 [GTK] Remove Gail dependency from build system for GTK3
3797 https://bugs.webkit.org/show_bug.cgi?id=119673
3799 Reviewed by Gustavo Noronha Silva.
3801 * Source/autotools/FindDependencies.m4: Don't look for GAIL at all.
3802 * Source/autotools/Versions.m4: Removed any reference to GAIL.
3803 * Source/cmake/FindGAIL3.cmake: Removed.
3804 * Source/cmake/OptionsGTK.cmake: Don't look for the GAIL package.
3806 2013-09-11 Patrick Gansterer <paroga@webkit.org>
3808 [CMake] Split out generic Windows files into its own file
3809 https://bugs.webkit.org/show_bug.cgi?id=119514
3811 Reviewed by Gyuyoung Kim.
3813 This allows us to add smaller CMakeLists.txt files when
3814 adding additional Windows ports.
3816 * Source/cmake/OptionsWinCE.cmake:
3817 * Source/cmake/WebKitMacros.cmake:
3819 2013-09-11 Alberto Garcia <berto@igalia.com>
3821 autogen.sh: fix removal of autom4te.cache
3822 https://bugs.webkit.org/show_bug.cgi?id=121150
3824 Reviewed by Carlos Garcia Campos.
3826 The removal of autom4te.cache is wrong, it uses 'rm -f' instead of
3827 'rm -rf' and it relies on an undefined variable.
3829 In addition to that, it should be done after running autoreconf,
3830 which is when it's no longer needed.
3834 2013-09-11 Alberto Garcia <berto@igalia.com>
3836 Unquoted $ORIGDIR in autogen.sh
3837 https://bugs.webkit.org/show_bug.cgi?id=19