1 2014-12-16 Carlos Garcia Campos <cgarcia@igalia.com>
3 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.3 release.
5 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
7 2014-12-10 Jon Honeycutt <jhoneycutt@apple.com>
9 Null dereference performing a "TapAndAHalf" gesture in Google search field
11 <https://bugs.webkit.org/show_bug.cgi?id=139506>
12 <rdar://problem/19028828>
14 Reviewed by Darin Adler.
16 * ManualTests/ios/tap-and-a-half-gesture-in-empty-text-field.html: Added.
18 2014-12-10 Dean Jackson <dino@apple.com>
20 Blur filter performance test doesn't provide results
21 https://bugs.webkit.org/show_bug.cgi?id=139462
23 Reviewed by Sam Weinig.
25 This can't currently work under our performance test
26 infrastructure. Move it to a manual test to avoid
27 putting FAILures into the results.
29 * ManualTests/blur-filter-timing.html: Renamed from PerformanceTests/Interactive/blur-filter-timing.html.
31 2014-12-09 Gustavo Noronha Silva <gustavo.noronha@collabora.com>
33 [GTK][WK2] Add HTML5 Notifications support
34 https://bugs.webkit.org/show_bug.cgi?id=61140
36 Reviewed by Carlos Garcia Campos.
38 * Source/cmake/FindLibNotify.cmake: Added.
39 * Source/cmake/OptionsGTK.cmake: add option to enable notifications, look for
40 libnotify and use it for a default implementation when found.
42 2014-12-09 Bem Jones-Bey <bjonesbe@adobe.com>
44 REGRESSION(r155906): Page content disappears on Tuaw article after loading
45 https://bugs.webkit.org/show_bug.cgi?id=138100
47 Reviewed by Simon Fraser.
49 DRT causes an extra paint which makes it impossible to test this with
52 * ManualTests/float-layer-not-painting.html: Added.
54 2014-12-07 Alberto Garcia <berto@igalia.com>
56 [GTK] WebKit has a new required dependency on GnuTLS
57 https://bugs.webkit.org/show_bug.cgi?id=136158
59 Reviewed by Martin Robinson.
61 Detect if GnuTLS is installed and enable or disable subtle crypto
64 * Source/cmake/OptionsGTK.cmake:
66 2014-12-07 Carlos Garcia Campos <cgarcia@igalia.com>
68 [GTK] Missing API detected in GObject DOM bindings after r176630
69 https://bugs.webkit.org/show_bug.cgi?id=139201
71 Reviewed by Gustavo Noronha Silva.
73 Change GENERATE_BINDINGS macro to receive a list of optional
74 additional dependencies, so that we can add more dependecies
75 without having to change the macro.
77 * Source/cmake/WebKitMacros.cmake:
79 2014-12-05 Simon Fraser <simon.fraser@apple.com>
81 Programmatic scrolling and content changes are not always synchronized
82 https://bugs.webkit.org/show_bug.cgi?id=139245
83 rdar://problem/18833612
85 Reviewed by Anders Carlsson.
87 Manual test that tries to sync layout with programmatic scrolling.
89 * ManualTests/programmatic-scroll-flicker.html: Added.
91 2014-12-04 Alberto Garcia <berto@igalia.com>
93 can not find cairo-gl.h when build webkit with gtk on ubuntu 14.04
94 https://bugs.webkit.org/show_bug.cgi?id=136576
96 Reviewed by Carlos Garcia Campos.
98 CMake should complain if Accelerated 2D Canvas is explicitly
99 enabled but cairo-gl is not found.
101 * Source/cmake/OptionsGTK.cmake:
103 2014-12-03 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
105 [EFL] Add subtle crypto to the build system
106 https://bugs.webkit.org/show_bug.cgi?id=138612
108 Reviewed by Csaba Osztrogonác.
110 * Source/cmake/OptionsEfl.cmake:
112 2014-12-01 Gyuyoung Kim <gyuyoung.kim@samsung.com>
114 [EFL] Add a ENABLE_CSS_SCROLL_SNAP macro to CMake build system
115 https://bugs.webkit.org/show_bug.cgi?id=139085
117 Reviewed by Andreas Kling.
119 * Source/cmake/OptionsEfl.cmake: Add ENABLE_CSS_SCROLL_SNAP.
120 * Source/cmake/WebKitFeatures.cmake: ditto.
121 * Source/cmakeconfig.h.cmake: ditto.
123 2014-11-30 Ryuan Choi <ryuan.choi@navercorp.com>
125 [EFL] Drop support for the EFL 1.7
126 https://bugs.webkit.org/show_bug.cgi?id=139114
128 Reviewed by Gyuyoung Kim.
130 * Source/cmake/EFLHelpers.cmake: Removed.
131 * Source/cmake/FindEcore.cmake: Removed.
132 * Source/cmake/FindEdje.cmake: Removed.
133 * Source/cmake/FindEet.cmake: Removed.
134 * Source/cmake/FindEeze.cmake: Removed.
135 * Source/cmake/FindEfreet.cmake: Removed.
136 * Source/cmake/FindEina.cmake: Removed.
137 * Source/cmake/FindElementary.cmake: Removed.
138 * Source/cmake/FindEvas.cmake: Removed.
139 * Source/cmake/OptionsEfl.cmake:
141 2014-11-28 Philippe Normand <pnormand@igalia.com>
143 [CMake] Build failure against GStreamer git master
144 https://bugs.webkit.org/show_bug.cgi?id=138872
146 Reviewed by Csaba Osztrogon.
148 * Source/cmake/FindGStreamer.cmake: Simplified the
149 FIND_GSTREAMER_COMPONENT macro. Trust pkg-config for include
150 headers lookup, there's no need to do this manually. Also
151 explicitely check the version specified in GStreamer_FIND_VERSION.
153 2014-11-27 Ryuan Choi <ryuan.choi@navercorp.com>
155 [EFL] Remove E_Dbus dependency
156 https://bugs.webkit.org/show_bug.cgi?id=136355
158 Reviewed by Gyuyoung Kim.
160 * Source/cmake/FindE_DBus.cmake: Removed.
161 * Source/cmake/OptionsEfl.cmake:
163 2014-11-24 Carlos Garcia Campos <cgarcia@igalia.com>
165 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.1 release.
167 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
169 2014-11-20 Csaba Osztrogonác <ossy@webkit.org>
171 [CMake] Use ld.gold if it is available to speedup builds
172 https://bugs.webkit.org/show_bug.cgi?id=137953
174 Reviewed by Carlos Garcia Campos.
176 * Source/cmake/OptionsCommon.cmake:
178 2014-11-19 Akos Kiss <akiss@inf.u-szeged.hu>
180 Fix the detection of toolchain support for Cortex-A53 erratum 835769 workaround
181 https://bugs.webkit.org/show_bug.cgi?id=138840
183 Reviewed by Csaba Osztrogonác.
185 * Source/cmake/OptionsCommon.cmake:
187 2014-11-13 Csaba Osztrogonác <ossy@webkit.org>
189 Remove Source/Platform cruft
190 https://bugs.webkit.org/show_bug.cgi?id=138658
192 Reviewed by Anders Carlsson.
195 * Source/Platform: Removed.
197 2014-11-10 Akos Kiss <akiss@inf.u-szeged.hu>
199 Enable Cortex-A53-specific code paths by default if core is detected.
200 https://bugs.webkit.org/show_bug.cgi?id=138499
202 Reviewed by Csaba Osztrogonác.
204 On ARM64/Linux, check /proc/cpuinfo for CPU part 0xd03 (signaling
205 Cortex-A53) and set the initial value of WTF_CPU_ARM64_CORTEXA53 to true
208 Since on ARM64/Linux the part number that cpuinfo reports depends on
209 the core the query is run on, the check is bound to and executed on the
210 available cores one by one.
212 * Source/cmake/OptionsCommon.cmake:
214 2014-11-10 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
216 [EFL] Remove unnecessary version check from OptionsEfl.cmake
217 https://bugs.webkit.org/show_bug.cgi?id=138498
219 Reviewed by Csaba Osztrogonác.
221 * Source/cmake/OptionsEfl.cmake:
223 2014-11-07 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
225 [EFL] Require at least EFL 1.9 if ENABLE(ACCESSIBILITY) after r175098
226 https://bugs.webkit.org/show_bug.cgi?id=138465
228 Reviewed by Gyuyoung Kim.
230 * Source/cmake/OptionsEfl.cmake:
232 2014-11-03 Dean Jackson <dino@apple.com>
234 Add ENABLE_FILTERS_LEVEL_2 feature guard.
235 https://bugs.webkit.org/show_bug.cgi?id=138362
237 Reviewed by Tim Horton.
239 Add a new feature define for Level 2 of CSS Filters.
240 http://dev.w3.org/fxtf/filters-2/
242 * Source/cmake/OptionsEfl.cmake:
243 * Source/cmake/OptionsGTK.cmake:
244 * Source/cmake/OptionsMac.cmake:
245 * Source/cmake/WebKitFeatures.cmake:
246 * Source/cmakeconfig.h.cmake:
248 2014-11-03 Akos Kiss <akiss@inf.u-szeged.hu>
250 Workaround for Cortex-A53 erratum 835769
251 https://bugs.webkit.org/show_bug.cgi?id=138315
253 Reviewed by Filip Pizlo.
255 This patch introduces CMake variable and preprocessor macro
256 WTF_CPU_ARM64_CORTEXA53 with the aim of enabling Cortex-A53-specific
257 code paths, if set true.
259 * Source/cmake/OptionsCommon.cmake:
260 Add -mfix-cortex-a53-835769 to the compiler flags if compiler supports
262 * Source/cmakeconfig.h.cmake:
263 #cmakedefine01 for WTF_CPU_ARM64_CORTEXA53
265 2014-11-02 Akos Kiss <akiss@inf.u-szeged.hu>
267 [GTK] Fix the build of FTL JIT
268 https://bugs.webkit.org/show_bug.cgi?id=138298
270 Reviewed by Carlos Garcia Campos.
272 * Source/cmake/OptionsGTK.cmake:
273 Remove the need for the LIBCXXABI package.
275 2014-11-01 Carlos Garcia Campos <cgarcia@igalia.com>
277 REGRESSION(CMake): Make it possible to build without introspection
278 https://bugs.webkit.org/show_bug.cgi?id=138006
280 Reviewed by Philippe Normand.
282 Add ENABLE_INTROSPECTION option.
284 * Source/PlatformGTK.cmake: Dot not add gir global target if
285 introspection is disabled.
286 * Source/cmake/OptionsGTK.cmake: Do not add gir individual targets if
287 introspection is disabled.
289 2014-10-31 Adrian Perez de Castro <aperez@igalia.com>
291 [GTK] Support script message handlers WebKitUserContentManager
292 https://bugs.webkit.org/show_bug.cgi?id=133730
294 Reviewed by Carlos Garcia Campos.
296 Support user script message handlers in WebKitUserContentManager.
297 This needs building with ENABLE_USER_MESSAGE_HANDLERS, for which
298 an option is added to the CMake build files. The option is disabled
299 globally by default, and the WebKitGTK port enables it. On the API
300 level, two new methods to register and unregister names are provided
301 in the "window.webkit" namespace, and on message reception the
302 "WebKitUserContentManager::script-message-received" signal is
303 emitted, using the registered names as signal detail.
305 * Source/cmake/OptionsGTK.cmake: For the GTK port, enable the
306 ENABLE_USER_MESSAGE_HANDLERS feature by default.
307 * Source/cmake/WebKitFeatures.cmake: Add feature description for
308 ENABLE_USER_MESSAGE_HANDLERS, disabled by default.
310 2014-10-29 Raphael Kubo da Costa <rakuco@FreeBSD.org>
312 [GTK] Bump libsoup's minimum version to 2.42.0.
313 https://bugs.webkit.org/show_bug.cgi?id=138086
315 Reviewed by Martin Robinson.
317 The SOUP_CHECK_VERSION macro was added in libsoup 2.41.1, and the
318 soup-version.h header was added to soup.h in 2.41.4, which then becomes
319 the minimum version required to build the port these days.
321 In addition, since the autotools build system required 2.42.0 before
322 being retired, require the same version here. Version 2.42.0 was also
324 https://lists.webkit.org/pipermail/webkit-gtk/2013-March/001387.html.
326 * Source/cmake/OptionsGTK.cmake:
328 2014-10-28 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
330 [EFL] Remove unnecessary defines from OptionsEfl.cmake
331 https://bugs.webkit.org/show_bug.cgi?id=138132
333 Reviewed by Csaba Osztrogonác.
335 * Source/cmake/OptionsEfl.cmake:
337 2014-10-28 Carlos Garcia Campos <cgarcia@igalia.com>
339 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.1 release.
341 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
343 2014-10-21 Ryuan Choi <ryuan.choi@gmail.com>
345 [EFL] Remove unnecessary ENABLE_3D_RENDERING definition from OptionsEfl.cmake
346 https://bugs.webkit.org/show_bug.cgi?id=137946
348 Reviewed by Gyuyoung Kim.
350 ENABLE_3D_RENDERING is already enabled as WEBKIT_OPTION_DEFAULT_PORT_VALUE since r135813.
352 * Source/cmake/OptionsEfl.cmake:
354 2014-10-21 Dániel Bátyai <dbatyai.u-szeged@partner.samsung.com>
356 Fix FTL Native Inlining for EFL
357 https://bugs.webkit.org/show_bug.cgi?id=137774
359 Reviewed by Michael Saboff.
361 Updated CMake for FTL Native Inlining.
364 * Source/cmake/FindClang.cmake: Added.
365 * Source/cmake/OptionsEfl.cmake:
366 * Source/cmakeconfig.h.cmake:
368 2014-10-20 Joseph Pecoraro <pecoraro@apple.com>
370 Web Inspector: Generate all Inspector domains together in JavaScriptCore
371 https://bugs.webkit.org/show_bug.cgi?id=137748
373 Reviewed by Brian Burg.
375 * Source/PlatformEfl.cmake:
377 2014-10-20 Carlos Garcia Campos <cgarcia@igalia.com>
379 [GTK] Add initial gestures support
380 https://bugs.webkit.org/show_bug.cgi?id=137812
382 Reviewed by Sergio Villar Senin.
384 Check if the GTK+ version supports gestures or not.
386 * Source/cmake/FindGTK3.cmake:
387 * Source/cmake/OptionsGTK.cmake:
389 2014-10-16 Carlos Garcia Campos <cgarcia@igalia.com>
391 REGRESSION(CMake): [GTK] WebKitSettings:enable-smooth-scrolling does nothing
392 https://bugs.webkit.org/show_bug.cgi?id=137781
394 Reviewed by Martin Robinson.
396 We used to enable smooth scrolling unconditionally in autotools
397 (via WebKitFeatures.m4), but since the switch to CMake it's
398 unconditionally disabled, so changing the setting doesn't have any
401 * Source/cmake/OptionsGTK.cmake: Enable smooth scrolling.
403 2014-10-16 Pascal Jacquemart <p.jacquemart@samsung.com>
405 Removing CUSTOM_PROTOCOLS guard
406 https://bugs.webkit.org/show_bug.cgi?id=137741
408 Reviewed by Benjamin Poulain.
410 * Source/cmake/OptionsEfl.cmake:
412 2014-10-11 KwangHyuk Kim <hyuki.kim@samsung.com>
414 [EFL] Enable WebP support.
415 https://bugs.webkit.org/show_bug.cgi?id=136156
417 Reviewed by Gyuyoung Kim.
419 Add WebP package finding rule.
421 * Source/cmake/OptionsEfl.cmake:
423 2014-10-07 Pascal Jacquemart <p.jacquemart@samsung.com>
425 [EFL] Enable custom URI schemes with CustomProtocols
426 https://bugs.webkit.org/show_bug.cgi?id=128177
428 Reviewed by Gyuyoung Kim.
430 Fixing ewk_context_url_scheme_register() ewebkit2 API
431 rely on r162449 - CustomProtocols implementation from Carlos Garcia Campos
433 * Source/cmake/OptionsEfl.cmake: Forcing CUSTOM_PROTOCOLS flag
435 2014-10-01 Michael Catanzaro <mcatanzaro@igalia.com>
437 Bump version to 2.7.0
438 https://bugs.webkit.org/show_bug.cgi?id=137301
440 Rubber-stamped by Carlos Garcia Campos.
442 * Source/cmake/OptionsGTK.cmake: Bump version numbers
444 2014-09-30 Gyuyoung Kim <gyuyoung.kim@samsung.com>
446 [EFL] Rename TEST_THEME_DIR macro
447 https://bugs.webkit.org/show_bug.cgi?id=137244
449 Reviewed by Csaba Osztrogonác.
451 * Source/cmake/OptionsEfl.cmake: Rename TEST_THEME_DIR to DEFAULT_THEME_DIR.
453 2014-09-27 Dan Bernstein <mitz@apple.com>
455 WebKit top of tree sources won't build in 10.9 w/ Xcode 6.0.1
456 https://bugs.webkit.org/show_bug.cgi?id=137053
458 Reviewed by Mark Rowe.
460 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
461 In the build pre-action, pass the --wksi and --llvm options to
462 copy-webkitlibraries-to-product-directory.
463 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme: Ditto.
465 2014-09-26 Carlos Garcia Campos <cgarcia@igalia.com>
467 [GTK] Enable CSS_IMAGE_SET in production builds
468 https://bugs.webkit.org/show_bug.cgi?id=137142
470 Reviewed by Alejandro G. Castro.
472 This is required by the inspector to show some of the icons that
475 * Source/cmake/OptionsGTK.cmake:
477 2014-09-25 Carlos Garcia Campos <cgarcia@igalia.com>
479 [Gtk] build.sh needs a -- before make options when the build command is cmake --build
480 https://bugs.webkit.org/show_bug.cgi?id=136377
482 Reviewed by Philippe Normand.
484 * Source/cmake/OptionsGTK.cmake: Only create the build.sh script
485 for CMake versions less than 3.
487 2014-09-25 Csaba Osztrogonác <ossy@webkit.org>
489 Remove WinCE port from trunk
490 https://bugs.webkit.org/show_bug.cgi?id=136951
492 Reviewed by Alex Christensen.
494 * Source/cmake/OptionsWinCE.cmake: Removed.
495 * Source/cmake/WebKitPackaging.cmake:
497 2014-09-17 Renato Nagy <rnagy@inf.u-szeged.hu>
499 [EFL][GTK] Remove WebKit1 related codes
500 https://bugs.webkit.org/show_bug.cgi?id=136853
502 Reviewed by Csaba Osztrogonác.
504 Gtk and EFL WebKit1 ports no longer exist. Webkit1 related codes were deleted
507 * Source/PlatformGTK.cmake:
509 2014-09-16 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
512 https://bugs.webkit.org/show_bug.cgi?id=136820
514 Reviewed by Csaba Osztrogonác.
516 * Source/cmake/FindICU.cmake:
518 2014-09-15 Zan Dobersek <zdobersek@igalia.com>
520 [CMake] Remove FIND_PACKAGE_HANDLE_STANDARD_ARGS call for WAYLAND_EGL in FindWayland.cmake
521 https://bugs.webkit.org/show_bug.cgi?id=136814
523 Reviewed by Philippe Normand.
525 * Source/cmake/FindWayland.cmake: This line was committed by mistake.
526 We bundle the wayland-egl dependency with wayland-client and wayland-server
527 and store the resulting variables with the WAYLAND_ prefix. Because of this
528 this line wasn't exporting anything useful.
530 2014-09-12 Csaba Osztrogonác <ossy@webkit.org>
534 * Source/cmake/WebKitMacros.cmake:
536 2014-09-11 László Langó <llango.u-szeged@partner.samsung.com>
538 [JavaScriptCore] Fix FTL on platform EFL.
539 https://bugs.webkit.org/show_bug.cgi?id=133571
541 Reviewed by Filip Pizlo.
545 * Source/cmake/FindLIBCXXABI.cmake: Removed.
546 * Source/cmake/OptionsEfl.cmake:
548 2014-09-08 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
551 https://bugs.webkit.org/show_bug.cgi?id=136571
553 Reviewed by Darin Adler.
555 * Source/cmake/OptionsEfl.cmake:
556 * Source/cmake/OptionsGTK.cmake:
557 * Source/cmake/OptionsMac.cmake:
558 * Source/cmake/WebKitFeatures.cmake:
559 * Source/cmakeconfig.h.cmake:
561 2014-09-04 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
563 Remove CSS_FILTERS flag
564 https://bugs.webkit.org/show_bug.cgi?id=136529
566 Reviewed by Dirk Schulze.
568 * Source/cmake/OptionsEfl.cmake:
569 * Source/cmake/OptionsGTK.cmake:
570 * Source/cmake/OptionsMac.cmake:
571 * Source/cmake/WebKitFeatures.cmake:
572 * Source/cmakeconfig.h.cmake:
574 2014-09-01 Gyuyoung Kim <gyuyoung.kim@samsung.com>
576 [CMAKE] Build warning by INTERFACE_LINK_LIBRARIES
577 https://bugs.webkit.org/show_bug.cgi?id=136194
579 Reviewed by Csaba Osztrogonác.
581 Set the LINK_INTERFACE_LIBRARIES target property on the top level CMakeLists.txt.
585 2014-08-29 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
587 [EFL] Remove non Coordinated Graphics code path from cmake build system after r142169
588 https://bugs.webkit.org/show_bug.cgi?id=135560
590 Reviewed by Gyuyoung Kim.
592 * Source/cmake/OptionsEfl.cmake: Removed TILED_BACKING_STORE guard.
594 2014-08-28 Brian J. Burg <burg@cs.washington.edu>
596 WebInspectorUI.framework is not built for the "All Source" Xcode scheme
597 https://bugs.webkit.org/show_bug.cgi?id=136343
599 Reviewed by David Kilzer.
601 The "build" and "run" actions in Xcode should copy over the latest Inspector resources.
603 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
604 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
606 2014-08-27 Krzysztof Czech <k.czech@samsung.com>
608 [EFL] Share fast/speechsynthesis/ with other ports
609 https://bugs.webkit.org/show_bug.cgi?id=136224
611 Reviewed by Chris Fleizach.
613 Enable WebSpeech for EFL.
615 * Source/cmake/OptionsEfl.cmake:
617 2014-08-26 Krzysztof Czech <k.czech@samsung.com>
619 [EFL] Utilize espeak as a synthesizer back-end for WebSpeech
620 https://bugs.webkit.org/show_bug.cgi?id=136127
622 Reviewed by Gyuyoung Kim.
624 Add build support for espeak.
626 * Source/cmake/FindEspeak.cmake: Added.
627 * Source/cmake/OptionsEfl.cmake: Add Espeak dependency.
629 2014-08-26 Ryuan Choi <ryuan.choi@samsung.com>
631 [EFL] Build break using clang
632 https://bugs.webkit.org/show_bug.cgi?id=136245
634 Reviewed by Gyuyoung Kim.
636 * Source/cmake/OptionsEfl.cmake:
637 Disable ENABLE_WERROR when compiler is Clang as workaround because there are too many warnings.
638 Some warnings are from system libraries.
640 2014-08-25 Alberto Garcia <berto@igalia.com>
642 [GTK] Unify webkitgtk and webkit2gtk directories
643 https://bugs.webkit.org/show_bug.cgi?id=136209
645 Reviewed by Carlos Garcia Campos.
647 Use webkit2gtk-X.X both for the process binaries and the injected
650 * Source/cmake/OptionsGTK.cmake:
652 2014-08-24 Ryuan Choi <ryuan.choi@samsung.com>
654 [EFL] Move Efl specific code from Source/CMakeLists.txt
655 https://bugs.webkit.org/show_bug.cgi?id=136206
657 Reviewed by Gyuyoung Kim.
659 WebKit/Efl only uses ENABLE_WERROR so it can be moved into OptionsEfl.cmake.
660 Inaddition, renamed ADDITIONAL_FLAGS to ADDITIONAL_COMPILER_FLAGS.
662 * Source/CMakeLists.txt:
663 * Source/cmake/OptionsEfl.cmake:
665 2014-08-24 Ryuan Choi <ryuan.choi@samsung.com>
667 [EFL] Introduce DEVELOPER_MODE
668 https://bugs.webkit.org/show_bug.cgi?id=135884
670 Reviewed by Gyuyoung Kim.
672 Like GTK port, DEVELOPER_MODE can be good solution for developing, debugging and testing
673 instead of SHARED_CORE.
674 SHARED_CORE can reduce link time and memory consumption but it is slightly different
677 * Source/cmake/OptionsEfl.cmake:
678 * Source/cmake/WebKitHelpers.cmake:
679 Moved fvisibility=hidden to OptionsEfl.cmake
681 2014-08-22 KwangHyuk Kim <hyuki.kim@samsung.com>
683 [EFL] Turn on ENABLE_GAMEPAD_DEPRECATED option.
684 https://bugs.webkit.org/show_bug.cgi?id=136110
686 Reviewed by Gyuyoung Kim.
688 Turn on ENABLE_GAMEPAD_DEPRECATED option for the WK2 Efl.
690 * Source/cmake/OptionsEfl.cmake:
692 2014-08-22 Gyuyoung Kim <gyuyoung.kim@samsung.com>
694 [EFL] Apply eflsymbols.filter to WebKit2
695 https://bugs.webkit.org/show_bug.cgi?id=136148
697 Reviewed by Csaba Osztrogonác.
699 eflsymbol filter hasn't been applied to WK2 port. Additionally clean up WK1 symbol
700 in the eflsymbols.filter.
702 * Source/cmake/OptionsEfl.cmake:
703 * Source/cmake/eflsymbols.filter:
705 2014-08-21 Zalan Bujtas <zalan@apple.com>
707 Enable SATURATED_LAYOUT_ARITHMETIC.
708 https://bugs.webkit.org/show_bug.cgi?id=136106
710 Reviewed by Simon Fraser.
712 SATURATED_LAYOUT_ARITHMETIC protects LayoutUnit against arithmetic overflow.
713 (No measurable performance regression on Mac.)
715 * Source/cmake/OptionsMac.cmake:
716 * Source/cmake/WebKitFeatures.cmake:
717 * Source/cmakeconfig.h.cmake:
719 2014-08-19 Zalan Bujtas <zalan@apple.com>
721 Remove ENABLE(SUBPIXEL_LAYOUT).
722 https://bugs.webkit.org/show_bug.cgi?id=136077
724 Reviewed by Simon Fraser.
726 Remove compile time flag SUBPIXEL_LAYOUT. All ports have it enabled for a while now.
728 * Source/cmake/OptionsEfl.cmake:
729 * Source/cmake/OptionsGTK.cmake:
730 * Source/cmake/OptionsMac.cmake:
731 * Source/cmake/WebKitFeatures.cmake:
732 * Source/cmakeconfig.h.cmake:
734 2014-08-17 Zan Dobersek <zdobersek@igalia.com>
736 [CMake] Optimization-disabling compiler flags should be appended to CMAKE_C(XX)_FLAGS_RELEASE
737 https://bugs.webkit.org/show_bug.cgi?id=135980
739 Reviewed by Martin Robinson.
741 CMAKE_C(XX)_FLAGS_RELEASE variables usually contain the -On flag which
742 overrides any other disabled optimization that was prepended to these
743 variables or was added to the CMAKE_C(XX)_FLAGS variables which CMake
744 lists first in the final list of compilation flags.
746 To avoid -On re-enabling optimizations that we'd like to keep disabled,
747 the specific compiler flags must be appended to CMAKE_C(XX)_FLAGS_RELEASE.
749 * Source/cmake/OptionsCommon.cmake:
750 * Source/cmake/OptionsEfl.cmake: Also do the appending with CMAKE_SHARED_LINKER_FLAGS_RELEASE.
751 * Source/cmake/OptionsGTK.cmake:
753 2014-08-15 Carlos Garcia Campos <cgarcia@igalia.com>
755 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.5.3 release.
757 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
759 2014-08-15 Ting-Wei Lan <lantw44@gmail.com>
761 [GTK] Disable memory sampler on non-Linux system
762 https://bugs.webkit.org/show_bug.cgi?id=134483
764 Reviewed by Philippe Normand.
766 Source/WebKit2/Shared/linux/WebMemorySamplerLinux.cpp only works on
767 Linux because it uses many Linux-specific features, so we should disable
768 memory sampler on other systems by default.
770 * Source/cmake/OptionsGTK.cmake:
772 2014-08-15 Carlos Garcia Campos <cgarcia@igalia.com>
774 [GTK] HTML API documentation should also be installed versioned
775 https://bugs.webkit.org/show_bug.cgi?id=135970
777 Reviewed by Philippe Normand.
779 * Source/PlatformGTK.cmake: Append -${WEBKITGTK_API_VERSION} to
782 2014-08-14 Tomas Popela <tpopela@redhat.com>
784 Add support for ppc, ppc64, ppc64le, s390, s390x into the CMake build
785 https://bugs.webkit.org/show_bug.cgi?id=135937
787 Reviewed by Carlos Garcia Campos.
791 2014-08-14 Carlos Garcia Campos <cgarcia@igalia.com>
793 [GTK] REGRESSION(r171598, CMake): Introspection files are installed at the wrong path
794 https://bugs.webkit.org/show_bug.cgi?id=135934
796 Reviewed by Gustavo Noronha Silva.
798 Since r171598 gir files are installed under $datadir/webkitgtk-4.0/gir-1.0/.
799 The gir files should installed in $datadir/gir-1.0/ together with all other
800 gir files. We don't need to install introspection files in a versioned
801 directory because their filenames already contain the binary version. But before
802 r171598, the files were only installed to the right directory if the
803 gobject-instrospection pkg-config file was in the same prefix than the one we
804 wanted to install, because the gir and typelibs directories were extracted from
805 the pkg-config file. We should define INTROSPECTION_INSTALL_GIRDIR and
806 INTROSPECTION_INSTALL_TYPELIBDIR in OptionsGTK.cmake based on $datadir and $libdir
807 like we do in the autotools build.
809 * Source/cmake/FindGObjectIntrospection.cmake: Do not define
810 INTROSPECTION_INSTALL_GIRDIR and INTROSPECTION_INSTALL_TYPELIBDIR.
811 * Source/cmake/OptionsGTK.cmake: Define
812 INTROSPECTION_INSTALL_GIRDIR and INTROSPECTION_INSTALL_TYPELIBDIR.
814 2014-08-14 Carlos Garcia Campos <cgarcia@igalia.com>
816 [GTK] WebKit DOM documentation (webkitdomgtk) not installed after make install
817 https://bugs.webkit.org/show_bug.cgi?id=135836
819 Reviewed by Philippe Normand.
821 * Source/PlatformGTK.cmake: Add install command to also install
822 the GObject DOM bindings API docs.
824 2014-08-14 Zan Dobersek <zdobersek@igalia.com>
826 Unreviewed. In r165709 I mistakenly appended the -fno-exceptions
827 and -fno-strict-aliasing compiler flags to CMAKE_CXX_FLAGS and then
828 re-set CMAKE_C_FLAGS with the new string. The two flags should really
829 be appended to CMAKE_C_FLAGS and the same variable re-set with the
832 * Source/cmake/OptionsCommon.cmake:
834 2014-08-13 Alex Christensen <achristensen@webkit.org>
836 Progress towards CMake on Mac.
837 https://bugs.webkit.org/show_bug.cgi?id=135819
839 Reviewed by Laszlo Gombos.
841 * Source/cmake/OptionsMac.cmake:
842 Disable some more features temporarily to get CMake working.
843 * Source/cmake/WebKitMacros.cmake:
844 Added an extension parameter to GENERATE_BINDINGS to allow ObjC bindings to generate .mm files.
846 2014-08-12 Eduardo Lima Mitev <elima@igalia.com>
848 [GTK] Subtle-crypto feature off by default and add a new configure flag to enable it
849 https://bugs.webkit.org/show_bug.cgi?id=135798
851 Reviewed by Philippe Normand.
853 * Source/cmake/OptionsGTK.cmake: Makes SUBTLE_CRYPTO flag off by default.
855 2014-08-12 Eduardo Lima Mitev <elima@igalia.com>
856 [GTK] Adds dependency on GnuTLS 3.0+ for the implementation of subtle crypto algorithms
857 https://bugs.webkit.org/show_bug.cgi?id=133317
859 GnuTLS is already an indirect dependency through libsoup -> glib-networking.
861 Reviewed by Philippe Normand.
863 No new tests since no new functionality has been added.
865 * Source/cmake/OptionsGTK.cmake: Adds search for required GnuTLS package
867 2014-08-11 Commit Queue <commit-queue@webkit.org>
869 Unreviewed, rolling out r172393.
870 https://bugs.webkit.org/show_bug.cgi?id=135796
872 discussion needed about GnuTLS version bump on the bots
873 (Requested by philn on #webkit).
877 https://bugs.webkit.org/show_bug.cgi?id=133317
878 http://trac.webkit.org/changeset/172393
880 2014-08-11 Eduardo Lima Mitev <elima@igalia.com>
881 [GTK] Adds dependency on GnuTLS 3.0+ for the implementation of subtle crypto algorithms
882 https://bugs.webkit.org/show_bug.cgi?id=133317
884 GnuTLS is already an indirect dependency through libsoup -> glib-networking.
886 Reviewed by Philippe Normand.
888 No new tests since no new functionality has been added.
890 * Source/cmake/OptionsGTK.cmake: Adds search for required GnuTLS package
892 2014-08-11 Eduardo Lima Mitev <elima@igalia.com>
894 [GTK] Adds stubs for all subtle crypto algorithm implemntations
895 https://bugs.webkit.org/show_bug.cgi?id=133316
897 Reviewed by Philippe Normand.
899 * Source/cmake/OptionsGTK.cmake: Add ENABLE_SUBTLE_CRYPTO option
900 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_SUBTLE_CRYPTO option
901 * Source/cmakeconfig.h.cmake: Define ENABLE_SUBTLE_CRYPTO
903 2014-08-11 Carlos Garcia Campos <cgarcia@igalia.com>
905 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.5.2 release.
907 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
909 2014-08-10 Carlos Garcia Campos <cgarcia@igalia.com>
911 [GTK] REGRESSION(r166239): The ld version script is not being used
912 https://bugs.webkit.org/show_bug.cgi?id=135694
914 Reviewed by Martin Robinson.
916 Move the symbols filter file from Tools/gtk to Source/cmake and rename
917 it as gtksymbols.filter. Also updated it, since some of the symbols
918 exported were renamed.
920 * Source/cmake/OptionsGTK.cmake:
921 * Source/cmake/gtksymbols.filter: Renamed from Tools/gtk/symbols.filter.
923 2014-08-10 Carlos Garcia Campos <cgarcia@igalia.com>
925 [GTK] Child processes should be installed in a versioned directory
926 https://bugs.webkit.org/show_bug.cgi?id=135754
928 Reviewed by Gustavo Noronha Silva.
930 Define LIBEXEC_INSTALL_DIR as
931 ${CMAKE_INSTALL_FULL_LIBEXECDIR}/webkitgtk-${WEBKITGTK_API_VERSION}
932 so that the child processes are installed in $libexec/webkitgtk-4.0.
933 This makes it possible to install 2.6 in parallel to older versions.
935 * Source/cmake/OptionsGTK.cmake:
937 2014-08-08 Alex Christensen <achristensen@webkit.org>
939 Progress towards using CMake on Mac.
940 https://bugs.webkit.org/show_bug.cgi?id=135662
942 Reviewed by Laszlo Gombos.
945 Mavericks has a flex version of "flex 2.5.35 Apple(flex-31)" which CMake doesn't like on Mac.
946 * Source/cmake/WebKitFeatures.cmake:
947 * Source/cmakeconfig.h.cmake:
948 Added features that are needed by the Mac port.
949 * Source/cmake/OptionsMac.cmake:
950 Enable CSS_IMAGE_SET based on FeatureDefines.h.
951 Disable the FTL with CMake for now.
952 * Source/cmake/OptionsEFL.cmake:
953 * Source/cmake/OptionsGTK.cmake:
954 Enable subpixel layout to not conflict with FeatureDefines.h
956 2014-08-08 Simon Fraser <simon.fraser@apple.com>
958 Undo some erroneous changes to the Xcode scheme files from r172259.
960 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
961 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
963 2014-08-08 Zan Dobersek <zdobersek@igalia.com>
965 [CMake] Drop the required version of CMake down to 2.8.8
966 https://bugs.webkit.org/show_bug.cgi?id=135713
968 Reviewed by Alex Christensen.
970 * CMakeLists.txt: Require CMake 2.8.8.
972 2014-08-07 Benjamin Poulain <bpoulain@apple.com>
974 Get rid of INPUT_SPEECH
975 https://bugs.webkit.org/show_bug.cgi?id=135672
977 Reviewed by Andreas Kling.
979 * Source/cmake/OptionsMac.cmake:
980 * Source/cmake/WebKitFeatures.cmake:
981 * Source/cmakeconfig.h.cmake:
983 2014-08-07 Csaba Osztrogonác <ossy@webkit.org>
985 [GTK] Disable IndexedDB
986 https://bugs.webkit.org/show_bug.cgi?id=135692
988 Reviewed by Carlos Garcia Campos.
990 * Source/cmake/OptionsGTK.cmake:
992 2014-08-06 Dean Jackson <dino@apple.com>
994 ENABLE_CSS_TRANSFORMS_ANIMATIONS_UNPREFIXED is not used anywhere. Remove it.
995 https://bugs.webkit.org/show_bug.cgi?id=135675
997 Reviewed by Sam Weinig.
999 * Source/cmake/OptionsGTK.cmake:
1000 * Source/cmake/OptionsMac.cmake:
1001 * Source/cmake/WebKitFeatures.cmake:
1002 * Source/cmakeconfig.h.cmake:
1004 2014-08-06 David Farler <dfarler@apple.com>
1006 Unreviewed build fix: Make includes semicolon in assignment.
1008 * Makefile.shared: Remove a ;
1010 2014-08-06 David Farler <dfarler@apple.com>
1012 Set DSYMUTIL_NUM_THREADS to the number of logical cores
1013 https://bugs.webkit.org/show_bug.cgi?id=135655
1015 Reviewed by Mark Rowe.
1017 * Makefile.shared: Export DSYMUTIL_NUM_THREADS.
1019 2014-08-06 Carlos Garcia Campos <cgarcia@igalia.com>
1021 [GTK] Be able to disable gtk2 dependency
1022 https://bugs.webkit.org/show_bug.cgi?id=135505
1024 Reviewed by Gustavo Noronha Silva.
1026 Add ENABLE_PLUGIN_PROCESS_GTK2 compile option. GTK+2 is only
1027 required when it's enabled. It's enabled by default.
1029 * Source/cmake/OptionsGTK.cmake:
1031 2014-08-05 Alex Christensen <achristensen@webkit.org>
1034 https://bugs.webkit.org/show_bug.cgi?id=135620
1036 Reviewed by Laszlo Gombos.
1038 * Source/cmake/OptionsMac.cmake:
1039 Use UDIS86 by default on Mac.
1041 2014-08-04 Benjamin Poulain <benjamin@webkit.org>
1043 Add a flag for the CSS Selectors level 4 implementation
1044 https://bugs.webkit.org/show_bug.cgi?id=135535
1046 Reviewed by Andreas Kling.
1048 * Source/cmake/OptionsEfl.cmake:
1049 * Source/cmake/OptionsGTK.cmake:
1050 * Source/cmake/WebKitFeatures.cmake:
1051 * Source/cmakeconfig.h.cmake:
1053 2014-08-04 Alex Christensen <achristensen@webkit.org>
1055 Progress towards CMake on Mac.
1056 https://bugs.webkit.org/show_bug.cgi?id=135528
1058 Reviewed by Gyuyoung Kim.
1060 * Source/cmake/OptionsMac.cmake:
1061 Made options list based on FeatureDefines.xcconfig files.
1063 2014-08-04 Zan Dobersek <zdobersek@igalia.com>
1065 [GTK] Windowing target support should reflect the support in the GTK+ dependency
1066 https://bugs.webkit.org/show_bug.cgi?id=134736
1068 Reviewed by Martin Robinson.
1070 * Source/cmake/FindGTK3.cmake: Don't error out if the GTK+ dependency doesn't
1071 support the X11 or Wayland windowing targets -- instead, if there's no support
1072 the specific target is disabled, and an error is thrown only if neither of the
1073 backends is enabled at the end..
1074 For now the X11 target remains enabled by default, and the Wayland target is
1075 kept disabled. Once it's possible to have both targets enabled at runtime in
1076 WebKit, the Wayland target will be enabled as well and we'll leave it to the
1077 GTK+ dependency to determine which targets can be enabled.
1079 2014-08-04 Zan Dobersek <zdobersek@igalia.com>
1081 [CMake] Add FindWayland.cmake
1082 https://bugs.webkit.org/show_bug.cgi?id=135540
1084 Reviewed by Martin Robinson.
1086 * Source/cmake/FindWayland.cmake: Added. Enables finding the Wayland
1087 dependency. For now bundles the wayland-client, wayland-server and
1088 wayland-egl pkg-config targets into one dependency, but these could
1089 be split in the future if necessary.
1091 2014-08-03 Ryuan Choi <ryuan.choi@samsung.com>
1093 [EFL] Move DATA_INSTALL_DIR to ewebkit2-0
1094 https://bugs.webkit.org/show_bug.cgi?id=135553
1096 Reviewed by Gyuyoung Kim.
1098 Since WebKit1/Efl is dropped, we don't need to use ewebkit-1 and ewebkit2-1.
1099 And removed WebKit_OUTPUT_NAME variable which is not used anymore on the EFL port.
1101 * Source/cmake/OptionsEfl.cmake:
1103 2014-08-01 Bear Travis <betravis@adobe.com>
1105 [Feature Queries] Enable Feature Queries on EFL/GTK
1106 https://bugs.webkit.org/show_bug.cgi?id=134902
1108 Reviewed by Benjamin Poulain.
1110 Enable CSS Feature Queries by default on the EFL and GTK
1113 * Source/cmake/OptionsEfl.cmake:
1114 * Source/cmake/OptionsGTK.cmake:
1116 2014-08-01 Alex Christensen <achristensen@webkit.org>
1118 Progress towards cmake on Windows.
1119 https://bugs.webkit.org/show_bug.cgi?id=135484
1121 Reviewed by Martin Robinson.
1124 Added Mac to list of ports, even though it is not done yet.
1125 Changed minimum bison version to version installed on Macs.
1126 * Source/cmake/OptionsAppleWin.cmake:
1127 Added some definitions.
1128 * Source/cmake/OptionsEfl.cmake:
1129 * Source/cmake/OptionsGTK.cmake:
1130 Set WTF_LIBRARY_TYPE to STATIC to not change WTF linking on EFL or GTK ports.
1131 * Source/cmake/OptionsMac.cmake: Added blank for now.
1132 * Source/cmake/OptionsWinCairo.cmake:
1133 * Source/cmake/OptionsWindows.cmake:
1134 Added some definitions.
1135 Removed /WX (warnings treated as error while compiling).
1136 Copied warnings to ignore from WebKitLibraries/win/tools/vsprops/common.props.
1138 2014-08-01 Carlos Garcia Campos <cgarcia@igalia.com>
1140 [CMake] GTK and EFL are using PROJECT_VERSION_PATCH to define the micro version
1141 https://bugs.webkit.org/show_bug.cgi?id=135501
1143 Reviewed by Gyuyoung Kim.
1145 Use PROJECT_VERSION_MICRO instead.
1147 * Source/cmake/OptionsEfl.cmake:
1148 * Source/cmake/OptionsGTK.cmake:
1149 * Source/cmake/WebKitHelpers.cmake:
1151 2014-07-31 Ryuan Choi <ryuan.choi@samsung.com>
1153 [EFL] Bump ewebkit version to 1.11
1154 https://bugs.webkit.org/show_bug.cgi?id=135487
1156 Reviewed by Gyuyoung Kim.
1158 * Source/cmake/OptionsEfl.cmake: Bump version numbers.
1160 2014-07-31 Carlos Alberto Lopez Perez <clopez@igalia.com>
1162 [EFL] Add support for building with Geoclue2.
1163 https://bugs.webkit.org/show_bug.cgi?id=135455
1165 Reviewed by Gyuyoung Kim.
1167 * Source/cmake/OptionsEfl.cmake: Add gio-unix if ENABLE_GEOLOCATION
1170 2014-07-31 Carlos Garcia Campos <cgarcia@igalia.com>
1172 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.5.1 release.
1174 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1176 2014-07-31 Carlos Garcia Campos <cgarcia@igalia.com>
1178 [GTK] Bump binary version for 2.6
1179 https://bugs.webkit.org/show_bug.cgi?id=133724
1181 Reviewed by Philippe Normand.
1183 * Source/cmake/OptionsGTK.cmake: Bump binary version to 4.0 and
1184 update library version numbers.
1186 2014-07-30 Zan Dobersek <zdobersek@igalia.com>
1188 [CMake] Bump the minimum required version
1189 https://bugs.webkit.org/show_bug.cgi?id=135382
1191 Reviewed by Gyuyoung Kim.
1193 * CMakeLists.txt: Bump the minimum required version to 2.8.11 after
1194 we introduced usage of target_include_directories().
1196 2014-07-29 Hunseop Jeong <hs85.jeong@samsung.com>
1198 [EFL][GTK] Remove ACCELERATED_COMPOSITING compile flag
1199 https://bugs.webkit.org/show_bug.cgi?id=135376
1201 Reviewed by Gyuyoung Kim.
1203 ACCELERATED_COMPOSITING was changed to the mandatory code after r163079.
1205 * Source/cmake/OptionsEfl.cmake:
1206 * Source/cmake/OptionsGTK.cmake:
1208 2014-07-25 Michael Catanzaro <mcatanzaro@igalia.com>
1210 [GTK] CMake tries to install JavaScriptCore-3.0.gir outside of install prefix
1211 https://bugs.webkit.org/show_bug.cgi?id=135288
1213 Reviewed by Martin Robinson.
1215 * Source/cmake/FindGObjectIntrospection.cmake: pass correct libdir and
1216 datadir to pkgconfig
1217 * Source/cmake/OptionsGTK.cmake: define install directories early
1218 enough to be used in FindGObjectIntrospection.cmake
1220 2014-07-23 Bem Jones-Bey <bjonesbe@adobe.com>
1222 Remove CSS_EXCLUSIONS compile flag and leftover code
1223 https://bugs.webkit.org/show_bug.cgi?id=135175
1225 Reviewed by Zoltan Horvath.
1227 At this point, the CSS_EXCLUSIONS flag guards nothing but some useless
1228 stubs. This removes the flag and the useless code.
1230 * Source/cmake/WebKitFeatures.cmake:
1231 * Source/cmakeconfig.h.cmake:
1233 2014-07-22 Adrian Perez de Castro <aperez@igalia.com>
1235 [GStreamer] [GTK] WebKit does not build with GStreamer 1.4
1236 https://bugs.webkit.org/show_bug.cgi?id=135114
1238 Fix build with GStreamer 1.4
1240 Reviewed by Philippe Normand.
1242 * Source/cmake/FindGStreamer.cmake: Check version 1.4.0 for the
1243 gst-mpegts component instead of the unstable 1.3.x verstions.
1245 2014-07-21 Carlos Garcia Campos <cgarcia@igalia.com>
1247 [GTK] Simplify make-dist command line arguments
1248 https://bugs.webkit.org/show_bug.cgi?id=134832
1250 Reviewed by Martin Robinson.
1252 * Source/PlatformGTK.cmake: Use --version instead of
1253 --tarball-root when running make-dist.py.
1255 2014-07-18 Jon Honeycutt <jhoneycutt@apple.com>
1257 Add a manual test for r135044
1259 <https://bugs.webkit.org/show_bug.cgi?id=135044>
1261 Rubber-stamped by Andy Estes.
1263 * ManualTests/ios/typing-in-field-that-clears-on-keyup.html: Added.
1265 2014-07-18 Dana Burkart <dburkart@apple.com>
1267 Add a new 'analyze' target to the makefile. This will make use of a new
1268 'PATH_TO_SCAN_BUILD' which, if set will wrap xcodebuild in the clang
1270 https://bugs.webkit.org/show_bug.cgi?id=135057
1271 <rdar://problem/10193187>
1273 Reviewed by David Kilzer.
1279 2014-07-15 Ryuan Choi <ryuan.choi@samsung.com>
1281 [CMAKE] ENABLE_ENCRYPTED_MEDIA_V2 should depend on ENABLE_VIDEO
1282 https://bugs.webkit.org/show_bug.cgi?id=134963
1284 Reviewed by Gyuyoung Kim.
1286 ENCRYPTED_MEDIA_V2 requires VIDEO enabled.
1288 * Source/cmake/WebKitFeatures.cmake: Added the dependency for ENABLE_ENCRYPTED_MEDIA_V2.
1290 2014-07-14 Daniel Bates <dabates@apple.com>
1292 [iOS] Add tests to ensure CSS :active and :hover are applied when processing touch events
1293 https://bugs.webkit.org/show_bug.cgi?id=134905
1294 <rdar://problem/16602779>
1296 Reviewed by Simon Fraser.
1298 Add a manual test to ensure that styles for CSS pseudo-class :hover aren't temporarily cleared
1299 on the tapped element when processing a touchend as a result of finger pressing and releasing
1300 on the same element that is initially positioned outside the visible content area.
1302 * ManualTests/ios/touchstart-touchend-on-same-element-should-not-clear-hover.html: Added.
1304 2014-07-11 Carlos Garcia Campos <cgarcia@igalia.com>
1306 [GTK] Enable VIDEO_TRACK by default
1307 https://bugs.webkit.org/show_bug.cgi?id=134801
1309 Reviewed by Philippe Normand.
1311 * Source/cmake/OptionsGTK.cmake:
1313 2014-07-10 Carlos Garcia Campos <cgarcia@igalia.com>
1315 [GTK][CMake] Add a 'distcheck' target
1316 https://bugs.webkit.org/show_bug.cgi?id=130675
1318 Reviewed by Gustavo Noronha Silva.
1320 * Source/PlatformGTK.cmake: Add distcheck target.
1322 2014-07-10 Carlos Garcia Campos <cgarcia@igalia.com>
1324 [GTK] Use the same default options for production builds that previous stable releases
1325 https://bugs.webkit.org/show_bug.cgi?id=134589
1327 Reviewed by Martin Robinson.
1329 Change the default value of some features to match our stable releases.
1330 Add FindCairoGL to find cairo-gl libraries and make accelearetd 2D
1331 canvas depend on whether cairo-gl is found.
1333 * Source/cmake/FindCairoGL.cmake: Added.
1334 * Source/cmake/OptionsGTK.cmake:
1336 2014-07-08 Sun-woo Nam <sunny.nam@samsung.com>
1338 [EFL] Support Encrypted Media Extensions.
1339 https://bugs.webkit.org/show_bug.cgi?id=134750
1341 Reviewed by Gyuyoung Kim.
1343 Webkit needs to play encrypted media contents when media player
1344 is played by Media source extensions and normal video procedure.
1346 * Source/cmake/OptionsEfl.cmake: Turn on ENABLE_ENCRYPTED_MEDIA_V2
1348 2014-07-08 Alex Christensen <achristensen@webkit.org>
1350 Steps towards CMake on Windows.
1351 https://bugs.webkit.org/show_bug.cgi?id=134716
1353 Reviewed by Martin Robinson.
1356 Added AppleWin and WinCairo to list of CMake ports.
1357 * Source/cmake/OptionsAppleWin.cmake: Added.
1358 * Source/cmake/OptionsWinCairo.cmake: Added.
1359 * Source/cmake/OptionsWindows.cmake:
1360 Windows needs to use the system malloc. Other options to come.
1362 2014-07-04 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1364 [EFL] Support Geolocation
1365 https://bugs.webkit.org/show_bug.cgi?id=134439
1367 Reviewed by Antonio Gomes.
1369 * Source/cmake/OptionsEfl.cmake: Turn on ENABLE_GEOLOCATION.
1371 2014-07-03 Ryuan Choi <ryuan.choi@samsung.com>
1373 Broken build with build-webkit --no-video
1374 https://bugs.webkit.org/show_bug.cgi?id=134587
1376 Reviewed by Darin Adler.
1378 MEDIA_CONTROLS_SCRIPT requires VIDEO enabled.
1380 * Source/cmake/WebKitFeatures.cmake: Added the dependency for ENABLE_MEDIA_CONTROLS_SCRIPT.
1382 2014-07-03 Carlos Garcia Campos <cgarcia@igalia.com>
1384 [GTK] The list of features shown by cmake is not accurate
1385 https://bugs.webkit.org/show_bug.cgi?id=134588
1387 Reviewed by Gustavo Noronha Silva.
1389 The problem is that some options might change after the feature
1390 list has been printed.
1392 * Source/cmake/OptionsGTK.cmake: Find package dependencies before
1393 setting the default values of features and set WEBGL value
1394 depending on the dependencies, and API_TEST depending on whether
1395 developer mode is enabled or not.
1397 2014-07-03 Ryuan Choi <ryuan.choi@samsung.com>
1399 [CMAKE] Add WEBKIT_OPTION_DEPEND macro to resolve macro dependency
1400 https://bugs.webkit.org/show_bug.cgi?id=134578
1402 Reviewed by Gyuyoung Kim.
1404 Some options depend on another option such as ENABLE_VIDEO_TRACK and ENABLE_VIDEO.
1405 This patch adds WEBKIT_OPTION_DEPEND to check the depending option and
1406 disable related option if it is not ON.
1408 * Source/cmake/OptionsEfl.cmake: Removed hack for option dependency.
1409 * Source/cmake/OptionsGTK.cmake: Ditto.
1410 * Source/cmake/WebKitFeatures.cmake: Added WEBKIT_OPTION_DEPEND macro.
1412 2014-07-02 Carlos Garcia Campos <cgarcia@igalia.com>
1414 [GTK] make dist is broken
1415 https://bugs.webkit.org/show_bug.cgi?id=134542
1417 Reviewed by Martin Robinson.
1419 * Source/PlatformGTK.cmake: Remove ENABLE_WEBKIT check.
1421 2014-07-01 Zan Dobersek <zdobersek@igalia.com>
1423 [CMake] Add necessary support for building for the Wayland target
1424 https://bugs.webkit.org/show_bug.cgi?id=134160
1426 Reviewed by Darin Adler.
1428 * Source/cmake/FindGTK3.cmake: Check for the gtk+-x11-3.0 package if the X11 target
1429 is enabled, and that its version matches the version of the generic package. Same
1430 for the gtk+-wayland-3.0 package and the Wayland target.
1431 * Source/cmake/OptionsCommon.cmake: Don't add the -DXP_UNIX definition here.
1432 * Source/cmake/OptionsEfl.cmake: Add -DXP_UNIX here for the EFL port, under the same
1433 condition as in OptionsCommon.cmake. ENABLE_X11_TARGET is enabled by default for EFL
1434 so they keep building the TestNetscapePlugin target.
1435 * Source/cmake/OptionsGTK.cmake: Enable the X11 target and disable the Wayland target
1436 by default. Group all the X11-specific macro definitions (WTF_PLATFORM_X11, MOZ_X11,
1437 XP_UNIX) and only add them if the X11 target is enabled. Similar goes for the Wayland
1438 target and WTF_PLATFORM_WAYLAND. The Wayland target requires GTK+ 3.12.0, so that's
1439 the minimum required version as soon as that target is enabled. Only search for GLX
1440 if the X11 target is enabled.
1442 2014-06-29 Yoav Weiss <yoav@yoav.ws>
1444 Add support for HTMLImageElement's sizes attribute
1445 https://bugs.webkit.org/show_bug.cgi?id=133620
1447 Reviewed by Dean Jackson.
1449 Added an ENABLE_PICTURE_SIZES compile flag.
1451 * Source/cmake/WebKitFeatures.cmake:
1452 * Source/cmakeconfig.h.cmake:
1454 2014-06-26 Daniel Bates <dabates@apple.com>
1456 [iOS][WK2] Distant focusable element may not be scrolled into view when focused using keyboard
1457 https://bugs.webkit.org/show_bug.cgi?id=134309
1458 <rdar://problem/17427385>
1460 Reviewed by Darin Adler.
1462 Add a manual test to ensure that we scroll to a distant focused text field when it's focused
1465 * ManualTests/ios/scroll-to-distant-keyboard-focused-text-field.html: Added.
1467 2014-06-25 Laszlo Gombos <l.gombos@samsung.com>
1469 Remove build guard for progress element
1470 https://bugs.webkit.org/show_bug.cgi?id=134292
1472 Reviewed by Benjamin Poulain.
1474 The build flag is no longer needed as it is always on.
1476 * Source/cmake/WebKitFeatures.cmake:
1477 * Source/cmakeconfig.h.cmake:
1479 2014-06-23 Krzysztof Czech <k.czech@samsung.com>
1481 [EFL] Platform support for WebSpeech feature.
1482 https://bugs.webkit.org/show_bug.cgi?id=116438
1484 Reviewed by Csaba Osztrogonác.
1486 Add ENABLE_SPEECH_SYNTHESIS flag to have Speech Synthesis in EFL.
1488 * Source/cmake/OptionsEfl.cmake:
1489 * Source/cmake/WebKitFeatures.cmake:
1491 2014-06-23 Philippe Normand <pnormand@igalia.com>
1493 Unreviewed, GTK build fix after r170266.
1495 * Source/cmake/OptionsGTK.cmake: Geoclue also requires gio-unix.
1497 2014-06-22 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1499 Disable gamepad feature on EFL and GTK ports by default
1500 https://bugs.webkit.org/show_bug.cgi?id=134169
1502 Reviewed by Brady Eidson.
1504 * Source/cmake/OptionsEfl.cmake: Disable ENABLE_GAMEPAD_DEPRECATED.
1506 2014-06-21 Brady Eidson <beidson@apple.com>
1508 Gamepad API - Deprecate the existing implementation
1509 https://bugs.webkit.org/show_bug.cgi?id=134108
1511 Reviewed by Timothy Hatcher.
1513 -Add new "GAMEPAD_DEPRECATED" build flag, moving the existing implementation to use it
1514 -Add the "Deprecated" suffix to some implementation files
1516 * Source/cmake/OptionsEfl.cmake:
1517 * Source/cmake/OptionsGTK.cmake:
1518 * Source/cmake/WebKitFeatures.cmake:
1519 * Source/cmakeconfig.h.cmake:
1521 2014-06-21 Commit Queue <commit-queue@webkit.org>
1523 Unreviewed, rolling out r170244.
1524 https://bugs.webkit.org/show_bug.cgi?id=134157
1526 GTK/EFL bindings generator works differently, making this
1527 patch not work there. Will fix entire patch after a rollout.
1528 (Requested by bradee-oh on #webkit).
1532 "Gamepad API - Deprecate the existing implementation"
1533 https://bugs.webkit.org/show_bug.cgi?id=134108
1534 http://trac.webkit.org/changeset/170244
1536 2014-06-21 Brady Eidson <beidson@apple.com>
1538 Gamepad API - Deprecate the existing implementation
1539 https://bugs.webkit.org/show_bug.cgi?id=134108
1541 Reviewed by Timothy Hatcher.
1543 -Add new "GAMEPAD_DEPRECATED" build flag, moving the existing implementation to use it
1544 -Add the "Deprecated" suffix to some implementation files
1546 * Source/cmake/OptionsEfl.cmake:
1547 * Source/cmake/OptionsGTK.cmake:
1548 * Source/cmake/WebKitFeatures.cmake:
1549 * Source/cmakeconfig.h.cmake:
1551 2014-06-21 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
1553 Removing PAGE_VISIBILITY_API compile guard.
1554 https://bugs.webkit.org/show_bug.cgi?id=133844
1556 Reviewed by Gavin Barraclough.
1558 * Source/cmake/OptionsEfl.cmake:
1559 * Source/cmake/OptionsGTK.cmake:
1560 * Source/cmake/WebKitFeatures.cmake:
1561 * Source/cmakeconfig.h.cmake:
1563 2014-06-19 Ryuan Choi <ryuan.choi@samsung.com>
1565 [EFL][CMAKE] Disable WebKit1 build as a default
1566 https://bugs.webkit.org/show_bug.cgi?id=134093
1568 Reviewed by Gyuyoung Kim.
1570 Disable WebKit1 build and enable WebKit2 build for the EFL port.
1572 * Source/cmake/OptionsEfl.cmake:
1574 2014-06-19 Dániel Bátyai <dbatyai.u-szeged@partner.samsung.com>
1576 Remove ENABLE(LLINT) and ENABLE(LLINT_C_LOOP) guards
1577 https://bugs.webkit.org/show_bug.cgi?id=130389
1579 Reviewed by Mark Lam.
1581 Removed ENABLE(LLINT) since we always build with it, and changed ENABLE(LLINT_C_LOOP)
1582 into !ENABLE(JIT) since they are mutually exclusive.
1584 * Source/cmake/OptionsEfl.cmake:
1585 * Source/cmake/OptionsGTK.cmake:
1586 * Source/cmake/WebKitFeatures.cmake:
1587 * Source/cmakeconfig.h.cmake:
1589 2014-06-17 Zan Dobersek <zdobersek@igalia.com>
1591 Remove the USE_GTK2=1 branch in OptionsGTK.cmake. This used to determine
1592 GTK+ and GDK libraries and include directories for the GTK+ 2 dependency,
1593 but we now only support GTK+ 3. The GTK+ 2 dependency is still required
1594 by the plugin process, but it is searched and utilized separately.
1596 Rubber-stamped by Carlos Garcia Campos.
1598 * Source/cmake/OptionsGTK.cmake:
1600 2014-06-16 Commit Queue <commit-queue@webkit.org>
1602 Unreviewed, rolling out r170003.
1603 https://bugs.webkit.org/show_bug.cgi?id=133938
1605 This patch broke GTK build (Requested by kczech on #webkit).
1609 "[EFL] Platform support for WebSpeech feature."
1610 https://bugs.webkit.org/show_bug.cgi?id=116438
1611 http://trac.webkit.org/changeset/170003
1613 2014-06-16 Krzysztof Czech <k.czech@samsung.com>
1615 [EFL] Platform support for WebSpeech feature.
1616 https://bugs.webkit.org/show_bug.cgi?id=116438
1618 Reviewed by Gyuyoung Kim.
1620 Add ENABLE_SPEECH_SYNTHESIS flag to have Speech Synthesis in EFL.
1622 * Source/cmake/OptionsEfl.cmake:
1623 * Source/cmake/WebKitFeatures.cmake:
1625 2014-06-14 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1627 [EFL] Remove duplicated compiler flag
1628 https://bugs.webkit.org/show_bug.cgi?id=133838
1630 Reviewed by Anders Carlsson.
1632 In r169798, literal-suffix was added for EFL port in order to fix build break. However,
1633 it added to common compiler options. So, it is duplicated.
1635 * Source/cmake/WebKitHelpers.cmake:
1637 2014-06-11 Commit Queue <commit-queue@webkit.org>
1639 Unreviewed, rolling out r169877.
1640 https://bugs.webkit.org/show_bug.cgi?id=133784
1642 rollout wrong build fix approach for EFL port (Requested by
1643 gyuyoung on #webkit).
1647 "Unreviewed, EFL build fix since r169869."
1648 http://trac.webkit.org/changeset/169877
1650 2014-06-11 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1652 Unreviewed, EFL build fix since r169869.
1654 Additionally literal-suffix is removed in EFL compile flag, because it is duplicated.
1656 * Source/cmake/WebKitHelpers.cmake: Treat undef error as build warning.
1658 2014-06-11 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1660 Unreviewed, EFL build fix. Treat literal-suffix error as build warning.
1662 * Source/cmake/WebKitHelpers.cmake:
1664 2014-05-28 Carlos Garcia Campos <cgarcia@igalia.com>
1666 [GTK] Make it possible to build with FTL enabled
1667 https://bugs.webkit.org/show_bug.cgi?id=133219
1669 Reviewed by Philippe Normand.
1671 Add LLVM and LIBCXXABI as dependencies when building with FTL enabled.
1673 * Source/cmake/OptionsGTK.cmake:
1675 2014-05-28 Jaehun Lim <ljaehun.lim@samsung.com>
1677 [CMake] Clean up FAST_MOBILE_SCROLLING
1678 https://bugs.webkit.org/show_bug.cgi?id=133342
1680 Reviewed by Gyuyoung Kim.
1682 FAST_MOBILE_SCROLLING was removed in r168726.
1684 * Source/cmake/OptionsEfl.cmake:
1685 * Source/cmake/OptionsGTK.cmake:
1686 * Source/cmake/WebKitFeatures.cmake:
1687 * Source/cmakeconfig.h.cmake:
1689 2014-05-27 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
1692 https://bugs.webkit.org/show_bug.cgi?id=132863
1694 Reviewed by Csaba Osztrogonác.
1696 * Source/cmake/OptionsEfl.cmake:
1697 * Source/cmake/OptionsGTK.cmake:
1698 * Source/cmake/WebKitFeatures.cmake:
1699 * Source/cmakeconfig.h.cmake:
1701 2014-05-27 Zsolt Borbely <zsborbely.u-szeged@partner.samsung.com>
1703 Allow building CMake based ports with WEB_REPLAY
1704 https://bugs.webkit.org/show_bug.cgi?id=133154
1706 Reviewed by Csaba Osztrogonác.
1708 * Source/cmake/WebKitFeatures.cmake:
1709 * Source/cmakeconfig.h.cmake:
1711 2014-05-21 Zsolt Borbely <zsborbely.u-szeged@partner.samsung.com>
1713 [EFL] Add include path of compact_unwind_encoding.h if FTL JIT is enabled
1714 https://bugs.webkit.org/show_bug.cgi?id=132907
1716 Reviewed by Gyuyoung Kim.
1718 * Source/cmake/FindLIBCXXABI.cmake: Added.
1719 * Source/cmake/OptionsEfl.cmake:
1721 2014-05-21 Michał Pakuła vel Rutka <m.pakula@samsung.com>
1723 [EFL] Turn on ENABLE_CSS_FILTERS
1724 https://bugs.webkit.org/show_bug.cgi?id=133153
1726 Reviewed by Gyuyoung Kim.
1728 * Source/cmake/OptionsEfl.cmake: Enable CSS_FILTERS as default option value.
1730 2014-05-16 Martin Robinson <mrobinson@igalia.com>
1732 [CMake] Improve handling of LIB_INSTALL_DIR, EXEC_INSTALL_DIR, and LIBEXEC_INSTALL_DIR
1733 https://bugs.webkit.org/show_bug.cgi?id=132819
1735 Reviewed by Carlos Garcia Campos.
1737 * CMakeLists.txt: Hard-code CMAKE_ARCHIVE_OUTPUT_DIRECTORY etc, so that we can accept absolute paths for LIB_INSTALL_DIR
1739 * Source/cmake/OptionsCommon.cmake: Get rid of LIB_SUFFIX and try to make all path variables absolute. Also set
1740 CMAKE_ARCHIVE_OUTPUT_DIRECTORY, etc using the last path component of LIB_INSTALL_DIR, etc, so that absolute paths
1742 * Source/cmake/OptionsGTK.cmake: Ditto. Also get rid of all pkg-config specific variables.
1744 2014-05-20 Gustavo Noronha Silva <gns@gnome.org>
1746 [CMake] Support building with Debug Fission
1747 https://bugs.webkit.org/show_bug.cgi?id=131177
1749 Reviewed by Philippe Normand.
1751 * Source/cmake/OptionsCommon.cmake: add a DEBUG_FISSION option to enable usage
1752 of http://gcc.gnu.org/wiki/DebugFission.
1754 2014-05-20 Carlos Garcia Campos <cgarcia@igalia.com>
1756 [GTK] Rename translation domain as WebKit2GTK-3.0
1757 https://bugs.webkit.org/show_bug.cgi?id=132953
1759 Reviewed by Gustavo Noronha Silva.
1761 * Source/cmake/OptionsGTK.cmake:
1763 2014-05-18 Rik Cabanier <cabanier@adobe.com>
1765 support for navigator.hardwareConcurrency
1766 https://bugs.webkit.org/show_bug.cgi?id=132588
1768 Reviewed by Filip Pizlo.
1770 * Source/cmake/OptionsEfl.cmake:
1771 * Source/cmake/OptionsGTK.cmake:
1772 * Source/cmake/WebKitFeatures.cmake:
1773 * Source/cmakeconfig.h.cmake:
1775 2014-05-14 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
1777 Remove CSS_STICKY_POSITION guards
1778 https://bugs.webkit.org/show_bug.cgi?id=132676
1780 Reviewed by Simon Fraser.
1782 * Source/cmake/OptionsEfl.cmake:
1783 * Source/cmake/OptionsGTK.cmake:
1784 * Source/cmake/WebKitFeatures.cmake:
1785 * Source/cmakeconfig.h.cmake:
1787 2014-05-12 Carlos Garcia Campos <cgarcia@igalia.com>
1789 Unreviewed. Bump version numbers.
1791 * Source/cmake/OptionsGTK.cmake:
1793 2014-05-10 Martin Robinson <mrobinson@igalia.com>
1795 [GTK][CMake] Unable to do make install
1796 https://bugs.webkit.org/show_bug.cgi?id=130188
1798 Reviewed by Carlos Garcia Campos.
1800 Only try to install the HTML documentation if the build is configured to generate it via
1801 the new ENABLE_GTKDOC option. We cannot conditionally install something, so this allows us
1802 to keep the HTML documentation directory as an installation source.
1804 * Source/PlatformGTK.cmake: The gtkdoc target now always builds HTML documentation, but
1805 is only added to the default target when ENABLE_GTKDOC is turned on. gtkdoc-no-html is
1806 now only added to the default target when DEVELOPER_MODE is true and ENABLE_GTKDOC is
1807 false. When both ENABLE_GTKDOC and DEVELOPER_MODE are false, documentation isn't built at all.
1808 * Source/cmake/OptionsGTK.cmake: Add an ENABLE_GTKDOC option to the build.
1810 2014-05-09 Anders Carlsson <andersca@apple.com>
1812 Rename WebKit2.framework to WebKit.framework
1813 https://bugs.webkit.org/show_bug.cgi?id=132743
1814 <rdar://problem/15920046>
1816 Reviewed by Dan Bernstein.
1819 Build WebKit.xcodeproj before WebKit2.xcodeproj.
1821 * WebKit.xcworkspace/xcshareddata/xcschemes/:
1824 2014-05-06 David Kilzer <ddkilzer@apple.com>
1826 Add Makefile targets for copying static libraries (LLVM and WKSI)
1827 <http://webkit.org/b/132619>
1829 Reviewed by Mark Rowe.
1832 (MODULES): Add WebKitLibraries.
1834 2014-05-06 Commit Queue <commit-queue@webkit.org>
1836 Unreviewed, rolling out r168304.
1837 https://bugs.webkit.org/show_bug.cgi?id=132607
1839 Broke the build (Requested by KaL on #webkit).
1843 "[GTK][CMake] Unable to do make install"
1844 https://bugs.webkit.org/show_bug.cgi?id=130188
1845 http://trac.webkit.org/changeset/168304
1847 2014-05-05 Martin Robinson <mrobinson@igalia.com>
1849 [GTK][CMake] Unable to do make install
1850 https://bugs.webkit.org/show_bug.cgi?id=130188
1852 Reviewed by Carlos Garcia Campos.
1854 Only try to install the HTML documentation if the build is configured to generate it via
1855 the new ENABLE_GTKDOC option. We cannot conditionally install something, so this allows us
1856 to keep the HTML documentation directory as an installation source.
1858 * Source/PlatformGTK.cmake: The gtkdoc target now always builds HTML documentation, but
1859 is only added to the default target when ENABLE_GTKDOC is turned on. gtkdoc-no-html is
1860 never added to the default target, but will be triggered by build-webkit, so that
1861 when ENABLE_GTKDOC is off and build-webkit isn't used, documentation isn't built at all.
1862 * Source/cmake/OptionsGTK.cmake: Add an ENABLE_GTKDOC option to the build.
1864 2014-05-03 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
1866 [CMake] Define SHOULD_INSTALL_JS_SHELL before including ports Options files.
1867 https://bugs.webkit.org/show_bug.cgi?id=132525
1869 Reviewed by Martin Robinson.
1871 * CMakeLists.txt: If OPTION() is called after Options${PORT}.cmake is included, it will
1872 override whatever value a port may have set for it. The GTK+ port, for example, tries to set
1873 it to SHOULD_INSTALL_JS_SHELL to ON by default, even though it did not happen before.
1875 2014-05-01 David Kilzer <ddkilzer@apple.com>
1877 Really remove ENABLE_PLUGIN_PROXY_FOR_VIDEO
1878 <http://webkit.org/b/132432>
1880 Reviewed by Tim Horton.
1882 * Source/cmake/WebKitFeatures.cmake:
1883 * Source/cmakeconfig.h.cmake:
1884 - Remove ENABLE_PLUGIN_PROXY_FOR_VIDEO as build option.
1886 2014-04-30 Simon Fraser <simon.fraser@apple.com>
1888 Make sure the "All" targets build WebKitLegacy, rather than WebKit.
1890 Reviewed by Dan Bernstein/Anders Carlsson.
1892 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
1893 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
1895 2014-04-30 Simon Fraser <simon.fraser@apple.com>
1897 Let Xcode have its way with the WebKit workspace.
1899 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
1900 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
1902 2014-04-29 Martin Robinson <mrobinson@igalia.com>
1904 [GTK] Make it easier to run CMake for downstreams
1905 https://bugs.webkit.org/show_bug.cgi?id=132370
1907 Reviewed by Carlos Garcia Campos.
1909 * Source/cmake/OptionsGTK.cmake: Turn PRODUCTION_MODE into DEVELOPER_MODE.
1911 2014-04-27 Joonghun Park <jh718.park@samsung.com>
1913 [EFL] Remove indexedDB's dependency on leveldb and disable indexedDB
1914 https://bugs.webkit.org/show_bug.cgi?id=132176
1916 Reviewed by Gyuyoung Kim.
1918 EFL port will use sqlite to support indexedDB. So, this patch removes levelDB dependency for now.
1920 * Source/cmake/OptionsEfl.cmake:
1922 2014-04-22 Alex Christensen <achristensen@webkit.org>
1924 Removed old stdbool and inttypes headers.
1925 https://bugs.webkit.org/show_bug.cgi?id=131966
1927 Reviewed by Brent Fulgham.
1929 * Source/cmake/OptionsWindows.cmake:
1930 * Source/cmake/WebKitPackaging.cmake:
1931 Removed references to os-win32 directory.
1933 2014-04-22 Zan Dobersek <zdobersek@igalia.com>
1935 Fix a typo in WebKitFeatures.cmake -- INITALVALUE -> INITIALVALUE.
1937 Rubber-stamped by Carlos Garcia Campos.
1939 * Source/cmake/WebKitFeatures.cmake:
1941 2014-04-18 Jon Honeycutt <jhoneycutt@apple.com>
1943 Empty RenderInline objects should not be line break objects.
1945 https://bugs.webkit.org/show_bug.cgi?id=131861
1946 <rdar://problem/15663617>
1948 Reviewed by David Hyatt.
1950 * ManualTests/empty-inline-as-line-break-position.html: Added.
1951 This issue wouldn't reproduce in WebKitTestRunner.
1953 2014-04-19 Brent Fulgham <bfulgham@apple.com>
1955 Revert unintended workspace change in my last commit.
1957 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme: Set the
1958 Scheme type back to Debug.
1960 2014-04-18 Philippe Normand <pnormand@igalia.com>
1962 Remove NETWORK_INFO support
1963 https://bugs.webkit.org/show_bug.cgi?id=131841
1965 Reviewed by Gyuyoung Kim.
1967 * Source/cmake/OptionsEfl.cmake:
1968 * Source/cmake/OptionsGTK.cmake:
1969 * Source/cmake/WebKitFeatures.cmake:
1970 * Source/cmakeconfig.h.cmake:
1972 2014-04-17 Darin Adler <darin@apple.com>
1974 Try to fix EFL and GTK builds.
1976 * Source/cmake/OptionsEfl.cmake: Add INDEXED_DATABASE_IN_WORKERS.
1977 * Source/cmake/OptionsGTK.cmake: Ditto.
1978 * Source/cmakeconfig.h.cmake: Ditto.
1980 2014-04-16 Brendan Long <b.long@cablelabs.com>
1982 [GTK][CMAKE] build-webkit doesn't detect when the build fails
1983 https://bugs.webkit.org/show_bug.cgi?id=130148
1985 Reviewed by Martin Robinson.
1987 * 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.
1989 2014-04-16 Carlos Garcia Campos <cgarcia@igalia.com>
1991 REGRESSION(r166779): [GTK] Printing doesn't work since r166779
1992 https://bugs.webkit.org/show_bug.cgi?id=131725
1994 Reviewed by Philippe Normand.
1996 * Source/cmake/OptionsGTK.cmake: Check GTK_UNIX_PRINT_FOUND
1997 instead of GTK_UNIX_PRINTING_FOUND and set the macro
1998 HAVE_GTK_UNIX_PRINTING to 1 when found.
2000 2014-04-11 Brian J. Burg <burg@cs.washington.edu>
2002 Web Replay: memoize nondeterministic attributes of the Navigator interface
2003 https://bugs.webkit.org/show_bug.cgi?id=131340
2005 Reviewed by Timothy Hatcher.
2007 * ManualTests/inspector/replay-window-navigator-basic.html: Added.
2009 2014-04-09 Brendan Long <b.long@cablelabs.com>
2011 [GStreamer] Expose MPEG-TS metadata
2012 https://bugs.webkit.org/show_bug.cgi?id=122001
2014 Reviewed by Eric Carlson.
2016 * Source/cmake/FindGStreamer.cmake: Look for gstreamer-mpegts >= 1.3.0.
2017 * Source/cmake/OptionsEfl.cmake: Same.
2018 * Source/cmake/OptionsGTK.cmake: Same.
2020 2014-04-08 Brian J. Burg <burg@cs.washington.edu>
2022 Web Replay: memoize nondeterministic attributes of the Screen interface
2023 https://bugs.webkit.org/show_bug.cgi?id=131339
2025 Reviewed by Timothy Hatcher.
2027 * ManualTests/inspector/replay-window-screen.html: Added.
2029 2014-04-08 Martin Robinson <mrobinson@igalia.com>
2031 [GTK] Remove the WebKitGTK+ WebKit 1 code
2032 https://bugs.webkit.org/show_bug.cgi?id=131399
2034 Reviewed by Anders Carlsson.
2036 * Source/PlatformGTK.cmake: Remove WebKit1 dependency from dist target.
2037 * Source/cmake/OptionsGTK.cmake: Remove option to compile with GTK+2 or with WebKit2 disabled.
2039 2014-04-08 Dan Bernstein <mitz@apple.com>
2041 Added bmalloc to the WebKit workspace.
2042 https://bugs.webkit.org/show_bug.cgi?id=131362
2044 Reviewed by Geoff Garen.
2046 * WebKit.xcworkspace/contents.xcworkspacedata:
2047 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
2048 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
2050 2014-04-08 Geoffrey Garen <ggaren@apple.com>
2052 Build bmalloc on iOS too
2053 https://bugs.webkit.org/show_bug.cgi?id=131381
2055 Reviewed by Andreas Kling.
2057 * Source/Makefile: Build it.
2059 2014-04-07 Geoffrey Garen <ggaren@apple.com>
2061 Build bmalloc on Mac
2062 https://bugs.webkit.org/show_bug.cgi?id=131333
2064 Reviewed by Mark Rowe.
2067 * WebKitBuild: Added.
2068 * WebKitBuild/Debug: Added.
2070 2014-04-07 Ryuan Choi <ryuan.choi@samsung.com>
2072 [EFL] Turn on ENABLE_MEDIA_CONTROLS_SCRIPT
2073 https://bugs.webkit.org/show_bug.cgi?id=131257
2075 Reviewed by Gyuyoung Kim.
2077 * Source/cmake/OptionsEfl.cmake: Enable MEDIA_CONTROLS_SCRIPT
2079 2014-04-06 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
2081 [GTK] Stop trying to install WebKit1 documentation
2082 https://bugs.webkit.org/show_bug.cgi?id=131278
2084 Reviewed by Martin Robinson.
2086 * Source/PlatformGTK.cmake: Remove install() call since the WebKit1 documentation is not
2087 built anymore since r166584. This fixes `make install'.
2089 2014-04-04 Brian J. Burg <burg@cs.washington.edu>
2091 Web Replay: capture and replay wheel events and scroll commands
2092 https://bugs.webkit.org/show_bug.cgi?id=129402
2094 Reviewed by Timothy Hatcher.
2096 * ManualTests/inspector/replay-wheel-events.html: Added.
2098 2014-04-04 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
2100 [GTK][CMake] Remove FindXt.cmake.
2101 https://bugs.webkit.org/show_bug.cgi?id=131227
2103 Reviewed by Anders Carlsson.
2105 Xt is already detected by CMake's own FindX11.cmake, so there is no need to keep a custom FindXt.cmake around.
2107 * Source/cmake/FindXt.cmake: Removed.
2108 * Source/cmake/OptionsGTK.cmake:
2110 2014-04-04 Tamas Gergely <tgergely.u-szeged@partner.samsung.com>
2112 [EFL] Build error due to changed path of generated js files.
2113 https://bugs.webkit.org/show_bug.cgi?id=131215
2115 Reviewed by Gyuyoung Kim.
2117 r166648 fixed the generation of some .js files on GTK. Due to some
2118 changes in the paths it causes a build error on EFL.
2120 * Source/PlatformEfl.cmake:
2121 Replaced path for two derived source files.
2123 2014-04-02 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
2125 [GTK][CMake] Look for glx.h in OPENGL_INCLUDE_DIR.
2126 https://bugs.webkit.org/show_bug.cgi?id=131095
2128 Reviewed by Martin Robinson.
2130 One needs to take into account OpenGL's include directory found via
2131 find_package() when looking for glx.h, since if the former is a
2132 non-standard location the latter will also be. If this is not it is
2133 possible that OpenGL is found but GLX support is not properly detected.
2135 * Source/cmake/OptionsGTK.cmake:
2137 2014-04-02 Martin Robinson <mrobinson@igalia.com>
2139 REGRESSION(r165704): [GTK] Inspector resources not correctly generated
2140 https://bugs.webkit.org/show_bug.cgi?id=130343
2142 Reviewed by Gustavo Noronha Silva.
2144 * CMakeLists.txt: Add a variable which points to the directory to store WebInspectorUI
2146 * Source/cmake/WebKitFS.cmake: Generate WebInspectorUI derived sources directories.
2148 2014-04-01 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
2150 [CMake] Drop port check from FindEGL.cmake.
2151 https://bugs.webkit.org/show_bug.cgi?id=131091
2153 Reviewed by Gyuyoung Kim.
2155 There is no reason to mark some variables as advanced only for the
2158 * Source/cmake/FindEGL.cmake: Mark EGL_INCLUDE_DIR and EGL_LIBRARY
2159 as advanced regardless of the port.
2161 2014-04-01 Dániel Bátyai <dbatyai.u-szeged@partner.samsung.com>
2163 Fix the !ENABLE(BATTERY_STATUS) build
2164 https://bugs.webkit.org/show_bug.cgi?id=130183
2166 Reviewed by Anders Carlsson.
2168 * Source/cmake/OptionsEfl.cmake:
2170 2014-03-31 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
2172 [CMake][GTK] Do not expand variables twice in if() checks.
2173 https://bugs.webkit.org/show_bug.cgi?id=130964
2175 Reviewed by Martin Robinson.
2177 In CMake, `if (${foo})' causes $foo to be evaluated first and its value
2178 to be checked by the if clause. This is not what we want, and
2179 configuration fails when, say, GLX support wasn't found as the if
2180 clause is actually evaluated as `if (TRUE AND (OR TRUE))'.
2182 * Source/cmake/OptionsGTK.cmake: Pass if (FOO) instead of if (${FOO})
2185 2014-03-31 Martin Robinson <mrobinson@igalia.com>
2187 [GTK] Remove scripts code only applicable to autotools
2188 https://bugs.webkit.org/show_bug.cgi?id=130841
2190 Reviewed by Anders Carlsson.
2192 * Source/cmake/WebKitPackaging.cmake: No longer need to consider autotools files.
2194 2014-03-31 Martin Robinson <mrobinson@igalia.com>
2196 [GTK] Use PROJECT_VERSION_* instead of WEBKIT_*_VERSION
2197 https://bugs.webkit.org/show_bug.cgi?id=130936
2199 Reviewed by Carlos Garcia Campos.
2201 * Source/cmake/OptionsGTK.cmake: No longer emulate the Autotools macro names.
2203 2014-03-31 Carlos Garcia Campos <cgarcia@igalia.com>
2205 [GTK] Add support for GTK3 plugins
2206 https://bugs.webkit.org/show_bug.cgi?id=130599
2208 Reviewed by Martin Robinson.
2210 * Source/cmake/OptionsGTK.cmake:
2212 2014-03-28 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2214 [EFL] Bump glib version from 2.36 to 2.38
2215 https://bugs.webkit.org/show_bug.cgi?id=130886
2217 Reviewed by Csaba Osztrogonác.
2219 * Source/cmake/OptionsEfl.cmake: Required glib-2.38 version.
2221 2014-03-26 Zoltan Horvath <zoltan@webkit.org>
2223 [CSS Shapes] Remove shape-inside support
2224 https://bugs.webkit.org/show_bug.cgi?id=130698
2226 Reviewed by David Hyatt.
2228 * Source/cmake/WebKitFeatures.cmake:
2229 * Source/cmakeconfig.h.cmake:
2231 2014-03-25 Martin Robinson <mrobinson@igalia.com>
2233 [GTK] Remove the autotools build
2234 https://bugs.webkit.org/show_bug.cgi?id=130717
2236 Reviewed by Anders Carlsson.
2238 * .gitignore: Remove references to autotools files.
2239 * GNUmakefile.am: Removed.
2240 * Source/autotools/CheckSystemAndBasicDependencies.m4: Removed.
2241 * Source/autotools/CustomMacros.m4: Removed.
2242 * Source/autotools/FindDependencies.m4: Removed.
2243 * Source/autotools/PrintBuildConfiguration.m4: Removed.
2244 * Source/autotools/ReadCommandLineArguments.m4: Removed.
2245 * Source/autotools/SetupAutoconfHeader.m4: Removed.
2246 * Source/autotools/SetupAutomake.m4: Removed.
2247 * Source/autotools/SetupCompilerFlags.m4: Removed.
2248 * Source/autotools/SetupLibtool.m4: Removed.
2249 * Source/autotools/SetupWebKitFeatures.m4: Removed.
2250 * Source/autotools/Versions.m4: Removed.
2251 * Source/autotools/acinclude.m4: Removed.
2252 * Source/autotools/dolt.m4: Removed.
2253 * Source/autotools/gsettings.m4: Removed.
2254 * Source/cmake/OptionsGTK.cmake:
2255 * autogen.sh: Removed.
2256 * configure.ac: Removed.
2258 2014-03-25 Gabor Rapcsanyi <rgabor@webkit.org>
2260 [EFL] Add ARM64 build support
2261 https://bugs.webkit.org/show_bug.cgi?id=130506
2263 Rubber stamped by Gyuyoung Kim.
2265 * CMakeLists.txt: Set WTF_CPU_ARM64 when aarch64 is defined.
2267 2014-03-25 Michał Pakuła vel Rutka <m.pakula@samsung.com>
2269 [EFL][WK2] Add NETWORK_PROCESS build option
2270 https://bugs.webkit.org/show_bug.cgi?id=130131
2272 Reviewed by Gyuyoung Kim.
2274 Add option to build EFL port with NETWORK_PROCESS set on. By default NETWORK_PROCESS is
2277 * Source/cmake/OptionsEfl.cmake:
2279 2014-03-24 Brian Burg <bburg@apple.com>
2281 Web Replay: capture and replay keyboard events
2282 https://bugs.webkit.org/show_bug.cgi?id=130314
2284 Reviewed by Joseph Pecoraro.
2286 * ManualTests/inspector/replay-keyboard-events.html: Added.
2288 2014-03-24 Sangyong Park <sy302.park@gmail.com>
2290 [EFL] Inspector page is not loaded.
2291 https://bugs.webkit.org/show_bug.cgi?id=130661
2293 Reviewed by Gyuyoung Kim.
2295 Inspector page is not loaded, because some javascript files are not installed.
2296 (InspectorJSBackendCommands.js, InspectorWebBackendCommands.js)
2298 * Source/PlatformEfl.cmake:
2300 2014-03-20 Thiago de Barros Lacerda <thiago.lacerda@openbossa.org>
2302 [EFL][GTK] Get CMake to find Freetype2 properly
2303 https://bugs.webkit.org/show_bug.cgi?id=130150
2305 Reviewed by Martin Robinson.
2307 Newer versions of CMake are not able to find Freetype2 correctly.
2308 FindFreetype2.cmake checks for the version number in freetype.h header, since it seems that bug exists in
2309 freetype2 repo, because a completely different version number is found in freetype2.pc.
2311 * Source/cmake/FindFreetype2.cmake: Added.
2312 * Source/cmake/OptionsEfl.cmake:
2313 * Source/cmake/OptionsGTK.cmake:
2315 2014-03-20 Brian Burg <bburg@apple.com>
2317 Web Replay: capture and replay mouse events
2318 https://bugs.webkit.org/show_bug.cgi?id=129395
2320 Reviewed by Joseph Pecoraro.
2322 Create a manual test for capture/replay of mouse events.
2323 Copy over the crypto-md5.js library from SunSpider.
2325 * ManualTests/inspector/replay-mouse-events.html: Added.
2326 * ManualTests/inspector/resources/crypto-md5.js: Added.
2328 2014-03-20 Zan Dobersek <zdobersek@igalia.com>
2330 [GTK][CMake] Add support for building with Clang
2331 https://bugs.webkit.org/show_bug.cgi?id=130260
2333 Reviewed by Martin Robinson.
2335 * Source/PlatformGTK.cmake: Run the generate-gtkdoc script with the CFLAGS env set
2336 to the list C compiler flags as constructed by CMake.
2337 * Source/cmake/OptionsCommon.cmake: When building with Clang, use the -Qunused-arguments
2338 compiler option to suppress verbose warnings about arguments that went unused by the driver.
2339 * Source/cmake/OptionsGTK.cmake: Use -fno-omit-frame-pointer for both GCC and Clang.
2340 -fno-tree-dce should be used only for GCC.
2341 * Source/cmake/gtest/CMakeLists.txt: When building with Clang the GTest framework
2342 should be built with GTEST_HAS_TR1_TUPLE macro defined to 0 to avoid build failures.
2344 2014-03-20 Commit Queue <commit-queue@webkit.org>
2346 Unreviewed, rolling out r165962.
2347 https://bugs.webkit.org/show_bug.cgi?id=130512
2349 It broke the build (Requested by Ossy on #webkit).
2353 "[EFL][GTK] Get CMake to find Freetype2 properly"
2354 https://bugs.webkit.org/show_bug.cgi?id=130150
2355 http://trac.webkit.org/changeset/165962
2357 2014-03-20 Thiago de Barros Lacerda <thiago.lacerda@openbossa.org>
2359 [EFL][GTK] Get CMake to find Freetype2 properly
2360 https://bugs.webkit.org/show_bug.cgi?id=130150
2362 Reviewed by Csaba Osztrogonác.
2364 Newer versions of CMake are not able to find Freetype2 correctly.
2365 FindFreetype2.cmake checks for the version number in freetype.h header, since it seems that bug exists in
2366 freetype2 repo, because a completely different version number is found in freetype2.pc.
2368 * Source/cmake/FindFreetype2.cmake: Added.
2369 * Source/cmake/OptionsEfl.cmake:
2370 * Source/cmake/OptionsGTK.cmake:
2372 2014-03-17 Brendan Long <b.long@cablelabs.com>
2374 [GStreamer] human readable language code for tracks
2375 https://bugs.webkit.org/show_bug.cgi?id=124514
2377 Reviewed by Martin Robinson.
2379 * Source/autotools/FindDependencies.m4: Add gstreamer-tag-1.0.
2380 * Source/cmake/FindGStreamer.cmake: Same.
2381 * Source/cmake/OptionsEfl.cmake: Same.
2382 * Source/cmake/OptionsGTK.cmake: Same.
2384 2014-03-17 Martin Robinson <mrobinson@igalia.com>
2386 [GTK][CMake] Credential storage is not enabled
2387 https://bugs.webkit.org/show_bug.cgi?id=130149
2389 Reviewed by Philippe Normand.
2391 * Source/cmake/OptionsGTK.cmake: Add an ENABLE_CREDENTIAL_STORAGE option to the configuration
2392 and look libsecret when it's enabled.
2393 * Source/cmakeconfig.h.cmake: Expose the ENABLE_CREDENTIAL_STORAGE option to the build.
2395 2014-03-17 Martin Robinson <mrobinson@igalia.com>
2397 [GTK][CMake] Ensure that HAVE_GTK_UNIX_PRINTING is defined when appropriate
2398 https://bugs.webkit.org/show_bug.cgi?id=130155
2400 Reviewed by Philippe Normand.
2402 * Source/cmake/FindGTKUnixPrint.cmake: Added.
2403 * Source/cmake/OptionsGTK.cmake: Look for gtk+-unix-print and use it to turn on HAVE_GTK_UNIX_PRINTING.
2404 * Source/cmakeconfig.h.cmake: Add the HAVE_GTK_UNIX_PRINTING define.
2406 2014-03-16 Kim Byung Jun <bj1987.kim@samsung.com>
2408 [EFL] Enable TOUCH_SLIDER macro.
2409 https://bugs.webkit.org/show_bug.cgi?id=130186
2411 Reviewed by Gyuyoung Kim.
2413 * Source/cmake/OptionsEfl.cmake:
2415 2014-03-16 Zan Dobersek <zdobersek@igalia.com>
2417 [GTK][CMake] Build with -fno-rtti
2418 https://bugs.webkit.org/show_bug.cgi?id=130261
2420 Reviewed by Martin Robinson.
2422 * Source/cmake/OptionsCommon.cmake: List the -fno-exceptions, -fno-strict-aliasing
2423 and -fno-rtti options in the global CMAKE_C_FLAGS and CMAKE_CXX_FLAGS (-fno-rtti
2424 is only listed in the latter). Replace -std=gnu++0x with the official -std=c++11 option.
2425 * Source/cmake/WebKitHelpers.cmake: Stop -fno-exceptions and -fno-strict-aliasing
2426 from being set through the WEBKIT_SET_EXTRA_COMPILER_FLAGS macro, they are now listed
2427 in CMAKE_C_FLAGS and CMAKE_CXX_FLAGS.
2428 * Source/cmake/gtest/CMakeLists.txt: Build GTest code with GTEST_HAS_RTTI macro defined to 0.
2430 2014-03-16 Brendan Long <b.long@cablelabs.com>
2432 [GStreamer] CMake doesn't find the include path for gstreamer-base
2433 https://bugs.webkit.org/show_bug.cgi?id=130098
2435 Reviewed by Philippe Normand.
2437 * Source/cmake/FindGStreamer.cmake: Look for a header in gstreamer-base instead of looking for gst/gst.h twice.
2439 2014-03-14 Maciej Stachowiak <mjs@apple.com>
2441 Replace "Apple Computer, Inc." with "Apple Inc." in copyright headers
2442 https://bugs.webkit.org/show_bug.cgi?id=130276
2443 <rdar://problem/16266927>
2445 Reviewed by Simon Fraser.
2447 * ManualTests/NPN_Invoke/Info.plist:
2448 * ManualTests/NPN_Invoke/main.c:
2449 * ManualTests/accessibility/resources/AppletTest.java:
2451 2014-03-14 Zan Dobersek <zdobersek@igalia.com>
2453 [CMake] Remove -fno-tree-sra workaround for GCC 4.5
2454 https://bugs.webkit.org/show_bug.cgi?id=130258
2456 Reviewed by Martin Robinson.
2458 GCC compilers 4.7 and later are supported, so there's no need for disabling
2459 the -ftree-sra optimization which was causing problems when enabled on GCC 4.5.
2461 * Source/cmake/WebKitHelpers.cmake:
2463 2014-03-14 Landry Breuil <landry@openbsd.org>
2465 Add autotools boilerplate for proper os defines on OpenBSD/NetBSD/DragonFly
2466 https://bugs.webkit.org/show_bug.cgi?id=129966
2468 Reviewed by Andreas Kling.
2470 * Source/autotools/CheckSystemAndBasicDependencies.m4:
2471 * Source/autotools/SetupAutomake.m4:
2473 2014-03-13 Mario Sanchez Prada <mario.prada@samsung.com>
2475 [CMake] Failure to link with older installations of WebP
2476 https://bugs.webkit.org/show_bug.cgi?id=130195
2478 Reviewed by Gustavo Noronha Silva.
2480 Fix the issue by using a temporary variable as the output parameter
2481 to check_include_files(), setting WEBP_FOUND accordingly later.
2483 * Source/cmake/FindWebP.cmake: Avoid reusing the WEBP_FOUND
2484 variable in check_include_files(), as it will lead to misleading
2485 results (will always be FALSE). Use a temporary variable instead
2486 and explicitly set WEBP_FOUND to TRUE later if needed.
2488 2014-03-12 Martin Robinson <mrobinson@igalia.com>
2490 [CMake] Changes to the bindings generator Perl modules do not trigger regeneration of bindings
2491 https://bugs.webkit.org/show_bug.cgi?id=130170
2493 Reviewed by Daniel Bates.
2495 * Source/cmake/WebKitMacros.cmake: Add the Perl modules used in script generation to the dependency
2496 list. We must check whether or not the specific one exists first, because the InjectedBundle uses a
2497 fake "TestRunner" generator.
2499 2014-03-12 Carlos Garcia Campos <cgarcia@igalia.com>
2501 [GTK][CMAKE] Remove compile warnings about GTK+ deprecated API
2502 https://bugs.webkit.org/show_bug.cgi?id=130014
2504 Reviewed by Martin Robinson.
2506 Set GDK_VERSION_MIN_REQUIRED to GDK_VERSION_3_6.
2508 * Source/cmake/OptionsGTK.cmake:
2509 * Source/cmakeconfig.h.cmake:
2511 2014-03-12 Martin Robinson <mrobinson@igalia.com>
2513 [GTK][CMAKE] Too verbose build output
2514 https://bugs.webkit.org/show_bug.cgi?id=130076
2516 Reviewed by Carlos Garcia Campos.
2518 * Source/cmake/OptionsGTK.cmake: Generate a script which does the actual build. This
2519 works around an issue where cmake --build doesn't support ninja's pretty printing.
2521 2014-03-10 Mario Sanchez Prada <mario.prada@samsung.com>
2523 [GTK] Add support for Geoclue2
2524 https://bugs.webkit.org/show_bug.cgi?id=120185
2526 Reviewed by Carlos Garcia Campos.
2528 Patch by Anton Obzhirov <a.obzhirov@samsung.com> and Mario Sanchez Prada <mario.prada@samsung.com>
2530 Add support for Geoclue2 using autotools.
2532 * Source/autotools/FindDependencies.m4: Add support for handling
2533 both Geoclue 1.0 and 2.0.
2534 * Source/autotools/PrintBuildConfiguration.m4: Print the version
2535 of geoclue that is being used.
2536 * Source/autotools/SetupAutoconfHeader.m4: Define GEOCLUE_API_VERSION_2.
2537 * Source/autotools/SetupAutomake.m4: Likewise, for AM_CONDITIONAL.
2538 * Source/autotools/Versions.m4: Added minimum required version for Geoclue2.
2540 Add support for Geoclue2 using CMake.
2542 * Source/cmake/FindGeoClue2.cmake: Added.
2543 * Source/cmake/OptionsGTK.cmake: Add support for handling Geoclue 1.0 and 2.0.
2544 * Source/cmakeconfig.h.cmake: Define WTF_USE_GEOCLUE2.
2546 2014-03-10 Martin Robinson <mrobinson@igalia.com>
2548 [GTK][CMAKE] gtk-doc HTML documentation is generated by default when building with CMake
2549 https://bugs.webkit.org/show_bug.cgi?id=130016
2551 Reviewed by Carlos Garcia Campos.
2553 * Source/PlatformGTK.cmake: Add two gtkdoc targets, one which builds HTML and one which
2554 doesn't. Add the non-HTML version to the default target, but not the HTML version. The
2555 HTML version will still run when building the distribution tarball.
2557 2014-03-10 Martin Robinson <mrobinson@igalia.com>
2559 [GTK] [CMake] Clean up library linking
2560 https://bugs.webkit.org/show_bug.cgi?id=129782
2562 Reviewed by Philippe Normand.
2564 * Source/cmake/OptionsGTK.cmake: Add a macro to wrap all libraries in a list with --whole-archive
2565 so that unused symbols are not dropped. This is useful when building up shared libraries
2566 from convenience libraries.
2568 2014-03-08 Landry Breuil <landry@openbsd.org>
2570 Don't check for shm_open on librt on OpenBSD, lib doesnt exist.
2571 https://bugs.webkit.org/show_bug.cgi?id=129973
2573 Reviewed by Martin Robinson.
2575 * Source/autotools/FindDependencies.m4:
2577 2014-03-06 Anders Carlsson <andersca@apple.com>
2579 Build WebKit2 before building WebKit
2580 https://bugs.webkit.org/show_bug.cgi?id=129831
2581 <rdar://problem/15920020>
2583 Reviewed by Dan Bernstein.
2586 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
2587 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
2589 2014-03-06 Commit Queue <commit-queue@webkit.org>
2591 Unreviewed, rolling out r165193.
2592 http://trac.webkit.org/changeset/165193
2593 https://bugs.webkit.org/show_bug.cgi?id=129823
2595 Not specifying libc++ as the stdlib for Clang through CXXFLAGS
2596 env confuses libtool (Requested by zdobersek on #webkit).
2598 * Source/autotools/SetupCompilerFlags.m4:
2600 2014-03-06 Zan Dobersek <zdobersek@igalia.com>
2602 [GTK][Autotools] Default to libc++ when compiling with Clang
2603 https://bugs.webkit.org/show_bug.cgi?id=129798
2605 Reviewed by Anders Carlsson.
2607 * Source/autotools/SetupCompilerFlags.m4: Default to using libc++ when compiling with the Clang
2608 compiler. This is still overridable if -stdlib=* flag was set through CXXFLAGS, in case people
2609 would for some reason still prefer libstdc++ (i.e. on setups where a functional libc++ is not yet available).
2611 2014-03-05 Martin Robinson <mrobinson@igalia.com>
2613 [CMake] Ninja generator builds fail with "Argument list too long"
2614 https://bugs.webkit.org/show_bug.cgi?id=129771
2616 Reviewed by Daniel Bates.
2618 * Source/cmake/OptionsCommon.cmake: Work around a bug in the Ninja CMake generator,
2619 by forcing the use of response files.
2621 2014-03-05 Ryuan Choi <ryuan.choi@samsung.com>
2623 [CMake] Use thin archives if building on Linux for non-shared-core debug builds
2624 https://bugs.webkit.org/show_bug.cgi?id=108330
2626 Reviewed by Martin Robinson.
2628 In order to get non-shared debug builds, this patch applied T option for
2629 thin archives to the flags passed to ar when cmake based ports build on linux.
2630 In addition, applied u option which avoids adding a file twice.
2632 * Source/cmake/OptionsCommon.cmake: Moved archive options from OptionsGTK.cmake.
2633 * Source/cmake/OptionsEfl.cmake:
2634 Removed error messages for non-shared-core debug builds.
2635 * Source/cmake/OptionsGTK.cmake: Moved archive options to OptionsCommon.cmake.
2637 2014-03-04 Zan Dobersek <zdobersek@igalia.com>
2639 [GTK] Build the Udis86 disassembler
2640 https://bugs.webkit.org/show_bug.cgi?id=129679
2642 Reviewed by Michael Saboff.
2644 * GNUmakefile.am: Add the Udis86_nosources variable.
2645 * Source/cmake/OptionsGTK.cmake: Enable the Udis86 disassembler.
2647 2014-03-04 Martin Robinson <mrobinson@igalia.com>
2649 [GTK] Simplify the GObject DOM bindings API break check into one step
2650 https://bugs.webkit.org/show_bug.cgi?id=129571
2652 Reviewed by Carlos Garcia Campos.
2654 * Source/PlatformGTK.cmake: We don't need to run the API break check before gtkdoc generation.
2655 Add the check to 'make check.'
2657 2014-03-04 Martin Robinson <mrobinson@igalia.com>
2659 [GTK][CMake] ENABLE_NAVIGATOR_CONTENT_UTILS is mistakenly enabled for the CMake build
2660 https://bugs.webkit.org/show_bug.cgi?id=129502
2662 Reviewed by Carlos Garcia Campos.
2664 * Source/cmake/OptionsGTK.cmake: Disable the option for GTK+.
2666 2014-03-03 Jozsef Berta <jberta.u-szeged@partner.samsung.com>
2668 [cmake] *Names.cpp file should be regenerated after touching StaticString.pm
2669 https://bugs.webkit.org/show_bug.cgi?id=129031
2671 Reviewed by Csaba Osztrogonác.
2673 * Source/cmake/WebKitMacros.cmake: Added a call for make_names.pm dependencies in GENERATE_FONT_NAMES and GENERATE_DOM_NAMES macros.
2675 2014-03-03 Carlos Garcia Campos <cgarcia@igalia.com>
2677 [GTK] WebKit2WebExtension GIR can't be used in vala
2678 https://bugs.webkit.org/show_bug.cgi?id=127179
2680 Reviewed by Martin Robinson.
2682 Add a different pkg-config file for the web extensions API.
2684 * Source/cmake/OptionsGTK.cmake:
2687 2014-03-02 Dirkjan Ochtman <d.ochtman@activevideo.com>
2689 Support ENABLE_ENCRYPTED_MEDIA in cmake builds
2690 https://bugs.webkit.org/show_bug.cgi?id=129575
2692 Reviewed by Philippe Normand.
2694 * Source/cmake/OptionsEfl.cmake:
2695 Enabled ENABLE_ENCRYPTED_MEDIA{,_V2} usage.
2696 * Source/cmake/OptionsGTK.cmake:
2697 Enabled ENABLE_ENCRYPTED_MEDIA{,_V2} usage.
2698 * Source/cmake/WebKitFeatures.cmake:
2699 Enabled ENABLE_ENCRYPTED_MEDIA{,_V2} usage.
2700 * Source/cmakeconfig.h.cmake:
2701 Added ENABLE_ENCRYPTED_MEDIA{,_V2} flags.
2703 2014-02-27 Peter Molnar <pmolnar.u-szeged@partner.samsung.com>
2705 Enable support of X-Content-Type-Options: nosniff header for EFL
2706 https://bugs.webkit.org/show_bug.cgi?id=128673
2708 Reviewed by Gyuyoung Kim.
2710 * Source/cmake/OptionsEfl.cmake:
2711 Enabled NOSNIFF feature flag for EFL.
2713 2014-02-27 Koop Mast <kwm@FreeBSD.org>
2715 Fallback on checking for libz manualy if zlib.pc isn't available.
2716 https://bugs.webkit.org/show_bug.cgi?id=127061
2718 Reviewed by Gustavo Noronha Silva.
2720 * Source/autotools/FindDependencies.m4:
2722 2014-02-25 Sergio Villar Senin <svillar@igalia.com>
2724 [CSS Grid Layout] Add ENABLE flag
2725 https://bugs.webkit.org/show_bug.cgi?id=129153
2727 Reviewed by Simon Fraser.
2729 Added the ENABLE_CSS_GRID_LAYOUT feature flag to the cmake and
2730 autotools build systems. The feature is disabled by default for
2733 * Source/autotools/SetupWebKitFeatures.m4:
2734 * Source/cmake/OptionsEfl.cmake:
2735 * Source/cmake/OptionsGTK.cmake:
2736 * Source/cmake/WebKitFeatures.cmake:
2737 * Source/cmakeconfig.h.cmake:
2739 2014-02-24 Martin Robinson <mrobinson@igalia.com>
2741 [GTK] generate-gtkdoc should not generate documentation for source files for unbuilt source files
2742 https://bugs.webkit.org/show_bug.cgi?id=128417
2744 Reviewed by Carlos Garcia Campos.
2746 * Source/cmake/OptionsGTK.cmake: Define the paths to the pkgconfig files here, so that they
2747 may one day be used in the webkitdom config file generation.
2749 2014-02-18 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2751 [EFL][CMake] Fix javascriptcore test failings by the jsCStack branch merge
2752 https://bugs.webkit.org/show_bug.cgi?id=128961
2754 Reviewed by Ryosuke Niwa.
2756 Javascriptcore test on EFL port has been broken since the jsCStack branch merge.
2757 For now we can fix almost tests by using "-fno-tree-dce option". Unfortunately,
2758 EFL port needs not to check "uninitialized" build warning as error in order to
2759 adjust the option to EFL port. This patch don't take it as error temporarily.
2761 * Source/cmake/OptionsEfl.cmake:
2762 * Source/cmake/WebKitHelpers.cmake:
2764 2014-02-16 Martin Robinson <mrobinson@igalia.com>
2766 [GTK] [CMake] JavaScriptCore crashes in JSC::eval
2767 https://bugs.webkit.org/show_bug.cgi?id=128434
2769 Reviewed by Anders Carlsson.
2771 * Source/cmake/OptionsGTK.cmake: Add -fno-omit-frame-pointer to the GTK+ CMake
2772 port as well as -fno-tree-dce, like it is used in the autotools build.
2774 2014-02-17 ChangSeok Oh <changseok.oh@collabora.com>
2776 [GTK] MEDIA_CONTROLS_SCRIPT depends on VIDEO_TRACK
2777 https://bugs.webkit.org/show_bug.cgi?id=128799
2779 Reviewed by Philippe Normand.
2781 MEDIA_CONTROLS_SCRIPT has a dependency on VIDEO_TRACK. So it causes a build break
2782 if building with autotools. cmake system has enabled it as default. So I propose
2783 enabling VIDEO_TRACK as well.
2785 * Source/autotools/SetupWebKitFeatures.m4:
2787 2014-02-14 Commit Queue <commit-queue@webkit.org>
2789 Unreviewed, rolling out r164090.
2790 http://trac.webkit.org/changeset/164090
2791 https://bugs.webkit.org/show_bug.cgi?id=128807
2793 It broke the EFL build (Requested by Ossy on #webkit).
2795 * Source/cmake/OptionsCommon.cmake:
2796 * Source/cmake/OptionsEfl.cmake:
2798 2014-02-09 Martin Robinson <mrobinson@igalia.com>
2800 [GTK] [CMake] JavaScriptCore crashes in JSC::eval
2801 https://bugs.webkit.org/show_bug.cgi?id=128434
2803 Extend a fix for EFL to all ports that use GCC. Also include further fixes
2804 that were applied only to the autotools build.
2806 Reviewed by Gyuyoung Kim.
2808 * Source/cmake/OptionsCommon.cmake: Add -fno-omit-frame-pointer to all ports as well
2809 as -fno-tree-dce, which is necessary for GTK+.
2810 * Source/cmake/OptionsEfl.cmake: The GCC flag additions are now in the common options file.
2812 2014-02-04 Gustavo Noronha Silva <gns@gnome.org>
2814 [GTK][CMake] Generate GObject DOM bindings .symbols files
2815 https://bugs.webkit.org/show_bug.cgi?id=126210
2817 Reviewed by Martin Robinson.
2819 * Source/PlatformGTK.cmake: add checking DOM bindings API as a dependency
2820 for documentation generation.
2822 2014-02-13 Xabier Rodriguez Calvar <calvaris@igalia.com>
2824 [GTK] MEDIA_CONTROLS_SCRIPT support
2825 https://bugs.webkit.org/show_bug.cgi?id=123097
2827 Reviewed by Jer Noble.
2829 Part of the Autotools and CMake structure to build the media
2832 * Source/autotools/SetupWebKitFeatures.m4: Activated the media
2833 controls script by default.
2834 * Source/cmake/OptionsGTK.cmake: Activated the media controls
2836 * Source/cmake/WebKitFeatures.cmake: Created the option to
2837 activate the controls script.
2838 * Source/cmakeconfig.h.cmake: Created the define template the the
2839 media controls script.
2841 2014-02-12 Zan Dobersek <zdobersek@igalia.com>
2843 [GDB] Add .gdbinit to the list of files ignored by Git
2844 https://bugs.webkit.org/show_bug.cgi?id=128455
2846 Reviewed by Anders Carlsson.
2848 * .gitignore: Ignore the .gdbinit file which can be used to perform WebKit-specific GDB initialization
2849 when the debugger is launched in the repository's root directory. Also remove a Chromium-specific comment
2850 that covers already removed entries.
2852 2014-02-11 Oliver Hunt <oliver@apple.com>
2854 Make it possible to implement JS builtins in JS
2855 https://bugs.webkit.org/show_bug.cgi?id=127887
2857 Reviewed by Michael Saboff.
2860 * Source/cmake/gtest/CMakeLists.txt:
2862 2014-02-12 Ryan Lortie <desrt@desrt.ca>
2864 'ar T' is not portable and breaks the build on FreeBSD
2865 https://bugs.webkit.org/show_bug.cgi?id=128596
2867 Reviewed by Gustavo Noronha Silva.
2869 Create thin archives only if we are using GNU ar.
2871 * Source/autotools/SetupLibtool.m4:
2873 2014-02-10 Krzysztof Wolanski <k.wolanski@samsung.com>
2875 Add the CSS_SHAPE_INSIDE to CMake feature list
2876 https://bugs.webkit.org/show_bug.cgi?id=128530
2878 Reviewed by Gyuyoung Kim.
2880 CSS_SHAPE_INSIDE flag was added in r163333,
2881 this patch is adding this flag to CMake feature list.
2883 * Source/cmake/WebKitFeatures.cmake:
2884 * Source/cmakeconfig.h.cmake:
2886 2014-02-09 Carlos Garnacho <carlosg@gnome.org>
2888 [GTK] Enable touch features
2889 https://bugs.webkit.org/show_bug.cgi?id=98931
2891 Reviewed by Carlos Garcia Campos.
2893 * Source/autotools/SetupWebKitFeatures.m4:
2894 * Source/cmake/OptionsGTK.cmake: set ENABLE_TOUCH_EVENTS to 1 if building with GTK+.
2896 2014-02-06 Andreas Kling <akling@apple.com>
2898 Remove unused ENABLE(REPAINT_THROTTLING) flag.
2899 <https://webkit.org/b/128329>
2901 Reviewed by Antti Koivisto.
2903 * Source/cmake/WebKitFeatures.cmake:
2904 * Source/cmakeconfig.h.cmake:
2906 2014-02-06 Joseph Pecoraro <pecoraro@apple.com>
2908 [iOS] make should build WebKit2
2909 https://bugs.webkit.org/show_bug.cgi?id=128351
2911 Reviewed by Daniel Bates.
2915 2014-02-05 Andreas Kling <akling@apple.com>
2917 Remove ENABLE(DIRECTORY_UPLOAD).
2918 <https://webkit.org/b/128275>
2920 Rubber-stamped by Ryosuke Niwa.
2922 * Source/autotools/SetupWebKitFeatures.m4:
2923 * Source/cmake/WebKitFeatures.cmake:
2925 2014-02-05 Csaba Osztrogonác <ossy@webkit.org>
2927 Remove ENABLE(SVG) guards
2928 https://bugs.webkit.org/show_bug.cgi?id=127991
2930 Reviewed by Sam Weinig.
2932 * Source/autotools/FindDependencies.m4:
2933 * Source/autotools/PrintBuildConfiguration.m4:
2934 * Source/autotools/ReadCommandLineArguments.m4:
2935 * Source/autotools/SetupAutomake.m4:
2936 * Source/autotools/SetupWebKitFeatures.m4:
2937 * Source/cmake/OptionsEfl.cmake:
2938 * Source/cmake/OptionsGTK.cmake:
2939 * Source/cmake/WebKitFeatures.cmake:
2940 * Source/cmakeconfig.h.cmake:
2942 2014-02-04 Andreas Kling <akling@apple.com>
2944 Remove <iframe seamless> support.
2945 <https://webkit.org/b/128213>
2947 Rubber-stamped by Antti Koivisto.
2949 * Source/autotools/SetupWebKitFeatures.m4:
2950 * Source/cmake/WebKitFeatures.cmake:
2951 * Source/cmakeconfig.h.cmake:
2953 2014-01-31 Benjamin Poulain <bpoulain@apple.com>
2955 Remove LEGACY_VIEWPORT_ADAPTION
2956 https://bugs.webkit.org/show_bug.cgi?id=128028
2958 Reviewed by Anders Carlsson.
2960 * Source/cmake/WebKitFeatures.cmake:
2961 * Source/cmakeconfig.h.cmake:
2963 2014-01-31 Oliver Hunt <oliver@apple.com>
2965 Rollout r163195 and related patches
2968 * Source/cmake/gtest/CMakeLists.txt:
2970 2014-01-29 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.
2979 * Source/cmake/gtest/CMakeLists.txt:
2981 2014-01-30 Martin Robinson <mrobinson@igalia.com>
2983 [GTK] [CMake] Add support for building against GTK+ 2
2984 https://bugs.webkit.org/show_bug.cgi?id=127959
2986 Reviewed by Anders Carlsson.
2988 * Source/cmake/OptionsGTK.cmake: Add a new option to use GTK 2 and make a variable holding the
2989 library API version. When using GTK 2 do not build WebKit 2.
2991 2014-01-30 Martin Robinson <mrobinson@igalia.com>
2993 [GTK] [CMake] Add a "make dist" target
2994 https://bugs.webkit.org/show_bug.cgi?id=116378
2996 Reviewed by Gustavo Noronha Silva.
2998 * Source/PlatformGTK.cmake: A CMake support for executing the make-dist
2999 script and then turning the tarfile into a LZMA compressed file.
3001 2014-01-30 Zan Dobersek <zdobersek@igalia.com>
3003 [GTK] Only disable -ftree-dce optimization when compiling with GCC
3004 https://bugs.webkit.org/show_bug.cgi?id=127911
3006 Reviewed by Carlos Garcia Campos.
3008 * Source/autotools/SetupAutomake.m4: Define the COMPILER_GCC and COMPILER_CLANG Automake macros.
3009 These can be used when compiler-specific flags have to be used. The latter one is not actually needed
3010 at the moment, but is added for the sake of completeness.
3012 2014-01-30 Csaba Osztrogonác <ossy@webkit.org>
3014 [EFL] Fix the regression caused by the jsCStack branch merge
3015 https://bugs.webkit.org/show_bug.cgi?id=127898
3017 Reviewed by Zoltan Herczeg.
3019 * Source/cmake/OptionsEfl.cmake: Build with -fno-omit-frame-pointer.
3021 2014-01-29 Csaba Osztrogonác <ossy@webkit.org>
3023 Remove ENABLE(JAVASCRIPT_DEBUGGER) leftovers
3024 https://bugs.webkit.org/show_bug.cgi?id=127845
3026 Reviewed by Joseph Pecoraro.
3028 * Source/autotools/SetupWebKitFeatures.m4:
3030 2014-01-29 Csaba Osztrogonác <ossy@webkit.org>
3032 Remove ENABLE(JAVASCRIPT_DEBUGGER) guards
3033 https://bugs.webkit.org/show_bug.cgi?id=127840
3035 Reviewed by Mark Lam.
3037 * Source/cmake/WebKitFeatures.cmake:
3038 * Source/cmakeconfig.h.cmake:
3040 2014-01-25 Darin Adler <darin@apple.com>
3042 Get rid of ICU_UNICODE and WCHAR_UNICODE remnants
3043 https://bugs.webkit.org/show_bug.cgi?id=127623
3045 Reviewed by Anders Carlsson.
3047 * Source/cmake/OptionsEfl.cmake: Removed ICU_UNICODE and WCHAR_UNICODE flags.
3048 * Source/cmake/OptionsGTK.cmake: Ditto.
3049 * Source/cmake/OptionsWinCE.cmake: Ditto.
3051 2014-01-23 Max Vujovic <mvujovic@adobe.com>
3053 Remove CSS Custom Filters code and tests
3054 https://bugs.webkit.org/show_bug.cgi?id=127382
3056 Reviewed by Simon Fraser.
3058 * Source/autotools/FindDependencies.m4:
3059 * Source/autotools/SetupWebKitFeatures.m4:
3060 * Source/cmake/WebKitFeatures.cmake:
3061 * Source/cmakeconfig.h.cmake:
3063 2014-01-22 Martin Robinson <mrobinson@igalia.com>
3065 [GTK][CMake] Add support for building the NetworkProcess
3066 https://bugs.webkit.org/show_bug.cgi?id=127195
3068 Reviewed by Daniel Bates.
3070 * Source/cmake/OptionsGTK.cmake: Turn on the network process and give it
3071 a name like the WebProcess.
3073 2014-01-20 Ryuan Choi <ryuan.choi@samsung.com>
3075 [CMAKE] Remove Nix from CMake scripts
3076 https://bugs.webkit.org/show_bug.cgi?id=127264
3078 Reviewed by Anders Carlsson.
3081 * Source/CMakeLists.txt:
3082 * Source/cmake/FindEGL.cmake:
3083 * Source/cmake/OptionsCommon.cmake:
3085 2014-01-18 Anders Carlsson <andersca@apple.com>
3087 Remove ENABLE_THREADED_HTML_PARSER defines everywhere
3088 https://bugs.webkit.org/show_bug.cgi?id=127225
3090 Reviewed by Andreas Kling.
3092 This concludes the removal of over 8.8 million lines of threaded parser code.
3094 * Source/autotools/SetupWebKitFeatures.m4:
3095 * Source/cmake/WebKitFeatures.cmake:
3096 * Source/cmakeconfig.h.cmake:
3098 2014-01-18 Lauro Neto <lauro.neto@openbossa.org>
3100 Remove Nix files from WebCore
3101 https://bugs.webkit.org/show_bug.cgi?id=127176
3103 Reviewed by Anders Carlsson.
3105 * Source/cmake/OptionsNix.cmake: Removed.
3107 2014-01-18 Zan Dobersek <zdobersek@igalia.com>
3109 [GTK] Bump the minimum required Clang version to 3.3
3110 https://bugs.webkit.org/show_bug.cgi?id=127178
3112 Reviewed by Martin Robinson.
3114 * Source/autotools/CheckSystemAndBasicDependencies.m4: Require Clang 3.3 or later when using the Clang compiler to
3115 build the GTK port. Building with Clang 3.2 doesn't work anymore and there's no point in fixing that, as we should
3116 support the latest two versions of Clang (3.3 and 3.4), just like we do with GCC (4.7 and 4.8).
3118 2014-01-14 Dan Bernstein <mitz@apple.com>
3120 Only use color in make output when it’s going to a terminal.
3122 Reviewed by Mark Rowe.
3126 2014-01-13 Martin Robinson <mrobinson@igalia.com>
3128 [CMake] Mark all dependency include paths and libraries as advanced variables
3129 https://bugs.webkit.org/show_bug.cgi?id=126504
3131 Reviewed by Daniel Bates.
3133 * Source/cmake/FindATK.cmake: Mark result variable as advanced.
3134 * Source/cmake/FindCairo.cmake: Ditto.
3135 * Source/cmake/FindEGL.cmake: Ditto.
3136 * Source/cmake/FindEnchant.cmake: Ditto.
3137 * Source/cmake/FindGLIB.cmake: Ditto.
3138 * Source/cmake/FindGStreamer.cmake: Ditto.
3139 * Source/cmake/FindHarfBuzz.cmake: Ditto.
3140 * Source/cmake/FindLibSoup.cmake: Ditto.
3142 2014-01-13 Martin Robinson <mrobinson@igalia.com>
3144 [GTK][CMake] Add a 'check' target
3145 https://bugs.webkit.org/show_bug.cgi?id=126770
3147 Reviewed by Daniel Bates.
3149 * Source/PlatformGTK.cmake: Add a 'check' target that calls run-gtk-tests.
3151 2014-01-13 Carlos Garcia Campos <cgarcia@igalia.com>
3153 Unreviewed. Update NEWS and Versions.m4 for 2.3.4 release.
3155 * Source/autotools/Versions.m4: Bump version numbers.
3157 2014-01-12 Sergio Correia <sergio.correia@openbossa.org>
3159 [EFL][WK2] Make API tests work again
3160 https://bugs.webkit.org/show_bug.cgi?id=126769
3162 Reviewed by Gyuyoung Kim.
3164 The EFL and WK2 test binaries are currently being generated at *TestWebKitAPI/
3165 [E]WebKit2, respectively, and this causes problems because the logic to find
3166 where WebProcess is to look in the same directory of the running process and
3167 then proceed to use LIBEXECDIR (typically /usr/loca/bin).
3169 This patch introduces a WEBKIT_EXEC_PATH environment variable, inspired in the
3170 Gtk port, which allows us to look for WebProcess initially in this directory,
3173 * Source/cmake/OptionsEfl.cmake: Define WEBKIT_EXEC_PATH, to be used by
3176 2014-01-11 Dan Bernstein <mitz@apple.com>
3178 [Mac] xcodebuild color output is suppressed when using make
3179 https://bugs.webkit.org/show_bug.cgi?id=126815
3181 Reviewed by Anders Carlsson.
3183 WHen using make, xcodebuild’s output is piped through a filter, which causes it not to
3184 format its output with color and emphasis.
3186 * Makefile.shared: Pass COLOR_DIAGNOSTICS=YES to xcodebuild to force color output on. Due to
3187 xcodebuild limitations, this restores some of the formatting, but not all of it.
3189 2014-01-10 Benjamin Poulain <bpoulain@apple.com>
3191 Remove the BlackBerry port from trunk
3192 https://bugs.webkit.org/show_bug.cgi?id=126715
3194 Reviewed by Anders Carlsson.
3197 * Source/cmake/OptionsCommon.cmake:
3199 2014-01-10 Tamas Gergely <tgergely.u-szeged@partner.samsung.com>
3201 [EFL][JSC] Enable udis86 disassembler on efl.
3202 https://bugs.webkit.org/show_bug.cgi?id=125502
3204 Reviewed by Michael Saboff.
3206 Enable udis86 disassembler on efl and fix build warnings.
3208 * Source/cmake/OptionsEfl.cmake:
3209 Enable udis86 disassembler.
3211 2014-01-10 Benjamin Poulain <bpoulain@apple.com>
3213 Remove the BlackBerry port from trunk
3214 https://bugs.webkit.org/show_bug.cgi?id=126715
3216 Reviewed by Anders Carlsson.
3220 2014-01-09 Benjamin Poulain <bpoulain@apple.com>
3222 Remove the BlackBerry files outside WebCore
3223 https://bugs.webkit.org/show_bug.cgi?id=126715
3225 Reviewed by Anders Carlsson.
3227 * ManualTests/blackberry: Removed.
3228 * Source/cmake/OptionsBlackBerry.cmake: Removed.
3230 2014-01-08 Martin Robinson <mrobinson@igalia.com>
3232 [GTK] [CMake] Specify the executable and library output locations in the build
3233 https://bugs.webkit.org/show_bug.cgi?id=126671
3235 Reviewed by Gustavo Noronha Silva.
3237 * Source/cmake/OptionsGTK.cmake: Explicitly specify the output locations.
3239 2014-01-08 Dániel Bátyai <dbatyai.u-szeged@partner.samsung.com>
3241 [EFL] Make FTL buildable
3242 https://bugs.webkit.org/show_bug.cgi?id=125777
3244 Reviewed by Csaba Osztrogonác.
3246 * Source/cmake/OptionsEfl.cmake:
3247 * Source/cmakeconfig.h.cmake:
3249 2014-01-08 Alberto Garcia <berto@igalia.com>
3251 REGRESSION(r160304): [GTK] Disable libtool fast install
3252 https://bugs.webkit.org/show_bug.cgi?id=126381
3254 Reviewed by Gustavo Noronha Silva.
3256 Don't disable the libtool fast-install mode unconditionally by
3259 If the fast-install mode is disabled, binaries are generated ready
3260 to use the libraries directly from the build tree. If we use the
3261 GNU linker, those binaries are then relinked when they are
3264 However, libtool fails to do it properly when an installation
3265 prefix is set with DESTDIR, and ends up installing the libtool
3266 wrappers instead of the actual binaries.
3268 * Source/autotools/SetupLibtool.m4:
3270 2014-01-07 Gustavo Noronha Silva <gustavo.noronha@collabora.com>
3272 Unreviewed GTK/CMake build fix: use the correct location for docs-build.stamp
3273 in output and dependencies declarations, so docs are not built needlessly
3276 * Source/PlatformGTK.cmake:
3278 2014-01-04 Carlos Garcia Campos <cgarcia@igalia.com>
3280 [GTK] Move all GTK/GObject unit tests to Tools/TestWebKitAPI
3281 https://bugs.webkit.org/show_bug.cgi?id=126342
3283 Reviewed by Gustavo Noronha Silva.
3285 * GNUmakefile.am: Remove unused variable.
3286 * Source/PlatformGTK.cmake: No longer include the old unit tests directories.
3288 2014-01-06 Zan Dobersek <zdobersek@igalia.com>
3290 [GTK] configure errors out when building with libc++
3291 https://bugs.webkit.org/show_bug.cgi?id=126431
3293 Reviewed by Martin Robinson.
3295 Ease up the Clang and libstdc++ combination test to only fail if libstdc++ < 4.8.1 is actually used.
3296 This allows for libc++ to be used as well. The test is moved into SetupCompilerFlags.m4 and is done
3297 after the CXXFLAGS variable is properly set up, that is when all the C++ compiler options are determined.
3299 * Source/autotools/CheckSystemAndBasicDependencies.m4:
3300 * Source/autotools/SetupCompilerFlags.m4:
3302 2014-01-06 Martin Robinson <mrobinson@igalia.com>
3304 [CMake] [GTK] Fix the build for the WebKitGTK+ developer configuration
3305 https://bugs.webkit.org/show_bug.cgi?id=126505
3307 Reviewed by Gustavo Noronha Silva.
3309 * Source/cmake/FindGLIB.cmake: Add support for finding the gio-unix include directory location.
3310 * Source/cmake/FindGUdev.cmake: Added.
3311 * Source/cmake/FindGeoClue.cmake: Added.
3312 * Source/cmake/OptionsGTK.cmake: When gamepad is enabled look for gio-unix and GUdev. When
3313 geolocation is enabled look for GeoClue.
3315 2014-01-06 Zan Dobersek <zdobersek@igalia.com>
3317 [GTK] Use libc++ for C++11 on darwin
3318 https://bugs.webkit.org/show_bug.cgi?id=126325
3320 Reviewed by Martin Robinson.
3322 * Source/autotools/SetupCompilerFlags.m4: Don't default to libstdc++ when compiling with Clang.
3323 Instead, the compiler should determine itself what standard library to use, except on Darwin,
3324 where libc++ should be enforced. The standard library of user's choosing can still be enforced
3325 through the CXXFLAGS environment variable.
3327 2014-01-05 Martin Robinson <mrobinson@igalia.com>
3329 [GTK] [CMake] Ensure that the autotools build and the CMake install the same files
3330 https://bugs.webkit.org/show_bug.cgi?id=116379
3332 Reviewed by Gustavo Noronha Silva.
3334 * Source/PlatformGTK.cmake: Install the documentation.
3335 * Source/cmake/OptionsCommon.cmake: Add a LIBEXEC variable for WebKit2 executables, and
3336 don't use the default locations on GTK+. We will get them from the CMake-provided GNU installation
3338 * Source/cmake/OptionsGTK.cmake: Setup the installation variables using the ones provided
3339 by CMake's GNU installation directory support. Fix the definition of DATADIR. Always install
3342 2014-01-05 Carlos Garcia Campos <cgarcia@igalia.com>
3344 [GTK] Stop installing WebKit2 C API headers
3345 https://bugs.webkit.org/show_bug.cgi?id=126489
3347 Reviewed by Martin Robinson.
3351 2014-01-04 Martin Robinson <mrobinson@igalia.com>
3353 [GTK] [CMake] Improve the way we locate gobject-introspection
3354 https://bugs.webkit.org/show_bug.cgi?id=126452
3356 Reviewed by Philippe Normand.
3358 * Source/cmake/FindGObjectIntrospection.cmake: Added.
3359 * Source/cmake/OptionsGTK.cmake: Load the new FindGObjectIntrospection file.
3361 2014-01-04 Martin Robinson <mrobinson@igalia.com>
3363 [GTK] [CMake] Fix the video and audio build
3364 https://bugs.webkit.org/show_bug.cgi?id=126464
3366 Reviewed by Philippe Normand.
3368 * Source/cmake/OptionsGTK.cmake: GStreamer files look for USE(GSTREAMER) and USE(WEBAUDIO_GSTREAMER),
3369 so define those when appropriate. Web audio is one by default in autotools, so turn it on for cmake
3372 2014-01-03 Martin Robinson <mrobinson@igalia.com>
3374 [CMake] The forwarding headers generated by WebKitMacros.m4 are incompatible with the headers generated by generate-forwarding-headers.pl
3375 https://bugs.webkit.org/show_bug.cgi?id=126361
3377 Reviewed by Philippe Normand.
3379 Make the forwarding headers generated by WebKitMacros.m4 compatible with the headers
3380 generated by the WebKit2 forwarding headers generation script.
3382 * Source/cmake/WebKitMacros.cmake: Try to convert absolute paths in the forwarding headers
3383 to ones that are relative to the Source directory.
3385 2014-01-02 Carlos Garcia Campos <cgarcia@igalia.com>
3387 REGRESSION(r160304): [GTK] Disable libtool fast install
3388 https://bugs.webkit.org/show_bug.cgi?id=126381
3390 Reviewed by Martin Robinson.
3392 After r160304 we are building some of our binaries that are
3393 installed with the -no-fast-install ld flag. This makes that the
3394 binaries are installed with the source code path hardcoded in
3395 binary RPATH. Disabling fast install globally, the libtool script
3396 always relinks the binaries right before being installed.
3398 * Source/autotools/SetupLibtool.m4: Add AC_DISABLE_FAST_INSTALL.
3400 2014-01-02 Jaehun Lim <ljaehun.lim@samsung.com>
3402 [CMake][EFL] Fix some typos in OptionsEfl.cmake
3403 https://bugs.webkit.org/show_bug.cgi?id=126376
3405 Reviewed by Gyuyoung Kim.
3407 * Source/cmake/WebKitFeatures.cmake: Correct a wrong word and remove comma(,).
3409 2013-12-30 Martin Robinson <mrobinson@igalia.com>
3411 [CMake] [GTK] Add support for GObject introspection
3412 https://bugs.webkit.org/show_bug.cgi?id=126162
3414 Reviewed by Daniel Bates.
3416 * Source/PlatformGTK.cmake: Add a 'gir' target that builds all GIR files.
3417 * Source/cmake/OptionsGTK.cmake: Add a macro for propagating typelib
3418 targets to the Source level of the build.
3420 2013-12-29 Martin Robinson <mrobinson@igalia.com>
3422 [GTK][CMake] Translations must be built
3423 https://bugs.webkit.org/show_bug.cgi?id=125513
3425 Reviewed by Gustavo Noronha Silva.
3427 * Source/PlatformGTK.cmake: Add the po subdirectory.
3429 2013-12-28 Giovanni Campagna <gcampagna@src.gnome.org>
3431 [GTK] Fix release builds with NetworkProcess enabled
3432 https://bugs.webkit.org/show_bug.cgi?id=126247
3434 Reviewed by Carlos Garcia Campos.
3436 * Source/autotools/symbols.filter:
3438 2013-12-26 Martin Robinson <mrobinson@igalia.com>
3440 [GTK] [CMake] Add a production build type
3441 https://bugs.webkit.org/show_bug.cgi?id=126179
3443 Reviewed by Daniel Bates.
3445 * Source/PlatformGTK.cmake: When the API tests are enabled compile the WebKit GObject
3446 API unit tests. The inclusion of these build files was inadvertently removed in an earlier
3448 * Source/cmake/OptionsGTK.cmake: When in production mode turn off all tools and tests and
3449 use the autotools linker script.
3451 2013-12-25 Martin Robinson <mrobinson@igalia.com>
3453 [GTK] [CMake] Properly name the JavaScriptCore library
3454 https://bugs.webkit.org/show_bug.cgi?id=126220
3456 Reviewed by Gustavo Noronha Silva.
3458 * Source/cmake/OptionsGTK.cmake: Set the JSC library name properly.
3460 2013-12-25 Martin Robinson <mrobinson@igalia.com>
3462 [GTK] [CMake] Clean up generated sources directories
3463 https://bugs.webkit.org/show_bug.cgi?id=126216
3465 Reviewed by Gustavo Noronha Silva.
3467 * Source/cmake/OptionsGTK.cmake: Pre-define the main derived sources directories
3468 so that they definitions can be shared easily throughout the build system.
3470 2013-12-23 Jinwoo Song <jinwoo7.song@samsung.com>
3472 [EFL][CMAKE] Case insensitive string comparison of build type
3473 https://bugs.webkit.org/show_bug.cgi?id=126153
3475 Reviewed by Daniel Bates.
3477 Compare CMAKE_BUILD_TYPE with "debug" ignoring case.
3479 * Source/cmake/OptionsEfl.cmake:
3481 2013-12-23 Gustavo Noronha Silva <gns@gnome.org>
3483 [GTK] [CMake] Add support for generating gtkdoc
3484 https://bugs.webkit.org/show_bug.cgi?id=116376
3486 Reviewed by Martin Robinson.
3488 * Source/PlatformGTK.cmake: Added. New custom target that depends on a custom command
3489 which calls our generate-gtkdoc script. It uses a docs-build.stamp for simplicity,
3490 like the autotools build.
3492 2013-12-23 Martin Robinson <mrobinson@igalia.com>
3494 [GTK] [CMake] Build the WebKit2 GObject API tests
3495 https://bugs.webkit.org/show_bug.cgi?id=125683
3497 Reviewed by Daniel Bates.
3499 * Source/PlatformGTK.cmake: Load the WebKit2 tests file if necessary.
3500 * Source/cmake/FindATSPI.cmake: Added.
3501 * Source/cmake/OptionsGTK.cmake: Look for AT-SPI, but don't fail if it isn't found.
3503 2013-12-23 Martin Robinson <mrobinson@igalia.com>
3505 [GTK] [CMake] Build the WebKit1 GObject API tests
3506 https://bugs.webkit.org/show_bug.cgi?id=125684
3508 Reviewed by Daniel Bates.
3510 * Source/PlatformGTK.cmake: Added.
3512 2013-12-22 Martin Robinson <mrobinson@igalia.com>
3514 https://bugs.webkit.org/show_bug.cgi?id=125511
3516 [GTK][CMake] libtool-compatible soversion calculation
3517 Reviewed by Gustavo Noronha Silva.
3519 * Source/cmake/OptionsGTK.cmake: Specify the appropriate libtool triples and use
3520 the CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE macro to specify the library-specific
3521 version information.
3522 * Source/cmake/WebKitHelpers.cmake: Add some helpful macros.
3524 2013-12-23 Gustavo Noronha Silva <gns@gnome.org>
3526 [GTK] [CMake] Generate pkg-config files
3527 https://bugs.webkit.org/show_bug.cgi?id=125685
3529 Reviewed by Martin Robinson.
3531 * Source/cmake/OptionsGTK.cmake: set variables used for filling in the values in the
3534 2013-12-23 Carlos Garcia Campos <cgarcia@igalia.com>
3536 [GTK] Build with network process unconditionally
3537 https://bugs.webkit.org/show_bug.cgi?id=126128
3539 Reviewed by Martin Robinson.
3541 * Source/autotools/SetupAutomake.m4: Remove network process
3542 conditional for Makefiles.
3543 * Source/autotools/SetupWebKitFeatures.m4: Remove network process
3546 2013-12-18 Gustavo Noronha Silva <gns@gnome.org>
3548 [GTK][CMake] make libjavascriptcoregtk a public shared library again
3549 https://bugs.webkit.org/show_bug.cgi?id=125512
3551 Reviewed by Martin Robinson.
3553 * CMakeLists.txt: make JavaScriptCore always be a shared library for the GTK+ port.
3554 * Source/cmake/WebKitHelpers.cmake: make -fvisibility=hidden not be applied for GTK+,
3555 visibility of some symbols is required for threading to be initialized properly by
3556 WebKit2 processes, and we will rely on a linker script that will be added later on,
3557 for production builds.
3559 2013-12-16 Martin Robinson <mrobinson@igalia.com>
3561 [GTK] [CMake] Add support for building WebKit1
3562 https://bugs.webkit.org/show_bug.cgi?id=116377
3564 Reviewed by Gustavo Noronha Silva.
3566 * Source/cmake/OptionsGTK.cmake: Turn off some features that do not build properly
3567 for WebKit1 and stop using the version script which we haven't implemented yet. Turn
3570 2013-12-18 Gustavo Noronha Silva <gns@gnome.org>
3572 [GTK][CMake] Use thin archives if building on Linux, only way to get non-shared-core debug builds
3573 https://bugs.webkit.org/show_bug.cgi?id=125951
3575 Reviewed by Martin Robinson.
3577 * Source/cmake/OptionsGTK.cmake: append T for thin archives to the flags passed to ar,
3578 also use u, which is used in the autotools build (it avoids adding a file twice).
3580 2013-12-18 Gustavo Noronha Silva <gns@gnome.org>
3582 [GTK][CMake] Remove binary size optimizations we do not use in the autotools build
3583 https://bugs.webkit.org/show_bug.cgi?id=125947
3585 Reviewed by Martin Robinson.
3587 * Source/cmake/OptionsGTK.cmake: remove the relevant flags.
3589 2013-12-18 Carlos Garcia Campos <cgarcia@igalia.com>
3591 Unreviewed. Update NEWS and Versions.m4 for 2.3.3 release.
3593 * Source/autotools/Versions.m4: Bump version numbers.
3595 2013-12-12 Martin Robinson <mrobinson@igalia.com>
3597 [GTK] [CMake] Build the plugin process against GTK+ 2
3598 https://bugs.webkit.org/show_bug.cgi?id=116374
3600 Reviewed by Gustavo Noronha Silva.
3602 * Source/cmake/FindGDK2.cmake: Added.
3603 * Source/cmake/FindGTK2.cmake: Added.
3604 * Source/cmake/OptionsGTK.cmake: Look for GTK2 and GDK2.
3605 * Source/cmake/WebKitMacros.cmake: Abstract WebKit2 IPC generation here so it
3606 can be shared between the WebKit2 library and the plugin process.
3608 2013-12-17 Simon Pena <simon.pena@samsung.com>
3610 [NIX] Enable full debug builds by having ar creating thin archives
3611 https://bugs.webkit.org/show_bug.cgi?id=125850
3613 Reviewed by Csaba Osztrogonác.
3615 By default, CMake uses ar to generate libWebCore.a with cr parameters
3616 (do not warn if the library has to be created, and replace existing
3617 files in the archive). That results in a very large file, and ar fails
3618 with sizes over 4GB.
3620 Previously, debug builds on NIX were overriding CFLAGS in order to reduce
3621 the size of the WebCore library. Once that ar creates thin archives, overriding
3622 CFLAGS is no longer needed.
3624 * Source/cmake/OptionsNix.cmake: Remove CFLAGS override for debug builds.
3626 2013-12-13 Joseph Pecoraro <pecoraro@apple.com>
3628 [GTK] Remove Warnings in building about duplicate INSPECTOR variables
3629 https://bugs.webkit.org/show_bug.cgi?id=125710
3631 Reviewed by Tim Horton.
3635 2013-12-13 Joseph Pecoraro <pecoraro@apple.com>
3637 Web Inspector: Add Inspector Code Generation to JavaScriptCore for Runtime Domain
3638 https://bugs.webkit.org/show_bug.cgi?id=125595
3640 Reviewed by Timothy Hatcher.
3644 2013-12-13 Zan Dobersek <zdobersek@igalia.com>
3646 [GTK] Remove the -Wno-c++11-extensions compiler option for Clang builds
3647 https://bugs.webkit.org/show_bug.cgi?id=125639
3649 Reviewed by Anders Carlsson.
3651 * Source/autotools/SetupCompilerFlags.m4: The -Wno-c++11-extensions compiler option was in use
3652 when building with Clang. It is now removed as the C++11 standard is enabled throughout the project.
3654 2013-12-11 Martin Robinson <mrobinson@igalia.com> and Danilo Cesar Lemes de Paula <danilo.cesar@collabora.co.uk>
3656 Adding a .ycm_extra_conf file for webkitGtk
3657 https://bugs.webkit.org/show_bug.cgi?id=119618
3659 Reviewed by Gustavo Noronha Silva.
3661 Added a YouCompleteMe flag discovery script for Vim and the GTK+ port. The script
3662 read the GTK+ build files to determine dynamically what flags to compile a source
3663 file with. This allows Vim to provide auto-complete for C++/C language. See
3664 https://github.com/Valloric/YouCompleteMe for how to use this file.
3666 * .gitignore: Ignore the YCM symlinks in the tree.
3668 2013-12-12 Zan Dobersek <zdobersek@igalia.com>
3670 Use of ar T option not supported by older binutils
3671 https://bugs.webkit.org/show_bug.cgi?id=118732
3673 Reviewed by Gustavo Noronha Silva.
3675 * Source/autotools/SetupLibtool.m4: Make the AR_FLAGS value usable inside makefiles as an Automake variable.
3677 2013-12-11 Javier Fernandez <jfernandez@igalia.com>
3679 Arithmetic overflow when computing max-height CSS property with subpixel layout
3680 https://bugs.webkit.org/show_bug.cgi?id=119273
3682 Reviewed by Martin Robinson.
3684 Enabled SATURATED_LAYOUT_ARITHMETIC for the gtk+ port.
3686 * Source/autotools/SetupWebKitFeatures.m4:
3688 2013-12-10 Tamas Gergely <tgergely.u-szeged@partner.samsung.com>
3690 [CMAKE] Remove code that disables C++0x compat warnings for gcc-4.6 and above.
3691 https://bugs.webkit.org/show_bug.cgi?id=125492
3693 Reviewed by Zoltan Herczeg.
3695 Remove the code that disables these warnings for GCC >= 4.6.0
3697 * Source/cmake/WebKitHelpers.cmake:
3699 2013-12-10 Martin Robinson <mrobinson@igalia.com>
3701 Various fixes for the CMake GTK+ build
3703 Reviewed by Gustavo Noronha.
3705 * Source/cmake/OptionsGTK.cmake: Disable Quota support to maintain consistency with
3708 2013-12-09 Brian Holt <brian.holt@samsung.com>
3710 [WK2][Gtk] Add support for ENABLE_NETWORK_PROCESS to the build system
3711 https://bugs.webkit.org/show_bug.cgi?id=118231
3713 Reviewed by Martin Robinson.
3715 Original patch by Kwang Yul Seo <skyul@company100.net>.
3717 Disabled ENABLE_NETWORK_PROCESS by default.
3719 * Source/autotools/SetupAutomake.m4:
3720 * Source/autotools/SetupWebKitFeatures.m4:
3722 2013-12-06 Alberto Garcia <berto@igalia.com>
3724 [GTK] Enable web audio by default
3725 https://bugs.webkit.org/show_bug.cgi?id=124888
3727 Reviewed by Martin Robinson.
3729 When building with ./configure, enable_web_audio defaults to
3730 "no". However the basic functionality has been working for months
3731 so it's safe to enable it now.
3733 * Source/autotools/ReadCommandLineArguments.m4:
3735 2013-12-04 Ryosuke Niwa <rniwa@webkit.org>
3737 Enable HTMLTemplateElement by default
3738 https://bugs.webkit.org/show_bug.cgi?id=123851
3740 Reviewed by Antti Koivisto.
3742 * Source/autotools/SetupWebKitFeatures.m4:
3743 * Source/cmake/WebKitFeatures.cmake:
3745 2013-12-04 László Langó <lango@inf.u-szeged.hu>
3747 Allow --cloop option to work correctly in case of EFL.
3748 https://bugs.webkit.org/show_bug.cgi?id=125217
3750 Reviewed by Zoltan Herczeg.
3752 * Source/cmake/OptionsEfl.cmake:
3753 * Source/cmake/WebKitFeatures.cmake:
3754 * Source/cmakeconfig.h.cmake:
3756 2013-12-03 Ryuan Choi <ryuan.choi@samsung.com>
3758 [EFL] Disable RTTI for release build
3759 https://bugs.webkit.org/show_bug.cgi?id=125138
3761 Reviewed by Gyuyoung Kim.
3763 Binary size will be reduced about 1M bytes without RTTI.
3764 ewebkit.so : 43,449,275 -> 42,510,224
3765 ewebkit2.so: 46,715,870 -> 45,653,989
3767 * Source/cmake/OptionsEfl.cmake: Added -fno-rtti option to CMAKE_CXX_FLAGS_RELEASE.
3769 2013-12-02 Adrian Bunk <bunk@stusta.de>
3771 [GTK] Remove unneeded autoconf macros
3772 https://bugs.webkit.org/show_bug.cgi?id=125044
3774 Compilers that do not support const/inline/volatile and
3775 systems with pre-C89-headers are anyway not supported.
3777 Reviewed by Gustavo Noronha Silva.
3779 * Source/autotools/CheckSystemAndBasicDependencies.m4:
3781 2013-11-29 Laszlo Vidacs <lac@inf.u-szeged.hu>
3783 [cmake] Fix cmake warning: Argument not separated from preceding token by whitespace
3784 https://bugs.webkit.org/show_bug.cgi?id=124899
3786 Reviewed by Gyuyoung Kim.
3788 * Source/cmake/FindCairo.cmake:
3789 * Source/cmake/FindGStreamer.cmake:
3791 2013-11-28 Antti Koivisto <antti@apple.com>
3793 Remove feature: CSS variables
3794 https://bugs.webkit.org/show_bug.cgi?id=114119
3796 Reviewed by Andreas Kling.
3798 * Source/cmakeconfig.h.cmake:
3800 2013-11-27 László Langó <lango@inf.u-szeged.hu>
3802 [EFL] The remote inspector does not show the base page.
3803 https://bugs.webkit.org/show_bug.cgi?id=124942
3805 Reviewed by Gyuyoung Kim.
3807 On EFL the remote inspector does not show the base page about
3808 which pages are available for debug. This should be fixed for
3809 further inspector development.
3811 * Source/PlatformEfl.cmake:
3813 2013-11-26 Marcelo Lira <marcelo.lira@openbossa.org>
3815 Nix upstreaming - Adding build files and supporting scripts
3816 https://bugs.webkit.org/show_bug.cgi?id=118367
3818 Reviewed by Ryosuke Niwa.
3821 * Source/CMakeLists.txt:
3822 * Source/cmake/FindEGL.cmake:
3823 * Source/cmake/FindOpenGLES2.cmake: Added.
3824 * Source/cmake/OptionsCommon.cmake:
3825 * Source/cmake/OptionsNix.cmake: Added.
3827 2013-11-25 Ryuan Choi <ryuan.choi@samsung.com>
3829 [EFL] E_DBus should be an optional
3830 https://bugs.webkit.org/show_bug.cgi?id=124881
3832 Reviewed by Gyuyoung Kim.
3834 * Source/cmake/OptionsEfl.cmake:
3835 Checked E_DBus when only ENABLE_BATTERY_STATUS is on.
3837 2013-11-25 Ryuan Choi <ryuan.choi@samsung.com>
3839 [EFL] Use Config mode of find_package for EFL 1.8
3840 https://bugs.webkit.org/show_bug.cgi?id=124555
3842 Reviewed by Gyuyoung Kim.
3844 EFL 1.8 changed VERSION macro so it's difficult to use tricky approach
3845 which parses header files to know the version. Instead, EFL 1.8 supports
3846 FooConfig.cmake such as EinaConfig.cmake.
3848 This patch tries to use a config mode if it is available.
3849 If config mode is not available with Eo, FindFoo.cmake will be used without
3850 version requirement.
3852 * Source/cmake/FindEo.cmake: Removed.
3853 EoConfig.cmake is only preffered for EFL 1.8.
3854 * Source/cmake/OptionsEfl.cmake:
3856 2013-11-23 Xabier Rodriguez Calvar <calvaris@igalia.com>
3858 [GStreamer] Remove 0.10 codepath
3859 https://bugs.webkit.org/show_bug.cgi?id=124534
3861 Reviewed by Philippe Normand.
3863 * Source/cmake/OptionsEfl.cmake: Removed GST_API_VERSION_1
3866 2013-11-22 Manuel Rego Casasnovas <rego@igalia.com>
3868 [GTK] Review enabled/disabled CSS features for release builds
3869 https://bugs.webkit.org/show_bug.cgi?id=124791
3871 Reviewed by Martin Robinson.
3873 Enable and disable some CSS features according to what last versions of
3876 * Source/autotools/SetupWebKitFeatures.m4: Enable ENABLE_CSS_REGIONS and
3877 ENABLE_CSS_STICKY_POSITION. Disable ENABLE_CSS_EXCLUSIONS and
3880 2013-11-21 Peter Molnar <pmolnar.u-szeged@partner.samsung.com>
3882 Remove ENABLE_WORKERS
3883 https://bugs.webkit.org/show_bug.cgi?id=105784
3885 Reviewed by Darin Adler.
3887 * Source/autotools/SetupWebKitFeatures.m4:
3888 * Source/cmake/WebKitFeatures.cmake:
3889 * Source/cmakeconfig.h.cmake:
3891 2013-11-20 Commit Queue <commit-queue@webkit.org>
3893 Unreviewed, rolling out r159496.
3894 http://trac.webkit.org/changeset/159496
3895 https://bugs.webkit.org/show_bug.cgi?id=124641
3897 It caused warning and build break with cmake lower than 2.8.8
3898 (Requested by ryuan on #webkit).
3900 * Source/cmake/OptionsEfl.cmake:
3902 2013-11-19 Ryuan Choi <ryuan.choi@samsung.com>
3904 [EFL] Use Config mode of find_package for EFL 1.8
3905 https://bugs.webkit.org/show_bug.cgi?id=124555
3907 Reviewed by Gyuyoung Kim.
3909 EFL 1.8 changed VERSION macro so it's difficult to use tricky approach
3910 which parses header file to know the version. Instead, EFL 1.8 supports
3911 Config mode of find_package using XXXConfig.cmake such as EinaConfig.cmake.
3913 This patch tries to use Config mode if it is available after checking Eo.
3915 * Source/cmake/OptionsEfl.cmake:
3917 2013-11-18 Carlos Garcia Campos <cgarcia@igalia.com>
3919 Unreviewed. Update NEWS and Versions.m4 for 2.3.2 release.
3921 * Source/autotools/Versions.m4: Bump version numbers.
3923 2013-11-06 Krzysztof Czech <k.czech@samsung.com>
3925 [EFL] Change required version of ATK to 2.10.0
3926 https://bugs.webkit.org/show_bug.cgi?id=123883
3928 Reviewed by Mario Sanchez Prada.
3930 Changing a required version of ATK to 2.10.0
3932 * Source/cmake/OptionsEfl.cmake:
3934 2013-11-05 Zalan Bujtas <zalan@apple.com>
3936 Widget's position change should not initiate layout, only when its size changes.
3937 https://bugs.webkit.org/show_bug.cgi?id=123860
3939 Reviewed by Andreas Kling.
3941 RenderWidgets initiate unnecessary layouts while scrolling when they are embedded to
3942 overflow:scroll containers. Scroll position change doesn't dirty the render tree
3943 so it should not trigger layout either.
3945 * ManualTests/layouts-on-renderwidgets-while-scrolling.html: Added.
3947 2013-11-05 Éva Balázsfalvi <balazsfalvi.eva@stud.u-szeged.hu>
3949 Remove leftover Qt related things from WebKitMacros.cmake
3950 https://bugs.webkit.org/show_bug.cgi?id=123798
3952 Reviewed by Anders Carlsson.
3954 * Source/cmake/WebKitMacros.cmake:
3956 2013-11-02 Patrick Gansterer <paroga@webkit.org>
3958 [WINCE] Disable export macros
3959 https://bugs.webkit.org/show_bug.cgi?id=123679
3961 Reviewed by Darin Adler.
3963 Avoid useless exports by turning of the export macros
3964 since the WinCE port works as a static library only.
3966 * Source/cmake/OptionsWinCE.cmake:
3968 2013-10-31 Ryuan Choi <ryuan.choi@samsung.com>
3970 [EFL][GLES] OpenGL should be an optional
3971 https://bugs.webkit.org/show_bug.cgi?id=123399
3973 Reviewed by Noam Rosenthal.
3975 * Source/cmake/OptionsEfl.cmake:
3976 Refactor the check routine of GL dependencies to use OpenGL as optional.
3978 2013-10-29 Carlos Garcia Campos <cgarcia@igalia.com>
3980 Unreviewed. Update NEWS and Versions.m4 for 2.3.1 release.
3982 * Source/autotools/Versions.m4: Bump version numbers.
3984 2013-10-24 Ryuan Choi <ryuan.choi@samsung.com>
3986 [EFL] Build break with latest EFL 1.8 libraries.
3987 https://bugs.webkit.org/show_bug.cgi?id=123245
3989 Reviewed by Gyuyoung Kim.
3991 After fixed build break on EFL 1.8 at r138326, EFL libraries are changed
3992 Eo typedef and splitted header files which contain version macro.
3994 * Source/cmake/EFLHelpers.cmake: Checked whether include path exist.
3995 * Source/cmake/FindEcore.cmake: Added 1.8 Header which have version macro.
3996 * Source/cmake/FindEdje.cmake: Ditto.
3997 * Source/cmake/FindEina.cmake: Ditto.
3998 * Source/cmake/FindEo.cmake: Ditto.
3999 * Source/cmake/FindEvas.cmake: Ditto.
4001 2013-10-22 Ryuan Choi <ryuan.choi@samsung.com>
4003 [EFL] Remove HAVE_GLX macro
4004 https://bugs.webkit.org/show_bug.cgi?id=123191
4006 Reviewed by Gyuyoung Kim.
4008 * Source/cmake/OptionsEfl.cmake: Removed unnecessary HAVE_GLX macro
4010 2013-10-21 Gergo Balogh <geryxyz@inf.u-szeged.hu>
4012 Remove .qmake.conf files
4013 https://bugs.webkit.org/show_bug.cgi?id=123091
4015 Reviewed by Csaba Osztrogonác.
4017 * .qmake.conf: Removed.
4019 2013-10-18 Carlos Garcia Campos <cgarcia@igalia.com>
4021 [GTK] Generate API documentation for GObject DOM bindings
4022 https://bugs.webkit.org/show_bug.cgi?id=121538
4024 Reviewed by Gustavo Noronha Silva.
4026 * GNUmakefile.am: Initialize gdom_symbol_files variable.
4028 2013-10-17 Afonso R. Costa Jr. <afonso.costa@samsung.com>
4030 [CMAKE] Update code to take advantage of CMake version 2.8.3+.
4031 https://bugs.webkit.org/show_bug.cgi?id=97516
4033 Reviewed by Gyuyoung Kim.
4035 CMake's version was changed to 2.8.3. So, these files below
4036 can be simplified to take advantage of CMake's new version.
4038 * Source/cmake/FindCairo.cmake: Simplified according to CMake 2.8.3+.
4039 * Source/cmake/FindGStreamer.cmake: Ditto.
4041 2013-10-16 Ryosuke Niwa <rniwa@webkit.org>
4043 Add a new flakiness dashboard clone
4044 https://bugs.webkit.org/show_bug.cgi?id=122936
4046 Reviewed by Anders Carlsson.
4048 Added the initial prototype.
4050 * Websites/test-results: Added.
4051 * Websites/test-results/.htaccess: Added.
4052 * Websites/test-results/admin: Added.
4053 * Websites/test-results/admin/index.php: Added.
4054 * Websites/test-results/api: Added.
4055 * Websites/test-results/api/manifest.php: Added.
4056 * Websites/test-results/api/report.php: Added.
4057 * Websites/test-results/api/results.php: Added.
4058 * Websites/test-results/include: Added.
4059 * Websites/test-results/include/config.json: Added.
4060 * Websites/test-results/include/db.php: Added.
4061 * Websites/test-results/include/init-database.sql: Added.
4062 * Websites/test-results/include/json-shared.php: Added.
4063 * Websites/test-results/include/test-results.php: Added.
4064 * Websites/test-results/index.html: Added.
4065 * Websites/test-results/js: Added.
4066 * Websites/test-results/js/autocompleter.js: Added.
4067 * Websites/test-results/js/build.js: Added.
4068 * Websites/test-results/js/dom.js: Added.
4070 2013-10-16 Csaba Osztrogonác <ossy@webkit.org>
4072 [WK2][Efl][CMake] Add support for ENABLE_NETWORK_PROCESS to the build system
4073 https://bugs.webkit.org/show_bug.cgi?id=110139
4075 Reviewed by Laszlo Gombos.
4077 Original patch by Balazs Kelemen <kbalazs@webkit.org>
4079 * Source/cmake/WebKitFeatures.cmake:
4080 * Source/cmakeconfig.h.cmake:
4082 2013-10-10 Marcelo Morais <m.morais@samsung.com>
4084 Web Inspector: Remove the old front-end from WebKit
4085 https://bugs.webkit.org/show_bug.cgi?id=122295
4087 Reviewed by Timothy Hatcher.
4089 * Source/PlatformGTK.cmake: Removed. This file was using files from the
4090 old inspector, not needed anymore.
4092 2013-10-09 Julien Brianceau <jbriance@cisco.com>
4094 [sh4] Add sh4 support when building with CMake.
4095 https://bugs.webkit.org/show_bug.cgi?id=122542
4097 Reviewed by Csaba Osztrogonác.
4101 2013-10-08 Martin Robinson <mrobinson@igalia.com>
4103 [GTK] Re-enable MathML for release builds
4104 https://bugs.webkit.org/show_bug.cgi?id=122361
4106 Reviewed by Darin Adler.
4108 * Source/autotools/SetupWebKitFeatures.m4: Enable MathML for release builds.
4110 2013-10-02 Anders Carlsson <andersca@apple.com>
4112 Remove Qt related files from the root directories
4113 https://bugs.webkit.org/show_bug.cgi?id=122249
4115 Reviewed by Andreas Kling.
4117 * Source/QtWebKit.pro: Removed.
4118 * Source/api.pri: Removed.
4119 * Source/qtwebkit.qdocconf: Removed.
4120 * Source/sync.profile: Removed.
4121 * Source/tests.pri: Removed.
4122 * Source/widgetsapi.pri: Removed.
4123 * WebKit.pro: Removed.
4125 2013-09-30 Sam Weinig <sam@webkit.org>
4127 Remove support for DOMFileSystem
4128 https://bugs.webkit.org/show_bug.cgi?id=122137
4130 Reviewed by Anders Carlsson.
4132 * Source/autotools/SetupWebKitFeatures.m4:
4133 * Source/cmake/OptionsBlackBerry.cmake:
4134 * Source/cmake/WebKitFeatures.cmake:
4135 * Source/cmakeconfig.h.cmake:
4137 2013-09-30 Benjamin Poulain <benjamin@webkit.org>
4139 Remove the code guarded by STYLE_SCOPED
4140 https://bugs.webkit.org/show_bug.cgi?id=122123
4142 Reviewed by Anders Carlsson.
4144 * Source/autotools/SetupWebKitFeatures.m4:
4145 * Source/cmake/OptionsBlackBerry.cmake:
4146 * Source/cmake/WebKitFeatures.cmake:
4147 * Source/cmakeconfig.h.cmake:
4149 2013-09-30 Allan Sandfeld Jensen <allan.jensen@digia.com>
4151 [Qt] Fix force_static_libs_as_shared in WebKit2
4152 https://bugs.webkit.org/show_bug.cgi?id=121961
4154 Reviewed by Csaba Osztrogonác.
4156 Get rid of the unused WebKit2QML library
4160 2013-09-26 Gustavo Noronha Silva <gustavo.noronha@collabora.com>
4162 [GTK] Tons of warnings caused by using FORTIFY_SOURCE in an unoptimized build
4163 https://bugs.webkit.org/show_bug.cgi?id=121836
4165 Reviewed by Martin Robinson.
4167 * Source/autotools/SetupCompilerFlags.m4: only consider enabling FORTIFY_SOURCE if optimizations have
4168 been enabled, since they are required for FORTIFY_SOURCE to work, and enabling FORTIFY_SOURCE unconditionally
4169 generates warnings in newer glibc.
4171 2013-09-25 Allan Sandfeld Jensen <allan.jensen@digia.com>
4173 [Qt] Fix build with Qt 5.2 QtPosition module
4174 https://bugs.webkit.org/show_bug.cgi?id=121089
4176 Reviewed by Simon Hausmann.
4178 QtLocation -> QtPositioning
4180 * Source/sync.profile:
4182 2013-09-24 Zan Dobersek <zdobersek@igalia.com>
4184 [GTK] Enable the Wayland target if GTK+ dependency is found
4185 https://bugs.webkit.org/show_bug.cgi?id=121704
4187 Reviewed by Gustavo Noronha Silva.
4189 The Wayland target should be enabled by default if the GTK+ dependency is of version 3.9.14 or later.
4191 * Source/autotools/FindDependencies.m4: If the Wayland target was not strictly disabled, the GTK+ dependency
4192 is tested if it can provide the Wayland GDK backend, and that the version of that backend matches the version
4193 of the master GTK+ dependency for which we already tested. If found, the target is enabled, otherwise we either
4194 warn or error out, depending on whether the build target was set to auto or completely disabled through configuration.
4195 * Source/autotools/ReadCommandLineArguments.m4: Switch the default Wayland target status to 'auto', meaning
4196 it will be disabled if the GTK+ dependency is not found.
4197 * Source/autotools/Versions.m4: Require GTK+ 3.9.14 for the Wayland target only.
4199 2013-09-23 Zan Dobersek <zdobersek@igalia.com>
4201 [Autotools] Rework the build target selection
4202 https://bugs.webkit.org/show_bug.cgi?id=121703
4204 Reviewed by Gustavo Noronha Silva.
4206 Replace the --with-target configuration flag with target-specific --enable-*-target flags:
4207 - --enable-x11-target
4208 - --enable-wayland-target
4209 - --enable-win32-target
4210 - --enable-quartz-target
4211 - --enable-directfb-target
4213 By default, the X11 target is enabled. This default is preserved only if no --enable-*-target flag
4214 is passed on the command line. When that occurs, the newly-constructed list of build targets is
4215 used to determine what build targets should actually be built. So for instance, executing just
4216 `./configure` would only enable the X11 target as that's the default, and executing
4217 `./configure --enable-wayland-target` would only enable the Wayland target, as the defaults are
4220 * Source/autotools/CheckSystemAndBasicDependencies.m4: Abort if grep was not found, just in case.
4221 * Source/autotools/CustomMacros.m4: The new file that contains helpful custom macros.
4222 * Source/autotools/FindDependencies.m4: Use the appropriate 'enable_*_target' references instead of 'with_*target'.
4223 * Source/autotools/PrintBuildConfiguration.m4: Use the new AM_APPEND_TO_DESCRIPTION macro to construct a pretty-looking
4224 description string of what targets will be built.
4225 * Source/autotools/ReadCommandLineArguments.m4: Replace the --with-target configuration flag and the related
4226 hacks with the set of --enable-*-target flags. The new AM_DETERMINE_BUILD_TARGET_STATUS macro is used to determine
4227 whether to enable specific build targets, based indirectly on the passed-in --enable-*-target flags.
4228 * Source/autotools/SetupAutoconfHeader.m4: Use the appropriate 'enable_*_target' references instead of 'with_*target'.
4229 * Source/autotools/SetupAutomake.m4: Use the appropriate 'enable_*_target' references instead of 'with_*target'.
4230 * configure.ac: Include the new CustomMacros.m4 file.
4232 2013-09-23 Claudio Saavedra <csaavedra@igalia.com>
4236 Reviewed by Carlos Garcia Campos.
4238 * Source/autotools/Versions.m4: Bump to 2.3.0
4240 2013-09-20 Sergio Correia <sergio.correia@openbossa.org>
4242 [CMAKE] FindHarfBuzz: Handle harfbuzz / harfbuzz-icu split
4243 https://bugs.webkit.org/show_bug.cgi?id=121688
4245 Reviewed by Martin Robinson.
4247 HarfBuzz 0.9.18 split ICU support into a separate harfbuzz-icu library.
4248 To be able to build with earlier and newer versions of HarfBuzz, we should
4249 check for harfbuzz-icu as well, if version >= 0.9.18.
4251 * Source/cmake/FindHarfBuzz.cmake: Check for harfbuzz-icu, if version
4254 2013-09-16 Gustavo Noronha Silva <gns@gnome.org>
4256 [GTK] Make symbol export filter more strict, and disable for dev/test builds
4257 https://bugs.webkit.org/show_bug.cgi?id=120586
4259 Reviewed by Martin Robinson.
4261 * GNUmakefile.am: only include test-related automake files when developer
4263 * Source/autotools/ReadCommandLineArguments.m4: add --enable-developer-mode,
4264 defaults to no, and to yes for debug builds.
4265 * Source/autotools/SetupAutomake.m4: add ENABLE_DEVELOPER_MODE conditional.
4266 * Source/autotools/symbols.filter: make the exported symbols list much shorter,
4267 covering only the public ABI and a few symbols required by WebKit2 processes.
4269 2013-09-13 Gustavo Noronha Silva <gustavo.noronha@collabora.com>
4271 [GTK] Move to the new web inspector
4272 https://bugs.webkit.org/show_bug.cgi?id=120647
4274 Reviewed by Carlos Garcia Campos.
4276 * GNUmakefile.am: include the new WebInspectorUI GNUmakefile.am.
4278 2013-09-13 Allan Sandfeld Jensen <allan.jensen@digia.com>
4280 [Qt] Update sync.profile
4281 https://bugs.webkit.org/show_bug.cgi?id=121295
4283 Reviewed by Simon Hausmann.
4285 Ensure we let the dependencies pick the right branch instead of always master
4286 and list all the dependencies we need on all platforms.
4288 * Source/sync.profile:
4290 2013-09-11 Mario Sanchez Prada <mario.prada@samsung.com>
4292 [GTK] Remove Gail dependency from build system for GTK3
4293 https://bugs.webkit.org/show_bug.cgi?id=119673
4295 Reviewed by Gustavo Noronha Silva.
4297 * Source/autotools/FindDependencies.m4: Don't look for GAIL at all.
4298 * Source/autotools/Versions.m4: Removed any reference to GAIL.
4299 * Source/cmake/FindGAIL3.cmake: Removed.
4300 * Source/cmake/OptionsGTK.cmake: Don't look for the GAIL package.
4302 2013-09-11 Patrick Gansterer <paroga@webkit.org>
4304 [CMake] Split out generic Windows files into its own file
4305 https://bugs.webkit.org/show_bug.cgi?id=119514
4307 Reviewed by Gyuyoung Kim.
4309 This allows us to add smaller CMakeLists.txt files when
4310 adding additional Windows ports.
4312 * Source/cmake/OptionsWinCE.cmake:
4313 * Source/cmake/WebKitMacros.cmake:
4315 2013-09-11 Alberto Garcia <berto@igalia.com>
4317 autogen.sh: fix removal of autom4te.cache
4318 https://bugs.webkit.org/show_bug.cgi?id=121150
4320 Reviewed by Carlos Garcia Campos.
4322 The removal of autom4te.cache is wrong, it uses 'rm -f' instead of
4323 'rm -rf' and it relies on an undefined variable.
4325 In addition to that, it should be done after running autoreconf,
4326 which is when it's no longer needed.
4330 2013-09-11 Alberto Garcia <berto@igalia.com>
4332 Unquoted $ORIGDIR in autogen.sh
4333 https://bugs.webkit.org/show_bug.cgi?id=19512
4335 Reviewed by Carlos Garcia Campos.
4337 Quote all directory names. This doesn't mean that all possible
4338 directory names are safe for building webkit, but the configure
4339 script already runs a sanity check.
4343 2013-09-11 Zan Dobersek <zdobersek@igalia.com>
4345 [GTK] Stop disabling deprecated symbols in debug builds
4346 https://bugs.webkit.org/show_bug.cgi?id=121145
4348 Reviewed by Carlos Garcia Campos.
4350 Disabling the dependencies' deprecated symbols in debug builds is only causing unnecessary
4351 build failures. Compiler warnings are being thrown whenever a deprecated symbol is being
4352 used, so a build failure is an overreach in this case.
4354 * Source/autotools/SetupAutoconfHeader.m4:
4356 2013-09-10 Marcelo Morais <m.morais@samsung.com>
4358 [EFL] WebInspector: Move to new webinspector
4359 https://bugs.webkit.org/show_bug.cgi?id=119559
4361 Reviewed by Gyuyoung Kim.
4363 Enabling the new Web Inspector on EFL port.
4364 Co-author: Andre Loureiro <andre.vl@samsung.com>
4366 * Source/PlatformEfl.cmake:
4367 * Source/cmake/OptionsEfl.cmake:
4369 2013-09-06 Zan Dobersek <zdobersek@igalia.com>
4371 REGRESSION(r155143): Build failures on GTK port with Clang and libstdc++ < 4.8.1
4372 https://bugs.webkit.org/show_bug.cgi?id=120896
4374 Reviewed by Anders Carlsson.
4376 The GTK port currently only permits using the libstdc++ standard library when compiling with
4377 Clang. After r155143, build failures are occurring when using Clang and libstdc++ that predates
4378 the 4.8.0 release due to the use of std::is_trivially_destructible that isn't available in
4381 To not add additional special casing, the GTK port should move onto requiring libstdc++ >= 4.8.1
4382 when compiling with the Clang compiler. Version 4.8.1 was chosen since it's C++11 feature-complete.
4383 This strict requirement is possible as compiling the GTK port with the Clang compiler is not really
4384 widespread, so we can afford to adjust the required dependencies to match other ports' progression
4385 instead of modifying the code.
4387 * Source/autotools/CheckSystemAndBasicDependencies.m4: If the detected compiler is Clang, also check
4388 that the libstdc++ standard library is used by testing for the __GLIBCXX__ macro that should be defined
4389 to the value lesser than the '20130531', the date stamp used by the 4.8.1 release of libstdc++. Since
4390 possible future releases of the 4.6 or 4.7 series of libstdc++ will also match this check due to a newer
4391 date stamp contained in __GLIBCXX__, the std::is_trivially_destructible struct is also used so the
4392 compilation will fail if the libstdc++ that's used is older than allowed (and therefor does not support
4393 the feature). If the check fails, a fatal error is thrown, describing the requirement. Everything carries
4394 on as normal otherwise.
4396 2013-09-06 Zan Dobersek <zdobersek@igalia.com>
4398 [GTK] Bump the required Clang version to 3.2
4399 https://bugs.webkit.org/show_bug.cgi?id=112537
4401 Reviewed by Gustavo Noronha Silva.
4403 * Source/autotools/CheckSystemAndBasicDependencies.m4: Require the Clang 3.2 stack
4404 when the Clang compiler is specified.
4406 2013-09-05 Brendan Long <b.long@cablelabs.com>
4408 [Qt] DefaultFullScreenVideoHandler and PlatformVideoWindow are included in the build when they are disabled
4409 https://bugs.webkit.org/show_bug.cgi?id=117206
4411 Reviewed by Philippe Normand.
4413 * Source/widgetsapi.pri: Don't include DefaultFullScreenVideoHandler when it's disabled.
4415 2013-09-05 Ryuan Choi <ryuan.choi@samsung.com>
4417 [CMAKE] Add c++0x into CXX_FLAGS as a default
4418 https://bugs.webkit.org/show_bug.cgi?id=120812
4420 Unreviewed build fix for EFL ports.
4422 * Source/cmake/OptionsCommon.cmake: Moved c++0x option here from WebKitHelpers.
4423 * Source/cmake/WebKitHelpers.cmake:
4425 2013-09-04 Michael Brüning <michael.bruning@digia.com>
4427 [Qt] Use correct library paths for prefix builds on Mac.
4428 https://bugs.webkit.org/show_bug.cgi?id=120635
4430 Reviewed by Tor Arne Vestbø.
4432 Due to a change of scope of the qmake force_independent configuration
4433 flag, the library paths in QtWebKit builds on the Mac are set to the
4434 QtWebKit build directory even for production builds.
4436 This patch sets the correct library paths for prefixed production builds
4437 while keeping the scope of the force_independent flag for non-production
4441 * Source/widgetsapi.pri:
4443 2013-09-04 Zan Dobersek <zdobersek@igalia.com>
4445 [GTK] Add support for the Wayland build target
4446 https://bugs.webkit.org/show_bug.cgi?id=120627
4448 Reviewed by Gustavo Noronha Silva.
4450 Add support for building the GTK port with Wayland as the target. The Wayland target can be the sole target
4451 that's enabled, or it can be enabled in parallel with the X11 target.
4453 Each of those two targets, when enabled, checks for the corresponding GTK+ windowing dependency being present.
4454 In the case of only the Wayland target being enabled, the accelerated compositing feature is disabled at
4455 build-time as the feature is not yet supported under the Wayland display protocol. X11-based plugin support is
4456 also disabled under that configuration, even if the WebKitPluginProcess is still built but is left non-operational.
4457 GLX support is also disabled if not building the X11 target.
4459 The Wayland target can be enabled through using the --with-target configuration option that now accepts two
4461 - 'wayland' - only enables the Wayland target,
4462 - 'x11,wayland' - enables the X11 and Wayland targets that are to be built in parallel.
4464 This makes it possible to build the GTK port of WebKit with the Wayland target, relying solely on the GTK+
4465 dependency that only has the Wayland backend enabled, and removes linking against any X11-related library.
4466 Note that at the moment there seem to be other dependencies that still link to X11-related libraries.
4467 Complete functionality is not yet guaranteed, but is of course the goal.
4469 * Source/autotools/FindDependencies.m4: Store the version of the basic GTK+ dependency that was found.
4470 This is later used to check that the GTK+ X11 and GTK+ Wayland dependencies are of the same version. The
4471 X11-specific dependencies are grouped into one section (apart from the XComposite and XDamage dependencies),
4472 also checking for the GTK+ X11 dependency. If the X11 target is not enabled, the GLX dependency is disabled.
4473 Additionally check for the GTK+ Wayland dependency if the Wayland target is enabled.
4474 We only check for the presence and correct version of the GTK+ X11 and Wayland dependencies, if necessary.
4475 Check for the XComposite and XDamage dependencies if the X11 target is enabled (in addition to the OpenGL
4476 headers being present).
4477 In case of the Wayland target being enabled while the X11 target is not, disable the accelerated compositing
4478 feature as there's no support yet for it under the Wayland display protocol.
4479 * Source/autotools/PrintBuildConfiguration.m4: The build configuration should now print out 'GDK targets'.
4480 * Source/autotools/ReadCommandLineArguments.m4: The --with-target option can now take two additional values,
4481 'wayland' and 'x11,wayland'. The first one enables only the Wayland target, while the second one enables both
4482 X11 and Wayland targets. This makes it possible to build the GTK port with both X11 and Wayland display protocols
4483 supported in the same build.
4484 We must now check the outcoming with_target variable to see if the special case of building one or both of the
4485 possible parallel targets was chosen. We define with_x11_target and with_wayland_target variables if the
4486 with_target value applies to that case.
4487 * Source/autotools/SetupAutoconfHeader.m4: Do not define the XP_UNIX macro on builds that enable the Wayland-only
4488 target. It should still be defined if we're building both X11 and Wayland targets in parallel.
4489 * Source/autotools/SetupAutomake.m4: Define TARGET_X11 and TARGET_WAYLAND Automake conditionals if the new
4490 with_x11_target or with_wayland_target variables were set, respectively. Additionall, define the TARGET_X11_OR_WAYLAND
4491 Automake conditional if we're building either of the two targets.
4493 2013-09-03 Patrick Gansterer <paroga@webkit.org>
4495 [CMake] Fix detection of x86_64 platform with MSVC
4496 https://bugs.webkit.org/show_bug.cgi?id=116662
4498 Reviewed by Gyuyoung Kim.
4500 Use ${MSVC_CXX_ARCHITECTURE_ID} instead of ${CMAKE_SYSTEM_PROCESSOR}, since
4501 the later one just resolves to the host processor on Windows.
4505 2013-08-29 Sam Weinig <sam@webkit.org>
4507 Add ENABLE guards for Promises
4508 https://bugs.webkit.org/show_bug.cgi?id=120488
4510 Reviewed by Andreas Kling.
4512 * Source/autotools/SetupWebKitFeatures.m4:
4513 * Source/cmake/WebKitFeatures.cmake:
4514 * Source/cmakeconfig.h.cmake:
4516 2013-08-28 Gustavo Noronha Silva <gns@gnome.org>
4518 [GTK] Enable maintainer mode configure switch
4519 https://bugs.webkit.org/show_bug.cgi?id=120424
4521 Reviewed by Martin Robinson.
4523 The maintainer mode feature is used by ostree and other automated builders to ensure no autotools
4524 regeneration will happen for a regular tarball build; ostree builders, for instance, are very
4525 conservative with toolchain upgrades, and are still using aclocal 1.12. WebKit's latest tarball
4526 (2.1.90) for some reason tries to regenerate build files, and the build fails because it can't find
4527 the version of aclocal that was used for generating the tarball (1.13).
4529 * configure.ac: enable maintainer mode feature.
4531 2013-08-28 Zan Dobersek <zdobersek@igalia.com>
4533 [GTK] Add support for building JSC with FTL JIT enabled
4534 https://bugs.webkit.org/show_bug.cgi?id=120270