1 2014-12-09 Gustavo Noronha Silva <gustavo.noronha@collabora.com>
3 [GTK][WK2] Add HTML5 Notifications support
4 https://bugs.webkit.org/show_bug.cgi?id=61140
6 Reviewed by Carlos Garcia Campos.
8 * Source/cmake/FindLibNotify.cmake: Added.
9 * Source/cmake/OptionsGTK.cmake: add option to enable notifications, look for
10 libnotify and use it for a default implementation when found.
12 2014-12-09 Bem Jones-Bey <bjonesbe@adobe.com>
14 REGRESSION(r155906): Page content disappears on Tuaw article after loading
15 https://bugs.webkit.org/show_bug.cgi?id=138100
17 Reviewed by Simon Fraser.
19 DRT causes an extra paint which makes it impossible to test this with
22 * ManualTests/float-layer-not-painting.html: Added.
24 2014-12-07 Alberto Garcia <berto@igalia.com>
26 [GTK] WebKit has a new required dependency on GnuTLS
27 https://bugs.webkit.org/show_bug.cgi?id=136158
29 Reviewed by Martin Robinson.
31 Detect if GnuTLS is installed and enable or disable subtle crypto
34 * Source/cmake/OptionsGTK.cmake:
36 2014-12-07 Carlos Garcia Campos <cgarcia@igalia.com>
38 [GTK] Missing API detected in GObject DOM bindings after r176630
39 https://bugs.webkit.org/show_bug.cgi?id=139201
41 Reviewed by Gustavo Noronha Silva.
43 Change GENERATE_BINDINGS macro to receive a list of optional
44 additional dependencies, so that we can add more dependecies
45 without having to change the macro.
47 * Source/cmake/WebKitMacros.cmake:
49 2014-12-05 Simon Fraser <simon.fraser@apple.com>
51 Programmatic scrolling and content changes are not always synchronized
52 https://bugs.webkit.org/show_bug.cgi?id=139245
53 rdar://problem/18833612
55 Reviewed by Anders Carlsson.
57 Manual test that tries to sync layout with programmatic scrolling.
59 * ManualTests/programmatic-scroll-flicker.html: Added.
61 2014-12-04 Alberto Garcia <berto@igalia.com>
63 can not find cairo-gl.h when build webkit with gtk on ubuntu 14.04
64 https://bugs.webkit.org/show_bug.cgi?id=136576
66 Reviewed by Carlos Garcia Campos.
68 CMake should complain if Accelerated 2D Canvas is explicitly
69 enabled but cairo-gl is not found.
71 * Source/cmake/OptionsGTK.cmake:
73 2014-12-03 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
75 [EFL] Add subtle crypto to the build system
76 https://bugs.webkit.org/show_bug.cgi?id=138612
78 Reviewed by Csaba Osztrogonác.
80 * Source/cmake/OptionsEfl.cmake:
82 2014-12-01 Gyuyoung Kim <gyuyoung.kim@samsung.com>
84 [EFL] Add a ENABLE_CSS_SCROLL_SNAP macro to CMake build system
85 https://bugs.webkit.org/show_bug.cgi?id=139085
87 Reviewed by Andreas Kling.
89 * Source/cmake/OptionsEfl.cmake: Add ENABLE_CSS_SCROLL_SNAP.
90 * Source/cmake/WebKitFeatures.cmake: ditto.
91 * Source/cmakeconfig.h.cmake: ditto.
93 2014-11-30 Ryuan Choi <ryuan.choi@navercorp.com>
95 [EFL] Drop support for the EFL 1.7
96 https://bugs.webkit.org/show_bug.cgi?id=139114
98 Reviewed by Gyuyoung Kim.
100 * Source/cmake/EFLHelpers.cmake: Removed.
101 * Source/cmake/FindEcore.cmake: Removed.
102 * Source/cmake/FindEdje.cmake: Removed.
103 * Source/cmake/FindEet.cmake: Removed.
104 * Source/cmake/FindEeze.cmake: Removed.
105 * Source/cmake/FindEfreet.cmake: Removed.
106 * Source/cmake/FindEina.cmake: Removed.
107 * Source/cmake/FindElementary.cmake: Removed.
108 * Source/cmake/FindEvas.cmake: Removed.
109 * Source/cmake/OptionsEfl.cmake:
111 2014-11-28 Philippe Normand <pnormand@igalia.com>
113 [CMake] Build failure against GStreamer git master
114 https://bugs.webkit.org/show_bug.cgi?id=138872
116 Reviewed by Csaba Osztrogon.
118 * Source/cmake/FindGStreamer.cmake: Simplified the
119 FIND_GSTREAMER_COMPONENT macro. Trust pkg-config for include
120 headers lookup, there's no need to do this manually. Also
121 explicitely check the version specified in GStreamer_FIND_VERSION.
123 2014-11-27 Ryuan Choi <ryuan.choi@navercorp.com>
125 [EFL] Remove E_Dbus dependency
126 https://bugs.webkit.org/show_bug.cgi?id=136355
128 Reviewed by Gyuyoung Kim.
130 * Source/cmake/FindE_DBus.cmake: Removed.
131 * Source/cmake/OptionsEfl.cmake:
133 2014-11-24 Carlos Garcia Campos <cgarcia@igalia.com>
135 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.1 release.
137 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
139 2014-11-20 Csaba Osztrogonác <ossy@webkit.org>
141 [CMake] Use ld.gold if it is available to speedup builds
142 https://bugs.webkit.org/show_bug.cgi?id=137953
144 Reviewed by Carlos Garcia Campos.
146 * Source/cmake/OptionsCommon.cmake:
148 2014-11-19 Akos Kiss <akiss@inf.u-szeged.hu>
150 Fix the detection of toolchain support for Cortex-A53 erratum 835769 workaround
151 https://bugs.webkit.org/show_bug.cgi?id=138840
153 Reviewed by Csaba Osztrogonác.
155 * Source/cmake/OptionsCommon.cmake:
157 2014-11-13 Csaba Osztrogonác <ossy@webkit.org>
159 Remove Source/Platform cruft
160 https://bugs.webkit.org/show_bug.cgi?id=138658
162 Reviewed by Anders Carlsson.
165 * Source/Platform: Removed.
167 2014-11-10 Akos Kiss <akiss@inf.u-szeged.hu>
169 Enable Cortex-A53-specific code paths by default if core is detected.
170 https://bugs.webkit.org/show_bug.cgi?id=138499
172 Reviewed by Csaba Osztrogonác.
174 On ARM64/Linux, check /proc/cpuinfo for CPU part 0xd03 (signaling
175 Cortex-A53) and set the initial value of WTF_CPU_ARM64_CORTEXA53 to true
178 Since on ARM64/Linux the part number that cpuinfo reports depends on
179 the core the query is run on, the check is bound to and executed on the
180 available cores one by one.
182 * Source/cmake/OptionsCommon.cmake:
184 2014-11-10 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
186 [EFL] Remove unnecessary version check from OptionsEfl.cmake
187 https://bugs.webkit.org/show_bug.cgi?id=138498
189 Reviewed by Csaba Osztrogonác.
191 * Source/cmake/OptionsEfl.cmake:
193 2014-11-07 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
195 [EFL] Require at least EFL 1.9 if ENABLE(ACCESSIBILITY) after r175098
196 https://bugs.webkit.org/show_bug.cgi?id=138465
198 Reviewed by Gyuyoung Kim.
200 * Source/cmake/OptionsEfl.cmake:
202 2014-11-03 Dean Jackson <dino@apple.com>
204 Add ENABLE_FILTERS_LEVEL_2 feature guard.
205 https://bugs.webkit.org/show_bug.cgi?id=138362
207 Reviewed by Tim Horton.
209 Add a new feature define for Level 2 of CSS Filters.
210 http://dev.w3.org/fxtf/filters-2/
212 * Source/cmake/OptionsEfl.cmake:
213 * Source/cmake/OptionsGTK.cmake:
214 * Source/cmake/OptionsMac.cmake:
215 * Source/cmake/WebKitFeatures.cmake:
216 * Source/cmakeconfig.h.cmake:
218 2014-11-03 Akos Kiss <akiss@inf.u-szeged.hu>
220 Workaround for Cortex-A53 erratum 835769
221 https://bugs.webkit.org/show_bug.cgi?id=138315
223 Reviewed by Filip Pizlo.
225 This patch introduces CMake variable and preprocessor macro
226 WTF_CPU_ARM64_CORTEXA53 with the aim of enabling Cortex-A53-specific
227 code paths, if set true.
229 * Source/cmake/OptionsCommon.cmake:
230 Add -mfix-cortex-a53-835769 to the compiler flags if compiler supports
232 * Source/cmakeconfig.h.cmake:
233 #cmakedefine01 for WTF_CPU_ARM64_CORTEXA53
235 2014-11-02 Akos Kiss <akiss@inf.u-szeged.hu>
237 [GTK] Fix the build of FTL JIT
238 https://bugs.webkit.org/show_bug.cgi?id=138298
240 Reviewed by Carlos Garcia Campos.
242 * Source/cmake/OptionsGTK.cmake:
243 Remove the need for the LIBCXXABI package.
245 2014-11-01 Carlos Garcia Campos <cgarcia@igalia.com>
247 REGRESSION(CMake): Make it possible to build without introspection
248 https://bugs.webkit.org/show_bug.cgi?id=138006
250 Reviewed by Philippe Normand.
252 Add ENABLE_INTROSPECTION option.
254 * Source/PlatformGTK.cmake: Dot not add gir global target if
255 introspection is disabled.
256 * Source/cmake/OptionsGTK.cmake: Do not add gir individual targets if
257 introspection is disabled.
259 2014-10-31 Adrian Perez de Castro <aperez@igalia.com>
261 [GTK] Support script message handlers WebKitUserContentManager
262 https://bugs.webkit.org/show_bug.cgi?id=133730
264 Reviewed by Carlos Garcia Campos.
266 Support user script message handlers in WebKitUserContentManager.
267 This needs building with ENABLE_USER_MESSAGE_HANDLERS, for which
268 an option is added to the CMake build files. The option is disabled
269 globally by default, and the WebKitGTK port enables it. On the API
270 level, two new methods to register and unregister names are provided
271 in the "window.webkit" namespace, and on message reception the
272 "WebKitUserContentManager::script-message-received" signal is
273 emitted, using the registered names as signal detail.
275 * Source/cmake/OptionsGTK.cmake: For the GTK port, enable the
276 ENABLE_USER_MESSAGE_HANDLERS feature by default.
277 * Source/cmake/WebKitFeatures.cmake: Add feature description for
278 ENABLE_USER_MESSAGE_HANDLERS, disabled by default.
280 2014-10-29 Raphael Kubo da Costa <rakuco@FreeBSD.org>
282 [GTK] Bump libsoup's minimum version to 2.42.0.
283 https://bugs.webkit.org/show_bug.cgi?id=138086
285 Reviewed by Martin Robinson.
287 The SOUP_CHECK_VERSION macro was added in libsoup 2.41.1, and the
288 soup-version.h header was added to soup.h in 2.41.4, which then becomes
289 the minimum version required to build the port these days.
291 In addition, since the autotools build system required 2.42.0 before
292 being retired, require the same version here. Version 2.42.0 was also
294 https://lists.webkit.org/pipermail/webkit-gtk/2013-March/001387.html.
296 * Source/cmake/OptionsGTK.cmake:
298 2014-10-28 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
300 [EFL] Remove unnecessary defines from OptionsEfl.cmake
301 https://bugs.webkit.org/show_bug.cgi?id=138132
303 Reviewed by Csaba Osztrogonác.
305 * Source/cmake/OptionsEfl.cmake:
307 2014-10-28 Carlos Garcia Campos <cgarcia@igalia.com>
309 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.1 release.
311 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
313 2014-10-21 Ryuan Choi <ryuan.choi@gmail.com>
315 [EFL] Remove unnecessary ENABLE_3D_RENDERING definition from OptionsEfl.cmake
316 https://bugs.webkit.org/show_bug.cgi?id=137946
318 Reviewed by Gyuyoung Kim.
320 ENABLE_3D_RENDERING is already enabled as WEBKIT_OPTION_DEFAULT_PORT_VALUE since r135813.
322 * Source/cmake/OptionsEfl.cmake:
324 2014-10-21 Dániel Bátyai <dbatyai.u-szeged@partner.samsung.com>
326 Fix FTL Native Inlining for EFL
327 https://bugs.webkit.org/show_bug.cgi?id=137774
329 Reviewed by Michael Saboff.
331 Updated CMake for FTL Native Inlining.
334 * Source/cmake/FindClang.cmake: Added.
335 * Source/cmake/OptionsEfl.cmake:
336 * Source/cmakeconfig.h.cmake:
338 2014-10-20 Joseph Pecoraro <pecoraro@apple.com>
340 Web Inspector: Generate all Inspector domains together in JavaScriptCore
341 https://bugs.webkit.org/show_bug.cgi?id=137748
343 Reviewed by Brian Burg.
345 * Source/PlatformEfl.cmake:
347 2014-10-20 Carlos Garcia Campos <cgarcia@igalia.com>
349 [GTK] Add initial gestures support
350 https://bugs.webkit.org/show_bug.cgi?id=137812
352 Reviewed by Sergio Villar Senin.
354 Check if the GTK+ version supports gestures or not.
356 * Source/cmake/FindGTK3.cmake:
357 * Source/cmake/OptionsGTK.cmake:
359 2014-10-16 Carlos Garcia Campos <cgarcia@igalia.com>
361 REGRESSION(CMake): [GTK] WebKitSettings:enable-smooth-scrolling does nothing
362 https://bugs.webkit.org/show_bug.cgi?id=137781
364 Reviewed by Martin Robinson.
366 We used to enable smooth scrolling unconditionally in autotools
367 (via WebKitFeatures.m4), but since the switch to CMake it's
368 unconditionally disabled, so changing the setting doesn't have any
371 * Source/cmake/OptionsGTK.cmake: Enable smooth scrolling.
373 2014-10-16 Pascal Jacquemart <p.jacquemart@samsung.com>
375 Removing CUSTOM_PROTOCOLS guard
376 https://bugs.webkit.org/show_bug.cgi?id=137741
378 Reviewed by Benjamin Poulain.
380 * Source/cmake/OptionsEfl.cmake:
382 2014-10-11 KwangHyuk Kim <hyuki.kim@samsung.com>
384 [EFL] Enable WebP support.
385 https://bugs.webkit.org/show_bug.cgi?id=136156
387 Reviewed by Gyuyoung Kim.
389 Add WebP package finding rule.
391 * Source/cmake/OptionsEfl.cmake:
393 2014-10-07 Pascal Jacquemart <p.jacquemart@samsung.com>
395 [EFL] Enable custom URI schemes with CustomProtocols
396 https://bugs.webkit.org/show_bug.cgi?id=128177
398 Reviewed by Gyuyoung Kim.
400 Fixing ewk_context_url_scheme_register() ewebkit2 API
401 rely on r162449 - CustomProtocols implementation from Carlos Garcia Campos
403 * Source/cmake/OptionsEfl.cmake: Forcing CUSTOM_PROTOCOLS flag
405 2014-10-01 Michael Catanzaro <mcatanzaro@igalia.com>
407 Bump version to 2.7.0
408 https://bugs.webkit.org/show_bug.cgi?id=137301
410 Rubber-stamped by Carlos Garcia Campos.
412 * Source/cmake/OptionsGTK.cmake: Bump version numbers
414 2014-09-30 Gyuyoung Kim <gyuyoung.kim@samsung.com>
416 [EFL] Rename TEST_THEME_DIR macro
417 https://bugs.webkit.org/show_bug.cgi?id=137244
419 Reviewed by Csaba Osztrogonác.
421 * Source/cmake/OptionsEfl.cmake: Rename TEST_THEME_DIR to DEFAULT_THEME_DIR.
423 2014-09-27 Dan Bernstein <mitz@apple.com>
425 WebKit top of tree sources won't build in 10.9 w/ Xcode 6.0.1
426 https://bugs.webkit.org/show_bug.cgi?id=137053
428 Reviewed by Mark Rowe.
430 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
431 In the build pre-action, pass the --wksi and --llvm options to
432 copy-webkitlibraries-to-product-directory.
433 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme: Ditto.
435 2014-09-26 Carlos Garcia Campos <cgarcia@igalia.com>
437 [GTK] Enable CSS_IMAGE_SET in production builds
438 https://bugs.webkit.org/show_bug.cgi?id=137142
440 Reviewed by Alejandro G. Castro.
442 This is required by the inspector to show some of the icons that
445 * Source/cmake/OptionsGTK.cmake:
447 2014-09-25 Carlos Garcia Campos <cgarcia@igalia.com>
449 [Gtk] build.sh needs a -- before make options when the build command is cmake --build
450 https://bugs.webkit.org/show_bug.cgi?id=136377
452 Reviewed by Philippe Normand.
454 * Source/cmake/OptionsGTK.cmake: Only create the build.sh script
455 for CMake versions less than 3.
457 2014-09-25 Csaba Osztrogonác <ossy@webkit.org>
459 Remove WinCE port from trunk
460 https://bugs.webkit.org/show_bug.cgi?id=136951
462 Reviewed by Alex Christensen.
464 * Source/cmake/OptionsWinCE.cmake: Removed.
465 * Source/cmake/WebKitPackaging.cmake:
467 2014-09-17 Renato Nagy <rnagy@inf.u-szeged.hu>
469 [EFL][GTK] Remove WebKit1 related codes
470 https://bugs.webkit.org/show_bug.cgi?id=136853
472 Reviewed by Csaba Osztrogonác.
474 Gtk and EFL WebKit1 ports no longer exist. Webkit1 related codes were deleted
477 * Source/PlatformGTK.cmake:
479 2014-09-16 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
482 https://bugs.webkit.org/show_bug.cgi?id=136820
484 Reviewed by Csaba Osztrogonác.
486 * Source/cmake/FindICU.cmake:
488 2014-09-15 Zan Dobersek <zdobersek@igalia.com>
490 [CMake] Remove FIND_PACKAGE_HANDLE_STANDARD_ARGS call for WAYLAND_EGL in FindWayland.cmake
491 https://bugs.webkit.org/show_bug.cgi?id=136814
493 Reviewed by Philippe Normand.
495 * Source/cmake/FindWayland.cmake: This line was committed by mistake.
496 We bundle the wayland-egl dependency with wayland-client and wayland-server
497 and store the resulting variables with the WAYLAND_ prefix. Because of this
498 this line wasn't exporting anything useful.
500 2014-09-12 Csaba Osztrogonác <ossy@webkit.org>
504 * Source/cmake/WebKitMacros.cmake:
506 2014-09-11 László Langó <llango.u-szeged@partner.samsung.com>
508 [JavaScriptCore] Fix FTL on platform EFL.
509 https://bugs.webkit.org/show_bug.cgi?id=133571
511 Reviewed by Filip Pizlo.
515 * Source/cmake/FindLIBCXXABI.cmake: Removed.
516 * Source/cmake/OptionsEfl.cmake:
518 2014-09-08 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
521 https://bugs.webkit.org/show_bug.cgi?id=136571
523 Reviewed by Darin Adler.
525 * Source/cmake/OptionsEfl.cmake:
526 * Source/cmake/OptionsGTK.cmake:
527 * Source/cmake/OptionsMac.cmake:
528 * Source/cmake/WebKitFeatures.cmake:
529 * Source/cmakeconfig.h.cmake:
531 2014-09-04 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
533 Remove CSS_FILTERS flag
534 https://bugs.webkit.org/show_bug.cgi?id=136529
536 Reviewed by Dirk Schulze.
538 * Source/cmake/OptionsEfl.cmake:
539 * Source/cmake/OptionsGTK.cmake:
540 * Source/cmake/OptionsMac.cmake:
541 * Source/cmake/WebKitFeatures.cmake:
542 * Source/cmakeconfig.h.cmake:
544 2014-09-01 Gyuyoung Kim <gyuyoung.kim@samsung.com>
546 [CMAKE] Build warning by INTERFACE_LINK_LIBRARIES
547 https://bugs.webkit.org/show_bug.cgi?id=136194
549 Reviewed by Csaba Osztrogonác.
551 Set the LINK_INTERFACE_LIBRARIES target property on the top level CMakeLists.txt.
555 2014-08-29 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
557 [EFL] Remove non Coordinated Graphics code path from cmake build system after r142169
558 https://bugs.webkit.org/show_bug.cgi?id=135560
560 Reviewed by Gyuyoung Kim.
562 * Source/cmake/OptionsEfl.cmake: Removed TILED_BACKING_STORE guard.
564 2014-08-28 Brian J. Burg <burg@cs.washington.edu>
566 WebInspectorUI.framework is not built for the "All Source" Xcode scheme
567 https://bugs.webkit.org/show_bug.cgi?id=136343
569 Reviewed by David Kilzer.
571 The "build" and "run" actions in Xcode should copy over the latest Inspector resources.
573 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
574 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
576 2014-08-27 Krzysztof Czech <k.czech@samsung.com>
578 [EFL] Share fast/speechsynthesis/ with other ports
579 https://bugs.webkit.org/show_bug.cgi?id=136224
581 Reviewed by Chris Fleizach.
583 Enable WebSpeech for EFL.
585 * Source/cmake/OptionsEfl.cmake:
587 2014-08-26 Krzysztof Czech <k.czech@samsung.com>
589 [EFL] Utilize espeak as a synthesizer back-end for WebSpeech
590 https://bugs.webkit.org/show_bug.cgi?id=136127
592 Reviewed by Gyuyoung Kim.
594 Add build support for espeak.
596 * Source/cmake/FindEspeak.cmake: Added.
597 * Source/cmake/OptionsEfl.cmake: Add Espeak dependency.
599 2014-08-26 Ryuan Choi <ryuan.choi@samsung.com>
601 [EFL] Build break using clang
602 https://bugs.webkit.org/show_bug.cgi?id=136245
604 Reviewed by Gyuyoung Kim.
606 * Source/cmake/OptionsEfl.cmake:
607 Disable ENABLE_WERROR when compiler is Clang as workaround because there are too many warnings.
608 Some warnings are from system libraries.
610 2014-08-25 Alberto Garcia <berto@igalia.com>
612 [GTK] Unify webkitgtk and webkit2gtk directories
613 https://bugs.webkit.org/show_bug.cgi?id=136209
615 Reviewed by Carlos Garcia Campos.
617 Use webkit2gtk-X.X both for the process binaries and the injected
620 * Source/cmake/OptionsGTK.cmake:
622 2014-08-24 Ryuan Choi <ryuan.choi@samsung.com>
624 [EFL] Move Efl specific code from Source/CMakeLists.txt
625 https://bugs.webkit.org/show_bug.cgi?id=136206
627 Reviewed by Gyuyoung Kim.
629 WebKit/Efl only uses ENABLE_WERROR so it can be moved into OptionsEfl.cmake.
630 Inaddition, renamed ADDITIONAL_FLAGS to ADDITIONAL_COMPILER_FLAGS.
632 * Source/CMakeLists.txt:
633 * Source/cmake/OptionsEfl.cmake:
635 2014-08-24 Ryuan Choi <ryuan.choi@samsung.com>
637 [EFL] Introduce DEVELOPER_MODE
638 https://bugs.webkit.org/show_bug.cgi?id=135884
640 Reviewed by Gyuyoung Kim.
642 Like GTK port, DEVELOPER_MODE can be good solution for developing, debugging and testing
643 instead of SHARED_CORE.
644 SHARED_CORE can reduce link time and memory consumption but it is slightly different
647 * Source/cmake/OptionsEfl.cmake:
648 * Source/cmake/WebKitHelpers.cmake:
649 Moved fvisibility=hidden to OptionsEfl.cmake
651 2014-08-22 KwangHyuk Kim <hyuki.kim@samsung.com>
653 [EFL] Turn on ENABLE_GAMEPAD_DEPRECATED option.
654 https://bugs.webkit.org/show_bug.cgi?id=136110
656 Reviewed by Gyuyoung Kim.
658 Turn on ENABLE_GAMEPAD_DEPRECATED option for the WK2 Efl.
660 * Source/cmake/OptionsEfl.cmake:
662 2014-08-22 Gyuyoung Kim <gyuyoung.kim@samsung.com>
664 [EFL] Apply eflsymbols.filter to WebKit2
665 https://bugs.webkit.org/show_bug.cgi?id=136148
667 Reviewed by Csaba Osztrogonác.
669 eflsymbol filter hasn't been applied to WK2 port. Additionally clean up WK1 symbol
670 in the eflsymbols.filter.
672 * Source/cmake/OptionsEfl.cmake:
673 * Source/cmake/eflsymbols.filter:
675 2014-08-21 Zalan Bujtas <zalan@apple.com>
677 Enable SATURATED_LAYOUT_ARITHMETIC.
678 https://bugs.webkit.org/show_bug.cgi?id=136106
680 Reviewed by Simon Fraser.
682 SATURATED_LAYOUT_ARITHMETIC protects LayoutUnit against arithmetic overflow.
683 (No measurable performance regression on Mac.)
685 * Source/cmake/OptionsMac.cmake:
686 * Source/cmake/WebKitFeatures.cmake:
687 * Source/cmakeconfig.h.cmake:
689 2014-08-19 Zalan Bujtas <zalan@apple.com>
691 Remove ENABLE(SUBPIXEL_LAYOUT).
692 https://bugs.webkit.org/show_bug.cgi?id=136077
694 Reviewed by Simon Fraser.
696 Remove compile time flag SUBPIXEL_LAYOUT. All ports have it enabled for a while now.
698 * Source/cmake/OptionsEfl.cmake:
699 * Source/cmake/OptionsGTK.cmake:
700 * Source/cmake/OptionsMac.cmake:
701 * Source/cmake/WebKitFeatures.cmake:
702 * Source/cmakeconfig.h.cmake:
704 2014-08-17 Zan Dobersek <zdobersek@igalia.com>
706 [CMake] Optimization-disabling compiler flags should be appended to CMAKE_C(XX)_FLAGS_RELEASE
707 https://bugs.webkit.org/show_bug.cgi?id=135980
709 Reviewed by Martin Robinson.
711 CMAKE_C(XX)_FLAGS_RELEASE variables usually contain the -On flag which
712 overrides any other disabled optimization that was prepended to these
713 variables or was added to the CMAKE_C(XX)_FLAGS variables which CMake
714 lists first in the final list of compilation flags.
716 To avoid -On re-enabling optimizations that we'd like to keep disabled,
717 the specific compiler flags must be appended to CMAKE_C(XX)_FLAGS_RELEASE.
719 * Source/cmake/OptionsCommon.cmake:
720 * Source/cmake/OptionsEfl.cmake: Also do the appending with CMAKE_SHARED_LINKER_FLAGS_RELEASE.
721 * Source/cmake/OptionsGTK.cmake:
723 2014-08-15 Carlos Garcia Campos <cgarcia@igalia.com>
725 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.5.3 release.
727 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
729 2014-08-15 Ting-Wei Lan <lantw44@gmail.com>
731 [GTK] Disable memory sampler on non-Linux system
732 https://bugs.webkit.org/show_bug.cgi?id=134483
734 Reviewed by Philippe Normand.
736 Source/WebKit2/Shared/linux/WebMemorySamplerLinux.cpp only works on
737 Linux because it uses many Linux-specific features, so we should disable
738 memory sampler on other systems by default.
740 * Source/cmake/OptionsGTK.cmake:
742 2014-08-15 Carlos Garcia Campos <cgarcia@igalia.com>
744 [GTK] HTML API documentation should also be installed versioned
745 https://bugs.webkit.org/show_bug.cgi?id=135970
747 Reviewed by Philippe Normand.
749 * Source/PlatformGTK.cmake: Append -${WEBKITGTK_API_VERSION} to
752 2014-08-14 Tomas Popela <tpopela@redhat.com>
754 Add support for ppc, ppc64, ppc64le, s390, s390x into the CMake build
755 https://bugs.webkit.org/show_bug.cgi?id=135937
757 Reviewed by Carlos Garcia Campos.
761 2014-08-14 Carlos Garcia Campos <cgarcia@igalia.com>
763 [GTK] REGRESSION(r171598, CMake): Introspection files are installed at the wrong path
764 https://bugs.webkit.org/show_bug.cgi?id=135934
766 Reviewed by Gustavo Noronha Silva.
768 Since r171598 gir files are installed under $datadir/webkitgtk-4.0/gir-1.0/.
769 The gir files should installed in $datadir/gir-1.0/ together with all other
770 gir files. We don't need to install introspection files in a versioned
771 directory because their filenames already contain the binary version. But before
772 r171598, the files were only installed to the right directory if the
773 gobject-instrospection pkg-config file was in the same prefix than the one we
774 wanted to install, because the gir and typelibs directories were extracted from
775 the pkg-config file. We should define INTROSPECTION_INSTALL_GIRDIR and
776 INTROSPECTION_INSTALL_TYPELIBDIR in OptionsGTK.cmake based on $datadir and $libdir
777 like we do in the autotools build.
779 * Source/cmake/FindGObjectIntrospection.cmake: Do not define
780 INTROSPECTION_INSTALL_GIRDIR and INTROSPECTION_INSTALL_TYPELIBDIR.
781 * Source/cmake/OptionsGTK.cmake: Define
782 INTROSPECTION_INSTALL_GIRDIR and INTROSPECTION_INSTALL_TYPELIBDIR.
784 2014-08-14 Carlos Garcia Campos <cgarcia@igalia.com>
786 [GTK] WebKit DOM documentation (webkitdomgtk) not installed after make install
787 https://bugs.webkit.org/show_bug.cgi?id=135836
789 Reviewed by Philippe Normand.
791 * Source/PlatformGTK.cmake: Add install command to also install
792 the GObject DOM bindings API docs.
794 2014-08-14 Zan Dobersek <zdobersek@igalia.com>
796 Unreviewed. In r165709 I mistakenly appended the -fno-exceptions
797 and -fno-strict-aliasing compiler flags to CMAKE_CXX_FLAGS and then
798 re-set CMAKE_C_FLAGS with the new string. The two flags should really
799 be appended to CMAKE_C_FLAGS and the same variable re-set with the
802 * Source/cmake/OptionsCommon.cmake:
804 2014-08-13 Alex Christensen <achristensen@webkit.org>
806 Progress towards CMake on Mac.
807 https://bugs.webkit.org/show_bug.cgi?id=135819
809 Reviewed by Laszlo Gombos.
811 * Source/cmake/OptionsMac.cmake:
812 Disable some more features temporarily to get CMake working.
813 * Source/cmake/WebKitMacros.cmake:
814 Added an extension parameter to GENERATE_BINDINGS to allow ObjC bindings to generate .mm files.
816 2014-08-12 Eduardo Lima Mitev <elima@igalia.com>
818 [GTK] Subtle-crypto feature off by default and add a new configure flag to enable it
819 https://bugs.webkit.org/show_bug.cgi?id=135798
821 Reviewed by Philippe Normand.
823 * Source/cmake/OptionsGTK.cmake: Makes SUBTLE_CRYPTO flag off by default.
825 2014-08-12 Eduardo Lima Mitev <elima@igalia.com>
826 [GTK] Adds dependency on GnuTLS 3.0+ for the implementation of subtle crypto algorithms
827 https://bugs.webkit.org/show_bug.cgi?id=133317
829 GnuTLS is already an indirect dependency through libsoup -> glib-networking.
831 Reviewed by Philippe Normand.
833 No new tests since no new functionality has been added.
835 * Source/cmake/OptionsGTK.cmake: Adds search for required GnuTLS package
837 2014-08-11 Commit Queue <commit-queue@webkit.org>
839 Unreviewed, rolling out r172393.
840 https://bugs.webkit.org/show_bug.cgi?id=135796
842 discussion needed about GnuTLS version bump on the bots
843 (Requested by philn on #webkit).
847 https://bugs.webkit.org/show_bug.cgi?id=133317
848 http://trac.webkit.org/changeset/172393
850 2014-08-11 Eduardo Lima Mitev <elima@igalia.com>
851 [GTK] Adds dependency on GnuTLS 3.0+ for the implementation of subtle crypto algorithms
852 https://bugs.webkit.org/show_bug.cgi?id=133317
854 GnuTLS is already an indirect dependency through libsoup -> glib-networking.
856 Reviewed by Philippe Normand.
858 No new tests since no new functionality has been added.
860 * Source/cmake/OptionsGTK.cmake: Adds search for required GnuTLS package
862 2014-08-11 Eduardo Lima Mitev <elima@igalia.com>
864 [GTK] Adds stubs for all subtle crypto algorithm implemntations
865 https://bugs.webkit.org/show_bug.cgi?id=133316
867 Reviewed by Philippe Normand.
869 * Source/cmake/OptionsGTK.cmake: Add ENABLE_SUBTLE_CRYPTO option
870 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_SUBTLE_CRYPTO option
871 * Source/cmakeconfig.h.cmake: Define ENABLE_SUBTLE_CRYPTO
873 2014-08-11 Carlos Garcia Campos <cgarcia@igalia.com>
875 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.5.2 release.
877 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
879 2014-08-10 Carlos Garcia Campos <cgarcia@igalia.com>
881 [GTK] REGRESSION(r166239): The ld version script is not being used
882 https://bugs.webkit.org/show_bug.cgi?id=135694
884 Reviewed by Martin Robinson.
886 Move the symbols filter file from Tools/gtk to Source/cmake and rename
887 it as gtksymbols.filter. Also updated it, since some of the symbols
888 exported were renamed.
890 * Source/cmake/OptionsGTK.cmake:
891 * Source/cmake/gtksymbols.filter: Renamed from Tools/gtk/symbols.filter.
893 2014-08-10 Carlos Garcia Campos <cgarcia@igalia.com>
895 [GTK] Child processes should be installed in a versioned directory
896 https://bugs.webkit.org/show_bug.cgi?id=135754
898 Reviewed by Gustavo Noronha Silva.
900 Define LIBEXEC_INSTALL_DIR as
901 ${CMAKE_INSTALL_FULL_LIBEXECDIR}/webkitgtk-${WEBKITGTK_API_VERSION}
902 so that the child processes are installed in $libexec/webkitgtk-4.0.
903 This makes it possible to install 2.6 in parallel to older versions.
905 * Source/cmake/OptionsGTK.cmake:
907 2014-08-08 Alex Christensen <achristensen@webkit.org>
909 Progress towards using CMake on Mac.
910 https://bugs.webkit.org/show_bug.cgi?id=135662
912 Reviewed by Laszlo Gombos.
915 Mavericks has a flex version of "flex 2.5.35 Apple(flex-31)" which CMake doesn't like on Mac.
916 * Source/cmake/WebKitFeatures.cmake:
917 * Source/cmakeconfig.h.cmake:
918 Added features that are needed by the Mac port.
919 * Source/cmake/OptionsMac.cmake:
920 Enable CSS_IMAGE_SET based on FeatureDefines.h.
921 Disable the FTL with CMake for now.
922 * Source/cmake/OptionsEFL.cmake:
923 * Source/cmake/OptionsGTK.cmake:
924 Enable subpixel layout to not conflict with FeatureDefines.h
926 2014-08-08 Simon Fraser <simon.fraser@apple.com>
928 Undo some erroneous changes to the Xcode scheme files from r172259.
930 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
931 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
933 2014-08-08 Zan Dobersek <zdobersek@igalia.com>
935 [CMake] Drop the required version of CMake down to 2.8.8
936 https://bugs.webkit.org/show_bug.cgi?id=135713
938 Reviewed by Alex Christensen.
940 * CMakeLists.txt: Require CMake 2.8.8.
942 2014-08-07 Benjamin Poulain <bpoulain@apple.com>
944 Get rid of INPUT_SPEECH
945 https://bugs.webkit.org/show_bug.cgi?id=135672
947 Reviewed by Andreas Kling.
949 * Source/cmake/OptionsMac.cmake:
950 * Source/cmake/WebKitFeatures.cmake:
951 * Source/cmakeconfig.h.cmake:
953 2014-08-07 Csaba Osztrogonác <ossy@webkit.org>
955 [GTK] Disable IndexedDB
956 https://bugs.webkit.org/show_bug.cgi?id=135692
958 Reviewed by Carlos Garcia Campos.
960 * Source/cmake/OptionsGTK.cmake:
962 2014-08-06 Dean Jackson <dino@apple.com>
964 ENABLE_CSS_TRANSFORMS_ANIMATIONS_UNPREFIXED is not used anywhere. Remove it.
965 https://bugs.webkit.org/show_bug.cgi?id=135675
967 Reviewed by Sam Weinig.
969 * Source/cmake/OptionsGTK.cmake:
970 * Source/cmake/OptionsMac.cmake:
971 * Source/cmake/WebKitFeatures.cmake:
972 * Source/cmakeconfig.h.cmake:
974 2014-08-06 David Farler <dfarler@apple.com>
976 Unreviewed build fix: Make includes semicolon in assignment.
978 * Makefile.shared: Remove a ;
980 2014-08-06 David Farler <dfarler@apple.com>
982 Set DSYMUTIL_NUM_THREADS to the number of logical cores
983 https://bugs.webkit.org/show_bug.cgi?id=135655
985 Reviewed by Mark Rowe.
987 * Makefile.shared: Export DSYMUTIL_NUM_THREADS.
989 2014-08-06 Carlos Garcia Campos <cgarcia@igalia.com>
991 [GTK] Be able to disable gtk2 dependency
992 https://bugs.webkit.org/show_bug.cgi?id=135505
994 Reviewed by Gustavo Noronha Silva.
996 Add ENABLE_PLUGIN_PROCESS_GTK2 compile option. GTK+2 is only
997 required when it's enabled. It's enabled by default.
999 * Source/cmake/OptionsGTK.cmake:
1001 2014-08-05 Alex Christensen <achristensen@webkit.org>
1004 https://bugs.webkit.org/show_bug.cgi?id=135620
1006 Reviewed by Laszlo Gombos.
1008 * Source/cmake/OptionsMac.cmake:
1009 Use UDIS86 by default on Mac.
1011 2014-08-04 Benjamin Poulain <benjamin@webkit.org>
1013 Add a flag for the CSS Selectors level 4 implementation
1014 https://bugs.webkit.org/show_bug.cgi?id=135535
1016 Reviewed by Andreas Kling.
1018 * Source/cmake/OptionsEfl.cmake:
1019 * Source/cmake/OptionsGTK.cmake:
1020 * Source/cmake/WebKitFeatures.cmake:
1021 * Source/cmakeconfig.h.cmake:
1023 2014-08-04 Alex Christensen <achristensen@webkit.org>
1025 Progress towards CMake on Mac.
1026 https://bugs.webkit.org/show_bug.cgi?id=135528
1028 Reviewed by Gyuyoung Kim.
1030 * Source/cmake/OptionsMac.cmake:
1031 Made options list based on FeatureDefines.xcconfig files.
1033 2014-08-04 Zan Dobersek <zdobersek@igalia.com>
1035 [GTK] Windowing target support should reflect the support in the GTK+ dependency
1036 https://bugs.webkit.org/show_bug.cgi?id=134736
1038 Reviewed by Martin Robinson.
1040 * Source/cmake/FindGTK3.cmake: Don't error out if the GTK+ dependency doesn't
1041 support the X11 or Wayland windowing targets -- instead, if there's no support
1042 the specific target is disabled, and an error is thrown only if neither of the
1043 backends is enabled at the end..
1044 For now the X11 target remains enabled by default, and the Wayland target is
1045 kept disabled. Once it's possible to have both targets enabled at runtime in
1046 WebKit, the Wayland target will be enabled as well and we'll leave it to the
1047 GTK+ dependency to determine which targets can be enabled.
1049 2014-08-04 Zan Dobersek <zdobersek@igalia.com>
1051 [CMake] Add FindWayland.cmake
1052 https://bugs.webkit.org/show_bug.cgi?id=135540
1054 Reviewed by Martin Robinson.
1056 * Source/cmake/FindWayland.cmake: Added. Enables finding the Wayland
1057 dependency. For now bundles the wayland-client, wayland-server and
1058 wayland-egl pkg-config targets into one dependency, but these could
1059 be split in the future if necessary.
1061 2014-08-03 Ryuan Choi <ryuan.choi@samsung.com>
1063 [EFL] Move DATA_INSTALL_DIR to ewebkit2-0
1064 https://bugs.webkit.org/show_bug.cgi?id=135553
1066 Reviewed by Gyuyoung Kim.
1068 Since WebKit1/Efl is dropped, we don't need to use ewebkit-1 and ewebkit2-1.
1069 And removed WebKit_OUTPUT_NAME variable which is not used anymore on the EFL port.
1071 * Source/cmake/OptionsEfl.cmake:
1073 2014-08-01 Bear Travis <betravis@adobe.com>
1075 [Feature Queries] Enable Feature Queries on EFL/GTK
1076 https://bugs.webkit.org/show_bug.cgi?id=134902
1078 Reviewed by Benjamin Poulain.
1080 Enable CSS Feature Queries by default on the EFL and GTK
1083 * Source/cmake/OptionsEfl.cmake:
1084 * Source/cmake/OptionsGTK.cmake:
1086 2014-08-01 Alex Christensen <achristensen@webkit.org>
1088 Progress towards cmake on Windows.
1089 https://bugs.webkit.org/show_bug.cgi?id=135484
1091 Reviewed by Martin Robinson.
1094 Added Mac to list of ports, even though it is not done yet.
1095 Changed minimum bison version to version installed on Macs.
1096 * Source/cmake/OptionsAppleWin.cmake:
1097 Added some definitions.
1098 * Source/cmake/OptionsEfl.cmake:
1099 * Source/cmake/OptionsGTK.cmake:
1100 Set WTF_LIBRARY_TYPE to STATIC to not change WTF linking on EFL or GTK ports.
1101 * Source/cmake/OptionsMac.cmake: Added blank for now.
1102 * Source/cmake/OptionsWinCairo.cmake:
1103 * Source/cmake/OptionsWindows.cmake:
1104 Added some definitions.
1105 Removed /WX (warnings treated as error while compiling).
1106 Copied warnings to ignore from WebKitLibraries/win/tools/vsprops/common.props.
1108 2014-08-01 Carlos Garcia Campos <cgarcia@igalia.com>
1110 [CMake] GTK and EFL are using PROJECT_VERSION_PATCH to define the micro version
1111 https://bugs.webkit.org/show_bug.cgi?id=135501
1113 Reviewed by Gyuyoung Kim.
1115 Use PROJECT_VERSION_MICRO instead.
1117 * Source/cmake/OptionsEfl.cmake:
1118 * Source/cmake/OptionsGTK.cmake:
1119 * Source/cmake/WebKitHelpers.cmake:
1121 2014-07-31 Ryuan Choi <ryuan.choi@samsung.com>
1123 [EFL] Bump ewebkit version to 1.11
1124 https://bugs.webkit.org/show_bug.cgi?id=135487
1126 Reviewed by Gyuyoung Kim.
1128 * Source/cmake/OptionsEfl.cmake: Bump version numbers.
1130 2014-07-31 Carlos Alberto Lopez Perez <clopez@igalia.com>
1132 [EFL] Add support for building with Geoclue2.
1133 https://bugs.webkit.org/show_bug.cgi?id=135455
1135 Reviewed by Gyuyoung Kim.
1137 * Source/cmake/OptionsEfl.cmake: Add gio-unix if ENABLE_GEOLOCATION
1140 2014-07-31 Carlos Garcia Campos <cgarcia@igalia.com>
1142 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.5.1 release.
1144 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1146 2014-07-31 Carlos Garcia Campos <cgarcia@igalia.com>
1148 [GTK] Bump binary version for 2.6
1149 https://bugs.webkit.org/show_bug.cgi?id=133724
1151 Reviewed by Philippe Normand.
1153 * Source/cmake/OptionsGTK.cmake: Bump binary version to 4.0 and
1154 update library version numbers.
1156 2014-07-30 Zan Dobersek <zdobersek@igalia.com>
1158 [CMake] Bump the minimum required version
1159 https://bugs.webkit.org/show_bug.cgi?id=135382
1161 Reviewed by Gyuyoung Kim.
1163 * CMakeLists.txt: Bump the minimum required version to 2.8.11 after
1164 we introduced usage of target_include_directories().
1166 2014-07-29 Hunseop Jeong <hs85.jeong@samsung.com>
1168 [EFL][GTK] Remove ACCELERATED_COMPOSITING compile flag
1169 https://bugs.webkit.org/show_bug.cgi?id=135376
1171 Reviewed by Gyuyoung Kim.
1173 ACCELERATED_COMPOSITING was changed to the mandatory code after r163079.
1175 * Source/cmake/OptionsEfl.cmake:
1176 * Source/cmake/OptionsGTK.cmake:
1178 2014-07-25 Michael Catanzaro <mcatanzaro@igalia.com>
1180 [GTK] CMake tries to install JavaScriptCore-3.0.gir outside of install prefix
1181 https://bugs.webkit.org/show_bug.cgi?id=135288
1183 Reviewed by Martin Robinson.
1185 * Source/cmake/FindGObjectIntrospection.cmake: pass correct libdir and
1186 datadir to pkgconfig
1187 * Source/cmake/OptionsGTK.cmake: define install directories early
1188 enough to be used in FindGObjectIntrospection.cmake
1190 2014-07-23 Bem Jones-Bey <bjonesbe@adobe.com>
1192 Remove CSS_EXCLUSIONS compile flag and leftover code
1193 https://bugs.webkit.org/show_bug.cgi?id=135175
1195 Reviewed by Zoltan Horvath.
1197 At this point, the CSS_EXCLUSIONS flag guards nothing but some useless
1198 stubs. This removes the flag and the useless code.
1200 * Source/cmake/WebKitFeatures.cmake:
1201 * Source/cmakeconfig.h.cmake:
1203 2014-07-22 Adrian Perez de Castro <aperez@igalia.com>
1205 [GStreamer] [GTK] WebKit does not build with GStreamer 1.4
1206 https://bugs.webkit.org/show_bug.cgi?id=135114
1208 Fix build with GStreamer 1.4
1210 Reviewed by Philippe Normand.
1212 * Source/cmake/FindGStreamer.cmake: Check version 1.4.0 for the
1213 gst-mpegts component instead of the unstable 1.3.x verstions.
1215 2014-07-21 Carlos Garcia Campos <cgarcia@igalia.com>
1217 [GTK] Simplify make-dist command line arguments
1218 https://bugs.webkit.org/show_bug.cgi?id=134832
1220 Reviewed by Martin Robinson.
1222 * Source/PlatformGTK.cmake: Use --version instead of
1223 --tarball-root when running make-dist.py.
1225 2014-07-18 Jon Honeycutt <jhoneycutt@apple.com>
1227 Add a manual test for r135044
1229 <https://bugs.webkit.org/show_bug.cgi?id=135044>
1231 Rubber-stamped by Andy Estes.
1233 * ManualTests/ios/typing-in-field-that-clears-on-keyup.html: Added.
1235 2014-07-18 Dana Burkart <dburkart@apple.com>
1237 Add a new 'analyze' target to the makefile. This will make use of a new
1238 'PATH_TO_SCAN_BUILD' which, if set will wrap xcodebuild in the clang
1240 https://bugs.webkit.org/show_bug.cgi?id=135057
1241 <rdar://problem/10193187>
1243 Reviewed by David Kilzer.
1249 2014-07-15 Ryuan Choi <ryuan.choi@samsung.com>
1251 [CMAKE] ENABLE_ENCRYPTED_MEDIA_V2 should depend on ENABLE_VIDEO
1252 https://bugs.webkit.org/show_bug.cgi?id=134963
1254 Reviewed by Gyuyoung Kim.
1256 ENCRYPTED_MEDIA_V2 requires VIDEO enabled.
1258 * Source/cmake/WebKitFeatures.cmake: Added the dependency for ENABLE_ENCRYPTED_MEDIA_V2.
1260 2014-07-14 Daniel Bates <dabates@apple.com>
1262 [iOS] Add tests to ensure CSS :active and :hover are applied when processing touch events
1263 https://bugs.webkit.org/show_bug.cgi?id=134905
1264 <rdar://problem/16602779>
1266 Reviewed by Simon Fraser.
1268 Add a manual test to ensure that styles for CSS pseudo-class :hover aren't temporarily cleared
1269 on the tapped element when processing a touchend as a result of finger pressing and releasing
1270 on the same element that is initially positioned outside the visible content area.
1272 * ManualTests/ios/touchstart-touchend-on-same-element-should-not-clear-hover.html: Added.
1274 2014-07-11 Carlos Garcia Campos <cgarcia@igalia.com>
1276 [GTK] Enable VIDEO_TRACK by default
1277 https://bugs.webkit.org/show_bug.cgi?id=134801
1279 Reviewed by Philippe Normand.
1281 * Source/cmake/OptionsGTK.cmake:
1283 2014-07-10 Carlos Garcia Campos <cgarcia@igalia.com>
1285 [GTK][CMake] Add a 'distcheck' target
1286 https://bugs.webkit.org/show_bug.cgi?id=130675
1288 Reviewed by Gustavo Noronha Silva.
1290 * Source/PlatformGTK.cmake: Add distcheck target.
1292 2014-07-10 Carlos Garcia Campos <cgarcia@igalia.com>
1294 [GTK] Use the same default options for production builds that previous stable releases
1295 https://bugs.webkit.org/show_bug.cgi?id=134589
1297 Reviewed by Martin Robinson.
1299 Change the default value of some features to match our stable releases.
1300 Add FindCairoGL to find cairo-gl libraries and make accelearetd 2D
1301 canvas depend on whether cairo-gl is found.
1303 * Source/cmake/FindCairoGL.cmake: Added.
1304 * Source/cmake/OptionsGTK.cmake:
1306 2014-07-08 Sun-woo Nam <sunny.nam@samsung.com>
1308 [EFL] Support Encrypted Media Extensions.
1309 https://bugs.webkit.org/show_bug.cgi?id=134750
1311 Reviewed by Gyuyoung Kim.
1313 Webkit needs to play encrypted media contents when media player
1314 is played by Media source extensions and normal video procedure.
1316 * Source/cmake/OptionsEfl.cmake: Turn on ENABLE_ENCRYPTED_MEDIA_V2
1318 2014-07-08 Alex Christensen <achristensen@webkit.org>
1320 Steps towards CMake on Windows.
1321 https://bugs.webkit.org/show_bug.cgi?id=134716
1323 Reviewed by Martin Robinson.
1326 Added AppleWin and WinCairo to list of CMake ports.
1327 * Source/cmake/OptionsAppleWin.cmake: Added.
1328 * Source/cmake/OptionsWinCairo.cmake: Added.
1329 * Source/cmake/OptionsWindows.cmake:
1330 Windows needs to use the system malloc. Other options to come.
1332 2014-07-04 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1334 [EFL] Support Geolocation
1335 https://bugs.webkit.org/show_bug.cgi?id=134439
1337 Reviewed by Antonio Gomes.
1339 * Source/cmake/OptionsEfl.cmake: Turn on ENABLE_GEOLOCATION.
1341 2014-07-03 Ryuan Choi <ryuan.choi@samsung.com>
1343 Broken build with build-webkit --no-video
1344 https://bugs.webkit.org/show_bug.cgi?id=134587
1346 Reviewed by Darin Adler.
1348 MEDIA_CONTROLS_SCRIPT requires VIDEO enabled.
1350 * Source/cmake/WebKitFeatures.cmake: Added the dependency for ENABLE_MEDIA_CONTROLS_SCRIPT.
1352 2014-07-03 Carlos Garcia Campos <cgarcia@igalia.com>
1354 [GTK] The list of features shown by cmake is not accurate
1355 https://bugs.webkit.org/show_bug.cgi?id=134588
1357 Reviewed by Gustavo Noronha Silva.
1359 The problem is that some options might change after the feature
1360 list has been printed.
1362 * Source/cmake/OptionsGTK.cmake: Find package dependencies before
1363 setting the default values of features and set WEBGL value
1364 depending on the dependencies, and API_TEST depending on whether
1365 developer mode is enabled or not.
1367 2014-07-03 Ryuan Choi <ryuan.choi@samsung.com>
1369 [CMAKE] Add WEBKIT_OPTION_DEPEND macro to resolve macro dependency
1370 https://bugs.webkit.org/show_bug.cgi?id=134578
1372 Reviewed by Gyuyoung Kim.
1374 Some options depend on another option such as ENABLE_VIDEO_TRACK and ENABLE_VIDEO.
1375 This patch adds WEBKIT_OPTION_DEPEND to check the depending option and
1376 disable related option if it is not ON.
1378 * Source/cmake/OptionsEfl.cmake: Removed hack for option dependency.
1379 * Source/cmake/OptionsGTK.cmake: Ditto.
1380 * Source/cmake/WebKitFeatures.cmake: Added WEBKIT_OPTION_DEPEND macro.
1382 2014-07-02 Carlos Garcia Campos <cgarcia@igalia.com>
1384 [GTK] make dist is broken
1385 https://bugs.webkit.org/show_bug.cgi?id=134542
1387 Reviewed by Martin Robinson.
1389 * Source/PlatformGTK.cmake: Remove ENABLE_WEBKIT check.
1391 2014-07-01 Zan Dobersek <zdobersek@igalia.com>
1393 [CMake] Add necessary support for building for the Wayland target
1394 https://bugs.webkit.org/show_bug.cgi?id=134160
1396 Reviewed by Darin Adler.
1398 * Source/cmake/FindGTK3.cmake: Check for the gtk+-x11-3.0 package if the X11 target
1399 is enabled, and that its version matches the version of the generic package. Same
1400 for the gtk+-wayland-3.0 package and the Wayland target.
1401 * Source/cmake/OptionsCommon.cmake: Don't add the -DXP_UNIX definition here.
1402 * Source/cmake/OptionsEfl.cmake: Add -DXP_UNIX here for the EFL port, under the same
1403 condition as in OptionsCommon.cmake. ENABLE_X11_TARGET is enabled by default for EFL
1404 so they keep building the TestNetscapePlugin target.
1405 * Source/cmake/OptionsGTK.cmake: Enable the X11 target and disable the Wayland target
1406 by default. Group all the X11-specific macro definitions (WTF_PLATFORM_X11, MOZ_X11,
1407 XP_UNIX) and only add them if the X11 target is enabled. Similar goes for the Wayland
1408 target and WTF_PLATFORM_WAYLAND. The Wayland target requires GTK+ 3.12.0, so that's
1409 the minimum required version as soon as that target is enabled. Only search for GLX
1410 if the X11 target is enabled.
1412 2014-06-29 Yoav Weiss <yoav@yoav.ws>
1414 Add support for HTMLImageElement's sizes attribute
1415 https://bugs.webkit.org/show_bug.cgi?id=133620
1417 Reviewed by Dean Jackson.
1419 Added an ENABLE_PICTURE_SIZES compile flag.
1421 * Source/cmake/WebKitFeatures.cmake:
1422 * Source/cmakeconfig.h.cmake:
1424 2014-06-26 Daniel Bates <dabates@apple.com>
1426 [iOS][WK2] Distant focusable element may not be scrolled into view when focused using keyboard
1427 https://bugs.webkit.org/show_bug.cgi?id=134309
1428 <rdar://problem/17427385>
1430 Reviewed by Darin Adler.
1432 Add a manual test to ensure that we scroll to a distant focused text field when it's focused
1435 * ManualTests/ios/scroll-to-distant-keyboard-focused-text-field.html: Added.
1437 2014-06-25 Laszlo Gombos <l.gombos@samsung.com>
1439 Remove build guard for progress element
1440 https://bugs.webkit.org/show_bug.cgi?id=134292
1442 Reviewed by Benjamin Poulain.
1444 The build flag is no longer needed as it is always on.
1446 * Source/cmake/WebKitFeatures.cmake:
1447 * Source/cmakeconfig.h.cmake:
1449 2014-06-23 Krzysztof Czech <k.czech@samsung.com>
1451 [EFL] Platform support for WebSpeech feature.
1452 https://bugs.webkit.org/show_bug.cgi?id=116438
1454 Reviewed by Csaba Osztrogonác.
1456 Add ENABLE_SPEECH_SYNTHESIS flag to have Speech Synthesis in EFL.
1458 * Source/cmake/OptionsEfl.cmake:
1459 * Source/cmake/WebKitFeatures.cmake:
1461 2014-06-23 Philippe Normand <pnormand@igalia.com>
1463 Unreviewed, GTK build fix after r170266.
1465 * Source/cmake/OptionsGTK.cmake: Geoclue also requires gio-unix.
1467 2014-06-22 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1469 Disable gamepad feature on EFL and GTK ports by default
1470 https://bugs.webkit.org/show_bug.cgi?id=134169
1472 Reviewed by Brady Eidson.
1474 * Source/cmake/OptionsEfl.cmake: Disable ENABLE_GAMEPAD_DEPRECATED.
1476 2014-06-21 Brady Eidson <beidson@apple.com>
1478 Gamepad API - Deprecate the existing implementation
1479 https://bugs.webkit.org/show_bug.cgi?id=134108
1481 Reviewed by Timothy Hatcher.
1483 -Add new "GAMEPAD_DEPRECATED" build flag, moving the existing implementation to use it
1484 -Add the "Deprecated" suffix to some implementation files
1486 * Source/cmake/OptionsEfl.cmake:
1487 * Source/cmake/OptionsGTK.cmake:
1488 * Source/cmake/WebKitFeatures.cmake:
1489 * Source/cmakeconfig.h.cmake:
1491 2014-06-21 Commit Queue <commit-queue@webkit.org>
1493 Unreviewed, rolling out r170244.
1494 https://bugs.webkit.org/show_bug.cgi?id=134157
1496 GTK/EFL bindings generator works differently, making this
1497 patch not work there. Will fix entire patch after a rollout.
1498 (Requested by bradee-oh on #webkit).
1502 "Gamepad API - Deprecate the existing implementation"
1503 https://bugs.webkit.org/show_bug.cgi?id=134108
1504 http://trac.webkit.org/changeset/170244
1506 2014-06-21 Brady Eidson <beidson@apple.com>
1508 Gamepad API - Deprecate the existing implementation
1509 https://bugs.webkit.org/show_bug.cgi?id=134108
1511 Reviewed by Timothy Hatcher.
1513 -Add new "GAMEPAD_DEPRECATED" build flag, moving the existing implementation to use it
1514 -Add the "Deprecated" suffix to some implementation files
1516 * Source/cmake/OptionsEfl.cmake:
1517 * Source/cmake/OptionsGTK.cmake:
1518 * Source/cmake/WebKitFeatures.cmake:
1519 * Source/cmakeconfig.h.cmake:
1521 2014-06-21 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
1523 Removing PAGE_VISIBILITY_API compile guard.
1524 https://bugs.webkit.org/show_bug.cgi?id=133844
1526 Reviewed by Gavin Barraclough.
1528 * Source/cmake/OptionsEfl.cmake:
1529 * Source/cmake/OptionsGTK.cmake:
1530 * Source/cmake/WebKitFeatures.cmake:
1531 * Source/cmakeconfig.h.cmake:
1533 2014-06-19 Ryuan Choi <ryuan.choi@samsung.com>
1535 [EFL][CMAKE] Disable WebKit1 build as a default
1536 https://bugs.webkit.org/show_bug.cgi?id=134093
1538 Reviewed by Gyuyoung Kim.
1540 Disable WebKit1 build and enable WebKit2 build for the EFL port.
1542 * Source/cmake/OptionsEfl.cmake:
1544 2014-06-19 Dániel Bátyai <dbatyai.u-szeged@partner.samsung.com>
1546 Remove ENABLE(LLINT) and ENABLE(LLINT_C_LOOP) guards
1547 https://bugs.webkit.org/show_bug.cgi?id=130389
1549 Reviewed by Mark Lam.
1551 Removed ENABLE(LLINT) since we always build with it, and changed ENABLE(LLINT_C_LOOP)
1552 into !ENABLE(JIT) since they are mutually exclusive.
1554 * Source/cmake/OptionsEfl.cmake:
1555 * Source/cmake/OptionsGTK.cmake:
1556 * Source/cmake/WebKitFeatures.cmake:
1557 * Source/cmakeconfig.h.cmake:
1559 2014-06-17 Zan Dobersek <zdobersek@igalia.com>
1561 Remove the USE_GTK2=1 branch in OptionsGTK.cmake. This used to determine
1562 GTK+ and GDK libraries and include directories for the GTK+ 2 dependency,
1563 but we now only support GTK+ 3. The GTK+ 2 dependency is still required
1564 by the plugin process, but it is searched and utilized separately.
1566 Rubber-stamped by Carlos Garcia Campos.
1568 * Source/cmake/OptionsGTK.cmake:
1570 2014-06-16 Commit Queue <commit-queue@webkit.org>
1572 Unreviewed, rolling out r170003.
1573 https://bugs.webkit.org/show_bug.cgi?id=133938
1575 This patch broke GTK build (Requested by kczech on #webkit).
1579 "[EFL] Platform support for WebSpeech feature."
1580 https://bugs.webkit.org/show_bug.cgi?id=116438
1581 http://trac.webkit.org/changeset/170003
1583 2014-06-16 Krzysztof Czech <k.czech@samsung.com>
1585 [EFL] Platform support for WebSpeech feature.
1586 https://bugs.webkit.org/show_bug.cgi?id=116438
1588 Reviewed by Gyuyoung Kim.
1590 Add ENABLE_SPEECH_SYNTHESIS flag to have Speech Synthesis in EFL.
1592 * Source/cmake/OptionsEfl.cmake:
1593 * Source/cmake/WebKitFeatures.cmake:
1595 2014-06-14 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1597 [EFL] Remove duplicated compiler flag
1598 https://bugs.webkit.org/show_bug.cgi?id=133838
1600 Reviewed by Anders Carlsson.
1602 In r169798, literal-suffix was added for EFL port in order to fix build break. However,
1603 it added to common compiler options. So, it is duplicated.
1605 * Source/cmake/WebKitHelpers.cmake:
1607 2014-06-11 Commit Queue <commit-queue@webkit.org>
1609 Unreviewed, rolling out r169877.
1610 https://bugs.webkit.org/show_bug.cgi?id=133784
1612 rollout wrong build fix approach for EFL port (Requested by
1613 gyuyoung on #webkit).
1617 "Unreviewed, EFL build fix since r169869."
1618 http://trac.webkit.org/changeset/169877
1620 2014-06-11 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1622 Unreviewed, EFL build fix since r169869.
1624 Additionally literal-suffix is removed in EFL compile flag, because it is duplicated.
1626 * Source/cmake/WebKitHelpers.cmake: Treat undef error as build warning.
1628 2014-06-11 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1630 Unreviewed, EFL build fix. Treat literal-suffix error as build warning.
1632 * Source/cmake/WebKitHelpers.cmake:
1634 2014-05-28 Carlos Garcia Campos <cgarcia@igalia.com>
1636 [GTK] Make it possible to build with FTL enabled
1637 https://bugs.webkit.org/show_bug.cgi?id=133219
1639 Reviewed by Philippe Normand.
1641 Add LLVM and LIBCXXABI as dependencies when building with FTL enabled.
1643 * Source/cmake/OptionsGTK.cmake:
1645 2014-05-28 Jaehun Lim <ljaehun.lim@samsung.com>
1647 [CMake] Clean up FAST_MOBILE_SCROLLING
1648 https://bugs.webkit.org/show_bug.cgi?id=133342
1650 Reviewed by Gyuyoung Kim.
1652 FAST_MOBILE_SCROLLING was removed in r168726.
1654 * Source/cmake/OptionsEfl.cmake:
1655 * Source/cmake/OptionsGTK.cmake:
1656 * Source/cmake/WebKitFeatures.cmake:
1657 * Source/cmakeconfig.h.cmake:
1659 2014-05-27 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
1662 https://bugs.webkit.org/show_bug.cgi?id=132863
1664 Reviewed by Csaba Osztrogonác.
1666 * Source/cmake/OptionsEfl.cmake:
1667 * Source/cmake/OptionsGTK.cmake:
1668 * Source/cmake/WebKitFeatures.cmake:
1669 * Source/cmakeconfig.h.cmake:
1671 2014-05-27 Zsolt Borbely <zsborbely.u-szeged@partner.samsung.com>
1673 Allow building CMake based ports with WEB_REPLAY
1674 https://bugs.webkit.org/show_bug.cgi?id=133154
1676 Reviewed by Csaba Osztrogonác.
1678 * Source/cmake/WebKitFeatures.cmake:
1679 * Source/cmakeconfig.h.cmake:
1681 2014-05-21 Zsolt Borbely <zsborbely.u-szeged@partner.samsung.com>
1683 [EFL] Add include path of compact_unwind_encoding.h if FTL JIT is enabled
1684 https://bugs.webkit.org/show_bug.cgi?id=132907
1686 Reviewed by Gyuyoung Kim.
1688 * Source/cmake/FindLIBCXXABI.cmake: Added.
1689 * Source/cmake/OptionsEfl.cmake:
1691 2014-05-21 Michał Pakuła vel Rutka <m.pakula@samsung.com>
1693 [EFL] Turn on ENABLE_CSS_FILTERS
1694 https://bugs.webkit.org/show_bug.cgi?id=133153
1696 Reviewed by Gyuyoung Kim.
1698 * Source/cmake/OptionsEfl.cmake: Enable CSS_FILTERS as default option value.
1700 2014-05-16 Martin Robinson <mrobinson@igalia.com>
1702 [CMake] Improve handling of LIB_INSTALL_DIR, EXEC_INSTALL_DIR, and LIBEXEC_INSTALL_DIR
1703 https://bugs.webkit.org/show_bug.cgi?id=132819
1705 Reviewed by Carlos Garcia Campos.
1707 * CMakeLists.txt: Hard-code CMAKE_ARCHIVE_OUTPUT_DIRECTORY etc, so that we can accept absolute paths for LIB_INSTALL_DIR
1709 * Source/cmake/OptionsCommon.cmake: Get rid of LIB_SUFFIX and try to make all path variables absolute. Also set
1710 CMAKE_ARCHIVE_OUTPUT_DIRECTORY, etc using the last path component of LIB_INSTALL_DIR, etc, so that absolute paths
1712 * Source/cmake/OptionsGTK.cmake: Ditto. Also get rid of all pkg-config specific variables.
1714 2014-05-20 Gustavo Noronha Silva <gns@gnome.org>
1716 [CMake] Support building with Debug Fission
1717 https://bugs.webkit.org/show_bug.cgi?id=131177
1719 Reviewed by Philippe Normand.
1721 * Source/cmake/OptionsCommon.cmake: add a DEBUG_FISSION option to enable usage
1722 of http://gcc.gnu.org/wiki/DebugFission.
1724 2014-05-20 Carlos Garcia Campos <cgarcia@igalia.com>
1726 [GTK] Rename translation domain as WebKit2GTK-3.0
1727 https://bugs.webkit.org/show_bug.cgi?id=132953
1729 Reviewed by Gustavo Noronha Silva.
1731 * Source/cmake/OptionsGTK.cmake:
1733 2014-05-18 Rik Cabanier <cabanier@adobe.com>
1735 support for navigator.hardwareConcurrency
1736 https://bugs.webkit.org/show_bug.cgi?id=132588
1738 Reviewed by Filip Pizlo.
1740 * Source/cmake/OptionsEfl.cmake:
1741 * Source/cmake/OptionsGTK.cmake:
1742 * Source/cmake/WebKitFeatures.cmake:
1743 * Source/cmakeconfig.h.cmake:
1745 2014-05-14 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
1747 Remove CSS_STICKY_POSITION guards
1748 https://bugs.webkit.org/show_bug.cgi?id=132676
1750 Reviewed by Simon Fraser.
1752 * Source/cmake/OptionsEfl.cmake:
1753 * Source/cmake/OptionsGTK.cmake:
1754 * Source/cmake/WebKitFeatures.cmake:
1755 * Source/cmakeconfig.h.cmake:
1757 2014-05-12 Carlos Garcia Campos <cgarcia@igalia.com>
1759 Unreviewed. Bump version numbers.
1761 * Source/cmake/OptionsGTK.cmake:
1763 2014-05-10 Martin Robinson <mrobinson@igalia.com>
1765 [GTK][CMake] Unable to do make install
1766 https://bugs.webkit.org/show_bug.cgi?id=130188
1768 Reviewed by Carlos Garcia Campos.
1770 Only try to install the HTML documentation if the build is configured to generate it via
1771 the new ENABLE_GTKDOC option. We cannot conditionally install something, so this allows us
1772 to keep the HTML documentation directory as an installation source.
1774 * Source/PlatformGTK.cmake: The gtkdoc target now always builds HTML documentation, but
1775 is only added to the default target when ENABLE_GTKDOC is turned on. gtkdoc-no-html is
1776 now only added to the default target when DEVELOPER_MODE is true and ENABLE_GTKDOC is
1777 false. When both ENABLE_GTKDOC and DEVELOPER_MODE are false, documentation isn't built at all.
1778 * Source/cmake/OptionsGTK.cmake: Add an ENABLE_GTKDOC option to the build.
1780 2014-05-09 Anders Carlsson <andersca@apple.com>
1782 Rename WebKit2.framework to WebKit.framework
1783 https://bugs.webkit.org/show_bug.cgi?id=132743
1784 <rdar://problem/15920046>
1786 Reviewed by Dan Bernstein.
1789 Build WebKit.xcodeproj before WebKit2.xcodeproj.
1791 * WebKit.xcworkspace/xcshareddata/xcschemes/:
1794 2014-05-06 David Kilzer <ddkilzer@apple.com>
1796 Add Makefile targets for copying static libraries (LLVM and WKSI)
1797 <http://webkit.org/b/132619>
1799 Reviewed by Mark Rowe.
1802 (MODULES): Add WebKitLibraries.
1804 2014-05-06 Commit Queue <commit-queue@webkit.org>
1806 Unreviewed, rolling out r168304.
1807 https://bugs.webkit.org/show_bug.cgi?id=132607
1809 Broke the build (Requested by KaL on #webkit).
1813 "[GTK][CMake] Unable to do make install"
1814 https://bugs.webkit.org/show_bug.cgi?id=130188
1815 http://trac.webkit.org/changeset/168304
1817 2014-05-05 Martin Robinson <mrobinson@igalia.com>
1819 [GTK][CMake] Unable to do make install
1820 https://bugs.webkit.org/show_bug.cgi?id=130188
1822 Reviewed by Carlos Garcia Campos.
1824 Only try to install the HTML documentation if the build is configured to generate it via
1825 the new ENABLE_GTKDOC option. We cannot conditionally install something, so this allows us
1826 to keep the HTML documentation directory as an installation source.
1828 * Source/PlatformGTK.cmake: The gtkdoc target now always builds HTML documentation, but
1829 is only added to the default target when ENABLE_GTKDOC is turned on. gtkdoc-no-html is
1830 never added to the default target, but will be triggered by build-webkit, so that
1831 when ENABLE_GTKDOC is off and build-webkit isn't used, documentation isn't built at all.
1832 * Source/cmake/OptionsGTK.cmake: Add an ENABLE_GTKDOC option to the build.
1834 2014-05-03 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
1836 [CMake] Define SHOULD_INSTALL_JS_SHELL before including ports Options files.
1837 https://bugs.webkit.org/show_bug.cgi?id=132525
1839 Reviewed by Martin Robinson.
1841 * CMakeLists.txt: If OPTION() is called after Options${PORT}.cmake is included, it will
1842 override whatever value a port may have set for it. The GTK+ port, for example, tries to set
1843 it to SHOULD_INSTALL_JS_SHELL to ON by default, even though it did not happen before.
1845 2014-05-01 David Kilzer <ddkilzer@apple.com>
1847 Really remove ENABLE_PLUGIN_PROXY_FOR_VIDEO
1848 <http://webkit.org/b/132432>
1850 Reviewed by Tim Horton.
1852 * Source/cmake/WebKitFeatures.cmake:
1853 * Source/cmakeconfig.h.cmake:
1854 - Remove ENABLE_PLUGIN_PROXY_FOR_VIDEO as build option.
1856 2014-04-30 Simon Fraser <simon.fraser@apple.com>
1858 Make sure the "All" targets build WebKitLegacy, rather than WebKit.
1860 Reviewed by Dan Bernstein/Anders Carlsson.
1862 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
1863 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
1865 2014-04-30 Simon Fraser <simon.fraser@apple.com>
1867 Let Xcode have its way with the WebKit workspace.
1869 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
1870 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
1872 2014-04-29 Martin Robinson <mrobinson@igalia.com>
1874 [GTK] Make it easier to run CMake for downstreams
1875 https://bugs.webkit.org/show_bug.cgi?id=132370
1877 Reviewed by Carlos Garcia Campos.
1879 * Source/cmake/OptionsGTK.cmake: Turn PRODUCTION_MODE into DEVELOPER_MODE.
1881 2014-04-27 Joonghun Park <jh718.park@samsung.com>
1883 [EFL] Remove indexedDB's dependency on leveldb and disable indexedDB
1884 https://bugs.webkit.org/show_bug.cgi?id=132176
1886 Reviewed by Gyuyoung Kim.
1888 EFL port will use sqlite to support indexedDB. So, this patch removes levelDB dependency for now.
1890 * Source/cmake/OptionsEfl.cmake:
1892 2014-04-22 Alex Christensen <achristensen@webkit.org>
1894 Removed old stdbool and inttypes headers.
1895 https://bugs.webkit.org/show_bug.cgi?id=131966
1897 Reviewed by Brent Fulgham.
1899 * Source/cmake/OptionsWindows.cmake:
1900 * Source/cmake/WebKitPackaging.cmake:
1901 Removed references to os-win32 directory.
1903 2014-04-22 Zan Dobersek <zdobersek@igalia.com>
1905 Fix a typo in WebKitFeatures.cmake -- INITALVALUE -> INITIALVALUE.
1907 Rubber-stamped by Carlos Garcia Campos.
1909 * Source/cmake/WebKitFeatures.cmake:
1911 2014-04-18 Jon Honeycutt <jhoneycutt@apple.com>
1913 Empty RenderInline objects should not be line break objects.
1915 https://bugs.webkit.org/show_bug.cgi?id=131861
1916 <rdar://problem/15663617>
1918 Reviewed by David Hyatt.
1920 * ManualTests/empty-inline-as-line-break-position.html: Added.
1921 This issue wouldn't reproduce in WebKitTestRunner.
1923 2014-04-19 Brent Fulgham <bfulgham@apple.com>
1925 Revert unintended workspace change in my last commit.
1927 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme: Set the
1928 Scheme type back to Debug.
1930 2014-04-18 Philippe Normand <pnormand@igalia.com>
1932 Remove NETWORK_INFO support
1933 https://bugs.webkit.org/show_bug.cgi?id=131841
1935 Reviewed by Gyuyoung Kim.
1937 * Source/cmake/OptionsEfl.cmake:
1938 * Source/cmake/OptionsGTK.cmake:
1939 * Source/cmake/WebKitFeatures.cmake:
1940 * Source/cmakeconfig.h.cmake:
1942 2014-04-17 Darin Adler <darin@apple.com>
1944 Try to fix EFL and GTK builds.
1946 * Source/cmake/OptionsEfl.cmake: Add INDEXED_DATABASE_IN_WORKERS.
1947 * Source/cmake/OptionsGTK.cmake: Ditto.
1948 * Source/cmakeconfig.h.cmake: Ditto.
1950 2014-04-16 Brendan Long <b.long@cablelabs.com>
1952 [GTK][CMAKE] build-webkit doesn't detect when the build fails
1953 https://bugs.webkit.org/show_bug.cgi?id=130148
1955 Reviewed by Martin Robinson.
1957 * 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.
1959 2014-04-16 Carlos Garcia Campos <cgarcia@igalia.com>
1961 REGRESSION(r166779): [GTK] Printing doesn't work since r166779
1962 https://bugs.webkit.org/show_bug.cgi?id=131725
1964 Reviewed by Philippe Normand.
1966 * Source/cmake/OptionsGTK.cmake: Check GTK_UNIX_PRINT_FOUND
1967 instead of GTK_UNIX_PRINTING_FOUND and set the macro
1968 HAVE_GTK_UNIX_PRINTING to 1 when found.
1970 2014-04-11 Brian J. Burg <burg@cs.washington.edu>
1972 Web Replay: memoize nondeterministic attributes of the Navigator interface
1973 https://bugs.webkit.org/show_bug.cgi?id=131340
1975 Reviewed by Timothy Hatcher.
1977 * ManualTests/inspector/replay-window-navigator-basic.html: Added.
1979 2014-04-09 Brendan Long <b.long@cablelabs.com>
1981 [GStreamer] Expose MPEG-TS metadata
1982 https://bugs.webkit.org/show_bug.cgi?id=122001
1984 Reviewed by Eric Carlson.
1986 * Source/cmake/FindGStreamer.cmake: Look for gstreamer-mpegts >= 1.3.0.
1987 * Source/cmake/OptionsEfl.cmake: Same.
1988 * Source/cmake/OptionsGTK.cmake: Same.
1990 2014-04-08 Brian J. Burg <burg@cs.washington.edu>
1992 Web Replay: memoize nondeterministic attributes of the Screen interface
1993 https://bugs.webkit.org/show_bug.cgi?id=131339
1995 Reviewed by Timothy Hatcher.
1997 * ManualTests/inspector/replay-window-screen.html: Added.
1999 2014-04-08 Martin Robinson <mrobinson@igalia.com>
2001 [GTK] Remove the WebKitGTK+ WebKit 1 code
2002 https://bugs.webkit.org/show_bug.cgi?id=131399
2004 Reviewed by Anders Carlsson.
2006 * Source/PlatformGTK.cmake: Remove WebKit1 dependency from dist target.
2007 * Source/cmake/OptionsGTK.cmake: Remove option to compile with GTK+2 or with WebKit2 disabled.
2009 2014-04-08 Dan Bernstein <mitz@apple.com>
2011 Added bmalloc to the WebKit workspace.
2012 https://bugs.webkit.org/show_bug.cgi?id=131362
2014 Reviewed by Geoff Garen.
2016 * WebKit.xcworkspace/contents.xcworkspacedata:
2017 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
2018 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
2020 2014-04-08 Geoffrey Garen <ggaren@apple.com>
2022 Build bmalloc on iOS too
2023 https://bugs.webkit.org/show_bug.cgi?id=131381
2025 Reviewed by Andreas Kling.
2027 * Source/Makefile: Build it.
2029 2014-04-07 Geoffrey Garen <ggaren@apple.com>
2031 Build bmalloc on Mac
2032 https://bugs.webkit.org/show_bug.cgi?id=131333
2034 Reviewed by Mark Rowe.
2037 * WebKitBuild: Added.
2038 * WebKitBuild/Debug: Added.
2040 2014-04-07 Ryuan Choi <ryuan.choi@samsung.com>
2042 [EFL] Turn on ENABLE_MEDIA_CONTROLS_SCRIPT
2043 https://bugs.webkit.org/show_bug.cgi?id=131257
2045 Reviewed by Gyuyoung Kim.
2047 * Source/cmake/OptionsEfl.cmake: Enable MEDIA_CONTROLS_SCRIPT
2049 2014-04-06 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
2051 [GTK] Stop trying to install WebKit1 documentation
2052 https://bugs.webkit.org/show_bug.cgi?id=131278
2054 Reviewed by Martin Robinson.
2056 * Source/PlatformGTK.cmake: Remove install() call since the WebKit1 documentation is not
2057 built anymore since r166584. This fixes `make install'.
2059 2014-04-04 Brian J. Burg <burg@cs.washington.edu>
2061 Web Replay: capture and replay wheel events and scroll commands
2062 https://bugs.webkit.org/show_bug.cgi?id=129402
2064 Reviewed by Timothy Hatcher.
2066 * ManualTests/inspector/replay-wheel-events.html: Added.
2068 2014-04-04 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
2070 [GTK][CMake] Remove FindXt.cmake.
2071 https://bugs.webkit.org/show_bug.cgi?id=131227
2073 Reviewed by Anders Carlsson.
2075 Xt is already detected by CMake's own FindX11.cmake, so there is no need to keep a custom FindXt.cmake around.
2077 * Source/cmake/FindXt.cmake: Removed.
2078 * Source/cmake/OptionsGTK.cmake:
2080 2014-04-04 Tamas Gergely <tgergely.u-szeged@partner.samsung.com>
2082 [EFL] Build error due to changed path of generated js files.
2083 https://bugs.webkit.org/show_bug.cgi?id=131215
2085 Reviewed by Gyuyoung Kim.
2087 r166648 fixed the generation of some .js files on GTK. Due to some
2088 changes in the paths it causes a build error on EFL.
2090 * Source/PlatformEfl.cmake:
2091 Replaced path for two derived source files.
2093 2014-04-02 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
2095 [GTK][CMake] Look for glx.h in OPENGL_INCLUDE_DIR.
2096 https://bugs.webkit.org/show_bug.cgi?id=131095
2098 Reviewed by Martin Robinson.
2100 One needs to take into account OpenGL's include directory found via
2101 find_package() when looking for glx.h, since if the former is a
2102 non-standard location the latter will also be. If this is not it is
2103 possible that OpenGL is found but GLX support is not properly detected.
2105 * Source/cmake/OptionsGTK.cmake:
2107 2014-04-02 Martin Robinson <mrobinson@igalia.com>
2109 REGRESSION(r165704): [GTK] Inspector resources not correctly generated
2110 https://bugs.webkit.org/show_bug.cgi?id=130343
2112 Reviewed by Gustavo Noronha Silva.
2114 * CMakeLists.txt: Add a variable which points to the directory to store WebInspectorUI
2116 * Source/cmake/WebKitFS.cmake: Generate WebInspectorUI derived sources directories.
2118 2014-04-01 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
2120 [CMake] Drop port check from FindEGL.cmake.
2121 https://bugs.webkit.org/show_bug.cgi?id=131091
2123 Reviewed by Gyuyoung Kim.
2125 There is no reason to mark some variables as advanced only for the
2128 * Source/cmake/FindEGL.cmake: Mark EGL_INCLUDE_DIR and EGL_LIBRARY
2129 as advanced regardless of the port.
2131 2014-04-01 Dániel Bátyai <dbatyai.u-szeged@partner.samsung.com>
2133 Fix the !ENABLE(BATTERY_STATUS) build
2134 https://bugs.webkit.org/show_bug.cgi?id=130183
2136 Reviewed by Anders Carlsson.
2138 * Source/cmake/OptionsEfl.cmake:
2140 2014-03-31 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
2142 [CMake][GTK] Do not expand variables twice in if() checks.
2143 https://bugs.webkit.org/show_bug.cgi?id=130964
2145 Reviewed by Martin Robinson.
2147 In CMake, `if (${foo})' causes $foo to be evaluated first and its value
2148 to be checked by the if clause. This is not what we want, and
2149 configuration fails when, say, GLX support wasn't found as the if
2150 clause is actually evaluated as `if (TRUE AND (OR TRUE))'.
2152 * Source/cmake/OptionsGTK.cmake: Pass if (FOO) instead of if (${FOO})
2155 2014-03-31 Martin Robinson <mrobinson@igalia.com>
2157 [GTK] Remove scripts code only applicable to autotools
2158 https://bugs.webkit.org/show_bug.cgi?id=130841
2160 Reviewed by Anders Carlsson.
2162 * Source/cmake/WebKitPackaging.cmake: No longer need to consider autotools files.
2164 2014-03-31 Martin Robinson <mrobinson@igalia.com>
2166 [GTK] Use PROJECT_VERSION_* instead of WEBKIT_*_VERSION
2167 https://bugs.webkit.org/show_bug.cgi?id=130936
2169 Reviewed by Carlos Garcia Campos.
2171 * Source/cmake/OptionsGTK.cmake: No longer emulate the Autotools macro names.
2173 2014-03-31 Carlos Garcia Campos <cgarcia@igalia.com>
2175 [GTK] Add support for GTK3 plugins
2176 https://bugs.webkit.org/show_bug.cgi?id=130599
2178 Reviewed by Martin Robinson.
2180 * Source/cmake/OptionsGTK.cmake:
2182 2014-03-28 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2184 [EFL] Bump glib version from 2.36 to 2.38
2185 https://bugs.webkit.org/show_bug.cgi?id=130886
2187 Reviewed by Csaba Osztrogonác.
2189 * Source/cmake/OptionsEfl.cmake: Required glib-2.38 version.
2191 2014-03-26 Zoltan Horvath <zoltan@webkit.org>
2193 [CSS Shapes] Remove shape-inside support
2194 https://bugs.webkit.org/show_bug.cgi?id=130698
2196 Reviewed by David Hyatt.
2198 * Source/cmake/WebKitFeatures.cmake:
2199 * Source/cmakeconfig.h.cmake:
2201 2014-03-25 Martin Robinson <mrobinson@igalia.com>
2203 [GTK] Remove the autotools build
2204 https://bugs.webkit.org/show_bug.cgi?id=130717
2206 Reviewed by Anders Carlsson.
2208 * .gitignore: Remove references to autotools files.
2209 * GNUmakefile.am: Removed.
2210 * Source/autotools/CheckSystemAndBasicDependencies.m4: Removed.
2211 * Source/autotools/CustomMacros.m4: Removed.
2212 * Source/autotools/FindDependencies.m4: Removed.
2213 * Source/autotools/PrintBuildConfiguration.m4: Removed.
2214 * Source/autotools/ReadCommandLineArguments.m4: Removed.
2215 * Source/autotools/SetupAutoconfHeader.m4: Removed.
2216 * Source/autotools/SetupAutomake.m4: Removed.
2217 * Source/autotools/SetupCompilerFlags.m4: Removed.
2218 * Source/autotools/SetupLibtool.m4: Removed.
2219 * Source/autotools/SetupWebKitFeatures.m4: Removed.
2220 * Source/autotools/Versions.m4: Removed.
2221 * Source/autotools/acinclude.m4: Removed.
2222 * Source/autotools/dolt.m4: Removed.
2223 * Source/autotools/gsettings.m4: Removed.
2224 * Source/cmake/OptionsGTK.cmake:
2225 * autogen.sh: Removed.
2226 * configure.ac: Removed.
2228 2014-03-25 Gabor Rapcsanyi <rgabor@webkit.org>
2230 [EFL] Add ARM64 build support
2231 https://bugs.webkit.org/show_bug.cgi?id=130506
2233 Rubber stamped by Gyuyoung Kim.
2235 * CMakeLists.txt: Set WTF_CPU_ARM64 when aarch64 is defined.
2237 2014-03-25 Michał Pakuła vel Rutka <m.pakula@samsung.com>
2239 [EFL][WK2] Add NETWORK_PROCESS build option
2240 https://bugs.webkit.org/show_bug.cgi?id=130131
2242 Reviewed by Gyuyoung Kim.
2244 Add option to build EFL port with NETWORK_PROCESS set on. By default NETWORK_PROCESS is
2247 * Source/cmake/OptionsEfl.cmake:
2249 2014-03-24 Brian Burg <bburg@apple.com>
2251 Web Replay: capture and replay keyboard events
2252 https://bugs.webkit.org/show_bug.cgi?id=130314
2254 Reviewed by Joseph Pecoraro.
2256 * ManualTests/inspector/replay-keyboard-events.html: Added.
2258 2014-03-24 Sangyong Park <sy302.park@gmail.com>
2260 [EFL] Inspector page is not loaded.
2261 https://bugs.webkit.org/show_bug.cgi?id=130661
2263 Reviewed by Gyuyoung Kim.
2265 Inspector page is not loaded, because some javascript files are not installed.
2266 (InspectorJSBackendCommands.js, InspectorWebBackendCommands.js)
2268 * Source/PlatformEfl.cmake:
2270 2014-03-20 Thiago de Barros Lacerda <thiago.lacerda@openbossa.org>
2272 [EFL][GTK] Get CMake to find Freetype2 properly
2273 https://bugs.webkit.org/show_bug.cgi?id=130150
2275 Reviewed by Martin Robinson.
2277 Newer versions of CMake are not able to find Freetype2 correctly.
2278 FindFreetype2.cmake checks for the version number in freetype.h header, since it seems that bug exists in
2279 freetype2 repo, because a completely different version number is found in freetype2.pc.
2281 * Source/cmake/FindFreetype2.cmake: Added.
2282 * Source/cmake/OptionsEfl.cmake:
2283 * Source/cmake/OptionsGTK.cmake:
2285 2014-03-20 Brian Burg <bburg@apple.com>
2287 Web Replay: capture and replay mouse events
2288 https://bugs.webkit.org/show_bug.cgi?id=129395
2290 Reviewed by Joseph Pecoraro.
2292 Create a manual test for capture/replay of mouse events.
2293 Copy over the crypto-md5.js library from SunSpider.
2295 * ManualTests/inspector/replay-mouse-events.html: Added.
2296 * ManualTests/inspector/resources/crypto-md5.js: Added.
2298 2014-03-20 Zan Dobersek <zdobersek@igalia.com>
2300 [GTK][CMake] Add support for building with Clang
2301 https://bugs.webkit.org/show_bug.cgi?id=130260
2303 Reviewed by Martin Robinson.
2305 * Source/PlatformGTK.cmake: Run the generate-gtkdoc script with the CFLAGS env set
2306 to the list C compiler flags as constructed by CMake.
2307 * Source/cmake/OptionsCommon.cmake: When building with Clang, use the -Qunused-arguments
2308 compiler option to suppress verbose warnings about arguments that went unused by the driver.
2309 * Source/cmake/OptionsGTK.cmake: Use -fno-omit-frame-pointer for both GCC and Clang.
2310 -fno-tree-dce should be used only for GCC.
2311 * Source/cmake/gtest/CMakeLists.txt: When building with Clang the GTest framework
2312 should be built with GTEST_HAS_TR1_TUPLE macro defined to 0 to avoid build failures.
2314 2014-03-20 Commit Queue <commit-queue@webkit.org>
2316 Unreviewed, rolling out r165962.
2317 https://bugs.webkit.org/show_bug.cgi?id=130512
2319 It broke the build (Requested by Ossy on #webkit).
2323 "[EFL][GTK] Get CMake to find Freetype2 properly"
2324 https://bugs.webkit.org/show_bug.cgi?id=130150
2325 http://trac.webkit.org/changeset/165962
2327 2014-03-20 Thiago de Barros Lacerda <thiago.lacerda@openbossa.org>
2329 [EFL][GTK] Get CMake to find Freetype2 properly
2330 https://bugs.webkit.org/show_bug.cgi?id=130150
2332 Reviewed by Csaba Osztrogonác.
2334 Newer versions of CMake are not able to find Freetype2 correctly.
2335 FindFreetype2.cmake checks for the version number in freetype.h header, since it seems that bug exists in
2336 freetype2 repo, because a completely different version number is found in freetype2.pc.
2338 * Source/cmake/FindFreetype2.cmake: Added.
2339 * Source/cmake/OptionsEfl.cmake:
2340 * Source/cmake/OptionsGTK.cmake:
2342 2014-03-17 Brendan Long <b.long@cablelabs.com>
2344 [GStreamer] human readable language code for tracks
2345 https://bugs.webkit.org/show_bug.cgi?id=124514
2347 Reviewed by Martin Robinson.
2349 * Source/autotools/FindDependencies.m4: Add gstreamer-tag-1.0.
2350 * Source/cmake/FindGStreamer.cmake: Same.
2351 * Source/cmake/OptionsEfl.cmake: Same.
2352 * Source/cmake/OptionsGTK.cmake: Same.
2354 2014-03-17 Martin Robinson <mrobinson@igalia.com>
2356 [GTK][CMake] Credential storage is not enabled
2357 https://bugs.webkit.org/show_bug.cgi?id=130149
2359 Reviewed by Philippe Normand.
2361 * Source/cmake/OptionsGTK.cmake: Add an ENABLE_CREDENTIAL_STORAGE option to the configuration
2362 and look libsecret when it's enabled.
2363 * Source/cmakeconfig.h.cmake: Expose the ENABLE_CREDENTIAL_STORAGE option to the build.
2365 2014-03-17 Martin Robinson <mrobinson@igalia.com>
2367 [GTK][CMake] Ensure that HAVE_GTK_UNIX_PRINTING is defined when appropriate
2368 https://bugs.webkit.org/show_bug.cgi?id=130155
2370 Reviewed by Philippe Normand.
2372 * Source/cmake/FindGTKUnixPrint.cmake: Added.
2373 * Source/cmake/OptionsGTK.cmake: Look for gtk+-unix-print and use it to turn on HAVE_GTK_UNIX_PRINTING.
2374 * Source/cmakeconfig.h.cmake: Add the HAVE_GTK_UNIX_PRINTING define.
2376 2014-03-16 Kim Byung Jun <bj1987.kim@samsung.com>
2378 [EFL] Enable TOUCH_SLIDER macro.
2379 https://bugs.webkit.org/show_bug.cgi?id=130186
2381 Reviewed by Gyuyoung Kim.
2383 * Source/cmake/OptionsEfl.cmake:
2385 2014-03-16 Zan Dobersek <zdobersek@igalia.com>
2387 [GTK][CMake] Build with -fno-rtti
2388 https://bugs.webkit.org/show_bug.cgi?id=130261
2390 Reviewed by Martin Robinson.
2392 * Source/cmake/OptionsCommon.cmake: List the -fno-exceptions, -fno-strict-aliasing
2393 and -fno-rtti options in the global CMAKE_C_FLAGS and CMAKE_CXX_FLAGS (-fno-rtti
2394 is only listed in the latter). Replace -std=gnu++0x with the official -std=c++11 option.
2395 * Source/cmake/WebKitHelpers.cmake: Stop -fno-exceptions and -fno-strict-aliasing
2396 from being set through the WEBKIT_SET_EXTRA_COMPILER_FLAGS macro, they are now listed
2397 in CMAKE_C_FLAGS and CMAKE_CXX_FLAGS.
2398 * Source/cmake/gtest/CMakeLists.txt: Build GTest code with GTEST_HAS_RTTI macro defined to 0.
2400 2014-03-16 Brendan Long <b.long@cablelabs.com>
2402 [GStreamer] CMake doesn't find the include path for gstreamer-base
2403 https://bugs.webkit.org/show_bug.cgi?id=130098
2405 Reviewed by Philippe Normand.
2407 * Source/cmake/FindGStreamer.cmake: Look for a header in gstreamer-base instead of looking for gst/gst.h twice.
2409 2014-03-14 Maciej Stachowiak <mjs@apple.com>
2411 Replace "Apple Computer, Inc." with "Apple Inc." in copyright headers
2412 https://bugs.webkit.org/show_bug.cgi?id=130276
2413 <rdar://problem/16266927>
2415 Reviewed by Simon Fraser.
2417 * ManualTests/NPN_Invoke/Info.plist:
2418 * ManualTests/NPN_Invoke/main.c:
2419 * ManualTests/accessibility/resources/AppletTest.java:
2421 2014-03-14 Zan Dobersek <zdobersek@igalia.com>
2423 [CMake] Remove -fno-tree-sra workaround for GCC 4.5
2424 https://bugs.webkit.org/show_bug.cgi?id=130258
2426 Reviewed by Martin Robinson.
2428 GCC compilers 4.7 and later are supported, so there's no need for disabling
2429 the -ftree-sra optimization which was causing problems when enabled on GCC 4.5.
2431 * Source/cmake/WebKitHelpers.cmake:
2433 2014-03-14 Landry Breuil <landry@openbsd.org>
2435 Add autotools boilerplate for proper os defines on OpenBSD/NetBSD/DragonFly
2436 https://bugs.webkit.org/show_bug.cgi?id=129966
2438 Reviewed by Andreas Kling.
2440 * Source/autotools/CheckSystemAndBasicDependencies.m4:
2441 * Source/autotools/SetupAutomake.m4:
2443 2014-03-13 Mario Sanchez Prada <mario.prada@samsung.com>
2445 [CMake] Failure to link with older installations of WebP
2446 https://bugs.webkit.org/show_bug.cgi?id=130195
2448 Reviewed by Gustavo Noronha Silva.
2450 Fix the issue by using a temporary variable as the output parameter
2451 to check_include_files(), setting WEBP_FOUND accordingly later.
2453 * Source/cmake/FindWebP.cmake: Avoid reusing the WEBP_FOUND
2454 variable in check_include_files(), as it will lead to misleading
2455 results (will always be FALSE). Use a temporary variable instead
2456 and explicitly set WEBP_FOUND to TRUE later if needed.
2458 2014-03-12 Martin Robinson <mrobinson@igalia.com>
2460 [CMake] Changes to the bindings generator Perl modules do not trigger regeneration of bindings
2461 https://bugs.webkit.org/show_bug.cgi?id=130170
2463 Reviewed by Daniel Bates.
2465 * Source/cmake/WebKitMacros.cmake: Add the Perl modules used in script generation to the dependency
2466 list. We must check whether or not the specific one exists first, because the InjectedBundle uses a
2467 fake "TestRunner" generator.
2469 2014-03-12 Carlos Garcia Campos <cgarcia@igalia.com>
2471 [GTK][CMAKE] Remove compile warnings about GTK+ deprecated API
2472 https://bugs.webkit.org/show_bug.cgi?id=130014
2474 Reviewed by Martin Robinson.
2476 Set GDK_VERSION_MIN_REQUIRED to GDK_VERSION_3_6.
2478 * Source/cmake/OptionsGTK.cmake:
2479 * Source/cmakeconfig.h.cmake:
2481 2014-03-12 Martin Robinson <mrobinson@igalia.com>
2483 [GTK][CMAKE] Too verbose build output
2484 https://bugs.webkit.org/show_bug.cgi?id=130076
2486 Reviewed by Carlos Garcia Campos.
2488 * Source/cmake/OptionsGTK.cmake: Generate a script which does the actual build. This
2489 works around an issue where cmake --build doesn't support ninja's pretty printing.
2491 2014-03-10 Mario Sanchez Prada <mario.prada@samsung.com>
2493 [GTK] Add support for Geoclue2
2494 https://bugs.webkit.org/show_bug.cgi?id=120185
2496 Reviewed by Carlos Garcia Campos.
2498 Patch by Anton Obzhirov <a.obzhirov@samsung.com> and Mario Sanchez Prada <mario.prada@samsung.com>
2500 Add support for Geoclue2 using autotools.
2502 * Source/autotools/FindDependencies.m4: Add support for handling
2503 both Geoclue 1.0 and 2.0.
2504 * Source/autotools/PrintBuildConfiguration.m4: Print the version
2505 of geoclue that is being used.
2506 * Source/autotools/SetupAutoconfHeader.m4: Define GEOCLUE_API_VERSION_2.
2507 * Source/autotools/SetupAutomake.m4: Likewise, for AM_CONDITIONAL.
2508 * Source/autotools/Versions.m4: Added minimum required version for Geoclue2.
2510 Add support for Geoclue2 using CMake.
2512 * Source/cmake/FindGeoClue2.cmake: Added.
2513 * Source/cmake/OptionsGTK.cmake: Add support for handling Geoclue 1.0 and 2.0.
2514 * Source/cmakeconfig.h.cmake: Define WTF_USE_GEOCLUE2.
2516 2014-03-10 Martin Robinson <mrobinson@igalia.com>
2518 [GTK][CMAKE] gtk-doc HTML documentation is generated by default when building with CMake
2519 https://bugs.webkit.org/show_bug.cgi?id=130016
2521 Reviewed by Carlos Garcia Campos.
2523 * Source/PlatformGTK.cmake: Add two gtkdoc targets, one which builds HTML and one which
2524 doesn't. Add the non-HTML version to the default target, but not the HTML version. The
2525 HTML version will still run when building the distribution tarball.
2527 2014-03-10 Martin Robinson <mrobinson@igalia.com>
2529 [GTK] [CMake] Clean up library linking
2530 https://bugs.webkit.org/show_bug.cgi?id=129782
2532 Reviewed by Philippe Normand.
2534 * Source/cmake/OptionsGTK.cmake: Add a macro to wrap all libraries in a list with --whole-archive
2535 so that unused symbols are not dropped. This is useful when building up shared libraries
2536 from convenience libraries.
2538 2014-03-08 Landry Breuil <landry@openbsd.org>
2540 Don't check for shm_open on librt on OpenBSD, lib doesnt exist.
2541 https://bugs.webkit.org/show_bug.cgi?id=129973
2543 Reviewed by Martin Robinson.
2545 * Source/autotools/FindDependencies.m4:
2547 2014-03-06 Anders Carlsson <andersca@apple.com>
2549 Build WebKit2 before building WebKit
2550 https://bugs.webkit.org/show_bug.cgi?id=129831
2551 <rdar://problem/15920020>
2553 Reviewed by Dan Bernstein.
2556 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
2557 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
2559 2014-03-06 Commit Queue <commit-queue@webkit.org>
2561 Unreviewed, rolling out r165193.
2562 http://trac.webkit.org/changeset/165193
2563 https://bugs.webkit.org/show_bug.cgi?id=129823
2565 Not specifying libc++ as the stdlib for Clang through CXXFLAGS
2566 env confuses libtool (Requested by zdobersek on #webkit).
2568 * Source/autotools/SetupCompilerFlags.m4:
2570 2014-03-06 Zan Dobersek <zdobersek@igalia.com>
2572 [GTK][Autotools] Default to libc++ when compiling with Clang
2573 https://bugs.webkit.org/show_bug.cgi?id=129798
2575 Reviewed by Anders Carlsson.
2577 * Source/autotools/SetupCompilerFlags.m4: Default to using libc++ when compiling with the Clang
2578 compiler. This is still overridable if -stdlib=* flag was set through CXXFLAGS, in case people
2579 would for some reason still prefer libstdc++ (i.e. on setups where a functional libc++ is not yet available).
2581 2014-03-05 Martin Robinson <mrobinson@igalia.com>
2583 [CMake] Ninja generator builds fail with "Argument list too long"
2584 https://bugs.webkit.org/show_bug.cgi?id=129771
2586 Reviewed by Daniel Bates.
2588 * Source/cmake/OptionsCommon.cmake: Work around a bug in the Ninja CMake generator,
2589 by forcing the use of response files.
2591 2014-03-05 Ryuan Choi <ryuan.choi@samsung.com>
2593 [CMake] Use thin archives if building on Linux for non-shared-core debug builds
2594 https://bugs.webkit.org/show_bug.cgi?id=108330
2596 Reviewed by Martin Robinson.
2598 In order to get non-shared debug builds, this patch applied T option for
2599 thin archives to the flags passed to ar when cmake based ports build on linux.
2600 In addition, applied u option which avoids adding a file twice.
2602 * Source/cmake/OptionsCommon.cmake: Moved archive options from OptionsGTK.cmake.
2603 * Source/cmake/OptionsEfl.cmake:
2604 Removed error messages for non-shared-core debug builds.
2605 * Source/cmake/OptionsGTK.cmake: Moved archive options to OptionsCommon.cmake.
2607 2014-03-04 Zan Dobersek <zdobersek@igalia.com>
2609 [GTK] Build the Udis86 disassembler
2610 https://bugs.webkit.org/show_bug.cgi?id=129679
2612 Reviewed by Michael Saboff.
2614 * GNUmakefile.am: Add the Udis86_nosources variable.
2615 * Source/cmake/OptionsGTK.cmake: Enable the Udis86 disassembler.
2617 2014-03-04 Martin Robinson <mrobinson@igalia.com>
2619 [GTK] Simplify the GObject DOM bindings API break check into one step
2620 https://bugs.webkit.org/show_bug.cgi?id=129571
2622 Reviewed by Carlos Garcia Campos.
2624 * Source/PlatformGTK.cmake: We don't need to run the API break check before gtkdoc generation.
2625 Add the check to 'make check.'
2627 2014-03-04 Martin Robinson <mrobinson@igalia.com>
2629 [GTK][CMake] ENABLE_NAVIGATOR_CONTENT_UTILS is mistakenly enabled for the CMake build
2630 https://bugs.webkit.org/show_bug.cgi?id=129502
2632 Reviewed by Carlos Garcia Campos.
2634 * Source/cmake/OptionsGTK.cmake: Disable the option for GTK+.
2636 2014-03-03 Jozsef Berta <jberta.u-szeged@partner.samsung.com>
2638 [cmake] *Names.cpp file should be regenerated after touching StaticString.pm
2639 https://bugs.webkit.org/show_bug.cgi?id=129031
2641 Reviewed by Csaba Osztrogonác.
2643 * Source/cmake/WebKitMacros.cmake: Added a call for make_names.pm dependencies in GENERATE_FONT_NAMES and GENERATE_DOM_NAMES macros.
2645 2014-03-03 Carlos Garcia Campos <cgarcia@igalia.com>
2647 [GTK] WebKit2WebExtension GIR can't be used in vala
2648 https://bugs.webkit.org/show_bug.cgi?id=127179
2650 Reviewed by Martin Robinson.
2652 Add a different pkg-config file for the web extensions API.
2654 * Source/cmake/OptionsGTK.cmake:
2657 2014-03-02 Dirkjan Ochtman <d.ochtman@activevideo.com>
2659 Support ENABLE_ENCRYPTED_MEDIA in cmake builds
2660 https://bugs.webkit.org/show_bug.cgi?id=129575
2662 Reviewed by Philippe Normand.
2664 * Source/cmake/OptionsEfl.cmake:
2665 Enabled ENABLE_ENCRYPTED_MEDIA{,_V2} usage.
2666 * Source/cmake/OptionsGTK.cmake:
2667 Enabled ENABLE_ENCRYPTED_MEDIA{,_V2} usage.
2668 * Source/cmake/WebKitFeatures.cmake:
2669 Enabled ENABLE_ENCRYPTED_MEDIA{,_V2} usage.
2670 * Source/cmakeconfig.h.cmake:
2671 Added ENABLE_ENCRYPTED_MEDIA{,_V2} flags.
2673 2014-02-27 Peter Molnar <pmolnar.u-szeged@partner.samsung.com>
2675 Enable support of X-Content-Type-Options: nosniff header for EFL
2676 https://bugs.webkit.org/show_bug.cgi?id=128673
2678 Reviewed by Gyuyoung Kim.
2680 * Source/cmake/OptionsEfl.cmake:
2681 Enabled NOSNIFF feature flag for EFL.
2683 2014-02-27 Koop Mast <kwm@FreeBSD.org>
2685 Fallback on checking for libz manualy if zlib.pc isn't available.
2686 https://bugs.webkit.org/show_bug.cgi?id=127061
2688 Reviewed by Gustavo Noronha Silva.
2690 * Source/autotools/FindDependencies.m4:
2692 2014-02-25 Sergio Villar Senin <svillar@igalia.com>
2694 [CSS Grid Layout] Add ENABLE flag
2695 https://bugs.webkit.org/show_bug.cgi?id=129153
2697 Reviewed by Simon Fraser.
2699 Added the ENABLE_CSS_GRID_LAYOUT feature flag to the cmake and
2700 autotools build systems. The feature is disabled by default for
2703 * Source/autotools/SetupWebKitFeatures.m4:
2704 * Source/cmake/OptionsEfl.cmake:
2705 * Source/cmake/OptionsGTK.cmake:
2706 * Source/cmake/WebKitFeatures.cmake:
2707 * Source/cmakeconfig.h.cmake:
2709 2014-02-24 Martin Robinson <mrobinson@igalia.com>
2711 [GTK] generate-gtkdoc should not generate documentation for source files for unbuilt source files
2712 https://bugs.webkit.org/show_bug.cgi?id=128417
2714 Reviewed by Carlos Garcia Campos.
2716 * Source/cmake/OptionsGTK.cmake: Define the paths to the pkgconfig files here, so that they
2717 may one day be used in the webkitdom config file generation.
2719 2014-02-18 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2721 [EFL][CMake] Fix javascriptcore test failings by the jsCStack branch merge
2722 https://bugs.webkit.org/show_bug.cgi?id=128961
2724 Reviewed by Ryosuke Niwa.
2726 Javascriptcore test on EFL port has been broken since the jsCStack branch merge.
2727 For now we can fix almost tests by using "-fno-tree-dce option". Unfortunately,
2728 EFL port needs not to check "uninitialized" build warning as error in order to
2729 adjust the option to EFL port. This patch don't take it as error temporarily.
2731 * Source/cmake/OptionsEfl.cmake:
2732 * Source/cmake/WebKitHelpers.cmake:
2734 2014-02-16 Martin Robinson <mrobinson@igalia.com>
2736 [GTK] [CMake] JavaScriptCore crashes in JSC::eval
2737 https://bugs.webkit.org/show_bug.cgi?id=128434
2739 Reviewed by Anders Carlsson.
2741 * Source/cmake/OptionsGTK.cmake: Add -fno-omit-frame-pointer to the GTK+ CMake
2742 port as well as -fno-tree-dce, like it is used in the autotools build.
2744 2014-02-17 ChangSeok Oh <changseok.oh@collabora.com>
2746 [GTK] MEDIA_CONTROLS_SCRIPT depends on VIDEO_TRACK
2747 https://bugs.webkit.org/show_bug.cgi?id=128799
2749 Reviewed by Philippe Normand.
2751 MEDIA_CONTROLS_SCRIPT has a dependency on VIDEO_TRACK. So it causes a build break
2752 if building with autotools. cmake system has enabled it as default. So I propose
2753 enabling VIDEO_TRACK as well.
2755 * Source/autotools/SetupWebKitFeatures.m4:
2757 2014-02-14 Commit Queue <commit-queue@webkit.org>
2759 Unreviewed, rolling out r164090.
2760 http://trac.webkit.org/changeset/164090
2761 https://bugs.webkit.org/show_bug.cgi?id=128807
2763 It broke the EFL build (Requested by Ossy on #webkit).
2765 * Source/cmake/OptionsCommon.cmake:
2766 * Source/cmake/OptionsEfl.cmake:
2768 2014-02-09 Martin Robinson <mrobinson@igalia.com>
2770 [GTK] [CMake] JavaScriptCore crashes in JSC::eval
2771 https://bugs.webkit.org/show_bug.cgi?id=128434
2773 Extend a fix for EFL to all ports that use GCC. Also include further fixes
2774 that were applied only to the autotools build.
2776 Reviewed by Gyuyoung Kim.
2778 * Source/cmake/OptionsCommon.cmake: Add -fno-omit-frame-pointer to all ports as well
2779 as -fno-tree-dce, which is necessary for GTK+.
2780 * Source/cmake/OptionsEfl.cmake: The GCC flag additions are now in the common options file.
2782 2014-02-04 Gustavo Noronha Silva <gns@gnome.org>
2784 [GTK][CMake] Generate GObject DOM bindings .symbols files
2785 https://bugs.webkit.org/show_bug.cgi?id=126210
2787 Reviewed by Martin Robinson.
2789 * Source/PlatformGTK.cmake: add checking DOM bindings API as a dependency
2790 for documentation generation.
2792 2014-02-13 Xabier Rodriguez Calvar <calvaris@igalia.com>
2794 [GTK] MEDIA_CONTROLS_SCRIPT support
2795 https://bugs.webkit.org/show_bug.cgi?id=123097
2797 Reviewed by Jer Noble.
2799 Part of the Autotools and CMake structure to build the media
2802 * Source/autotools/SetupWebKitFeatures.m4: Activated the media
2803 controls script by default.
2804 * Source/cmake/OptionsGTK.cmake: Activated the media controls
2806 * Source/cmake/WebKitFeatures.cmake: Created the option to
2807 activate the controls script.
2808 * Source/cmakeconfig.h.cmake: Created the define template the the
2809 media controls script.
2811 2014-02-12 Zan Dobersek <zdobersek@igalia.com>
2813 [GDB] Add .gdbinit to the list of files ignored by Git
2814 https://bugs.webkit.org/show_bug.cgi?id=128455
2816 Reviewed by Anders Carlsson.
2818 * .gitignore: Ignore the .gdbinit file which can be used to perform WebKit-specific GDB initialization
2819 when the debugger is launched in the repository's root directory. Also remove a Chromium-specific comment
2820 that covers already removed entries.
2822 2014-02-11 Oliver Hunt <oliver@apple.com>
2824 Make it possible to implement JS builtins in JS
2825 https://bugs.webkit.org/show_bug.cgi?id=127887
2827 Reviewed by Michael Saboff.
2830 * Source/cmake/gtest/CMakeLists.txt:
2832 2014-02-12 Ryan Lortie <desrt@desrt.ca>
2834 'ar T' is not portable and breaks the build on FreeBSD
2835 https://bugs.webkit.org/show_bug.cgi?id=128596
2837 Reviewed by Gustavo Noronha Silva.
2839 Create thin archives only if we are using GNU ar.
2841 * Source/autotools/SetupLibtool.m4:
2843 2014-02-10 Krzysztof Wolanski <k.wolanski@samsung.com>
2845 Add the CSS_SHAPE_INSIDE to CMake feature list
2846 https://bugs.webkit.org/show_bug.cgi?id=128530
2848 Reviewed by Gyuyoung Kim.
2850 CSS_SHAPE_INSIDE flag was added in r163333,
2851 this patch is adding this flag to CMake feature list.
2853 * Source/cmake/WebKitFeatures.cmake:
2854 * Source/cmakeconfig.h.cmake:
2856 2014-02-09 Carlos Garnacho <carlosg@gnome.org>
2858 [GTK] Enable touch features
2859 https://bugs.webkit.org/show_bug.cgi?id=98931
2861 Reviewed by Carlos Garcia Campos.
2863 * Source/autotools/SetupWebKitFeatures.m4:
2864 * Source/cmake/OptionsGTK.cmake: set ENABLE_TOUCH_EVENTS to 1 if building with GTK+.
2866 2014-02-06 Andreas Kling <akling@apple.com>
2868 Remove unused ENABLE(REPAINT_THROTTLING) flag.
2869 <https://webkit.org/b/128329>
2871 Reviewed by Antti Koivisto.
2873 * Source/cmake/WebKitFeatures.cmake:
2874 * Source/cmakeconfig.h.cmake:
2876 2014-02-06 Joseph Pecoraro <pecoraro@apple.com>
2878 [iOS] make should build WebKit2
2879 https://bugs.webkit.org/show_bug.cgi?id=128351
2881 Reviewed by Daniel Bates.
2885 2014-02-05 Andreas Kling <akling@apple.com>
2887 Remove ENABLE(DIRECTORY_UPLOAD).
2888 <https://webkit.org/b/128275>
2890 Rubber-stamped by Ryosuke Niwa.
2892 * Source/autotools/SetupWebKitFeatures.m4:
2893 * Source/cmake/WebKitFeatures.cmake:
2895 2014-02-05 Csaba Osztrogonác <ossy@webkit.org>
2897 Remove ENABLE(SVG) guards
2898 https://bugs.webkit.org/show_bug.cgi?id=127991
2900 Reviewed by Sam Weinig.
2902 * Source/autotools/FindDependencies.m4:
2903 * Source/autotools/PrintBuildConfiguration.m4:
2904 * Source/autotools/ReadCommandLineArguments.m4:
2905 * Source/autotools/SetupAutomake.m4:
2906 * Source/autotools/SetupWebKitFeatures.m4:
2907 * Source/cmake/OptionsEfl.cmake:
2908 * Source/cmake/OptionsGTK.cmake:
2909 * Source/cmake/WebKitFeatures.cmake:
2910 * Source/cmakeconfig.h.cmake:
2912 2014-02-04 Andreas Kling <akling@apple.com>
2914 Remove <iframe seamless> support.
2915 <https://webkit.org/b/128213>
2917 Rubber-stamped by Antti Koivisto.
2919 * Source/autotools/SetupWebKitFeatures.m4:
2920 * Source/cmake/WebKitFeatures.cmake:
2921 * Source/cmakeconfig.h.cmake:
2923 2014-01-31 Benjamin Poulain <bpoulain@apple.com>
2925 Remove LEGACY_VIEWPORT_ADAPTION
2926 https://bugs.webkit.org/show_bug.cgi?id=128028
2928 Reviewed by Anders Carlsson.
2930 * Source/cmake/WebKitFeatures.cmake:
2931 * Source/cmakeconfig.h.cmake:
2933 2014-01-31 Oliver Hunt <oliver@apple.com>
2935 Rollout r163195 and related patches
2938 * Source/cmake/gtest/CMakeLists.txt:
2940 2014-01-29 Oliver Hunt <oliver@apple.com>
2942 Make it possible to implement JS builtins in JS
2943 https://bugs.webkit.org/show_bug.cgi?id=127887
2945 Reviewed by Michael Saboff.
2949 * Source/cmake/gtest/CMakeLists.txt:
2951 2014-01-30 Martin Robinson <mrobinson@igalia.com>
2953 [GTK] [CMake] Add support for building against GTK+ 2
2954 https://bugs.webkit.org/show_bug.cgi?id=127959
2956 Reviewed by Anders Carlsson.
2958 * Source/cmake/OptionsGTK.cmake: Add a new option to use GTK 2 and make a variable holding the
2959 library API version. When using GTK 2 do not build WebKit 2.
2961 2014-01-30 Martin Robinson <mrobinson@igalia.com>
2963 [GTK] [CMake] Add a "make dist" target
2964 https://bugs.webkit.org/show_bug.cgi?id=116378
2966 Reviewed by Gustavo Noronha Silva.
2968 * Source/PlatformGTK.cmake: A CMake support for executing the make-dist
2969 script and then turning the tarfile into a LZMA compressed file.
2971 2014-01-30 Zan Dobersek <zdobersek@igalia.com>
2973 [GTK] Only disable -ftree-dce optimization when compiling with GCC
2974 https://bugs.webkit.org/show_bug.cgi?id=127911
2976 Reviewed by Carlos Garcia Campos.
2978 * Source/autotools/SetupAutomake.m4: Define the COMPILER_GCC and COMPILER_CLANG Automake macros.
2979 These can be used when compiler-specific flags have to be used. The latter one is not actually needed
2980 at the moment, but is added for the sake of completeness.
2982 2014-01-30 Csaba Osztrogonác <ossy@webkit.org>
2984 [EFL] Fix the regression caused by the jsCStack branch merge
2985 https://bugs.webkit.org/show_bug.cgi?id=127898
2987 Reviewed by Zoltan Herczeg.
2989 * Source/cmake/OptionsEfl.cmake: Build with -fno-omit-frame-pointer.
2991 2014-01-29 Csaba Osztrogonác <ossy@webkit.org>
2993 Remove ENABLE(JAVASCRIPT_DEBUGGER) leftovers
2994 https://bugs.webkit.org/show_bug.cgi?id=127845
2996 Reviewed by Joseph Pecoraro.
2998 * Source/autotools/SetupWebKitFeatures.m4:
3000 2014-01-29 Csaba Osztrogonác <ossy@webkit.org>
3002 Remove ENABLE(JAVASCRIPT_DEBUGGER) guards
3003 https://bugs.webkit.org/show_bug.cgi?id=127840
3005 Reviewed by Mark Lam.
3007 * Source/cmake/WebKitFeatures.cmake:
3008 * Source/cmakeconfig.h.cmake:
3010 2014-01-25 Darin Adler <darin@apple.com>
3012 Get rid of ICU_UNICODE and WCHAR_UNICODE remnants
3013 https://bugs.webkit.org/show_bug.cgi?id=127623
3015 Reviewed by Anders Carlsson.
3017 * Source/cmake/OptionsEfl.cmake: Removed ICU_UNICODE and WCHAR_UNICODE flags.
3018 * Source/cmake/OptionsGTK.cmake: Ditto.
3019 * Source/cmake/OptionsWinCE.cmake: Ditto.
3021 2014-01-23 Max Vujovic <mvujovic@adobe.com>
3023 Remove CSS Custom Filters code and tests
3024 https://bugs.webkit.org/show_bug.cgi?id=127382
3026 Reviewed by Simon Fraser.
3028 * Source/autotools/FindDependencies.m4:
3029 * Source/autotools/SetupWebKitFeatures.m4:
3030 * Source/cmake/WebKitFeatures.cmake:
3031 * Source/cmakeconfig.h.cmake:
3033 2014-01-22 Martin Robinson <mrobinson@igalia.com>
3035 [GTK][CMake] Add support for building the NetworkProcess
3036 https://bugs.webkit.org/show_bug.cgi?id=127195
3038 Reviewed by Daniel Bates.
3040 * Source/cmake/OptionsGTK.cmake: Turn on the network process and give it
3041 a name like the WebProcess.
3043 2014-01-20 Ryuan Choi <ryuan.choi@samsung.com>
3045 [CMAKE] Remove Nix from CMake scripts
3046 https://bugs.webkit.org/show_bug.cgi?id=127264
3048 Reviewed by Anders Carlsson.
3051 * Source/CMakeLists.txt:
3052 * Source/cmake/FindEGL.cmake:
3053 * Source/cmake/OptionsCommon.cmake:
3055 2014-01-18 Anders Carlsson <andersca@apple.com>
3057 Remove ENABLE_THREADED_HTML_PARSER defines everywhere
3058 https://bugs.webkit.org/show_bug.cgi?id=127225
3060 Reviewed by Andreas Kling.
3062 This concludes the removal of over 8.8 million lines of threaded parser code.
3064 * Source/autotools/SetupWebKitFeatures.m4:
3065 * Source/cmake/WebKitFeatures.cmake:
3066 * Source/cmakeconfig.h.cmake:
3068 2014-01-18 Lauro Neto <lauro.neto@openbossa.org>
3070 Remove Nix files from WebCore
3071 https://bugs.webkit.org/show_bug.cgi?id=127176
3073 Reviewed by Anders Carlsson.
3075 * Source/cmake/OptionsNix.cmake: Removed.
3077 2014-01-18 Zan Dobersek <zdobersek@igalia.com>
3079 [GTK] Bump the minimum required Clang version to 3.3
3080 https://bugs.webkit.org/show_bug.cgi?id=127178
3082 Reviewed by Martin Robinson.
3084 * Source/autotools/CheckSystemAndBasicDependencies.m4: Require Clang 3.3 or later when using the Clang compiler to
3085 build the GTK port. Building with Clang 3.2 doesn't work anymore and there's no point in fixing that, as we should
3086 support the latest two versions of Clang (3.3 and 3.4), just like we do with GCC (4.7 and 4.8).
3088 2014-01-14 Dan Bernstein <mitz@apple.com>
3090 Only use color in make output when it’s going to a terminal.
3092 Reviewed by Mark Rowe.
3096 2014-01-13 Martin Robinson <mrobinson@igalia.com>
3098 [CMake] Mark all dependency include paths and libraries as advanced variables
3099 https://bugs.webkit.org/show_bug.cgi?id=126504
3101 Reviewed by Daniel Bates.
3103 * Source/cmake/FindATK.cmake: Mark result variable as advanced.
3104 * Source/cmake/FindCairo.cmake: Ditto.
3105 * Source/cmake/FindEGL.cmake: Ditto.
3106 * Source/cmake/FindEnchant.cmake: Ditto.
3107 * Source/cmake/FindGLIB.cmake: Ditto.
3108 * Source/cmake/FindGStreamer.cmake: Ditto.
3109 * Source/cmake/FindHarfBuzz.cmake: Ditto.
3110 * Source/cmake/FindLibSoup.cmake: Ditto.
3112 2014-01-13 Martin Robinson <mrobinson@igalia.com>
3114 [GTK][CMake] Add a 'check' target
3115 https://bugs.webkit.org/show_bug.cgi?id=126770
3117 Reviewed by Daniel Bates.
3119 * Source/PlatformGTK.cmake: Add a 'check' target that calls run-gtk-tests.
3121 2014-01-13 Carlos Garcia Campos <cgarcia@igalia.com>
3123 Unreviewed. Update NEWS and Versions.m4 for 2.3.4 release.
3125 * Source/autotools/Versions.m4: Bump version numbers.
3127 2014-01-12 Sergio Correia <sergio.correia@openbossa.org>
3129 [EFL][WK2] Make API tests work again
3130 https://bugs.webkit.org/show_bug.cgi?id=126769
3132 Reviewed by Gyuyoung Kim.
3134 The EFL and WK2 test binaries are currently being generated at *TestWebKitAPI/
3135 [E]WebKit2, respectively, and this causes problems because the logic to find
3136 where WebProcess is to look in the same directory of the running process and
3137 then proceed to use LIBEXECDIR (typically /usr/loca/bin).
3139 This patch introduces a WEBKIT_EXEC_PATH environment variable, inspired in the
3140 Gtk port, which allows us to look for WebProcess initially in this directory,
3143 * Source/cmake/OptionsEfl.cmake: Define WEBKIT_EXEC_PATH, to be used by
3146 2014-01-11 Dan Bernstein <mitz@apple.com>
3148 [Mac] xcodebuild color output is suppressed when using make
3149 https://bugs.webkit.org/show_bug.cgi?id=126815
3151 Reviewed by Anders Carlsson.
3153 WHen using make, xcodebuild’s output is piped through a filter, which causes it not to
3154 format its output with color and emphasis.
3156 * Makefile.shared: Pass COLOR_DIAGNOSTICS=YES to xcodebuild to force color output on. Due to
3157 xcodebuild limitations, this restores some of the formatting, but not all of it.
3159 2014-01-10 Benjamin Poulain <bpoulain@apple.com>
3161 Remove the BlackBerry port from trunk
3162 https://bugs.webkit.org/show_bug.cgi?id=126715
3164 Reviewed by Anders Carlsson.
3167 * Source/cmake/OptionsCommon.cmake:
3169 2014-01-10 Tamas Gergely <tgergely.u-szeged@partner.samsung.com>
3171 [EFL][JSC] Enable udis86 disassembler on efl.
3172 https://bugs.webkit.org/show_bug.cgi?id=125502
3174 Reviewed by Michael Saboff.
3176 Enable udis86 disassembler on efl and fix build warnings.
3178 * Source/cmake/OptionsEfl.cmake:
3179 Enable udis86 disassembler.
3181 2014-01-10 Benjamin Poulain <bpoulain@apple.com>
3183 Remove the BlackBerry port from trunk
3184 https://bugs.webkit.org/show_bug.cgi?id=126715
3186 Reviewed by Anders Carlsson.
3190 2014-01-09 Benjamin Poulain <bpoulain@apple.com>
3192 Remove the BlackBerry files outside WebCore
3193 https://bugs.webkit.org/show_bug.cgi?id=126715
3195 Reviewed by Anders Carlsson.
3197 * ManualTests/blackberry: Removed.
3198 * Source/cmake/OptionsBlackBerry.cmake: Removed.
3200 2014-01-08 Martin Robinson <mrobinson@igalia.com>
3202 [GTK] [CMake] Specify the executable and library output locations in the build
3203 https://bugs.webkit.org/show_bug.cgi?id=126671
3205 Reviewed by Gustavo Noronha Silva.
3207 * Source/cmake/OptionsGTK.cmake: Explicitly specify the output locations.
3209 2014-01-08 Dániel Bátyai <dbatyai.u-szeged@partner.samsung.com>
3211 [EFL] Make FTL buildable
3212 https://bugs.webkit.org/show_bug.cgi?id=125777
3214 Reviewed by Csaba Osztrogonác.
3216 * Source/cmake/OptionsEfl.cmake:
3217 * Source/cmakeconfig.h.cmake:
3219 2014-01-08 Alberto Garcia <berto@igalia.com>
3221 REGRESSION(r160304): [GTK] Disable libtool fast install
3222 https://bugs.webkit.org/show_bug.cgi?id=126381
3224 Reviewed by Gustavo Noronha Silva.
3226 Don't disable the libtool fast-install mode unconditionally by
3229 If the fast-install mode is disabled, binaries are generated ready
3230 to use the libraries directly from the build tree. If we use the
3231 GNU linker, those binaries are then relinked when they are
3234 However, libtool fails to do it properly when an installation
3235 prefix is set with DESTDIR, and ends up installing the libtool
3236 wrappers instead of the actual binaries.
3238 * Source/autotools/SetupLibtool.m4:
3240 2014-01-07 Gustavo Noronha Silva <gustavo.noronha@collabora.com>
3242 Unreviewed GTK/CMake build fix: use the correct location for docs-build.stamp
3243 in output and dependencies declarations, so docs are not built needlessly
3246 * Source/PlatformGTK.cmake:
3248 2014-01-04 Carlos Garcia Campos <cgarcia@igalia.com>
3250 [GTK] Move all GTK/GObject unit tests to Tools/TestWebKitAPI
3251 https://bugs.webkit.org/show_bug.cgi?id=126342
3253 Reviewed by Gustavo Noronha Silva.
3255 * GNUmakefile.am: Remove unused variable.
3256 * Source/PlatformGTK.cmake: No longer include the old unit tests directories.
3258 2014-01-06 Zan Dobersek <zdobersek@igalia.com>
3260 [GTK] configure errors out when building with libc++
3261 https://bugs.webkit.org/show_bug.cgi?id=126431
3263 Reviewed by Martin Robinson.
3265 Ease up the Clang and libstdc++ combination test to only fail if libstdc++ < 4.8.1 is actually used.
3266 This allows for libc++ to be used as well. The test is moved into SetupCompilerFlags.m4 and is done
3267 after the CXXFLAGS variable is properly set up, that is when all the C++ compiler options are determined.
3269 * Source/autotools/CheckSystemAndBasicDependencies.m4:
3270 * Source/autotools/SetupCompilerFlags.m4:
3272 2014-01-06 Martin Robinson <mrobinson@igalia.com>
3274 [CMake] [GTK] Fix the build for the WebKitGTK+ developer configuration
3275 https://bugs.webkit.org/show_bug.cgi?id=126505
3277 Reviewed by Gustavo Noronha Silva.
3279 * Source/cmake/FindGLIB.cmake: Add support for finding the gio-unix include directory location.
3280 * Source/cmake/FindGUdev.cmake: Added.
3281 * Source/cmake/FindGeoClue.cmake: Added.
3282 * Source/cmake/OptionsGTK.cmake: When gamepad is enabled look for gio-unix and GUdev. When
3283 geolocation is enabled look for GeoClue.
3285 2014-01-06 Zan Dobersek <zdobersek@igalia.com>
3287 [GTK] Use libc++ for C++11 on darwin
3288 https://bugs.webkit.org/show_bug.cgi?id=126325
3290 Reviewed by Martin Robinson.
3292 * Source/autotools/SetupCompilerFlags.m4: Don't default to libstdc++ when compiling with Clang.
3293 Instead, the compiler should determine itself what standard library to use, except on Darwin,
3294 where libc++ should be enforced. The standard library of user's choosing can still be enforced
3295 through the CXXFLAGS environment variable.
3297 2014-01-05 Martin Robinson <mrobinson@igalia.com>
3299 [GTK] [CMake] Ensure that the autotools build and the CMake install the same files
3300 https://bugs.webkit.org/show_bug.cgi?id=116379
3302 Reviewed by Gustavo Noronha Silva.
3304 * Source/PlatformGTK.cmake: Install the documentation.
3305 * Source/cmake/OptionsCommon.cmake: Add a LIBEXEC variable for WebKit2 executables, and
3306 don't use the default locations on GTK+. We will get them from the CMake-provided GNU installation
3308 * Source/cmake/OptionsGTK.cmake: Setup the installation variables using the ones provided
3309 by CMake's GNU installation directory support. Fix the definition of DATADIR. Always install
3312 2014-01-05 Carlos Garcia Campos <cgarcia@igalia.com>
3314 [GTK] Stop installing WebKit2 C API headers
3315 https://bugs.webkit.org/show_bug.cgi?id=126489
3317 Reviewed by Martin Robinson.
3321 2014-01-04 Martin Robinson <mrobinson@igalia.com>
3323 [GTK] [CMake] Improve the way we locate gobject-introspection
3324 https://bugs.webkit.org/show_bug.cgi?id=126452
3326 Reviewed by Philippe Normand.
3328 * Source/cmake/FindGObjectIntrospection.cmake: Added.
3329 * Source/cmake/OptionsGTK.cmake: Load the new FindGObjectIntrospection file.
3331 2014-01-04 Martin Robinson <mrobinson@igalia.com>
3333 [GTK] [CMake] Fix the video and audio build
3334 https://bugs.webkit.org/show_bug.cgi?id=126464
3336 Reviewed by Philippe Normand.
3338 * Source/cmake/OptionsGTK.cmake: GStreamer files look for USE(GSTREAMER) and USE(WEBAUDIO_GSTREAMER),
3339 so define those when appropriate. Web audio is one by default in autotools, so turn it on for cmake
3342 2014-01-03 Martin Robinson <mrobinson@igalia.com>
3344 [CMake] The forwarding headers generated by WebKitMacros.m4 are incompatible with the headers generated by generate-forwarding-headers.pl
3345 https://bugs.webkit.org/show_bug.cgi?id=126361
3347 Reviewed by Philippe Normand.
3349 Make the forwarding headers generated by WebKitMacros.m4 compatible with the headers
3350 generated by the WebKit2 forwarding headers generation script.
3352 * Source/cmake/WebKitMacros.cmake: Try to convert absolute paths in the forwarding headers
3353 to ones that are relative to the Source directory.
3355 2014-01-02 Carlos Garcia Campos <cgarcia@igalia.com>
3357 REGRESSION(r160304): [GTK] Disable libtool fast install
3358 https://bugs.webkit.org/show_bug.cgi?id=126381
3360 Reviewed by Martin Robinson.
3362 After r160304 we are building some of our binaries that are
3363 installed with the -no-fast-install ld flag. This makes that the
3364 binaries are installed with the source code path hardcoded in
3365 binary RPATH. Disabling fast install globally, the libtool script
3366 always relinks the binaries right before being installed.
3368 * Source/autotools/SetupLibtool.m4: Add AC_DISABLE_FAST_INSTALL.
3370 2014-01-02 Jaehun Lim <ljaehun.lim@samsung.com>
3372 [CMake][EFL] Fix some typos in OptionsEfl.cmake
3373 https://bugs.webkit.org/show_bug.cgi?id=126376
3375 Reviewed by Gyuyoung Kim.
3377 * Source/cmake/WebKitFeatures.cmake: Correct a wrong word and remove comma(,).
3379 2013-12-30 Martin Robinson <mrobinson@igalia.com>
3381 [CMake] [GTK] Add support for GObject introspection
3382 https://bugs.webkit.org/show_bug.cgi?id=126162
3384 Reviewed by Daniel Bates.
3386 * Source/PlatformGTK.cmake: Add a 'gir' target that builds all GIR files.
3387 * Source/cmake/OptionsGTK.cmake: Add a macro for propagating typelib
3388 targets to the Source level of the build.
3390 2013-12-29 Martin Robinson <mrobinson@igalia.com>
3392 [GTK][CMake] Translations must be built
3393 https://bugs.webkit.org/show_bug.cgi?id=125513
3395 Reviewed by Gustavo Noronha Silva.
3397 * Source/PlatformGTK.cmake: Add the po subdirectory.
3399 2013-12-28 Giovanni Campagna <gcampagna@src.gnome.org>
3401 [GTK] Fix release builds with NetworkProcess enabled
3402 https://bugs.webkit.org/show_bug.cgi?id=126247
3404 Reviewed by Carlos Garcia Campos.
3406 * Source/autotools/symbols.filter:
3408 2013-12-26 Martin Robinson <mrobinson@igalia.com>
3410 [GTK] [CMake] Add a production build type
3411 https://bugs.webkit.org/show_bug.cgi?id=126179
3413 Reviewed by Daniel Bates.
3415 * Source/PlatformGTK.cmake: When the API tests are enabled compile the WebKit GObject
3416 API unit tests. The inclusion of these build files was inadvertently removed in an earlier
3418 * Source/cmake/OptionsGTK.cmake: When in production mode turn off all tools and tests and
3419 use the autotools linker script.
3421 2013-12-25 Martin Robinson <mrobinson@igalia.com>
3423 [GTK] [CMake] Properly name the JavaScriptCore library
3424 https://bugs.webkit.org/show_bug.cgi?id=126220
3426 Reviewed by Gustavo Noronha Silva.
3428 * Source/cmake/OptionsGTK.cmake: Set the JSC library name properly.
3430 2013-12-25 Martin Robinson <mrobinson@igalia.com>
3432 [GTK] [CMake] Clean up generated sources directories
3433 https://bugs.webkit.org/show_bug.cgi?id=126216
3435 Reviewed by Gustavo Noronha Silva.
3437 * Source/cmake/OptionsGTK.cmake: Pre-define the main derived sources directories
3438 so that they definitions can be shared easily throughout the build system.
3440 2013-12-23 Jinwoo Song <jinwoo7.song@samsung.com>
3442 [EFL][CMAKE] Case insensitive string comparison of build type
3443 https://bugs.webkit.org/show_bug.cgi?id=126153
3445 Reviewed by Daniel Bates.
3447 Compare CMAKE_BUILD_TYPE with "debug" ignoring case.
3449 * Source/cmake/OptionsEfl.cmake:
3451 2013-12-23 Gustavo Noronha Silva <gns@gnome.org>
3453 [GTK] [CMake] Add support for generating gtkdoc
3454 https://bugs.webkit.org/show_bug.cgi?id=116376
3456 Reviewed by Martin Robinson.
3458 * Source/PlatformGTK.cmake: Added. New custom target that depends on a custom command
3459 which calls our generate-gtkdoc script. It uses a docs-build.stamp for simplicity,
3460 like the autotools build.
3462 2013-12-23 Martin Robinson <mrobinson@igalia.com>
3464 [GTK] [CMake] Build the WebKit2 GObject API tests
3465 https://bugs.webkit.org/show_bug.cgi?id=125683
3467 Reviewed by Daniel Bates.
3469 * Source/PlatformGTK.cmake: Load the WebKit2 tests file if necessary.
3470 * Source/cmake/FindATSPI.cmake: Added.
3471 * Source/cmake/OptionsGTK.cmake: Look for AT-SPI, but don't fail if it isn't found.
3473 2013-12-23 Martin Robinson <mrobinson@igalia.com>
3475 [GTK] [CMake] Build the WebKit1 GObject API tests
3476 https://bugs.webkit.org/show_bug.cgi?id=125684
3478 Reviewed by Daniel Bates.
3480 * Source/PlatformGTK.cmake: Added.
3482 2013-12-22 Martin Robinson <mrobinson@igalia.com>
3484 https://bugs.webkit.org/show_bug.cgi?id=125511
3486 [GTK][CMake] libtool-compatible soversion calculation
3487 Reviewed by Gustavo Noronha Silva.
3489 * Source/cmake/OptionsGTK.cmake: Specify the appropriate libtool triples and use
3490 the CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE macro to specify the library-specific
3491 version information.
3492 * Source/cmake/WebKitHelpers.cmake: Add some helpful macros.
3494 2013-12-23 Gustavo Noronha Silva <gns@gnome.org>
3496 [GTK] [CMake] Generate pkg-config files
3497 https://bugs.webkit.org/show_bug.cgi?id=125685
3499 Reviewed by Martin Robinson.
3501 * Source/cmake/OptionsGTK.cmake: set variables used for filling in the values in the
3504 2013-12-23 Carlos Garcia Campos <cgarcia@igalia.com>
3506 [GTK] Build with network process unconditionally
3507 https://bugs.webkit.org/show_bug.cgi?id=126128
3509 Reviewed by Martin Robinson.
3511 * Source/autotools/SetupAutomake.m4: Remove network process
3512 conditional for Makefiles.
3513 * Source/autotools/SetupWebKitFeatures.m4: Remove network process
3516 2013-12-18 Gustavo Noronha Silva <gns@gnome.org>
3518 [GTK][CMake] make libjavascriptcoregtk a public shared library again
3519 https://bugs.webkit.org/show_bug.cgi?id=125512
3521 Reviewed by Martin Robinson.
3523 * CMakeLists.txt: make JavaScriptCore always be a shared library for the GTK+ port.
3524 * Source/cmake/WebKitHelpers.cmake: make -fvisibility=hidden not be applied for GTK+,
3525 visibility of some symbols is required for threading to be initialized properly by
3526 WebKit2 processes, and we will rely on a linker script that will be added later on,
3527 for production builds.
3529 2013-12-16 Martin Robinson <mrobinson@igalia.com>
3531 [GTK] [CMake] Add support for building WebKit1
3532 https://bugs.webkit.org/show_bug.cgi?id=116377
3534 Reviewed by Gustavo Noronha Silva.
3536 * Source/cmake/OptionsGTK.cmake: Turn off some features that do not build properly
3537 for WebKit1 and stop using the version script which we haven't implemented yet. Turn
3540 2013-12-18 Gustavo Noronha Silva <gns@gnome.org>
3542 [GTK][CMake] Use thin archives if building on Linux, only way to get non-shared-core debug builds
3543 https://bugs.webkit.org/show_bug.cgi?id=125951
3545 Reviewed by Martin Robinson.
3547 * Source/cmake/OptionsGTK.cmake: append T for thin archives to the flags passed to ar,
3548 also use u, which is used in the autotools build (it avoids adding a file twice).
3550 2013-12-18 Gustavo Noronha Silva <gns@gnome.org>
3552 [GTK][CMake] Remove binary size optimizations we do not use in the autotools build
3553 https://bugs.webkit.org/show_bug.cgi?id=125947
3555 Reviewed by Martin Robinson.
3557 * Source/cmake/OptionsGTK.cmake: remove the relevant flags.
3559 2013-12-18 Carlos Garcia Campos <cgarcia@igalia.com>
3561 Unreviewed. Update NEWS and Versions.m4 for 2.3.3 release.
3563 * Source/autotools/Versions.m4: Bump version numbers.
3565 2013-12-12 Martin Robinson <mrobinson@igalia.com>
3567 [GTK] [CMake] Build the plugin process against GTK+ 2
3568 https://bugs.webkit.org/show_bug.cgi?id=116374
3570 Reviewed by Gustavo Noronha Silva.
3572 * Source/cmake/FindGDK2.cmake: Added.
3573 * Source/cmake/FindGTK2.cmake: Added.
3574 * Source/cmake/OptionsGTK.cmake: Look for GTK2 and GDK2.
3575 * Source/cmake/WebKitMacros.cmake: Abstract WebKit2 IPC generation here so it
3576 can be shared between the WebKit2 library and the plugin process.
3578 2013-12-17 Simon Pena <simon.pena@samsung.com>
3580 [NIX] Enable full debug builds by having ar creating thin archives
3581 https://bugs.webkit.org/show_bug.cgi?id=125850
3583 Reviewed by Csaba Osztrogonác.
3585 By default, CMake uses ar to generate libWebCore.a with cr parameters
3586 (do not warn if the library has to be created, and replace existing
3587 files in the archive). That results in a very large file, and ar fails
3588 with sizes over 4GB.
3590 Previously, debug builds on NIX were overriding CFLAGS in order to reduce
3591 the size of the WebCore library. Once that ar creates thin archives, overriding
3592 CFLAGS is no longer needed.
3594 * Source/cmake/OptionsNix.cmake: Remove CFLAGS override for debug builds.
3596 2013-12-13 Joseph Pecoraro <pecoraro@apple.com>
3598 [GTK] Remove Warnings in building about duplicate INSPECTOR variables
3599 https://bugs.webkit.org/show_bug.cgi?id=125710
3601 Reviewed by Tim Horton.
3605 2013-12-13 Joseph Pecoraro <pecoraro@apple.com>
3607 Web Inspector: Add Inspector Code Generation to JavaScriptCore for Runtime Domain
3608 https://bugs.webkit.org/show_bug.cgi?id=125595
3610 Reviewed by Timothy Hatcher.
3614 2013-12-13 Zan Dobersek <zdobersek@igalia.com>
3616 [GTK] Remove the -Wno-c++11-extensions compiler option for Clang builds
3617 https://bugs.webkit.org/show_bug.cgi?id=125639
3619 Reviewed by Anders Carlsson.
3621 * Source/autotools/SetupCompilerFlags.m4: The -Wno-c++11-extensions compiler option was in use
3622 when building with Clang. It is now removed as the C++11 standard is enabled throughout the project.
3624 2013-12-11 Martin Robinson <mrobinson@igalia.com> and Danilo Cesar Lemes de Paula <danilo.cesar@collabora.co.uk>
3626 Adding a .ycm_extra_conf file for webkitGtk
3627 https://bugs.webkit.org/show_bug.cgi?id=119618
3629 Reviewed by Gustavo Noronha Silva.
3631 Added a YouCompleteMe flag discovery script for Vim and the GTK+ port. The script
3632 read the GTK+ build files to determine dynamically what flags to compile a source
3633 file with. This allows Vim to provide auto-complete for C++/C language. See
3634 https://github.com/Valloric/YouCompleteMe for how to use this file.
3636 * .gitignore: Ignore the YCM symlinks in the tree.
3638 2013-12-12 Zan Dobersek <zdobersek@igalia.com>
3640 Use of ar T option not supported by older binutils
3641 https://bugs.webkit.org/show_bug.cgi?id=118732
3643 Reviewed by Gustavo Noronha Silva.
3645 * Source/autotools/SetupLibtool.m4: Make the AR_FLAGS value usable inside makefiles as an Automake variable.
3647 2013-12-11 Javier Fernandez <jfernandez@igalia.com>
3649 Arithmetic overflow when computing max-height CSS property with subpixel layout
3650 https://bugs.webkit.org/show_bug.cgi?id=119273
3652 Reviewed by Martin Robinson.
3654 Enabled SATURATED_LAYOUT_ARITHMETIC for the gtk+ port.
3656 * Source/autotools/SetupWebKitFeatures.m4:
3658 2013-12-10 Tamas Gergely <tgergely.u-szeged@partner.samsung.com>
3660 [CMAKE] Remove code that disables C++0x compat warnings for gcc-4.6 and above.
3661 https://bugs.webkit.org/show_bug.cgi?id=125492
3663 Reviewed by Zoltan Herczeg.
3665 Remove the code that disables these warnings for GCC >= 4.6.0
3667 * Source/cmake/WebKitHelpers.cmake:
3669 2013-12-10 Martin Robinson <mrobinson@igalia.com>
3671 Various fixes for the CMake GTK+ build
3673 Reviewed by Gustavo Noronha.
3675 * Source/cmake/OptionsGTK.cmake: Disable Quota support to maintain consistency with
3678 2013-12-09 Brian Holt <brian.holt@samsung.com>
3680 [WK2][Gtk] Add support for ENABLE_NETWORK_PROCESS to the build system
3681 https://bugs.webkit.org/show_bug.cgi?id=118231
3683 Reviewed by Martin Robinson.
3685 Original patch by Kwang Yul Seo <skyul@company100.net>.
3687 Disabled ENABLE_NETWORK_PROCESS by default.
3689 * Source/autotools/SetupAutomake.m4:
3690 * Source/autotools/SetupWebKitFeatures.m4:
3692 2013-12-06 Alberto Garcia <berto@igalia.com>
3694 [GTK] Enable web audio by default
3695 https://bugs.webkit.org/show_bug.cgi?id=124888
3697 Reviewed by Martin Robinson.
3699 When building with ./configure, enable_web_audio defaults to
3700 "no". However the basic functionality has been working for months
3701 so it's safe to enable it now.
3703 * Source/autotools/ReadCommandLineArguments.m4:
3705 2013-12-04 Ryosuke Niwa <rniwa@webkit.org>
3707 Enable HTMLTemplateElement by default
3708 https://bugs.webkit.org/show_bug.cgi?id=123851
3710 Reviewed by Antti Koivisto.
3712 * Source/autotools/SetupWebKitFeatures.m4:
3713 * Source/cmake/WebKitFeatures.cmake:
3715 2013-12-04 László Langó <lango@inf.u-szeged.hu>
3717 Allow --cloop option to work correctly in case of EFL.
3718 https://bugs.webkit.org/show_bug.cgi?id=125217
3720 Reviewed by Zoltan Herczeg.
3722 * Source/cmake/OptionsEfl.cmake:
3723 * Source/cmake/WebKitFeatures.cmake:
3724 * Source/cmakeconfig.h.cmake:
3726 2013-12-03 Ryuan Choi <ryuan.choi@samsung.com>
3728 [EFL] Disable RTTI for release build
3729 https://bugs.webkit.org/show_bug.cgi?id=125138
3731 Reviewed by Gyuyoung Kim.
3733 Binary size will be reduced about 1M bytes without RTTI.
3734 ewebkit.so : 43,449,275 -> 42,510,224
3735 ewebkit2.so: 46,715,870 -> 45,653,989
3737 * Source/cmake/OptionsEfl.cmake: Added -fno-rtti option to CMAKE_CXX_FLAGS_RELEASE.
3739 2013-12-02 Adrian Bunk <bunk@stusta.de>
3741 [GTK] Remove unneeded autoconf macros
3742 https://bugs.webkit.org/show_bug.cgi?id=125044
3744 Compilers that do not support const/inline/volatile and
3745 systems with pre-C89-headers are anyway not supported.
3747 Reviewed by Gustavo Noronha Silva.
3749 * Source/autotools/CheckSystemAndBasicDependencies.m4:
3751 2013-11-29 Laszlo Vidacs <lac@inf.u-szeged.hu>
3753 [cmake] Fix cmake warning: Argument not separated from preceding token by whitespace
3754 https://bugs.webkit.org/show_bug.cgi?id=124899
3756 Reviewed by Gyuyoung Kim.
3758 * Source/cmake/FindCairo.cmake:
3759 * Source/cmake/FindGStreamer.cmake:
3761 2013-11-28 Antti Koivisto <antti@apple.com>
3763 Remove feature: CSS variables
3764 https://bugs.webkit.org/show_bug.cgi?id=114119
3766 Reviewed by Andreas Kling.
3768 * Source/cmakeconfig.h.cmake:
3770 2013-11-27 László Langó <lango@inf.u-szeged.hu>
3772 [EFL] The remote inspector does not show the base page.
3773 https://bugs.webkit.org/show_bug.cgi?id=124942
3775 Reviewed by Gyuyoung Kim.
3777 On EFL the remote inspector does not show the base page about
3778 which pages are available for debug. This should be fixed for
3779 further inspector development.
3781 * Source/PlatformEfl.cmake:
3783 2013-11-26 Marcelo Lira <marcelo.lira@openbossa.org>
3785 Nix upstreaming - Adding build files and supporting scripts
3786 https://bugs.webkit.org/show_bug.cgi?id=118367
3788 Reviewed by Ryosuke Niwa.
3791 * Source/CMakeLists.txt:
3792 * Source/cmake/FindEGL.cmake:
3793 * Source/cmake/FindOpenGLES2.cmake: Added.
3794 * Source/cmake/OptionsCommon.cmake:
3795 * Source/cmake/OptionsNix.cmake: Added.
3797 2013-11-25 Ryuan Choi <ryuan.choi@samsung.com>
3799 [EFL] E_DBus should be an optional
3800 https://bugs.webkit.org/show_bug.cgi?id=124881
3802 Reviewed by Gyuyoung Kim.
3804 * Source/cmake/OptionsEfl.cmake:
3805 Checked E_DBus when only ENABLE_BATTERY_STATUS is on.
3807 2013-11-25 Ryuan Choi <ryuan.choi@samsung.com>
3809 [EFL] Use Config mode of find_package for EFL 1.8
3810 https://bugs.webkit.org/show_bug.cgi?id=124555
3812 Reviewed by Gyuyoung Kim.
3814 EFL 1.8 changed VERSION macro so it's difficult to use tricky approach
3815 which parses header files to know the version. Instead, EFL 1.8 supports
3816 FooConfig.cmake such as EinaConfig.cmake.
3818 This patch tries to use a config mode if it is available.
3819 If config mode is not available with Eo, FindFoo.cmake will be used without
3820 version requirement.
3822 * Source/cmake/FindEo.cmake: Removed.
3823 EoConfig.cmake is only preffered for EFL 1.8.
3824 * Source/cmake/OptionsEfl.cmake:
3826 2013-11-23 Xabier Rodriguez Calvar <calvaris@igalia.com>
3828 [GStreamer] Remove 0.10 codepath
3829 https://bugs.webkit.org/show_bug.cgi?id=124534
3831 Reviewed by Philippe Normand.
3833 * Source/cmake/OptionsEfl.cmake: Removed GST_API_VERSION_1
3836 2013-11-22 Manuel Rego Casasnovas <rego@igalia.com>
3838 [GTK] Review enabled/disabled CSS features for release builds
3839 https://bugs.webkit.org/show_bug.cgi?id=124791
3841 Reviewed by Martin Robinson.
3843 Enable and disable some CSS features according to what last versions of
3846 * Source/autotools/SetupWebKitFeatures.m4: Enable ENABLE_CSS_REGIONS and
3847 ENABLE_CSS_STICKY_POSITION. Disable ENABLE_CSS_EXCLUSIONS and
3850 2013-11-21 Peter Molnar <pmolnar.u-szeged@partner.samsung.com>
3852 Remove ENABLE_WORKERS
3853 https://bugs.webkit.org/show_bug.cgi?id=105784
3855 Reviewed by Darin Adler.
3857 * Source/autotools/SetupWebKitFeatures.m4:
3858 * Source/cmake/WebKitFeatures.cmake:
3859 * Source/cmakeconfig.h.cmake:
3861 2013-11-20 Commit Queue <commit-queue@webkit.org>
3863 Unreviewed, rolling out r159496.
3864 http://trac.webkit.org/changeset/159496
3865 https://bugs.webkit.org/show_bug.cgi?id=124641
3867 It caused warning and build break with cmake lower than 2.8.8
3868 (Requested by ryuan on #webkit).
3870 * Source/cmake/OptionsEfl.cmake:
3872 2013-11-19 Ryuan Choi <ryuan.choi@samsung.com>
3874 [EFL] Use Config mode of find_package for EFL 1.8
3875 https://bugs.webkit.org/show_bug.cgi?id=124555
3877 Reviewed by Gyuyoung Kim.
3879 EFL 1.8 changed VERSION macro so it's difficult to use tricky approach
3880 which parses header file to know the version. Instead, EFL 1.8 supports
3881 Config mode of find_package using XXXConfig.cmake such as EinaConfig.cmake.
3883 This patch tries to use Config mode if it is available after checking Eo.
3885 * Source/cmake/OptionsEfl.cmake:
3887 2013-11-18 Carlos Garcia Campos <cgarcia@igalia.com>
3889 Unreviewed. Update NEWS and Versions.m4 for 2.3.2 release.
3891 * Source/autotools/Versions.m4: Bump version numbers.
3893 2013-11-06 Krzysztof Czech <k.czech@samsung.com>
3895 [EFL] Change required version of ATK to 2.10.0
3896 https://bugs.webkit.org/show_bug.cgi?id=123883
3898 Reviewed by Mario Sanchez Prada.
3900 Changing a required version of ATK to 2.10.0
3902 * Source/cmake/OptionsEfl.cmake:
3904 2013-11-05 Zalan Bujtas <zalan@apple.com>
3906 Widget's position change should not initiate layout, only when its size changes.
3907 https://bugs.webkit.org/show_bug.cgi?id=123860
3909 Reviewed by Andreas Kling.
3911 RenderWidgets initiate unnecessary layouts while scrolling when they are embedded to
3912 overflow:scroll containers. Scroll position change doesn't dirty the render tree
3913 so it should not trigger layout either.
3915 * ManualTests/layouts-on-renderwidgets-while-scrolling.html: Added.
3917 2013-11-05 Éva Balázsfalvi <balazsfalvi.eva@stud.u-szeged.hu>
3919 Remove leftover Qt related things from WebKitMacros.cmake
3920 https://bugs.webkit.org/show_bug.cgi?id=123798
3922 Reviewed by Anders Carlsson.
3924 * Source/cmake/WebKitMacros.cmake:
3926 2013-11-02 Patrick Gansterer <paroga@webkit.org>
3928 [WINCE] Disable export macros
3929 https://bugs.webkit.org/show_bug.cgi?id=123679
3931 Reviewed by Darin Adler.
3933 Avoid useless exports by turning of the export macros
3934 since the WinCE port works as a static library only.
3936 * Source/cmake/OptionsWinCE.cmake:
3938 2013-10-31 Ryuan Choi <ryuan.choi@samsung.com>
3940 [EFL][GLES] OpenGL should be an optional
3941 https://bugs.webkit.org/show_bug.cgi?id=123399
3943 Reviewed by Noam Rosenthal.
3945 * Source/cmake/OptionsEfl.cmake:
3946 Refactor the check routine of GL dependencies to use OpenGL as optional.
3948 2013-10-29 Carlos Garcia Campos <cgarcia@igalia.com>
3950 Unreviewed. Update NEWS and Versions.m4 for 2.3.1 release.
3952 * Source/autotools/Versions.m4: Bump version numbers.
3954 2013-10-24 Ryuan Choi <ryuan.choi@samsung.com>
3956 [EFL] Build break with latest EFL 1.8 libraries.
3957 https://bugs.webkit.org/show_bug.cgi?id=123245
3959 Reviewed by Gyuyoung Kim.
3961 After fixed build break on EFL 1.8 at r138326, EFL libraries are changed
3962 Eo typedef and splitted header files which contain version macro.
3964 * Source/cmake/EFLHelpers.cmake: Checked whether include path exist.
3965 * Source/cmake/FindEcore.cmake: Added 1.8 Header which have version macro.
3966 * Source/cmake/FindEdje.cmake: Ditto.
3967 * Source/cmake/FindEina.cmake: Ditto.
3968 * Source/cmake/FindEo.cmake: Ditto.
3969 * Source/cmake/FindEvas.cmake: Ditto.
3971 2013-10-22 Ryuan Choi <ryuan.choi@samsung.com>
3973 [EFL] Remove HAVE_GLX macro
3974 https://bugs.webkit.org/show_bug.cgi?id=123191
3976 Reviewed by Gyuyoung Kim.
3978 * Source/cmake/OptionsEfl.cmake: Removed unnecessary HAVE_GLX macro
3980 2013-10-21 Gergo Balogh <geryxyz@inf.u-szeged.hu>
3982 Remove .qmake.conf files
3983 https://bugs.webkit.org/show_bug.cgi?id=123091
3985 Reviewed by Csaba Osztrogonác.
3987 * .qmake.conf: Removed.
3989 2013-10-18 Carlos Garcia Campos <cgarcia@igalia.com>
3991 [GTK] Generate API documentation for GObject DOM bindings
3992 https://bugs.webkit.org/show_bug.cgi?id=121538
3994 Reviewed by Gustavo Noronha Silva.
3996 * GNUmakefile.am: Initialize gdom_symbol_files variable.
3998 2013-10-17 Afonso R. Costa Jr. <afonso.costa@samsung.com>
4000 [CMAKE] Update code to take advantage of CMake version 2.8.3+.
4001 https://bugs.webkit.org/show_bug.cgi?id=97516
4003 Reviewed by Gyuyoung Kim.
4005 CMake's version was changed to 2.8.3. So, these files below
4006 can be simplified to take advantage of CMake's new version.
4008 * Source/cmake/FindCairo.cmake: Simplified according to CMake 2.8.3+.
4009 * Source/cmake/FindGStreamer.cmake: Ditto.
4011 2013-10-16 Ryosuke Niwa <rniwa@webkit.org>
4013 Add a new flakiness dashboard clone
4014 https://bugs.webkit.org/show_bug.cgi?id=122936
4016 Reviewed by Anders Carlsson.
4018 Added the initial prototype.
4020 * Websites/test-results: Added.
4021 * Websites/test-results/.htaccess: Added.
4022 * Websites/test-results/admin: Added.
4023 * Websites/test-results/admin/index.php: Added.
4024 * Websites/test-results/api: Added.
4025 * Websites/test-results/api/manifest.php: Added.
4026 * Websites/test-results/api/report.php: Added.
4027 * Websites/test-results/api/results.php: Added.
4028 * Websites/test-results/include: Added.
4029 * Websites/test-results/include/config.json: Added.
4030 * Websites/test-results/include/db.php: Added.
4031 * Websites/test-results/include/init-database.sql: Added.
4032 * Websites/test-results/include/json-shared.php: Added.
4033 * Websites/test-results/include/test-results.php: Added.
4034 * Websites/test-results/index.html: Added.
4035 * Websites/test-results/js: Added.
4036 * Websites/test-results/js/autocompleter.js: Added.
4037 * Websites/test-results/js/build.js: Added.
4038 * Websites/test-results/js/dom.js: Added.
4040 2013-10-16 Csaba Osztrogonác <ossy@webkit.org>
4042 [WK2][Efl][CMake] Add support for ENABLE_NETWORK_PROCESS to the build system
4043 https://bugs.webkit.org/show_bug.cgi?id=110139
4045 Reviewed by Laszlo Gombos.
4047 Original patch by Balazs Kelemen <kbalazs@webkit.org>
4049 * Source/cmake/WebKitFeatures.cmake:
4050 * Source/cmakeconfig.h.cmake:
4052 2013-10-10 Marcelo Morais <m.morais@samsung.com>
4054 Web Inspector: Remove the old front-end from WebKit
4055 https://bugs.webkit.org/show_bug.cgi?id=122295
4057 Reviewed by Timothy Hatcher.
4059 * Source/PlatformGTK.cmake: Removed. This file was using files from the
4060 old inspector, not needed anymore.
4062 2013-10-09 Julien Brianceau <jbriance@cisco.com>
4064 [sh4] Add sh4 support when building with CMake.
4065 https://bugs.webkit.org/show_bug.cgi?id=122542
4067 Reviewed by Csaba Osztrogonác.
4071 2013-10-08 Martin Robinson <mrobinson@igalia.com>
4073 [GTK] Re-enable MathML for release builds
4074 https://bugs.webkit.org/show_bug.cgi?id=122361
4076 Reviewed by Darin Adler.
4078 * Source/autotools/SetupWebKitFeatures.m4: Enable MathML for release builds.
4080 2013-10-02 Anders Carlsson <andersca@apple.com>
4082 Remove Qt related files from the root directories
4083 https://bugs.webkit.org/show_bug.cgi?id=122249
4085 Reviewed by Andreas Kling.
4087 * Source/QtWebKit.pro: Removed.
4088 * Source/api.pri: Removed.
4089 * Source/qtwebkit.qdocconf: Removed.
4090 * Source/sync.profile: Removed.
4091 * Source/tests.pri: Removed.
4092 * Source/widgetsapi.pri: Removed.
4093 * WebKit.pro: Removed.
4095 2013-09-30 Sam Weinig <sam@webkit.org>
4097 Remove support for DOMFileSystem
4098 https://bugs.webkit.org/show_bug.cgi?id=122137
4100 Reviewed by Anders Carlsson.
4102 * Source/autotools/SetupWebKitFeatures.m4:
4103 * Source/cmake/OptionsBlackBerry.cmake:
4104 * Source/cmake/WebKitFeatures.cmake:
4105 * Source/cmakeconfig.h.cmake:
4107 2013-09-30 Benjamin Poulain <benjamin@webkit.org>
4109 Remove the code guarded by STYLE_SCOPED
4110 https://bugs.webkit.org/show_bug.cgi?id=122123
4112 Reviewed by Anders Carlsson.
4114 * Source/autotools/SetupWebKitFeatures.m4:
4115 * Source/cmake/OptionsBlackBerry.cmake:
4116 * Source/cmake/WebKitFeatures.cmake:
4117 * Source/cmakeconfig.h.cmake:
4119 2013-09-30 Allan Sandfeld Jensen <allan.jensen@digia.com>
4121 [Qt] Fix force_static_libs_as_shared in WebKit2
4122 https://bugs.webkit.org/show_bug.cgi?id=121961
4124 Reviewed by Csaba Osztrogonác.
4126 Get rid of the unused WebKit2QML library
4130 2013-09-26 Gustavo Noronha Silva <gustavo.noronha@collabora.com>
4132 [GTK] Tons of warnings caused by using FORTIFY_SOURCE in an unoptimized build
4133 https://bugs.webkit.org/show_bug.cgi?id=121836
4135 Reviewed by Martin Robinson.
4137 * Source/autotools/SetupCompilerFlags.m4: only consider enabling FORTIFY_SOURCE if optimizations have
4138 been enabled, since they are required for FORTIFY_SOURCE to work, and enabling FORTIFY_SOURCE unconditionally
4139 generates warnings in newer glibc.
4141 2013-09-25 Allan Sandfeld Jensen <allan.jensen@digia.com>
4143 [Qt] Fix build with Qt 5.2 QtPosition module
4144 https://bugs.webkit.org/show_bug.cgi?id=121089
4146 Reviewed by Simon Hausmann.
4148 QtLocation -> QtPositioning
4150 * Source/sync.profile:
4152 2013-09-24 Zan Dobersek <zdobersek@igalia.com>
4154 [GTK] Enable the Wayland target if GTK+ dependency is found
4155 https://bugs.webkit.org/show_bug.cgi?id=121704
4157 Reviewed by Gustavo Noronha Silva.
4159 The Wayland target should be enabled by default if the GTK+ dependency is of version 3.9.14 or later.
4161 * Source/autotools/FindDependencies.m4: If the Wayland target was not strictly disabled, the GTK+ dependency
4162 is tested if it can provide the Wayland GDK backend, and that the version of that backend matches the version
4163 of the master GTK+ dependency for which we already tested. If found, the target is enabled, otherwise we either
4164 warn or error out, depending on whether the build target was set to auto or completely disabled through configuration.
4165 * Source/autotools/ReadCommandLineArguments.m4: Switch the default Wayland target status to 'auto', meaning
4166 it will be disabled if the GTK+ dependency is not found.
4167 * Source/autotools/Versions.m4: Require GTK+ 3.9.14 for the Wayland target only.
4169 2013-09-23 Zan Dobersek <zdobersek@igalia.com>
4171 [Autotools] Rework the build target selection
4172 https://bugs.webkit.org/show_bug.cgi?id=121703
4174 Reviewed by Gustavo Noronha Silva.
4176 Replace the --with-target configuration flag with target-specific --enable-*-target flags:
4177 - --enable-x11-target
4178 - --enable-wayland-target
4179 - --enable-win32-target
4180 - --enable-quartz-target
4181 - --enable-directfb-target
4183 By default, the X11 target is enabled. This default is preserved only if no --enable-*-target flag
4184 is passed on the command line. When that occurs, the newly-constructed list of build targets is
4185 used to determine what build targets should actually be built. So for instance, executing just
4186 `./configure` would only enable the X11 target as that's the default, and executing
4187 `./configure --enable-wayland-target` would only enable the Wayland target, as the defaults are
4190 * Source/autotools/CheckSystemAndBasicDependencies.m4: Abort if grep was not found, just in case.
4191 * Source/autotools/CustomMacros.m4: The new file that contains helpful custom macros.
4192 * Source/autotools/FindDependencies.m4: Use the appropriate 'enable_*_target' references instead of 'with_*target'.
4193 * Source/autotools/PrintBuildConfiguration.m4: Use the new AM_APPEND_TO_DESCRIPTION macro to construct a pretty-looking
4194 description string of what targets will be built.
4195 * Source/autotools/ReadCommandLineArguments.m4: Replace the --with-target configuration flag and the related
4196 hacks with the set of --enable-*-target flags. The new AM_DETERMINE_BUILD_TARGET_STATUS macro is used to determine
4197 whether to enable specific build targets, based indirectly on the passed-in --enable-*-target flags.
4198 * Source/autotools/SetupAutoconfHeader.m4: Use the appropriate 'enable_*_target' references instead of 'with_*target'.
4199 * Source/autotools/SetupAutomake.m4: Use the appropriate 'enable_*_target' references instead of 'with_*target'.
4200 * configure.ac: Include the new CustomMacros.m4 file.
4202 2013-09-23 Claudio Saavedra <csaavedra@igalia.com>
4206 Reviewed by Carlos Garcia Campos.
4208 * Source/autotools/Versions.m4: Bump to 2.3.0
4210 2013-09-20 Sergio Correia <sergio.correia@openbossa.org>
4212 [CMAKE] FindHarfBuzz: Handle harfbuzz / harfbuzz-icu split
4213 https://bugs.webkit.org/show_bug.cgi?id=121688
4215 Reviewed by Martin Robinson.
4217 HarfBuzz 0.9.18 split ICU support into a separate harfbuzz-icu library.
4218 To be able to build with earlier and newer versions of HarfBuzz, we should
4219 check for harfbuzz-icu as well, if version >= 0.9.18.
4221 * Source/cmake/FindHarfBuzz.cmake: Check for harfbuzz-icu, if version
4224 2013-09-16 Gustavo Noronha Silva <gns@gnome.org>
4226 [GTK] Make symbol export filter more strict, and disable for dev/test builds
4227 https://bugs.webkit.org/show_bug.cgi?id=120586
4229 Reviewed by Martin Robinson.
4231 * GNUmakefile.am: only include test-related automake files when developer
4233 * Source/autotools/ReadCommandLineArguments.m4: add --enable-developer-mode,
4234 defaults to no, and to yes for debug builds.
4235 * Source/autotools/SetupAutomake.m4: add ENABLE_DEVELOPER_MODE conditional.
4236 * Source/autotools/symbols.filter: make the exported symbols list much shorter,
4237 covering only the public ABI and a few symbols required by WebKit2 processes.
4239 2013-09-13 Gustavo Noronha Silva <gustavo.noronha@collabora.com>
4241 [GTK] Move to the new web inspector
4242 https://bugs.webkit.org/show_bug.cgi?id=120647
4244 Reviewed by Carlos Garcia Campos.
4246 * GNUmakefile.am: include the new WebInspectorUI GNUmakefile.am.
4248 2013-09-13 Allan Sandfeld Jensen <allan.jensen@digia.com>
4250 [Qt] Update sync.profile
4251 https://bugs.webkit.org/show_bug.cgi?id=121295
4253 Reviewed by Simon Hausmann.
4255 Ensure we let the dependencies pick the right branch instead of always master
4256 and list all the dependencies we need on all platforms.
4258 * Source/sync.profile:
4260 2013-09-11 Mario Sanchez Prada <mario.prada@samsung.com>
4262 [GTK] Remove Gail dependency from build system for GTK3
4263 https://bugs.webkit.org/show_bug.cgi?id=119673
4265 Reviewed by Gustavo Noronha Silva.
4267 * Source/autotools/FindDependencies.m4: Don't look for GAIL at all.
4268 * Source/autotools/Versions.m4: Removed any reference to GAIL.
4269 * Source/cmake/FindGAIL3.cmake: Removed.
4270 * Source/cmake/OptionsGTK.cmake: Don't look for the GAIL package.
4272 2013-09-11 Patrick Gansterer <paroga@webkit.org>
4274 [CMake] Split out generic Windows files into its own file
4275 https://bugs.webkit.org/show_bug.cgi?id=119514
4277 Reviewed by Gyuyoung Kim.
4279 This allows us to add smaller CMakeLists.txt files when
4280 adding additional Windows ports.
4282 * Source/cmake/OptionsWinCE.cmake:
4283 * Source/cmake/WebKitMacros.cmake:
4285 2013-09-11 Alberto Garcia <berto@igalia.com>
4287 autogen.sh: fix removal of autom4te.cache
4288 https://bugs.webkit.org/show_bug.cgi?id=121150
4290 Reviewed by Carlos Garcia Campos.
4292 The removal of autom4te.cache is wrong, it uses 'rm -f' instead of
4293 'rm -rf' and it relies on an undefined variable.
4295 In addition to that, it should be done after running autoreconf,
4296 which is when it's no longer needed.
4300 2013-09-11 Alberto Garcia <berto@igalia.com>
4302 Unquoted $ORIGDIR in autogen.sh
4303 https://bugs.webkit.org/show_bug.cgi?id=19512
4305 Reviewed by Carlos Garcia Campos.
4307 Quote all directory names. This doesn't mean that all possible
4308 directory names are safe for building webkit, but the configure
4309 script already runs a sanity check.
4313 2013-09-11 Zan Dobersek <zdobersek@igalia.com>
4315 [GTK] Stop disabling deprecated symbols in debug builds
4316 https://bugs.webkit.org/show_bug.cgi?id=121145
4318 Reviewed by Carlos Garcia Campos.
4320 Disabling the dependencies' deprecated symbols in debug builds is only causing unnecessary
4321 build failures. Compiler warnings are being thrown whenever a deprecated symbol is being
4322 used, so a build failure is an overreach in this case.
4324 * Source/autotools/SetupAutoconfHeader.m4:
4326 2013-09-10 Marcelo Morais <m.morais@samsung.com>
4328 [EFL] WebInspector: Move to new webinspector
4329 https://bugs.webkit.org/show_bug.cgi?id=119559
4331 Reviewed by Gyuyoung Kim.
4333 Enabling the new Web Inspector on EFL port.
4334 Co-author: Andre Loureiro <andre.vl@samsung.com>
4336 * Source/PlatformEfl.cmake:
4337 * Source/cmake/OptionsEfl.cmake:
4339 2013-09-06 Zan Dobersek <zdobersek@igalia.com>
4341 REGRESSION(r155143): Build failures on GTK port with Clang and libstdc++ < 4.8.1
4342 https://bugs.webkit.org/show_bug.cgi?id=120896
4344 Reviewed by Anders Carlsson.
4346 The GTK port currently only permits using the libstdc++ standard library when compiling with
4347 Clang. After r155143, build failures are occurring when using Clang and libstdc++ that predates
4348 the 4.8.0 release due to the use of std::is_trivially_destructible that isn't available in
4351 To not add additional special casing, the GTK port should move onto requiring libstdc++ >= 4.8.1
4352 when compiling with the Clang compiler. Version 4.8.1 was chosen since it's C++11 feature-complete.
4353 This strict requirement is possible as compiling the GTK port with the Clang compiler is not really
4354 widespread, so we can afford to adjust the required dependencies to match other ports' progression
4355 instead of modifying the code.
4357 * Source/autotools/CheckSystemAndBasicDependencies.m4: If the detected compiler is Clang, also check
4358 that the libstdc++ standard library is used by testing for the __GLIBCXX__ macro that should be defined
4359 to the value lesser than the '20130531', the date stamp used by the 4.8.1 release of libstdc++. Since
4360 possible future releases of the 4.6 or 4.7 series of libstdc++ will also match this check due to a newer
4361 date stamp contained in __GLIBCXX__, the std::is_trivially_destructible struct is also used so the
4362 compilation will fail if the libstdc++ that's used is older than allowed (and therefor does not support
4363 the feature). If the check fails, a fatal error is thrown, describing the requirement. Everything carries
4364 on as normal otherwise.
4366 2013-09-06 Zan Dobersek <zdobersek@igalia.com>
4368 [GTK] Bump the required Clang version to 3.2
4369 https://bugs.webkit.org/show_bug.cgi?id=112537
4371 Reviewed by Gustavo Noronha Silva.
4373 * Source/autotools/CheckSystemAndBasicDependencies.m4: Require the Clang 3.2 stack
4374 when the Clang compiler is specified.
4376 2013-09-05 Brendan Long <b.long@cablelabs.com>
4378 [Qt] DefaultFullScreenVideoHandler and PlatformVideoWindow are included in the build when they are disabled
4379 https://bugs.webkit.org/show_bug.cgi?id=117206
4381 Reviewed by Philippe Normand.
4383 * Source/widgetsapi.pri: Don't include DefaultFullScreenVideoHandler when it's disabled.
4385 2013-09-05 Ryuan Choi <ryuan.choi@samsung.com>
4387 [CMAKE] Add c++0x into CXX_FLAGS as a default
4388 https://bugs.webkit.org/show_bug.cgi?id=120812
4390 Unreviewed build fix for EFL ports.
4392 * Source/cmake/OptionsCommon.cmake: Moved c++0x option here from WebKitHelpers.
4393 * Source/cmake/WebKitHelpers.cmake:
4395 2013-09-04 Michael Brüning <michael.bruning@digia.com>
4397 [Qt] Use correct library paths for prefix builds on Mac.
4398 https://bugs.webkit.org/show_bug.cgi?id=120635
4400 Reviewed by Tor Arne Vestbø.
4402 Due to a change of scope of the qmake force_independent configuration
4403 flag, the library paths in QtWebKit builds on the Mac are set to the
4404 QtWebKit build directory even for production builds.
4406 This patch sets the correct library paths for prefixed production builds
4407 while keeping the scope of the force_independent flag for non-production
4411 * Source/widgetsapi.pri:
4413 2013-09-04 Zan Dobersek <zdobersek@igalia.com>
4415 [GTK] Add support for the Wayland build target
4416 https://bugs.webkit.org/show_bug.cgi?id=120627
4418 Reviewed by Gustavo Noronha Silva.
4420 Add support for building the GTK port with Wayland as the target. The Wayland target can be the sole target
4421 that's enabled, or it can be enabled in parallel with the X11 target.
4423 Each of those two targets, when enabled, checks for the corresponding GTK+ windowing dependency being present.
4424 In the case of only the Wayland target being enabled, the accelerated compositing feature is disabled at
4425 build-time as the feature is not yet supported under the Wayland display protocol. X11-based plugin support is
4426 also disabled under that configuration, even if the WebKitPluginProcess is still built but is left non-operational.
4427 GLX support is also disabled if not building the X11 target.
4429 The Wayland target can be enabled through using the --with-target configuration option that now accepts two
4431 - 'wayland' - only enables the Wayland target,
4432 - 'x11,wayland' - enables the X11 and Wayland targets that are to be built in parallel.
4434 This makes it possible to build the GTK port of WebKit with the Wayland target, relying solely on the GTK+
4435 dependency that only has the Wayland backend enabled, and removes linking against any X11-related library.
4436 Note that at the moment there seem to be other dependencies that still link to X11-related libraries.
4437 Complete functionality is not yet guaranteed, but is of course the goal.
4439 * Source/autotools/FindDependencies.m4: Store the version of the basic GTK+ dependency that was found.
4440 This is later used to check that the GTK+ X11 and GTK+ Wayland dependencies are of the same version. The
4441 X11-specific dependencies are grouped into one section (apart from the XComposite and XDamage dependencies),
4442 also checking for the GTK+ X11 dependency. If the X11 target is not enabled, the GLX dependency is disabled.
4443 Additionally check for the GTK+ Wayland dependency if the Wayland target is enabled.
4444 We only check for the presence and correct version of the GTK+ X11 and Wayland dependencies, if necessary.
4445 Check for the XComposite and XDamage dependencies if the X11 target is enabled (in addition to the OpenGL
4446 headers being present).
4447 In case of the Wayland target being enabled while the X11 target is not, disable the accelerated compositing
4448 feature as there's no support yet for it under the Wayland display protocol.
4449 * Source/autotools/PrintBuildConfiguration.m4: The build configuration should now print out 'GDK targets'.
4450 * Source/autotools/ReadCommandLineArguments.m4: The --with-target option can now take two additional values,
4451 'wayland' and 'x11,wayland'. The first one enables only the Wayland target, while the second one enables both
4452 X11 and Wayland targets. This makes it possible to build the GTK port with both X11 and Wayland display protocols
4453 supported in the same build.
4454 We must now check the outcoming with_target variable to see if the special case of building one or both of the
4455 possible parallel targets was chosen. We define with_x11_target and with_wayland_target variables if the
4456 with_target value applies to that case.
4457 * Source/autotools/SetupAutoconfHeader.m4: Do not define the XP_UNIX macro on builds that enable the Wayland-only
4458 target. It should still be defined if we're building both X11 and Wayland targets in parallel.
4459 * Source/autotools/SetupAutomake.m4: Define TARGET_X11 and TARGET_WAYLAND Automake conditionals if the new
4460 with_x11_target or with_wayland_target variables were set, respectively. Additionall, define the TARGET_X11_OR_WAYLAND
4461 Automake conditional if we're building either of the two targets.
4463 2013-09-03 Patrick Gansterer <paroga@webkit.org>
4465 [CMake] Fix detection of x86_64 platform with MSVC
4466 https://bugs.webkit.org/show_bug.cgi?id=116662
4468 Reviewed by Gyuyoung Kim.
4470 Use ${MSVC_CXX_ARCHITECTURE_ID} instead of ${CMAKE_SYSTEM_PROCESSOR}, since
4471 the later one just resolves to the host processor on Windows.
4475 2013-08-29 Sam Weinig <sam@webkit.org>
4477 Add ENABLE guards for Promises
4478 https://bugs.webkit.org/show_bug.cgi?id=120488
4480 Reviewed by Andreas Kling.
4482 * Source/autotools/SetupWebKitFeatures.m4:
4483 * Source/cmake/WebKitFeatures.cmake:
4484 * Source/cmakeconfig.h.cmake:
4486 2013-08-28 Gustavo Noronha Silva <gns@gnome.org>
4488 [GTK] Enable maintainer mode configure switch
4489 https://bugs.webkit.org/show_bug.cgi?id=120424
4491 Reviewed by Martin Robinson.
4493 The maintainer mode feature is used by ostree and other automated builders to ensure no autotools
4494 regeneration will happen for a regular tarball build; ostree builders, for instance, are very
4495 conservative with toolchain upgrades, and are still using aclocal 1.12. WebKit's latest tarball
4496 (2.1.90) for some reason tries to regenerate build files, and the build fails because it can't find
4497 the version of aclocal that was used for generating the tarball (1.13).
4499 * configure.ac: enable maintainer mode feature.
4501 2013-08-28 Zan Dobersek <zdobersek@igalia.com>
4503 [GTK] Add support for building JSC with FTL JIT enabled
4504 https://bugs.webkit.org/show_bug.cgi?id=120270
4506 Reviewed by Filip Pizlo.
4508 * Source/autotools/FindDependencies.m4: Disable FTL JIT if the JIT itself is disabled or if the C++ compiler
4509 being used is not Clang. Check for llvm-config and use it to properly test for the LLVM >= 3.4 dependency.
4510 * Source/autotools/PrintBuildConfiguration.m4: Print out the status of the FTL JIT support.
4511 * Source/autotools/ReadCommandLineArguments.m4: Add a configuration flag for enabling the feature, defaulting
4512 to 'no' used as the default value for now. This should switch to 'auto' at some point in future.
4513 * Source/autotools/SetupAutoconfHeader.m4: Define ENABLE_FTL_JIT to a specific value if possible.
4514 Also define HAVE_LLVM to 1 if the LLVM dependency was satisfied.
4516 2013-08-28 Simon Hausmann <simon.hausmann@digia.com>
4518 [Qt] Unreviewed trivial build adjustment
4520 * Source/sync.profile: Don't depend on qtjsbackend anymore. It's not needed in Qt 5.2
4521 anymore (but this section of sync.profile is only used by the CI system, so no impact
4524 2013-08-24 Carlos Garcia Campos <cgarcia@igalia.com>
4526 Unreviewed. Fix GTK+ build after r154541.
4528 * Source/autotools/symbols.filter: Export symbols required by
4531 2013-08-15 Zan Dobersek <zdobersek@igalia.com>