1 2015-03-17 Philippe Normand <pnormand@igalia.com>
3 [GTK] basic OpenWebRTC build support
4 https://bugs.webkit.org/show_bug.cgi?id=142393
6 Reviewed by Carlos Garcia Campos.
8 * Source/cmake/FindOpenWebRTC.cmake: Added.
9 * Source/cmake/OptionsGTK.cmake: Look for OpenWebRTC library if
10 mediastream build is enabled.
12 2015-03-17 Gyuyoung Kim <gyuyoung.kim@samsung.com>
14 [CMake][EFL] Build test tools only for developer mode
15 https://bugs.webkit.org/show_bug.cgi?id=142761
17 Reviewed by Csaba Osztrogonác.
19 Do not build EFL MiniBrowser, WebKitTestRunner, and ImageDiff on production mode.
21 * Source/cmake/OptionsEfl.cmake:
22 * Source/cmake/OptionsGTK.cmake: Move ENABLE_MINIBROWSER to common place.
23 * Source/cmake/WebKitFeatures.cmake: Define ENABLE_MINIBROWSER variable.
24 * Source/cmakeconfig.h.cmake:
26 2015-03-16 Ryosuke Niwa <rniwa@webkit.org>
28 Enable ES6 classes by default
29 https://bugs.webkit.org/show_bug.cgi?id=142774
31 Reviewed by Gavin Barraclough.
33 * Source/cmake/WebKitFeatures.cmake:
35 2015-03-16 Gyuyoung Kim <gyuyoung.kim@samsung.com>
37 [CMake][EFL] Rearrange OptionEFL.cmake to improve readability
38 https://bugs.webkit.org/show_bug.cgi?id=142722
40 Reviewed by Csaba Osztrogonác.
42 Categorize to define cmake variables, to find necessary packages,
43 use upper case for "glib_conponents" cmake variable name, re-arrange
44 wrong alphabet sorting, and so on.
46 * CMakeLists.txt: Remove WinCE port.
47 * Source/cmake/OptionsEfl.cmake:
49 2015-03-14 Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
51 [GStreamer] share GL context in pipeline
52 https://bugs.webkit.org/show_bug.cgi?id=142693
54 Reviewed by Philippe Normand.
56 Add search of gstreamer-gl library in the GStreamer installation. If
57 it is found, WTF_USE_GSTREAMER_GL macro is defined.
59 * Source/cmake/FindGStreamer.cmake:
60 * Source/cmake/OptionsGTK.cmake:
62 2015-03-13 Alex Christensen <achristensen@webkit.org>
64 Progress towards CMake on Mac.
65 https://bugs.webkit.org/show_bug.cgi?id=142680
67 Reviewed by Gyuyoung Kim.
70 * Source/PlatformMac.cmake: Added stub.
71 * Source/cmake/OptionsMac.cmake:
72 Change defines to get CMake working.
74 2015-03-11 Carlos Garcia Campos <cgarcia@igalia.com>
76 [GTK] Add an option to enable MiniBrowser for non developer builds and always install it
77 https://bugs.webkit.org/show_bug.cgi?id=126688
79 Reviewed by Gustavo Noronha Silva.
81 Add ENABLE_MINIBROWSER option, enabled by default for development
82 builds and disabled for production builds unless explicilty enabled.
84 * Source/cmake/OptionsGTK.cmake:
86 2015-03-11 Carlos Garcia Campos <cgarcia@igalia.com>
88 [GTK] Do not look for child processes in the UI process binary path
89 https://bugs.webkit.org/show_bug.cgi?id=135752
91 Reviewed by Gustavo Noronha Silva.
93 * Source/cmake/OptionsGTK.cmake: Add -DDEVELOPMENT_BUILD=1 to the
94 build for development builds.
96 2015-03-10 Carlos Garcia Campos <cgarcia@igalia.com> and José Dapena Paz <jdapena@igalia.com>
98 [GTK] Add a configure option to build with OpenGL ES 2
99 https://bugs.webkit.org/show_bug.cgi?id=142498
101 Reviewed by Martin Robinson.
103 Add ENABLE_GLES2 option. It's disabled by default, but if passed
104 GLES2 is required and OpenGL is not even searched. Otherwise we
105 search for OpenGL as usual, using it only if present.
107 * Source/cmake/OptionsGTK.cmake:
109 2015-03-10 Csaba Osztrogonác <ossy@webkit.org>
111 [cmake] Handle unused parameter warnings as build errors except in WebKit2
112 https://bugs.webkit.org/show_bug.cgi?id=142338
114 Reviewed by Gyuyoung Kim.
116 * Source/cmake/WebKitHelpers.cmake:
118 2015-03-03 Daniel Bates <dabates@apple.com>
120 Convert ManualTests/svg-tooltip.svg to a DRT test
121 https://bugs.webkit.org/show_bug.cgi?id=140480
123 Reviewed by Alex Christensen.
125 * ManualTests/svg-tooltip.svg: Removed.
127 2015-03-02 Debarshi Ray <debarshir@gnome.org>
129 REGRESSION(r179409): [GTK] Undefined symbol prevents web extensions from being loaded
130 https://bugs.webkit.org/show_bug.cgi?id=142165
132 Reviewed by Carlos Garcia Campos.
134 * Source/cmake/gtksymbols.filter:
136 2015-02-26 Csaba Osztrogonác <ossy@webkit.org>
138 [EFL] Remove unnecessary comment after r179110
139 https://bugs.webkit.org/show_bug.cgi?id=142042
141 Reviewed by Gyuyoung Kim.
143 * Source/cmake/OptionsEfl.cmake:
145 2015-02-23 Tomas Popela <tpopela@redhat.com>
147 [GTK] Fails to compile with cmake 3.2.x
148 https://bugs.webkit.org/show_bug.cgi?id=141796
150 With cmake 3.2.x we have to explicitly ask for X11 otherwise the
151 X11_X11_LIB variable won't be set thus the X11 linker flags won't be
152 added and the build will fail.
154 Reviewed by Martin Robinson.
156 * Source/cmake/OptionsGTK.cmake:
158 2015-02-20 Alexey Proskuryakov <ap@apple.com>
160 Remove svn:keywords property.
162 As far as I can tell, the property had no effect on any of these files, but also,
163 when it has effect it's likely harmful.
165 * ManualTests/animation-with-transition.html: Removed property svn:keywords.
166 * ManualTests/blur-filter-timing.html: Removed property svn:keywords.
167 * ManualTests/compositing/caret-in-compositing-frame.html: Removed property svn:keywords.
168 * ManualTests/compositing/font-smoothing.html: Removed property svn:keywords.
169 * ManualTests/compositing/missing-iframe-contents.html: Removed property svn:keywords.
170 * ManualTests/compositing/requires-backing-change.html: Removed property svn:keywords.
171 * ManualTests/compositing/resources/composited-subframe.html: Removed property svn:keywords.
172 * ManualTests/compositing/resources/editable-compositing-subframe.html: Removed property svn:keywords.
173 * ManualTests/frames/nested-iframe-blit-on-scroll.html: Removed property svn:keywords.
174 * ManualTests/frames/resources/blit-on-scroll-subframe.html: Removed property svn:keywords.
175 * ManualTests/frames/resources/blit-on-scroll-subsubframe.html: Removed property svn:keywords.
176 * ManualTests/plugins/plugin-paint-causes-layout.html: Removed property svn:keywords.
177 * ManualTests/screen-availLeft.html: Removed property svn:keywords.
178 * ManualTests/transition-accelerated.html: Removed property svn:keywords.
180 2015-02-17 Gyuyoung Kim <gyuyoung.kim@samsung.com>
182 [CMAKE] Remove CMakeLists.txt in WK1 port
183 https://bugs.webkit.org/show_bug.cgi?id=141617
185 Reviewed by Anders Carlsson.
187 Nobody uses CMake in WK1 port. Remove it.
191 2015-02-13 Csaba Osztrogonác <ossy@webkit.org>
193 Unreviewed, remove empty directories.
195 * ManualTests/qt: Removed.
197 2015-02-11 Carlos Alberto Lopez Perez <clopez@igalia.com>
199 [CMake] Don't set flag fuse-ld on the C/C++ compiler flags, but on the linker flags.
200 https://bugs.webkit.org/show_bug.cgi?id=141481
202 Reviewed by Csaba Osztrogonác.
204 * Source/cmake/OptionsCommon.cmake: Move -fuse-ld=gold to the linker flags.
206 2015-02-11 Gyuyoung Kim <gyuyoung.kim@samsung.com>
208 [EFL][GTK] Use bmalloc instead of tcmalloc
209 https://bugs.webkit.org/show_bug.cgi?id=140162
211 Reviewed by Carlos Garcia Campos.
213 Add bmalloc directory to build list.
215 * CMakeLists.txt: Define BMALLOC_DIR directory.
216 * Source/CMakeLists.txt: Add bmalloc path to sub-directories list.
218 2015-02-11 Carlos Garcia Campos <cgarcia@igalia.com>
220 [GTK] Add default color chooser implementation using GtkColorChooserDialog
221 https://bugs.webkit.org/show_bug.cgi?id=141392
223 Reviewed by Gustavo Noronha Silva.
225 Enable INPUT_TYPE_COLOR by default for GTK+ port.
227 * Source/cmake/OptionsGTK.cmake:
229 2015-02-09 Sergio Villar Senin <svillar@igalia.com>
231 ASSERTION FAILED: resolvedInitialPosition <= resolvedFinalPosition in WebCore::GridSpan::GridSpan
232 https://bugs.webkit.org/show_bug.cgi?id=141328
234 Reviewed by Darin Adler.
236 Added as manual test because it involves a huge grid allocation
237 which is very slow on Debug bots, the only ones capable to trigger
240 * ManualTests/css-grid-layout-item-with-huge-span-crash.html: Added.
242 2015-02-05 Youenn Fablet <youenn.fablet@crf.canon.fr> and Xabier Rodriguez Calvar <calvaris@igalia.com>
244 [Streams API] Implement a barebone ReadableStream interface
245 https://bugs.webkit.org/show_bug.cgi?id=141045
247 Reviewed by Benjamin Poulain.
249 * Source/cmake/WebKitFeatures.cmake:
250 * Source/cmakeconfig.h.cmake: Made streams API compilation on by default.
252 2015-02-02 Filip Pizlo <fpizlo@apple.com>
254 Revert accidental change in r179490.
258 2015-02-02 Filip Pizlo <fpizlo@apple.com>
260 Unreviewed, revert accidental change to Makefile.shared in r179478
264 2015-01-28 Carlos Alberto Lopez Perez <clopez@igalia.com>
266 [CMake] Minimum python version should be 2.7.
267 https://bugs.webkit.org/show_bug.cgi?id=140997
269 Reviewed by Csaba Osztrogonác.
273 2015-01-26 Nikos Andronikos <nikos.andronikos-webkit@cisra.canon.com.au>
275 Apply feTurbulence spec change to fix zero length vector generation
276 https://bugs.webkit.org/show_bug.cgi?id=140812
278 Reviewed by Darin Adler.
280 Recently a bug with the turbulence algorithm was corrected in the
281 Filter Effects specification.
282 For some seed values this bug allowed zero length vectors to be generated.
283 This resulted in large solid color squares being present in the generated image.
284 The feTurbulence algorithm was updated to reject zero length vectors. This patch
285 applies that change in WebCore.
287 Test: svg/filters/feTurbulence_bad_seeds.html
289 * platform/graphics/filters/FETurbulence.cpp:
290 (WebCore::FETurbulence::initPaint):
291 Added rejection sampling during vector generation to avoid zero length vectors.
293 2015-01-26 Csaba Osztrogonác <ossy@webkit.org>
295 [cmake] Remove compiler version calculate cruft
296 https://bugs.webkit.org/show_bug.cgi?id=140885
298 Reviewed by Darin Adler.
300 * Source/cmake/WebKitHelpers.cmake:
302 2015-01-26 Csaba Osztrogonác <ossy@webkit.org>
304 [cmake] Stop compiling with -Wno-error=uninitialized and -Wno-error=literal-suffix
305 https://bugs.webkit.org/show_bug.cgi?id=140886
307 Reviewed by Žan Doberšek.
309 * Source/cmake/WebKitHelpers.cmake:
311 2015-01-26 Michael Catanzaro <mcatanzaro@igalia.com>
313 [GTK] gtkdoc does not appear in DevHelp
314 https://bugs.webkit.org/show_bug.cgi?id=139369
316 Reviewed by Philippe Normand.
318 Expect the gtkdoc to be generated in folders named with the API version.
320 * Source/PlatformGTK.cmake:
322 2015-01-26 Zan Dobersek <zdobersek@igalia.com>
324 [EFL][GTK] Stop compiling with fno-omit-frame-pointer, -fno-tree-dce
325 https://bugs.webkit.org/show_bug.cgi?id=140609
327 Reviewed by Csaba Osztrogonác.
329 The latest releases of GCC versions 4.7, 4.8 and 4.9 all compile and
330 run JSC tests fine without the -fno-tree-dce and -fno-omit-frame-pointer
331 compilation flags. Those were added after the jsCStack branch merge, but
332 can now be removed since the -ftree-dce issues were fixed in GCC, and
333 changes in r173282 and r173298 again enable compiling with -fomit-frame-pointer.
335 * Source/cmake/OptionsEfl.cmake:
336 * Source/cmake/OptionsGTK.cmake:
338 2015-01-26 Commit Queue <commit-queue@webkit.org>
340 Unreviewed, rolling out r179107.
341 https://bugs.webkit.org/show_bug.cgi?id=140880
343 The GCC in the bots doesn't support the AsyncTask
344 implementation (Requested by KaL on #webkit).
348 "[GTK] Enable IndexedDB"
349 https://bugs.webkit.org/show_bug.cgi?id=98932
350 http://trac.webkit.org/changeset/179107
352 2015-01-25 Carlos Garcia Campos <cgarcia@igalia.com>
354 [GTK] Enable IndexedDB
355 https://bugs.webkit.org/show_bug.cgi?id=98932
357 Reviewed by Žan Doberšek.
359 * Source/cmake/OptionsGTK.cmake: Enable DATABASE_PROCESS and INDEXED_DATABASE.
360 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_DATABASE_PROCESS.
362 2015-01-23 Carlos Garcia Campos <cgarcia@igalia.com>
364 [GTK] Add initial database process support
365 https://bugs.webkit.org/show_bug.cgi?id=139491
367 Reviewed by Sergio Villar Senin.
369 * Source/cmake/OptionsGTK.cmake: Set WebKit2_DatabaseProcess_OUTPUT_NAME.
371 2015-01-22 Ryosuke Niwa <rniwa@webkit.org>
373 Add a build flag for ES6 class syntax
374 https://bugs.webkit.org/show_bug.cgi?id=140760
376 Reviewed by Michael Saboff.
378 * Source/cmake/WebKitFeatures.cmake:
379 * Source/cmakeconfig.h.cmake:
381 2015-01-21 Csaba Osztrogonác <ossy@webkit.org>
383 [EFL][WK2] EFL MiniBrowser doesn't run because shared library is not found
384 https://bugs.webkit.org/show_bug.cgi?id=140049
386 Reviewed by Gyuyoung Kim.
388 * Source/cmake/OptionsCommon.cmake:
390 2015-01-21 Csaba Osztrogonác <ossy@webkit.org>
392 Remove ENABLE(INSPECTOR) ifdef guards
393 https://bugs.webkit.org/show_bug.cgi?id=140668
395 Reviewed by Darin Adler.
397 * Source/PlatformEfl.cmake:
398 * Source/cmake/OptionsEfl.cmake:
399 * Source/cmake/OptionsGTK.cmake:
400 * Source/cmake/OptionsMac.cmake:
401 * Source/cmake/WebKitFeatures.cmake:
402 * Source/cmakeconfig.h.cmake:
404 2015-01-20 Carlos Garcia Campos <cgarcia@igalia.com>
406 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.4 release.
408 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
410 2015-01-19 Gyuyoung Kim <gyuyoung.kim@samsung.com>
412 [CMAKE] Fix cmake warning
413 https://bugs.webkit.org/show_bug.cgi?id=140497
415 Reviewed by Gustavo Noronha Silva.
417 r173155 already tried to fix cmake warning though, the warning is still exist.
418 CMAKE_LINK_INTERFACE_LIBRARIES seems to cause this warning. Individual target is
419 already set for their libraries though, INTERFACE_LINK_LIBRARIES contains the list
420 of transitive link dependencies, and CMAKE_LINK_INTERFACE_LIBRARIES can override
421 the INTERFACE_LINK_LIBRARIES property when CMP0022 is not set. CMake warns this override.
422 To avoid it, EFL port doesn't set CMAKE_LINK_INTERFACE_LIBRARIES.
426 2015-01-19 Michael Catanzaro <mcatanzaro@igalia.com>
428 [GTK] Generate the make dist manifest from a CMake template file
429 https://bugs.webkit.org/show_bug.cgi?id=139387
431 Reviewed by Martin Robinson.
433 Generate manifest.txt from manifest.txt.in. Only expose the dist and
434 distcheck targets for developer builds, as they won't work when
435 building from a tarball because the manifest is not distributed.
437 * Source/PlatformGTK.cmake:
439 2015-01-15 Csaba Osztrogonác <ossy@webkit.org>
441 Remove ENABLE(SQL_DATABASE) guards
442 https://bugs.webkit.org/show_bug.cgi?id=140434
444 Reviewed by Darin Adler.
446 * Source/cmake/OptionsMac.cmake:
447 * Source/cmake/WebKitFeatures.cmake:
448 * Source/cmakeconfig.h.cmake:
450 2015-01-11 Sam Weinig <sam@webkit.org>
452 Remove support for SharedWorkers
453 https://bugs.webkit.org/show_bug.cgi?id=140344
455 Reviewed by Anders Carlsson.
457 * Source/cmake/OptionsEfl.cmake:
458 * Source/cmake/OptionsGTK.cmake:
459 * Source/cmake/OptionsMac.cmake:
460 * Source/cmake/WebKitFeatures.cmake:
461 * Source/cmakeconfig.h.cmake:
463 2015-01-10 Dan Bernstein <mitz@apple.com>
465 [Xcode, iOS] Files are recompiled when alternating between using make and the Xcode IDE
466 https://bugs.webkit.org/show_bug.cgi?id=140339
468 Reviewed by Mark Rowe.
470 * Makefile.shared: Run xcodebuild with the same PATH with which the Xcode IDE runs. This
471 prevents unnecessary rebuilding due to PATH differences.
473 2015-01-07 Gwang Yoon Hwang <yoon@igalia.com>
475 [GTK][ThreadedCompositor] Add support for threaded compositor.
476 https://bugs.webkit.org/show_bug.cgi?id=118265
478 Reviewed by Martin Robinson.
480 Added the ENABLE_THREADED_COMPOSITOR feature flag to the cmake and
481 autotools build systems. The feature is disabled by default.
482 And remove deprecated the WTF_USE_TILED_BACKING_STORE feature flag
483 from the feature flags.
485 * Source/cmake/OptionsEfl.cmake:
486 * Source/cmake/OptionsGTK.cmake:
487 * Source/cmake/WebKitFeatures.cmake:
488 * Source/cmakeconfig.h.cmake:
490 2014-12-23 Alexey Proskuryakov <ap@apple.com>
492 Simplify building with ASan
493 https://bugs.webkit.org/show_bug.cgi?id=139916
495 Reviewed by Mark Rowe.
497 * Makefile.shared: Invoke set-webkit-configuration to store ASan choice as appropriate.
499 2014-12-16 Carlos Garcia Campos <cgarcia@igalia.com>
501 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.3 release.
503 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
505 2014-12-10 Jon Honeycutt <jhoneycutt@apple.com>
507 Null dereference performing a "TapAndAHalf" gesture in Google search field
509 <https://bugs.webkit.org/show_bug.cgi?id=139506>
510 <rdar://problem/19028828>
512 Reviewed by Darin Adler.
514 * ManualTests/ios/tap-and-a-half-gesture-in-empty-text-field.html: Added.
516 2014-12-10 Dean Jackson <dino@apple.com>
518 Blur filter performance test doesn't provide results
519 https://bugs.webkit.org/show_bug.cgi?id=139462
521 Reviewed by Sam Weinig.
523 This can't currently work under our performance test
524 infrastructure. Move it to a manual test to avoid
525 putting FAILures into the results.
527 * ManualTests/blur-filter-timing.html: Renamed from PerformanceTests/Interactive/blur-filter-timing.html.
529 2014-12-09 Gustavo Noronha Silva <gustavo.noronha@collabora.com>
531 [GTK][WK2] Add HTML5 Notifications support
532 https://bugs.webkit.org/show_bug.cgi?id=61140
534 Reviewed by Carlos Garcia Campos.
536 * Source/cmake/FindLibNotify.cmake: Added.
537 * Source/cmake/OptionsGTK.cmake: add option to enable notifications, look for
538 libnotify and use it for a default implementation when found.
540 2014-12-09 Bem Jones-Bey <bjonesbe@adobe.com>
542 REGRESSION(r155906): Page content disappears on Tuaw article after loading
543 https://bugs.webkit.org/show_bug.cgi?id=138100
545 Reviewed by Simon Fraser.
547 DRT causes an extra paint which makes it impossible to test this with
550 * ManualTests/float-layer-not-painting.html: Added.
552 2014-12-07 Alberto Garcia <berto@igalia.com>
554 [GTK] WebKit has a new required dependency on GnuTLS
555 https://bugs.webkit.org/show_bug.cgi?id=136158
557 Reviewed by Martin Robinson.
559 Detect if GnuTLS is installed and enable or disable subtle crypto
562 * Source/cmake/OptionsGTK.cmake:
564 2014-12-07 Carlos Garcia Campos <cgarcia@igalia.com>
566 [GTK] Missing API detected in GObject DOM bindings after r176630
567 https://bugs.webkit.org/show_bug.cgi?id=139201
569 Reviewed by Gustavo Noronha Silva.
571 Change GENERATE_BINDINGS macro to receive a list of optional
572 additional dependencies, so that we can add more dependecies
573 without having to change the macro.
575 * Source/cmake/WebKitMacros.cmake:
577 2014-12-05 Simon Fraser <simon.fraser@apple.com>
579 Programmatic scrolling and content changes are not always synchronized
580 https://bugs.webkit.org/show_bug.cgi?id=139245
581 rdar://problem/18833612
583 Reviewed by Anders Carlsson.
585 Manual test that tries to sync layout with programmatic scrolling.
587 * ManualTests/programmatic-scroll-flicker.html: Added.
589 2014-12-04 Alberto Garcia <berto@igalia.com>
591 can not find cairo-gl.h when build webkit with gtk on ubuntu 14.04
592 https://bugs.webkit.org/show_bug.cgi?id=136576
594 Reviewed by Carlos Garcia Campos.
596 CMake should complain if Accelerated 2D Canvas is explicitly
597 enabled but cairo-gl is not found.
599 * Source/cmake/OptionsGTK.cmake:
601 2014-12-03 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
603 [EFL] Add subtle crypto to the build system
604 https://bugs.webkit.org/show_bug.cgi?id=138612
606 Reviewed by Csaba Osztrogonác.
608 * Source/cmake/OptionsEfl.cmake:
610 2014-12-01 Gyuyoung Kim <gyuyoung.kim@samsung.com>
612 [EFL] Add a ENABLE_CSS_SCROLL_SNAP macro to CMake build system
613 https://bugs.webkit.org/show_bug.cgi?id=139085
615 Reviewed by Andreas Kling.
617 * Source/cmake/OptionsEfl.cmake: Add ENABLE_CSS_SCROLL_SNAP.
618 * Source/cmake/WebKitFeatures.cmake: ditto.
619 * Source/cmakeconfig.h.cmake: ditto.
621 2014-11-30 Ryuan Choi <ryuan.choi@navercorp.com>
623 [EFL] Drop support for the EFL 1.7
624 https://bugs.webkit.org/show_bug.cgi?id=139114
626 Reviewed by Gyuyoung Kim.
628 * Source/cmake/EFLHelpers.cmake: Removed.
629 * Source/cmake/FindEcore.cmake: Removed.
630 * Source/cmake/FindEdje.cmake: Removed.
631 * Source/cmake/FindEet.cmake: Removed.
632 * Source/cmake/FindEeze.cmake: Removed.
633 * Source/cmake/FindEfreet.cmake: Removed.
634 * Source/cmake/FindEina.cmake: Removed.
635 * Source/cmake/FindElementary.cmake: Removed.
636 * Source/cmake/FindEvas.cmake: Removed.
637 * Source/cmake/OptionsEfl.cmake:
639 2014-11-28 Philippe Normand <pnormand@igalia.com>
641 [CMake] Build failure against GStreamer git master
642 https://bugs.webkit.org/show_bug.cgi?id=138872
644 Reviewed by Csaba Osztrogon.
646 * Source/cmake/FindGStreamer.cmake: Simplified the
647 FIND_GSTREAMER_COMPONENT macro. Trust pkg-config for include
648 headers lookup, there's no need to do this manually. Also
649 explicitely check the version specified in GStreamer_FIND_VERSION.
651 2014-11-27 Ryuan Choi <ryuan.choi@navercorp.com>
653 [EFL] Remove E_Dbus dependency
654 https://bugs.webkit.org/show_bug.cgi?id=136355
656 Reviewed by Gyuyoung Kim.
658 * Source/cmake/FindE_DBus.cmake: Removed.
659 * Source/cmake/OptionsEfl.cmake:
661 2014-11-24 Carlos Garcia Campos <cgarcia@igalia.com>
663 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.1 release.
665 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
667 2014-11-20 Csaba Osztrogonác <ossy@webkit.org>
669 [CMake] Use ld.gold if it is available to speedup builds
670 https://bugs.webkit.org/show_bug.cgi?id=137953
672 Reviewed by Carlos Garcia Campos.
674 * Source/cmake/OptionsCommon.cmake:
676 2014-11-19 Akos Kiss <akiss@inf.u-szeged.hu>
678 Fix the detection of toolchain support for Cortex-A53 erratum 835769 workaround
679 https://bugs.webkit.org/show_bug.cgi?id=138840
681 Reviewed by Csaba Osztrogonác.
683 * Source/cmake/OptionsCommon.cmake:
685 2014-11-13 Csaba Osztrogonác <ossy@webkit.org>
687 Remove Source/Platform cruft
688 https://bugs.webkit.org/show_bug.cgi?id=138658
690 Reviewed by Anders Carlsson.
693 * Source/Platform: Removed.
695 2014-11-10 Akos Kiss <akiss@inf.u-szeged.hu>
697 Enable Cortex-A53-specific code paths by default if core is detected.
698 https://bugs.webkit.org/show_bug.cgi?id=138499
700 Reviewed by Csaba Osztrogonác.
702 On ARM64/Linux, check /proc/cpuinfo for CPU part 0xd03 (signaling
703 Cortex-A53) and set the initial value of WTF_CPU_ARM64_CORTEXA53 to true
706 Since on ARM64/Linux the part number that cpuinfo reports depends on
707 the core the query is run on, the check is bound to and executed on the
708 available cores one by one.
710 * Source/cmake/OptionsCommon.cmake:
712 2014-11-10 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
714 [EFL] Remove unnecessary version check from OptionsEfl.cmake
715 https://bugs.webkit.org/show_bug.cgi?id=138498
717 Reviewed by Csaba Osztrogonác.
719 * Source/cmake/OptionsEfl.cmake:
721 2014-11-07 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
723 [EFL] Require at least EFL 1.9 if ENABLE(ACCESSIBILITY) after r175098
724 https://bugs.webkit.org/show_bug.cgi?id=138465
726 Reviewed by Gyuyoung Kim.
728 * Source/cmake/OptionsEfl.cmake:
730 2014-11-03 Dean Jackson <dino@apple.com>
732 Add ENABLE_FILTERS_LEVEL_2 feature guard.
733 https://bugs.webkit.org/show_bug.cgi?id=138362
735 Reviewed by Tim Horton.
737 Add a new feature define for Level 2 of CSS Filters.
738 http://dev.w3.org/fxtf/filters-2/
740 * Source/cmake/OptionsEfl.cmake:
741 * Source/cmake/OptionsGTK.cmake:
742 * Source/cmake/OptionsMac.cmake:
743 * Source/cmake/WebKitFeatures.cmake:
744 * Source/cmakeconfig.h.cmake:
746 2014-11-03 Akos Kiss <akiss@inf.u-szeged.hu>
748 Workaround for Cortex-A53 erratum 835769
749 https://bugs.webkit.org/show_bug.cgi?id=138315
751 Reviewed by Filip Pizlo.
753 This patch introduces CMake variable and preprocessor macro
754 WTF_CPU_ARM64_CORTEXA53 with the aim of enabling Cortex-A53-specific
755 code paths, if set true.
757 * Source/cmake/OptionsCommon.cmake:
758 Add -mfix-cortex-a53-835769 to the compiler flags if compiler supports
760 * Source/cmakeconfig.h.cmake:
761 #cmakedefine01 for WTF_CPU_ARM64_CORTEXA53
763 2014-11-02 Akos Kiss <akiss@inf.u-szeged.hu>
765 [GTK] Fix the build of FTL JIT
766 https://bugs.webkit.org/show_bug.cgi?id=138298
768 Reviewed by Carlos Garcia Campos.
770 * Source/cmake/OptionsGTK.cmake:
771 Remove the need for the LIBCXXABI package.
773 2014-11-01 Carlos Garcia Campos <cgarcia@igalia.com>
775 REGRESSION(CMake): Make it possible to build without introspection
776 https://bugs.webkit.org/show_bug.cgi?id=138006
778 Reviewed by Philippe Normand.
780 Add ENABLE_INTROSPECTION option.
782 * Source/PlatformGTK.cmake: Dot not add gir global target if
783 introspection is disabled.
784 * Source/cmake/OptionsGTK.cmake: Do not add gir individual targets if
785 introspection is disabled.
787 2014-10-31 Adrian Perez de Castro <aperez@igalia.com>
789 [GTK] Support script message handlers WebKitUserContentManager
790 https://bugs.webkit.org/show_bug.cgi?id=133730
792 Reviewed by Carlos Garcia Campos.
794 Support user script message handlers in WebKitUserContentManager.
795 This needs building with ENABLE_USER_MESSAGE_HANDLERS, for which
796 an option is added to the CMake build files. The option is disabled
797 globally by default, and the WebKitGTK port enables it. On the API
798 level, two new methods to register and unregister names are provided
799 in the "window.webkit" namespace, and on message reception the
800 "WebKitUserContentManager::script-message-received" signal is
801 emitted, using the registered names as signal detail.
803 * Source/cmake/OptionsGTK.cmake: For the GTK port, enable the
804 ENABLE_USER_MESSAGE_HANDLERS feature by default.
805 * Source/cmake/WebKitFeatures.cmake: Add feature description for
806 ENABLE_USER_MESSAGE_HANDLERS, disabled by default.
808 2014-10-29 Raphael Kubo da Costa <rakuco@FreeBSD.org>
810 [GTK] Bump libsoup's minimum version to 2.42.0.
811 https://bugs.webkit.org/show_bug.cgi?id=138086
813 Reviewed by Martin Robinson.
815 The SOUP_CHECK_VERSION macro was added in libsoup 2.41.1, and the
816 soup-version.h header was added to soup.h in 2.41.4, which then becomes
817 the minimum version required to build the port these days.
819 In addition, since the autotools build system required 2.42.0 before
820 being retired, require the same version here. Version 2.42.0 was also
822 https://lists.webkit.org/pipermail/webkit-gtk/2013-March/001387.html.
824 * Source/cmake/OptionsGTK.cmake:
826 2014-10-28 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
828 [EFL] Remove unnecessary defines from OptionsEfl.cmake
829 https://bugs.webkit.org/show_bug.cgi?id=138132
831 Reviewed by Csaba Osztrogonác.
833 * Source/cmake/OptionsEfl.cmake:
835 2014-10-28 Carlos Garcia Campos <cgarcia@igalia.com>
837 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.1 release.
839 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
841 2014-10-21 Ryuan Choi <ryuan.choi@gmail.com>
843 [EFL] Remove unnecessary ENABLE_3D_RENDERING definition from OptionsEfl.cmake
844 https://bugs.webkit.org/show_bug.cgi?id=137946
846 Reviewed by Gyuyoung Kim.
848 ENABLE_3D_RENDERING is already enabled as WEBKIT_OPTION_DEFAULT_PORT_VALUE since r135813.
850 * Source/cmake/OptionsEfl.cmake:
852 2014-10-21 Dániel Bátyai <dbatyai.u-szeged@partner.samsung.com>
854 Fix FTL Native Inlining for EFL
855 https://bugs.webkit.org/show_bug.cgi?id=137774
857 Reviewed by Michael Saboff.
859 Updated CMake for FTL Native Inlining.
862 * Source/cmake/FindClang.cmake: Added.
863 * Source/cmake/OptionsEfl.cmake:
864 * Source/cmakeconfig.h.cmake:
866 2014-10-20 Joseph Pecoraro <pecoraro@apple.com>
868 Web Inspector: Generate all Inspector domains together in JavaScriptCore
869 https://bugs.webkit.org/show_bug.cgi?id=137748
871 Reviewed by Brian Burg.
873 * Source/PlatformEfl.cmake:
875 2014-10-20 Carlos Garcia Campos <cgarcia@igalia.com>
877 [GTK] Add initial gestures support
878 https://bugs.webkit.org/show_bug.cgi?id=137812
880 Reviewed by Sergio Villar Senin.
882 Check if the GTK+ version supports gestures or not.
884 * Source/cmake/FindGTK3.cmake:
885 * Source/cmake/OptionsGTK.cmake:
887 2014-10-16 Carlos Garcia Campos <cgarcia@igalia.com>
889 REGRESSION(CMake): [GTK] WebKitSettings:enable-smooth-scrolling does nothing
890 https://bugs.webkit.org/show_bug.cgi?id=137781
892 Reviewed by Martin Robinson.
894 We used to enable smooth scrolling unconditionally in autotools
895 (via WebKitFeatures.m4), but since the switch to CMake it's
896 unconditionally disabled, so changing the setting doesn't have any
899 * Source/cmake/OptionsGTK.cmake: Enable smooth scrolling.
901 2014-10-16 Pascal Jacquemart <p.jacquemart@samsung.com>
903 Removing CUSTOM_PROTOCOLS guard
904 https://bugs.webkit.org/show_bug.cgi?id=137741
906 Reviewed by Benjamin Poulain.
908 * Source/cmake/OptionsEfl.cmake:
910 2014-10-11 KwangHyuk Kim <hyuki.kim@samsung.com>
912 [EFL] Enable WebP support.
913 https://bugs.webkit.org/show_bug.cgi?id=136156
915 Reviewed by Gyuyoung Kim.
917 Add WebP package finding rule.
919 * Source/cmake/OptionsEfl.cmake:
921 2014-10-07 Pascal Jacquemart <p.jacquemart@samsung.com>
923 [EFL] Enable custom URI schemes with CustomProtocols
924 https://bugs.webkit.org/show_bug.cgi?id=128177
926 Reviewed by Gyuyoung Kim.
928 Fixing ewk_context_url_scheme_register() ewebkit2 API
929 rely on r162449 - CustomProtocols implementation from Carlos Garcia Campos
931 * Source/cmake/OptionsEfl.cmake: Forcing CUSTOM_PROTOCOLS flag
933 2014-10-01 Michael Catanzaro <mcatanzaro@igalia.com>
935 Bump version to 2.7.0
936 https://bugs.webkit.org/show_bug.cgi?id=137301
938 Rubber-stamped by Carlos Garcia Campos.
940 * Source/cmake/OptionsGTK.cmake: Bump version numbers
942 2014-09-30 Gyuyoung Kim <gyuyoung.kim@samsung.com>
944 [EFL] Rename TEST_THEME_DIR macro
945 https://bugs.webkit.org/show_bug.cgi?id=137244
947 Reviewed by Csaba Osztrogonác.
949 * Source/cmake/OptionsEfl.cmake: Rename TEST_THEME_DIR to DEFAULT_THEME_DIR.
951 2014-09-27 Dan Bernstein <mitz@apple.com>
953 WebKit top of tree sources won't build in 10.9 w/ Xcode 6.0.1
954 https://bugs.webkit.org/show_bug.cgi?id=137053
956 Reviewed by Mark Rowe.
958 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
959 In the build pre-action, pass the --wksi and --llvm options to
960 copy-webkitlibraries-to-product-directory.
961 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme: Ditto.
963 2014-09-26 Carlos Garcia Campos <cgarcia@igalia.com>
965 [GTK] Enable CSS_IMAGE_SET in production builds
966 https://bugs.webkit.org/show_bug.cgi?id=137142
968 Reviewed by Alejandro G. Castro.
970 This is required by the inspector to show some of the icons that
973 * Source/cmake/OptionsGTK.cmake:
975 2014-09-25 Carlos Garcia Campos <cgarcia@igalia.com>
977 [Gtk] build.sh needs a -- before make options when the build command is cmake --build
978 https://bugs.webkit.org/show_bug.cgi?id=136377
980 Reviewed by Philippe Normand.
982 * Source/cmake/OptionsGTK.cmake: Only create the build.sh script
983 for CMake versions less than 3.
985 2014-09-25 Csaba Osztrogonác <ossy@webkit.org>
987 Remove WinCE port from trunk
988 https://bugs.webkit.org/show_bug.cgi?id=136951
990 Reviewed by Alex Christensen.
992 * Source/cmake/OptionsWinCE.cmake: Removed.
993 * Source/cmake/WebKitPackaging.cmake:
995 2014-09-17 Renato Nagy <rnagy@inf.u-szeged.hu>
997 [EFL][GTK] Remove WebKit1 related codes
998 https://bugs.webkit.org/show_bug.cgi?id=136853
1000 Reviewed by Csaba Osztrogonác.
1002 Gtk and EFL WebKit1 ports no longer exist. Webkit1 related codes were deleted
1005 * Source/PlatformGTK.cmake:
1007 2014-09-16 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
1010 https://bugs.webkit.org/show_bug.cgi?id=136820
1012 Reviewed by Csaba Osztrogonác.
1014 * Source/cmake/FindICU.cmake:
1016 2014-09-15 Zan Dobersek <zdobersek@igalia.com>
1018 [CMake] Remove FIND_PACKAGE_HANDLE_STANDARD_ARGS call for WAYLAND_EGL in FindWayland.cmake
1019 https://bugs.webkit.org/show_bug.cgi?id=136814
1021 Reviewed by Philippe Normand.
1023 * Source/cmake/FindWayland.cmake: This line was committed by mistake.
1024 We bundle the wayland-egl dependency with wayland-client and wayland-server
1025 and store the resulting variables with the WAYLAND_ prefix. Because of this
1026 this line wasn't exporting anything useful.
1028 2014-09-12 Csaba Osztrogonác <ossy@webkit.org>
1030 URTBF after r173574.
1032 * Source/cmake/WebKitMacros.cmake:
1034 2014-09-11 László Langó <llango.u-szeged@partner.samsung.com>
1036 [JavaScriptCore] Fix FTL on platform EFL.
1037 https://bugs.webkit.org/show_bug.cgi?id=133571
1039 Reviewed by Filip Pizlo.
1043 * Source/cmake/FindLIBCXXABI.cmake: Removed.
1044 * Source/cmake/OptionsEfl.cmake:
1046 2014-09-08 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
1049 https://bugs.webkit.org/show_bug.cgi?id=136571
1051 Reviewed by Darin Adler.
1053 * Source/cmake/OptionsEfl.cmake:
1054 * Source/cmake/OptionsGTK.cmake:
1055 * Source/cmake/OptionsMac.cmake:
1056 * Source/cmake/WebKitFeatures.cmake:
1057 * Source/cmakeconfig.h.cmake:
1059 2014-09-04 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
1061 Remove CSS_FILTERS flag
1062 https://bugs.webkit.org/show_bug.cgi?id=136529
1064 Reviewed by Dirk Schulze.
1066 * Source/cmake/OptionsEfl.cmake:
1067 * Source/cmake/OptionsGTK.cmake:
1068 * Source/cmake/OptionsMac.cmake:
1069 * Source/cmake/WebKitFeatures.cmake:
1070 * Source/cmakeconfig.h.cmake:
1072 2014-09-01 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1074 [CMAKE] Build warning by INTERFACE_LINK_LIBRARIES
1075 https://bugs.webkit.org/show_bug.cgi?id=136194
1077 Reviewed by Csaba Osztrogonác.
1079 Set the LINK_INTERFACE_LIBRARIES target property on the top level CMakeLists.txt.
1083 2014-08-29 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
1085 [EFL] Remove non Coordinated Graphics code path from cmake build system after r142169
1086 https://bugs.webkit.org/show_bug.cgi?id=135560
1088 Reviewed by Gyuyoung Kim.
1090 * Source/cmake/OptionsEfl.cmake: Removed TILED_BACKING_STORE guard.
1092 2014-08-28 Brian J. Burg <burg@cs.washington.edu>
1094 WebInspectorUI.framework is not built for the "All Source" Xcode scheme
1095 https://bugs.webkit.org/show_bug.cgi?id=136343
1097 Reviewed by David Kilzer.
1099 The "build" and "run" actions in Xcode should copy over the latest Inspector resources.
1101 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
1102 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
1104 2014-08-27 Krzysztof Czech <k.czech@samsung.com>
1106 [EFL] Share fast/speechsynthesis/ with other ports
1107 https://bugs.webkit.org/show_bug.cgi?id=136224
1109 Reviewed by Chris Fleizach.
1111 Enable WebSpeech for EFL.
1113 * Source/cmake/OptionsEfl.cmake:
1115 2014-08-26 Krzysztof Czech <k.czech@samsung.com>
1117 [EFL] Utilize espeak as a synthesizer back-end for WebSpeech
1118 https://bugs.webkit.org/show_bug.cgi?id=136127
1120 Reviewed by Gyuyoung Kim.
1122 Add build support for espeak.
1124 * Source/cmake/FindEspeak.cmake: Added.
1125 * Source/cmake/OptionsEfl.cmake: Add Espeak dependency.
1127 2014-08-26 Ryuan Choi <ryuan.choi@samsung.com>
1129 [EFL] Build break using clang
1130 https://bugs.webkit.org/show_bug.cgi?id=136245
1132 Reviewed by Gyuyoung Kim.
1134 * Source/cmake/OptionsEfl.cmake:
1135 Disable ENABLE_WERROR when compiler is Clang as workaround because there are too many warnings.
1136 Some warnings are from system libraries.
1138 2014-08-25 Alberto Garcia <berto@igalia.com>
1140 [GTK] Unify webkitgtk and webkit2gtk directories
1141 https://bugs.webkit.org/show_bug.cgi?id=136209
1143 Reviewed by Carlos Garcia Campos.
1145 Use webkit2gtk-X.X both for the process binaries and the injected
1148 * Source/cmake/OptionsGTK.cmake:
1150 2014-08-24 Ryuan Choi <ryuan.choi@samsung.com>
1152 [EFL] Move Efl specific code from Source/CMakeLists.txt
1153 https://bugs.webkit.org/show_bug.cgi?id=136206
1155 Reviewed by Gyuyoung Kim.
1157 WebKit/Efl only uses ENABLE_WERROR so it can be moved into OptionsEfl.cmake.
1158 Inaddition, renamed ADDITIONAL_FLAGS to ADDITIONAL_COMPILER_FLAGS.
1160 * Source/CMakeLists.txt:
1161 * Source/cmake/OptionsEfl.cmake:
1163 2014-08-24 Ryuan Choi <ryuan.choi@samsung.com>
1165 [EFL] Introduce DEVELOPER_MODE
1166 https://bugs.webkit.org/show_bug.cgi?id=135884
1168 Reviewed by Gyuyoung Kim.
1170 Like GTK port, DEVELOPER_MODE can be good solution for developing, debugging and testing
1171 instead of SHARED_CORE.
1172 SHARED_CORE can reduce link time and memory consumption but it is slightly different
1173 from release binary.
1175 * Source/cmake/OptionsEfl.cmake:
1176 * Source/cmake/WebKitHelpers.cmake:
1177 Moved fvisibility=hidden to OptionsEfl.cmake
1179 2014-08-22 KwangHyuk Kim <hyuki.kim@samsung.com>
1181 [EFL] Turn on ENABLE_GAMEPAD_DEPRECATED option.
1182 https://bugs.webkit.org/show_bug.cgi?id=136110
1184 Reviewed by Gyuyoung Kim.
1186 Turn on ENABLE_GAMEPAD_DEPRECATED option for the WK2 Efl.
1188 * Source/cmake/OptionsEfl.cmake:
1190 2014-08-22 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1192 [EFL] Apply eflsymbols.filter to WebKit2
1193 https://bugs.webkit.org/show_bug.cgi?id=136148
1195 Reviewed by Csaba Osztrogonác.
1197 eflsymbol filter hasn't been applied to WK2 port. Additionally clean up WK1 symbol
1198 in the eflsymbols.filter.
1200 * Source/cmake/OptionsEfl.cmake:
1201 * Source/cmake/eflsymbols.filter:
1203 2014-08-21 Zalan Bujtas <zalan@apple.com>
1205 Enable SATURATED_LAYOUT_ARITHMETIC.
1206 https://bugs.webkit.org/show_bug.cgi?id=136106
1208 Reviewed by Simon Fraser.
1210 SATURATED_LAYOUT_ARITHMETIC protects LayoutUnit against arithmetic overflow.
1211 (No measurable performance regression on Mac.)
1213 * Source/cmake/OptionsMac.cmake:
1214 * Source/cmake/WebKitFeatures.cmake:
1215 * Source/cmakeconfig.h.cmake:
1217 2014-08-19 Zalan Bujtas <zalan@apple.com>
1219 Remove ENABLE(SUBPIXEL_LAYOUT).
1220 https://bugs.webkit.org/show_bug.cgi?id=136077
1222 Reviewed by Simon Fraser.
1224 Remove compile time flag SUBPIXEL_LAYOUT. All ports have it enabled for a while now.
1226 * Source/cmake/OptionsEfl.cmake:
1227 * Source/cmake/OptionsGTK.cmake:
1228 * Source/cmake/OptionsMac.cmake:
1229 * Source/cmake/WebKitFeatures.cmake:
1230 * Source/cmakeconfig.h.cmake:
1232 2014-08-17 Zan Dobersek <zdobersek@igalia.com>
1234 [CMake] Optimization-disabling compiler flags should be appended to CMAKE_C(XX)_FLAGS_RELEASE
1235 https://bugs.webkit.org/show_bug.cgi?id=135980
1237 Reviewed by Martin Robinson.
1239 CMAKE_C(XX)_FLAGS_RELEASE variables usually contain the -On flag which
1240 overrides any other disabled optimization that was prepended to these
1241 variables or was added to the CMAKE_C(XX)_FLAGS variables which CMake
1242 lists first in the final list of compilation flags.
1244 To avoid -On re-enabling optimizations that we'd like to keep disabled,
1245 the specific compiler flags must be appended to CMAKE_C(XX)_FLAGS_RELEASE.
1247 * Source/cmake/OptionsCommon.cmake:
1248 * Source/cmake/OptionsEfl.cmake: Also do the appending with CMAKE_SHARED_LINKER_FLAGS_RELEASE.
1249 * Source/cmake/OptionsGTK.cmake:
1251 2014-08-15 Carlos Garcia Campos <cgarcia@igalia.com>
1253 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.5.3 release.
1255 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1257 2014-08-15 Ting-Wei Lan <lantw44@gmail.com>
1259 [GTK] Disable memory sampler on non-Linux system
1260 https://bugs.webkit.org/show_bug.cgi?id=134483
1262 Reviewed by Philippe Normand.
1264 Source/WebKit2/Shared/linux/WebMemorySamplerLinux.cpp only works on
1265 Linux because it uses many Linux-specific features, so we should disable
1266 memory sampler on other systems by default.
1268 * Source/cmake/OptionsGTK.cmake:
1270 2014-08-15 Carlos Garcia Campos <cgarcia@igalia.com>
1272 [GTK] HTML API documentation should also be installed versioned
1273 https://bugs.webkit.org/show_bug.cgi?id=135970
1275 Reviewed by Philippe Normand.
1277 * Source/PlatformGTK.cmake: Append -${WEBKITGTK_API_VERSION} to
1280 2014-08-14 Tomas Popela <tpopela@redhat.com>
1282 Add support for ppc, ppc64, ppc64le, s390, s390x into the CMake build
1283 https://bugs.webkit.org/show_bug.cgi?id=135937
1285 Reviewed by Carlos Garcia Campos.
1289 2014-08-14 Carlos Garcia Campos <cgarcia@igalia.com>
1291 [GTK] REGRESSION(r171598, CMake): Introspection files are installed at the wrong path
1292 https://bugs.webkit.org/show_bug.cgi?id=135934
1294 Reviewed by Gustavo Noronha Silva.
1296 Since r171598 gir files are installed under $datadir/webkitgtk-4.0/gir-1.0/.
1297 The gir files should installed in $datadir/gir-1.0/ together with all other
1298 gir files. We don't need to install introspection files in a versioned
1299 directory because their filenames already contain the binary version. But before
1300 r171598, the files were only installed to the right directory if the
1301 gobject-instrospection pkg-config file was in the same prefix than the one we
1302 wanted to install, because the gir and typelibs directories were extracted from
1303 the pkg-config file. We should define INTROSPECTION_INSTALL_GIRDIR and
1304 INTROSPECTION_INSTALL_TYPELIBDIR in OptionsGTK.cmake based on $datadir and $libdir
1305 like we do in the autotools build.
1307 * Source/cmake/FindGObjectIntrospection.cmake: Do not define
1308 INTROSPECTION_INSTALL_GIRDIR and INTROSPECTION_INSTALL_TYPELIBDIR.
1309 * Source/cmake/OptionsGTK.cmake: Define
1310 INTROSPECTION_INSTALL_GIRDIR and INTROSPECTION_INSTALL_TYPELIBDIR.
1312 2014-08-14 Carlos Garcia Campos <cgarcia@igalia.com>
1314 [GTK] WebKit DOM documentation (webkitdomgtk) not installed after make install
1315 https://bugs.webkit.org/show_bug.cgi?id=135836
1317 Reviewed by Philippe Normand.
1319 * Source/PlatformGTK.cmake: Add install command to also install
1320 the GObject DOM bindings API docs.
1322 2014-08-14 Zan Dobersek <zdobersek@igalia.com>
1324 Unreviewed. In r165709 I mistakenly appended the -fno-exceptions
1325 and -fno-strict-aliasing compiler flags to CMAKE_CXX_FLAGS and then
1326 re-set CMAKE_C_FLAGS with the new string. The two flags should really
1327 be appended to CMAKE_C_FLAGS and the same variable re-set with the
1330 * Source/cmake/OptionsCommon.cmake:
1332 2014-08-13 Alex Christensen <achristensen@webkit.org>
1334 Progress towards CMake on Mac.
1335 https://bugs.webkit.org/show_bug.cgi?id=135819
1337 Reviewed by Laszlo Gombos.
1339 * Source/cmake/OptionsMac.cmake:
1340 Disable some more features temporarily to get CMake working.
1341 * Source/cmake/WebKitMacros.cmake:
1342 Added an extension parameter to GENERATE_BINDINGS to allow ObjC bindings to generate .mm files.
1344 2014-08-12 Eduardo Lima Mitev <elima@igalia.com>
1346 [GTK] Subtle-crypto feature off by default and add a new configure flag to enable it
1347 https://bugs.webkit.org/show_bug.cgi?id=135798
1349 Reviewed by Philippe Normand.
1351 * Source/cmake/OptionsGTK.cmake: Makes SUBTLE_CRYPTO flag off by default.
1353 2014-08-12 Eduardo Lima Mitev <elima@igalia.com>
1354 [GTK] Adds dependency on GnuTLS 3.0+ for the implementation of subtle crypto algorithms
1355 https://bugs.webkit.org/show_bug.cgi?id=133317
1357 GnuTLS is already an indirect dependency through libsoup -> glib-networking.
1359 Reviewed by Philippe Normand.
1361 No new tests since no new functionality has been added.
1363 * Source/cmake/OptionsGTK.cmake: Adds search for required GnuTLS package
1365 2014-08-11 Commit Queue <commit-queue@webkit.org>
1367 Unreviewed, rolling out r172393.
1368 https://bugs.webkit.org/show_bug.cgi?id=135796
1370 discussion needed about GnuTLS version bump on the bots
1371 (Requested by philn on #webkit).
1375 https://bugs.webkit.org/show_bug.cgi?id=133317
1376 http://trac.webkit.org/changeset/172393
1378 2014-08-11 Eduardo Lima Mitev <elima@igalia.com>
1379 [GTK] Adds dependency on GnuTLS 3.0+ for the implementation of subtle crypto algorithms
1380 https://bugs.webkit.org/show_bug.cgi?id=133317
1382 GnuTLS is already an indirect dependency through libsoup -> glib-networking.
1384 Reviewed by Philippe Normand.
1386 No new tests since no new functionality has been added.
1388 * Source/cmake/OptionsGTK.cmake: Adds search for required GnuTLS package
1390 2014-08-11 Eduardo Lima Mitev <elima@igalia.com>
1392 [GTK] Adds stubs for all subtle crypto algorithm implemntations
1393 https://bugs.webkit.org/show_bug.cgi?id=133316
1395 Reviewed by Philippe Normand.
1397 * Source/cmake/OptionsGTK.cmake: Add ENABLE_SUBTLE_CRYPTO option
1398 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_SUBTLE_CRYPTO option
1399 * Source/cmakeconfig.h.cmake: Define ENABLE_SUBTLE_CRYPTO
1401 2014-08-11 Carlos Garcia Campos <cgarcia@igalia.com>
1403 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.5.2 release.
1405 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1407 2014-08-10 Carlos Garcia Campos <cgarcia@igalia.com>
1409 [GTK] REGRESSION(r166239): The ld version script is not being used
1410 https://bugs.webkit.org/show_bug.cgi?id=135694
1412 Reviewed by Martin Robinson.
1414 Move the symbols filter file from Tools/gtk to Source/cmake and rename
1415 it as gtksymbols.filter. Also updated it, since some of the symbols
1416 exported were renamed.
1418 * Source/cmake/OptionsGTK.cmake:
1419 * Source/cmake/gtksymbols.filter: Renamed from Tools/gtk/symbols.filter.
1421 2014-08-10 Carlos Garcia Campos <cgarcia@igalia.com>
1423 [GTK] Child processes should be installed in a versioned directory
1424 https://bugs.webkit.org/show_bug.cgi?id=135754
1426 Reviewed by Gustavo Noronha Silva.
1428 Define LIBEXEC_INSTALL_DIR as
1429 ${CMAKE_INSTALL_FULL_LIBEXECDIR}/webkitgtk-${WEBKITGTK_API_VERSION}
1430 so that the child processes are installed in $libexec/webkitgtk-4.0.
1431 This makes it possible to install 2.6 in parallel to older versions.
1433 * Source/cmake/OptionsGTK.cmake:
1435 2014-08-08 Alex Christensen <achristensen@webkit.org>
1437 Progress towards using CMake on Mac.
1438 https://bugs.webkit.org/show_bug.cgi?id=135662
1440 Reviewed by Laszlo Gombos.
1443 Mavericks has a flex version of "flex 2.5.35 Apple(flex-31)" which CMake doesn't like on Mac.
1444 * Source/cmake/WebKitFeatures.cmake:
1445 * Source/cmakeconfig.h.cmake:
1446 Added features that are needed by the Mac port.
1447 * Source/cmake/OptionsMac.cmake:
1448 Enable CSS_IMAGE_SET based on FeatureDefines.h.
1449 Disable the FTL with CMake for now.
1450 * Source/cmake/OptionsEFL.cmake:
1451 * Source/cmake/OptionsGTK.cmake:
1452 Enable subpixel layout to not conflict with FeatureDefines.h
1454 2014-08-08 Simon Fraser <simon.fraser@apple.com>
1456 Undo some erroneous changes to the Xcode scheme files from r172259.
1458 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
1459 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
1461 2014-08-08 Zan Dobersek <zdobersek@igalia.com>
1463 [CMake] Drop the required version of CMake down to 2.8.8
1464 https://bugs.webkit.org/show_bug.cgi?id=135713
1466 Reviewed by Alex Christensen.
1468 * CMakeLists.txt: Require CMake 2.8.8.
1470 2014-08-07 Benjamin Poulain <bpoulain@apple.com>
1472 Get rid of INPUT_SPEECH
1473 https://bugs.webkit.org/show_bug.cgi?id=135672
1475 Reviewed by Andreas Kling.
1477 * Source/cmake/OptionsMac.cmake:
1478 * Source/cmake/WebKitFeatures.cmake:
1479 * Source/cmakeconfig.h.cmake:
1481 2014-08-07 Csaba Osztrogonác <ossy@webkit.org>
1483 [GTK] Disable IndexedDB
1484 https://bugs.webkit.org/show_bug.cgi?id=135692
1486 Reviewed by Carlos Garcia Campos.
1488 * Source/cmake/OptionsGTK.cmake:
1490 2014-08-06 Dean Jackson <dino@apple.com>
1492 ENABLE_CSS_TRANSFORMS_ANIMATIONS_UNPREFIXED is not used anywhere. Remove it.
1493 https://bugs.webkit.org/show_bug.cgi?id=135675
1495 Reviewed by Sam Weinig.
1497 * Source/cmake/OptionsGTK.cmake:
1498 * Source/cmake/OptionsMac.cmake:
1499 * Source/cmake/WebKitFeatures.cmake:
1500 * Source/cmakeconfig.h.cmake:
1502 2014-08-06 David Farler <dfarler@apple.com>
1504 Unreviewed build fix: Make includes semicolon in assignment.
1506 * Makefile.shared: Remove a ;
1508 2014-08-06 David Farler <dfarler@apple.com>
1510 Set DSYMUTIL_NUM_THREADS to the number of logical cores
1511 https://bugs.webkit.org/show_bug.cgi?id=135655
1513 Reviewed by Mark Rowe.
1515 * Makefile.shared: Export DSYMUTIL_NUM_THREADS.
1517 2014-08-06 Carlos Garcia Campos <cgarcia@igalia.com>
1519 [GTK] Be able to disable gtk2 dependency
1520 https://bugs.webkit.org/show_bug.cgi?id=135505
1522 Reviewed by Gustavo Noronha Silva.
1524 Add ENABLE_PLUGIN_PROCESS_GTK2 compile option. GTK+2 is only
1525 required when it's enabled. It's enabled by default.
1527 * Source/cmake/OptionsGTK.cmake:
1529 2014-08-05 Alex Christensen <achristensen@webkit.org>
1532 https://bugs.webkit.org/show_bug.cgi?id=135620
1534 Reviewed by Laszlo Gombos.
1536 * Source/cmake/OptionsMac.cmake:
1537 Use UDIS86 by default on Mac.
1539 2014-08-04 Benjamin Poulain <benjamin@webkit.org>
1541 Add a flag for the CSS Selectors level 4 implementation
1542 https://bugs.webkit.org/show_bug.cgi?id=135535
1544 Reviewed by Andreas Kling.
1546 * Source/cmake/OptionsEfl.cmake:
1547 * Source/cmake/OptionsGTK.cmake:
1548 * Source/cmake/WebKitFeatures.cmake:
1549 * Source/cmakeconfig.h.cmake:
1551 2014-08-04 Alex Christensen <achristensen@webkit.org>
1553 Progress towards CMake on Mac.
1554 https://bugs.webkit.org/show_bug.cgi?id=135528
1556 Reviewed by Gyuyoung Kim.
1558 * Source/cmake/OptionsMac.cmake:
1559 Made options list based on FeatureDefines.xcconfig files.
1561 2014-08-04 Zan Dobersek <zdobersek@igalia.com>
1563 [GTK] Windowing target support should reflect the support in the GTK+ dependency
1564 https://bugs.webkit.org/show_bug.cgi?id=134736
1566 Reviewed by Martin Robinson.
1568 * Source/cmake/FindGTK3.cmake: Don't error out if the GTK+ dependency doesn't
1569 support the X11 or Wayland windowing targets -- instead, if there's no support
1570 the specific target is disabled, and an error is thrown only if neither of the
1571 backends is enabled at the end..
1572 For now the X11 target remains enabled by default, and the Wayland target is
1573 kept disabled. Once it's possible to have both targets enabled at runtime in
1574 WebKit, the Wayland target will be enabled as well and we'll leave it to the
1575 GTK+ dependency to determine which targets can be enabled.
1577 2014-08-04 Zan Dobersek <zdobersek@igalia.com>
1579 [CMake] Add FindWayland.cmake
1580 https://bugs.webkit.org/show_bug.cgi?id=135540
1582 Reviewed by Martin Robinson.
1584 * Source/cmake/FindWayland.cmake: Added. Enables finding the Wayland
1585 dependency. For now bundles the wayland-client, wayland-server and
1586 wayland-egl pkg-config targets into one dependency, but these could
1587 be split in the future if necessary.
1589 2014-08-03 Ryuan Choi <ryuan.choi@samsung.com>
1591 [EFL] Move DATA_INSTALL_DIR to ewebkit2-0
1592 https://bugs.webkit.org/show_bug.cgi?id=135553
1594 Reviewed by Gyuyoung Kim.
1596 Since WebKit1/Efl is dropped, we don't need to use ewebkit-1 and ewebkit2-1.
1597 And removed WebKit_OUTPUT_NAME variable which is not used anymore on the EFL port.
1599 * Source/cmake/OptionsEfl.cmake:
1601 2014-08-01 Bear Travis <betravis@adobe.com>
1603 [Feature Queries] Enable Feature Queries on EFL/GTK
1604 https://bugs.webkit.org/show_bug.cgi?id=134902
1606 Reviewed by Benjamin Poulain.
1608 Enable CSS Feature Queries by default on the EFL and GTK
1611 * Source/cmake/OptionsEfl.cmake:
1612 * Source/cmake/OptionsGTK.cmake:
1614 2014-08-01 Alex Christensen <achristensen@webkit.org>
1616 Progress towards cmake on Windows.
1617 https://bugs.webkit.org/show_bug.cgi?id=135484
1619 Reviewed by Martin Robinson.
1622 Added Mac to list of ports, even though it is not done yet.
1623 Changed minimum bison version to version installed on Macs.
1624 * Source/cmake/OptionsAppleWin.cmake:
1625 Added some definitions.
1626 * Source/cmake/OptionsEfl.cmake:
1627 * Source/cmake/OptionsGTK.cmake:
1628 Set WTF_LIBRARY_TYPE to STATIC to not change WTF linking on EFL or GTK ports.
1629 * Source/cmake/OptionsMac.cmake: Added blank for now.
1630 * Source/cmake/OptionsWinCairo.cmake:
1631 * Source/cmake/OptionsWindows.cmake:
1632 Added some definitions.
1633 Removed /WX (warnings treated as error while compiling).
1634 Copied warnings to ignore from WebKitLibraries/win/tools/vsprops/common.props.
1636 2014-08-01 Carlos Garcia Campos <cgarcia@igalia.com>
1638 [CMake] GTK and EFL are using PROJECT_VERSION_PATCH to define the micro version
1639 https://bugs.webkit.org/show_bug.cgi?id=135501
1641 Reviewed by Gyuyoung Kim.
1643 Use PROJECT_VERSION_MICRO instead.
1645 * Source/cmake/OptionsEfl.cmake:
1646 * Source/cmake/OptionsGTK.cmake:
1647 * Source/cmake/WebKitHelpers.cmake:
1649 2014-07-31 Ryuan Choi <ryuan.choi@samsung.com>
1651 [EFL] Bump ewebkit version to 1.11
1652 https://bugs.webkit.org/show_bug.cgi?id=135487
1654 Reviewed by Gyuyoung Kim.
1656 * Source/cmake/OptionsEfl.cmake: Bump version numbers.
1658 2014-07-31 Carlos Alberto Lopez Perez <clopez@igalia.com>
1660 [EFL] Add support for building with Geoclue2.
1661 https://bugs.webkit.org/show_bug.cgi?id=135455
1663 Reviewed by Gyuyoung Kim.
1665 * Source/cmake/OptionsEfl.cmake: Add gio-unix if ENABLE_GEOLOCATION
1668 2014-07-31 Carlos Garcia Campos <cgarcia@igalia.com>
1670 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.5.1 release.
1672 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1674 2014-07-31 Carlos Garcia Campos <cgarcia@igalia.com>
1676 [GTK] Bump binary version for 2.6
1677 https://bugs.webkit.org/show_bug.cgi?id=133724
1679 Reviewed by Philippe Normand.
1681 * Source/cmake/OptionsGTK.cmake: Bump binary version to 4.0 and
1682 update library version numbers.
1684 2014-07-30 Zan Dobersek <zdobersek@igalia.com>
1686 [CMake] Bump the minimum required version
1687 https://bugs.webkit.org/show_bug.cgi?id=135382
1689 Reviewed by Gyuyoung Kim.
1691 * CMakeLists.txt: Bump the minimum required version to 2.8.11 after
1692 we introduced usage of target_include_directories().
1694 2014-07-29 Hunseop Jeong <hs85.jeong@samsung.com>
1696 [EFL][GTK] Remove ACCELERATED_COMPOSITING compile flag
1697 https://bugs.webkit.org/show_bug.cgi?id=135376
1699 Reviewed by Gyuyoung Kim.
1701 ACCELERATED_COMPOSITING was changed to the mandatory code after r163079.
1703 * Source/cmake/OptionsEfl.cmake:
1704 * Source/cmake/OptionsGTK.cmake:
1706 2014-07-25 Michael Catanzaro <mcatanzaro@igalia.com>
1708 [GTK] CMake tries to install JavaScriptCore-3.0.gir outside of install prefix
1709 https://bugs.webkit.org/show_bug.cgi?id=135288
1711 Reviewed by Martin Robinson.
1713 * Source/cmake/FindGObjectIntrospection.cmake: pass correct libdir and
1714 datadir to pkgconfig
1715 * Source/cmake/OptionsGTK.cmake: define install directories early
1716 enough to be used in FindGObjectIntrospection.cmake
1718 2014-07-23 Bem Jones-Bey <bjonesbe@adobe.com>
1720 Remove CSS_EXCLUSIONS compile flag and leftover code
1721 https://bugs.webkit.org/show_bug.cgi?id=135175
1723 Reviewed by Zoltan Horvath.
1725 At this point, the CSS_EXCLUSIONS flag guards nothing but some useless
1726 stubs. This removes the flag and the useless code.
1728 * Source/cmake/WebKitFeatures.cmake:
1729 * Source/cmakeconfig.h.cmake:
1731 2014-07-22 Adrian Perez de Castro <aperez@igalia.com>
1733 [GStreamer] [GTK] WebKit does not build with GStreamer 1.4
1734 https://bugs.webkit.org/show_bug.cgi?id=135114
1736 Fix build with GStreamer 1.4
1738 Reviewed by Philippe Normand.
1740 * Source/cmake/FindGStreamer.cmake: Check version 1.4.0 for the
1741 gst-mpegts component instead of the unstable 1.3.x verstions.
1743 2014-07-21 Carlos Garcia Campos <cgarcia@igalia.com>
1745 [GTK] Simplify make-dist command line arguments
1746 https://bugs.webkit.org/show_bug.cgi?id=134832
1748 Reviewed by Martin Robinson.
1750 * Source/PlatformGTK.cmake: Use --version instead of
1751 --tarball-root when running make-dist.py.
1753 2014-07-18 Jon Honeycutt <jhoneycutt@apple.com>
1755 Add a manual test for r135044
1757 <https://bugs.webkit.org/show_bug.cgi?id=135044>
1759 Rubber-stamped by Andy Estes.
1761 * ManualTests/ios/typing-in-field-that-clears-on-keyup.html: Added.
1763 2014-07-18 Dana Burkart <dburkart@apple.com>
1765 Add a new 'analyze' target to the makefile. This will make use of a new
1766 'PATH_TO_SCAN_BUILD' which, if set will wrap xcodebuild in the clang
1768 https://bugs.webkit.org/show_bug.cgi?id=135057
1769 <rdar://problem/10193187>
1771 Reviewed by David Kilzer.
1777 2014-07-15 Ryuan Choi <ryuan.choi@samsung.com>
1779 [CMAKE] ENABLE_ENCRYPTED_MEDIA_V2 should depend on ENABLE_VIDEO
1780 https://bugs.webkit.org/show_bug.cgi?id=134963
1782 Reviewed by Gyuyoung Kim.
1784 ENCRYPTED_MEDIA_V2 requires VIDEO enabled.
1786 * Source/cmake/WebKitFeatures.cmake: Added the dependency for ENABLE_ENCRYPTED_MEDIA_V2.
1788 2014-07-14 Daniel Bates <dabates@apple.com>
1790 [iOS] Add tests to ensure CSS :active and :hover are applied when processing touch events
1791 https://bugs.webkit.org/show_bug.cgi?id=134905
1792 <rdar://problem/16602779>
1794 Reviewed by Simon Fraser.
1796 Add a manual test to ensure that styles for CSS pseudo-class :hover aren't temporarily cleared
1797 on the tapped element when processing a touchend as a result of finger pressing and releasing
1798 on the same element that is initially positioned outside the visible content area.
1800 * ManualTests/ios/touchstart-touchend-on-same-element-should-not-clear-hover.html: Added.
1802 2014-07-11 Carlos Garcia Campos <cgarcia@igalia.com>
1804 [GTK] Enable VIDEO_TRACK by default
1805 https://bugs.webkit.org/show_bug.cgi?id=134801
1807 Reviewed by Philippe Normand.
1809 * Source/cmake/OptionsGTK.cmake:
1811 2014-07-10 Carlos Garcia Campos <cgarcia@igalia.com>
1813 [GTK][CMake] Add a 'distcheck' target
1814 https://bugs.webkit.org/show_bug.cgi?id=130675
1816 Reviewed by Gustavo Noronha Silva.
1818 * Source/PlatformGTK.cmake: Add distcheck target.
1820 2014-07-10 Carlos Garcia Campos <cgarcia@igalia.com>
1822 [GTK] Use the same default options for production builds that previous stable releases
1823 https://bugs.webkit.org/show_bug.cgi?id=134589
1825 Reviewed by Martin Robinson.
1827 Change the default value of some features to match our stable releases.
1828 Add FindCairoGL to find cairo-gl libraries and make accelearetd 2D
1829 canvas depend on whether cairo-gl is found.
1831 * Source/cmake/FindCairoGL.cmake: Added.
1832 * Source/cmake/OptionsGTK.cmake:
1834 2014-07-08 Sun-woo Nam <sunny.nam@samsung.com>
1836 [EFL] Support Encrypted Media Extensions.
1837 https://bugs.webkit.org/show_bug.cgi?id=134750
1839 Reviewed by Gyuyoung Kim.
1841 Webkit needs to play encrypted media contents when media player
1842 is played by Media source extensions and normal video procedure.
1844 * Source/cmake/OptionsEfl.cmake: Turn on ENABLE_ENCRYPTED_MEDIA_V2
1846 2014-07-08 Alex Christensen <achristensen@webkit.org>
1848 Steps towards CMake on Windows.
1849 https://bugs.webkit.org/show_bug.cgi?id=134716
1851 Reviewed by Martin Robinson.
1854 Added AppleWin and WinCairo to list of CMake ports.
1855 * Source/cmake/OptionsAppleWin.cmake: Added.
1856 * Source/cmake/OptionsWinCairo.cmake: Added.
1857 * Source/cmake/OptionsWindows.cmake:
1858 Windows needs to use the system malloc. Other options to come.
1860 2014-07-04 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1862 [EFL] Support Geolocation
1863 https://bugs.webkit.org/show_bug.cgi?id=134439
1865 Reviewed by Antonio Gomes.
1867 * Source/cmake/OptionsEfl.cmake: Turn on ENABLE_GEOLOCATION.
1869 2014-07-03 Ryuan Choi <ryuan.choi@samsung.com>
1871 Broken build with build-webkit --no-video
1872 https://bugs.webkit.org/show_bug.cgi?id=134587
1874 Reviewed by Darin Adler.
1876 MEDIA_CONTROLS_SCRIPT requires VIDEO enabled.
1878 * Source/cmake/WebKitFeatures.cmake: Added the dependency for ENABLE_MEDIA_CONTROLS_SCRIPT.
1880 2014-07-03 Carlos Garcia Campos <cgarcia@igalia.com>
1882 [GTK] The list of features shown by cmake is not accurate
1883 https://bugs.webkit.org/show_bug.cgi?id=134588
1885 Reviewed by Gustavo Noronha Silva.
1887 The problem is that some options might change after the feature
1888 list has been printed.
1890 * Source/cmake/OptionsGTK.cmake: Find package dependencies before
1891 setting the default values of features and set WEBGL value
1892 depending on the dependencies, and API_TEST depending on whether
1893 developer mode is enabled or not.
1895 2014-07-03 Ryuan Choi <ryuan.choi@samsung.com>
1897 [CMAKE] Add WEBKIT_OPTION_DEPEND macro to resolve macro dependency
1898 https://bugs.webkit.org/show_bug.cgi?id=134578
1900 Reviewed by Gyuyoung Kim.
1902 Some options depend on another option such as ENABLE_VIDEO_TRACK and ENABLE_VIDEO.
1903 This patch adds WEBKIT_OPTION_DEPEND to check the depending option and
1904 disable related option if it is not ON.
1906 * Source/cmake/OptionsEfl.cmake: Removed hack for option dependency.
1907 * Source/cmake/OptionsGTK.cmake: Ditto.
1908 * Source/cmake/WebKitFeatures.cmake: Added WEBKIT_OPTION_DEPEND macro.
1910 2014-07-02 Carlos Garcia Campos <cgarcia@igalia.com>
1912 [GTK] make dist is broken
1913 https://bugs.webkit.org/show_bug.cgi?id=134542
1915 Reviewed by Martin Robinson.
1917 * Source/PlatformGTK.cmake: Remove ENABLE_WEBKIT check.
1919 2014-07-01 Zan Dobersek <zdobersek@igalia.com>
1921 [CMake] Add necessary support for building for the Wayland target
1922 https://bugs.webkit.org/show_bug.cgi?id=134160
1924 Reviewed by Darin Adler.
1926 * Source/cmake/FindGTK3.cmake: Check for the gtk+-x11-3.0 package if the X11 target
1927 is enabled, and that its version matches the version of the generic package. Same
1928 for the gtk+-wayland-3.0 package and the Wayland target.
1929 * Source/cmake/OptionsCommon.cmake: Don't add the -DXP_UNIX definition here.
1930 * Source/cmake/OptionsEfl.cmake: Add -DXP_UNIX here for the EFL port, under the same
1931 condition as in OptionsCommon.cmake. ENABLE_X11_TARGET is enabled by default for EFL
1932 so they keep building the TestNetscapePlugin target.
1933 * Source/cmake/OptionsGTK.cmake: Enable the X11 target and disable the Wayland target
1934 by default. Group all the X11-specific macro definitions (WTF_PLATFORM_X11, MOZ_X11,
1935 XP_UNIX) and only add them if the X11 target is enabled. Similar goes for the Wayland
1936 target and WTF_PLATFORM_WAYLAND. The Wayland target requires GTK+ 3.12.0, so that's
1937 the minimum required version as soon as that target is enabled. Only search for GLX
1938 if the X11 target is enabled.
1940 2014-06-29 Yoav Weiss <yoav@yoav.ws>
1942 Add support for HTMLImageElement's sizes attribute
1943 https://bugs.webkit.org/show_bug.cgi?id=133620
1945 Reviewed by Dean Jackson.
1947 Added an ENABLE_PICTURE_SIZES compile flag.
1949 * Source/cmake/WebKitFeatures.cmake:
1950 * Source/cmakeconfig.h.cmake:
1952 2014-06-26 Daniel Bates <dabates@apple.com>
1954 [iOS][WK2] Distant focusable element may not be scrolled into view when focused using keyboard
1955 https://bugs.webkit.org/show_bug.cgi?id=134309
1956 <rdar://problem/17427385>
1958 Reviewed by Darin Adler.
1960 Add a manual test to ensure that we scroll to a distant focused text field when it's focused
1963 * ManualTests/ios/scroll-to-distant-keyboard-focused-text-field.html: Added.
1965 2014-06-25 Laszlo Gombos <l.gombos@samsung.com>
1967 Remove build guard for progress element
1968 https://bugs.webkit.org/show_bug.cgi?id=134292
1970 Reviewed by Benjamin Poulain.
1972 The build flag is no longer needed as it is always on.
1974 * Source/cmake/WebKitFeatures.cmake:
1975 * Source/cmakeconfig.h.cmake:
1977 2014-06-23 Krzysztof Czech <k.czech@samsung.com>
1979 [EFL] Platform support for WebSpeech feature.
1980 https://bugs.webkit.org/show_bug.cgi?id=116438
1982 Reviewed by Csaba Osztrogonác.
1984 Add ENABLE_SPEECH_SYNTHESIS flag to have Speech Synthesis in EFL.
1986 * Source/cmake/OptionsEfl.cmake:
1987 * Source/cmake/WebKitFeatures.cmake:
1989 2014-06-23 Philippe Normand <pnormand@igalia.com>
1991 Unreviewed, GTK build fix after r170266.
1993 * Source/cmake/OptionsGTK.cmake: Geoclue also requires gio-unix.
1995 2014-06-22 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1997 Disable gamepad feature on EFL and GTK ports by default
1998 https://bugs.webkit.org/show_bug.cgi?id=134169
2000 Reviewed by Brady Eidson.
2002 * Source/cmake/OptionsEfl.cmake: Disable ENABLE_GAMEPAD_DEPRECATED.
2004 2014-06-21 Brady Eidson <beidson@apple.com>
2006 Gamepad API - Deprecate the existing implementation
2007 https://bugs.webkit.org/show_bug.cgi?id=134108
2009 Reviewed by Timothy Hatcher.
2011 -Add new "GAMEPAD_DEPRECATED" build flag, moving the existing implementation to use it
2012 -Add the "Deprecated" suffix to some implementation files
2014 * Source/cmake/OptionsEfl.cmake:
2015 * Source/cmake/OptionsGTK.cmake:
2016 * Source/cmake/WebKitFeatures.cmake:
2017 * Source/cmakeconfig.h.cmake:
2019 2014-06-21 Commit Queue <commit-queue@webkit.org>
2021 Unreviewed, rolling out r170244.
2022 https://bugs.webkit.org/show_bug.cgi?id=134157
2024 GTK/EFL bindings generator works differently, making this
2025 patch not work there. Will fix entire patch after a rollout.
2026 (Requested by bradee-oh on #webkit).
2030 "Gamepad API - Deprecate the existing implementation"
2031 https://bugs.webkit.org/show_bug.cgi?id=134108
2032 http://trac.webkit.org/changeset/170244
2034 2014-06-21 Brady Eidson <beidson@apple.com>
2036 Gamepad API - Deprecate the existing implementation
2037 https://bugs.webkit.org/show_bug.cgi?id=134108
2039 Reviewed by Timothy Hatcher.
2041 -Add new "GAMEPAD_DEPRECATED" build flag, moving the existing implementation to use it
2042 -Add the "Deprecated" suffix to some implementation files
2044 * Source/cmake/OptionsEfl.cmake:
2045 * Source/cmake/OptionsGTK.cmake:
2046 * Source/cmake/WebKitFeatures.cmake:
2047 * Source/cmakeconfig.h.cmake:
2049 2014-06-21 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
2051 Removing PAGE_VISIBILITY_API compile guard.
2052 https://bugs.webkit.org/show_bug.cgi?id=133844
2054 Reviewed by Gavin Barraclough.
2056 * Source/cmake/OptionsEfl.cmake:
2057 * Source/cmake/OptionsGTK.cmake:
2058 * Source/cmake/WebKitFeatures.cmake:
2059 * Source/cmakeconfig.h.cmake:
2061 2014-06-19 Ryuan Choi <ryuan.choi@samsung.com>
2063 [EFL][CMAKE] Disable WebKit1 build as a default
2064 https://bugs.webkit.org/show_bug.cgi?id=134093
2066 Reviewed by Gyuyoung Kim.
2068 Disable WebKit1 build and enable WebKit2 build for the EFL port.
2070 * Source/cmake/OptionsEfl.cmake:
2072 2014-06-19 Dániel Bátyai <dbatyai.u-szeged@partner.samsung.com>
2074 Remove ENABLE(LLINT) and ENABLE(LLINT_C_LOOP) guards
2075 https://bugs.webkit.org/show_bug.cgi?id=130389
2077 Reviewed by Mark Lam.
2079 Removed ENABLE(LLINT) since we always build with it, and changed ENABLE(LLINT_C_LOOP)
2080 into !ENABLE(JIT) since they are mutually exclusive.
2082 * Source/cmake/OptionsEfl.cmake:
2083 * Source/cmake/OptionsGTK.cmake:
2084 * Source/cmake/WebKitFeatures.cmake:
2085 * Source/cmakeconfig.h.cmake:
2087 2014-06-17 Zan Dobersek <zdobersek@igalia.com>
2089 Remove the USE_GTK2=1 branch in OptionsGTK.cmake. This used to determine
2090 GTK+ and GDK libraries and include directories for the GTK+ 2 dependency,
2091 but we now only support GTK+ 3. The GTK+ 2 dependency is still required
2092 by the plugin process, but it is searched and utilized separately.
2094 Rubber-stamped by Carlos Garcia Campos.
2096 * Source/cmake/OptionsGTK.cmake:
2098 2014-06-16 Commit Queue <commit-queue@webkit.org>
2100 Unreviewed, rolling out r170003.
2101 https://bugs.webkit.org/show_bug.cgi?id=133938
2103 This patch broke GTK build (Requested by kczech on #webkit).
2107 "[EFL] Platform support for WebSpeech feature."
2108 https://bugs.webkit.org/show_bug.cgi?id=116438
2109 http://trac.webkit.org/changeset/170003
2111 2014-06-16 Krzysztof Czech <k.czech@samsung.com>
2113 [EFL] Platform support for WebSpeech feature.
2114 https://bugs.webkit.org/show_bug.cgi?id=116438
2116 Reviewed by Gyuyoung Kim.
2118 Add ENABLE_SPEECH_SYNTHESIS flag to have Speech Synthesis in EFL.
2120 * Source/cmake/OptionsEfl.cmake:
2121 * Source/cmake/WebKitFeatures.cmake:
2123 2014-06-14 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2125 [EFL] Remove duplicated compiler flag
2126 https://bugs.webkit.org/show_bug.cgi?id=133838
2128 Reviewed by Anders Carlsson.
2130 In r169798, literal-suffix was added for EFL port in order to fix build break. However,
2131 it added to common compiler options. So, it is duplicated.
2133 * Source/cmake/WebKitHelpers.cmake:
2135 2014-06-11 Commit Queue <commit-queue@webkit.org>
2137 Unreviewed, rolling out r169877.
2138 https://bugs.webkit.org/show_bug.cgi?id=133784
2140 rollout wrong build fix approach for EFL port (Requested by
2141 gyuyoung on #webkit).
2145 "Unreviewed, EFL build fix since r169869."
2146 http://trac.webkit.org/changeset/169877
2148 2014-06-11 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2150 Unreviewed, EFL build fix since r169869.
2152 Additionally literal-suffix is removed in EFL compile flag, because it is duplicated.
2154 * Source/cmake/WebKitHelpers.cmake: Treat undef error as build warning.
2156 2014-06-11 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2158 Unreviewed, EFL build fix. Treat literal-suffix error as build warning.
2160 * Source/cmake/WebKitHelpers.cmake:
2162 2014-05-28 Carlos Garcia Campos <cgarcia@igalia.com>
2164 [GTK] Make it possible to build with FTL enabled
2165 https://bugs.webkit.org/show_bug.cgi?id=133219
2167 Reviewed by Philippe Normand.
2169 Add LLVM and LIBCXXABI as dependencies when building with FTL enabled.
2171 * Source/cmake/OptionsGTK.cmake:
2173 2014-05-28 Jaehun Lim <ljaehun.lim@samsung.com>
2175 [CMake] Clean up FAST_MOBILE_SCROLLING
2176 https://bugs.webkit.org/show_bug.cgi?id=133342
2178 Reviewed by Gyuyoung Kim.
2180 FAST_MOBILE_SCROLLING was removed in r168726.
2182 * Source/cmake/OptionsEfl.cmake:
2183 * Source/cmake/OptionsGTK.cmake:
2184 * Source/cmake/WebKitFeatures.cmake:
2185 * Source/cmakeconfig.h.cmake:
2187 2014-05-27 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
2190 https://bugs.webkit.org/show_bug.cgi?id=132863
2192 Reviewed by Csaba Osztrogonác.
2194 * Source/cmake/OptionsEfl.cmake:
2195 * Source/cmake/OptionsGTK.cmake:
2196 * Source/cmake/WebKitFeatures.cmake:
2197 * Source/cmakeconfig.h.cmake:
2199 2014-05-27 Zsolt Borbely <zsborbely.u-szeged@partner.samsung.com>
2201 Allow building CMake based ports with WEB_REPLAY
2202 https://bugs.webkit.org/show_bug.cgi?id=133154
2204 Reviewed by Csaba Osztrogonác.
2206 * Source/cmake/WebKitFeatures.cmake:
2207 * Source/cmakeconfig.h.cmake:
2209 2014-05-21 Zsolt Borbely <zsborbely.u-szeged@partner.samsung.com>
2211 [EFL] Add include path of compact_unwind_encoding.h if FTL JIT is enabled
2212 https://bugs.webkit.org/show_bug.cgi?id=132907
2214 Reviewed by Gyuyoung Kim.
2216 * Source/cmake/FindLIBCXXABI.cmake: Added.
2217 * Source/cmake/OptionsEfl.cmake:
2219 2014-05-21 Michał Pakuła vel Rutka <m.pakula@samsung.com>
2221 [EFL] Turn on ENABLE_CSS_FILTERS
2222 https://bugs.webkit.org/show_bug.cgi?id=133153
2224 Reviewed by Gyuyoung Kim.
2226 * Source/cmake/OptionsEfl.cmake: Enable CSS_FILTERS as default option value.
2228 2014-05-16 Martin Robinson <mrobinson@igalia.com>
2230 [CMake] Improve handling of LIB_INSTALL_DIR, EXEC_INSTALL_DIR, and LIBEXEC_INSTALL_DIR
2231 https://bugs.webkit.org/show_bug.cgi?id=132819
2233 Reviewed by Carlos Garcia Campos.
2235 * CMakeLists.txt: Hard-code CMAKE_ARCHIVE_OUTPUT_DIRECTORY etc, so that we can accept absolute paths for LIB_INSTALL_DIR
2237 * Source/cmake/OptionsCommon.cmake: Get rid of LIB_SUFFIX and try to make all path variables absolute. Also set
2238 CMAKE_ARCHIVE_OUTPUT_DIRECTORY, etc using the last path component of LIB_INSTALL_DIR, etc, so that absolute paths
2240 * Source/cmake/OptionsGTK.cmake: Ditto. Also get rid of all pkg-config specific variables.
2242 2014-05-20 Gustavo Noronha Silva <gns@gnome.org>
2244 [CMake] Support building with Debug Fission
2245 https://bugs.webkit.org/show_bug.cgi?id=131177
2247 Reviewed by Philippe Normand.
2249 * Source/cmake/OptionsCommon.cmake: add a DEBUG_FISSION option to enable usage
2250 of http://gcc.gnu.org/wiki/DebugFission.
2252 2014-05-20 Carlos Garcia Campos <cgarcia@igalia.com>
2254 [GTK] Rename translation domain as WebKit2GTK-3.0
2255 https://bugs.webkit.org/show_bug.cgi?id=132953
2257 Reviewed by Gustavo Noronha Silva.
2259 * Source/cmake/OptionsGTK.cmake:
2261 2014-05-18 Rik Cabanier <cabanier@adobe.com>
2263 support for navigator.hardwareConcurrency
2264 https://bugs.webkit.org/show_bug.cgi?id=132588
2266 Reviewed by Filip Pizlo.
2268 * Source/cmake/OptionsEfl.cmake:
2269 * Source/cmake/OptionsGTK.cmake:
2270 * Source/cmake/WebKitFeatures.cmake:
2271 * Source/cmakeconfig.h.cmake:
2273 2014-05-14 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
2275 Remove CSS_STICKY_POSITION guards
2276 https://bugs.webkit.org/show_bug.cgi?id=132676
2278 Reviewed by Simon Fraser.
2280 * Source/cmake/OptionsEfl.cmake:
2281 * Source/cmake/OptionsGTK.cmake:
2282 * Source/cmake/WebKitFeatures.cmake:
2283 * Source/cmakeconfig.h.cmake:
2285 2014-05-12 Carlos Garcia Campos <cgarcia@igalia.com>
2287 Unreviewed. Bump version numbers.
2289 * Source/cmake/OptionsGTK.cmake:
2291 2014-05-10 Martin Robinson <mrobinson@igalia.com>
2293 [GTK][CMake] Unable to do make install
2294 https://bugs.webkit.org/show_bug.cgi?id=130188
2296 Reviewed by Carlos Garcia Campos.
2298 Only try to install the HTML documentation if the build is configured to generate it via
2299 the new ENABLE_GTKDOC option. We cannot conditionally install something, so this allows us
2300 to keep the HTML documentation directory as an installation source.
2302 * Source/PlatformGTK.cmake: The gtkdoc target now always builds HTML documentation, but
2303 is only added to the default target when ENABLE_GTKDOC is turned on. gtkdoc-no-html is
2304 now only added to the default target when DEVELOPER_MODE is true and ENABLE_GTKDOC is
2305 false. When both ENABLE_GTKDOC and DEVELOPER_MODE are false, documentation isn't built at all.
2306 * Source/cmake/OptionsGTK.cmake: Add an ENABLE_GTKDOC option to the build.
2308 2014-05-09 Anders Carlsson <andersca@apple.com>
2310 Rename WebKit2.framework to WebKit.framework
2311 https://bugs.webkit.org/show_bug.cgi?id=132743
2312 <rdar://problem/15920046>
2314 Reviewed by Dan Bernstein.
2317 Build WebKit.xcodeproj before WebKit2.xcodeproj.
2319 * WebKit.xcworkspace/xcshareddata/xcschemes/:
2322 2014-05-06 David Kilzer <ddkilzer@apple.com>
2324 Add Makefile targets for copying static libraries (LLVM and WKSI)
2325 <http://webkit.org/b/132619>
2327 Reviewed by Mark Rowe.
2330 (MODULES): Add WebKitLibraries.
2332 2014-05-06 Commit Queue <commit-queue@webkit.org>
2334 Unreviewed, rolling out r168304.
2335 https://bugs.webkit.org/show_bug.cgi?id=132607
2337 Broke the build (Requested by KaL on #webkit).
2341 "[GTK][CMake] Unable to do make install"
2342 https://bugs.webkit.org/show_bug.cgi?id=130188
2343 http://trac.webkit.org/changeset/168304
2345 2014-05-05 Martin Robinson <mrobinson@igalia.com>
2347 [GTK][CMake] Unable to do make install
2348 https://bugs.webkit.org/show_bug.cgi?id=130188
2350 Reviewed by Carlos Garcia Campos.
2352 Only try to install the HTML documentation if the build is configured to generate it via
2353 the new ENABLE_GTKDOC option. We cannot conditionally install something, so this allows us
2354 to keep the HTML documentation directory as an installation source.
2356 * Source/PlatformGTK.cmake: The gtkdoc target now always builds HTML documentation, but
2357 is only added to the default target when ENABLE_GTKDOC is turned on. gtkdoc-no-html is
2358 never added to the default target, but will be triggered by build-webkit, so that
2359 when ENABLE_GTKDOC is off and build-webkit isn't used, documentation isn't built at all.
2360 * Source/cmake/OptionsGTK.cmake: Add an ENABLE_GTKDOC option to the build.
2362 2014-05-03 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
2364 [CMake] Define SHOULD_INSTALL_JS_SHELL before including ports Options files.
2365 https://bugs.webkit.org/show_bug.cgi?id=132525
2367 Reviewed by Martin Robinson.
2369 * CMakeLists.txt: If OPTION() is called after Options${PORT}.cmake is included, it will
2370 override whatever value a port may have set for it. The GTK+ port, for example, tries to set
2371 it to SHOULD_INSTALL_JS_SHELL to ON by default, even though it did not happen before.
2373 2014-05-01 David Kilzer <ddkilzer@apple.com>
2375 Really remove ENABLE_PLUGIN_PROXY_FOR_VIDEO
2376 <http://webkit.org/b/132432>
2378 Reviewed by Tim Horton.
2380 * Source/cmake/WebKitFeatures.cmake:
2381 * Source/cmakeconfig.h.cmake:
2382 - Remove ENABLE_PLUGIN_PROXY_FOR_VIDEO as build option.
2384 2014-04-30 Simon Fraser <simon.fraser@apple.com>
2386 Make sure the "All" targets build WebKitLegacy, rather than WebKit.
2388 Reviewed by Dan Bernstein/Anders Carlsson.
2390 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
2391 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
2393 2014-04-30 Simon Fraser <simon.fraser@apple.com>
2395 Let Xcode have its way with the WebKit workspace.
2397 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
2398 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
2400 2014-04-29 Martin Robinson <mrobinson@igalia.com>
2402 [GTK] Make it easier to run CMake for downstreams
2403 https://bugs.webkit.org/show_bug.cgi?id=132370
2405 Reviewed by Carlos Garcia Campos.
2407 * Source/cmake/OptionsGTK.cmake: Turn PRODUCTION_MODE into DEVELOPER_MODE.
2409 2014-04-27 Joonghun Park <jh718.park@samsung.com>
2411 [EFL] Remove indexedDB's dependency on leveldb and disable indexedDB
2412 https://bugs.webkit.org/show_bug.cgi?id=132176
2414 Reviewed by Gyuyoung Kim.
2416 EFL port will use sqlite to support indexedDB. So, this patch removes levelDB dependency for now.
2418 * Source/cmake/OptionsEfl.cmake:
2420 2014-04-22 Alex Christensen <achristensen@webkit.org>
2422 Removed old stdbool and inttypes headers.
2423 https://bugs.webkit.org/show_bug.cgi?id=131966
2425 Reviewed by Brent Fulgham.
2427 * Source/cmake/OptionsWindows.cmake:
2428 * Source/cmake/WebKitPackaging.cmake:
2429 Removed references to os-win32 directory.
2431 2014-04-22 Zan Dobersek <zdobersek@igalia.com>
2433 Fix a typo in WebKitFeatures.cmake -- INITALVALUE -> INITIALVALUE.
2435 Rubber-stamped by Carlos Garcia Campos.
2437 * Source/cmake/WebKitFeatures.cmake:
2439 2014-04-18 Jon Honeycutt <jhoneycutt@apple.com>
2441 Empty RenderInline objects should not be line break objects.
2443 https://bugs.webkit.org/show_bug.cgi?id=131861
2444 <rdar://problem/15663617>
2446 Reviewed by David Hyatt.
2448 * ManualTests/empty-inline-as-line-break-position.html: Added.
2449 This issue wouldn't reproduce in WebKitTestRunner.
2451 2014-04-19 Brent Fulgham <bfulgham@apple.com>
2453 Revert unintended workspace change in my last commit.
2455 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme: Set the
2456 Scheme type back to Debug.
2458 2014-04-18 Philippe Normand <pnormand@igalia.com>
2460 Remove NETWORK_INFO support
2461 https://bugs.webkit.org/show_bug.cgi?id=131841
2463 Reviewed by Gyuyoung Kim.
2465 * Source/cmake/OptionsEfl.cmake:
2466 * Source/cmake/OptionsGTK.cmake:
2467 * Source/cmake/WebKitFeatures.cmake:
2468 * Source/cmakeconfig.h.cmake:
2470 2014-04-17 Darin Adler <darin@apple.com>
2472 Try to fix EFL and GTK builds.
2474 * Source/cmake/OptionsEfl.cmake: Add INDEXED_DATABASE_IN_WORKERS.
2475 * Source/cmake/OptionsGTK.cmake: Ditto.
2476 * Source/cmakeconfig.h.cmake: Ditto.
2478 2014-04-16 Brendan Long <b.long@cablelabs.com>
2480 [GTK][CMAKE] build-webkit doesn't detect when the build fails
2481 https://bugs.webkit.org/show_bug.cgi?id=130148
2483 Reviewed by Martin Robinson.
2485 * 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.
2487 2014-04-16 Carlos Garcia Campos <cgarcia@igalia.com>
2489 REGRESSION(r166779): [GTK] Printing doesn't work since r166779
2490 https://bugs.webkit.org/show_bug.cgi?id=131725
2492 Reviewed by Philippe Normand.
2494 * Source/cmake/OptionsGTK.cmake: Check GTK_UNIX_PRINT_FOUND
2495 instead of GTK_UNIX_PRINTING_FOUND and set the macro
2496 HAVE_GTK_UNIX_PRINTING to 1 when found.
2498 2014-04-11 Brian J. Burg <burg@cs.washington.edu>
2500 Web Replay: memoize nondeterministic attributes of the Navigator interface
2501 https://bugs.webkit.org/show_bug.cgi?id=131340
2503 Reviewed by Timothy Hatcher.
2505 * ManualTests/inspector/replay-window-navigator-basic.html: Added.
2507 2014-04-09 Brendan Long <b.long@cablelabs.com>
2509 [GStreamer] Expose MPEG-TS metadata
2510 https://bugs.webkit.org/show_bug.cgi?id=122001
2512 Reviewed by Eric Carlson.
2514 * Source/cmake/FindGStreamer.cmake: Look for gstreamer-mpegts >= 1.3.0.
2515 * Source/cmake/OptionsEfl.cmake: Same.
2516 * Source/cmake/OptionsGTK.cmake: Same.
2518 2014-04-08 Brian J. Burg <burg@cs.washington.edu>
2520 Web Replay: memoize nondeterministic attributes of the Screen interface
2521 https://bugs.webkit.org/show_bug.cgi?id=131339
2523 Reviewed by Timothy Hatcher.
2525 * ManualTests/inspector/replay-window-screen.html: Added.
2527 2014-04-08 Martin Robinson <mrobinson@igalia.com>
2529 [GTK] Remove the WebKitGTK+ WebKit 1 code
2530 https://bugs.webkit.org/show_bug.cgi?id=131399
2532 Reviewed by Anders Carlsson.
2534 * Source/PlatformGTK.cmake: Remove WebKit1 dependency from dist target.
2535 * Source/cmake/OptionsGTK.cmake: Remove option to compile with GTK+2 or with WebKit2 disabled.
2537 2014-04-08 Dan Bernstein <mitz@apple.com>
2539 Added bmalloc to the WebKit workspace.
2540 https://bugs.webkit.org/show_bug.cgi?id=131362
2542 Reviewed by Geoff Garen.
2544 * WebKit.xcworkspace/contents.xcworkspacedata:
2545 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
2546 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
2548 2014-04-08 Geoffrey Garen <ggaren@apple.com>
2550 Build bmalloc on iOS too
2551 https://bugs.webkit.org/show_bug.cgi?id=131381
2553 Reviewed by Andreas Kling.
2555 * Source/Makefile: Build it.
2557 2014-04-07 Geoffrey Garen <ggaren@apple.com>
2559 Build bmalloc on Mac
2560 https://bugs.webkit.org/show_bug.cgi?id=131333
2562 Reviewed by Mark Rowe.
2565 * WebKitBuild: Added.
2566 * WebKitBuild/Debug: Added.
2568 2014-04-07 Ryuan Choi <ryuan.choi@samsung.com>
2570 [EFL] Turn on ENABLE_MEDIA_CONTROLS_SCRIPT
2571 https://bugs.webkit.org/show_bug.cgi?id=131257
2573 Reviewed by Gyuyoung Kim.
2575 * Source/cmake/OptionsEfl.cmake: Enable MEDIA_CONTROLS_SCRIPT
2577 2014-04-06 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
2579 [GTK] Stop trying to install WebKit1 documentation
2580 https://bugs.webkit.org/show_bug.cgi?id=131278
2582 Reviewed by Martin Robinson.
2584 * Source/PlatformGTK.cmake: Remove install() call since the WebKit1 documentation is not
2585 built anymore since r166584. This fixes `make install'.
2587 2014-04-04 Brian J. Burg <burg@cs.washington.edu>
2589 Web Replay: capture and replay wheel events and scroll commands
2590 https://bugs.webkit.org/show_bug.cgi?id=129402
2592 Reviewed by Timothy Hatcher.
2594 * ManualTests/inspector/replay-wheel-events.html: Added.
2596 2014-04-04 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
2598 [GTK][CMake] Remove FindXt.cmake.
2599 https://bugs.webkit.org/show_bug.cgi?id=131227
2601 Reviewed by Anders Carlsson.
2603 Xt is already detected by CMake's own FindX11.cmake, so there is no need to keep a custom FindXt.cmake around.
2605 * Source/cmake/FindXt.cmake: Removed.
2606 * Source/cmake/OptionsGTK.cmake:
2608 2014-04-04 Tamas Gergely <tgergely.u-szeged@partner.samsung.com>
2610 [EFL] Build error due to changed path of generated js files.
2611 https://bugs.webkit.org/show_bug.cgi?id=131215
2613 Reviewed by Gyuyoung Kim.
2615 r166648 fixed the generation of some .js files on GTK. Due to some
2616 changes in the paths it causes a build error on EFL.
2618 * Source/PlatformEfl.cmake:
2619 Replaced path for two derived source files.
2621 2014-04-02 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
2623 [GTK][CMake] Look for glx.h in OPENGL_INCLUDE_DIR.
2624 https://bugs.webkit.org/show_bug.cgi?id=131095
2626 Reviewed by Martin Robinson.
2628 One needs to take into account OpenGL's include directory found via
2629 find_package() when looking for glx.h, since if the former is a
2630 non-standard location the latter will also be. If this is not it is
2631 possible that OpenGL is found but GLX support is not properly detected.
2633 * Source/cmake/OptionsGTK.cmake:
2635 2014-04-02 Martin Robinson <mrobinson@igalia.com>
2637 REGRESSION(r165704): [GTK] Inspector resources not correctly generated
2638 https://bugs.webkit.org/show_bug.cgi?id=130343
2640 Reviewed by Gustavo Noronha Silva.
2642 * CMakeLists.txt: Add a variable which points to the directory to store WebInspectorUI
2644 * Source/cmake/WebKitFS.cmake: Generate WebInspectorUI derived sources directories.
2646 2014-04-01 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
2648 [CMake] Drop port check from FindEGL.cmake.
2649 https://bugs.webkit.org/show_bug.cgi?id=131091
2651 Reviewed by Gyuyoung Kim.
2653 There is no reason to mark some variables as advanced only for the
2656 * Source/cmake/FindEGL.cmake: Mark EGL_INCLUDE_DIR and EGL_LIBRARY
2657 as advanced regardless of the port.
2659 2014-04-01 Dániel Bátyai <dbatyai.u-szeged@partner.samsung.com>
2661 Fix the !ENABLE(BATTERY_STATUS) build
2662 https://bugs.webkit.org/show_bug.cgi?id=130183
2664 Reviewed by Anders Carlsson.
2666 * Source/cmake/OptionsEfl.cmake:
2668 2014-03-31 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
2670 [CMake][GTK] Do not expand variables twice in if() checks.
2671 https://bugs.webkit.org/show_bug.cgi?id=130964
2673 Reviewed by Martin Robinson.
2675 In CMake, `if (${foo})' causes $foo to be evaluated first and its value
2676 to be checked by the if clause. This is not what we want, and
2677 configuration fails when, say, GLX support wasn't found as the if
2678 clause is actually evaluated as `if (TRUE AND (OR TRUE))'.
2680 * Source/cmake/OptionsGTK.cmake: Pass if (FOO) instead of if (${FOO})
2683 2014-03-31 Martin Robinson <mrobinson@igalia.com>
2685 [GTK] Remove scripts code only applicable to autotools
2686 https://bugs.webkit.org/show_bug.cgi?id=130841
2688 Reviewed by Anders Carlsson.
2690 * Source/cmake/WebKitPackaging.cmake: No longer need to consider autotools files.
2692 2014-03-31 Martin Robinson <mrobinson@igalia.com>
2694 [GTK] Use PROJECT_VERSION_* instead of WEBKIT_*_VERSION
2695 https://bugs.webkit.org/show_bug.cgi?id=130936
2697 Reviewed by Carlos Garcia Campos.
2699 * Source/cmake/OptionsGTK.cmake: No longer emulate the Autotools macro names.
2701 2014-03-31 Carlos Garcia Campos <cgarcia@igalia.com>
2703 [GTK] Add support for GTK3 plugins
2704 https://bugs.webkit.org/show_bug.cgi?id=130599
2706 Reviewed by Martin Robinson.
2708 * Source/cmake/OptionsGTK.cmake:
2710 2014-03-28 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2712 [EFL] Bump glib version from 2.36 to 2.38
2713 https://bugs.webkit.org/show_bug.cgi?id=130886
2715 Reviewed by Csaba Osztrogonác.
2717 * Source/cmake/OptionsEfl.cmake: Required glib-2.38 version.
2719 2014-03-26 Zoltan Horvath <zoltan@webkit.org>
2721 [CSS Shapes] Remove shape-inside support
2722 https://bugs.webkit.org/show_bug.cgi?id=130698
2724 Reviewed by David Hyatt.
2726 * Source/cmake/WebKitFeatures.cmake:
2727 * Source/cmakeconfig.h.cmake:
2729 2014-03-25 Martin Robinson <mrobinson@igalia.com>
2731 [GTK] Remove the autotools build
2732 https://bugs.webkit.org/show_bug.cgi?id=130717
2734 Reviewed by Anders Carlsson.
2736 * .gitignore: Remove references to autotools files.
2737 * GNUmakefile.am: Removed.
2738 * Source/autotools/CheckSystemAndBasicDependencies.m4: Removed.
2739 * Source/autotools/CustomMacros.m4: Removed.
2740 * Source/autotools/FindDependencies.m4: Removed.
2741 * Source/autotools/PrintBuildConfiguration.m4: Removed.
2742 * Source/autotools/ReadCommandLineArguments.m4: Removed.
2743 * Source/autotools/SetupAutoconfHeader.m4: Removed.
2744 * Source/autotools/SetupAutomake.m4: Removed.
2745 * Source/autotools/SetupCompilerFlags.m4: Removed.
2746 * Source/autotools/SetupLibtool.m4: Removed.
2747 * Source/autotools/SetupWebKitFeatures.m4: Removed.
2748 * Source/autotools/Versions.m4: Removed.
2749 * Source/autotools/acinclude.m4: Removed.
2750 * Source/autotools/dolt.m4: Removed.
2751 * Source/autotools/gsettings.m4: Removed.
2752 * Source/cmake/OptionsGTK.cmake:
2753 * autogen.sh: Removed.
2754 * configure.ac: Removed.
2756 2014-03-25 Gabor Rapcsanyi <rgabor@webkit.org>
2758 [EFL] Add ARM64 build support
2759 https://bugs.webkit.org/show_bug.cgi?id=130506
2761 Rubber stamped by Gyuyoung Kim.
2763 * CMakeLists.txt: Set WTF_CPU_ARM64 when aarch64 is defined.
2765 2014-03-25 Michał Pakuła vel Rutka <m.pakula@samsung.com>
2767 [EFL][WK2] Add NETWORK_PROCESS build option
2768 https://bugs.webkit.org/show_bug.cgi?id=130131
2770 Reviewed by Gyuyoung Kim.
2772 Add option to build EFL port with NETWORK_PROCESS set on. By default NETWORK_PROCESS is
2775 * Source/cmake/OptionsEfl.cmake:
2777 2014-03-24 Brian Burg <bburg@apple.com>
2779 Web Replay: capture and replay keyboard events
2780 https://bugs.webkit.org/show_bug.cgi?id=130314
2782 Reviewed by Joseph Pecoraro.
2784 * ManualTests/inspector/replay-keyboard-events.html: Added.
2786 2014-03-24 Sangyong Park <sy302.park@gmail.com>
2788 [EFL] Inspector page is not loaded.
2789 https://bugs.webkit.org/show_bug.cgi?id=130661
2791 Reviewed by Gyuyoung Kim.
2793 Inspector page is not loaded, because some javascript files are not installed.
2794 (InspectorJSBackendCommands.js, InspectorWebBackendCommands.js)
2796 * Source/PlatformEfl.cmake:
2798 2014-03-20 Thiago de Barros Lacerda <thiago.lacerda@openbossa.org>
2800 [EFL][GTK] Get CMake to find Freetype2 properly
2801 https://bugs.webkit.org/show_bug.cgi?id=130150
2803 Reviewed by Martin Robinson.
2805 Newer versions of CMake are not able to find Freetype2 correctly.
2806 FindFreetype2.cmake checks for the version number in freetype.h header, since it seems that bug exists in
2807 freetype2 repo, because a completely different version number is found in freetype2.pc.
2809 * Source/cmake/FindFreetype2.cmake: Added.
2810 * Source/cmake/OptionsEfl.cmake:
2811 * Source/cmake/OptionsGTK.cmake:
2813 2014-03-20 Brian Burg <bburg@apple.com>
2815 Web Replay: capture and replay mouse events
2816 https://bugs.webkit.org/show_bug.cgi?id=129395
2818 Reviewed by Joseph Pecoraro.
2820 Create a manual test for capture/replay of mouse events.
2821 Copy over the crypto-md5.js library from SunSpider.
2823 * ManualTests/inspector/replay-mouse-events.html: Added.
2824 * ManualTests/inspector/resources/crypto-md5.js: Added.
2826 2014-03-20 Zan Dobersek <zdobersek@igalia.com>
2828 [GTK][CMake] Add support for building with Clang
2829 https://bugs.webkit.org/show_bug.cgi?id=130260
2831 Reviewed by Martin Robinson.
2833 * Source/PlatformGTK.cmake: Run the generate-gtkdoc script with the CFLAGS env set
2834 to the list C compiler flags as constructed by CMake.
2835 * Source/cmake/OptionsCommon.cmake: When building with Clang, use the -Qunused-arguments
2836 compiler option to suppress verbose warnings about arguments that went unused by the driver.
2837 * Source/cmake/OptionsGTK.cmake: Use -fno-omit-frame-pointer for both GCC and Clang.
2838 -fno-tree-dce should be used only for GCC.
2839 * Source/cmake/gtest/CMakeLists.txt: When building with Clang the GTest framework
2840 should be built with GTEST_HAS_TR1_TUPLE macro defined to 0 to avoid build failures.
2842 2014-03-20 Commit Queue <commit-queue@webkit.org>
2844 Unreviewed, rolling out r165962.
2845 https://bugs.webkit.org/show_bug.cgi?id=130512
2847 It broke the build (Requested by Ossy on #webkit).
2851 "[EFL][GTK] Get CMake to find Freetype2 properly"
2852 https://bugs.webkit.org/show_bug.cgi?id=130150
2853 http://trac.webkit.org/changeset/165962
2855 2014-03-20 Thiago de Barros Lacerda <thiago.lacerda@openbossa.org>
2857 [EFL][GTK] Get CMake to find Freetype2 properly
2858 https://bugs.webkit.org/show_bug.cgi?id=130150
2860 Reviewed by Csaba Osztrogonác.
2862 Newer versions of CMake are not able to find Freetype2 correctly.
2863 FindFreetype2.cmake checks for the version number in freetype.h header, since it seems that bug exists in
2864 freetype2 repo, because a completely different version number is found in freetype2.pc.
2866 * Source/cmake/FindFreetype2.cmake: Added.
2867 * Source/cmake/OptionsEfl.cmake:
2868 * Source/cmake/OptionsGTK.cmake:
2870 2014-03-17 Brendan Long <b.long@cablelabs.com>
2872 [GStreamer] human readable language code for tracks
2873 https://bugs.webkit.org/show_bug.cgi?id=124514
2875 Reviewed by Martin Robinson.
2877 * Source/autotools/FindDependencies.m4: Add gstreamer-tag-1.0.
2878 * Source/cmake/FindGStreamer.cmake: Same.
2879 * Source/cmake/OptionsEfl.cmake: Same.
2880 * Source/cmake/OptionsGTK.cmake: Same.
2882 2014-03-17 Martin Robinson <mrobinson@igalia.com>
2884 [GTK][CMake] Credential storage is not enabled
2885 https://bugs.webkit.org/show_bug.cgi?id=130149
2887 Reviewed by Philippe Normand.
2889 * Source/cmake/OptionsGTK.cmake: Add an ENABLE_CREDENTIAL_STORAGE option to the configuration
2890 and look libsecret when it's enabled.
2891 * Source/cmakeconfig.h.cmake: Expose the ENABLE_CREDENTIAL_STORAGE option to the build.
2893 2014-03-17 Martin Robinson <mrobinson@igalia.com>
2895 [GTK][CMake] Ensure that HAVE_GTK_UNIX_PRINTING is defined when appropriate
2896 https://bugs.webkit.org/show_bug.cgi?id=130155
2898 Reviewed by Philippe Normand.
2900 * Source/cmake/FindGTKUnixPrint.cmake: Added.
2901 * Source/cmake/OptionsGTK.cmake: Look for gtk+-unix-print and use it to turn on HAVE_GTK_UNIX_PRINTING.
2902 * Source/cmakeconfig.h.cmake: Add the HAVE_GTK_UNIX_PRINTING define.
2904 2014-03-16 Kim Byung Jun <bj1987.kim@samsung.com>
2906 [EFL] Enable TOUCH_SLIDER macro.
2907 https://bugs.webkit.org/show_bug.cgi?id=130186
2909 Reviewed by Gyuyoung Kim.
2911 * Source/cmake/OptionsEfl.cmake:
2913 2014-03-16 Zan Dobersek <zdobersek@igalia.com>
2915 [GTK][CMake] Build with -fno-rtti
2916 https://bugs.webkit.org/show_bug.cgi?id=130261
2918 Reviewed by Martin Robinson.
2920 * Source/cmake/OptionsCommon.cmake: List the -fno-exceptions, -fno-strict-aliasing
2921 and -fno-rtti options in the global CMAKE_C_FLAGS and CMAKE_CXX_FLAGS (-fno-rtti
2922 is only listed in the latter). Replace -std=gnu++0x with the official -std=c++11 option.
2923 * Source/cmake/WebKitHelpers.cmake: Stop -fno-exceptions and -fno-strict-aliasing
2924 from being set through the WEBKIT_SET_EXTRA_COMPILER_FLAGS macro, they are now listed
2925 in CMAKE_C_FLAGS and CMAKE_CXX_FLAGS.
2926 * Source/cmake/gtest/CMakeLists.txt: Build GTest code with GTEST_HAS_RTTI macro defined to 0.
2928 2014-03-16 Brendan Long <b.long@cablelabs.com>
2930 [GStreamer] CMake doesn't find the include path for gstreamer-base
2931 https://bugs.webkit.org/show_bug.cgi?id=130098
2933 Reviewed by Philippe Normand.
2935 * Source/cmake/FindGStreamer.cmake: Look for a header in gstreamer-base instead of looking for gst/gst.h twice.
2937 2014-03-14 Maciej Stachowiak <mjs@apple.com>
2939 Replace "Apple Computer, Inc." with "Apple Inc." in copyright headers
2940 https://bugs.webkit.org/show_bug.cgi?id=130276
2941 <rdar://problem/16266927>
2943 Reviewed by Simon Fraser.
2945 * ManualTests/NPN_Invoke/Info.plist:
2946 * ManualTests/NPN_Invoke/main.c:
2947 * ManualTests/accessibility/resources/AppletTest.java:
2949 2014-03-14 Zan Dobersek <zdobersek@igalia.com>
2951 [CMake] Remove -fno-tree-sra workaround for GCC 4.5
2952 https://bugs.webkit.org/show_bug.cgi?id=130258
2954 Reviewed by Martin Robinson.
2956 GCC compilers 4.7 and later are supported, so there's no need for disabling
2957 the -ftree-sra optimization which was causing problems when enabled on GCC 4.5.
2959 * Source/cmake/WebKitHelpers.cmake:
2961 2014-03-14 Landry Breuil <landry@openbsd.org>
2963 Add autotools boilerplate for proper os defines on OpenBSD/NetBSD/DragonFly
2964 https://bugs.webkit.org/show_bug.cgi?id=129966
2966 Reviewed by Andreas Kling.
2968 * Source/autotools/CheckSystemAndBasicDependencies.m4:
2969 * Source/autotools/SetupAutomake.m4:
2971 2014-03-13 Mario Sanchez Prada <mario.prada@samsung.com>
2973 [CMake] Failure to link with older installations of WebP
2974 https://bugs.webkit.org/show_bug.cgi?id=130195
2976 Reviewed by Gustavo Noronha Silva.
2978 Fix the issue by using a temporary variable as the output parameter
2979 to check_include_files(), setting WEBP_FOUND accordingly later.
2981 * Source/cmake/FindWebP.cmake: Avoid reusing the WEBP_FOUND
2982 variable in check_include_files(), as it will lead to misleading
2983 results (will always be FALSE). Use a temporary variable instead
2984 and explicitly set WEBP_FOUND to TRUE later if needed.
2986 2014-03-12 Martin Robinson <mrobinson@igalia.com>
2988 [CMake] Changes to the bindings generator Perl modules do not trigger regeneration of bindings
2989 https://bugs.webkit.org/show_bug.cgi?id=130170
2991 Reviewed by Daniel Bates.
2993 * Source/cmake/WebKitMacros.cmake: Add the Perl modules used in script generation to the dependency
2994 list. We must check whether or not the specific one exists first, because the InjectedBundle uses a
2995 fake "TestRunner" generator.
2997 2014-03-12 Carlos Garcia Campos <cgarcia@igalia.com>
2999 [GTK][CMAKE] Remove compile warnings about GTK+ deprecated API
3000 https://bugs.webkit.org/show_bug.cgi?id=130014
3002 Reviewed by Martin Robinson.
3004 Set GDK_VERSION_MIN_REQUIRED to GDK_VERSION_3_6.
3006 * Source/cmake/OptionsGTK.cmake:
3007 * Source/cmakeconfig.h.cmake:
3009 2014-03-12 Martin Robinson <mrobinson@igalia.com>
3011 [GTK][CMAKE] Too verbose build output
3012 https://bugs.webkit.org/show_bug.cgi?id=130076
3014 Reviewed by Carlos Garcia Campos.
3016 * Source/cmake/OptionsGTK.cmake: Generate a script which does the actual build. This
3017 works around an issue where cmake --build doesn't support ninja's pretty printing.
3019 2014-03-10 Mario Sanchez Prada <mario.prada@samsung.com>
3021 [GTK] Add support for Geoclue2
3022 https://bugs.webkit.org/show_bug.cgi?id=120185
3024 Reviewed by Carlos Garcia Campos.
3026 Patch by Anton Obzhirov <a.obzhirov@samsung.com> and Mario Sanchez Prada <mario.prada@samsung.com>
3028 Add support for Geoclue2 using autotools.
3030 * Source/autotools/FindDependencies.m4: Add support for handling
3031 both Geoclue 1.0 and 2.0.
3032 * Source/autotools/PrintBuildConfiguration.m4: Print the version
3033 of geoclue that is being used.
3034 * Source/autotools/SetupAutoconfHeader.m4: Define GEOCLUE_API_VERSION_2.
3035 * Source/autotools/SetupAutomake.m4: Likewise, for AM_CONDITIONAL.
3036 * Source/autotools/Versions.m4: Added minimum required version for Geoclue2.
3038 Add support for Geoclue2 using CMake.
3040 * Source/cmake/FindGeoClue2.cmake: Added.
3041 * Source/cmake/OptionsGTK.cmake: Add support for handling Geoclue 1.0 and 2.0.
3042 * Source/cmakeconfig.h.cmake: Define WTF_USE_GEOCLUE2.
3044 2014-03-10 Martin Robinson <mrobinson@igalia.com>
3046 [GTK][CMAKE] gtk-doc HTML documentation is generated by default when building with CMake
3047 https://bugs.webkit.org/show_bug.cgi?id=130016
3049 Reviewed by Carlos Garcia Campos.
3051 * Source/PlatformGTK.cmake: Add two gtkdoc targets, one which builds HTML and one which
3052 doesn't. Add the non-HTML version to the default target, but not the HTML version. The
3053 HTML version will still run when building the distribution tarball.
3055 2014-03-10 Martin Robinson <mrobinson@igalia.com>
3057 [GTK] [CMake] Clean up library linking
3058 https://bugs.webkit.org/show_bug.cgi?id=129782
3060 Reviewed by Philippe Normand.
3062 * Source/cmake/OptionsGTK.cmake: Add a macro to wrap all libraries in a list with --whole-archive
3063 so that unused symbols are not dropped. This is useful when building up shared libraries
3064 from convenience libraries.
3066 2014-03-08 Landry Breuil <landry@openbsd.org>
3068 Don't check for shm_open on librt on OpenBSD, lib doesnt exist.
3069 https://bugs.webkit.org/show_bug.cgi?id=129973
3071 Reviewed by Martin Robinson.
3073 * Source/autotools/FindDependencies.m4:
3075 2014-03-06 Anders Carlsson <andersca@apple.com>
3077 Build WebKit2 before building WebKit
3078 https://bugs.webkit.org/show_bug.cgi?id=129831
3079 <rdar://problem/15920020>
3081 Reviewed by Dan Bernstein.
3084 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
3085 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
3087 2014-03-06 Commit Queue <commit-queue@webkit.org>
3089 Unreviewed, rolling out r165193.
3090 http://trac.webkit.org/changeset/165193
3091 https://bugs.webkit.org/show_bug.cgi?id=129823
3093 Not specifying libc++ as the stdlib for Clang through CXXFLAGS
3094 env confuses libtool (Requested by zdobersek on #webkit).
3096 * Source/autotools/SetupCompilerFlags.m4:
3098 2014-03-06 Zan Dobersek <zdobersek@igalia.com>
3100 [GTK][Autotools] Default to libc++ when compiling with Clang
3101 https://bugs.webkit.org/show_bug.cgi?id=129798
3103 Reviewed by Anders Carlsson.
3105 * Source/autotools/SetupCompilerFlags.m4: Default to using libc++ when compiling with the Clang
3106 compiler. This is still overridable if -stdlib=* flag was set through CXXFLAGS, in case people
3107 would for some reason still prefer libstdc++ (i.e. on setups where a functional libc++ is not yet available).
3109 2014-03-05 Martin Robinson <mrobinson@igalia.com>
3111 [CMake] Ninja generator builds fail with "Argument list too long"
3112 https://bugs.webkit.org/show_bug.cgi?id=129771
3114 Reviewed by Daniel Bates.
3116 * Source/cmake/OptionsCommon.cmake: Work around a bug in the Ninja CMake generator,
3117 by forcing the use of response files.
3119 2014-03-05 Ryuan Choi <ryuan.choi@samsung.com>
3121 [CMake] Use thin archives if building on Linux for non-shared-core debug builds
3122 https://bugs.webkit.org/show_bug.cgi?id=108330
3124 Reviewed by Martin Robinson.
3126 In order to get non-shared debug builds, this patch applied T option for
3127 thin archives to the flags passed to ar when cmake based ports build on linux.
3128 In addition, applied u option which avoids adding a file twice.
3130 * Source/cmake/OptionsCommon.cmake: Moved archive options from OptionsGTK.cmake.
3131 * Source/cmake/OptionsEfl.cmake:
3132 Removed error messages for non-shared-core debug builds.
3133 * Source/cmake/OptionsGTK.cmake: Moved archive options to OptionsCommon.cmake.
3135 2014-03-04 Zan Dobersek <zdobersek@igalia.com>
3137 [GTK] Build the Udis86 disassembler
3138 https://bugs.webkit.org/show_bug.cgi?id=129679
3140 Reviewed by Michael Saboff.
3142 * GNUmakefile.am: Add the Udis86_nosources variable.
3143 * Source/cmake/OptionsGTK.cmake: Enable the Udis86 disassembler.
3145 2014-03-04 Martin Robinson <mrobinson@igalia.com>
3147 [GTK] Simplify the GObject DOM bindings API break check into one step
3148 https://bugs.webkit.org/show_bug.cgi?id=129571
3150 Reviewed by Carlos Garcia Campos.
3152 * Source/PlatformGTK.cmake: We don't need to run the API break check before gtkdoc generation.
3153 Add the check to 'make check.'
3155 2014-03-04 Martin Robinson <mrobinson@igalia.com>
3157 [GTK][CMake] ENABLE_NAVIGATOR_CONTENT_UTILS is mistakenly enabled for the CMake build
3158 https://bugs.webkit.org/show_bug.cgi?id=129502
3160 Reviewed by Carlos Garcia Campos.
3162 * Source/cmake/OptionsGTK.cmake: Disable the option for GTK+.
3164 2014-03-03 Jozsef Berta <jberta.u-szeged@partner.samsung.com>
3166 [cmake] *Names.cpp file should be regenerated after touching StaticString.pm
3167 https://bugs.webkit.org/show_bug.cgi?id=129031
3169 Reviewed by Csaba Osztrogonác.
3171 * Source/cmake/WebKitMacros.cmake: Added a call for make_names.pm dependencies in GENERATE_FONT_NAMES and GENERATE_DOM_NAMES macros.
3173 2014-03-03 Carlos Garcia Campos <cgarcia@igalia.com>
3175 [GTK] WebKit2WebExtension GIR can't be used in vala
3176 https://bugs.webkit.org/show_bug.cgi?id=127179
3178 Reviewed by Martin Robinson.
3180 Add a different pkg-config file for the web extensions API.
3182 * Source/cmake/OptionsGTK.cmake:
3185 2014-03-02 Dirkjan Ochtman <d.ochtman@activevideo.com>
3187 Support ENABLE_ENCRYPTED_MEDIA in cmake builds
3188 https://bugs.webkit.org/show_bug.cgi?id=129575
3190 Reviewed by Philippe Normand.
3192 * Source/cmake/OptionsEfl.cmake:
3193 Enabled ENABLE_ENCRYPTED_MEDIA{,_V2} usage.
3194 * Source/cmake/OptionsGTK.cmake:
3195 Enabled ENABLE_ENCRYPTED_MEDIA{,_V2} usage.
3196 * Source/cmake/WebKitFeatures.cmake:
3197 Enabled ENABLE_ENCRYPTED_MEDIA{,_V2} usage.
3198 * Source/cmakeconfig.h.cmake:
3199 Added ENABLE_ENCRYPTED_MEDIA{,_V2} flags.
3201 2014-02-27 Peter Molnar <pmolnar.u-szeged@partner.samsung.com>
3203 Enable support of X-Content-Type-Options: nosniff header for EFL
3204 https://bugs.webkit.org/show_bug.cgi?id=128673
3206 Reviewed by Gyuyoung Kim.
3208 * Source/cmake/OptionsEfl.cmake:
3209 Enabled NOSNIFF feature flag for EFL.
3211 2014-02-27 Koop Mast <kwm@FreeBSD.org>
3213 Fallback on checking for libz manualy if zlib.pc isn't available.
3214 https://bugs.webkit.org/show_bug.cgi?id=127061
3216 Reviewed by Gustavo Noronha Silva.
3218 * Source/autotools/FindDependencies.m4:
3220 2014-02-25 Sergio Villar Senin <svillar@igalia.com>
3222 [CSS Grid Layout] Add ENABLE flag
3223 https://bugs.webkit.org/show_bug.cgi?id=129153
3225 Reviewed by Simon Fraser.
3227 Added the ENABLE_CSS_GRID_LAYOUT feature flag to the cmake and
3228 autotools build systems. The feature is disabled by default for
3231 * Source/autotools/SetupWebKitFeatures.m4:
3232 * Source/cmake/OptionsEfl.cmake:
3233 * Source/cmake/OptionsGTK.cmake:
3234 * Source/cmake/WebKitFeatures.cmake:
3235 * Source/cmakeconfig.h.cmake:
3237 2014-02-24 Martin Robinson <mrobinson@igalia.com>
3239 [GTK] generate-gtkdoc should not generate documentation for source files for unbuilt source files
3240 https://bugs.webkit.org/show_bug.cgi?id=128417
3242 Reviewed by Carlos Garcia Campos.
3244 * Source/cmake/OptionsGTK.cmake: Define the paths to the pkgconfig files here, so that they
3245 may one day be used in the webkitdom config file generation.
3247 2014-02-18 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3249 [EFL][CMake] Fix javascriptcore test failings by the jsCStack branch merge
3250 https://bugs.webkit.org/show_bug.cgi?id=128961
3252 Reviewed by Ryosuke Niwa.
3254 Javascriptcore test on EFL port has been broken since the jsCStack branch merge.
3255 For now we can fix almost tests by using "-fno-tree-dce option". Unfortunately,
3256 EFL port needs not to check "uninitialized" build warning as error in order to
3257 adjust the option to EFL port. This patch don't take it as error temporarily.
3259 * Source/cmake/OptionsEfl.cmake:
3260 * Source/cmake/WebKitHelpers.cmake:
3262 2014-02-16 Martin Robinson <mrobinson@igalia.com>
3264 [GTK] [CMake] JavaScriptCore crashes in JSC::eval
3265 https://bugs.webkit.org/show_bug.cgi?id=128434
3267 Reviewed by Anders Carlsson.
3269 * Source/cmake/OptionsGTK.cmake: Add -fno-omit-frame-pointer to the GTK+ CMake
3270 port as well as -fno-tree-dce, like it is used in the autotools build.
3272 2014-02-17 ChangSeok Oh <changseok.oh@collabora.com>
3274 [GTK] MEDIA_CONTROLS_SCRIPT depends on VIDEO_TRACK
3275 https://bugs.webkit.org/show_bug.cgi?id=128799
3277 Reviewed by Philippe Normand.
3279 MEDIA_CONTROLS_SCRIPT has a dependency on VIDEO_TRACK. So it causes a build break
3280 if building with autotools. cmake system has enabled it as default. So I propose
3281 enabling VIDEO_TRACK as well.
3283 * Source/autotools/SetupWebKitFeatures.m4:
3285 2014-02-14 Commit Queue <commit-queue@webkit.org>
3287 Unreviewed, rolling out r164090.
3288 http://trac.webkit.org/changeset/164090
3289 https://bugs.webkit.org/show_bug.cgi?id=128807
3291 It broke the EFL build (Requested by Ossy on #webkit).
3293 * Source/cmake/OptionsCommon.cmake:
3294 * Source/cmake/OptionsEfl.cmake:
3296 2014-02-09 Martin Robinson <mrobinson@igalia.com>
3298 [GTK] [CMake] JavaScriptCore crashes in JSC::eval
3299 https://bugs.webkit.org/show_bug.cgi?id=128434
3301 Extend a fix for EFL to all ports that use GCC. Also include further fixes
3302 that were applied only to the autotools build.
3304 Reviewed by Gyuyoung Kim.
3306 * Source/cmake/OptionsCommon.cmake: Add -fno-omit-frame-pointer to all ports as well
3307 as -fno-tree-dce, which is necessary for GTK+.
3308 * Source/cmake/OptionsEfl.cmake: The GCC flag additions are now in the common options file.
3310 2014-02-04 Gustavo Noronha Silva <gns@gnome.org>
3312 [GTK][CMake] Generate GObject DOM bindings .symbols files
3313 https://bugs.webkit.org/show_bug.cgi?id=126210
3315 Reviewed by Martin Robinson.
3317 * Source/PlatformGTK.cmake: add checking DOM bindings API as a dependency
3318 for documentation generation.
3320 2014-02-13 Xabier Rodriguez Calvar <calvaris@igalia.com>
3322 [GTK] MEDIA_CONTROLS_SCRIPT support
3323 https://bugs.webkit.org/show_bug.cgi?id=123097
3325 Reviewed by Jer Noble.
3327 Part of the Autotools and CMake structure to build the media
3330 * Source/autotools/SetupWebKitFeatures.m4: Activated the media
3331 controls script by default.
3332 * Source/cmake/OptionsGTK.cmake: Activated the media controls
3334 * Source/cmake/WebKitFeatures.cmake: Created the option to
3335 activate the controls script.
3336 * Source/cmakeconfig.h.cmake: Created the define template the the
3337 media controls script.
3339 2014-02-12 Zan Dobersek <zdobersek@igalia.com>
3341 [GDB] Add .gdbinit to the list of files ignored by Git
3342 https://bugs.webkit.org/show_bug.cgi?id=128455
3344 Reviewed by Anders Carlsson.
3346 * .gitignore: Ignore the .gdbinit file which can be used to perform WebKit-specific GDB initialization
3347 when the debugger is launched in the repository's root directory. Also remove a Chromium-specific comment
3348 that covers already removed entries.
3350 2014-02-11 Oliver Hunt <oliver@apple.com>
3352 Make it possible to implement JS builtins in JS
3353 https://bugs.webkit.org/show_bug.cgi?id=127887
3355 Reviewed by Michael Saboff.
3358 * Source/cmake/gtest/CMakeLists.txt:
3360 2014-02-12 Ryan Lortie <desrt@desrt.ca>
3362 'ar T' is not portable and breaks the build on FreeBSD
3363 https://bugs.webkit.org/show_bug.cgi?id=128596
3365 Reviewed by Gustavo Noronha Silva.
3367 Create thin archives only if we are using GNU ar.
3369 * Source/autotools/SetupLibtool.m4:
3371 2014-02-10 Krzysztof Wolanski <k.wolanski@samsung.com>
3373 Add the CSS_SHAPE_INSIDE to CMake feature list
3374 https://bugs.webkit.org/show_bug.cgi?id=128530
3376 Reviewed by Gyuyoung Kim.
3378 CSS_SHAPE_INSIDE flag was added in r163333,
3379 this patch is adding this flag to CMake feature list.
3381 * Source/cmake/WebKitFeatures.cmake:
3382 * Source/cmakeconfig.h.cmake:
3384 2014-02-09 Carlos Garnacho <carlosg@gnome.org>
3386 [GTK] Enable touch features
3387 https://bugs.webkit.org/show_bug.cgi?id=98931
3389 Reviewed by Carlos Garcia Campos.
3391 * Source/autotools/SetupWebKitFeatures.m4:
3392 * Source/cmake/OptionsGTK.cmake: set ENABLE_TOUCH_EVENTS to 1 if building with GTK+.
3394 2014-02-06 Andreas Kling <akling@apple.com>
3396 Remove unused ENABLE(REPAINT_THROTTLING) flag.
3397 <https://webkit.org/b/128329>
3399 Reviewed by Antti Koivisto.
3401 * Source/cmake/WebKitFeatures.cmake:
3402 * Source/cmakeconfig.h.cmake:
3404 2014-02-06 Joseph Pecoraro <pecoraro@apple.com>
3406 [iOS] make should build WebKit2
3407 https://bugs.webkit.org/show_bug.cgi?id=128351
3409 Reviewed by Daniel Bates.
3413 2014-02-05 Andreas Kling <akling@apple.com>
3415 Remove ENABLE(DIRECTORY_UPLOAD).
3416 <https://webkit.org/b/128275>
3418 Rubber-stamped by Ryosuke Niwa.
3420 * Source/autotools/SetupWebKitFeatures.m4:
3421 * Source/cmake/WebKitFeatures.cmake:
3423 2014-02-05 Csaba Osztrogonác <ossy@webkit.org>
3425 Remove ENABLE(SVG) guards
3426 https://bugs.webkit.org/show_bug.cgi?id=127991
3428 Reviewed by Sam Weinig.
3430 * Source/autotools/FindDependencies.m4:
3431 * Source/autotools/PrintBuildConfiguration.m4:
3432 * Source/autotools/ReadCommandLineArguments.m4:
3433 * Source/autotools/SetupAutomake.m4:
3434 * Source/autotools/SetupWebKitFeatures.m4:
3435 * Source/cmake/OptionsEfl.cmake:
3436 * Source/cmake/OptionsGTK.cmake:
3437 * Source/cmake/WebKitFeatures.cmake:
3438 * Source/cmakeconfig.h.cmake:
3440 2014-02-04 Andreas Kling <akling@apple.com>
3442 Remove <iframe seamless> support.
3443 <https://webkit.org/b/128213>
3445 Rubber-stamped by Antti Koivisto.
3447 * Source/autotools/SetupWebKitFeatures.m4:
3448 * Source/cmake/WebKitFeatures.cmake:
3449 * Source/cmakeconfig.h.cmake:
3451 2014-01-31 Benjamin Poulain <bpoulain@apple.com>
3453 Remove LEGACY_VIEWPORT_ADAPTION
3454 https://bugs.webkit.org/show_bug.cgi?id=128028
3456 Reviewed by Anders Carlsson.
3458 * Source/cmake/WebKitFeatures.cmake:
3459 * Source/cmakeconfig.h.cmake:
3461 2014-01-31 Oliver Hunt <oliver@apple.com>
3463 Rollout r163195 and related patches
3466 * Source/cmake/gtest/CMakeLists.txt:
3468 2014-01-29 Oliver Hunt <oliver@apple.com>
3470 Make it possible to implement JS builtins in JS
3471 https://bugs.webkit.org/show_bug.cgi?id=127887
3473 Reviewed by Michael Saboff.
3477 * Source/cmake/gtest/CMakeLists.txt:
3479 2014-01-30 Martin Robinson <mrobinson@igalia.com>
3481 [GTK] [CMake] Add support for building against GTK+ 2
3482 https://bugs.webkit.org/show_bug.cgi?id=127959
3484 Reviewed by Anders Carlsson.
3486 * Source/cmake/OptionsGTK.cmake: Add a new option to use GTK 2 and make a variable holding the
3487 library API version. When using GTK 2 do not build WebKit 2.
3489 2014-01-30 Martin Robinson <mrobinson@igalia.com>
3491 [GTK] [CMake] Add a "make dist" target
3492 https://bugs.webkit.org/show_bug.cgi?id=116378
3494 Reviewed by Gustavo Noronha Silva.
3496 * Source/PlatformGTK.cmake: A CMake support for executing the make-dist
3497 script and then turning the tarfile into a LZMA compressed file.
3499 2014-01-30 Zan Dobersek <zdobersek@igalia.com>
3501 [GTK] Only disable -ftree-dce optimization when compiling with GCC
3502 https://bugs.webkit.org/show_bug.cgi?id=127911
3504 Reviewed by Carlos Garcia Campos.
3506 * Source/autotools/SetupAutomake.m4: Define the COMPILER_GCC and COMPILER_CLANG Automake macros.
3507 These can be used when compiler-specific flags have to be used. The latter one is not actually needed
3508 at the moment, but is added for the sake of completeness.
3510 2014-01-30 Csaba Osztrogonác <ossy@webkit.org>
3512 [EFL] Fix the regression caused by the jsCStack branch merge
3513 https://bugs.webkit.org/show_bug.cgi?id=127898
3515 Reviewed by Zoltan Herczeg.
3517 * Source/cmake/OptionsEfl.cmake: Build with -fno-omit-frame-pointer.
3519 2014-01-29 Csaba Osztrogonác <ossy@webkit.org>
3521 Remove ENABLE(JAVASCRIPT_DEBUGGER) leftovers
3522 https://bugs.webkit.org/show_bug.cgi?id=127845
3524 Reviewed by Joseph Pecoraro.
3526 * Source/autotools/SetupWebKitFeatures.m4:
3528 2014-01-29 Csaba Osztrogonác <ossy@webkit.org>
3530 Remove ENABLE(JAVASCRIPT_DEBUGGER) guards
3531 https://bugs.webkit.org/show_bug.cgi?id=127840
3533 Reviewed by Mark Lam.
3535 * Source/cmake/WebKitFeatures.cmake:
3536 * Source/cmakeconfig.h.cmake:
3538 2014-01-25 Darin Adler <darin@apple.com>
3540 Get rid of ICU_UNICODE and WCHAR_UNICODE remnants
3541 https://bugs.webkit.org/show_bug.cgi?id=127623
3543 Reviewed by Anders Carlsson.
3545 * Source/cmake/OptionsEfl.cmake: Removed ICU_UNICODE and WCHAR_UNICODE flags.
3546 * Source/cmake/OptionsGTK.cmake: Ditto.
3547 * Source/cmake/OptionsWinCE.cmake: Ditto.
3549 2014-01-23 Max Vujovic <mvujovic@adobe.com>
3551 Remove CSS Custom Filters code and tests
3552 https://bugs.webkit.org/show_bug.cgi?id=127382
3554 Reviewed by Simon Fraser.
3556 * Source/autotools/FindDependencies.m4:
3557 * Source/autotools/SetupWebKitFeatures.m4:
3558 * Source/cmake/WebKitFeatures.cmake:
3559 * Source/cmakeconfig.h.cmake:
3561 2014-01-22 Martin Robinson <mrobinson@igalia.com>
3563 [GTK][CMake] Add support for building the NetworkProcess
3564 https://bugs.webkit.org/show_bug.cgi?id=127195
3566 Reviewed by Daniel Bates.
3568 * Source/cmake/OptionsGTK.cmake: Turn on the network process and give it
3569 a name like the WebProcess.
3571 2014-01-20 Ryuan Choi <ryuan.choi@samsung.com>
3573 [CMAKE] Remove Nix from CMake scripts
3574 https://bugs.webkit.org/show_bug.cgi?id=127264
3576 Reviewed by Anders Carlsson.
3579 * Source/CMakeLists.txt:
3580 * Source/cmake/FindEGL.cmake:
3581 * Source/cmake/OptionsCommon.cmake:
3583 2014-01-18 Anders Carlsson <andersca@apple.com>
3585 Remove ENABLE_THREADED_HTML_PARSER defines everywhere
3586 https://bugs.webkit.org/show_bug.cgi?id=127225
3588 Reviewed by Andreas Kling.
3590 This concludes the removal of over 8.8 million lines of threaded parser code.
3592 * Source/autotools/SetupWebKitFeatures.m4:
3593 * Source/cmake/WebKitFeatures.cmake:
3594 * Source/cmakeconfig.h.cmake:
3596 2014-01-18 Lauro Neto <lauro.neto@openbossa.org>
3598 Remove Nix files from WebCore
3599 https://bugs.webkit.org/show_bug.cgi?id=127176
3601 Reviewed by Anders Carlsson.
3603 * Source/cmake/OptionsNix.cmake: Removed.
3605 2014-01-18 Zan Dobersek <zdobersek@igalia.com>
3607 [GTK] Bump the minimum required Clang version to 3.3
3608 https://bugs.webkit.org/show_bug.cgi?id=127178
3610 Reviewed by Martin Robinson.
3612 * Source/autotools/CheckSystemAndBasicDependencies.m4: Require Clang 3.3 or later when using the Clang compiler to
3613 build the GTK port. Building with Clang 3.2 doesn't work anymore and there's no point in fixing that, as we should
3614 support the latest two versions of Clang (3.3 and 3.4), just like we do with GCC (4.7 and 4.8).
3616 2014-01-14 Dan Bernstein <mitz@apple.com>
3618 Only use color in make output when it’s going to a terminal.
3620 Reviewed by Mark Rowe.
3624 2014-01-13 Martin Robinson <mrobinson@igalia.com>
3626 [CMake] Mark all dependency include paths and libraries as advanced variables
3627 https://bugs.webkit.org/show_bug.cgi?id=126504
3629 Reviewed by Daniel Bates.
3631 * Source/cmake/FindATK.cmake: Mark result variable as advanced.
3632 * Source/cmake/FindCairo.cmake: Ditto.
3633 * Source/cmake/FindEGL.cmake: Ditto.
3634 * Source/cmake/FindEnchant.cmake: Ditto.
3635 * Source/cmake/FindGLIB.cmake: Ditto.
3636 * Source/cmake/FindGStreamer.cmake: Ditto.
3637 * Source/cmake/FindHarfBuzz.cmake: Ditto.
3638 * Source/cmake/FindLibSoup.cmake: Ditto.
3640 2014-01-13 Martin Robinson <mrobinson@igalia.com>
3642 [GTK][CMake] Add a 'check' target
3643 https://bugs.webkit.org/show_bug.cgi?id=126770
3645 Reviewed by Daniel Bates.
3647 * Source/PlatformGTK.cmake: Add a 'check' target that calls run-gtk-tests.
3649 2014-01-13 Carlos Garcia Campos <cgarcia@igalia.com>
3651 Unreviewed. Update NEWS and Versions.m4 for 2.3.4 release.
3653 * Source/autotools/Versions.m4: Bump version numbers.
3655 2014-01-12 Sergio Correia <sergio.correia@openbossa.org>
3657 [EFL][WK2] Make API tests work again
3658 https://bugs.webkit.org/show_bug.cgi?id=126769
3660 Reviewed by Gyuyoung Kim.
3662 The EFL and WK2 test binaries are currently being generated at *TestWebKitAPI/
3663 [E]WebKit2, respectively, and this causes problems because the logic to find
3664 where WebProcess is to look in the same directory of the running process and
3665 then proceed to use LIBEXECDIR (typically /usr/loca/bin).
3667 This patch introduces a WEBKIT_EXEC_PATH environment variable, inspired in the
3668 Gtk port, which allows us to look for WebProcess initially in this directory,
3671 * Source/cmake/OptionsEfl.cmake: Define WEBKIT_EXEC_PATH, to be used by
3674 2014-01-11 Dan Bernstein <mitz@apple.com>
3676 [Mac] xcodebuild color output is suppressed when using make
3677 https://bugs.webkit.org/show_bug.cgi?id=126815
3679 Reviewed by Anders Carlsson.
3681 WHen using make, xcodebuild’s output is piped through a filter, which causes it not to
3682 format its output with color and emphasis.
3684 * Makefile.shared: Pass COLOR_DIAGNOSTICS=YES to xcodebuild to force color output on. Due to
3685 xcodebuild limitations, this restores some of the formatting, but not all of it.
3687 2014-01-10 Benjamin Poulain <bpoulain@apple.com>
3689 Remove the BlackBerry port from trunk
3690 https://bugs.webkit.org/show_bug.cgi?id=126715
3692 Reviewed by Anders Carlsson.
3695 * Source/cmake/OptionsCommon.cmake:
3697 2014-01-10 Tamas Gergely <tgergely.u-szeged@partner.samsung.com>
3699 [EFL][JSC] Enable udis86 disassembler on efl.
3700 https://bugs.webkit.org/show_bug.cgi?id=125502
3702 Reviewed by Michael Saboff.
3704 Enable udis86 disassembler on efl and fix build warnings.
3706 * Source/cmake/OptionsEfl.cmake:
3707 Enable udis86 disassembler.
3709 2014-01-10 Benjamin Poulain <bpoulain@apple.com>
3711 Remove the BlackBerry port from trunk
3712 https://bugs.webkit.org/show_bug.cgi?id=126715
3714 Reviewed by Anders Carlsson.
3718 2014-01-09 Benjamin Poulain <bpoulain@apple.com>
3720 Remove the BlackBerry files outside WebCore
3721 https://bugs.webkit.org/show_bug.cgi?id=126715
3723 Reviewed by Anders Carlsson.
3725 * ManualTests/blackberry: Removed.
3726 * Source/cmake/OptionsBlackBerry.cmake: Removed.
3728 2014-01-08 Martin Robinson <mrobinson@igalia.com>
3730 [GTK] [CMake] Specify the executable and library output locations in the build
3731 https://bugs.webkit.org/show_bug.cgi?id=126671
3733 Reviewed by Gustavo Noronha Silva.
3735 * Source/cmake/OptionsGTK.cmake: Explicitly specify the output locations.
3737 2014-01-08 Dániel Bátyai <dbatyai.u-szeged@partner.samsung.com>
3739 [EFL] Make FTL buildable
3740 https://bugs.webkit.org/show_bug.cgi?id=125777
3742 Reviewed by Csaba Osztrogonác.
3744 * Source/cmake/OptionsEfl.cmake:
3745 * Source/cmakeconfig.h.cmake:
3747 2014-01-08 Alberto Garcia <berto@igalia.com>
3749 REGRESSION(r160304): [GTK] Disable libtool fast install
3750 https://bugs.webkit.org/show_bug.cgi?id=126381
3752 Reviewed by Gustavo Noronha Silva.
3754 Don't disable the libtool fast-install mode unconditionally by
3757 If the fast-install mode is disabled, binaries are generated ready
3758 to use the libraries directly from the build tree. If we use the
3759 GNU linker, those binaries are then relinked when they are
3762 However, libtool fails to do it properly when an installation
3763 prefix is set with DESTDIR, and ends up installing the libtool
3764 wrappers instead of the actual binaries.
3766 * Source/autotools/SetupLibtool.m4:
3768 2014-01-07 Gustavo Noronha Silva <gustavo.noronha@collabora.com>
3770 Unreviewed GTK/CMake build fix: use the correct location for docs-build.stamp
3771 in output and dependencies declarations, so docs are not built needlessly
3774 * Source/PlatformGTK.cmake:
3776 2014-01-04 Carlos Garcia Campos <cgarcia@igalia.com>
3778 [GTK] Move all GTK/GObject unit tests to Tools/TestWebKitAPI
3779 https://bugs.webkit.org/show_bug.cgi?id=126342
3781 Reviewed by Gustavo Noronha Silva.
3783 * GNUmakefile.am: Remove unused variable.
3784 * Source/PlatformGTK.cmake: No longer include the old unit tests directories.
3786 2014-01-06 Zan Dobersek <zdobersek@igalia.com>
3788 [GTK] configure errors out when building with libc++
3789 https://bugs.webkit.org/show_bug.cgi?id=126431
3791 Reviewed by Martin Robinson.
3793 Ease up the Clang and libstdc++ combination test to only fail if libstdc++ < 4.8.1 is actually used.
3794 This allows for libc++ to be used as well. The test is moved into SetupCompilerFlags.m4 and is done
3795 after the CXXFLAGS variable is properly set up, that is when all the C++ compiler options are determined.
3797 * Source/autotools/CheckSystemAndBasicDependencies.m4:
3798 * Source/autotools/SetupCompilerFlags.m4:
3800 2014-01-06 Martin Robinson <mrobinson@igalia.com>
3802 [CMake] [GTK] Fix the build for the WebKitGTK+ developer configuration
3803 https://bugs.webkit.org/show_bug.cgi?id=126505
3805 Reviewed by Gustavo Noronha Silva.
3807 * Source/cmake/FindGLIB.cmake: Add support for finding the gio-unix include directory location.
3808 * Source/cmake/FindGUdev.cmake: Added.
3809 * Source/cmake/FindGeoClue.cmake: Added.
3810 * Source/cmake/OptionsGTK.cmake: When gamepad is enabled look for gio-unix and GUdev. When
3811 geolocation is enabled look for GeoClue.
3813 2014-01-06 Zan Dobersek <zdobersek@igalia.com>
3815 [GTK] Use libc++ for C++11 on darwin
3816 https://bugs.webkit.org/show_bug.cgi?id=126325
3818 Reviewed by Martin Robinson.
3820 * Source/autotools/SetupCompilerFlags.m4: Don't default to libstdc++ when compiling with Clang.
3821 Instead, the compiler should determine itself what standard library to use, except on Darwin,
3822 where libc++ should be enforced. The standard library of user's choosing can still be enforced
3823 through the CXXFLAGS environment variable.
3825 2014-01-05 Martin Robinson <mrobinson@igalia.com>
3827 [GTK] [CMake] Ensure that the autotools build and the CMake install the same files
3828 https://bugs.webkit.org/show_bug.cgi?id=116379
3830 Reviewed by Gustavo Noronha Silva.
3832 * Source/PlatformGTK.cmake: Install the documentation.
3833 * Source/cmake/OptionsCommon.cmake: Add a LIBEXEC variable for WebKit2 executables, and
3834 don't use the default locations on GTK+. We will get them from the CMake-provided GNU installation
3836 * Source/cmake/OptionsGTK.cmake: Setup the installation variables using the ones provided
3837 by CMake's GNU installation directory support. Fix the definition of DATADIR. Always install
3840 2014-01-05 Carlos Garcia Campos <cgarcia@igalia.com>
3842 [GTK] Stop installing WebKit2 C API headers
3843 https://bugs.webkit.org/show_bug.cgi?id=126489
3845 Reviewed by Martin Robinson.
3849 2014-01-04 Martin Robinson <mrobinson@igalia.com>
3851 [GTK] [CMake] Improve the way we locate gobject-introspection
3852 https://bugs.webkit.org/show_bug.cgi?id=126452
3854 Reviewed by Philippe Normand.