1 2015-01-21 Csaba Osztrogonác <ossy@webkit.org>
3 [EFL][WK2] EFL MiniBrowser doesn't run because shared library is not found
4 https://bugs.webkit.org/show_bug.cgi?id=140049
6 Reviewed by Gyuyoung Kim.
8 * Source/cmake/OptionsCommon.cmake:
10 2015-01-21 Csaba Osztrogonác <ossy@webkit.org>
12 Remove ENABLE(INSPECTOR) ifdef guards
13 https://bugs.webkit.org/show_bug.cgi?id=140668
15 Reviewed by Darin Adler.
17 * Source/PlatformEfl.cmake:
18 * Source/cmake/OptionsEfl.cmake:
19 * Source/cmake/OptionsGTK.cmake:
20 * Source/cmake/OptionsMac.cmake:
21 * Source/cmake/WebKitFeatures.cmake:
22 * Source/cmakeconfig.h.cmake:
24 2015-01-20 Carlos Garcia Campos <cgarcia@igalia.com>
26 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.4 release.
28 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
30 2015-01-19 Gyuyoung Kim <gyuyoung.kim@samsung.com>
32 [CMAKE] Fix cmake warning
33 https://bugs.webkit.org/show_bug.cgi?id=140497
35 Reviewed by Gustavo Noronha Silva.
37 r173155 already tried to fix cmake warning though, the warning is still exist.
38 CMAKE_LINK_INTERFACE_LIBRARIES seems to cause this warning. Individual target is
39 already set for their libraries though, INTERFACE_LINK_LIBRARIES contains the list
40 of transitive link dependencies, and CMAKE_LINK_INTERFACE_LIBRARIES can override
41 the INTERFACE_LINK_LIBRARIES property when CMP0022 is not set. CMake warns this override.
42 To avoid it, EFL port doesn't set CMAKE_LINK_INTERFACE_LIBRARIES.
46 2015-01-19 Michael Catanzaro <mcatanzaro@igalia.com>
48 [GTK] Generate the make dist manifest from a CMake template file
49 https://bugs.webkit.org/show_bug.cgi?id=139387
51 Reviewed by Martin Robinson.
53 Generate manifest.txt from manifest.txt.in. Only expose the dist and
54 distcheck targets for developer builds, as they won't work when
55 building from a tarball because the manifest is not distributed.
57 * Source/PlatformGTK.cmake:
59 2015-01-15 Csaba Osztrogonác <ossy@webkit.org>
61 Remove ENABLE(SQL_DATABASE) guards
62 https://bugs.webkit.org/show_bug.cgi?id=140434
64 Reviewed by Darin Adler.
66 * Source/cmake/OptionsMac.cmake:
67 * Source/cmake/WebKitFeatures.cmake:
68 * Source/cmakeconfig.h.cmake:
70 2015-01-11 Sam Weinig <sam@webkit.org>
72 Remove support for SharedWorkers
73 https://bugs.webkit.org/show_bug.cgi?id=140344
75 Reviewed by Anders Carlsson.
77 * Source/cmake/OptionsEfl.cmake:
78 * Source/cmake/OptionsGTK.cmake:
79 * Source/cmake/OptionsMac.cmake:
80 * Source/cmake/WebKitFeatures.cmake:
81 * Source/cmakeconfig.h.cmake:
83 2015-01-10 Dan Bernstein <mitz@apple.com>
85 [Xcode, iOS] Files are recompiled when alternating between using make and the Xcode IDE
86 https://bugs.webkit.org/show_bug.cgi?id=140339
88 Reviewed by Mark Rowe.
90 * Makefile.shared: Run xcodebuild with the same PATH with which the Xcode IDE runs. This
91 prevents unnecessary rebuilding due to PATH differences.
93 2015-01-07 Gwang Yoon Hwang <yoon@igalia.com>
95 [GTK][ThreadedCompositor] Add support for threaded compositor.
96 https://bugs.webkit.org/show_bug.cgi?id=118265
98 Reviewed by Martin Robinson.
100 Added the ENABLE_THREADED_COMPOSITOR feature flag to the cmake and
101 autotools build systems. The feature is disabled by default.
102 And remove deprecated the WTF_USE_TILED_BACKING_STORE feature flag
103 from the feature flags.
105 * Source/cmake/OptionsEfl.cmake:
106 * Source/cmake/OptionsGTK.cmake:
107 * Source/cmake/WebKitFeatures.cmake:
108 * Source/cmakeconfig.h.cmake:
110 2014-12-23 Alexey Proskuryakov <ap@apple.com>
112 Simplify building with ASan
113 https://bugs.webkit.org/show_bug.cgi?id=139916
115 Reviewed by Mark Rowe.
117 * Makefile.shared: Invoke set-webkit-configuration to store ASan choice as appropriate.
119 2014-12-16 Carlos Garcia Campos <cgarcia@igalia.com>
121 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.3 release.
123 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
125 2014-12-10 Jon Honeycutt <jhoneycutt@apple.com>
127 Null dereference performing a "TapAndAHalf" gesture in Google search field
129 <https://bugs.webkit.org/show_bug.cgi?id=139506>
130 <rdar://problem/19028828>
132 Reviewed by Darin Adler.
134 * ManualTests/ios/tap-and-a-half-gesture-in-empty-text-field.html: Added.
136 2014-12-10 Dean Jackson <dino@apple.com>
138 Blur filter performance test doesn't provide results
139 https://bugs.webkit.org/show_bug.cgi?id=139462
141 Reviewed by Sam Weinig.
143 This can't currently work under our performance test
144 infrastructure. Move it to a manual test to avoid
145 putting FAILures into the results.
147 * ManualTests/blur-filter-timing.html: Renamed from PerformanceTests/Interactive/blur-filter-timing.html.
149 2014-12-09 Gustavo Noronha Silva <gustavo.noronha@collabora.com>
151 [GTK][WK2] Add HTML5 Notifications support
152 https://bugs.webkit.org/show_bug.cgi?id=61140
154 Reviewed by Carlos Garcia Campos.
156 * Source/cmake/FindLibNotify.cmake: Added.
157 * Source/cmake/OptionsGTK.cmake: add option to enable notifications, look for
158 libnotify and use it for a default implementation when found.
160 2014-12-09 Bem Jones-Bey <bjonesbe@adobe.com>
162 REGRESSION(r155906): Page content disappears on Tuaw article after loading
163 https://bugs.webkit.org/show_bug.cgi?id=138100
165 Reviewed by Simon Fraser.
167 DRT causes an extra paint which makes it impossible to test this with
170 * ManualTests/float-layer-not-painting.html: Added.
172 2014-12-07 Alberto Garcia <berto@igalia.com>
174 [GTK] WebKit has a new required dependency on GnuTLS
175 https://bugs.webkit.org/show_bug.cgi?id=136158
177 Reviewed by Martin Robinson.
179 Detect if GnuTLS is installed and enable or disable subtle crypto
182 * Source/cmake/OptionsGTK.cmake:
184 2014-12-07 Carlos Garcia Campos <cgarcia@igalia.com>
186 [GTK] Missing API detected in GObject DOM bindings after r176630
187 https://bugs.webkit.org/show_bug.cgi?id=139201
189 Reviewed by Gustavo Noronha Silva.
191 Change GENERATE_BINDINGS macro to receive a list of optional
192 additional dependencies, so that we can add more dependecies
193 without having to change the macro.
195 * Source/cmake/WebKitMacros.cmake:
197 2014-12-05 Simon Fraser <simon.fraser@apple.com>
199 Programmatic scrolling and content changes are not always synchronized
200 https://bugs.webkit.org/show_bug.cgi?id=139245
201 rdar://problem/18833612
203 Reviewed by Anders Carlsson.
205 Manual test that tries to sync layout with programmatic scrolling.
207 * ManualTests/programmatic-scroll-flicker.html: Added.
209 2014-12-04 Alberto Garcia <berto@igalia.com>
211 can not find cairo-gl.h when build webkit with gtk on ubuntu 14.04
212 https://bugs.webkit.org/show_bug.cgi?id=136576
214 Reviewed by Carlos Garcia Campos.
216 CMake should complain if Accelerated 2D Canvas is explicitly
217 enabled but cairo-gl is not found.
219 * Source/cmake/OptionsGTK.cmake:
221 2014-12-03 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
223 [EFL] Add subtle crypto to the build system
224 https://bugs.webkit.org/show_bug.cgi?id=138612
226 Reviewed by Csaba Osztrogonác.
228 * Source/cmake/OptionsEfl.cmake:
230 2014-12-01 Gyuyoung Kim <gyuyoung.kim@samsung.com>
232 [EFL] Add a ENABLE_CSS_SCROLL_SNAP macro to CMake build system
233 https://bugs.webkit.org/show_bug.cgi?id=139085
235 Reviewed by Andreas Kling.
237 * Source/cmake/OptionsEfl.cmake: Add ENABLE_CSS_SCROLL_SNAP.
238 * Source/cmake/WebKitFeatures.cmake: ditto.
239 * Source/cmakeconfig.h.cmake: ditto.
241 2014-11-30 Ryuan Choi <ryuan.choi@navercorp.com>
243 [EFL] Drop support for the EFL 1.7
244 https://bugs.webkit.org/show_bug.cgi?id=139114
246 Reviewed by Gyuyoung Kim.
248 * Source/cmake/EFLHelpers.cmake: Removed.
249 * Source/cmake/FindEcore.cmake: Removed.
250 * Source/cmake/FindEdje.cmake: Removed.
251 * Source/cmake/FindEet.cmake: Removed.
252 * Source/cmake/FindEeze.cmake: Removed.
253 * Source/cmake/FindEfreet.cmake: Removed.
254 * Source/cmake/FindEina.cmake: Removed.
255 * Source/cmake/FindElementary.cmake: Removed.
256 * Source/cmake/FindEvas.cmake: Removed.
257 * Source/cmake/OptionsEfl.cmake:
259 2014-11-28 Philippe Normand <pnormand@igalia.com>
261 [CMake] Build failure against GStreamer git master
262 https://bugs.webkit.org/show_bug.cgi?id=138872
264 Reviewed by Csaba Osztrogon.
266 * Source/cmake/FindGStreamer.cmake: Simplified the
267 FIND_GSTREAMER_COMPONENT macro. Trust pkg-config for include
268 headers lookup, there's no need to do this manually. Also
269 explicitely check the version specified in GStreamer_FIND_VERSION.
271 2014-11-27 Ryuan Choi <ryuan.choi@navercorp.com>
273 [EFL] Remove E_Dbus dependency
274 https://bugs.webkit.org/show_bug.cgi?id=136355
276 Reviewed by Gyuyoung Kim.
278 * Source/cmake/FindE_DBus.cmake: Removed.
279 * Source/cmake/OptionsEfl.cmake:
281 2014-11-24 Carlos Garcia Campos <cgarcia@igalia.com>
283 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.1 release.
285 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
287 2014-11-20 Csaba Osztrogonác <ossy@webkit.org>
289 [CMake] Use ld.gold if it is available to speedup builds
290 https://bugs.webkit.org/show_bug.cgi?id=137953
292 Reviewed by Carlos Garcia Campos.
294 * Source/cmake/OptionsCommon.cmake:
296 2014-11-19 Akos Kiss <akiss@inf.u-szeged.hu>
298 Fix the detection of toolchain support for Cortex-A53 erratum 835769 workaround
299 https://bugs.webkit.org/show_bug.cgi?id=138840
301 Reviewed by Csaba Osztrogonác.
303 * Source/cmake/OptionsCommon.cmake:
305 2014-11-13 Csaba Osztrogonác <ossy@webkit.org>
307 Remove Source/Platform cruft
308 https://bugs.webkit.org/show_bug.cgi?id=138658
310 Reviewed by Anders Carlsson.
313 * Source/Platform: Removed.
315 2014-11-10 Akos Kiss <akiss@inf.u-szeged.hu>
317 Enable Cortex-A53-specific code paths by default if core is detected.
318 https://bugs.webkit.org/show_bug.cgi?id=138499
320 Reviewed by Csaba Osztrogonác.
322 On ARM64/Linux, check /proc/cpuinfo for CPU part 0xd03 (signaling
323 Cortex-A53) and set the initial value of WTF_CPU_ARM64_CORTEXA53 to true
326 Since on ARM64/Linux the part number that cpuinfo reports depends on
327 the core the query is run on, the check is bound to and executed on the
328 available cores one by one.
330 * Source/cmake/OptionsCommon.cmake:
332 2014-11-10 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
334 [EFL] Remove unnecessary version check from OptionsEfl.cmake
335 https://bugs.webkit.org/show_bug.cgi?id=138498
337 Reviewed by Csaba Osztrogonác.
339 * Source/cmake/OptionsEfl.cmake:
341 2014-11-07 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
343 [EFL] Require at least EFL 1.9 if ENABLE(ACCESSIBILITY) after r175098
344 https://bugs.webkit.org/show_bug.cgi?id=138465
346 Reviewed by Gyuyoung Kim.
348 * Source/cmake/OptionsEfl.cmake:
350 2014-11-03 Dean Jackson <dino@apple.com>
352 Add ENABLE_FILTERS_LEVEL_2 feature guard.
353 https://bugs.webkit.org/show_bug.cgi?id=138362
355 Reviewed by Tim Horton.
357 Add a new feature define for Level 2 of CSS Filters.
358 http://dev.w3.org/fxtf/filters-2/
360 * Source/cmake/OptionsEfl.cmake:
361 * Source/cmake/OptionsGTK.cmake:
362 * Source/cmake/OptionsMac.cmake:
363 * Source/cmake/WebKitFeatures.cmake:
364 * Source/cmakeconfig.h.cmake:
366 2014-11-03 Akos Kiss <akiss@inf.u-szeged.hu>
368 Workaround for Cortex-A53 erratum 835769
369 https://bugs.webkit.org/show_bug.cgi?id=138315
371 Reviewed by Filip Pizlo.
373 This patch introduces CMake variable and preprocessor macro
374 WTF_CPU_ARM64_CORTEXA53 with the aim of enabling Cortex-A53-specific
375 code paths, if set true.
377 * Source/cmake/OptionsCommon.cmake:
378 Add -mfix-cortex-a53-835769 to the compiler flags if compiler supports
380 * Source/cmakeconfig.h.cmake:
381 #cmakedefine01 for WTF_CPU_ARM64_CORTEXA53
383 2014-11-02 Akos Kiss <akiss@inf.u-szeged.hu>
385 [GTK] Fix the build of FTL JIT
386 https://bugs.webkit.org/show_bug.cgi?id=138298
388 Reviewed by Carlos Garcia Campos.
390 * Source/cmake/OptionsGTK.cmake:
391 Remove the need for the LIBCXXABI package.
393 2014-11-01 Carlos Garcia Campos <cgarcia@igalia.com>
395 REGRESSION(CMake): Make it possible to build without introspection
396 https://bugs.webkit.org/show_bug.cgi?id=138006
398 Reviewed by Philippe Normand.
400 Add ENABLE_INTROSPECTION option.
402 * Source/PlatformGTK.cmake: Dot not add gir global target if
403 introspection is disabled.
404 * Source/cmake/OptionsGTK.cmake: Do not add gir individual targets if
405 introspection is disabled.
407 2014-10-31 Adrian Perez de Castro <aperez@igalia.com>
409 [GTK] Support script message handlers WebKitUserContentManager
410 https://bugs.webkit.org/show_bug.cgi?id=133730
412 Reviewed by Carlos Garcia Campos.
414 Support user script message handlers in WebKitUserContentManager.
415 This needs building with ENABLE_USER_MESSAGE_HANDLERS, for which
416 an option is added to the CMake build files. The option is disabled
417 globally by default, and the WebKitGTK port enables it. On the API
418 level, two new methods to register and unregister names are provided
419 in the "window.webkit" namespace, and on message reception the
420 "WebKitUserContentManager::script-message-received" signal is
421 emitted, using the registered names as signal detail.
423 * Source/cmake/OptionsGTK.cmake: For the GTK port, enable the
424 ENABLE_USER_MESSAGE_HANDLERS feature by default.
425 * Source/cmake/WebKitFeatures.cmake: Add feature description for
426 ENABLE_USER_MESSAGE_HANDLERS, disabled by default.
428 2014-10-29 Raphael Kubo da Costa <rakuco@FreeBSD.org>
430 [GTK] Bump libsoup's minimum version to 2.42.0.
431 https://bugs.webkit.org/show_bug.cgi?id=138086
433 Reviewed by Martin Robinson.
435 The SOUP_CHECK_VERSION macro was added in libsoup 2.41.1, and the
436 soup-version.h header was added to soup.h in 2.41.4, which then becomes
437 the minimum version required to build the port these days.
439 In addition, since the autotools build system required 2.42.0 before
440 being retired, require the same version here. Version 2.42.0 was also
442 https://lists.webkit.org/pipermail/webkit-gtk/2013-March/001387.html.
444 * Source/cmake/OptionsGTK.cmake:
446 2014-10-28 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
448 [EFL] Remove unnecessary defines from OptionsEfl.cmake
449 https://bugs.webkit.org/show_bug.cgi?id=138132
451 Reviewed by Csaba Osztrogonác.
453 * Source/cmake/OptionsEfl.cmake:
455 2014-10-28 Carlos Garcia Campos <cgarcia@igalia.com>
457 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.1 release.
459 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
461 2014-10-21 Ryuan Choi <ryuan.choi@gmail.com>
463 [EFL] Remove unnecessary ENABLE_3D_RENDERING definition from OptionsEfl.cmake
464 https://bugs.webkit.org/show_bug.cgi?id=137946
466 Reviewed by Gyuyoung Kim.
468 ENABLE_3D_RENDERING is already enabled as WEBKIT_OPTION_DEFAULT_PORT_VALUE since r135813.
470 * Source/cmake/OptionsEfl.cmake:
472 2014-10-21 Dániel Bátyai <dbatyai.u-szeged@partner.samsung.com>
474 Fix FTL Native Inlining for EFL
475 https://bugs.webkit.org/show_bug.cgi?id=137774
477 Reviewed by Michael Saboff.
479 Updated CMake for FTL Native Inlining.
482 * Source/cmake/FindClang.cmake: Added.
483 * Source/cmake/OptionsEfl.cmake:
484 * Source/cmakeconfig.h.cmake:
486 2014-10-20 Joseph Pecoraro <pecoraro@apple.com>
488 Web Inspector: Generate all Inspector domains together in JavaScriptCore
489 https://bugs.webkit.org/show_bug.cgi?id=137748
491 Reviewed by Brian Burg.
493 * Source/PlatformEfl.cmake:
495 2014-10-20 Carlos Garcia Campos <cgarcia@igalia.com>
497 [GTK] Add initial gestures support
498 https://bugs.webkit.org/show_bug.cgi?id=137812
500 Reviewed by Sergio Villar Senin.
502 Check if the GTK+ version supports gestures or not.
504 * Source/cmake/FindGTK3.cmake:
505 * Source/cmake/OptionsGTK.cmake:
507 2014-10-16 Carlos Garcia Campos <cgarcia@igalia.com>
509 REGRESSION(CMake): [GTK] WebKitSettings:enable-smooth-scrolling does nothing
510 https://bugs.webkit.org/show_bug.cgi?id=137781
512 Reviewed by Martin Robinson.
514 We used to enable smooth scrolling unconditionally in autotools
515 (via WebKitFeatures.m4), but since the switch to CMake it's
516 unconditionally disabled, so changing the setting doesn't have any
519 * Source/cmake/OptionsGTK.cmake: Enable smooth scrolling.
521 2014-10-16 Pascal Jacquemart <p.jacquemart@samsung.com>
523 Removing CUSTOM_PROTOCOLS guard
524 https://bugs.webkit.org/show_bug.cgi?id=137741
526 Reviewed by Benjamin Poulain.
528 * Source/cmake/OptionsEfl.cmake:
530 2014-10-11 KwangHyuk Kim <hyuki.kim@samsung.com>
532 [EFL] Enable WebP support.
533 https://bugs.webkit.org/show_bug.cgi?id=136156
535 Reviewed by Gyuyoung Kim.
537 Add WebP package finding rule.
539 * Source/cmake/OptionsEfl.cmake:
541 2014-10-07 Pascal Jacquemart <p.jacquemart@samsung.com>
543 [EFL] Enable custom URI schemes with CustomProtocols
544 https://bugs.webkit.org/show_bug.cgi?id=128177
546 Reviewed by Gyuyoung Kim.
548 Fixing ewk_context_url_scheme_register() ewebkit2 API
549 rely on r162449 - CustomProtocols implementation from Carlos Garcia Campos
551 * Source/cmake/OptionsEfl.cmake: Forcing CUSTOM_PROTOCOLS flag
553 2014-10-01 Michael Catanzaro <mcatanzaro@igalia.com>
555 Bump version to 2.7.0
556 https://bugs.webkit.org/show_bug.cgi?id=137301
558 Rubber-stamped by Carlos Garcia Campos.
560 * Source/cmake/OptionsGTK.cmake: Bump version numbers
562 2014-09-30 Gyuyoung Kim <gyuyoung.kim@samsung.com>
564 [EFL] Rename TEST_THEME_DIR macro
565 https://bugs.webkit.org/show_bug.cgi?id=137244
567 Reviewed by Csaba Osztrogonác.
569 * Source/cmake/OptionsEfl.cmake: Rename TEST_THEME_DIR to DEFAULT_THEME_DIR.
571 2014-09-27 Dan Bernstein <mitz@apple.com>
573 WebKit top of tree sources won't build in 10.9 w/ Xcode 6.0.1
574 https://bugs.webkit.org/show_bug.cgi?id=137053
576 Reviewed by Mark Rowe.
578 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
579 In the build pre-action, pass the --wksi and --llvm options to
580 copy-webkitlibraries-to-product-directory.
581 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme: Ditto.
583 2014-09-26 Carlos Garcia Campos <cgarcia@igalia.com>
585 [GTK] Enable CSS_IMAGE_SET in production builds
586 https://bugs.webkit.org/show_bug.cgi?id=137142
588 Reviewed by Alejandro G. Castro.
590 This is required by the inspector to show some of the icons that
593 * Source/cmake/OptionsGTK.cmake:
595 2014-09-25 Carlos Garcia Campos <cgarcia@igalia.com>
597 [Gtk] build.sh needs a -- before make options when the build command is cmake --build
598 https://bugs.webkit.org/show_bug.cgi?id=136377
600 Reviewed by Philippe Normand.
602 * Source/cmake/OptionsGTK.cmake: Only create the build.sh script
603 for CMake versions less than 3.
605 2014-09-25 Csaba Osztrogonác <ossy@webkit.org>
607 Remove WinCE port from trunk
608 https://bugs.webkit.org/show_bug.cgi?id=136951
610 Reviewed by Alex Christensen.
612 * Source/cmake/OptionsWinCE.cmake: Removed.
613 * Source/cmake/WebKitPackaging.cmake:
615 2014-09-17 Renato Nagy <rnagy@inf.u-szeged.hu>
617 [EFL][GTK] Remove WebKit1 related codes
618 https://bugs.webkit.org/show_bug.cgi?id=136853
620 Reviewed by Csaba Osztrogonác.
622 Gtk and EFL WebKit1 ports no longer exist. Webkit1 related codes were deleted
625 * Source/PlatformGTK.cmake:
627 2014-09-16 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
630 https://bugs.webkit.org/show_bug.cgi?id=136820
632 Reviewed by Csaba Osztrogonác.
634 * Source/cmake/FindICU.cmake:
636 2014-09-15 Zan Dobersek <zdobersek@igalia.com>
638 [CMake] Remove FIND_PACKAGE_HANDLE_STANDARD_ARGS call for WAYLAND_EGL in FindWayland.cmake
639 https://bugs.webkit.org/show_bug.cgi?id=136814
641 Reviewed by Philippe Normand.
643 * Source/cmake/FindWayland.cmake: This line was committed by mistake.
644 We bundle the wayland-egl dependency with wayland-client and wayland-server
645 and store the resulting variables with the WAYLAND_ prefix. Because of this
646 this line wasn't exporting anything useful.
648 2014-09-12 Csaba Osztrogonác <ossy@webkit.org>
652 * Source/cmake/WebKitMacros.cmake:
654 2014-09-11 László Langó <llango.u-szeged@partner.samsung.com>
656 [JavaScriptCore] Fix FTL on platform EFL.
657 https://bugs.webkit.org/show_bug.cgi?id=133571
659 Reviewed by Filip Pizlo.
663 * Source/cmake/FindLIBCXXABI.cmake: Removed.
664 * Source/cmake/OptionsEfl.cmake:
666 2014-09-08 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
669 https://bugs.webkit.org/show_bug.cgi?id=136571
671 Reviewed by Darin Adler.
673 * Source/cmake/OptionsEfl.cmake:
674 * Source/cmake/OptionsGTK.cmake:
675 * Source/cmake/OptionsMac.cmake:
676 * Source/cmake/WebKitFeatures.cmake:
677 * Source/cmakeconfig.h.cmake:
679 2014-09-04 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
681 Remove CSS_FILTERS flag
682 https://bugs.webkit.org/show_bug.cgi?id=136529
684 Reviewed by Dirk Schulze.
686 * Source/cmake/OptionsEfl.cmake:
687 * Source/cmake/OptionsGTK.cmake:
688 * Source/cmake/OptionsMac.cmake:
689 * Source/cmake/WebKitFeatures.cmake:
690 * Source/cmakeconfig.h.cmake:
692 2014-09-01 Gyuyoung Kim <gyuyoung.kim@samsung.com>
694 [CMAKE] Build warning by INTERFACE_LINK_LIBRARIES
695 https://bugs.webkit.org/show_bug.cgi?id=136194
697 Reviewed by Csaba Osztrogonác.
699 Set the LINK_INTERFACE_LIBRARIES target property on the top level CMakeLists.txt.
703 2014-08-29 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
705 [EFL] Remove non Coordinated Graphics code path from cmake build system after r142169
706 https://bugs.webkit.org/show_bug.cgi?id=135560
708 Reviewed by Gyuyoung Kim.
710 * Source/cmake/OptionsEfl.cmake: Removed TILED_BACKING_STORE guard.
712 2014-08-28 Brian J. Burg <burg@cs.washington.edu>
714 WebInspectorUI.framework is not built for the "All Source" Xcode scheme
715 https://bugs.webkit.org/show_bug.cgi?id=136343
717 Reviewed by David Kilzer.
719 The "build" and "run" actions in Xcode should copy over the latest Inspector resources.
721 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
722 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
724 2014-08-27 Krzysztof Czech <k.czech@samsung.com>
726 [EFL] Share fast/speechsynthesis/ with other ports
727 https://bugs.webkit.org/show_bug.cgi?id=136224
729 Reviewed by Chris Fleizach.
731 Enable WebSpeech for EFL.
733 * Source/cmake/OptionsEfl.cmake:
735 2014-08-26 Krzysztof Czech <k.czech@samsung.com>
737 [EFL] Utilize espeak as a synthesizer back-end for WebSpeech
738 https://bugs.webkit.org/show_bug.cgi?id=136127
740 Reviewed by Gyuyoung Kim.
742 Add build support for espeak.
744 * Source/cmake/FindEspeak.cmake: Added.
745 * Source/cmake/OptionsEfl.cmake: Add Espeak dependency.
747 2014-08-26 Ryuan Choi <ryuan.choi@samsung.com>
749 [EFL] Build break using clang
750 https://bugs.webkit.org/show_bug.cgi?id=136245
752 Reviewed by Gyuyoung Kim.
754 * Source/cmake/OptionsEfl.cmake:
755 Disable ENABLE_WERROR when compiler is Clang as workaround because there are too many warnings.
756 Some warnings are from system libraries.
758 2014-08-25 Alberto Garcia <berto@igalia.com>
760 [GTK] Unify webkitgtk and webkit2gtk directories
761 https://bugs.webkit.org/show_bug.cgi?id=136209
763 Reviewed by Carlos Garcia Campos.
765 Use webkit2gtk-X.X both for the process binaries and the injected
768 * Source/cmake/OptionsGTK.cmake:
770 2014-08-24 Ryuan Choi <ryuan.choi@samsung.com>
772 [EFL] Move Efl specific code from Source/CMakeLists.txt
773 https://bugs.webkit.org/show_bug.cgi?id=136206
775 Reviewed by Gyuyoung Kim.
777 WebKit/Efl only uses ENABLE_WERROR so it can be moved into OptionsEfl.cmake.
778 Inaddition, renamed ADDITIONAL_FLAGS to ADDITIONAL_COMPILER_FLAGS.
780 * Source/CMakeLists.txt:
781 * Source/cmake/OptionsEfl.cmake:
783 2014-08-24 Ryuan Choi <ryuan.choi@samsung.com>
785 [EFL] Introduce DEVELOPER_MODE
786 https://bugs.webkit.org/show_bug.cgi?id=135884
788 Reviewed by Gyuyoung Kim.
790 Like GTK port, DEVELOPER_MODE can be good solution for developing, debugging and testing
791 instead of SHARED_CORE.
792 SHARED_CORE can reduce link time and memory consumption but it is slightly different
795 * Source/cmake/OptionsEfl.cmake:
796 * Source/cmake/WebKitHelpers.cmake:
797 Moved fvisibility=hidden to OptionsEfl.cmake
799 2014-08-22 KwangHyuk Kim <hyuki.kim@samsung.com>
801 [EFL] Turn on ENABLE_GAMEPAD_DEPRECATED option.
802 https://bugs.webkit.org/show_bug.cgi?id=136110
804 Reviewed by Gyuyoung Kim.
806 Turn on ENABLE_GAMEPAD_DEPRECATED option for the WK2 Efl.
808 * Source/cmake/OptionsEfl.cmake:
810 2014-08-22 Gyuyoung Kim <gyuyoung.kim@samsung.com>
812 [EFL] Apply eflsymbols.filter to WebKit2
813 https://bugs.webkit.org/show_bug.cgi?id=136148
815 Reviewed by Csaba Osztrogonác.
817 eflsymbol filter hasn't been applied to WK2 port. Additionally clean up WK1 symbol
818 in the eflsymbols.filter.
820 * Source/cmake/OptionsEfl.cmake:
821 * Source/cmake/eflsymbols.filter:
823 2014-08-21 Zalan Bujtas <zalan@apple.com>
825 Enable SATURATED_LAYOUT_ARITHMETIC.
826 https://bugs.webkit.org/show_bug.cgi?id=136106
828 Reviewed by Simon Fraser.
830 SATURATED_LAYOUT_ARITHMETIC protects LayoutUnit against arithmetic overflow.
831 (No measurable performance regression on Mac.)
833 * Source/cmake/OptionsMac.cmake:
834 * Source/cmake/WebKitFeatures.cmake:
835 * Source/cmakeconfig.h.cmake:
837 2014-08-19 Zalan Bujtas <zalan@apple.com>
839 Remove ENABLE(SUBPIXEL_LAYOUT).
840 https://bugs.webkit.org/show_bug.cgi?id=136077
842 Reviewed by Simon Fraser.
844 Remove compile time flag SUBPIXEL_LAYOUT. All ports have it enabled for a while now.
846 * Source/cmake/OptionsEfl.cmake:
847 * Source/cmake/OptionsGTK.cmake:
848 * Source/cmake/OptionsMac.cmake:
849 * Source/cmake/WebKitFeatures.cmake:
850 * Source/cmakeconfig.h.cmake:
852 2014-08-17 Zan Dobersek <zdobersek@igalia.com>
854 [CMake] Optimization-disabling compiler flags should be appended to CMAKE_C(XX)_FLAGS_RELEASE
855 https://bugs.webkit.org/show_bug.cgi?id=135980
857 Reviewed by Martin Robinson.
859 CMAKE_C(XX)_FLAGS_RELEASE variables usually contain the -On flag which
860 overrides any other disabled optimization that was prepended to these
861 variables or was added to the CMAKE_C(XX)_FLAGS variables which CMake
862 lists first in the final list of compilation flags.
864 To avoid -On re-enabling optimizations that we'd like to keep disabled,
865 the specific compiler flags must be appended to CMAKE_C(XX)_FLAGS_RELEASE.
867 * Source/cmake/OptionsCommon.cmake:
868 * Source/cmake/OptionsEfl.cmake: Also do the appending with CMAKE_SHARED_LINKER_FLAGS_RELEASE.
869 * Source/cmake/OptionsGTK.cmake:
871 2014-08-15 Carlos Garcia Campos <cgarcia@igalia.com>
873 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.5.3 release.
875 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
877 2014-08-15 Ting-Wei Lan <lantw44@gmail.com>
879 [GTK] Disable memory sampler on non-Linux system
880 https://bugs.webkit.org/show_bug.cgi?id=134483
882 Reviewed by Philippe Normand.
884 Source/WebKit2/Shared/linux/WebMemorySamplerLinux.cpp only works on
885 Linux because it uses many Linux-specific features, so we should disable
886 memory sampler on other systems by default.
888 * Source/cmake/OptionsGTK.cmake:
890 2014-08-15 Carlos Garcia Campos <cgarcia@igalia.com>
892 [GTK] HTML API documentation should also be installed versioned
893 https://bugs.webkit.org/show_bug.cgi?id=135970
895 Reviewed by Philippe Normand.
897 * Source/PlatformGTK.cmake: Append -${WEBKITGTK_API_VERSION} to
900 2014-08-14 Tomas Popela <tpopela@redhat.com>
902 Add support for ppc, ppc64, ppc64le, s390, s390x into the CMake build
903 https://bugs.webkit.org/show_bug.cgi?id=135937
905 Reviewed by Carlos Garcia Campos.
909 2014-08-14 Carlos Garcia Campos <cgarcia@igalia.com>
911 [GTK] REGRESSION(r171598, CMake): Introspection files are installed at the wrong path
912 https://bugs.webkit.org/show_bug.cgi?id=135934
914 Reviewed by Gustavo Noronha Silva.
916 Since r171598 gir files are installed under $datadir/webkitgtk-4.0/gir-1.0/.
917 The gir files should installed in $datadir/gir-1.0/ together with all other
918 gir files. We don't need to install introspection files in a versioned
919 directory because their filenames already contain the binary version. But before
920 r171598, the files were only installed to the right directory if the
921 gobject-instrospection pkg-config file was in the same prefix than the one we
922 wanted to install, because the gir and typelibs directories were extracted from
923 the pkg-config file. We should define INTROSPECTION_INSTALL_GIRDIR and
924 INTROSPECTION_INSTALL_TYPELIBDIR in OptionsGTK.cmake based on $datadir and $libdir
925 like we do in the autotools build.
927 * Source/cmake/FindGObjectIntrospection.cmake: Do not define
928 INTROSPECTION_INSTALL_GIRDIR and INTROSPECTION_INSTALL_TYPELIBDIR.
929 * Source/cmake/OptionsGTK.cmake: Define
930 INTROSPECTION_INSTALL_GIRDIR and INTROSPECTION_INSTALL_TYPELIBDIR.
932 2014-08-14 Carlos Garcia Campos <cgarcia@igalia.com>
934 [GTK] WebKit DOM documentation (webkitdomgtk) not installed after make install
935 https://bugs.webkit.org/show_bug.cgi?id=135836
937 Reviewed by Philippe Normand.
939 * Source/PlatformGTK.cmake: Add install command to also install
940 the GObject DOM bindings API docs.
942 2014-08-14 Zan Dobersek <zdobersek@igalia.com>
944 Unreviewed. In r165709 I mistakenly appended the -fno-exceptions
945 and -fno-strict-aliasing compiler flags to CMAKE_CXX_FLAGS and then
946 re-set CMAKE_C_FLAGS with the new string. The two flags should really
947 be appended to CMAKE_C_FLAGS and the same variable re-set with the
950 * Source/cmake/OptionsCommon.cmake:
952 2014-08-13 Alex Christensen <achristensen@webkit.org>
954 Progress towards CMake on Mac.
955 https://bugs.webkit.org/show_bug.cgi?id=135819
957 Reviewed by Laszlo Gombos.
959 * Source/cmake/OptionsMac.cmake:
960 Disable some more features temporarily to get CMake working.
961 * Source/cmake/WebKitMacros.cmake:
962 Added an extension parameter to GENERATE_BINDINGS to allow ObjC bindings to generate .mm files.
964 2014-08-12 Eduardo Lima Mitev <elima@igalia.com>
966 [GTK] Subtle-crypto feature off by default and add a new configure flag to enable it
967 https://bugs.webkit.org/show_bug.cgi?id=135798
969 Reviewed by Philippe Normand.
971 * Source/cmake/OptionsGTK.cmake: Makes SUBTLE_CRYPTO flag off by default.
973 2014-08-12 Eduardo Lima Mitev <elima@igalia.com>
974 [GTK] Adds dependency on GnuTLS 3.0+ for the implementation of subtle crypto algorithms
975 https://bugs.webkit.org/show_bug.cgi?id=133317
977 GnuTLS is already an indirect dependency through libsoup -> glib-networking.
979 Reviewed by Philippe Normand.
981 No new tests since no new functionality has been added.
983 * Source/cmake/OptionsGTK.cmake: Adds search for required GnuTLS package
985 2014-08-11 Commit Queue <commit-queue@webkit.org>
987 Unreviewed, rolling out r172393.
988 https://bugs.webkit.org/show_bug.cgi?id=135796
990 discussion needed about GnuTLS version bump on the bots
991 (Requested by philn on #webkit).
995 https://bugs.webkit.org/show_bug.cgi?id=133317
996 http://trac.webkit.org/changeset/172393
998 2014-08-11 Eduardo Lima Mitev <elima@igalia.com>
999 [GTK] Adds dependency on GnuTLS 3.0+ for the implementation of subtle crypto algorithms
1000 https://bugs.webkit.org/show_bug.cgi?id=133317
1002 GnuTLS is already an indirect dependency through libsoup -> glib-networking.
1004 Reviewed by Philippe Normand.
1006 No new tests since no new functionality has been added.
1008 * Source/cmake/OptionsGTK.cmake: Adds search for required GnuTLS package
1010 2014-08-11 Eduardo Lima Mitev <elima@igalia.com>
1012 [GTK] Adds stubs for all subtle crypto algorithm implemntations
1013 https://bugs.webkit.org/show_bug.cgi?id=133316
1015 Reviewed by Philippe Normand.
1017 * Source/cmake/OptionsGTK.cmake: Add ENABLE_SUBTLE_CRYPTO option
1018 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_SUBTLE_CRYPTO option
1019 * Source/cmakeconfig.h.cmake: Define ENABLE_SUBTLE_CRYPTO
1021 2014-08-11 Carlos Garcia Campos <cgarcia@igalia.com>
1023 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.5.2 release.
1025 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1027 2014-08-10 Carlos Garcia Campos <cgarcia@igalia.com>
1029 [GTK] REGRESSION(r166239): The ld version script is not being used
1030 https://bugs.webkit.org/show_bug.cgi?id=135694
1032 Reviewed by Martin Robinson.
1034 Move the symbols filter file from Tools/gtk to Source/cmake and rename
1035 it as gtksymbols.filter. Also updated it, since some of the symbols
1036 exported were renamed.
1038 * Source/cmake/OptionsGTK.cmake:
1039 * Source/cmake/gtksymbols.filter: Renamed from Tools/gtk/symbols.filter.
1041 2014-08-10 Carlos Garcia Campos <cgarcia@igalia.com>
1043 [GTK] Child processes should be installed in a versioned directory
1044 https://bugs.webkit.org/show_bug.cgi?id=135754
1046 Reviewed by Gustavo Noronha Silva.
1048 Define LIBEXEC_INSTALL_DIR as
1049 ${CMAKE_INSTALL_FULL_LIBEXECDIR}/webkitgtk-${WEBKITGTK_API_VERSION}
1050 so that the child processes are installed in $libexec/webkitgtk-4.0.
1051 This makes it possible to install 2.6 in parallel to older versions.
1053 * Source/cmake/OptionsGTK.cmake:
1055 2014-08-08 Alex Christensen <achristensen@webkit.org>
1057 Progress towards using CMake on Mac.
1058 https://bugs.webkit.org/show_bug.cgi?id=135662
1060 Reviewed by Laszlo Gombos.
1063 Mavericks has a flex version of "flex 2.5.35 Apple(flex-31)" which CMake doesn't like on Mac.
1064 * Source/cmake/WebKitFeatures.cmake:
1065 * Source/cmakeconfig.h.cmake:
1066 Added features that are needed by the Mac port.
1067 * Source/cmake/OptionsMac.cmake:
1068 Enable CSS_IMAGE_SET based on FeatureDefines.h.
1069 Disable the FTL with CMake for now.
1070 * Source/cmake/OptionsEFL.cmake:
1071 * Source/cmake/OptionsGTK.cmake:
1072 Enable subpixel layout to not conflict with FeatureDefines.h
1074 2014-08-08 Simon Fraser <simon.fraser@apple.com>
1076 Undo some erroneous changes to the Xcode scheme files from r172259.
1078 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
1079 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
1081 2014-08-08 Zan Dobersek <zdobersek@igalia.com>
1083 [CMake] Drop the required version of CMake down to 2.8.8
1084 https://bugs.webkit.org/show_bug.cgi?id=135713
1086 Reviewed by Alex Christensen.
1088 * CMakeLists.txt: Require CMake 2.8.8.
1090 2014-08-07 Benjamin Poulain <bpoulain@apple.com>
1092 Get rid of INPUT_SPEECH
1093 https://bugs.webkit.org/show_bug.cgi?id=135672
1095 Reviewed by Andreas Kling.
1097 * Source/cmake/OptionsMac.cmake:
1098 * Source/cmake/WebKitFeatures.cmake:
1099 * Source/cmakeconfig.h.cmake:
1101 2014-08-07 Csaba Osztrogonác <ossy@webkit.org>
1103 [GTK] Disable IndexedDB
1104 https://bugs.webkit.org/show_bug.cgi?id=135692
1106 Reviewed by Carlos Garcia Campos.
1108 * Source/cmake/OptionsGTK.cmake:
1110 2014-08-06 Dean Jackson <dino@apple.com>
1112 ENABLE_CSS_TRANSFORMS_ANIMATIONS_UNPREFIXED is not used anywhere. Remove it.
1113 https://bugs.webkit.org/show_bug.cgi?id=135675
1115 Reviewed by Sam Weinig.
1117 * Source/cmake/OptionsGTK.cmake:
1118 * Source/cmake/OptionsMac.cmake:
1119 * Source/cmake/WebKitFeatures.cmake:
1120 * Source/cmakeconfig.h.cmake:
1122 2014-08-06 David Farler <dfarler@apple.com>
1124 Unreviewed build fix: Make includes semicolon in assignment.
1126 * Makefile.shared: Remove a ;
1128 2014-08-06 David Farler <dfarler@apple.com>
1130 Set DSYMUTIL_NUM_THREADS to the number of logical cores
1131 https://bugs.webkit.org/show_bug.cgi?id=135655
1133 Reviewed by Mark Rowe.
1135 * Makefile.shared: Export DSYMUTIL_NUM_THREADS.
1137 2014-08-06 Carlos Garcia Campos <cgarcia@igalia.com>
1139 [GTK] Be able to disable gtk2 dependency
1140 https://bugs.webkit.org/show_bug.cgi?id=135505
1142 Reviewed by Gustavo Noronha Silva.
1144 Add ENABLE_PLUGIN_PROCESS_GTK2 compile option. GTK+2 is only
1145 required when it's enabled. It's enabled by default.
1147 * Source/cmake/OptionsGTK.cmake:
1149 2014-08-05 Alex Christensen <achristensen@webkit.org>
1152 https://bugs.webkit.org/show_bug.cgi?id=135620
1154 Reviewed by Laszlo Gombos.
1156 * Source/cmake/OptionsMac.cmake:
1157 Use UDIS86 by default on Mac.
1159 2014-08-04 Benjamin Poulain <benjamin@webkit.org>
1161 Add a flag for the CSS Selectors level 4 implementation
1162 https://bugs.webkit.org/show_bug.cgi?id=135535
1164 Reviewed by Andreas Kling.
1166 * Source/cmake/OptionsEfl.cmake:
1167 * Source/cmake/OptionsGTK.cmake:
1168 * Source/cmake/WebKitFeatures.cmake:
1169 * Source/cmakeconfig.h.cmake:
1171 2014-08-04 Alex Christensen <achristensen@webkit.org>
1173 Progress towards CMake on Mac.
1174 https://bugs.webkit.org/show_bug.cgi?id=135528
1176 Reviewed by Gyuyoung Kim.
1178 * Source/cmake/OptionsMac.cmake:
1179 Made options list based on FeatureDefines.xcconfig files.
1181 2014-08-04 Zan Dobersek <zdobersek@igalia.com>
1183 [GTK] Windowing target support should reflect the support in the GTK+ dependency
1184 https://bugs.webkit.org/show_bug.cgi?id=134736
1186 Reviewed by Martin Robinson.
1188 * Source/cmake/FindGTK3.cmake: Don't error out if the GTK+ dependency doesn't
1189 support the X11 or Wayland windowing targets -- instead, if there's no support
1190 the specific target is disabled, and an error is thrown only if neither of the
1191 backends is enabled at the end..
1192 For now the X11 target remains enabled by default, and the Wayland target is
1193 kept disabled. Once it's possible to have both targets enabled at runtime in
1194 WebKit, the Wayland target will be enabled as well and we'll leave it to the
1195 GTK+ dependency to determine which targets can be enabled.
1197 2014-08-04 Zan Dobersek <zdobersek@igalia.com>
1199 [CMake] Add FindWayland.cmake
1200 https://bugs.webkit.org/show_bug.cgi?id=135540
1202 Reviewed by Martin Robinson.
1204 * Source/cmake/FindWayland.cmake: Added. Enables finding the Wayland
1205 dependency. For now bundles the wayland-client, wayland-server and
1206 wayland-egl pkg-config targets into one dependency, but these could
1207 be split in the future if necessary.
1209 2014-08-03 Ryuan Choi <ryuan.choi@samsung.com>
1211 [EFL] Move DATA_INSTALL_DIR to ewebkit2-0
1212 https://bugs.webkit.org/show_bug.cgi?id=135553
1214 Reviewed by Gyuyoung Kim.
1216 Since WebKit1/Efl is dropped, we don't need to use ewebkit-1 and ewebkit2-1.
1217 And removed WebKit_OUTPUT_NAME variable which is not used anymore on the EFL port.
1219 * Source/cmake/OptionsEfl.cmake:
1221 2014-08-01 Bear Travis <betravis@adobe.com>
1223 [Feature Queries] Enable Feature Queries on EFL/GTK
1224 https://bugs.webkit.org/show_bug.cgi?id=134902
1226 Reviewed by Benjamin Poulain.
1228 Enable CSS Feature Queries by default on the EFL and GTK
1231 * Source/cmake/OptionsEfl.cmake:
1232 * Source/cmake/OptionsGTK.cmake:
1234 2014-08-01 Alex Christensen <achristensen@webkit.org>
1236 Progress towards cmake on Windows.
1237 https://bugs.webkit.org/show_bug.cgi?id=135484
1239 Reviewed by Martin Robinson.
1242 Added Mac to list of ports, even though it is not done yet.
1243 Changed minimum bison version to version installed on Macs.
1244 * Source/cmake/OptionsAppleWin.cmake:
1245 Added some definitions.
1246 * Source/cmake/OptionsEfl.cmake:
1247 * Source/cmake/OptionsGTK.cmake:
1248 Set WTF_LIBRARY_TYPE to STATIC to not change WTF linking on EFL or GTK ports.
1249 * Source/cmake/OptionsMac.cmake: Added blank for now.
1250 * Source/cmake/OptionsWinCairo.cmake:
1251 * Source/cmake/OptionsWindows.cmake:
1252 Added some definitions.
1253 Removed /WX (warnings treated as error while compiling).
1254 Copied warnings to ignore from WebKitLibraries/win/tools/vsprops/common.props.
1256 2014-08-01 Carlos Garcia Campos <cgarcia@igalia.com>
1258 [CMake] GTK and EFL are using PROJECT_VERSION_PATCH to define the micro version
1259 https://bugs.webkit.org/show_bug.cgi?id=135501
1261 Reviewed by Gyuyoung Kim.
1263 Use PROJECT_VERSION_MICRO instead.
1265 * Source/cmake/OptionsEfl.cmake:
1266 * Source/cmake/OptionsGTK.cmake:
1267 * Source/cmake/WebKitHelpers.cmake:
1269 2014-07-31 Ryuan Choi <ryuan.choi@samsung.com>
1271 [EFL] Bump ewebkit version to 1.11
1272 https://bugs.webkit.org/show_bug.cgi?id=135487
1274 Reviewed by Gyuyoung Kim.
1276 * Source/cmake/OptionsEfl.cmake: Bump version numbers.
1278 2014-07-31 Carlos Alberto Lopez Perez <clopez@igalia.com>
1280 [EFL] Add support for building with Geoclue2.
1281 https://bugs.webkit.org/show_bug.cgi?id=135455
1283 Reviewed by Gyuyoung Kim.
1285 * Source/cmake/OptionsEfl.cmake: Add gio-unix if ENABLE_GEOLOCATION
1288 2014-07-31 Carlos Garcia Campos <cgarcia@igalia.com>
1290 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.5.1 release.
1292 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1294 2014-07-31 Carlos Garcia Campos <cgarcia@igalia.com>
1296 [GTK] Bump binary version for 2.6
1297 https://bugs.webkit.org/show_bug.cgi?id=133724
1299 Reviewed by Philippe Normand.
1301 * Source/cmake/OptionsGTK.cmake: Bump binary version to 4.0 and
1302 update library version numbers.
1304 2014-07-30 Zan Dobersek <zdobersek@igalia.com>
1306 [CMake] Bump the minimum required version
1307 https://bugs.webkit.org/show_bug.cgi?id=135382
1309 Reviewed by Gyuyoung Kim.
1311 * CMakeLists.txt: Bump the minimum required version to 2.8.11 after
1312 we introduced usage of target_include_directories().
1314 2014-07-29 Hunseop Jeong <hs85.jeong@samsung.com>
1316 [EFL][GTK] Remove ACCELERATED_COMPOSITING compile flag
1317 https://bugs.webkit.org/show_bug.cgi?id=135376
1319 Reviewed by Gyuyoung Kim.
1321 ACCELERATED_COMPOSITING was changed to the mandatory code after r163079.
1323 * Source/cmake/OptionsEfl.cmake:
1324 * Source/cmake/OptionsGTK.cmake:
1326 2014-07-25 Michael Catanzaro <mcatanzaro@igalia.com>
1328 [GTK] CMake tries to install JavaScriptCore-3.0.gir outside of install prefix
1329 https://bugs.webkit.org/show_bug.cgi?id=135288
1331 Reviewed by Martin Robinson.
1333 * Source/cmake/FindGObjectIntrospection.cmake: pass correct libdir and
1334 datadir to pkgconfig
1335 * Source/cmake/OptionsGTK.cmake: define install directories early
1336 enough to be used in FindGObjectIntrospection.cmake
1338 2014-07-23 Bem Jones-Bey <bjonesbe@adobe.com>
1340 Remove CSS_EXCLUSIONS compile flag and leftover code
1341 https://bugs.webkit.org/show_bug.cgi?id=135175
1343 Reviewed by Zoltan Horvath.
1345 At this point, the CSS_EXCLUSIONS flag guards nothing but some useless
1346 stubs. This removes the flag and the useless code.
1348 * Source/cmake/WebKitFeatures.cmake:
1349 * Source/cmakeconfig.h.cmake:
1351 2014-07-22 Adrian Perez de Castro <aperez@igalia.com>
1353 [GStreamer] [GTK] WebKit does not build with GStreamer 1.4
1354 https://bugs.webkit.org/show_bug.cgi?id=135114
1356 Fix build with GStreamer 1.4
1358 Reviewed by Philippe Normand.
1360 * Source/cmake/FindGStreamer.cmake: Check version 1.4.0 for the
1361 gst-mpegts component instead of the unstable 1.3.x verstions.
1363 2014-07-21 Carlos Garcia Campos <cgarcia@igalia.com>
1365 [GTK] Simplify make-dist command line arguments
1366 https://bugs.webkit.org/show_bug.cgi?id=134832
1368 Reviewed by Martin Robinson.
1370 * Source/PlatformGTK.cmake: Use --version instead of
1371 --tarball-root when running make-dist.py.
1373 2014-07-18 Jon Honeycutt <jhoneycutt@apple.com>
1375 Add a manual test for r135044
1377 <https://bugs.webkit.org/show_bug.cgi?id=135044>
1379 Rubber-stamped by Andy Estes.
1381 * ManualTests/ios/typing-in-field-that-clears-on-keyup.html: Added.
1383 2014-07-18 Dana Burkart <dburkart@apple.com>
1385 Add a new 'analyze' target to the makefile. This will make use of a new
1386 'PATH_TO_SCAN_BUILD' which, if set will wrap xcodebuild in the clang
1388 https://bugs.webkit.org/show_bug.cgi?id=135057
1389 <rdar://problem/10193187>
1391 Reviewed by David Kilzer.
1397 2014-07-15 Ryuan Choi <ryuan.choi@samsung.com>
1399 [CMAKE] ENABLE_ENCRYPTED_MEDIA_V2 should depend on ENABLE_VIDEO
1400 https://bugs.webkit.org/show_bug.cgi?id=134963
1402 Reviewed by Gyuyoung Kim.
1404 ENCRYPTED_MEDIA_V2 requires VIDEO enabled.
1406 * Source/cmake/WebKitFeatures.cmake: Added the dependency for ENABLE_ENCRYPTED_MEDIA_V2.
1408 2014-07-14 Daniel Bates <dabates@apple.com>
1410 [iOS] Add tests to ensure CSS :active and :hover are applied when processing touch events
1411 https://bugs.webkit.org/show_bug.cgi?id=134905
1412 <rdar://problem/16602779>
1414 Reviewed by Simon Fraser.
1416 Add a manual test to ensure that styles for CSS pseudo-class :hover aren't temporarily cleared
1417 on the tapped element when processing a touchend as a result of finger pressing and releasing
1418 on the same element that is initially positioned outside the visible content area.
1420 * ManualTests/ios/touchstart-touchend-on-same-element-should-not-clear-hover.html: Added.
1422 2014-07-11 Carlos Garcia Campos <cgarcia@igalia.com>
1424 [GTK] Enable VIDEO_TRACK by default
1425 https://bugs.webkit.org/show_bug.cgi?id=134801
1427 Reviewed by Philippe Normand.
1429 * Source/cmake/OptionsGTK.cmake:
1431 2014-07-10 Carlos Garcia Campos <cgarcia@igalia.com>
1433 [GTK][CMake] Add a 'distcheck' target
1434 https://bugs.webkit.org/show_bug.cgi?id=130675
1436 Reviewed by Gustavo Noronha Silva.
1438 * Source/PlatformGTK.cmake: Add distcheck target.
1440 2014-07-10 Carlos Garcia Campos <cgarcia@igalia.com>
1442 [GTK] Use the same default options for production builds that previous stable releases
1443 https://bugs.webkit.org/show_bug.cgi?id=134589
1445 Reviewed by Martin Robinson.
1447 Change the default value of some features to match our stable releases.
1448 Add FindCairoGL to find cairo-gl libraries and make accelearetd 2D
1449 canvas depend on whether cairo-gl is found.
1451 * Source/cmake/FindCairoGL.cmake: Added.
1452 * Source/cmake/OptionsGTK.cmake:
1454 2014-07-08 Sun-woo Nam <sunny.nam@samsung.com>
1456 [EFL] Support Encrypted Media Extensions.
1457 https://bugs.webkit.org/show_bug.cgi?id=134750
1459 Reviewed by Gyuyoung Kim.
1461 Webkit needs to play encrypted media contents when media player
1462 is played by Media source extensions and normal video procedure.
1464 * Source/cmake/OptionsEfl.cmake: Turn on ENABLE_ENCRYPTED_MEDIA_V2
1466 2014-07-08 Alex Christensen <achristensen@webkit.org>
1468 Steps towards CMake on Windows.
1469 https://bugs.webkit.org/show_bug.cgi?id=134716
1471 Reviewed by Martin Robinson.
1474 Added AppleWin and WinCairo to list of CMake ports.
1475 * Source/cmake/OptionsAppleWin.cmake: Added.
1476 * Source/cmake/OptionsWinCairo.cmake: Added.
1477 * Source/cmake/OptionsWindows.cmake:
1478 Windows needs to use the system malloc. Other options to come.
1480 2014-07-04 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1482 [EFL] Support Geolocation
1483 https://bugs.webkit.org/show_bug.cgi?id=134439
1485 Reviewed by Antonio Gomes.
1487 * Source/cmake/OptionsEfl.cmake: Turn on ENABLE_GEOLOCATION.
1489 2014-07-03 Ryuan Choi <ryuan.choi@samsung.com>
1491 Broken build with build-webkit --no-video
1492 https://bugs.webkit.org/show_bug.cgi?id=134587
1494 Reviewed by Darin Adler.
1496 MEDIA_CONTROLS_SCRIPT requires VIDEO enabled.
1498 * Source/cmake/WebKitFeatures.cmake: Added the dependency for ENABLE_MEDIA_CONTROLS_SCRIPT.
1500 2014-07-03 Carlos Garcia Campos <cgarcia@igalia.com>
1502 [GTK] The list of features shown by cmake is not accurate
1503 https://bugs.webkit.org/show_bug.cgi?id=134588
1505 Reviewed by Gustavo Noronha Silva.
1507 The problem is that some options might change after the feature
1508 list has been printed.
1510 * Source/cmake/OptionsGTK.cmake: Find package dependencies before
1511 setting the default values of features and set WEBGL value
1512 depending on the dependencies, and API_TEST depending on whether
1513 developer mode is enabled or not.
1515 2014-07-03 Ryuan Choi <ryuan.choi@samsung.com>
1517 [CMAKE] Add WEBKIT_OPTION_DEPEND macro to resolve macro dependency
1518 https://bugs.webkit.org/show_bug.cgi?id=134578
1520 Reviewed by Gyuyoung Kim.
1522 Some options depend on another option such as ENABLE_VIDEO_TRACK and ENABLE_VIDEO.
1523 This patch adds WEBKIT_OPTION_DEPEND to check the depending option and
1524 disable related option if it is not ON.
1526 * Source/cmake/OptionsEfl.cmake: Removed hack for option dependency.
1527 * Source/cmake/OptionsGTK.cmake: Ditto.
1528 * Source/cmake/WebKitFeatures.cmake: Added WEBKIT_OPTION_DEPEND macro.
1530 2014-07-02 Carlos Garcia Campos <cgarcia@igalia.com>
1532 [GTK] make dist is broken
1533 https://bugs.webkit.org/show_bug.cgi?id=134542
1535 Reviewed by Martin Robinson.
1537 * Source/PlatformGTK.cmake: Remove ENABLE_WEBKIT check.
1539 2014-07-01 Zan Dobersek <zdobersek@igalia.com>
1541 [CMake] Add necessary support for building for the Wayland target
1542 https://bugs.webkit.org/show_bug.cgi?id=134160
1544 Reviewed by Darin Adler.
1546 * Source/cmake/FindGTK3.cmake: Check for the gtk+-x11-3.0 package if the X11 target
1547 is enabled, and that its version matches the version of the generic package. Same
1548 for the gtk+-wayland-3.0 package and the Wayland target.
1549 * Source/cmake/OptionsCommon.cmake: Don't add the -DXP_UNIX definition here.
1550 * Source/cmake/OptionsEfl.cmake: Add -DXP_UNIX here for the EFL port, under the same
1551 condition as in OptionsCommon.cmake. ENABLE_X11_TARGET is enabled by default for EFL
1552 so they keep building the TestNetscapePlugin target.
1553 * Source/cmake/OptionsGTK.cmake: Enable the X11 target and disable the Wayland target
1554 by default. Group all the X11-specific macro definitions (WTF_PLATFORM_X11, MOZ_X11,
1555 XP_UNIX) and only add them if the X11 target is enabled. Similar goes for the Wayland
1556 target and WTF_PLATFORM_WAYLAND. The Wayland target requires GTK+ 3.12.0, so that's
1557 the minimum required version as soon as that target is enabled. Only search for GLX
1558 if the X11 target is enabled.
1560 2014-06-29 Yoav Weiss <yoav@yoav.ws>
1562 Add support for HTMLImageElement's sizes attribute
1563 https://bugs.webkit.org/show_bug.cgi?id=133620
1565 Reviewed by Dean Jackson.
1567 Added an ENABLE_PICTURE_SIZES compile flag.
1569 * Source/cmake/WebKitFeatures.cmake:
1570 * Source/cmakeconfig.h.cmake:
1572 2014-06-26 Daniel Bates <dabates@apple.com>
1574 [iOS][WK2] Distant focusable element may not be scrolled into view when focused using keyboard
1575 https://bugs.webkit.org/show_bug.cgi?id=134309
1576 <rdar://problem/17427385>
1578 Reviewed by Darin Adler.
1580 Add a manual test to ensure that we scroll to a distant focused text field when it's focused
1583 * ManualTests/ios/scroll-to-distant-keyboard-focused-text-field.html: Added.
1585 2014-06-25 Laszlo Gombos <l.gombos@samsung.com>
1587 Remove build guard for progress element
1588 https://bugs.webkit.org/show_bug.cgi?id=134292
1590 Reviewed by Benjamin Poulain.
1592 The build flag is no longer needed as it is always on.
1594 * Source/cmake/WebKitFeatures.cmake:
1595 * Source/cmakeconfig.h.cmake:
1597 2014-06-23 Krzysztof Czech <k.czech@samsung.com>
1599 [EFL] Platform support for WebSpeech feature.
1600 https://bugs.webkit.org/show_bug.cgi?id=116438
1602 Reviewed by Csaba Osztrogonác.
1604 Add ENABLE_SPEECH_SYNTHESIS flag to have Speech Synthesis in EFL.
1606 * Source/cmake/OptionsEfl.cmake:
1607 * Source/cmake/WebKitFeatures.cmake:
1609 2014-06-23 Philippe Normand <pnormand@igalia.com>
1611 Unreviewed, GTK build fix after r170266.
1613 * Source/cmake/OptionsGTK.cmake: Geoclue also requires gio-unix.
1615 2014-06-22 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1617 Disable gamepad feature on EFL and GTK ports by default
1618 https://bugs.webkit.org/show_bug.cgi?id=134169
1620 Reviewed by Brady Eidson.
1622 * Source/cmake/OptionsEfl.cmake: Disable ENABLE_GAMEPAD_DEPRECATED.
1624 2014-06-21 Brady Eidson <beidson@apple.com>
1626 Gamepad API - Deprecate the existing implementation
1627 https://bugs.webkit.org/show_bug.cgi?id=134108
1629 Reviewed by Timothy Hatcher.
1631 -Add new "GAMEPAD_DEPRECATED" build flag, moving the existing implementation to use it
1632 -Add the "Deprecated" suffix to some implementation files
1634 * Source/cmake/OptionsEfl.cmake:
1635 * Source/cmake/OptionsGTK.cmake:
1636 * Source/cmake/WebKitFeatures.cmake:
1637 * Source/cmakeconfig.h.cmake:
1639 2014-06-21 Commit Queue <commit-queue@webkit.org>
1641 Unreviewed, rolling out r170244.
1642 https://bugs.webkit.org/show_bug.cgi?id=134157
1644 GTK/EFL bindings generator works differently, making this
1645 patch not work there. Will fix entire patch after a rollout.
1646 (Requested by bradee-oh on #webkit).
1650 "Gamepad API - Deprecate the existing implementation"
1651 https://bugs.webkit.org/show_bug.cgi?id=134108
1652 http://trac.webkit.org/changeset/170244
1654 2014-06-21 Brady Eidson <beidson@apple.com>
1656 Gamepad API - Deprecate the existing implementation
1657 https://bugs.webkit.org/show_bug.cgi?id=134108
1659 Reviewed by Timothy Hatcher.
1661 -Add new "GAMEPAD_DEPRECATED" build flag, moving the existing implementation to use it
1662 -Add the "Deprecated" suffix to some implementation files
1664 * Source/cmake/OptionsEfl.cmake:
1665 * Source/cmake/OptionsGTK.cmake:
1666 * Source/cmake/WebKitFeatures.cmake:
1667 * Source/cmakeconfig.h.cmake:
1669 2014-06-21 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
1671 Removing PAGE_VISIBILITY_API compile guard.
1672 https://bugs.webkit.org/show_bug.cgi?id=133844
1674 Reviewed by Gavin Barraclough.
1676 * Source/cmake/OptionsEfl.cmake:
1677 * Source/cmake/OptionsGTK.cmake:
1678 * Source/cmake/WebKitFeatures.cmake:
1679 * Source/cmakeconfig.h.cmake:
1681 2014-06-19 Ryuan Choi <ryuan.choi@samsung.com>
1683 [EFL][CMAKE] Disable WebKit1 build as a default
1684 https://bugs.webkit.org/show_bug.cgi?id=134093
1686 Reviewed by Gyuyoung Kim.
1688 Disable WebKit1 build and enable WebKit2 build for the EFL port.
1690 * Source/cmake/OptionsEfl.cmake:
1692 2014-06-19 Dániel Bátyai <dbatyai.u-szeged@partner.samsung.com>
1694 Remove ENABLE(LLINT) and ENABLE(LLINT_C_LOOP) guards
1695 https://bugs.webkit.org/show_bug.cgi?id=130389
1697 Reviewed by Mark Lam.
1699 Removed ENABLE(LLINT) since we always build with it, and changed ENABLE(LLINT_C_LOOP)
1700 into !ENABLE(JIT) since they are mutually exclusive.
1702 * Source/cmake/OptionsEfl.cmake:
1703 * Source/cmake/OptionsGTK.cmake:
1704 * Source/cmake/WebKitFeatures.cmake:
1705 * Source/cmakeconfig.h.cmake:
1707 2014-06-17 Zan Dobersek <zdobersek@igalia.com>
1709 Remove the USE_GTK2=1 branch in OptionsGTK.cmake. This used to determine
1710 GTK+ and GDK libraries and include directories for the GTK+ 2 dependency,
1711 but we now only support GTK+ 3. The GTK+ 2 dependency is still required
1712 by the plugin process, but it is searched and utilized separately.
1714 Rubber-stamped by Carlos Garcia Campos.
1716 * Source/cmake/OptionsGTK.cmake:
1718 2014-06-16 Commit Queue <commit-queue@webkit.org>
1720 Unreviewed, rolling out r170003.
1721 https://bugs.webkit.org/show_bug.cgi?id=133938
1723 This patch broke GTK build (Requested by kczech on #webkit).
1727 "[EFL] Platform support for WebSpeech feature."
1728 https://bugs.webkit.org/show_bug.cgi?id=116438
1729 http://trac.webkit.org/changeset/170003
1731 2014-06-16 Krzysztof Czech <k.czech@samsung.com>
1733 [EFL] Platform support for WebSpeech feature.
1734 https://bugs.webkit.org/show_bug.cgi?id=116438
1736 Reviewed by Gyuyoung Kim.
1738 Add ENABLE_SPEECH_SYNTHESIS flag to have Speech Synthesis in EFL.
1740 * Source/cmake/OptionsEfl.cmake:
1741 * Source/cmake/WebKitFeatures.cmake:
1743 2014-06-14 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1745 [EFL] Remove duplicated compiler flag
1746 https://bugs.webkit.org/show_bug.cgi?id=133838
1748 Reviewed by Anders Carlsson.
1750 In r169798, literal-suffix was added for EFL port in order to fix build break. However,
1751 it added to common compiler options. So, it is duplicated.
1753 * Source/cmake/WebKitHelpers.cmake:
1755 2014-06-11 Commit Queue <commit-queue@webkit.org>
1757 Unreviewed, rolling out r169877.
1758 https://bugs.webkit.org/show_bug.cgi?id=133784
1760 rollout wrong build fix approach for EFL port (Requested by
1761 gyuyoung on #webkit).
1765 "Unreviewed, EFL build fix since r169869."
1766 http://trac.webkit.org/changeset/169877
1768 2014-06-11 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1770 Unreviewed, EFL build fix since r169869.
1772 Additionally literal-suffix is removed in EFL compile flag, because it is duplicated.
1774 * Source/cmake/WebKitHelpers.cmake: Treat undef error as build warning.
1776 2014-06-11 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1778 Unreviewed, EFL build fix. Treat literal-suffix error as build warning.
1780 * Source/cmake/WebKitHelpers.cmake:
1782 2014-05-28 Carlos Garcia Campos <cgarcia@igalia.com>
1784 [GTK] Make it possible to build with FTL enabled
1785 https://bugs.webkit.org/show_bug.cgi?id=133219
1787 Reviewed by Philippe Normand.
1789 Add LLVM and LIBCXXABI as dependencies when building with FTL enabled.
1791 * Source/cmake/OptionsGTK.cmake:
1793 2014-05-28 Jaehun Lim <ljaehun.lim@samsung.com>
1795 [CMake] Clean up FAST_MOBILE_SCROLLING
1796 https://bugs.webkit.org/show_bug.cgi?id=133342
1798 Reviewed by Gyuyoung Kim.
1800 FAST_MOBILE_SCROLLING was removed in r168726.
1802 * Source/cmake/OptionsEfl.cmake:
1803 * Source/cmake/OptionsGTK.cmake:
1804 * Source/cmake/WebKitFeatures.cmake:
1805 * Source/cmakeconfig.h.cmake:
1807 2014-05-27 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
1810 https://bugs.webkit.org/show_bug.cgi?id=132863
1812 Reviewed by Csaba Osztrogonác.
1814 * Source/cmake/OptionsEfl.cmake:
1815 * Source/cmake/OptionsGTK.cmake:
1816 * Source/cmake/WebKitFeatures.cmake:
1817 * Source/cmakeconfig.h.cmake:
1819 2014-05-27 Zsolt Borbely <zsborbely.u-szeged@partner.samsung.com>
1821 Allow building CMake based ports with WEB_REPLAY
1822 https://bugs.webkit.org/show_bug.cgi?id=133154
1824 Reviewed by Csaba Osztrogonác.
1826 * Source/cmake/WebKitFeatures.cmake:
1827 * Source/cmakeconfig.h.cmake:
1829 2014-05-21 Zsolt Borbely <zsborbely.u-szeged@partner.samsung.com>
1831 [EFL] Add include path of compact_unwind_encoding.h if FTL JIT is enabled
1832 https://bugs.webkit.org/show_bug.cgi?id=132907
1834 Reviewed by Gyuyoung Kim.
1836 * Source/cmake/FindLIBCXXABI.cmake: Added.
1837 * Source/cmake/OptionsEfl.cmake:
1839 2014-05-21 Michał Pakuła vel Rutka <m.pakula@samsung.com>
1841 [EFL] Turn on ENABLE_CSS_FILTERS
1842 https://bugs.webkit.org/show_bug.cgi?id=133153
1844 Reviewed by Gyuyoung Kim.
1846 * Source/cmake/OptionsEfl.cmake: Enable CSS_FILTERS as default option value.
1848 2014-05-16 Martin Robinson <mrobinson@igalia.com>
1850 [CMake] Improve handling of LIB_INSTALL_DIR, EXEC_INSTALL_DIR, and LIBEXEC_INSTALL_DIR
1851 https://bugs.webkit.org/show_bug.cgi?id=132819
1853 Reviewed by Carlos Garcia Campos.
1855 * CMakeLists.txt: Hard-code CMAKE_ARCHIVE_OUTPUT_DIRECTORY etc, so that we can accept absolute paths for LIB_INSTALL_DIR
1857 * Source/cmake/OptionsCommon.cmake: Get rid of LIB_SUFFIX and try to make all path variables absolute. Also set
1858 CMAKE_ARCHIVE_OUTPUT_DIRECTORY, etc using the last path component of LIB_INSTALL_DIR, etc, so that absolute paths
1860 * Source/cmake/OptionsGTK.cmake: Ditto. Also get rid of all pkg-config specific variables.
1862 2014-05-20 Gustavo Noronha Silva <gns@gnome.org>
1864 [CMake] Support building with Debug Fission
1865 https://bugs.webkit.org/show_bug.cgi?id=131177
1867 Reviewed by Philippe Normand.
1869 * Source/cmake/OptionsCommon.cmake: add a DEBUG_FISSION option to enable usage
1870 of http://gcc.gnu.org/wiki/DebugFission.
1872 2014-05-20 Carlos Garcia Campos <cgarcia@igalia.com>
1874 [GTK] Rename translation domain as WebKit2GTK-3.0
1875 https://bugs.webkit.org/show_bug.cgi?id=132953
1877 Reviewed by Gustavo Noronha Silva.
1879 * Source/cmake/OptionsGTK.cmake:
1881 2014-05-18 Rik Cabanier <cabanier@adobe.com>
1883 support for navigator.hardwareConcurrency
1884 https://bugs.webkit.org/show_bug.cgi?id=132588
1886 Reviewed by Filip Pizlo.
1888 * Source/cmake/OptionsEfl.cmake:
1889 * Source/cmake/OptionsGTK.cmake:
1890 * Source/cmake/WebKitFeatures.cmake:
1891 * Source/cmakeconfig.h.cmake:
1893 2014-05-14 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
1895 Remove CSS_STICKY_POSITION guards
1896 https://bugs.webkit.org/show_bug.cgi?id=132676
1898 Reviewed by Simon Fraser.
1900 * Source/cmake/OptionsEfl.cmake:
1901 * Source/cmake/OptionsGTK.cmake:
1902 * Source/cmake/WebKitFeatures.cmake:
1903 * Source/cmakeconfig.h.cmake:
1905 2014-05-12 Carlos Garcia Campos <cgarcia@igalia.com>
1907 Unreviewed. Bump version numbers.
1909 * Source/cmake/OptionsGTK.cmake:
1911 2014-05-10 Martin Robinson <mrobinson@igalia.com>
1913 [GTK][CMake] Unable to do make install
1914 https://bugs.webkit.org/show_bug.cgi?id=130188
1916 Reviewed by Carlos Garcia Campos.
1918 Only try to install the HTML documentation if the build is configured to generate it via
1919 the new ENABLE_GTKDOC option. We cannot conditionally install something, so this allows us
1920 to keep the HTML documentation directory as an installation source.
1922 * Source/PlatformGTK.cmake: The gtkdoc target now always builds HTML documentation, but
1923 is only added to the default target when ENABLE_GTKDOC is turned on. gtkdoc-no-html is
1924 now only added to the default target when DEVELOPER_MODE is true and ENABLE_GTKDOC is
1925 false. When both ENABLE_GTKDOC and DEVELOPER_MODE are false, documentation isn't built at all.
1926 * Source/cmake/OptionsGTK.cmake: Add an ENABLE_GTKDOC option to the build.
1928 2014-05-09 Anders Carlsson <andersca@apple.com>
1930 Rename WebKit2.framework to WebKit.framework
1931 https://bugs.webkit.org/show_bug.cgi?id=132743
1932 <rdar://problem/15920046>
1934 Reviewed by Dan Bernstein.
1937 Build WebKit.xcodeproj before WebKit2.xcodeproj.
1939 * WebKit.xcworkspace/xcshareddata/xcschemes/:
1942 2014-05-06 David Kilzer <ddkilzer@apple.com>
1944 Add Makefile targets for copying static libraries (LLVM and WKSI)
1945 <http://webkit.org/b/132619>
1947 Reviewed by Mark Rowe.
1950 (MODULES): Add WebKitLibraries.
1952 2014-05-06 Commit Queue <commit-queue@webkit.org>
1954 Unreviewed, rolling out r168304.
1955 https://bugs.webkit.org/show_bug.cgi?id=132607
1957 Broke the build (Requested by KaL on #webkit).
1961 "[GTK][CMake] Unable to do make install"
1962 https://bugs.webkit.org/show_bug.cgi?id=130188
1963 http://trac.webkit.org/changeset/168304
1965 2014-05-05 Martin Robinson <mrobinson@igalia.com>
1967 [GTK][CMake] Unable to do make install
1968 https://bugs.webkit.org/show_bug.cgi?id=130188
1970 Reviewed by Carlos Garcia Campos.
1972 Only try to install the HTML documentation if the build is configured to generate it via
1973 the new ENABLE_GTKDOC option. We cannot conditionally install something, so this allows us
1974 to keep the HTML documentation directory as an installation source.
1976 * Source/PlatformGTK.cmake: The gtkdoc target now always builds HTML documentation, but
1977 is only added to the default target when ENABLE_GTKDOC is turned on. gtkdoc-no-html is
1978 never added to the default target, but will be triggered by build-webkit, so that
1979 when ENABLE_GTKDOC is off and build-webkit isn't used, documentation isn't built at all.
1980 * Source/cmake/OptionsGTK.cmake: Add an ENABLE_GTKDOC option to the build.
1982 2014-05-03 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
1984 [CMake] Define SHOULD_INSTALL_JS_SHELL before including ports Options files.
1985 https://bugs.webkit.org/show_bug.cgi?id=132525
1987 Reviewed by Martin Robinson.
1989 * CMakeLists.txt: If OPTION() is called after Options${PORT}.cmake is included, it will
1990 override whatever value a port may have set for it. The GTK+ port, for example, tries to set
1991 it to SHOULD_INSTALL_JS_SHELL to ON by default, even though it did not happen before.
1993 2014-05-01 David Kilzer <ddkilzer@apple.com>
1995 Really remove ENABLE_PLUGIN_PROXY_FOR_VIDEO
1996 <http://webkit.org/b/132432>
1998 Reviewed by Tim Horton.
2000 * Source/cmake/WebKitFeatures.cmake:
2001 * Source/cmakeconfig.h.cmake:
2002 - Remove ENABLE_PLUGIN_PROXY_FOR_VIDEO as build option.
2004 2014-04-30 Simon Fraser <simon.fraser@apple.com>
2006 Make sure the "All" targets build WebKitLegacy, rather than WebKit.
2008 Reviewed by Dan Bernstein/Anders Carlsson.
2010 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
2011 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
2013 2014-04-30 Simon Fraser <simon.fraser@apple.com>
2015 Let Xcode have its way with the WebKit workspace.
2017 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
2018 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
2020 2014-04-29 Martin Robinson <mrobinson@igalia.com>
2022 [GTK] Make it easier to run CMake for downstreams
2023 https://bugs.webkit.org/show_bug.cgi?id=132370
2025 Reviewed by Carlos Garcia Campos.
2027 * Source/cmake/OptionsGTK.cmake: Turn PRODUCTION_MODE into DEVELOPER_MODE.
2029 2014-04-27 Joonghun Park <jh718.park@samsung.com>
2031 [EFL] Remove indexedDB's dependency on leveldb and disable indexedDB
2032 https://bugs.webkit.org/show_bug.cgi?id=132176
2034 Reviewed by Gyuyoung Kim.
2036 EFL port will use sqlite to support indexedDB. So, this patch removes levelDB dependency for now.
2038 * Source/cmake/OptionsEfl.cmake:
2040 2014-04-22 Alex Christensen <achristensen@webkit.org>
2042 Removed old stdbool and inttypes headers.
2043 https://bugs.webkit.org/show_bug.cgi?id=131966
2045 Reviewed by Brent Fulgham.
2047 * Source/cmake/OptionsWindows.cmake:
2048 * Source/cmake/WebKitPackaging.cmake:
2049 Removed references to os-win32 directory.
2051 2014-04-22 Zan Dobersek <zdobersek@igalia.com>
2053 Fix a typo in WebKitFeatures.cmake -- INITALVALUE -> INITIALVALUE.
2055 Rubber-stamped by Carlos Garcia Campos.
2057 * Source/cmake/WebKitFeatures.cmake:
2059 2014-04-18 Jon Honeycutt <jhoneycutt@apple.com>
2061 Empty RenderInline objects should not be line break objects.
2063 https://bugs.webkit.org/show_bug.cgi?id=131861
2064 <rdar://problem/15663617>
2066 Reviewed by David Hyatt.
2068 * ManualTests/empty-inline-as-line-break-position.html: Added.
2069 This issue wouldn't reproduce in WebKitTestRunner.
2071 2014-04-19 Brent Fulgham <bfulgham@apple.com>
2073 Revert unintended workspace change in my last commit.
2075 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme: Set the
2076 Scheme type back to Debug.
2078 2014-04-18 Philippe Normand <pnormand@igalia.com>
2080 Remove NETWORK_INFO support
2081 https://bugs.webkit.org/show_bug.cgi?id=131841
2083 Reviewed by Gyuyoung Kim.
2085 * Source/cmake/OptionsEfl.cmake:
2086 * Source/cmake/OptionsGTK.cmake:
2087 * Source/cmake/WebKitFeatures.cmake:
2088 * Source/cmakeconfig.h.cmake:
2090 2014-04-17 Darin Adler <darin@apple.com>
2092 Try to fix EFL and GTK builds.
2094 * Source/cmake/OptionsEfl.cmake: Add INDEXED_DATABASE_IN_WORKERS.
2095 * Source/cmake/OptionsGTK.cmake: Ditto.
2096 * Source/cmakeconfig.h.cmake: Ditto.
2098 2014-04-16 Brendan Long <b.long@cablelabs.com>
2100 [GTK][CMAKE] build-webkit doesn't detect when the build fails
2101 https://bugs.webkit.org/show_bug.cgi?id=130148
2103 Reviewed by Martin Robinson.
2105 * 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.
2107 2014-04-16 Carlos Garcia Campos <cgarcia@igalia.com>
2109 REGRESSION(r166779): [GTK] Printing doesn't work since r166779
2110 https://bugs.webkit.org/show_bug.cgi?id=131725
2112 Reviewed by Philippe Normand.
2114 * Source/cmake/OptionsGTK.cmake: Check GTK_UNIX_PRINT_FOUND
2115 instead of GTK_UNIX_PRINTING_FOUND and set the macro
2116 HAVE_GTK_UNIX_PRINTING to 1 when found.
2118 2014-04-11 Brian J. Burg <burg@cs.washington.edu>
2120 Web Replay: memoize nondeterministic attributes of the Navigator interface
2121 https://bugs.webkit.org/show_bug.cgi?id=131340
2123 Reviewed by Timothy Hatcher.
2125 * ManualTests/inspector/replay-window-navigator-basic.html: Added.
2127 2014-04-09 Brendan Long <b.long@cablelabs.com>
2129 [GStreamer] Expose MPEG-TS metadata
2130 https://bugs.webkit.org/show_bug.cgi?id=122001
2132 Reviewed by Eric Carlson.
2134 * Source/cmake/FindGStreamer.cmake: Look for gstreamer-mpegts >= 1.3.0.
2135 * Source/cmake/OptionsEfl.cmake: Same.
2136 * Source/cmake/OptionsGTK.cmake: Same.
2138 2014-04-08 Brian J. Burg <burg@cs.washington.edu>
2140 Web Replay: memoize nondeterministic attributes of the Screen interface
2141 https://bugs.webkit.org/show_bug.cgi?id=131339
2143 Reviewed by Timothy Hatcher.
2145 * ManualTests/inspector/replay-window-screen.html: Added.
2147 2014-04-08 Martin Robinson <mrobinson@igalia.com>
2149 [GTK] Remove the WebKitGTK+ WebKit 1 code
2150 https://bugs.webkit.org/show_bug.cgi?id=131399
2152 Reviewed by Anders Carlsson.
2154 * Source/PlatformGTK.cmake: Remove WebKit1 dependency from dist target.
2155 * Source/cmake/OptionsGTK.cmake: Remove option to compile with GTK+2 or with WebKit2 disabled.
2157 2014-04-08 Dan Bernstein <mitz@apple.com>
2159 Added bmalloc to the WebKit workspace.
2160 https://bugs.webkit.org/show_bug.cgi?id=131362
2162 Reviewed by Geoff Garen.
2164 * WebKit.xcworkspace/contents.xcworkspacedata:
2165 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
2166 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
2168 2014-04-08 Geoffrey Garen <ggaren@apple.com>
2170 Build bmalloc on iOS too
2171 https://bugs.webkit.org/show_bug.cgi?id=131381
2173 Reviewed by Andreas Kling.
2175 * Source/Makefile: Build it.
2177 2014-04-07 Geoffrey Garen <ggaren@apple.com>
2179 Build bmalloc on Mac
2180 https://bugs.webkit.org/show_bug.cgi?id=131333
2182 Reviewed by Mark Rowe.
2185 * WebKitBuild: Added.
2186 * WebKitBuild/Debug: Added.
2188 2014-04-07 Ryuan Choi <ryuan.choi@samsung.com>
2190 [EFL] Turn on ENABLE_MEDIA_CONTROLS_SCRIPT
2191 https://bugs.webkit.org/show_bug.cgi?id=131257
2193 Reviewed by Gyuyoung Kim.
2195 * Source/cmake/OptionsEfl.cmake: Enable MEDIA_CONTROLS_SCRIPT
2197 2014-04-06 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
2199 [GTK] Stop trying to install WebKit1 documentation
2200 https://bugs.webkit.org/show_bug.cgi?id=131278
2202 Reviewed by Martin Robinson.
2204 * Source/PlatformGTK.cmake: Remove install() call since the WebKit1 documentation is not
2205 built anymore since r166584. This fixes `make install'.
2207 2014-04-04 Brian J. Burg <burg@cs.washington.edu>
2209 Web Replay: capture and replay wheel events and scroll commands
2210 https://bugs.webkit.org/show_bug.cgi?id=129402
2212 Reviewed by Timothy Hatcher.
2214 * ManualTests/inspector/replay-wheel-events.html: Added.
2216 2014-04-04 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
2218 [GTK][CMake] Remove FindXt.cmake.
2219 https://bugs.webkit.org/show_bug.cgi?id=131227
2221 Reviewed by Anders Carlsson.
2223 Xt is already detected by CMake's own FindX11.cmake, so there is no need to keep a custom FindXt.cmake around.
2225 * Source/cmake/FindXt.cmake: Removed.
2226 * Source/cmake/OptionsGTK.cmake:
2228 2014-04-04 Tamas Gergely <tgergely.u-szeged@partner.samsung.com>
2230 [EFL] Build error due to changed path of generated js files.
2231 https://bugs.webkit.org/show_bug.cgi?id=131215
2233 Reviewed by Gyuyoung Kim.
2235 r166648 fixed the generation of some .js files on GTK. Due to some
2236 changes in the paths it causes a build error on EFL.
2238 * Source/PlatformEfl.cmake:
2239 Replaced path for two derived source files.
2241 2014-04-02 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
2243 [GTK][CMake] Look for glx.h in OPENGL_INCLUDE_DIR.
2244 https://bugs.webkit.org/show_bug.cgi?id=131095
2246 Reviewed by Martin Robinson.
2248 One needs to take into account OpenGL's include directory found via
2249 find_package() when looking for glx.h, since if the former is a
2250 non-standard location the latter will also be. If this is not it is
2251 possible that OpenGL is found but GLX support is not properly detected.
2253 * Source/cmake/OptionsGTK.cmake:
2255 2014-04-02 Martin Robinson <mrobinson@igalia.com>
2257 REGRESSION(r165704): [GTK] Inspector resources not correctly generated
2258 https://bugs.webkit.org/show_bug.cgi?id=130343
2260 Reviewed by Gustavo Noronha Silva.
2262 * CMakeLists.txt: Add a variable which points to the directory to store WebInspectorUI
2264 * Source/cmake/WebKitFS.cmake: Generate WebInspectorUI derived sources directories.
2266 2014-04-01 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
2268 [CMake] Drop port check from FindEGL.cmake.
2269 https://bugs.webkit.org/show_bug.cgi?id=131091
2271 Reviewed by Gyuyoung Kim.
2273 There is no reason to mark some variables as advanced only for the
2276 * Source/cmake/FindEGL.cmake: Mark EGL_INCLUDE_DIR and EGL_LIBRARY
2277 as advanced regardless of the port.
2279 2014-04-01 Dániel Bátyai <dbatyai.u-szeged@partner.samsung.com>
2281 Fix the !ENABLE(BATTERY_STATUS) build
2282 https://bugs.webkit.org/show_bug.cgi?id=130183
2284 Reviewed by Anders Carlsson.
2286 * Source/cmake/OptionsEfl.cmake:
2288 2014-03-31 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
2290 [CMake][GTK] Do not expand variables twice in if() checks.
2291 https://bugs.webkit.org/show_bug.cgi?id=130964
2293 Reviewed by Martin Robinson.
2295 In CMake, `if (${foo})' causes $foo to be evaluated first and its value
2296 to be checked by the if clause. This is not what we want, and
2297 configuration fails when, say, GLX support wasn't found as the if
2298 clause is actually evaluated as `if (TRUE AND (OR TRUE))'.
2300 * Source/cmake/OptionsGTK.cmake: Pass if (FOO) instead of if (${FOO})
2303 2014-03-31 Martin Robinson <mrobinson@igalia.com>
2305 [GTK] Remove scripts code only applicable to autotools
2306 https://bugs.webkit.org/show_bug.cgi?id=130841
2308 Reviewed by Anders Carlsson.
2310 * Source/cmake/WebKitPackaging.cmake: No longer need to consider autotools files.
2312 2014-03-31 Martin Robinson <mrobinson@igalia.com>
2314 [GTK] Use PROJECT_VERSION_* instead of WEBKIT_*_VERSION
2315 https://bugs.webkit.org/show_bug.cgi?id=130936
2317 Reviewed by Carlos Garcia Campos.
2319 * Source/cmake/OptionsGTK.cmake: No longer emulate the Autotools macro names.
2321 2014-03-31 Carlos Garcia Campos <cgarcia@igalia.com>
2323 [GTK] Add support for GTK3 plugins
2324 https://bugs.webkit.org/show_bug.cgi?id=130599
2326 Reviewed by Martin Robinson.
2328 * Source/cmake/OptionsGTK.cmake:
2330 2014-03-28 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2332 [EFL] Bump glib version from 2.36 to 2.38
2333 https://bugs.webkit.org/show_bug.cgi?id=130886
2335 Reviewed by Csaba Osztrogonác.
2337 * Source/cmake/OptionsEfl.cmake: Required glib-2.38 version.
2339 2014-03-26 Zoltan Horvath <zoltan@webkit.org>
2341 [CSS Shapes] Remove shape-inside support
2342 https://bugs.webkit.org/show_bug.cgi?id=130698
2344 Reviewed by David Hyatt.
2346 * Source/cmake/WebKitFeatures.cmake:
2347 * Source/cmakeconfig.h.cmake:
2349 2014-03-25 Martin Robinson <mrobinson@igalia.com>
2351 [GTK] Remove the autotools build
2352 https://bugs.webkit.org/show_bug.cgi?id=130717
2354 Reviewed by Anders Carlsson.
2356 * .gitignore: Remove references to autotools files.
2357 * GNUmakefile.am: Removed.
2358 * Source/autotools/CheckSystemAndBasicDependencies.m4: Removed.
2359 * Source/autotools/CustomMacros.m4: Removed.
2360 * Source/autotools/FindDependencies.m4: Removed.
2361 * Source/autotools/PrintBuildConfiguration.m4: Removed.
2362 * Source/autotools/ReadCommandLineArguments.m4: Removed.
2363 * Source/autotools/SetupAutoconfHeader.m4: Removed.
2364 * Source/autotools/SetupAutomake.m4: Removed.
2365 * Source/autotools/SetupCompilerFlags.m4: Removed.
2366 * Source/autotools/SetupLibtool.m4: Removed.
2367 * Source/autotools/SetupWebKitFeatures.m4: Removed.
2368 * Source/autotools/Versions.m4: Removed.
2369 * Source/autotools/acinclude.m4: Removed.
2370 * Source/autotools/dolt.m4: Removed.
2371 * Source/autotools/gsettings.m4: Removed.
2372 * Source/cmake/OptionsGTK.cmake:
2373 * autogen.sh: Removed.
2374 * configure.ac: Removed.
2376 2014-03-25 Gabor Rapcsanyi <rgabor@webkit.org>
2378 [EFL] Add ARM64 build support
2379 https://bugs.webkit.org/show_bug.cgi?id=130506
2381 Rubber stamped by Gyuyoung Kim.
2383 * CMakeLists.txt: Set WTF_CPU_ARM64 when aarch64 is defined.
2385 2014-03-25 Michał Pakuła vel Rutka <m.pakula@samsung.com>
2387 [EFL][WK2] Add NETWORK_PROCESS build option
2388 https://bugs.webkit.org/show_bug.cgi?id=130131
2390 Reviewed by Gyuyoung Kim.
2392 Add option to build EFL port with NETWORK_PROCESS set on. By default NETWORK_PROCESS is
2395 * Source/cmake/OptionsEfl.cmake:
2397 2014-03-24 Brian Burg <bburg@apple.com>
2399 Web Replay: capture and replay keyboard events
2400 https://bugs.webkit.org/show_bug.cgi?id=130314
2402 Reviewed by Joseph Pecoraro.
2404 * ManualTests/inspector/replay-keyboard-events.html: Added.
2406 2014-03-24 Sangyong Park <sy302.park@gmail.com>
2408 [EFL] Inspector page is not loaded.
2409 https://bugs.webkit.org/show_bug.cgi?id=130661
2411 Reviewed by Gyuyoung Kim.
2413 Inspector page is not loaded, because some javascript files are not installed.
2414 (InspectorJSBackendCommands.js, InspectorWebBackendCommands.js)
2416 * Source/PlatformEfl.cmake:
2418 2014-03-20 Thiago de Barros Lacerda <thiago.lacerda@openbossa.org>
2420 [EFL][GTK] Get CMake to find Freetype2 properly
2421 https://bugs.webkit.org/show_bug.cgi?id=130150
2423 Reviewed by Martin Robinson.
2425 Newer versions of CMake are not able to find Freetype2 correctly.
2426 FindFreetype2.cmake checks for the version number in freetype.h header, since it seems that bug exists in
2427 freetype2 repo, because a completely different version number is found in freetype2.pc.
2429 * Source/cmake/FindFreetype2.cmake: Added.
2430 * Source/cmake/OptionsEfl.cmake:
2431 * Source/cmake/OptionsGTK.cmake:
2433 2014-03-20 Brian Burg <bburg@apple.com>
2435 Web Replay: capture and replay mouse events
2436 https://bugs.webkit.org/show_bug.cgi?id=129395
2438 Reviewed by Joseph Pecoraro.
2440 Create a manual test for capture/replay of mouse events.
2441 Copy over the crypto-md5.js library from SunSpider.
2443 * ManualTests/inspector/replay-mouse-events.html: Added.
2444 * ManualTests/inspector/resources/crypto-md5.js: Added.
2446 2014-03-20 Zan Dobersek <zdobersek@igalia.com>
2448 [GTK][CMake] Add support for building with Clang
2449 https://bugs.webkit.org/show_bug.cgi?id=130260
2451 Reviewed by Martin Robinson.
2453 * Source/PlatformGTK.cmake: Run the generate-gtkdoc script with the CFLAGS env set
2454 to the list C compiler flags as constructed by CMake.
2455 * Source/cmake/OptionsCommon.cmake: When building with Clang, use the -Qunused-arguments
2456 compiler option to suppress verbose warnings about arguments that went unused by the driver.
2457 * Source/cmake/OptionsGTK.cmake: Use -fno-omit-frame-pointer for both GCC and Clang.
2458 -fno-tree-dce should be used only for GCC.
2459 * Source/cmake/gtest/CMakeLists.txt: When building with Clang the GTest framework
2460 should be built with GTEST_HAS_TR1_TUPLE macro defined to 0 to avoid build failures.
2462 2014-03-20 Commit Queue <commit-queue@webkit.org>
2464 Unreviewed, rolling out r165962.
2465 https://bugs.webkit.org/show_bug.cgi?id=130512
2467 It broke the build (Requested by Ossy on #webkit).
2471 "[EFL][GTK] Get CMake to find Freetype2 properly"
2472 https://bugs.webkit.org/show_bug.cgi?id=130150
2473 http://trac.webkit.org/changeset/165962
2475 2014-03-20 Thiago de Barros Lacerda <thiago.lacerda@openbossa.org>
2477 [EFL][GTK] Get CMake to find Freetype2 properly
2478 https://bugs.webkit.org/show_bug.cgi?id=130150
2480 Reviewed by Csaba Osztrogonác.
2482 Newer versions of CMake are not able to find Freetype2 correctly.
2483 FindFreetype2.cmake checks for the version number in freetype.h header, since it seems that bug exists in
2484 freetype2 repo, because a completely different version number is found in freetype2.pc.
2486 * Source/cmake/FindFreetype2.cmake: Added.
2487 * Source/cmake/OptionsEfl.cmake:
2488 * Source/cmake/OptionsGTK.cmake:
2490 2014-03-17 Brendan Long <b.long@cablelabs.com>
2492 [GStreamer] human readable language code for tracks
2493 https://bugs.webkit.org/show_bug.cgi?id=124514
2495 Reviewed by Martin Robinson.
2497 * Source/autotools/FindDependencies.m4: Add gstreamer-tag-1.0.
2498 * Source/cmake/FindGStreamer.cmake: Same.
2499 * Source/cmake/OptionsEfl.cmake: Same.
2500 * Source/cmake/OptionsGTK.cmake: Same.
2502 2014-03-17 Martin Robinson <mrobinson@igalia.com>
2504 [GTK][CMake] Credential storage is not enabled
2505 https://bugs.webkit.org/show_bug.cgi?id=130149
2507 Reviewed by Philippe Normand.
2509 * Source/cmake/OptionsGTK.cmake: Add an ENABLE_CREDENTIAL_STORAGE option to the configuration
2510 and look libsecret when it's enabled.
2511 * Source/cmakeconfig.h.cmake: Expose the ENABLE_CREDENTIAL_STORAGE option to the build.
2513 2014-03-17 Martin Robinson <mrobinson@igalia.com>
2515 [GTK][CMake] Ensure that HAVE_GTK_UNIX_PRINTING is defined when appropriate
2516 https://bugs.webkit.org/show_bug.cgi?id=130155
2518 Reviewed by Philippe Normand.
2520 * Source/cmake/FindGTKUnixPrint.cmake: Added.
2521 * Source/cmake/OptionsGTK.cmake: Look for gtk+-unix-print and use it to turn on HAVE_GTK_UNIX_PRINTING.
2522 * Source/cmakeconfig.h.cmake: Add the HAVE_GTK_UNIX_PRINTING define.
2524 2014-03-16 Kim Byung Jun <bj1987.kim@samsung.com>
2526 [EFL] Enable TOUCH_SLIDER macro.
2527 https://bugs.webkit.org/show_bug.cgi?id=130186
2529 Reviewed by Gyuyoung Kim.
2531 * Source/cmake/OptionsEfl.cmake:
2533 2014-03-16 Zan Dobersek <zdobersek@igalia.com>
2535 [GTK][CMake] Build with -fno-rtti
2536 https://bugs.webkit.org/show_bug.cgi?id=130261
2538 Reviewed by Martin Robinson.
2540 * Source/cmake/OptionsCommon.cmake: List the -fno-exceptions, -fno-strict-aliasing
2541 and -fno-rtti options in the global CMAKE_C_FLAGS and CMAKE_CXX_FLAGS (-fno-rtti
2542 is only listed in the latter). Replace -std=gnu++0x with the official -std=c++11 option.
2543 * Source/cmake/WebKitHelpers.cmake: Stop -fno-exceptions and -fno-strict-aliasing
2544 from being set through the WEBKIT_SET_EXTRA_COMPILER_FLAGS macro, they are now listed
2545 in CMAKE_C_FLAGS and CMAKE_CXX_FLAGS.
2546 * Source/cmake/gtest/CMakeLists.txt: Build GTest code with GTEST_HAS_RTTI macro defined to 0.
2548 2014-03-16 Brendan Long <b.long@cablelabs.com>
2550 [GStreamer] CMake doesn't find the include path for gstreamer-base
2551 https://bugs.webkit.org/show_bug.cgi?id=130098
2553 Reviewed by Philippe Normand.
2555 * Source/cmake/FindGStreamer.cmake: Look for a header in gstreamer-base instead of looking for gst/gst.h twice.
2557 2014-03-14 Maciej Stachowiak <mjs@apple.com>
2559 Replace "Apple Computer, Inc." with "Apple Inc." in copyright headers
2560 https://bugs.webkit.org/show_bug.cgi?id=130276
2561 <rdar://problem/16266927>
2563 Reviewed by Simon Fraser.
2565 * ManualTests/NPN_Invoke/Info.plist:
2566 * ManualTests/NPN_Invoke/main.c:
2567 * ManualTests/accessibility/resources/AppletTest.java:
2569 2014-03-14 Zan Dobersek <zdobersek@igalia.com>
2571 [CMake] Remove -fno-tree-sra workaround for GCC 4.5
2572 https://bugs.webkit.org/show_bug.cgi?id=130258
2574 Reviewed by Martin Robinson.
2576 GCC compilers 4.7 and later are supported, so there's no need for disabling
2577 the -ftree-sra optimization which was causing problems when enabled on GCC 4.5.
2579 * Source/cmake/WebKitHelpers.cmake:
2581 2014-03-14 Landry Breuil <landry@openbsd.org>
2583 Add autotools boilerplate for proper os defines on OpenBSD/NetBSD/DragonFly
2584 https://bugs.webkit.org/show_bug.cgi?id=129966
2586 Reviewed by Andreas Kling.
2588 * Source/autotools/CheckSystemAndBasicDependencies.m4:
2589 * Source/autotools/SetupAutomake.m4:
2591 2014-03-13 Mario Sanchez Prada <mario.prada@samsung.com>
2593 [CMake] Failure to link with older installations of WebP
2594 https://bugs.webkit.org/show_bug.cgi?id=130195
2596 Reviewed by Gustavo Noronha Silva.
2598 Fix the issue by using a temporary variable as the output parameter
2599 to check_include_files(), setting WEBP_FOUND accordingly later.
2601 * Source/cmake/FindWebP.cmake: Avoid reusing the WEBP_FOUND
2602 variable in check_include_files(), as it will lead to misleading
2603 results (will always be FALSE). Use a temporary variable instead
2604 and explicitly set WEBP_FOUND to TRUE later if needed.
2606 2014-03-12 Martin Robinson <mrobinson@igalia.com>
2608 [CMake] Changes to the bindings generator Perl modules do not trigger regeneration of bindings
2609 https://bugs.webkit.org/show_bug.cgi?id=130170
2611 Reviewed by Daniel Bates.
2613 * Source/cmake/WebKitMacros.cmake: Add the Perl modules used in script generation to the dependency
2614 list. We must check whether or not the specific one exists first, because the InjectedBundle uses a
2615 fake "TestRunner" generator.
2617 2014-03-12 Carlos Garcia Campos <cgarcia@igalia.com>
2619 [GTK][CMAKE] Remove compile warnings about GTK+ deprecated API
2620 https://bugs.webkit.org/show_bug.cgi?id=130014
2622 Reviewed by Martin Robinson.
2624 Set GDK_VERSION_MIN_REQUIRED to GDK_VERSION_3_6.
2626 * Source/cmake/OptionsGTK.cmake:
2627 * Source/cmakeconfig.h.cmake:
2629 2014-03-12 Martin Robinson <mrobinson@igalia.com>
2631 [GTK][CMAKE] Too verbose build output
2632 https://bugs.webkit.org/show_bug.cgi?id=130076
2634 Reviewed by Carlos Garcia Campos.
2636 * Source/cmake/OptionsGTK.cmake: Generate a script which does the actual build. This
2637 works around an issue where cmake --build doesn't support ninja's pretty printing.
2639 2014-03-10 Mario Sanchez Prada <mario.prada@samsung.com>
2641 [GTK] Add support for Geoclue2
2642 https://bugs.webkit.org/show_bug.cgi?id=120185
2644 Reviewed by Carlos Garcia Campos.
2646 Patch by Anton Obzhirov <a.obzhirov@samsung.com> and Mario Sanchez Prada <mario.prada@samsung.com>
2648 Add support for Geoclue2 using autotools.
2650 * Source/autotools/FindDependencies.m4: Add support for handling
2651 both Geoclue 1.0 and 2.0.
2652 * Source/autotools/PrintBuildConfiguration.m4: Print the version
2653 of geoclue that is being used.
2654 * Source/autotools/SetupAutoconfHeader.m4: Define GEOCLUE_API_VERSION_2.
2655 * Source/autotools/SetupAutomake.m4: Likewise, for AM_CONDITIONAL.
2656 * Source/autotools/Versions.m4: Added minimum required version for Geoclue2.
2658 Add support for Geoclue2 using CMake.
2660 * Source/cmake/FindGeoClue2.cmake: Added.
2661 * Source/cmake/OptionsGTK.cmake: Add support for handling Geoclue 1.0 and 2.0.
2662 * Source/cmakeconfig.h.cmake: Define WTF_USE_GEOCLUE2.
2664 2014-03-10 Martin Robinson <mrobinson@igalia.com>
2666 [GTK][CMAKE] gtk-doc HTML documentation is generated by default when building with CMake
2667 https://bugs.webkit.org/show_bug.cgi?id=130016
2669 Reviewed by Carlos Garcia Campos.
2671 * Source/PlatformGTK.cmake: Add two gtkdoc targets, one which builds HTML and one which
2672 doesn't. Add the non-HTML version to the default target, but not the HTML version. The
2673 HTML version will still run when building the distribution tarball.
2675 2014-03-10 Martin Robinson <mrobinson@igalia.com>
2677 [GTK] [CMake] Clean up library linking
2678 https://bugs.webkit.org/show_bug.cgi?id=129782
2680 Reviewed by Philippe Normand.
2682 * Source/cmake/OptionsGTK.cmake: Add a macro to wrap all libraries in a list with --whole-archive
2683 so that unused symbols are not dropped. This is useful when building up shared libraries
2684 from convenience libraries.
2686 2014-03-08 Landry Breuil <landry@openbsd.org>
2688 Don't check for shm_open on librt on OpenBSD, lib doesnt exist.
2689 https://bugs.webkit.org/show_bug.cgi?id=129973
2691 Reviewed by Martin Robinson.
2693 * Source/autotools/FindDependencies.m4:
2695 2014-03-06 Anders Carlsson <andersca@apple.com>
2697 Build WebKit2 before building WebKit
2698 https://bugs.webkit.org/show_bug.cgi?id=129831
2699 <rdar://problem/15920020>
2701 Reviewed by Dan Bernstein.
2704 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
2705 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
2707 2014-03-06 Commit Queue <commit-queue@webkit.org>
2709 Unreviewed, rolling out r165193.
2710 http://trac.webkit.org/changeset/165193
2711 https://bugs.webkit.org/show_bug.cgi?id=129823
2713 Not specifying libc++ as the stdlib for Clang through CXXFLAGS
2714 env confuses libtool (Requested by zdobersek on #webkit).
2716 * Source/autotools/SetupCompilerFlags.m4:
2718 2014-03-06 Zan Dobersek <zdobersek@igalia.com>
2720 [GTK][Autotools] Default to libc++ when compiling with Clang
2721 https://bugs.webkit.org/show_bug.cgi?id=129798
2723 Reviewed by Anders Carlsson.
2725 * Source/autotools/SetupCompilerFlags.m4: Default to using libc++ when compiling with the Clang
2726 compiler. This is still overridable if -stdlib=* flag was set through CXXFLAGS, in case people
2727 would for some reason still prefer libstdc++ (i.e. on setups where a functional libc++ is not yet available).
2729 2014-03-05 Martin Robinson <mrobinson@igalia.com>
2731 [CMake] Ninja generator builds fail with "Argument list too long"
2732 https://bugs.webkit.org/show_bug.cgi?id=129771
2734 Reviewed by Daniel Bates.
2736 * Source/cmake/OptionsCommon.cmake: Work around a bug in the Ninja CMake generator,
2737 by forcing the use of response files.
2739 2014-03-05 Ryuan Choi <ryuan.choi@samsung.com>
2741 [CMake] Use thin archives if building on Linux for non-shared-core debug builds
2742 https://bugs.webkit.org/show_bug.cgi?id=108330
2744 Reviewed by Martin Robinson.
2746 In order to get non-shared debug builds, this patch applied T option for
2747 thin archives to the flags passed to ar when cmake based ports build on linux.
2748 In addition, applied u option which avoids adding a file twice.
2750 * Source/cmake/OptionsCommon.cmake: Moved archive options from OptionsGTK.cmake.
2751 * Source/cmake/OptionsEfl.cmake:
2752 Removed error messages for non-shared-core debug builds.
2753 * Source/cmake/OptionsGTK.cmake: Moved archive options to OptionsCommon.cmake.
2755 2014-03-04 Zan Dobersek <zdobersek@igalia.com>
2757 [GTK] Build the Udis86 disassembler
2758 https://bugs.webkit.org/show_bug.cgi?id=129679
2760 Reviewed by Michael Saboff.
2762 * GNUmakefile.am: Add the Udis86_nosources variable.
2763 * Source/cmake/OptionsGTK.cmake: Enable the Udis86 disassembler.
2765 2014-03-04 Martin Robinson <mrobinson@igalia.com>
2767 [GTK] Simplify the GObject DOM bindings API break check into one step
2768 https://bugs.webkit.org/show_bug.cgi?id=129571
2770 Reviewed by Carlos Garcia Campos.
2772 * Source/PlatformGTK.cmake: We don't need to run the API break check before gtkdoc generation.
2773 Add the check to 'make check.'
2775 2014-03-04 Martin Robinson <mrobinson@igalia.com>
2777 [GTK][CMake] ENABLE_NAVIGATOR_CONTENT_UTILS is mistakenly enabled for the CMake build
2778 https://bugs.webkit.org/show_bug.cgi?id=129502
2780 Reviewed by Carlos Garcia Campos.
2782 * Source/cmake/OptionsGTK.cmake: Disable the option for GTK+.
2784 2014-03-03 Jozsef Berta <jberta.u-szeged@partner.samsung.com>
2786 [cmake] *Names.cpp file should be regenerated after touching StaticString.pm
2787 https://bugs.webkit.org/show_bug.cgi?id=129031
2789 Reviewed by Csaba Osztrogonác.
2791 * Source/cmake/WebKitMacros.cmake: Added a call for make_names.pm dependencies in GENERATE_FONT_NAMES and GENERATE_DOM_NAMES macros.
2793 2014-03-03 Carlos Garcia Campos <cgarcia@igalia.com>
2795 [GTK] WebKit2WebExtension GIR can't be used in vala
2796 https://bugs.webkit.org/show_bug.cgi?id=127179
2798 Reviewed by Martin Robinson.
2800 Add a different pkg-config file for the web extensions API.
2802 * Source/cmake/OptionsGTK.cmake:
2805 2014-03-02 Dirkjan Ochtman <d.ochtman@activevideo.com>
2807 Support ENABLE_ENCRYPTED_MEDIA in cmake builds
2808 https://bugs.webkit.org/show_bug.cgi?id=129575
2810 Reviewed by Philippe Normand.
2812 * Source/cmake/OptionsEfl.cmake:
2813 Enabled ENABLE_ENCRYPTED_MEDIA{,_V2} usage.
2814 * Source/cmake/OptionsGTK.cmake:
2815 Enabled ENABLE_ENCRYPTED_MEDIA{,_V2} usage.
2816 * Source/cmake/WebKitFeatures.cmake:
2817 Enabled ENABLE_ENCRYPTED_MEDIA{,_V2} usage.
2818 * Source/cmakeconfig.h.cmake:
2819 Added ENABLE_ENCRYPTED_MEDIA{,_V2} flags.
2821 2014-02-27 Peter Molnar <pmolnar.u-szeged@partner.samsung.com>
2823 Enable support of X-Content-Type-Options: nosniff header for EFL
2824 https://bugs.webkit.org/show_bug.cgi?id=128673
2826 Reviewed by Gyuyoung Kim.
2828 * Source/cmake/OptionsEfl.cmake:
2829 Enabled NOSNIFF feature flag for EFL.
2831 2014-02-27 Koop Mast <kwm@FreeBSD.org>
2833 Fallback on checking for libz manualy if zlib.pc isn't available.
2834 https://bugs.webkit.org/show_bug.cgi?id=127061
2836 Reviewed by Gustavo Noronha Silva.
2838 * Source/autotools/FindDependencies.m4:
2840 2014-02-25 Sergio Villar Senin <svillar@igalia.com>
2842 [CSS Grid Layout] Add ENABLE flag
2843 https://bugs.webkit.org/show_bug.cgi?id=129153
2845 Reviewed by Simon Fraser.
2847 Added the ENABLE_CSS_GRID_LAYOUT feature flag to the cmake and
2848 autotools build systems. The feature is disabled by default for
2851 * Source/autotools/SetupWebKitFeatures.m4:
2852 * Source/cmake/OptionsEfl.cmake:
2853 * Source/cmake/OptionsGTK.cmake:
2854 * Source/cmake/WebKitFeatures.cmake:
2855 * Source/cmakeconfig.h.cmake:
2857 2014-02-24 Martin Robinson <mrobinson@igalia.com>
2859 [GTK] generate-gtkdoc should not generate documentation for source files for unbuilt source files
2860 https://bugs.webkit.org/show_bug.cgi?id=128417
2862 Reviewed by Carlos Garcia Campos.
2864 * Source/cmake/OptionsGTK.cmake: Define the paths to the pkgconfig files here, so that they
2865 may one day be used in the webkitdom config file generation.
2867 2014-02-18 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2869 [EFL][CMake] Fix javascriptcore test failings by the jsCStack branch merge
2870 https://bugs.webkit.org/show_bug.cgi?id=128961
2872 Reviewed by Ryosuke Niwa.
2874 Javascriptcore test on EFL port has been broken since the jsCStack branch merge.
2875 For now we can fix almost tests by using "-fno-tree-dce option". Unfortunately,
2876 EFL port needs not to check "uninitialized" build warning as error in order to
2877 adjust the option to EFL port. This patch don't take it as error temporarily.
2879 * Source/cmake/OptionsEfl.cmake:
2880 * Source/cmake/WebKitHelpers.cmake:
2882 2014-02-16 Martin Robinson <mrobinson@igalia.com>
2884 [GTK] [CMake] JavaScriptCore crashes in JSC::eval
2885 https://bugs.webkit.org/show_bug.cgi?id=128434
2887 Reviewed by Anders Carlsson.
2889 * Source/cmake/OptionsGTK.cmake: Add -fno-omit-frame-pointer to the GTK+ CMake
2890 port as well as -fno-tree-dce, like it is used in the autotools build.
2892 2014-02-17 ChangSeok Oh <changseok.oh@collabora.com>
2894 [GTK] MEDIA_CONTROLS_SCRIPT depends on VIDEO_TRACK
2895 https://bugs.webkit.org/show_bug.cgi?id=128799
2897 Reviewed by Philippe Normand.
2899 MEDIA_CONTROLS_SCRIPT has a dependency on VIDEO_TRACK. So it causes a build break
2900 if building with autotools. cmake system has enabled it as default. So I propose
2901 enabling VIDEO_TRACK as well.
2903 * Source/autotools/SetupWebKitFeatures.m4:
2905 2014-02-14 Commit Queue <commit-queue@webkit.org>
2907 Unreviewed, rolling out r164090.
2908 http://trac.webkit.org/changeset/164090
2909 https://bugs.webkit.org/show_bug.cgi?id=128807
2911 It broke the EFL build (Requested by Ossy on #webkit).
2913 * Source/cmake/OptionsCommon.cmake:
2914 * Source/cmake/OptionsEfl.cmake:
2916 2014-02-09 Martin Robinson <mrobinson@igalia.com>
2918 [GTK] [CMake] JavaScriptCore crashes in JSC::eval
2919 https://bugs.webkit.org/show_bug.cgi?id=128434
2921 Extend a fix for EFL to all ports that use GCC. Also include further fixes
2922 that were applied only to the autotools build.
2924 Reviewed by Gyuyoung Kim.
2926 * Source/cmake/OptionsCommon.cmake: Add -fno-omit-frame-pointer to all ports as well
2927 as -fno-tree-dce, which is necessary for GTK+.
2928 * Source/cmake/OptionsEfl.cmake: The GCC flag additions are now in the common options file.
2930 2014-02-04 Gustavo Noronha Silva <gns@gnome.org>
2932 [GTK][CMake] Generate GObject DOM bindings .symbols files
2933 https://bugs.webkit.org/show_bug.cgi?id=126210
2935 Reviewed by Martin Robinson.
2937 * Source/PlatformGTK.cmake: add checking DOM bindings API as a dependency
2938 for documentation generation.
2940 2014-02-13 Xabier Rodriguez Calvar <calvaris@igalia.com>
2942 [GTK] MEDIA_CONTROLS_SCRIPT support
2943 https://bugs.webkit.org/show_bug.cgi?id=123097
2945 Reviewed by Jer Noble.
2947 Part of the Autotools and CMake structure to build the media
2950 * Source/autotools/SetupWebKitFeatures.m4: Activated the media
2951 controls script by default.
2952 * Source/cmake/OptionsGTK.cmake: Activated the media controls
2954 * Source/cmake/WebKitFeatures.cmake: Created the option to
2955 activate the controls script.
2956 * Source/cmakeconfig.h.cmake: Created the define template the the
2957 media controls script.
2959 2014-02-12 Zan Dobersek <zdobersek@igalia.com>
2961 [GDB] Add .gdbinit to the list of files ignored by Git
2962 https://bugs.webkit.org/show_bug.cgi?id=128455
2964 Reviewed by Anders Carlsson.
2966 * .gitignore: Ignore the .gdbinit file which can be used to perform WebKit-specific GDB initialization
2967 when the debugger is launched in the repository's root directory. Also remove a Chromium-specific comment
2968 that covers already removed entries.
2970 2014-02-11 Oliver Hunt <oliver@apple.com>
2972 Make it possible to implement JS builtins in JS
2973 https://bugs.webkit.org/show_bug.cgi?id=127887
2975 Reviewed by Michael Saboff.
2978 * Source/cmake/gtest/CMakeLists.txt:
2980 2014-02-12 Ryan Lortie <desrt@desrt.ca>
2982 'ar T' is not portable and breaks the build on FreeBSD
2983 https://bugs.webkit.org/show_bug.cgi?id=128596
2985 Reviewed by Gustavo Noronha Silva.
2987 Create thin archives only if we are using GNU ar.
2989 * Source/autotools/SetupLibtool.m4:
2991 2014-02-10 Krzysztof Wolanski <k.wolanski@samsung.com>
2993 Add the CSS_SHAPE_INSIDE to CMake feature list
2994 https://bugs.webkit.org/show_bug.cgi?id=128530
2996 Reviewed by Gyuyoung Kim.
2998 CSS_SHAPE_INSIDE flag was added in r163333,
2999 this patch is adding this flag to CMake feature list.
3001 * Source/cmake/WebKitFeatures.cmake:
3002 * Source/cmakeconfig.h.cmake:
3004 2014-02-09 Carlos Garnacho <carlosg@gnome.org>
3006 [GTK] Enable touch features
3007 https://bugs.webkit.org/show_bug.cgi?id=98931
3009 Reviewed by Carlos Garcia Campos.
3011 * Source/autotools/SetupWebKitFeatures.m4:
3012 * Source/cmake/OptionsGTK.cmake: set ENABLE_TOUCH_EVENTS to 1 if building with GTK+.
3014 2014-02-06 Andreas Kling <akling@apple.com>
3016 Remove unused ENABLE(REPAINT_THROTTLING) flag.
3017 <https://webkit.org/b/128329>
3019 Reviewed by Antti Koivisto.
3021 * Source/cmake/WebKitFeatures.cmake:
3022 * Source/cmakeconfig.h.cmake:
3024 2014-02-06 Joseph Pecoraro <pecoraro@apple.com>
3026 [iOS] make should build WebKit2
3027 https://bugs.webkit.org/show_bug.cgi?id=128351
3029 Reviewed by Daniel Bates.
3033 2014-02-05 Andreas Kling <akling@apple.com>
3035 Remove ENABLE(DIRECTORY_UPLOAD).
3036 <https://webkit.org/b/128275>
3038 Rubber-stamped by Ryosuke Niwa.
3040 * Source/autotools/SetupWebKitFeatures.m4:
3041 * Source/cmake/WebKitFeatures.cmake:
3043 2014-02-05 Csaba Osztrogonác <ossy@webkit.org>
3045 Remove ENABLE(SVG) guards
3046 https://bugs.webkit.org/show_bug.cgi?id=127991
3048 Reviewed by Sam Weinig.
3050 * Source/autotools/FindDependencies.m4:
3051 * Source/autotools/PrintBuildConfiguration.m4:
3052 * Source/autotools/ReadCommandLineArguments.m4:
3053 * Source/autotools/SetupAutomake.m4:
3054 * Source/autotools/SetupWebKitFeatures.m4:
3055 * Source/cmake/OptionsEfl.cmake:
3056 * Source/cmake/OptionsGTK.cmake:
3057 * Source/cmake/WebKitFeatures.cmake:
3058 * Source/cmakeconfig.h.cmake:
3060 2014-02-04 Andreas Kling <akling@apple.com>
3062 Remove <iframe seamless> support.
3063 <https://webkit.org/b/128213>
3065 Rubber-stamped by Antti Koivisto.
3067 * Source/autotools/SetupWebKitFeatures.m4:
3068 * Source/cmake/WebKitFeatures.cmake:
3069 * Source/cmakeconfig.h.cmake:
3071 2014-01-31 Benjamin Poulain <bpoulain@apple.com>
3073 Remove LEGACY_VIEWPORT_ADAPTION
3074 https://bugs.webkit.org/show_bug.cgi?id=128028
3076 Reviewed by Anders Carlsson.
3078 * Source/cmake/WebKitFeatures.cmake:
3079 * Source/cmakeconfig.h.cmake:
3081 2014-01-31 Oliver Hunt <oliver@apple.com>
3083 Rollout r163195 and related patches
3086 * Source/cmake/gtest/CMakeLists.txt:
3088 2014-01-29 Oliver Hunt <oliver@apple.com>
3090 Make it possible to implement JS builtins in JS
3091 https://bugs.webkit.org/show_bug.cgi?id=127887
3093 Reviewed by Michael Saboff.
3097 * Source/cmake/gtest/CMakeLists.txt:
3099 2014-01-30 Martin Robinson <mrobinson@igalia.com>
3101 [GTK] [CMake] Add support for building against GTK+ 2
3102 https://bugs.webkit.org/show_bug.cgi?id=127959
3104 Reviewed by Anders Carlsson.
3106 * Source/cmake/OptionsGTK.cmake: Add a new option to use GTK 2 and make a variable holding the
3107 library API version. When using GTK 2 do not build WebKit 2.
3109 2014-01-30 Martin Robinson <mrobinson@igalia.com>
3111 [GTK] [CMake] Add a "make dist" target
3112 https://bugs.webkit.org/show_bug.cgi?id=116378
3114 Reviewed by Gustavo Noronha Silva.
3116 * Source/PlatformGTK.cmake: A CMake support for executing the make-dist
3117 script and then turning the tarfile into a LZMA compressed file.
3119 2014-01-30 Zan Dobersek <zdobersek@igalia.com>
3121 [GTK] Only disable -ftree-dce optimization when compiling with GCC
3122 https://bugs.webkit.org/show_bug.cgi?id=127911
3124 Reviewed by Carlos Garcia Campos.
3126 * Source/autotools/SetupAutomake.m4: Define the COMPILER_GCC and COMPILER_CLANG Automake macros.
3127 These can be used when compiler-specific flags have to be used. The latter one is not actually needed
3128 at the moment, but is added for the sake of completeness.
3130 2014-01-30 Csaba Osztrogonác <ossy@webkit.org>
3132 [EFL] Fix the regression caused by the jsCStack branch merge
3133 https://bugs.webkit.org/show_bug.cgi?id=127898
3135 Reviewed by Zoltan Herczeg.
3137 * Source/cmake/OptionsEfl.cmake: Build with -fno-omit-frame-pointer.
3139 2014-01-29 Csaba Osztrogonác <ossy@webkit.org>
3141 Remove ENABLE(JAVASCRIPT_DEBUGGER) leftovers
3142 https://bugs.webkit.org/show_bug.cgi?id=127845
3144 Reviewed by Joseph Pecoraro.
3146 * Source/autotools/SetupWebKitFeatures.m4:
3148 2014-01-29 Csaba Osztrogonác <ossy@webkit.org>
3150 Remove ENABLE(JAVASCRIPT_DEBUGGER) guards
3151 https://bugs.webkit.org/show_bug.cgi?id=127840
3153 Reviewed by Mark Lam.
3155 * Source/cmake/WebKitFeatures.cmake:
3156 * Source/cmakeconfig.h.cmake:
3158 2014-01-25 Darin Adler <darin@apple.com>
3160 Get rid of ICU_UNICODE and WCHAR_UNICODE remnants
3161 https://bugs.webkit.org/show_bug.cgi?id=127623
3163 Reviewed by Anders Carlsson.
3165 * Source/cmake/OptionsEfl.cmake: Removed ICU_UNICODE and WCHAR_UNICODE flags.
3166 * Source/cmake/OptionsGTK.cmake: Ditto.
3167 * Source/cmake/OptionsWinCE.cmake: Ditto.
3169 2014-01-23 Max Vujovic <mvujovic@adobe.com>
3171 Remove CSS Custom Filters code and tests
3172 https://bugs.webkit.org/show_bug.cgi?id=127382
3174 Reviewed by Simon Fraser.
3176 * Source/autotools/FindDependencies.m4:
3177 * Source/autotools/SetupWebKitFeatures.m4:
3178 * Source/cmake/WebKitFeatures.cmake:
3179 * Source/cmakeconfig.h.cmake:
3181 2014-01-22 Martin Robinson <mrobinson@igalia.com>
3183 [GTK][CMake] Add support for building the NetworkProcess
3184 https://bugs.webkit.org/show_bug.cgi?id=127195
3186 Reviewed by Daniel Bates.
3188 * Source/cmake/OptionsGTK.cmake: Turn on the network process and give it
3189 a name like the WebProcess.
3191 2014-01-20 Ryuan Choi <ryuan.choi@samsung.com>
3193 [CMAKE] Remove Nix from CMake scripts
3194 https://bugs.webkit.org/show_bug.cgi?id=127264
3196 Reviewed by Anders Carlsson.
3199 * Source/CMakeLists.txt:
3200 * Source/cmake/FindEGL.cmake:
3201 * Source/cmake/OptionsCommon.cmake:
3203 2014-01-18 Anders Carlsson <andersca@apple.com>
3205 Remove ENABLE_THREADED_HTML_PARSER defines everywhere
3206 https://bugs.webkit.org/show_bug.cgi?id=127225
3208 Reviewed by Andreas Kling.
3210 This concludes the removal of over 8.8 million lines of threaded parser code.
3212 * Source/autotools/SetupWebKitFeatures.m4:
3213 * Source/cmake/WebKitFeatures.cmake:
3214 * Source/cmakeconfig.h.cmake:
3216 2014-01-18 Lauro Neto <lauro.neto@openbossa.org>
3218 Remove Nix files from WebCore
3219 https://bugs.webkit.org/show_bug.cgi?id=127176
3221 Reviewed by Anders Carlsson.
3223 * Source/cmake/OptionsNix.cmake: Removed.
3225 2014-01-18 Zan Dobersek <zdobersek@igalia.com>
3227 [GTK] Bump the minimum required Clang version to 3.3
3228 https://bugs.webkit.org/show_bug.cgi?id=127178
3230 Reviewed by Martin Robinson.
3232 * Source/autotools/CheckSystemAndBasicDependencies.m4: Require Clang 3.3 or later when using the Clang compiler to
3233 build the GTK port. Building with Clang 3.2 doesn't work anymore and there's no point in fixing that, as we should
3234 support the latest two versions of Clang (3.3 and 3.4), just like we do with GCC (4.7 and 4.8).
3236 2014-01-14 Dan Bernstein <mitz@apple.com>
3238 Only use color in make output when it’s going to a terminal.
3240 Reviewed by Mark Rowe.
3244 2014-01-13 Martin Robinson <mrobinson@igalia.com>
3246 [CMake] Mark all dependency include paths and libraries as advanced variables
3247 https://bugs.webkit.org/show_bug.cgi?id=126504
3249 Reviewed by Daniel Bates.
3251 * Source/cmake/FindATK.cmake: Mark result variable as advanced.
3252 * Source/cmake/FindCairo.cmake: Ditto.
3253 * Source/cmake/FindEGL.cmake: Ditto.
3254 * Source/cmake/FindEnchant.cmake: Ditto.
3255 * Source/cmake/FindGLIB.cmake: Ditto.
3256 * Source/cmake/FindGStreamer.cmake: Ditto.
3257 * Source/cmake/FindHarfBuzz.cmake: Ditto.
3258 * Source/cmake/FindLibSoup.cmake: Ditto.
3260 2014-01-13 Martin Robinson <mrobinson@igalia.com>
3262 [GTK][CMake] Add a 'check' target
3263 https://bugs.webkit.org/show_bug.cgi?id=126770
3265 Reviewed by Daniel Bates.
3267 * Source/PlatformGTK.cmake: Add a 'check' target that calls run-gtk-tests.
3269 2014-01-13 Carlos Garcia Campos <cgarcia@igalia.com>
3271 Unreviewed. Update NEWS and Versions.m4 for 2.3.4 release.
3273 * Source/autotools/Versions.m4: Bump version numbers.
3275 2014-01-12 Sergio Correia <sergio.correia@openbossa.org>
3277 [EFL][WK2] Make API tests work again
3278 https://bugs.webkit.org/show_bug.cgi?id=126769
3280 Reviewed by Gyuyoung Kim.
3282 The EFL and WK2 test binaries are currently being generated at *TestWebKitAPI/
3283 [E]WebKit2, respectively, and this causes problems because the logic to find
3284 where WebProcess is to look in the same directory of the running process and
3285 then proceed to use LIBEXECDIR (typically /usr/loca/bin).
3287 This patch introduces a WEBKIT_EXEC_PATH environment variable, inspired in the
3288 Gtk port, which allows us to look for WebProcess initially in this directory,
3291 * Source/cmake/OptionsEfl.cmake: Define WEBKIT_EXEC_PATH, to be used by
3294 2014-01-11 Dan Bernstein <mitz@apple.com>
3296 [Mac] xcodebuild color output is suppressed when using make
3297 https://bugs.webkit.org/show_bug.cgi?id=126815
3299 Reviewed by Anders Carlsson.
3301 WHen using make, xcodebuild’s output is piped through a filter, which causes it not to
3302 format its output with color and emphasis.
3304 * Makefile.shared: Pass COLOR_DIAGNOSTICS=YES to xcodebuild to force color output on. Due to
3305 xcodebuild limitations, this restores some of the formatting, but not all of it.
3307 2014-01-10 Benjamin Poulain <bpoulain@apple.com>
3309 Remove the BlackBerry port from trunk
3310 https://bugs.webkit.org/show_bug.cgi?id=126715
3312 Reviewed by Anders Carlsson.
3315 * Source/cmake/OptionsCommon.cmake:
3317 2014-01-10 Tamas Gergely <tgergely.u-szeged@partner.samsung.com>
3319 [EFL][JSC] Enable udis86 disassembler on efl.
3320 https://bugs.webkit.org/show_bug.cgi?id=125502
3322 Reviewed by Michael Saboff.
3324 Enable udis86 disassembler on efl and fix build warnings.
3326 * Source/cmake/OptionsEfl.cmake:
3327 Enable udis86 disassembler.
3329 2014-01-10 Benjamin Poulain <bpoulain@apple.com>
3331 Remove the BlackBerry port from trunk
3332 https://bugs.webkit.org/show_bug.cgi?id=126715
3334 Reviewed by Anders Carlsson.
3338 2014-01-09 Benjamin Poulain <bpoulain@apple.com>
3340 Remove the BlackBerry files outside WebCore
3341 https://bugs.webkit.org/show_bug.cgi?id=126715
3343 Reviewed by Anders Carlsson.
3345 * ManualTests/blackberry: Removed.
3346 * Source/cmake/OptionsBlackBerry.cmake: Removed.
3348 2014-01-08 Martin Robinson <mrobinson@igalia.com>
3350 [GTK] [CMake] Specify the executable and library output locations in the build
3351 https://bugs.webkit.org/show_bug.cgi?id=126671
3353 Reviewed by Gustavo Noronha Silva.
3355 * Source/cmake/OptionsGTK.cmake: Explicitly specify the output locations.
3357 2014-01-08 Dániel Bátyai <dbatyai.u-szeged@partner.samsung.com>
3359 [EFL] Make FTL buildable
3360 https://bugs.webkit.org/show_bug.cgi?id=125777
3362 Reviewed by Csaba Osztrogonác.
3364 * Source/cmake/OptionsEfl.cmake:
3365 * Source/cmakeconfig.h.cmake:
3367 2014-01-08 Alberto Garcia <berto@igalia.com>
3369 REGRESSION(r160304): [GTK] Disable libtool fast install
3370 https://bugs.webkit.org/show_bug.cgi?id=126381
3372 Reviewed by Gustavo Noronha Silva.
3374 Don't disable the libtool fast-install mode unconditionally by
3377 If the fast-install mode is disabled, binaries are generated ready
3378 to use the libraries directly from the build tree. If we use the
3379 GNU linker, those binaries are then relinked when they are
3382 However, libtool fails to do it properly when an installation
3383 prefix is set with DESTDIR, and ends up installing the libtool
3384 wrappers instead of the actual binaries.
3386 * Source/autotools/SetupLibtool.m4:
3388 2014-01-07 Gustavo Noronha Silva <gustavo.noronha@collabora.com>
3390 Unreviewed GTK/CMake build fix: use the correct location for docs-build.stamp
3391 in output and dependencies declarations, so docs are not built needlessly
3394 * Source/PlatformGTK.cmake:
3396 2014-01-04 Carlos Garcia Campos <cgarcia@igalia.com>
3398 [GTK] Move all GTK/GObject unit tests to Tools/TestWebKitAPI
3399 https://bugs.webkit.org/show_bug.cgi?id=126342
3401 Reviewed by Gustavo Noronha Silva.
3403 * GNUmakefile.am: Remove unused variable.
3404 * Source/PlatformGTK.cmake: No longer include the old unit tests directories.
3406 2014-01-06 Zan Dobersek <zdobersek@igalia.com>
3408 [GTK] configure errors out when building with libc++
3409 https://bugs.webkit.org/show_bug.cgi?id=126431
3411 Reviewed by Martin Robinson.
3413 Ease up the Clang and libstdc++ combination test to only fail if libstdc++ < 4.8.1 is actually used.
3414 This allows for libc++ to be used as well. The test is moved into SetupCompilerFlags.m4 and is done
3415 after the CXXFLAGS variable is properly set up, that is when all the C++ compiler options are determined.
3417 * Source/autotools/CheckSystemAndBasicDependencies.m4:
3418 * Source/autotools/SetupCompilerFlags.m4:
3420 2014-01-06 Martin Robinson <mrobinson@igalia.com>
3422 [CMake] [GTK] Fix the build for the WebKitGTK+ developer configuration
3423 https://bugs.webkit.org/show_bug.cgi?id=126505
3425 Reviewed by Gustavo Noronha Silva.
3427 * Source/cmake/FindGLIB.cmake: Add support for finding the gio-unix include directory location.
3428 * Source/cmake/FindGUdev.cmake: Added.
3429 * Source/cmake/FindGeoClue.cmake: Added.
3430 * Source/cmake/OptionsGTK.cmake: When gamepad is enabled look for gio-unix and GUdev. When
3431 geolocation is enabled look for GeoClue.
3433 2014-01-06 Zan Dobersek <zdobersek@igalia.com>
3435 [GTK] Use libc++ for C++11 on darwin
3436 https://bugs.webkit.org/show_bug.cgi?id=126325
3438 Reviewed by Martin Robinson.
3440 * Source/autotools/SetupCompilerFlags.m4: Don't default to libstdc++ when compiling with Clang.
3441 Instead, the compiler should determine itself what standard library to use, except on Darwin,
3442 where libc++ should be enforced. The standard library of user's choosing can still be enforced
3443 through the CXXFLAGS environment variable.
3445 2014-01-05 Martin Robinson <mrobinson@igalia.com>
3447 [GTK] [CMake] Ensure that the autotools build and the CMake install the same files
3448 https://bugs.webkit.org/show_bug.cgi?id=116379
3450 Reviewed by Gustavo Noronha Silva.
3452 * Source/PlatformGTK.cmake: Install the documentation.
3453 * Source/cmake/OptionsCommon.cmake: Add a LIBEXEC variable for WebKit2 executables, and
3454 don't use the default locations on GTK+. We will get them from the CMake-provided GNU installation
3456 * Source/cmake/OptionsGTK.cmake: Setup the installation variables using the ones provided
3457 by CMake's GNU installation directory support. Fix the definition of DATADIR. Always install
3460 2014-01-05 Carlos Garcia Campos <cgarcia@igalia.com>
3462 [GTK] Stop installing WebKit2 C API headers
3463 https://bugs.webkit.org/show_bug.cgi?id=126489
3465 Reviewed by Martin Robinson.
3469 2014-01-04 Martin Robinson <mrobinson@igalia.com>
3471 [GTK] [CMake] Improve the way we locate gobject-introspection
3472 https://bugs.webkit.org/show_bug.cgi?id=126452
3474 Reviewed by Philippe Normand.
3476 * Source/cmake/FindGObjectIntrospection.cmake: Added.
3477 * Source/cmake/OptionsGTK.cmake: Load the new FindGObjectIntrospection file.
3479 2014-01-04 Martin Robinson <mrobinson@igalia.com>
3481 [GTK] [CMake] Fix the video and audio build
3482 https://bugs.webkit.org/show_bug.cgi?id=126464
3484 Reviewed by Philippe Normand.
3486 * Source/cmake/OptionsGTK.cmake: GStreamer files look for USE(GSTREAMER) and USE(WEBAUDIO_GSTREAMER),
3487 so define those when appropriate. Web audio is one by default in autotools, so turn it on for cmake
3490 2014-01-03 Martin Robinson <mrobinson@igalia.com>
3492 [CMake] The forwarding headers generated by WebKitMacros.m4 are incompatible with the headers generated by generate-forwarding-headers.pl
3493 https://bugs.webkit.org/show_bug.cgi?id=126361
3495 Reviewed by Philippe Normand.
3497 Make the forwarding headers generated by WebKitMacros.m4 compatible with the headers
3498 generated by the WebKit2 forwarding headers generation script.
3500 * Source/cmake/WebKitMacros.cmake: Try to convert absolute paths in the forwarding headers
3501 to ones that are relative to the Source directory.
3503 2014-01-02 Carlos Garcia Campos <cgarcia@igalia.com>
3505 REGRESSION(r160304): [GTK] Disable libtool fast install
3506 https://bugs.webkit.org/show_bug.cgi?id=126381
3508 Reviewed by Martin Robinson.
3510 After r160304 we are building some of our binaries that are
3511 installed with the -no-fast-install ld flag. This makes that the
3512 binaries are installed with the source code path hardcoded in
3513 binary RPATH. Disabling fast install globally, the libtool script
3514 always relinks the binaries right before being installed.
3516 * Source/autotools/SetupLibtool.m4: Add AC_DISABLE_FAST_INSTALL.
3518 2014-01-02 Jaehun Lim <ljaehun.lim@samsung.com>
3520 [CMake][EFL] Fix some typos in OptionsEfl.cmake
3521 https://bugs.webkit.org/show_bug.cgi?id=126376
3523 Reviewed by Gyuyoung Kim.
3525 * Source/cmake/WebKitFeatures.cmake: Correct a wrong word and remove comma(,).
3527 2013-12-30 Martin Robinson <mrobinson@igalia.com>
3529 [CMake] [GTK] Add support for GObject introspection
3530 https://bugs.webkit.org/show_bug.cgi?id=126162
3532 Reviewed by Daniel Bates.
3534 * Source/PlatformGTK.cmake: Add a 'gir' target that builds all GIR files.
3535 * Source/cmake/OptionsGTK.cmake: Add a macro for propagating typelib
3536 targets to the Source level of the build.
3538 2013-12-29 Martin Robinson <mrobinson@igalia.com>
3540 [GTK][CMake] Translations must be built
3541 https://bugs.webkit.org/show_bug.cgi?id=125513
3543 Reviewed by Gustavo Noronha Silva.
3545 * Source/PlatformGTK.cmake: Add the po subdirectory.
3547 2013-12-28 Giovanni Campagna <gcampagna@src.gnome.org>
3549 [GTK] Fix release builds with NetworkProcess enabled
3550 https://bugs.webkit.org/show_bug.cgi?id=126247
3552 Reviewed by Carlos Garcia Campos.
3554 * Source/autotools/symbols.filter:
3556 2013-12-26 Martin Robinson <mrobinson@igalia.com>
3558 [GTK] [CMake] Add a production build type
3559 https://bugs.webkit.org/show_bug.cgi?id=126179
3561 Reviewed by Daniel Bates.
3563 * Source/PlatformGTK.cmake: When the API tests are enabled compile the WebKit GObject
3564 API unit tests. The inclusion of these build files was inadvertently removed in an earlier
3566 * Source/cmake/OptionsGTK.cmake: When in production mode turn off all tools and tests and
3567 use the autotools linker script.
3569 2013-12-25 Martin Robinson <mrobinson@igalia.com>
3571 [GTK] [CMake] Properly name the JavaScriptCore library
3572 https://bugs.webkit.org/show_bug.cgi?id=126220
3574 Reviewed by Gustavo Noronha Silva.
3576 * Source/cmake/OptionsGTK.cmake: Set the JSC library name properly.
3578 2013-12-25 Martin Robinson <mrobinson@igalia.com>
3580 [GTK] [CMake] Clean up generated sources directories
3581 https://bugs.webkit.org/show_bug.cgi?id=126216
3583 Reviewed by Gustavo Noronha Silva.
3585 * Source/cmake/OptionsGTK.cmake: Pre-define the main derived sources directories
3586 so that they definitions can be shared easily throughout the build system.
3588 2013-12-23 Jinwoo Song <jinwoo7.song@samsung.com>
3590 [EFL][CMAKE] Case insensitive string comparison of build type
3591 https://bugs.webkit.org/show_bug.cgi?id=126153
3593 Reviewed by Daniel Bates.
3595 Compare CMAKE_BUILD_TYPE with "debug" ignoring case.
3597 * Source/cmake/OptionsEfl.cmake:
3599 2013-12-23 Gustavo Noronha Silva <gns@gnome.org>
3601 [GTK] [CMake] Add support for generating gtkdoc
3602 https://bugs.webkit.org/show_bug.cgi?id=116376
3604 Reviewed by Martin Robinson.
3606 * Source/PlatformGTK.cmake: Added. New custom target that depends on a custom command
3607 which calls our generate-gtkdoc script. It uses a docs-build.stamp for simplicity,
3608 like the autotools build.
3610 2013-12-23 Martin Robinson <mrobinson@igalia.com>
3612 [GTK] [CMake] Build the WebKit2 GObject API tests
3613 https://bugs.webkit.org/show_bug.cgi?id=125683
3615 Reviewed by Daniel Bates.
3617 * Source/PlatformGTK.cmake: Load the WebKit2 tests file if necessary.
3618 * Source/cmake/FindATSPI.cmake: Added.
3619 * Source/cmake/OptionsGTK.cmake: Look for AT-SPI, but don't fail if it isn't found.
3621 2013-12-23 Martin Robinson <mrobinson@igalia.com>
3623 [GTK] [CMake] Build the WebKit1 GObject API tests
3624 https://bugs.webkit.org/show_bug.cgi?id=125684
3626 Reviewed by Daniel Bates.
3628 * Source/PlatformGTK.cmake: Added.
3630 2013-12-22 Martin Robinson <mrobinson@igalia.com>
3632 https://bugs.webkit.org/show_bug.cgi?id=125511
3634 [GTK][CMake] libtool-compatible soversion calculation
3635 Reviewed by Gustavo Noronha Silva.
3637 * Source/cmake/OptionsGTK.cmake: Specify the appropriate libtool triples and use
3638 the CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE macro to specify the library-specific
3639 version information.
3640 * Source/cmake/WebKitHelpers.cmake: Add some helpful macros.
3642 2013-12-23 Gustavo Noronha Silva <gns@gnome.org>
3644 [GTK] [CMake] Generate pkg-config files
3645 https://bugs.webkit.org/show_bug.cgi?id=125685
3647 Reviewed by Martin Robinson.
3649 * Source/cmake/OptionsGTK.cmake: set variables used for filling in the values in the
3652 2013-12-23 Carlos Garcia Campos <cgarcia@igalia.com>
3654 [GTK] Build with network process unconditionally
3655 https://bugs.webkit.org/show_bug.cgi?id=126128
3657 Reviewed by Martin Robinson.
3659 * Source/autotools/SetupAutomake.m4: Remove network process
3660 conditional for Makefiles.
3661 * Source/autotools/SetupWebKitFeatures.m4: Remove network process
3664 2013-12-18 Gustavo Noronha Silva <gns@gnome.org>
3666 [GTK][CMake] make libjavascriptcoregtk a public shared library again
3667 https://bugs.webkit.org/show_bug.cgi?id=125512
3669 Reviewed by Martin Robinson.
3671 * CMakeLists.txt: make JavaScriptCore always be a shared library for the GTK+ port.
3672 * Source/cmake/WebKitHelpers.cmake: make -fvisibility=hidden not be applied for GTK+,
3673 visibility of some symbols is required for threading to be initialized properly by
3674 WebKit2 processes, and we will rely on a linker script that will be added later on,
3675 for production builds.
3677 2013-12-16 Martin Robinson <mrobinson@igalia.com>
3679 [GTK] [CMake] Add support for building WebKit1
3680 https://bugs.webkit.org/show_bug.cgi?id=116377
3682 Reviewed by Gustavo Noronha Silva.
3684 * Source/cmake/OptionsGTK.cmake: Turn off some features that do not build properly
3685 for WebKit1 and stop using the version script which we haven't implemented yet. Turn
3688 2013-12-18 Gustavo Noronha Silva <gns@gnome.org>
3690 [GTK][CMake] Use thin archives if building on Linux, only way to get non-shared-core debug builds
3691 https://bugs.webkit.org/show_bug.cgi?id=125951
3693 Reviewed by Martin Robinson.
3695 * Source/cmake/OptionsGTK.cmake: append T for thin archives to the flags passed to ar,
3696 also use u, which is used in the autotools build (it avoids adding a file twice).
3698 2013-12-18 Gustavo Noronha Silva <gns@gnome.org>
3700 [GTK][CMake] Remove binary size optimizations we do not use in the autotools build
3701 https://bugs.webkit.org/show_bug.cgi?id=125947
3703 Reviewed by Martin Robinson.
3705 * Source/cmake/OptionsGTK.cmake: remove the relevant flags.
3707 2013-12-18 Carlos Garcia Campos <cgarcia@igalia.com>
3709 Unreviewed. Update NEWS and Versions.m4 for 2.3.3 release.
3711 * Source/autotools/Versions.m4: Bump version numbers.
3713 2013-12-12 Martin Robinson <mrobinson@igalia.com>
3715 [GTK] [CMake] Build the plugin process against GTK+ 2
3716 https://bugs.webkit.org/show_bug.cgi?id=116374
3718 Reviewed by Gustavo Noronha Silva.
3720 * Source/cmake/FindGDK2.cmake: Added.
3721 * Source/cmake/FindGTK2.cmake: Added.
3722 * Source/cmake/OptionsGTK.cmake: Look for GTK2 and GDK2.
3723 * Source/cmake/WebKitMacros.cmake: Abstract WebKit2 IPC generation here so it
3724 can be shared between the WebKit2 library and the plugin process.
3726 2013-12-17 Simon Pena <simon.pena@samsung.com>
3728 [NIX] Enable full debug builds by having ar creating thin archives
3729 https://bugs.webkit.org/show_bug.cgi?id=125850
3731 Reviewed by Csaba Osztrogonác.
3733 By default, CMake uses ar to generate libWebCore.a with cr parameters
3734 (do not warn if the library has to be created, and replace existing
3735 files in the archive). That results in a very large file, and ar fails
3736 with sizes over 4GB.
3738 Previously, debug builds on NIX were overriding CFLAGS in order to reduce
3739 the size of the WebCore library. Once that ar creates thin archives, overriding
3740 CFLAGS is no longer needed.
3742 * Source/cmake/OptionsNix.cmake: Remove CFLAGS override for debug builds.
3744 2013-12-13 Joseph Pecoraro <pecoraro@apple.com>
3746 [GTK] Remove Warnings in building about duplicate INSPECTOR variables
3747 https://bugs.webkit.org/show_bug.cgi?id=125710
3749 Reviewed by Tim Horton.
3753 2013-12-13 Joseph Pecoraro <pecoraro@apple.com>
3755 Web Inspector: Add Inspector Code Generation to JavaScriptCore for Runtime Domain
3756 https://bugs.webkit.org/show_bug.cgi?id=125595
3758 Reviewed by Timothy Hatcher.
3762 2013-12-13 Zan Dobersek <zdobersek@igalia.com>
3764 [GTK] Remove the -Wno-c++11-extensions compiler option for Clang builds
3765 https://bugs.webkit.org/show_bug.cgi?id=125639
3767 Reviewed by Anders Carlsson.
3769 * Source/autotools/SetupCompilerFlags.m4: The -Wno-c++11-extensions compiler option was in use
3770 when building with Clang. It is now removed as the C++11 standard is enabled throughout the project.
3772 2013-12-11 Martin Robinson <mrobinson@igalia.com> and Danilo Cesar Lemes de Paula <danilo.cesar@collabora.co.uk>
3774 Adding a .ycm_extra_conf file for webkitGtk
3775 https://bugs.webkit.org/show_bug.cgi?id=119618
3777 Reviewed by Gustavo Noronha Silva.
3779 Added a YouCompleteMe flag discovery script for Vim and the GTK+ port. The script
3780 read the GTK+ build files to determine dynamically what flags to compile a source
3781 file with. This allows Vim to provide auto-complete for C++/C language. See
3782 https://github.com/Valloric/YouCompleteMe for how to use this file.
3784 * .gitignore: Ignore the YCM symlinks in the tree.
3786 2013-12-12 Zan Dobersek <zdobersek@igalia.com>
3788 Use of ar T option not supported by older binutils
3789 https://bugs.webkit.org/show_bug.cgi?id=118732
3791 Reviewed by Gustavo Noronha Silva.
3793 * Source/autotools/SetupLibtool.m4: Make the AR_FLAGS value usable inside makefiles as an Automake variable.
3795 2013-12-11 Javier Fernandez <jfernandez@igalia.com>
3797 Arithmetic overflow when computing max-height CSS property with subpixel layout
3798 https://bugs.webkit.org/show_bug.cgi?id=119273
3800 Reviewed by Martin Robinson.
3802 Enabled SATURATED_LAYOUT_ARITHMETIC for the gtk+ port.
3804 * Source/autotools/SetupWebKitFeatures.m4:
3806 2013-12-10 Tamas Gergely <tgergely.u-szeged@partner.samsung.com>
3808 [CMAKE] Remove code that disables C++0x compat warnings for gcc-4.6 and above.
3809 https://bugs.webkit.org/show_bug.cgi?id=125492
3811 Reviewed by Zoltan Herczeg.
3813 Remove the code that disables these warnings for GCC >= 4.6.0
3815 * Source/cmake/WebKitHelpers.cmake:
3817 2013-12-10 Martin Robinson <mrobinson@igalia.com>
3819 Various fixes for the CMake GTK+ build
3821 Reviewed by Gustavo Noronha.
3823 * Source/cmake/OptionsGTK.cmake: Disable Quota support to maintain consistency with
3826 2013-12-09 Brian Holt <brian.holt@samsung.com>
3828 [WK2][Gtk] Add support for ENABLE_NETWORK_PROCESS to the build system
3829 https://bugs.webkit.org/show_bug.cgi?id=118231
3831 Reviewed by Martin Robinson.
3833 Original patch by Kwang Yul Seo <skyul@company100.net>.
3835 Disabled ENABLE_NETWORK_PROCESS by default.
3837 * Source/autotools/SetupAutomake.m4:
3838 * Source/autotools/SetupWebKitFeatures.m4:
3840 2013-12-06 Alberto Garcia <berto@igalia.com>
3842 [GTK] Enable web audio by default
3843 https://bugs.webkit.org/show_bug.cgi?id=124888
3845 Reviewed by Martin Robinson.
3847 When building with ./configure, enable_web_audio defaults to
3848 "no". However the basic functionality ha