1 2015-03-17 Ryuan Choi <ryuan.choi@navercorp.com>
3 [EFL] Expose JavaScript binding interface through ewk_extension
4 https://bugs.webkit.org/show_bug.cgi?id=142033
6 Reviewed by Gyuyoung Kim.
8 * Source/cmake/OptionsEfl.cmake: Added HEADER_INSTALL_DIR variable.
10 2015-03-17 Philippe Normand <pnormand@igalia.com>
12 [GTK] basic OpenWebRTC build support
13 https://bugs.webkit.org/show_bug.cgi?id=142393
15 Reviewed by Carlos Garcia Campos.
17 * Source/cmake/FindOpenWebRTC.cmake: Added.
18 * Source/cmake/OptionsGTK.cmake: Look for OpenWebRTC library if
19 mediastream build is enabled.
21 2015-03-17 Gyuyoung Kim <gyuyoung.kim@samsung.com>
23 [CMake][EFL] Build test tools only for developer mode
24 https://bugs.webkit.org/show_bug.cgi?id=142761
26 Reviewed by Csaba Osztrogonác.
28 Do not build EFL MiniBrowser, WebKitTestRunner, and ImageDiff on production mode.
30 * Source/cmake/OptionsEfl.cmake:
31 * Source/cmake/OptionsGTK.cmake: Move ENABLE_MINIBROWSER to common place.
32 * Source/cmake/WebKitFeatures.cmake: Define ENABLE_MINIBROWSER variable.
33 * Source/cmakeconfig.h.cmake:
35 2015-03-16 Ryosuke Niwa <rniwa@webkit.org>
37 Enable ES6 classes by default
38 https://bugs.webkit.org/show_bug.cgi?id=142774
40 Reviewed by Gavin Barraclough.
42 * Source/cmake/WebKitFeatures.cmake:
44 2015-03-16 Gyuyoung Kim <gyuyoung.kim@samsung.com>
46 [CMake][EFL] Rearrange OptionEFL.cmake to improve readability
47 https://bugs.webkit.org/show_bug.cgi?id=142722
49 Reviewed by Csaba Osztrogonác.
51 Categorize to define cmake variables, to find necessary packages,
52 use upper case for "glib_conponents" cmake variable name, re-arrange
53 wrong alphabet sorting, and so on.
55 * CMakeLists.txt: Remove WinCE port.
56 * Source/cmake/OptionsEfl.cmake:
58 2015-03-14 Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
60 [GStreamer] share GL context in pipeline
61 https://bugs.webkit.org/show_bug.cgi?id=142693
63 Reviewed by Philippe Normand.
65 Add search of gstreamer-gl library in the GStreamer installation. If
66 it is found, WTF_USE_GSTREAMER_GL macro is defined.
68 * Source/cmake/FindGStreamer.cmake:
69 * Source/cmake/OptionsGTK.cmake:
71 2015-03-13 Alex Christensen <achristensen@webkit.org>
73 Progress towards CMake on Mac.
74 https://bugs.webkit.org/show_bug.cgi?id=142680
76 Reviewed by Gyuyoung Kim.
79 * Source/PlatformMac.cmake: Added stub.
80 * Source/cmake/OptionsMac.cmake:
81 Change defines to get CMake working.
83 2015-03-11 Carlos Garcia Campos <cgarcia@igalia.com>
85 [GTK] Add an option to enable MiniBrowser for non developer builds and always install it
86 https://bugs.webkit.org/show_bug.cgi?id=126688
88 Reviewed by Gustavo Noronha Silva.
90 Add ENABLE_MINIBROWSER option, enabled by default for development
91 builds and disabled for production builds unless explicilty enabled.
93 * Source/cmake/OptionsGTK.cmake:
95 2015-03-11 Carlos Garcia Campos <cgarcia@igalia.com>
97 [GTK] Do not look for child processes in the UI process binary path
98 https://bugs.webkit.org/show_bug.cgi?id=135752
100 Reviewed by Gustavo Noronha Silva.
102 * Source/cmake/OptionsGTK.cmake: Add -DDEVELOPMENT_BUILD=1 to the
103 build for development builds.
105 2015-03-10 Carlos Garcia Campos <cgarcia@igalia.com> and José Dapena Paz <jdapena@igalia.com>
107 [GTK] Add a configure option to build with OpenGL ES 2
108 https://bugs.webkit.org/show_bug.cgi?id=142498
110 Reviewed by Martin Robinson.
112 Add ENABLE_GLES2 option. It's disabled by default, but if passed
113 GLES2 is required and OpenGL is not even searched. Otherwise we
114 search for OpenGL as usual, using it only if present.
116 * Source/cmake/OptionsGTK.cmake:
118 2015-03-10 Csaba Osztrogonác <ossy@webkit.org>
120 [cmake] Handle unused parameter warnings as build errors except in WebKit2
121 https://bugs.webkit.org/show_bug.cgi?id=142338
123 Reviewed by Gyuyoung Kim.
125 * Source/cmake/WebKitHelpers.cmake:
127 2015-03-03 Daniel Bates <dabates@apple.com>
129 Convert ManualTests/svg-tooltip.svg to a DRT test
130 https://bugs.webkit.org/show_bug.cgi?id=140480
132 Reviewed by Alex Christensen.
134 * ManualTests/svg-tooltip.svg: Removed.
136 2015-03-02 Debarshi Ray <debarshir@gnome.org>
138 REGRESSION(r179409): [GTK] Undefined symbol prevents web extensions from being loaded
139 https://bugs.webkit.org/show_bug.cgi?id=142165
141 Reviewed by Carlos Garcia Campos.
143 * Source/cmake/gtksymbols.filter:
145 2015-02-26 Csaba Osztrogonác <ossy@webkit.org>
147 [EFL] Remove unnecessary comment after r179110
148 https://bugs.webkit.org/show_bug.cgi?id=142042
150 Reviewed by Gyuyoung Kim.
152 * Source/cmake/OptionsEfl.cmake:
154 2015-02-23 Tomas Popela <tpopela@redhat.com>
156 [GTK] Fails to compile with cmake 3.2.x
157 https://bugs.webkit.org/show_bug.cgi?id=141796
159 With cmake 3.2.x we have to explicitly ask for X11 otherwise the
160 X11_X11_LIB variable won't be set thus the X11 linker flags won't be
161 added and the build will fail.
163 Reviewed by Martin Robinson.
165 * Source/cmake/OptionsGTK.cmake:
167 2015-02-20 Alexey Proskuryakov <ap@apple.com>
169 Remove svn:keywords property.
171 As far as I can tell, the property had no effect on any of these files, but also,
172 when it has effect it's likely harmful.
174 * ManualTests/animation-with-transition.html: Removed property svn:keywords.
175 * ManualTests/blur-filter-timing.html: Removed property svn:keywords.
176 * ManualTests/compositing/caret-in-compositing-frame.html: Removed property svn:keywords.
177 * ManualTests/compositing/font-smoothing.html: Removed property svn:keywords.
178 * ManualTests/compositing/missing-iframe-contents.html: Removed property svn:keywords.
179 * ManualTests/compositing/requires-backing-change.html: Removed property svn:keywords.
180 * ManualTests/compositing/resources/composited-subframe.html: Removed property svn:keywords.
181 * ManualTests/compositing/resources/editable-compositing-subframe.html: Removed property svn:keywords.
182 * ManualTests/frames/nested-iframe-blit-on-scroll.html: Removed property svn:keywords.
183 * ManualTests/frames/resources/blit-on-scroll-subframe.html: Removed property svn:keywords.
184 * ManualTests/frames/resources/blit-on-scroll-subsubframe.html: Removed property svn:keywords.
185 * ManualTests/plugins/plugin-paint-causes-layout.html: Removed property svn:keywords.
186 * ManualTests/screen-availLeft.html: Removed property svn:keywords.
187 * ManualTests/transition-accelerated.html: Removed property svn:keywords.
189 2015-02-17 Gyuyoung Kim <gyuyoung.kim@samsung.com>
191 [CMAKE] Remove CMakeLists.txt in WK1 port
192 https://bugs.webkit.org/show_bug.cgi?id=141617
194 Reviewed by Anders Carlsson.
196 Nobody uses CMake in WK1 port. Remove it.
200 2015-02-13 Csaba Osztrogonác <ossy@webkit.org>
202 Unreviewed, remove empty directories.
204 * ManualTests/qt: Removed.
206 2015-02-11 Carlos Alberto Lopez Perez <clopez@igalia.com>
208 [CMake] Don't set flag fuse-ld on the C/C++ compiler flags, but on the linker flags.
209 https://bugs.webkit.org/show_bug.cgi?id=141481
211 Reviewed by Csaba Osztrogonác.
213 * Source/cmake/OptionsCommon.cmake: Move -fuse-ld=gold to the linker flags.
215 2015-02-11 Gyuyoung Kim <gyuyoung.kim@samsung.com>
217 [EFL][GTK] Use bmalloc instead of tcmalloc
218 https://bugs.webkit.org/show_bug.cgi?id=140162
220 Reviewed by Carlos Garcia Campos.
222 Add bmalloc directory to build list.
224 * CMakeLists.txt: Define BMALLOC_DIR directory.
225 * Source/CMakeLists.txt: Add bmalloc path to sub-directories list.
227 2015-02-11 Carlos Garcia Campos <cgarcia@igalia.com>
229 [GTK] Add default color chooser implementation using GtkColorChooserDialog
230 https://bugs.webkit.org/show_bug.cgi?id=141392
232 Reviewed by Gustavo Noronha Silva.
234 Enable INPUT_TYPE_COLOR by default for GTK+ port.
236 * Source/cmake/OptionsGTK.cmake:
238 2015-02-09 Sergio Villar Senin <svillar@igalia.com>
240 ASSERTION FAILED: resolvedInitialPosition <= resolvedFinalPosition in WebCore::GridSpan::GridSpan
241 https://bugs.webkit.org/show_bug.cgi?id=141328
243 Reviewed by Darin Adler.
245 Added as manual test because it involves a huge grid allocation
246 which is very slow on Debug bots, the only ones capable to trigger
249 * ManualTests/css-grid-layout-item-with-huge-span-crash.html: Added.
251 2015-02-05 Youenn Fablet <youenn.fablet@crf.canon.fr> and Xabier Rodriguez Calvar <calvaris@igalia.com>
253 [Streams API] Implement a barebone ReadableStream interface
254 https://bugs.webkit.org/show_bug.cgi?id=141045
256 Reviewed by Benjamin Poulain.
258 * Source/cmake/WebKitFeatures.cmake:
259 * Source/cmakeconfig.h.cmake: Made streams API compilation on by default.
261 2015-02-02 Filip Pizlo <fpizlo@apple.com>
263 Revert accidental change in r179490.
267 2015-02-02 Filip Pizlo <fpizlo@apple.com>
269 Unreviewed, revert accidental change to Makefile.shared in r179478
273 2015-01-28 Carlos Alberto Lopez Perez <clopez@igalia.com>
275 [CMake] Minimum python version should be 2.7.
276 https://bugs.webkit.org/show_bug.cgi?id=140997
278 Reviewed by Csaba Osztrogonác.
282 2015-01-26 Nikos Andronikos <nikos.andronikos-webkit@cisra.canon.com.au>
284 Apply feTurbulence spec change to fix zero length vector generation
285 https://bugs.webkit.org/show_bug.cgi?id=140812
287 Reviewed by Darin Adler.
289 Recently a bug with the turbulence algorithm was corrected in the
290 Filter Effects specification.
291 For some seed values this bug allowed zero length vectors to be generated.
292 This resulted in large solid color squares being present in the generated image.
293 The feTurbulence algorithm was updated to reject zero length vectors. This patch
294 applies that change in WebCore.
296 Test: svg/filters/feTurbulence_bad_seeds.html
298 * platform/graphics/filters/FETurbulence.cpp:
299 (WebCore::FETurbulence::initPaint):
300 Added rejection sampling during vector generation to avoid zero length vectors.
302 2015-01-26 Csaba Osztrogonác <ossy@webkit.org>
304 [cmake] Remove compiler version calculate cruft
305 https://bugs.webkit.org/show_bug.cgi?id=140885
307 Reviewed by Darin Adler.
309 * Source/cmake/WebKitHelpers.cmake:
311 2015-01-26 Csaba Osztrogonác <ossy@webkit.org>
313 [cmake] Stop compiling with -Wno-error=uninitialized and -Wno-error=literal-suffix
314 https://bugs.webkit.org/show_bug.cgi?id=140886
316 Reviewed by Žan Doberšek.
318 * Source/cmake/WebKitHelpers.cmake:
320 2015-01-26 Michael Catanzaro <mcatanzaro@igalia.com>
322 [GTK] gtkdoc does not appear in DevHelp
323 https://bugs.webkit.org/show_bug.cgi?id=139369
325 Reviewed by Philippe Normand.
327 Expect the gtkdoc to be generated in folders named with the API version.
329 * Source/PlatformGTK.cmake:
331 2015-01-26 Zan Dobersek <zdobersek@igalia.com>
333 [EFL][GTK] Stop compiling with fno-omit-frame-pointer, -fno-tree-dce
334 https://bugs.webkit.org/show_bug.cgi?id=140609
336 Reviewed by Csaba Osztrogonác.
338 The latest releases of GCC versions 4.7, 4.8 and 4.9 all compile and
339 run JSC tests fine without the -fno-tree-dce and -fno-omit-frame-pointer
340 compilation flags. Those were added after the jsCStack branch merge, but
341 can now be removed since the -ftree-dce issues were fixed in GCC, and
342 changes in r173282 and r173298 again enable compiling with -fomit-frame-pointer.
344 * Source/cmake/OptionsEfl.cmake:
345 * Source/cmake/OptionsGTK.cmake:
347 2015-01-26 Commit Queue <commit-queue@webkit.org>
349 Unreviewed, rolling out r179107.
350 https://bugs.webkit.org/show_bug.cgi?id=140880
352 The GCC in the bots doesn't support the AsyncTask
353 implementation (Requested by KaL on #webkit).
357 "[GTK] Enable IndexedDB"
358 https://bugs.webkit.org/show_bug.cgi?id=98932
359 http://trac.webkit.org/changeset/179107
361 2015-01-25 Carlos Garcia Campos <cgarcia@igalia.com>
363 [GTK] Enable IndexedDB
364 https://bugs.webkit.org/show_bug.cgi?id=98932
366 Reviewed by Žan Doberšek.
368 * Source/cmake/OptionsGTK.cmake: Enable DATABASE_PROCESS and INDEXED_DATABASE.
369 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_DATABASE_PROCESS.
371 2015-01-23 Carlos Garcia Campos <cgarcia@igalia.com>
373 [GTK] Add initial database process support
374 https://bugs.webkit.org/show_bug.cgi?id=139491
376 Reviewed by Sergio Villar Senin.
378 * Source/cmake/OptionsGTK.cmake: Set WebKit2_DatabaseProcess_OUTPUT_NAME.
380 2015-01-22 Ryosuke Niwa <rniwa@webkit.org>
382 Add a build flag for ES6 class syntax
383 https://bugs.webkit.org/show_bug.cgi?id=140760
385 Reviewed by Michael Saboff.
387 * Source/cmake/WebKitFeatures.cmake:
388 * Source/cmakeconfig.h.cmake:
390 2015-01-21 Csaba Osztrogonác <ossy@webkit.org>
392 [EFL][WK2] EFL MiniBrowser doesn't run because shared library is not found
393 https://bugs.webkit.org/show_bug.cgi?id=140049
395 Reviewed by Gyuyoung Kim.
397 * Source/cmake/OptionsCommon.cmake:
399 2015-01-21 Csaba Osztrogonác <ossy@webkit.org>
401 Remove ENABLE(INSPECTOR) ifdef guards
402 https://bugs.webkit.org/show_bug.cgi?id=140668
404 Reviewed by Darin Adler.
406 * Source/PlatformEfl.cmake:
407 * Source/cmake/OptionsEfl.cmake:
408 * Source/cmake/OptionsGTK.cmake:
409 * Source/cmake/OptionsMac.cmake:
410 * Source/cmake/WebKitFeatures.cmake:
411 * Source/cmakeconfig.h.cmake:
413 2015-01-20 Carlos Garcia Campos <cgarcia@igalia.com>
415 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.4 release.
417 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
419 2015-01-19 Gyuyoung Kim <gyuyoung.kim@samsung.com>
421 [CMAKE] Fix cmake warning
422 https://bugs.webkit.org/show_bug.cgi?id=140497
424 Reviewed by Gustavo Noronha Silva.
426 r173155 already tried to fix cmake warning though, the warning is still exist.
427 CMAKE_LINK_INTERFACE_LIBRARIES seems to cause this warning. Individual target is
428 already set for their libraries though, INTERFACE_LINK_LIBRARIES contains the list
429 of transitive link dependencies, and CMAKE_LINK_INTERFACE_LIBRARIES can override
430 the INTERFACE_LINK_LIBRARIES property when CMP0022 is not set. CMake warns this override.
431 To avoid it, EFL port doesn't set CMAKE_LINK_INTERFACE_LIBRARIES.
435 2015-01-19 Michael Catanzaro <mcatanzaro@igalia.com>
437 [GTK] Generate the make dist manifest from a CMake template file
438 https://bugs.webkit.org/show_bug.cgi?id=139387
440 Reviewed by Martin Robinson.
442 Generate manifest.txt from manifest.txt.in. Only expose the dist and
443 distcheck targets for developer builds, as they won't work when
444 building from a tarball because the manifest is not distributed.
446 * Source/PlatformGTK.cmake:
448 2015-01-15 Csaba Osztrogonác <ossy@webkit.org>
450 Remove ENABLE(SQL_DATABASE) guards
451 https://bugs.webkit.org/show_bug.cgi?id=140434
453 Reviewed by Darin Adler.
455 * Source/cmake/OptionsMac.cmake:
456 * Source/cmake/WebKitFeatures.cmake:
457 * Source/cmakeconfig.h.cmake:
459 2015-01-11 Sam Weinig <sam@webkit.org>
461 Remove support for SharedWorkers
462 https://bugs.webkit.org/show_bug.cgi?id=140344
464 Reviewed by Anders Carlsson.
466 * Source/cmake/OptionsEfl.cmake:
467 * Source/cmake/OptionsGTK.cmake:
468 * Source/cmake/OptionsMac.cmake:
469 * Source/cmake/WebKitFeatures.cmake:
470 * Source/cmakeconfig.h.cmake:
472 2015-01-10 Dan Bernstein <mitz@apple.com>
474 [Xcode, iOS] Files are recompiled when alternating between using make and the Xcode IDE
475 https://bugs.webkit.org/show_bug.cgi?id=140339
477 Reviewed by Mark Rowe.
479 * Makefile.shared: Run xcodebuild with the same PATH with which the Xcode IDE runs. This
480 prevents unnecessary rebuilding due to PATH differences.
482 2015-01-07 Gwang Yoon Hwang <yoon@igalia.com>
484 [GTK][ThreadedCompositor] Add support for threaded compositor.
485 https://bugs.webkit.org/show_bug.cgi?id=118265
487 Reviewed by Martin Robinson.
489 Added the ENABLE_THREADED_COMPOSITOR feature flag to the cmake and
490 autotools build systems. The feature is disabled by default.
491 And remove deprecated the WTF_USE_TILED_BACKING_STORE feature flag
492 from the feature flags.
494 * Source/cmake/OptionsEfl.cmake:
495 * Source/cmake/OptionsGTK.cmake:
496 * Source/cmake/WebKitFeatures.cmake:
497 * Source/cmakeconfig.h.cmake:
499 2014-12-23 Alexey Proskuryakov <ap@apple.com>
501 Simplify building with ASan
502 https://bugs.webkit.org/show_bug.cgi?id=139916
504 Reviewed by Mark Rowe.
506 * Makefile.shared: Invoke set-webkit-configuration to store ASan choice as appropriate.
508 2014-12-16 Carlos Garcia Campos <cgarcia@igalia.com>
510 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.3 release.
512 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
514 2014-12-10 Jon Honeycutt <jhoneycutt@apple.com>
516 Null dereference performing a "TapAndAHalf" gesture in Google search field
518 <https://bugs.webkit.org/show_bug.cgi?id=139506>
519 <rdar://problem/19028828>
521 Reviewed by Darin Adler.
523 * ManualTests/ios/tap-and-a-half-gesture-in-empty-text-field.html: Added.
525 2014-12-10 Dean Jackson <dino@apple.com>
527 Blur filter performance test doesn't provide results
528 https://bugs.webkit.org/show_bug.cgi?id=139462
530 Reviewed by Sam Weinig.
532 This can't currently work under our performance test
533 infrastructure. Move it to a manual test to avoid
534 putting FAILures into the results.
536 * ManualTests/blur-filter-timing.html: Renamed from PerformanceTests/Interactive/blur-filter-timing.html.
538 2014-12-09 Gustavo Noronha Silva <gustavo.noronha@collabora.com>
540 [GTK][WK2] Add HTML5 Notifications support
541 https://bugs.webkit.org/show_bug.cgi?id=61140
543 Reviewed by Carlos Garcia Campos.
545 * Source/cmake/FindLibNotify.cmake: Added.
546 * Source/cmake/OptionsGTK.cmake: add option to enable notifications, look for
547 libnotify and use it for a default implementation when found.
549 2014-12-09 Bem Jones-Bey <bjonesbe@adobe.com>
551 REGRESSION(r155906): Page content disappears on Tuaw article after loading
552 https://bugs.webkit.org/show_bug.cgi?id=138100
554 Reviewed by Simon Fraser.
556 DRT causes an extra paint which makes it impossible to test this with
559 * ManualTests/float-layer-not-painting.html: Added.
561 2014-12-07 Alberto Garcia <berto@igalia.com>
563 [GTK] WebKit has a new required dependency on GnuTLS
564 https://bugs.webkit.org/show_bug.cgi?id=136158
566 Reviewed by Martin Robinson.
568 Detect if GnuTLS is installed and enable or disable subtle crypto
571 * Source/cmake/OptionsGTK.cmake:
573 2014-12-07 Carlos Garcia Campos <cgarcia@igalia.com>
575 [GTK] Missing API detected in GObject DOM bindings after r176630
576 https://bugs.webkit.org/show_bug.cgi?id=139201
578 Reviewed by Gustavo Noronha Silva.
580 Change GENERATE_BINDINGS macro to receive a list of optional
581 additional dependencies, so that we can add more dependecies
582 without having to change the macro.
584 * Source/cmake/WebKitMacros.cmake:
586 2014-12-05 Simon Fraser <simon.fraser@apple.com>
588 Programmatic scrolling and content changes are not always synchronized
589 https://bugs.webkit.org/show_bug.cgi?id=139245
590 rdar://problem/18833612
592 Reviewed by Anders Carlsson.
594 Manual test that tries to sync layout with programmatic scrolling.
596 * ManualTests/programmatic-scroll-flicker.html: Added.
598 2014-12-04 Alberto Garcia <berto@igalia.com>
600 can not find cairo-gl.h when build webkit with gtk on ubuntu 14.04
601 https://bugs.webkit.org/show_bug.cgi?id=136576
603 Reviewed by Carlos Garcia Campos.
605 CMake should complain if Accelerated 2D Canvas is explicitly
606 enabled but cairo-gl is not found.
608 * Source/cmake/OptionsGTK.cmake:
610 2014-12-03 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
612 [EFL] Add subtle crypto to the build system
613 https://bugs.webkit.org/show_bug.cgi?id=138612
615 Reviewed by Csaba Osztrogonác.
617 * Source/cmake/OptionsEfl.cmake:
619 2014-12-01 Gyuyoung Kim <gyuyoung.kim@samsung.com>
621 [EFL] Add a ENABLE_CSS_SCROLL_SNAP macro to CMake build system
622 https://bugs.webkit.org/show_bug.cgi?id=139085
624 Reviewed by Andreas Kling.
626 * Source/cmake/OptionsEfl.cmake: Add ENABLE_CSS_SCROLL_SNAP.
627 * Source/cmake/WebKitFeatures.cmake: ditto.
628 * Source/cmakeconfig.h.cmake: ditto.
630 2014-11-30 Ryuan Choi <ryuan.choi@navercorp.com>
632 [EFL] Drop support for the EFL 1.7
633 https://bugs.webkit.org/show_bug.cgi?id=139114
635 Reviewed by Gyuyoung Kim.
637 * Source/cmake/EFLHelpers.cmake: Removed.
638 * Source/cmake/FindEcore.cmake: Removed.
639 * Source/cmake/FindEdje.cmake: Removed.
640 * Source/cmake/FindEet.cmake: Removed.
641 * Source/cmake/FindEeze.cmake: Removed.
642 * Source/cmake/FindEfreet.cmake: Removed.
643 * Source/cmake/FindEina.cmake: Removed.
644 * Source/cmake/FindElementary.cmake: Removed.
645 * Source/cmake/FindEvas.cmake: Removed.
646 * Source/cmake/OptionsEfl.cmake:
648 2014-11-28 Philippe Normand <pnormand@igalia.com>
650 [CMake] Build failure against GStreamer git master
651 https://bugs.webkit.org/show_bug.cgi?id=138872
653 Reviewed by Csaba Osztrogon.
655 * Source/cmake/FindGStreamer.cmake: Simplified the
656 FIND_GSTREAMER_COMPONENT macro. Trust pkg-config for include
657 headers lookup, there's no need to do this manually. Also
658 explicitely check the version specified in GStreamer_FIND_VERSION.
660 2014-11-27 Ryuan Choi <ryuan.choi@navercorp.com>
662 [EFL] Remove E_Dbus dependency
663 https://bugs.webkit.org/show_bug.cgi?id=136355
665 Reviewed by Gyuyoung Kim.
667 * Source/cmake/FindE_DBus.cmake: Removed.
668 * Source/cmake/OptionsEfl.cmake:
670 2014-11-24 Carlos Garcia Campos <cgarcia@igalia.com>
672 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.1 release.
674 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
676 2014-11-20 Csaba Osztrogonác <ossy@webkit.org>
678 [CMake] Use ld.gold if it is available to speedup builds
679 https://bugs.webkit.org/show_bug.cgi?id=137953
681 Reviewed by Carlos Garcia Campos.
683 * Source/cmake/OptionsCommon.cmake:
685 2014-11-19 Akos Kiss <akiss@inf.u-szeged.hu>
687 Fix the detection of toolchain support for Cortex-A53 erratum 835769 workaround
688 https://bugs.webkit.org/show_bug.cgi?id=138840
690 Reviewed by Csaba Osztrogonác.
692 * Source/cmake/OptionsCommon.cmake:
694 2014-11-13 Csaba Osztrogonác <ossy@webkit.org>
696 Remove Source/Platform cruft
697 https://bugs.webkit.org/show_bug.cgi?id=138658
699 Reviewed by Anders Carlsson.
702 * Source/Platform: Removed.
704 2014-11-10 Akos Kiss <akiss@inf.u-szeged.hu>
706 Enable Cortex-A53-specific code paths by default if core is detected.
707 https://bugs.webkit.org/show_bug.cgi?id=138499
709 Reviewed by Csaba Osztrogonác.
711 On ARM64/Linux, check /proc/cpuinfo for CPU part 0xd03 (signaling
712 Cortex-A53) and set the initial value of WTF_CPU_ARM64_CORTEXA53 to true
715 Since on ARM64/Linux the part number that cpuinfo reports depends on
716 the core the query is run on, the check is bound to and executed on the
717 available cores one by one.
719 * Source/cmake/OptionsCommon.cmake:
721 2014-11-10 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
723 [EFL] Remove unnecessary version check from OptionsEfl.cmake
724 https://bugs.webkit.org/show_bug.cgi?id=138498
726 Reviewed by Csaba Osztrogonác.
728 * Source/cmake/OptionsEfl.cmake:
730 2014-11-07 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
732 [EFL] Require at least EFL 1.9 if ENABLE(ACCESSIBILITY) after r175098
733 https://bugs.webkit.org/show_bug.cgi?id=138465
735 Reviewed by Gyuyoung Kim.
737 * Source/cmake/OptionsEfl.cmake:
739 2014-11-03 Dean Jackson <dino@apple.com>
741 Add ENABLE_FILTERS_LEVEL_2 feature guard.
742 https://bugs.webkit.org/show_bug.cgi?id=138362
744 Reviewed by Tim Horton.
746 Add a new feature define for Level 2 of CSS Filters.
747 http://dev.w3.org/fxtf/filters-2/
749 * Source/cmake/OptionsEfl.cmake:
750 * Source/cmake/OptionsGTK.cmake:
751 * Source/cmake/OptionsMac.cmake:
752 * Source/cmake/WebKitFeatures.cmake:
753 * Source/cmakeconfig.h.cmake:
755 2014-11-03 Akos Kiss <akiss@inf.u-szeged.hu>
757 Workaround for Cortex-A53 erratum 835769
758 https://bugs.webkit.org/show_bug.cgi?id=138315
760 Reviewed by Filip Pizlo.
762 This patch introduces CMake variable and preprocessor macro
763 WTF_CPU_ARM64_CORTEXA53 with the aim of enabling Cortex-A53-specific
764 code paths, if set true.
766 * Source/cmake/OptionsCommon.cmake:
767 Add -mfix-cortex-a53-835769 to the compiler flags if compiler supports
769 * Source/cmakeconfig.h.cmake:
770 #cmakedefine01 for WTF_CPU_ARM64_CORTEXA53
772 2014-11-02 Akos Kiss <akiss@inf.u-szeged.hu>
774 [GTK] Fix the build of FTL JIT
775 https://bugs.webkit.org/show_bug.cgi?id=138298
777 Reviewed by Carlos Garcia Campos.
779 * Source/cmake/OptionsGTK.cmake:
780 Remove the need for the LIBCXXABI package.
782 2014-11-01 Carlos Garcia Campos <cgarcia@igalia.com>
784 REGRESSION(CMake): Make it possible to build without introspection
785 https://bugs.webkit.org/show_bug.cgi?id=138006
787 Reviewed by Philippe Normand.
789 Add ENABLE_INTROSPECTION option.
791 * Source/PlatformGTK.cmake: Dot not add gir global target if
792 introspection is disabled.
793 * Source/cmake/OptionsGTK.cmake: Do not add gir individual targets if
794 introspection is disabled.
796 2014-10-31 Adrian Perez de Castro <aperez@igalia.com>
798 [GTK] Support script message handlers WebKitUserContentManager
799 https://bugs.webkit.org/show_bug.cgi?id=133730
801 Reviewed by Carlos Garcia Campos.
803 Support user script message handlers in WebKitUserContentManager.
804 This needs building with ENABLE_USER_MESSAGE_HANDLERS, for which
805 an option is added to the CMake build files. The option is disabled
806 globally by default, and the WebKitGTK port enables it. On the API
807 level, two new methods to register and unregister names are provided
808 in the "window.webkit" namespace, and on message reception the
809 "WebKitUserContentManager::script-message-received" signal is
810 emitted, using the registered names as signal detail.
812 * Source/cmake/OptionsGTK.cmake: For the GTK port, enable the
813 ENABLE_USER_MESSAGE_HANDLERS feature by default.
814 * Source/cmake/WebKitFeatures.cmake: Add feature description for
815 ENABLE_USER_MESSAGE_HANDLERS, disabled by default.
817 2014-10-29 Raphael Kubo da Costa <rakuco@FreeBSD.org>
819 [GTK] Bump libsoup's minimum version to 2.42.0.
820 https://bugs.webkit.org/show_bug.cgi?id=138086
822 Reviewed by Martin Robinson.
824 The SOUP_CHECK_VERSION macro was added in libsoup 2.41.1, and the
825 soup-version.h header was added to soup.h in 2.41.4, which then becomes
826 the minimum version required to build the port these days.
828 In addition, since the autotools build system required 2.42.0 before
829 being retired, require the same version here. Version 2.42.0 was also
831 https://lists.webkit.org/pipermail/webkit-gtk/2013-March/001387.html.
833 * Source/cmake/OptionsGTK.cmake:
835 2014-10-28 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
837 [EFL] Remove unnecessary defines from OptionsEfl.cmake
838 https://bugs.webkit.org/show_bug.cgi?id=138132
840 Reviewed by Csaba Osztrogonác.
842 * Source/cmake/OptionsEfl.cmake:
844 2014-10-28 Carlos Garcia Campos <cgarcia@igalia.com>
846 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.1 release.
848 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
850 2014-10-21 Ryuan Choi <ryuan.choi@gmail.com>
852 [EFL] Remove unnecessary ENABLE_3D_RENDERING definition from OptionsEfl.cmake
853 https://bugs.webkit.org/show_bug.cgi?id=137946
855 Reviewed by Gyuyoung Kim.
857 ENABLE_3D_RENDERING is already enabled as WEBKIT_OPTION_DEFAULT_PORT_VALUE since r135813.
859 * Source/cmake/OptionsEfl.cmake:
861 2014-10-21 Dániel Bátyai <dbatyai.u-szeged@partner.samsung.com>
863 Fix FTL Native Inlining for EFL
864 https://bugs.webkit.org/show_bug.cgi?id=137774
866 Reviewed by Michael Saboff.
868 Updated CMake for FTL Native Inlining.
871 * Source/cmake/FindClang.cmake: Added.
872 * Source/cmake/OptionsEfl.cmake:
873 * Source/cmakeconfig.h.cmake:
875 2014-10-20 Joseph Pecoraro <pecoraro@apple.com>
877 Web Inspector: Generate all Inspector domains together in JavaScriptCore
878 https://bugs.webkit.org/show_bug.cgi?id=137748
880 Reviewed by Brian Burg.
882 * Source/PlatformEfl.cmake:
884 2014-10-20 Carlos Garcia Campos <cgarcia@igalia.com>
886 [GTK] Add initial gestures support
887 https://bugs.webkit.org/show_bug.cgi?id=137812
889 Reviewed by Sergio Villar Senin.
891 Check if the GTK+ version supports gestures or not.
893 * Source/cmake/FindGTK3.cmake:
894 * Source/cmake/OptionsGTK.cmake:
896 2014-10-16 Carlos Garcia Campos <cgarcia@igalia.com>
898 REGRESSION(CMake): [GTK] WebKitSettings:enable-smooth-scrolling does nothing
899 https://bugs.webkit.org/show_bug.cgi?id=137781
901 Reviewed by Martin Robinson.
903 We used to enable smooth scrolling unconditionally in autotools
904 (via WebKitFeatures.m4), but since the switch to CMake it's
905 unconditionally disabled, so changing the setting doesn't have any
908 * Source/cmake/OptionsGTK.cmake: Enable smooth scrolling.
910 2014-10-16 Pascal Jacquemart <p.jacquemart@samsung.com>
912 Removing CUSTOM_PROTOCOLS guard
913 https://bugs.webkit.org/show_bug.cgi?id=137741
915 Reviewed by Benjamin Poulain.
917 * Source/cmake/OptionsEfl.cmake:
919 2014-10-11 KwangHyuk Kim <hyuki.kim@samsung.com>
921 [EFL] Enable WebP support.
922 https://bugs.webkit.org/show_bug.cgi?id=136156
924 Reviewed by Gyuyoung Kim.
926 Add WebP package finding rule.
928 * Source/cmake/OptionsEfl.cmake:
930 2014-10-07 Pascal Jacquemart <p.jacquemart@samsung.com>
932 [EFL] Enable custom URI schemes with CustomProtocols
933 https://bugs.webkit.org/show_bug.cgi?id=128177
935 Reviewed by Gyuyoung Kim.
937 Fixing ewk_context_url_scheme_register() ewebkit2 API
938 rely on r162449 - CustomProtocols implementation from Carlos Garcia Campos
940 * Source/cmake/OptionsEfl.cmake: Forcing CUSTOM_PROTOCOLS flag
942 2014-10-01 Michael Catanzaro <mcatanzaro@igalia.com>
944 Bump version to 2.7.0
945 https://bugs.webkit.org/show_bug.cgi?id=137301
947 Rubber-stamped by Carlos Garcia Campos.
949 * Source/cmake/OptionsGTK.cmake: Bump version numbers
951 2014-09-30 Gyuyoung Kim <gyuyoung.kim@samsung.com>
953 [EFL] Rename TEST_THEME_DIR macro
954 https://bugs.webkit.org/show_bug.cgi?id=137244
956 Reviewed by Csaba Osztrogonác.
958 * Source/cmake/OptionsEfl.cmake: Rename TEST_THEME_DIR to DEFAULT_THEME_DIR.
960 2014-09-27 Dan Bernstein <mitz@apple.com>
962 WebKit top of tree sources won't build in 10.9 w/ Xcode 6.0.1
963 https://bugs.webkit.org/show_bug.cgi?id=137053
965 Reviewed by Mark Rowe.
967 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
968 In the build pre-action, pass the --wksi and --llvm options to
969 copy-webkitlibraries-to-product-directory.
970 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme: Ditto.
972 2014-09-26 Carlos Garcia Campos <cgarcia@igalia.com>
974 [GTK] Enable CSS_IMAGE_SET in production builds
975 https://bugs.webkit.org/show_bug.cgi?id=137142
977 Reviewed by Alejandro G. Castro.
979 This is required by the inspector to show some of the icons that
982 * Source/cmake/OptionsGTK.cmake:
984 2014-09-25 Carlos Garcia Campos <cgarcia@igalia.com>
986 [Gtk] build.sh needs a -- before make options when the build command is cmake --build
987 https://bugs.webkit.org/show_bug.cgi?id=136377
989 Reviewed by Philippe Normand.
991 * Source/cmake/OptionsGTK.cmake: Only create the build.sh script
992 for CMake versions less than 3.
994 2014-09-25 Csaba Osztrogonác <ossy@webkit.org>
996 Remove WinCE port from trunk
997 https://bugs.webkit.org/show_bug.cgi?id=136951
999 Reviewed by Alex Christensen.
1001 * Source/cmake/OptionsWinCE.cmake: Removed.
1002 * Source/cmake/WebKitPackaging.cmake:
1004 2014-09-17 Renato Nagy <rnagy@inf.u-szeged.hu>
1006 [EFL][GTK] Remove WebKit1 related codes
1007 https://bugs.webkit.org/show_bug.cgi?id=136853
1009 Reviewed by Csaba Osztrogonác.
1011 Gtk and EFL WebKit1 ports no longer exist. Webkit1 related codes were deleted
1014 * Source/PlatformGTK.cmake:
1016 2014-09-16 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
1019 https://bugs.webkit.org/show_bug.cgi?id=136820
1021 Reviewed by Csaba Osztrogonác.
1023 * Source/cmake/FindICU.cmake:
1025 2014-09-15 Zan Dobersek <zdobersek@igalia.com>
1027 [CMake] Remove FIND_PACKAGE_HANDLE_STANDARD_ARGS call for WAYLAND_EGL in FindWayland.cmake
1028 https://bugs.webkit.org/show_bug.cgi?id=136814
1030 Reviewed by Philippe Normand.
1032 * Source/cmake/FindWayland.cmake: This line was committed by mistake.
1033 We bundle the wayland-egl dependency with wayland-client and wayland-server
1034 and store the resulting variables with the WAYLAND_ prefix. Because of this
1035 this line wasn't exporting anything useful.
1037 2014-09-12 Csaba Osztrogonác <ossy@webkit.org>
1039 URTBF after r173574.
1041 * Source/cmake/WebKitMacros.cmake:
1043 2014-09-11 László Langó <llango.u-szeged@partner.samsung.com>
1045 [JavaScriptCore] Fix FTL on platform EFL.
1046 https://bugs.webkit.org/show_bug.cgi?id=133571
1048 Reviewed by Filip Pizlo.
1052 * Source/cmake/FindLIBCXXABI.cmake: Removed.
1053 * Source/cmake/OptionsEfl.cmake:
1055 2014-09-08 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
1058 https://bugs.webkit.org/show_bug.cgi?id=136571
1060 Reviewed by Darin Adler.
1062 * Source/cmake/OptionsEfl.cmake:
1063 * Source/cmake/OptionsGTK.cmake:
1064 * Source/cmake/OptionsMac.cmake:
1065 * Source/cmake/WebKitFeatures.cmake:
1066 * Source/cmakeconfig.h.cmake:
1068 2014-09-04 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
1070 Remove CSS_FILTERS flag
1071 https://bugs.webkit.org/show_bug.cgi?id=136529
1073 Reviewed by Dirk Schulze.
1075 * Source/cmake/OptionsEfl.cmake:
1076 * Source/cmake/OptionsGTK.cmake:
1077 * Source/cmake/OptionsMac.cmake:
1078 * Source/cmake/WebKitFeatures.cmake:
1079 * Source/cmakeconfig.h.cmake:
1081 2014-09-01 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1083 [CMAKE] Build warning by INTERFACE_LINK_LIBRARIES
1084 https://bugs.webkit.org/show_bug.cgi?id=136194
1086 Reviewed by Csaba Osztrogonác.
1088 Set the LINK_INTERFACE_LIBRARIES target property on the top level CMakeLists.txt.
1092 2014-08-29 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
1094 [EFL] Remove non Coordinated Graphics code path from cmake build system after r142169
1095 https://bugs.webkit.org/show_bug.cgi?id=135560
1097 Reviewed by Gyuyoung Kim.
1099 * Source/cmake/OptionsEfl.cmake: Removed TILED_BACKING_STORE guard.
1101 2014-08-28 Brian J. Burg <burg@cs.washington.edu>
1103 WebInspectorUI.framework is not built for the "All Source" Xcode scheme
1104 https://bugs.webkit.org/show_bug.cgi?id=136343
1106 Reviewed by David Kilzer.
1108 The "build" and "run" actions in Xcode should copy over the latest Inspector resources.
1110 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
1111 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
1113 2014-08-27 Krzysztof Czech <k.czech@samsung.com>
1115 [EFL] Share fast/speechsynthesis/ with other ports
1116 https://bugs.webkit.org/show_bug.cgi?id=136224
1118 Reviewed by Chris Fleizach.
1120 Enable WebSpeech for EFL.
1122 * Source/cmake/OptionsEfl.cmake:
1124 2014-08-26 Krzysztof Czech <k.czech@samsung.com>
1126 [EFL] Utilize espeak as a synthesizer back-end for WebSpeech
1127 https://bugs.webkit.org/show_bug.cgi?id=136127
1129 Reviewed by Gyuyoung Kim.
1131 Add build support for espeak.
1133 * Source/cmake/FindEspeak.cmake: Added.
1134 * Source/cmake/OptionsEfl.cmake: Add Espeak dependency.
1136 2014-08-26 Ryuan Choi <ryuan.choi@samsung.com>
1138 [EFL] Build break using clang
1139 https://bugs.webkit.org/show_bug.cgi?id=136245
1141 Reviewed by Gyuyoung Kim.
1143 * Source/cmake/OptionsEfl.cmake:
1144 Disable ENABLE_WERROR when compiler is Clang as workaround because there are too many warnings.
1145 Some warnings are from system libraries.
1147 2014-08-25 Alberto Garcia <berto@igalia.com>
1149 [GTK] Unify webkitgtk and webkit2gtk directories
1150 https://bugs.webkit.org/show_bug.cgi?id=136209
1152 Reviewed by Carlos Garcia Campos.
1154 Use webkit2gtk-X.X both for the process binaries and the injected
1157 * Source/cmake/OptionsGTK.cmake:
1159 2014-08-24 Ryuan Choi <ryuan.choi@samsung.com>
1161 [EFL] Move Efl specific code from Source/CMakeLists.txt
1162 https://bugs.webkit.org/show_bug.cgi?id=136206
1164 Reviewed by Gyuyoung Kim.
1166 WebKit/Efl only uses ENABLE_WERROR so it can be moved into OptionsEfl.cmake.
1167 Inaddition, renamed ADDITIONAL_FLAGS to ADDITIONAL_COMPILER_FLAGS.
1169 * Source/CMakeLists.txt:
1170 * Source/cmake/OptionsEfl.cmake:
1172 2014-08-24 Ryuan Choi <ryuan.choi@samsung.com>
1174 [EFL] Introduce DEVELOPER_MODE
1175 https://bugs.webkit.org/show_bug.cgi?id=135884
1177 Reviewed by Gyuyoung Kim.
1179 Like GTK port, DEVELOPER_MODE can be good solution for developing, debugging and testing
1180 instead of SHARED_CORE.
1181 SHARED_CORE can reduce link time and memory consumption but it is slightly different
1182 from release binary.
1184 * Source/cmake/OptionsEfl.cmake:
1185 * Source/cmake/WebKitHelpers.cmake:
1186 Moved fvisibility=hidden to OptionsEfl.cmake
1188 2014-08-22 KwangHyuk Kim <hyuki.kim@samsung.com>
1190 [EFL] Turn on ENABLE_GAMEPAD_DEPRECATED option.
1191 https://bugs.webkit.org/show_bug.cgi?id=136110
1193 Reviewed by Gyuyoung Kim.
1195 Turn on ENABLE_GAMEPAD_DEPRECATED option for the WK2 Efl.
1197 * Source/cmake/OptionsEfl.cmake:
1199 2014-08-22 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1201 [EFL] Apply eflsymbols.filter to WebKit2
1202 https://bugs.webkit.org/show_bug.cgi?id=136148
1204 Reviewed by Csaba Osztrogonác.
1206 eflsymbol filter hasn't been applied to WK2 port. Additionally clean up WK1 symbol
1207 in the eflsymbols.filter.
1209 * Source/cmake/OptionsEfl.cmake:
1210 * Source/cmake/eflsymbols.filter:
1212 2014-08-21 Zalan Bujtas <zalan@apple.com>
1214 Enable SATURATED_LAYOUT_ARITHMETIC.
1215 https://bugs.webkit.org/show_bug.cgi?id=136106
1217 Reviewed by Simon Fraser.
1219 SATURATED_LAYOUT_ARITHMETIC protects LayoutUnit against arithmetic overflow.
1220 (No measurable performance regression on Mac.)
1222 * Source/cmake/OptionsMac.cmake:
1223 * Source/cmake/WebKitFeatures.cmake:
1224 * Source/cmakeconfig.h.cmake:
1226 2014-08-19 Zalan Bujtas <zalan@apple.com>
1228 Remove ENABLE(SUBPIXEL_LAYOUT).
1229 https://bugs.webkit.org/show_bug.cgi?id=136077
1231 Reviewed by Simon Fraser.
1233 Remove compile time flag SUBPIXEL_LAYOUT. All ports have it enabled for a while now.
1235 * Source/cmake/OptionsEfl.cmake:
1236 * Source/cmake/OptionsGTK.cmake:
1237 * Source/cmake/OptionsMac.cmake:
1238 * Source/cmake/WebKitFeatures.cmake:
1239 * Source/cmakeconfig.h.cmake:
1241 2014-08-17 Zan Dobersek <zdobersek@igalia.com>
1243 [CMake] Optimization-disabling compiler flags should be appended to CMAKE_C(XX)_FLAGS_RELEASE
1244 https://bugs.webkit.org/show_bug.cgi?id=135980
1246 Reviewed by Martin Robinson.
1248 CMAKE_C(XX)_FLAGS_RELEASE variables usually contain the -On flag which
1249 overrides any other disabled optimization that was prepended to these
1250 variables or was added to the CMAKE_C(XX)_FLAGS variables which CMake
1251 lists first in the final list of compilation flags.
1253 To avoid -On re-enabling optimizations that we'd like to keep disabled,
1254 the specific compiler flags must be appended to CMAKE_C(XX)_FLAGS_RELEASE.
1256 * Source/cmake/OptionsCommon.cmake:
1257 * Source/cmake/OptionsEfl.cmake: Also do the appending with CMAKE_SHARED_LINKER_FLAGS_RELEASE.
1258 * Source/cmake/OptionsGTK.cmake:
1260 2014-08-15 Carlos Garcia Campos <cgarcia@igalia.com>
1262 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.5.3 release.
1264 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1266 2014-08-15 Ting-Wei Lan <lantw44@gmail.com>
1268 [GTK] Disable memory sampler on non-Linux system
1269 https://bugs.webkit.org/show_bug.cgi?id=134483
1271 Reviewed by Philippe Normand.
1273 Source/WebKit2/Shared/linux/WebMemorySamplerLinux.cpp only works on
1274 Linux because it uses many Linux-specific features, so we should disable
1275 memory sampler on other systems by default.
1277 * Source/cmake/OptionsGTK.cmake:
1279 2014-08-15 Carlos Garcia Campos <cgarcia@igalia.com>
1281 [GTK] HTML API documentation should also be installed versioned
1282 https://bugs.webkit.org/show_bug.cgi?id=135970
1284 Reviewed by Philippe Normand.
1286 * Source/PlatformGTK.cmake: Append -${WEBKITGTK_API_VERSION} to
1289 2014-08-14 Tomas Popela <tpopela@redhat.com>
1291 Add support for ppc, ppc64, ppc64le, s390, s390x into the CMake build
1292 https://bugs.webkit.org/show_bug.cgi?id=135937
1294 Reviewed by Carlos Garcia Campos.
1298 2014-08-14 Carlos Garcia Campos <cgarcia@igalia.com>
1300 [GTK] REGRESSION(r171598, CMake): Introspection files are installed at the wrong path
1301 https://bugs.webkit.org/show_bug.cgi?id=135934
1303 Reviewed by Gustavo Noronha Silva.
1305 Since r171598 gir files are installed under $datadir/webkitgtk-4.0/gir-1.0/.
1306 The gir files should installed in $datadir/gir-1.0/ together with all other
1307 gir files. We don't need to install introspection files in a versioned
1308 directory because their filenames already contain the binary version. But before
1309 r171598, the files were only installed to the right directory if the
1310 gobject-instrospection pkg-config file was in the same prefix than the one we
1311 wanted to install, because the gir and typelibs directories were extracted from
1312 the pkg-config file. We should define INTROSPECTION_INSTALL_GIRDIR and
1313 INTROSPECTION_INSTALL_TYPELIBDIR in OptionsGTK.cmake based on $datadir and $libdir
1314 like we do in the autotools build.
1316 * Source/cmake/FindGObjectIntrospection.cmake: Do not define
1317 INTROSPECTION_INSTALL_GIRDIR and INTROSPECTION_INSTALL_TYPELIBDIR.
1318 * Source/cmake/OptionsGTK.cmake: Define
1319 INTROSPECTION_INSTALL_GIRDIR and INTROSPECTION_INSTALL_TYPELIBDIR.
1321 2014-08-14 Carlos Garcia Campos <cgarcia@igalia.com>
1323 [GTK] WebKit DOM documentation (webkitdomgtk) not installed after make install
1324 https://bugs.webkit.org/show_bug.cgi?id=135836
1326 Reviewed by Philippe Normand.
1328 * Source/PlatformGTK.cmake: Add install command to also install
1329 the GObject DOM bindings API docs.
1331 2014-08-14 Zan Dobersek <zdobersek@igalia.com>
1333 Unreviewed. In r165709 I mistakenly appended the -fno-exceptions
1334 and -fno-strict-aliasing compiler flags to CMAKE_CXX_FLAGS and then
1335 re-set CMAKE_C_FLAGS with the new string. The two flags should really
1336 be appended to CMAKE_C_FLAGS and the same variable re-set with the
1339 * Source/cmake/OptionsCommon.cmake:
1341 2014-08-13 Alex Christensen <achristensen@webkit.org>
1343 Progress towards CMake on Mac.
1344 https://bugs.webkit.org/show_bug.cgi?id=135819
1346 Reviewed by Laszlo Gombos.
1348 * Source/cmake/OptionsMac.cmake:
1349 Disable some more features temporarily to get CMake working.
1350 * Source/cmake/WebKitMacros.cmake:
1351 Added an extension parameter to GENERATE_BINDINGS to allow ObjC bindings to generate .mm files.
1353 2014-08-12 Eduardo Lima Mitev <elima@igalia.com>
1355 [GTK] Subtle-crypto feature off by default and add a new configure flag to enable it
1356 https://bugs.webkit.org/show_bug.cgi?id=135798
1358 Reviewed by Philippe Normand.
1360 * Source/cmake/OptionsGTK.cmake: Makes SUBTLE_CRYPTO flag off by default.
1362 2014-08-12 Eduardo Lima Mitev <elima@igalia.com>
1363 [GTK] Adds dependency on GnuTLS 3.0+ for the implementation of subtle crypto algorithms
1364 https://bugs.webkit.org/show_bug.cgi?id=133317
1366 GnuTLS is already an indirect dependency through libsoup -> glib-networking.
1368 Reviewed by Philippe Normand.
1370 No new tests since no new functionality has been added.
1372 * Source/cmake/OptionsGTK.cmake: Adds search for required GnuTLS package
1374 2014-08-11 Commit Queue <commit-queue@webkit.org>
1376 Unreviewed, rolling out r172393.
1377 https://bugs.webkit.org/show_bug.cgi?id=135796
1379 discussion needed about GnuTLS version bump on the bots
1380 (Requested by philn on #webkit).
1384 https://bugs.webkit.org/show_bug.cgi?id=133317
1385 http://trac.webkit.org/changeset/172393
1387 2014-08-11 Eduardo Lima Mitev <elima@igalia.com>
1388 [GTK] Adds dependency on GnuTLS 3.0+ for the implementation of subtle crypto algorithms
1389 https://bugs.webkit.org/show_bug.cgi?id=133317
1391 GnuTLS is already an indirect dependency through libsoup -> glib-networking.
1393 Reviewed by Philippe Normand.
1395 No new tests since no new functionality has been added.
1397 * Source/cmake/OptionsGTK.cmake: Adds search for required GnuTLS package
1399 2014-08-11 Eduardo Lima Mitev <elima@igalia.com>
1401 [GTK] Adds stubs for all subtle crypto algorithm implemntations
1402 https://bugs.webkit.org/show_bug.cgi?id=133316
1404 Reviewed by Philippe Normand.
1406 * Source/cmake/OptionsGTK.cmake: Add ENABLE_SUBTLE_CRYPTO option
1407 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_SUBTLE_CRYPTO option
1408 * Source/cmakeconfig.h.cmake: Define ENABLE_SUBTLE_CRYPTO
1410 2014-08-11 Carlos Garcia Campos <cgarcia@igalia.com>
1412 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.5.2 release.
1414 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1416 2014-08-10 Carlos Garcia Campos <cgarcia@igalia.com>
1418 [GTK] REGRESSION(r166239): The ld version script is not being used
1419 https://bugs.webkit.org/show_bug.cgi?id=135694
1421 Reviewed by Martin Robinson.
1423 Move the symbols filter file from Tools/gtk to Source/cmake and rename
1424 it as gtksymbols.filter. Also updated it, since some of the symbols
1425 exported were renamed.
1427 * Source/cmake/OptionsGTK.cmake:
1428 * Source/cmake/gtksymbols.filter: Renamed from Tools/gtk/symbols.filter.
1430 2014-08-10 Carlos Garcia Campos <cgarcia@igalia.com>
1432 [GTK] Child processes should be installed in a versioned directory
1433 https://bugs.webkit.org/show_bug.cgi?id=135754
1435 Reviewed by Gustavo Noronha Silva.
1437 Define LIBEXEC_INSTALL_DIR as
1438 ${CMAKE_INSTALL_FULL_LIBEXECDIR}/webkitgtk-${WEBKITGTK_API_VERSION}
1439 so that the child processes are installed in $libexec/webkitgtk-4.0.
1440 This makes it possible to install 2.6 in parallel to older versions.
1442 * Source/cmake/OptionsGTK.cmake:
1444 2014-08-08 Alex Christensen <achristensen@webkit.org>
1446 Progress towards using CMake on Mac.
1447 https://bugs.webkit.org/show_bug.cgi?id=135662
1449 Reviewed by Laszlo Gombos.
1452 Mavericks has a flex version of "flex 2.5.35 Apple(flex-31)" which CMake doesn't like on Mac.
1453 * Source/cmake/WebKitFeatures.cmake:
1454 * Source/cmakeconfig.h.cmake:
1455 Added features that are needed by the Mac port.
1456 * Source/cmake/OptionsMac.cmake:
1457 Enable CSS_IMAGE_SET based on FeatureDefines.h.
1458 Disable the FTL with CMake for now.
1459 * Source/cmake/OptionsEFL.cmake:
1460 * Source/cmake/OptionsGTK.cmake:
1461 Enable subpixel layout to not conflict with FeatureDefines.h
1463 2014-08-08 Simon Fraser <simon.fraser@apple.com>
1465 Undo some erroneous changes to the Xcode scheme files from r172259.
1467 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
1468 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
1470 2014-08-08 Zan Dobersek <zdobersek@igalia.com>
1472 [CMake] Drop the required version of CMake down to 2.8.8
1473 https://bugs.webkit.org/show_bug.cgi?id=135713
1475 Reviewed by Alex Christensen.
1477 * CMakeLists.txt: Require CMake 2.8.8.
1479 2014-08-07 Benjamin Poulain <bpoulain@apple.com>
1481 Get rid of INPUT_SPEECH
1482 https://bugs.webkit.org/show_bug.cgi?id=135672
1484 Reviewed by Andreas Kling.
1486 * Source/cmake/OptionsMac.cmake:
1487 * Source/cmake/WebKitFeatures.cmake:
1488 * Source/cmakeconfig.h.cmake:
1490 2014-08-07 Csaba Osztrogonác <ossy@webkit.org>
1492 [GTK] Disable IndexedDB
1493 https://bugs.webkit.org/show_bug.cgi?id=135692
1495 Reviewed by Carlos Garcia Campos.
1497 * Source/cmake/OptionsGTK.cmake:
1499 2014-08-06 Dean Jackson <dino@apple.com>
1501 ENABLE_CSS_TRANSFORMS_ANIMATIONS_UNPREFIXED is not used anywhere. Remove it.
1502 https://bugs.webkit.org/show_bug.cgi?id=135675
1504 Reviewed by Sam Weinig.
1506 * Source/cmake/OptionsGTK.cmake:
1507 * Source/cmake/OptionsMac.cmake:
1508 * Source/cmake/WebKitFeatures.cmake:
1509 * Source/cmakeconfig.h.cmake:
1511 2014-08-06 David Farler <dfarler@apple.com>
1513 Unreviewed build fix: Make includes semicolon in assignment.
1515 * Makefile.shared: Remove a ;
1517 2014-08-06 David Farler <dfarler@apple.com>
1519 Set DSYMUTIL_NUM_THREADS to the number of logical cores
1520 https://bugs.webkit.org/show_bug.cgi?id=135655
1522 Reviewed by Mark Rowe.
1524 * Makefile.shared: Export DSYMUTIL_NUM_THREADS.
1526 2014-08-06 Carlos Garcia Campos <cgarcia@igalia.com>
1528 [GTK] Be able to disable gtk2 dependency
1529 https://bugs.webkit.org/show_bug.cgi?id=135505
1531 Reviewed by Gustavo Noronha Silva.
1533 Add ENABLE_PLUGIN_PROCESS_GTK2 compile option. GTK+2 is only
1534 required when it's enabled. It's enabled by default.
1536 * Source/cmake/OptionsGTK.cmake:
1538 2014-08-05 Alex Christensen <achristensen@webkit.org>
1541 https://bugs.webkit.org/show_bug.cgi?id=135620
1543 Reviewed by Laszlo Gombos.
1545 * Source/cmake/OptionsMac.cmake:
1546 Use UDIS86 by default on Mac.
1548 2014-08-04 Benjamin Poulain <benjamin@webkit.org>
1550 Add a flag for the CSS Selectors level 4 implementation
1551 https://bugs.webkit.org/show_bug.cgi?id=135535
1553 Reviewed by Andreas Kling.
1555 * Source/cmake/OptionsEfl.cmake:
1556 * Source/cmake/OptionsGTK.cmake:
1557 * Source/cmake/WebKitFeatures.cmake:
1558 * Source/cmakeconfig.h.cmake:
1560 2014-08-04 Alex Christensen <achristensen@webkit.org>
1562 Progress towards CMake on Mac.
1563 https://bugs.webkit.org/show_bug.cgi?id=135528
1565 Reviewed by Gyuyoung Kim.
1567 * Source/cmake/OptionsMac.cmake:
1568 Made options list based on FeatureDefines.xcconfig files.
1570 2014-08-04 Zan Dobersek <zdobersek@igalia.com>
1572 [GTK] Windowing target support should reflect the support in the GTK+ dependency
1573 https://bugs.webkit.org/show_bug.cgi?id=134736
1575 Reviewed by Martin Robinson.
1577 * Source/cmake/FindGTK3.cmake: Don't error out if the GTK+ dependency doesn't
1578 support the X11 or Wayland windowing targets -- instead, if there's no support
1579 the specific target is disabled, and an error is thrown only if neither of the
1580 backends is enabled at the end..
1581 For now the X11 target remains enabled by default, and the Wayland target is
1582 kept disabled. Once it's possible to have both targets enabled at runtime in
1583 WebKit, the Wayland target will be enabled as well and we'll leave it to the
1584 GTK+ dependency to determine which targets can be enabled.
1586 2014-08-04 Zan Dobersek <zdobersek@igalia.com>
1588 [CMake] Add FindWayland.cmake
1589 https://bugs.webkit.org/show_bug.cgi?id=135540
1591 Reviewed by Martin Robinson.
1593 * Source/cmake/FindWayland.cmake: Added. Enables finding the Wayland
1594 dependency. For now bundles the wayland-client, wayland-server and
1595 wayland-egl pkg-config targets into one dependency, but these could
1596 be split in the future if necessary.
1598 2014-08-03 Ryuan Choi <ryuan.choi@samsung.com>
1600 [EFL] Move DATA_INSTALL_DIR to ewebkit2-0
1601 https://bugs.webkit.org/show_bug.cgi?id=135553
1603 Reviewed by Gyuyoung Kim.
1605 Since WebKit1/Efl is dropped, we don't need to use ewebkit-1 and ewebkit2-1.
1606 And removed WebKit_OUTPUT_NAME variable which is not used anymore on the EFL port.
1608 * Source/cmake/OptionsEfl.cmake:
1610 2014-08-01 Bear Travis <betravis@adobe.com>
1612 [Feature Queries] Enable Feature Queries on EFL/GTK
1613 https://bugs.webkit.org/show_bug.cgi?id=134902
1615 Reviewed by Benjamin Poulain.
1617 Enable CSS Feature Queries by default on the EFL and GTK
1620 * Source/cmake/OptionsEfl.cmake:
1621 * Source/cmake/OptionsGTK.cmake:
1623 2014-08-01 Alex Christensen <achristensen@webkit.org>
1625 Progress towards cmake on Windows.
1626 https://bugs.webkit.org/show_bug.cgi?id=135484
1628 Reviewed by Martin Robinson.
1631 Added Mac to list of ports, even though it is not done yet.
1632 Changed minimum bison version to version installed on Macs.
1633 * Source/cmake/OptionsAppleWin.cmake:
1634 Added some definitions.
1635 * Source/cmake/OptionsEfl.cmake:
1636 * Source/cmake/OptionsGTK.cmake:
1637 Set WTF_LIBRARY_TYPE to STATIC to not change WTF linking on EFL or GTK ports.
1638 * Source/cmake/OptionsMac.cmake: Added blank for now.
1639 * Source/cmake/OptionsWinCairo.cmake:
1640 * Source/cmake/OptionsWindows.cmake:
1641 Added some definitions.
1642 Removed /WX (warnings treated as error while compiling).
1643 Copied warnings to ignore from WebKitLibraries/win/tools/vsprops/common.props.
1645 2014-08-01 Carlos Garcia Campos <cgarcia@igalia.com>
1647 [CMake] GTK and EFL are using PROJECT_VERSION_PATCH to define the micro version
1648 https://bugs.webkit.org/show_bug.cgi?id=135501
1650 Reviewed by Gyuyoung Kim.
1652 Use PROJECT_VERSION_MICRO instead.
1654 * Source/cmake/OptionsEfl.cmake:
1655 * Source/cmake/OptionsGTK.cmake:
1656 * Source/cmake/WebKitHelpers.cmake:
1658 2014-07-31 Ryuan Choi <ryuan.choi@samsung.com>
1660 [EFL] Bump ewebkit version to 1.11
1661 https://bugs.webkit.org/show_bug.cgi?id=135487
1663 Reviewed by Gyuyoung Kim.
1665 * Source/cmake/OptionsEfl.cmake: Bump version numbers.
1667 2014-07-31 Carlos Alberto Lopez Perez <clopez@igalia.com>
1669 [EFL] Add support for building with Geoclue2.
1670 https://bugs.webkit.org/show_bug.cgi?id=135455
1672 Reviewed by Gyuyoung Kim.
1674 * Source/cmake/OptionsEfl.cmake: Add gio-unix if ENABLE_GEOLOCATION
1677 2014-07-31 Carlos Garcia Campos <cgarcia@igalia.com>
1679 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.5.1 release.
1681 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1683 2014-07-31 Carlos Garcia Campos <cgarcia@igalia.com>
1685 [GTK] Bump binary version for 2.6
1686 https://bugs.webkit.org/show_bug.cgi?id=133724
1688 Reviewed by Philippe Normand.
1690 * Source/cmake/OptionsGTK.cmake: Bump binary version to 4.0 and
1691 update library version numbers.
1693 2014-07-30 Zan Dobersek <zdobersek@igalia.com>
1695 [CMake] Bump the minimum required version
1696 https://bugs.webkit.org/show_bug.cgi?id=135382
1698 Reviewed by Gyuyoung Kim.
1700 * CMakeLists.txt: Bump the minimum required version to 2.8.11 after
1701 we introduced usage of target_include_directories().
1703 2014-07-29 Hunseop Jeong <hs85.jeong@samsung.com>
1705 [EFL][GTK] Remove ACCELERATED_COMPOSITING compile flag
1706 https://bugs.webkit.org/show_bug.cgi?id=135376
1708 Reviewed by Gyuyoung Kim.
1710 ACCELERATED_COMPOSITING was changed to the mandatory code after r163079.
1712 * Source/cmake/OptionsEfl.cmake:
1713 * Source/cmake/OptionsGTK.cmake:
1715 2014-07-25 Michael Catanzaro <mcatanzaro@igalia.com>
1717 [GTK] CMake tries to install JavaScriptCore-3.0.gir outside of install prefix
1718 https://bugs.webkit.org/show_bug.cgi?id=135288
1720 Reviewed by Martin Robinson.
1722 * Source/cmake/FindGObjectIntrospection.cmake: pass correct libdir and
1723 datadir to pkgconfig
1724 * Source/cmake/OptionsGTK.cmake: define install directories early
1725 enough to be used in FindGObjectIntrospection.cmake
1727 2014-07-23 Bem Jones-Bey <bjonesbe@adobe.com>
1729 Remove CSS_EXCLUSIONS compile flag and leftover code
1730 https://bugs.webkit.org/show_bug.cgi?id=135175
1732 Reviewed by Zoltan Horvath.
1734 At this point, the CSS_EXCLUSIONS flag guards nothing but some useless
1735 stubs. This removes the flag and the useless code.
1737 * Source/cmake/WebKitFeatures.cmake:
1738 * Source/cmakeconfig.h.cmake:
1740 2014-07-22 Adrian Perez de Castro <aperez@igalia.com>
1742 [GStreamer] [GTK] WebKit does not build with GStreamer 1.4
1743 https://bugs.webkit.org/show_bug.cgi?id=135114
1745 Fix build with GStreamer 1.4
1747 Reviewed by Philippe Normand.
1749 * Source/cmake/FindGStreamer.cmake: Check version 1.4.0 for the
1750 gst-mpegts component instead of the unstable 1.3.x verstions.
1752 2014-07-21 Carlos Garcia Campos <cgarcia@igalia.com>
1754 [GTK] Simplify make-dist command line arguments
1755 https://bugs.webkit.org/show_bug.cgi?id=134832
1757 Reviewed by Martin Robinson.
1759 * Source/PlatformGTK.cmake: Use --version instead of
1760 --tarball-root when running make-dist.py.
1762 2014-07-18 Jon Honeycutt <jhoneycutt@apple.com>
1764 Add a manual test for r135044
1766 <https://bugs.webkit.org/show_bug.cgi?id=135044>
1768 Rubber-stamped by Andy Estes.
1770 * ManualTests/ios/typing-in-field-that-clears-on-keyup.html: Added.
1772 2014-07-18 Dana Burkart <dburkart@apple.com>
1774 Add a new 'analyze' target to the makefile. This will make use of a new
1775 'PATH_TO_SCAN_BUILD' which, if set will wrap xcodebuild in the clang
1777 https://bugs.webkit.org/show_bug.cgi?id=135057
1778 <rdar://problem/10193187>
1780 Reviewed by David Kilzer.
1786 2014-07-15 Ryuan Choi <ryuan.choi@samsung.com>
1788 [CMAKE] ENABLE_ENCRYPTED_MEDIA_V2 should depend on ENABLE_VIDEO
1789 https://bugs.webkit.org/show_bug.cgi?id=134963
1791 Reviewed by Gyuyoung Kim.
1793 ENCRYPTED_MEDIA_V2 requires VIDEO enabled.
1795 * Source/cmake/WebKitFeatures.cmake: Added the dependency for ENABLE_ENCRYPTED_MEDIA_V2.
1797 2014-07-14 Daniel Bates <dabates@apple.com>
1799 [iOS] Add tests to ensure CSS :active and :hover are applied when processing touch events
1800 https://bugs.webkit.org/show_bug.cgi?id=134905
1801 <rdar://problem/16602779>
1803 Reviewed by Simon Fraser.
1805 Add a manual test to ensure that styles for CSS pseudo-class :hover aren't temporarily cleared
1806 on the tapped element when processing a touchend as a result of finger pressing and releasing
1807 on the same element that is initially positioned outside the visible content area.
1809 * ManualTests/ios/touchstart-touchend-on-same-element-should-not-clear-hover.html: Added.
1811 2014-07-11 Carlos Garcia Campos <cgarcia@igalia.com>
1813 [GTK] Enable VIDEO_TRACK by default
1814 https://bugs.webkit.org/show_bug.cgi?id=134801
1816 Reviewed by Philippe Normand.
1818 * Source/cmake/OptionsGTK.cmake:
1820 2014-07-10 Carlos Garcia Campos <cgarcia@igalia.com>
1822 [GTK][CMake] Add a 'distcheck' target
1823 https://bugs.webkit.org/show_bug.cgi?id=130675
1825 Reviewed by Gustavo Noronha Silva.
1827 * Source/PlatformGTK.cmake: Add distcheck target.
1829 2014-07-10 Carlos Garcia Campos <cgarcia@igalia.com>
1831 [GTK] Use the same default options for production builds that previous stable releases
1832 https://bugs.webkit.org/show_bug.cgi?id=134589
1834 Reviewed by Martin Robinson.
1836 Change the default value of some features to match our stable releases.
1837 Add FindCairoGL to find cairo-gl libraries and make accelearetd 2D
1838 canvas depend on whether cairo-gl is found.
1840 * Source/cmake/FindCairoGL.cmake: Added.
1841 * Source/cmake/OptionsGTK.cmake:
1843 2014-07-08 Sun-woo Nam <sunny.nam@samsung.com>
1845 [EFL] Support Encrypted Media Extensions.
1846 https://bugs.webkit.org/show_bug.cgi?id=134750
1848 Reviewed by Gyuyoung Kim.
1850 Webkit needs to play encrypted media contents when media player
1851 is played by Media source extensions and normal video procedure.
1853 * Source/cmake/OptionsEfl.cmake: Turn on ENABLE_ENCRYPTED_MEDIA_V2
1855 2014-07-08 Alex Christensen <achristensen@webkit.org>
1857 Steps towards CMake on Windows.
1858 https://bugs.webkit.org/show_bug.cgi?id=134716
1860 Reviewed by Martin Robinson.
1863 Added AppleWin and WinCairo to list of CMake ports.
1864 * Source/cmake/OptionsAppleWin.cmake: Added.
1865 * Source/cmake/OptionsWinCairo.cmake: Added.
1866 * Source/cmake/OptionsWindows.cmake:
1867 Windows needs to use the system malloc. Other options to come.
1869 2014-07-04 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1871 [EFL] Support Geolocation
1872 https://bugs.webkit.org/show_bug.cgi?id=134439
1874 Reviewed by Antonio Gomes.
1876 * Source/cmake/OptionsEfl.cmake: Turn on ENABLE_GEOLOCATION.
1878 2014-07-03 Ryuan Choi <ryuan.choi@samsung.com>
1880 Broken build with build-webkit --no-video
1881 https://bugs.webkit.org/show_bug.cgi?id=134587
1883 Reviewed by Darin Adler.
1885 MEDIA_CONTROLS_SCRIPT requires VIDEO enabled.
1887 * Source/cmake/WebKitFeatures.cmake: Added the dependency for ENABLE_MEDIA_CONTROLS_SCRIPT.
1889 2014-07-03 Carlos Garcia Campos <cgarcia@igalia.com>
1891 [GTK] The list of features shown by cmake is not accurate
1892 https://bugs.webkit.org/show_bug.cgi?id=134588
1894 Reviewed by Gustavo Noronha Silva.
1896 The problem is that some options might change after the feature
1897 list has been printed.
1899 * Source/cmake/OptionsGTK.cmake: Find package dependencies before
1900 setting the default values of features and set WEBGL value
1901 depending on the dependencies, and API_TEST depending on whether
1902 developer mode is enabled or not.
1904 2014-07-03 Ryuan Choi <ryuan.choi@samsung.com>
1906 [CMAKE] Add WEBKIT_OPTION_DEPEND macro to resolve macro dependency
1907 https://bugs.webkit.org/show_bug.cgi?id=134578
1909 Reviewed by Gyuyoung Kim.
1911 Some options depend on another option such as ENABLE_VIDEO_TRACK and ENABLE_VIDEO.
1912 This patch adds WEBKIT_OPTION_DEPEND to check the depending option and
1913 disable related option if it is not ON.
1915 * Source/cmake/OptionsEfl.cmake: Removed hack for option dependency.
1916 * Source/cmake/OptionsGTK.cmake: Ditto.
1917 * Source/cmake/WebKitFeatures.cmake: Added WEBKIT_OPTION_DEPEND macro.
1919 2014-07-02 Carlos Garcia Campos <cgarcia@igalia.com>
1921 [GTK] make dist is broken
1922 https://bugs.webkit.org/show_bug.cgi?id=134542
1924 Reviewed by Martin Robinson.
1926 * Source/PlatformGTK.cmake: Remove ENABLE_WEBKIT check.
1928 2014-07-01 Zan Dobersek <zdobersek@igalia.com>
1930 [CMake] Add necessary support for building for the Wayland target
1931 https://bugs.webkit.org/show_bug.cgi?id=134160
1933 Reviewed by Darin Adler.
1935 * Source/cmake/FindGTK3.cmake: Check for the gtk+-x11-3.0 package if the X11 target
1936 is enabled, and that its version matches the version of the generic package. Same
1937 for the gtk+-wayland-3.0 package and the Wayland target.
1938 * Source/cmake/OptionsCommon.cmake: Don't add the -DXP_UNIX definition here.
1939 * Source/cmake/OptionsEfl.cmake: Add -DXP_UNIX here for the EFL port, under the same
1940 condition as in OptionsCommon.cmake. ENABLE_X11_TARGET is enabled by default for EFL
1941 so they keep building the TestNetscapePlugin target.
1942 * Source/cmake/OptionsGTK.cmake: Enable the X11 target and disable the Wayland target
1943 by default. Group all the X11-specific macro definitions (WTF_PLATFORM_X11, MOZ_X11,
1944 XP_UNIX) and only add them if the X11 target is enabled. Similar goes for the Wayland
1945 target and WTF_PLATFORM_WAYLAND. The Wayland target requires GTK+ 3.12.0, so that's
1946 the minimum required version as soon as that target is enabled. Only search for GLX
1947 if the X11 target is enabled.
1949 2014-06-29 Yoav Weiss <yoav@yoav.ws>
1951 Add support for HTMLImageElement's sizes attribute
1952 https://bugs.webkit.org/show_bug.cgi?id=133620
1954 Reviewed by Dean Jackson.
1956 Added an ENABLE_PICTURE_SIZES compile flag.
1958 * Source/cmake/WebKitFeatures.cmake:
1959 * Source/cmakeconfig.h.cmake:
1961 2014-06-26 Daniel Bates <dabates@apple.com>
1963 [iOS][WK2] Distant focusable element may not be scrolled into view when focused using keyboard
1964 https://bugs.webkit.org/show_bug.cgi?id=134309
1965 <rdar://problem/17427385>
1967 Reviewed by Darin Adler.
1969 Add a manual test to ensure that we scroll to a distant focused text field when it's focused
1972 * ManualTests/ios/scroll-to-distant-keyboard-focused-text-field.html: Added.
1974 2014-06-25 Laszlo Gombos <l.gombos@samsung.com>
1976 Remove build guard for progress element
1977 https://bugs.webkit.org/show_bug.cgi?id=134292
1979 Reviewed by Benjamin Poulain.
1981 The build flag is no longer needed as it is always on.
1983 * Source/cmake/WebKitFeatures.cmake:
1984 * Source/cmakeconfig.h.cmake:
1986 2014-06-23 Krzysztof Czech <k.czech@samsung.com>
1988 [EFL] Platform support for WebSpeech feature.
1989 https://bugs.webkit.org/show_bug.cgi?id=116438
1991 Reviewed by Csaba Osztrogonác.
1993 Add ENABLE_SPEECH_SYNTHESIS flag to have Speech Synthesis in EFL.
1995 * Source/cmake/OptionsEfl.cmake:
1996 * Source/cmake/WebKitFeatures.cmake:
1998 2014-06-23 Philippe Normand <pnormand@igalia.com>
2000 Unreviewed, GTK build fix after r170266.
2002 * Source/cmake/OptionsGTK.cmake: Geoclue also requires gio-unix.
2004 2014-06-22 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2006 Disable gamepad feature on EFL and GTK ports by default
2007 https://bugs.webkit.org/show_bug.cgi?id=134169
2009 Reviewed by Brady Eidson.
2011 * Source/cmake/OptionsEfl.cmake: Disable ENABLE_GAMEPAD_DEPRECATED.
2013 2014-06-21 Brady Eidson <beidson@apple.com>
2015 Gamepad API - Deprecate the existing implementation
2016 https://bugs.webkit.org/show_bug.cgi?id=134108
2018 Reviewed by Timothy Hatcher.
2020 -Add new "GAMEPAD_DEPRECATED" build flag, moving the existing implementation to use it
2021 -Add the "Deprecated" suffix to some implementation files
2023 * Source/cmake/OptionsEfl.cmake:
2024 * Source/cmake/OptionsGTK.cmake:
2025 * Source/cmake/WebKitFeatures.cmake:
2026 * Source/cmakeconfig.h.cmake:
2028 2014-06-21 Commit Queue <commit-queue@webkit.org>
2030 Unreviewed, rolling out r170244.
2031 https://bugs.webkit.org/show_bug.cgi?id=134157
2033 GTK/EFL bindings generator works differently, making this
2034 patch not work there. Will fix entire patch after a rollout.
2035 (Requested by bradee-oh on #webkit).
2039 "Gamepad API - Deprecate the existing implementation"
2040 https://bugs.webkit.org/show_bug.cgi?id=134108
2041 http://trac.webkit.org/changeset/170244
2043 2014-06-21 Brady Eidson <beidson@apple.com>
2045 Gamepad API - Deprecate the existing implementation
2046 https://bugs.webkit.org/show_bug.cgi?id=134108
2048 Reviewed by Timothy Hatcher.
2050 -Add new "GAMEPAD_DEPRECATED" build flag, moving the existing implementation to use it
2051 -Add the "Deprecated" suffix to some implementation files
2053 * Source/cmake/OptionsEfl.cmake:
2054 * Source/cmake/OptionsGTK.cmake:
2055 * Source/cmake/WebKitFeatures.cmake:
2056 * Source/cmakeconfig.h.cmake:
2058 2014-06-21 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
2060 Removing PAGE_VISIBILITY_API compile guard.
2061 https://bugs.webkit.org/show_bug.cgi?id=133844
2063 Reviewed by Gavin Barraclough.
2065 * Source/cmake/OptionsEfl.cmake:
2066 * Source/cmake/OptionsGTK.cmake:
2067 * Source/cmake/WebKitFeatures.cmake:
2068 * Source/cmakeconfig.h.cmake:
2070 2014-06-19 Ryuan Choi <ryuan.choi@samsung.com>
2072 [EFL][CMAKE] Disable WebKit1 build as a default
2073 https://bugs.webkit.org/show_bug.cgi?id=134093
2075 Reviewed by Gyuyoung Kim.
2077 Disable WebKit1 build and enable WebKit2 build for the EFL port.
2079 * Source/cmake/OptionsEfl.cmake:
2081 2014-06-19 Dániel Bátyai <dbatyai.u-szeged@partner.samsung.com>
2083 Remove ENABLE(LLINT) and ENABLE(LLINT_C_LOOP) guards
2084 https://bugs.webkit.org/show_bug.cgi?id=130389
2086 Reviewed by Mark Lam.
2088 Removed ENABLE(LLINT) since we always build with it, and changed ENABLE(LLINT_C_LOOP)
2089 into !ENABLE(JIT) since they are mutually exclusive.
2091 * Source/cmake/OptionsEfl.cmake:
2092 * Source/cmake/OptionsGTK.cmake:
2093 * Source/cmake/WebKitFeatures.cmake:
2094 * Source/cmakeconfig.h.cmake:
2096 2014-06-17 Zan Dobersek <zdobersek@igalia.com>
2098 Remove the USE_GTK2=1 branch in OptionsGTK.cmake. This used to determine
2099 GTK+ and GDK libraries and include directories for the GTK+ 2 dependency,
2100 but we now only support GTK+ 3. The GTK+ 2 dependency is still required
2101 by the plugin process, but it is searched and utilized separately.
2103 Rubber-stamped by Carlos Garcia Campos.
2105 * Source/cmake/OptionsGTK.cmake:
2107 2014-06-16 Commit Queue <commit-queue@webkit.org>
2109 Unreviewed, rolling out r170003.
2110 https://bugs.webkit.org/show_bug.cgi?id=133938
2112 This patch broke GTK build (Requested by kczech on #webkit).
2116 "[EFL] Platform support for WebSpeech feature."
2117 https://bugs.webkit.org/show_bug.cgi?id=116438
2118 http://trac.webkit.org/changeset/170003
2120 2014-06-16 Krzysztof Czech <k.czech@samsung.com>
2122 [EFL] Platform support for WebSpeech feature.
2123 https://bugs.webkit.org/show_bug.cgi?id=116438
2125 Reviewed by Gyuyoung Kim.
2127 Add ENABLE_SPEECH_SYNTHESIS flag to have Speech Synthesis in EFL.
2129 * Source/cmake/OptionsEfl.cmake:
2130 * Source/cmake/WebKitFeatures.cmake:
2132 2014-06-14 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2134 [EFL] Remove duplicated compiler flag
2135 https://bugs.webkit.org/show_bug.cgi?id=133838
2137 Reviewed by Anders Carlsson.
2139 In r169798, literal-suffix was added for EFL port in order to fix build break. However,
2140 it added to common compiler options. So, it is duplicated.
2142 * Source/cmake/WebKitHelpers.cmake:
2144 2014-06-11 Commit Queue <commit-queue@webkit.org>
2146 Unreviewed, rolling out r169877.
2147 https://bugs.webkit.org/show_bug.cgi?id=133784
2149 rollout wrong build fix approach for EFL port (Requested by
2150 gyuyoung on #webkit).
2154 "Unreviewed, EFL build fix since r169869."
2155 http://trac.webkit.org/changeset/169877
2157 2014-06-11 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2159 Unreviewed, EFL build fix since r169869.
2161 Additionally literal-suffix is removed in EFL compile flag, because it is duplicated.
2163 * Source/cmake/WebKitHelpers.cmake: Treat undef error as build warning.
2165 2014-06-11 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2167 Unreviewed, EFL build fix. Treat literal-suffix error as build warning.
2169 * Source/cmake/WebKitHelpers.cmake:
2171 2014-05-28 Carlos Garcia Campos <cgarcia@igalia.com>
2173 [GTK] Make it possible to build with FTL enabled
2174 https://bugs.webkit.org/show_bug.cgi?id=133219
2176 Reviewed by Philippe Normand.
2178 Add LLVM and LIBCXXABI as dependencies when building with FTL enabled.
2180 * Source/cmake/OptionsGTK.cmake:
2182 2014-05-28 Jaehun Lim <ljaehun.lim@samsung.com>
2184 [CMake] Clean up FAST_MOBILE_SCROLLING
2185 https://bugs.webkit.org/show_bug.cgi?id=133342
2187 Reviewed by Gyuyoung Kim.
2189 FAST_MOBILE_SCROLLING was removed in r168726.
2191 * Source/cmake/OptionsEfl.cmake:
2192 * Source/cmake/OptionsGTK.cmake:
2193 * Source/cmake/WebKitFeatures.cmake:
2194 * Source/cmakeconfig.h.cmake:
2196 2014-05-27 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
2199 https://bugs.webkit.org/show_bug.cgi?id=132863
2201 Reviewed by Csaba Osztrogonác.
2203 * Source/cmake/OptionsEfl.cmake:
2204 * Source/cmake/OptionsGTK.cmake:
2205 * Source/cmake/WebKitFeatures.cmake:
2206 * Source/cmakeconfig.h.cmake:
2208 2014-05-27 Zsolt Borbely <zsborbely.u-szeged@partner.samsung.com>
2210 Allow building CMake based ports with WEB_REPLAY
2211 https://bugs.webkit.org/show_bug.cgi?id=133154
2213 Reviewed by Csaba Osztrogonác.
2215 * Source/cmake/WebKitFeatures.cmake:
2216 * Source/cmakeconfig.h.cmake:
2218 2014-05-21 Zsolt Borbely <zsborbely.u-szeged@partner.samsung.com>
2220 [EFL] Add include path of compact_unwind_encoding.h if FTL JIT is enabled
2221 https://bugs.webkit.org/show_bug.cgi?id=132907
2223 Reviewed by Gyuyoung Kim.
2225 * Source/cmake/FindLIBCXXABI.cmake: Added.
2226 * Source/cmake/OptionsEfl.cmake:
2228 2014-05-21 Michał Pakuła vel Rutka <m.pakula@samsung.com>
2230 [EFL] Turn on ENABLE_CSS_FILTERS
2231 https://bugs.webkit.org/show_bug.cgi?id=133153
2233 Reviewed by Gyuyoung Kim.
2235 * Source/cmake/OptionsEfl.cmake: Enable CSS_FILTERS as default option value.
2237 2014-05-16 Martin Robinson <mrobinson@igalia.com>
2239 [CMake] Improve handling of LIB_INSTALL_DIR, EXEC_INSTALL_DIR, and LIBEXEC_INSTALL_DIR
2240 https://bugs.webkit.org/show_bug.cgi?id=132819
2242 Reviewed by Carlos Garcia Campos.
2244 * CMakeLists.txt: Hard-code CMAKE_ARCHIVE_OUTPUT_DIRECTORY etc, so that we can accept absolute paths for LIB_INSTALL_DIR
2246 * Source/cmake/OptionsCommon.cmake: Get rid of LIB_SUFFIX and try to make all path variables absolute. Also set
2247 CMAKE_ARCHIVE_OUTPUT_DIRECTORY, etc using the last path component of LIB_INSTALL_DIR, etc, so that absolute paths
2249 * Source/cmake/OptionsGTK.cmake: Ditto. Also get rid of all pkg-config specific variables.
2251 2014-05-20 Gustavo Noronha Silva <gns@gnome.org>
2253 [CMake] Support building with Debug Fission
2254 https://bugs.webkit.org/show_bug.cgi?id=131177
2256 Reviewed by Philippe Normand.
2258 * Source/cmake/OptionsCommon.cmake: add a DEBUG_FISSION option to enable usage
2259 of http://gcc.gnu.org/wiki/DebugFission.
2261 2014-05-20 Carlos Garcia Campos <cgarcia@igalia.com>
2263 [GTK] Rename translation domain as WebKit2GTK-3.0
2264 https://bugs.webkit.org/show_bug.cgi?id=132953
2266 Reviewed by Gustavo Noronha Silva.
2268 * Source/cmake/OptionsGTK.cmake:
2270 2014-05-18 Rik Cabanier <cabanier@adobe.com>
2272 support for navigator.hardwareConcurrency
2273 https://bugs.webkit.org/show_bug.cgi?id=132588
2275 Reviewed by Filip Pizlo.
2277 * Source/cmake/OptionsEfl.cmake:
2278 * Source/cmake/OptionsGTK.cmake:
2279 * Source/cmake/WebKitFeatures.cmake:
2280 * Source/cmakeconfig.h.cmake:
2282 2014-05-14 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
2284 Remove CSS_STICKY_POSITION guards
2285 https://bugs.webkit.org/show_bug.cgi?id=132676
2287 Reviewed by Simon Fraser.
2289 * Source/cmake/OptionsEfl.cmake:
2290 * Source/cmake/OptionsGTK.cmake:
2291 * Source/cmake/WebKitFeatures.cmake:
2292 * Source/cmakeconfig.h.cmake:
2294 2014-05-12 Carlos Garcia Campos <cgarcia@igalia.com>
2296 Unreviewed. Bump version numbers.
2298 * Source/cmake/OptionsGTK.cmake:
2300 2014-05-10 Martin Robinson <mrobinson@igalia.com>
2302 [GTK][CMake] Unable to do make install
2303 https://bugs.webkit.org/show_bug.cgi?id=130188
2305 Reviewed by Carlos Garcia Campos.
2307 Only try to install the HTML documentation if the build is configured to generate it via
2308 the new ENABLE_GTKDOC option. We cannot conditionally install something, so this allows us
2309 to keep the HTML documentation directory as an installation source.
2311 * Source/PlatformGTK.cmake: The gtkdoc target now always builds HTML documentation, but
2312 is only added to the default target when ENABLE_GTKDOC is turned on. gtkdoc-no-html is
2313 now only added to the default target when DEVELOPER_MODE is true and ENABLE_GTKDOC is
2314 false. When both ENABLE_GTKDOC and DEVELOPER_MODE are false, documentation isn't built at all.
2315 * Source/cmake/OptionsGTK.cmake: Add an ENABLE_GTKDOC option to the build.
2317 2014-05-09 Anders Carlsson <andersca@apple.com>
2319 Rename WebKit2.framework to WebKit.framework
2320 https://bugs.webkit.org/show_bug.cgi?id=132743
2321 <rdar://problem/15920046>
2323 Reviewed by Dan Bernstein.
2326 Build WebKit.xcodeproj before WebKit2.xcodeproj.
2328 * WebKit.xcworkspace/xcshareddata/xcschemes/:
2331 2014-05-06 David Kilzer <ddkilzer@apple.com>
2333 Add Makefile targets for copying static libraries (LLVM and WKSI)
2334 <http://webkit.org/b/132619>
2336 Reviewed by Mark Rowe.
2339 (MODULES): Add WebKitLibraries.
2341 2014-05-06 Commit Queue <commit-queue@webkit.org>
2343 Unreviewed, rolling out r168304.
2344 https://bugs.webkit.org/show_bug.cgi?id=132607
2346 Broke the build (Requested by KaL on #webkit).
2350 "[GTK][CMake] Unable to do make install"
2351 https://bugs.webkit.org/show_bug.cgi?id=130188
2352 http://trac.webkit.org/changeset/168304
2354 2014-05-05 Martin Robinson <mrobinson@igalia.com>
2356 [GTK][CMake] Unable to do make install
2357 https://bugs.webkit.org/show_bug.cgi?id=130188
2359 Reviewed by Carlos Garcia Campos.
2361 Only try to install the HTML documentation if the build is configured to generate it via
2362 the new ENABLE_GTKDOC option. We cannot conditionally install something, so this allows us
2363 to keep the HTML documentation directory as an installation source.
2365 * Source/PlatformGTK.cmake: The gtkdoc target now always builds HTML documentation, but
2366 is only added to the default target when ENABLE_GTKDOC is turned on. gtkdoc-no-html is
2367 never added to the default target, but will be triggered by build-webkit, so that
2368 when ENABLE_GTKDOC is off and build-webkit isn't used, documentation isn't built at all.
2369 * Source/cmake/OptionsGTK.cmake: Add an ENABLE_GTKDOC option to the build.
2371 2014-05-03 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
2373 [CMake] Define SHOULD_INSTALL_JS_SHELL before including ports Options files.
2374 https://bugs.webkit.org/show_bug.cgi?id=132525
2376 Reviewed by Martin Robinson.
2378 * CMakeLists.txt: If OPTION() is called after Options${PORT}.cmake is included, it will
2379 override whatever value a port may have set for it. The GTK+ port, for example, tries to set
2380 it to SHOULD_INSTALL_JS_SHELL to ON by default, even though it did not happen before.
2382 2014-05-01 David Kilzer <ddkilzer@apple.com>
2384 Really remove ENABLE_PLUGIN_PROXY_FOR_VIDEO
2385 <http://webkit.org/b/132432>
2387 Reviewed by Tim Horton.
2389 * Source/cmake/WebKitFeatures.cmake:
2390 * Source/cmakeconfig.h.cmake:
2391 - Remove ENABLE_PLUGIN_PROXY_FOR_VIDEO as build option.
2393 2014-04-30 Simon Fraser <simon.fraser@apple.com>
2395 Make sure the "All" targets build WebKitLegacy, rather than WebKit.
2397 Reviewed by Dan Bernstein/Anders Carlsson.
2399 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
2400 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
2402 2014-04-30 Simon Fraser <simon.fraser@apple.com>
2404 Let Xcode have its way with the WebKit workspace.
2406 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
2407 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
2409 2014-04-29 Martin Robinson <mrobinson@igalia.com>
2411 [GTK] Make it easier to run CMake for downstreams
2412 https://bugs.webkit.org/show_bug.cgi?id=132370
2414 Reviewed by Carlos Garcia Campos.
2416 * Source/cmake/OptionsGTK.cmake: Turn PRODUCTION_MODE into DEVELOPER_MODE.
2418 2014-04-27 Joonghun Park <jh718.park@samsung.com>
2420 [EFL] Remove indexedDB's dependency on leveldb and disable indexedDB
2421 https://bugs.webkit.org/show_bug.cgi?id=132176
2423 Reviewed by Gyuyoung Kim.
2425 EFL port will use sqlite to support indexedDB. So, this patch removes levelDB dependency for now.
2427 * Source/cmake/OptionsEfl.cmake:
2429 2014-04-22 Alex Christensen <achristensen@webkit.org>
2431 Removed old stdbool and inttypes headers.
2432 https://bugs.webkit.org/show_bug.cgi?id=131966
2434 Reviewed by Brent Fulgham.
2436 * Source/cmake/OptionsWindows.cmake:
2437 * Source/cmake/WebKitPackaging.cmake:
2438 Removed references to os-win32 directory.
2440 2014-04-22 Zan Dobersek <zdobersek@igalia.com>
2442 Fix a typo in WebKitFeatures.cmake -- INITALVALUE -> INITIALVALUE.
2444 Rubber-stamped by Carlos Garcia Campos.
2446 * Source/cmake/WebKitFeatures.cmake:
2448 2014-04-18 Jon Honeycutt <jhoneycutt@apple.com>
2450 Empty RenderInline objects should not be line break objects.
2452 https://bugs.webkit.org/show_bug.cgi?id=131861
2453 <rdar://problem/15663617>
2455 Reviewed by David Hyatt.
2457 * ManualTests/empty-inline-as-line-break-position.html: Added.
2458 This issue wouldn't reproduce in WebKitTestRunner.
2460 2014-04-19 Brent Fulgham <bfulgham@apple.com>
2462 Revert unintended workspace change in my last commit.
2464 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme: Set the
2465 Scheme type back to Debug.
2467 2014-04-18 Philippe Normand <pnormand@igalia.com>
2469 Remove NETWORK_INFO support
2470 https://bugs.webkit.org/show_bug.cgi?id=131841
2472 Reviewed by Gyuyoung Kim.
2474 * Source/cmake/OptionsEfl.cmake:
2475 * Source/cmake/OptionsGTK.cmake:
2476 * Source/cmake/WebKitFeatures.cmake:
2477 * Source/cmakeconfig.h.cmake:
2479 2014-04-17 Darin Adler <darin@apple.com>
2481 Try to fix EFL and GTK builds.
2483 * Source/cmake/OptionsEfl.cmake: Add INDEXED_DATABASE_IN_WORKERS.
2484 * Source/cmake/OptionsGTK.cmake: Ditto.
2485 * Source/cmakeconfig.h.cmake: Ditto.
2487 2014-04-16 Brendan Long <b.long@cablelabs.com>
2489 [GTK][CMAKE] build-webkit doesn't detect when the build fails
2490 https://bugs.webkit.org/show_bug.cgi?id=130148
2492 Reviewed by Martin Robinson.
2494 * 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.
2496 2014-04-16 Carlos Garcia Campos <cgarcia@igalia.com>
2498 REGRESSION(r166779): [GTK] Printing doesn't work since r166779
2499 https://bugs.webkit.org/show_bug.cgi?id=131725
2501 Reviewed by Philippe Normand.
2503 * Source/cmake/OptionsGTK.cmake: Check GTK_UNIX_PRINT_FOUND
2504 instead of GTK_UNIX_PRINTING_FOUND and set the macro
2505 HAVE_GTK_UNIX_PRINTING to 1 when found.
2507 2014-04-11 Brian J. Burg <burg@cs.washington.edu>
2509 Web Replay: memoize nondeterministic attributes of the Navigator interface
2510 https://bugs.webkit.org/show_bug.cgi?id=131340
2512 Reviewed by Timothy Hatcher.
2514 * ManualTests/inspector/replay-window-navigator-basic.html: Added.
2516 2014-04-09 Brendan Long <b.long@cablelabs.com>
2518 [GStreamer] Expose MPEG-TS metadata
2519 https://bugs.webkit.org/show_bug.cgi?id=122001
2521 Reviewed by Eric Carlson.
2523 * Source/cmake/FindGStreamer.cmake: Look for gstreamer-mpegts >= 1.3.0.
2524 * Source/cmake/OptionsEfl.cmake: Same.
2525 * Source/cmake/OptionsGTK.cmake: Same.
2527 2014-04-08 Brian J. Burg <burg@cs.washington.edu>
2529 Web Replay: memoize nondeterministic attributes of the Screen interface
2530 https://bugs.webkit.org/show_bug.cgi?id=131339
2532 Reviewed by Timothy Hatcher.
2534 * ManualTests/inspector/replay-window-screen.html: Added.
2536 2014-04-08 Martin Robinson <mrobinson@igalia.com>
2538 [GTK] Remove the WebKitGTK+ WebKit 1 code
2539 https://bugs.webkit.org/show_bug.cgi?id=131399
2541 Reviewed by Anders Carlsson.
2543 * Source/PlatformGTK.cmake: Remove WebKit1 dependency from dist target.
2544 * Source/cmake/OptionsGTK.cmake: Remove option to compile with GTK+2 or with WebKit2 disabled.
2546 2014-04-08 Dan Bernstein <mitz@apple.com>
2548 Added bmalloc to the WebKit workspace.
2549 https://bugs.webkit.org/show_bug.cgi?id=131362
2551 Reviewed by Geoff Garen.
2553 * WebKit.xcworkspace/contents.xcworkspacedata:
2554 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
2555 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
2557 2014-04-08 Geoffrey Garen <ggaren@apple.com>
2559 Build bmalloc on iOS too
2560 https://bugs.webkit.org/show_bug.cgi?id=131381
2562 Reviewed by Andreas Kling.
2564 * Source/Makefile: Build it.
2566 2014-04-07 Geoffrey Garen <ggaren@apple.com>
2568 Build bmalloc on Mac
2569 https://bugs.webkit.org/show_bug.cgi?id=131333
2571 Reviewed by Mark Rowe.
2574 * WebKitBuild: Added.
2575 * WebKitBuild/Debug: Added.
2577 2014-04-07 Ryuan Choi <ryuan.choi@samsung.com>
2579 [EFL] Turn on ENABLE_MEDIA_CONTROLS_SCRIPT
2580 https://bugs.webkit.org/show_bug.cgi?id=131257
2582 Reviewed by Gyuyoung Kim.
2584 * Source/cmake/OptionsEfl.cmake: Enable MEDIA_CONTROLS_SCRIPT
2586 2014-04-06 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
2588 [GTK] Stop trying to install WebKit1 documentation
2589 https://bugs.webkit.org/show_bug.cgi?id=131278
2591 Reviewed by Martin Robinson.
2593 * Source/PlatformGTK.cmake: Remove install() call since the WebKit1 documentation is not
2594 built anymore since r166584. This fixes `make install'.
2596 2014-04-04 Brian J. Burg <burg@cs.washington.edu>
2598 Web Replay: capture and replay wheel events and scroll commands
2599 https://bugs.webkit.org/show_bug.cgi?id=129402
2601 Reviewed by Timothy Hatcher.
2603 * ManualTests/inspector/replay-wheel-events.html: Added.
2605 2014-04-04 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
2607 [GTK][CMake] Remove FindXt.cmake.
2608 https://bugs.webkit.org/show_bug.cgi?id=131227
2610 Reviewed by Anders Carlsson.
2612 Xt is already detected by CMake's own FindX11.cmake, so there is no need to keep a custom FindXt.cmake around.
2614 * Source/cmake/FindXt.cmake: Removed.
2615 * Source/cmake/OptionsGTK.cmake:
2617 2014-04-04 Tamas Gergely <tgergely.u-szeged@partner.samsung.com>
2619 [EFL] Build error due to changed path of generated js files.
2620 https://bugs.webkit.org/show_bug.cgi?id=131215
2622 Reviewed by Gyuyoung Kim.
2624 r166648 fixed the generation of some .js files on GTK. Due to some
2625 changes in the paths it causes a build error on EFL.
2627 * Source/PlatformEfl.cmake:
2628 Replaced path for two derived source files.
2630 2014-04-02 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
2632 [GTK][CMake] Look for glx.h in OPENGL_INCLUDE_DIR.
2633 https://bugs.webkit.org/show_bug.cgi?id=131095
2635 Reviewed by Martin Robinson.
2637 One needs to take into account OpenGL's include directory found via
2638 find_package() when looking for glx.h, since if the former is a
2639 non-standard location the latter will also be. If this is not it is
2640 possible that OpenGL is found but GLX support is not properly detected.
2642 * Source/cmake/OptionsGTK.cmake:
2644 2014-04-02 Martin Robinson <mrobinson@igalia.com>
2646 REGRESSION(r165704): [GTK] Inspector resources not correctly generated
2647 https://bugs.webkit.org/show_bug.cgi?id=130343
2649 Reviewed by Gustavo Noronha Silva.
2651 * CMakeLists.txt: Add a variable which points to the directory to store WebInspectorUI
2653 * Source/cmake/WebKitFS.cmake: Generate WebInspectorUI derived sources directories.
2655 2014-04-01 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
2657 [CMake] Drop port check from FindEGL.cmake.
2658 https://bugs.webkit.org/show_bug.cgi?id=131091
2660 Reviewed by Gyuyoung Kim.
2662 There is no reason to mark some variables as advanced only for the
2665 * Source/cmake/FindEGL.cmake: Mark EGL_INCLUDE_DIR and EGL_LIBRARY
2666 as advanced regardless of the port.
2668 2014-04-01 Dániel Bátyai <dbatyai.u-szeged@partner.samsung.com>
2670 Fix the !ENABLE(BATTERY_STATUS) build
2671 https://bugs.webkit.org/show_bug.cgi?id=130183
2673 Reviewed by Anders Carlsson.
2675 * Source/cmake/OptionsEfl.cmake:
2677 2014-03-31 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
2679 [CMake][GTK] Do not expand variables twice in if() checks.
2680 https://bugs.webkit.org/show_bug.cgi?id=130964
2682 Reviewed by Martin Robinson.
2684 In CMake, `if (${foo})' causes $foo to be evaluated first and its value
2685 to be checked by the if clause. This is not what we want, and
2686 configuration fails when, say, GLX support wasn't found as the if
2687 clause is actually evaluated as `if (TRUE AND (OR TRUE))'.
2689 * Source/cmake/OptionsGTK.cmake: Pass if (FOO) instead of if (${FOO})
2692 2014-03-31 Martin Robinson <mrobinson@igalia.com>
2694 [GTK] Remove scripts code only applicable to autotools
2695 https://bugs.webkit.org/show_bug.cgi?id=130841
2697 Reviewed by Anders Carlsson.
2699 * Source/cmake/WebKitPackaging.cmake: No longer need to consider autotools files.
2701 2014-03-31 Martin Robinson <mrobinson@igalia.com>
2703 [GTK] Use PROJECT_VERSION_* instead of WEBKIT_*_VERSION
2704 https://bugs.webkit.org/show_bug.cgi?id=130936
2706 Reviewed by Carlos Garcia Campos.
2708 * Source/cmake/OptionsGTK.cmake: No longer emulate the Autotools macro names.
2710 2014-03-31 Carlos Garcia Campos <cgarcia@igalia.com>
2712 [GTK] Add support for GTK3 plugins
2713 https://bugs.webkit.org/show_bug.cgi?id=130599
2715 Reviewed by Martin Robinson.
2717 * Source/cmake/OptionsGTK.cmake:
2719 2014-03-28 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2721 [EFL] Bump glib version from 2.36 to 2.38
2722 https://bugs.webkit.org/show_bug.cgi?id=130886
2724 Reviewed by Csaba Osztrogonác.
2726 * Source/cmake/OptionsEfl.cmake: Required glib-2.38 version.
2728 2014-03-26 Zoltan Horvath <zoltan@webkit.org>
2730 [CSS Shapes] Remove shape-inside support
2731 https://bugs.webkit.org/show_bug.cgi?id=130698
2733 Reviewed by David Hyatt.
2735 * Source/cmake/WebKitFeatures.cmake:
2736 * Source/cmakeconfig.h.cmake:
2738 2014-03-25 Martin Robinson <mrobinson@igalia.com>
2740 [GTK] Remove the autotools build
2741 https://bugs.webkit.org/show_bug.cgi?id=130717
2743 Reviewed by Anders Carlsson.
2745 * .gitignore: Remove references to autotools files.
2746 * GNUmakefile.am: Removed.
2747 * Source/autotools/CheckSystemAndBasicDependencies.m4: Removed.
2748 * Source/autotools/CustomMacros.m4: Removed.
2749 * Source/autotools/FindDependencies.m4: Removed.
2750 * Source/autotools/PrintBuildConfiguration.m4: Removed.
2751 * Source/autotools/ReadCommandLineArguments.m4: Removed.
2752 * Source/autotools/SetupAutoconfHeader.m4: Removed.
2753 * Source/autotools/SetupAutomake.m4: Removed.
2754 * Source/autotools/SetupCompilerFlags.m4: Removed.
2755 * Source/autotools/SetupLibtool.m4: Removed.
2756 * Source/autotools/SetupWebKitFeatures.m4: Removed.
2757 * Source/autotools/Versions.m4: Removed.
2758 * Source/autotools/acinclude.m4: Removed.
2759 * Source/autotools/dolt.m4: Removed.
2760 * Source/autotools/gsettings.m4: Removed.
2761 * Source/cmake/OptionsGTK.cmake:
2762 * autogen.sh: Removed.
2763 * configure.ac: Removed.
2765 2014-03-25 Gabor Rapcsanyi <rgabor@webkit.org>
2767 [EFL] Add ARM64 build support
2768 https://bugs.webkit.org/show_bug.cgi?id=130506
2770 Rubber stamped by Gyuyoung Kim.
2772 * CMakeLists.txt: Set WTF_CPU_ARM64 when aarch64 is defined.
2774 2014-03-25 Michał Pakuła vel Rutka <m.pakula@samsung.com>
2776 [EFL][WK2] Add NETWORK_PROCESS build option
2777 https://bugs.webkit.org/show_bug.cgi?id=130131
2779 Reviewed by Gyuyoung Kim.
2781 Add option to build EFL port with NETWORK_PROCESS set on. By default NETWORK_PROCESS is
2784 * Source/cmake/OptionsEfl.cmake:
2786 2014-03-24 Brian Burg <bburg@apple.com>
2788 Web Replay: capture and replay keyboard events
2789 https://bugs.webkit.org/show_bug.cgi?id=130314
2791 Reviewed by Joseph Pecoraro.
2793 * ManualTests/inspector/replay-keyboard-events.html: Added.
2795 2014-03-24 Sangyong Park <sy302.park@gmail.com>
2797 [EFL] Inspector page is not loaded.
2798 https://bugs.webkit.org/show_bug.cgi?id=130661
2800 Reviewed by Gyuyoung Kim.
2802 Inspector page is not loaded, because some javascript files are not installed.
2803 (InspectorJSBackendCommands.js, InspectorWebBackendCommands.js)
2805 * Source/PlatformEfl.cmake:
2807 2014-03-20 Thiago de Barros Lacerda <thiago.lacerda@openbossa.org>
2809 [EFL][GTK] Get CMake to find Freetype2 properly
2810 https://bugs.webkit.org/show_bug.cgi?id=130150
2812 Reviewed by Martin Robinson.
2814 Newer versions of CMake are not able to find Freetype2 correctly.
2815 FindFreetype2.cmake checks for the version number in freetype.h header, since it seems that bug exists in
2816 freetype2 repo, because a completely different version number is found in freetype2.pc.
2818 * Source/cmake/FindFreetype2.cmake: Added.
2819 * Source/cmake/OptionsEfl.cmake:
2820 * Source/cmake/OptionsGTK.cmake:
2822 2014-03-20 Brian Burg <bburg@apple.com>
2824 Web Replay: capture and replay mouse events
2825 https://bugs.webkit.org/show_bug.cgi?id=129395
2827 Reviewed by Joseph Pecoraro.
2829 Create a manual test for capture/replay of mouse events.
2830 Copy over the crypto-md5.js library from SunSpider.
2832 * ManualTests/inspector/replay-mouse-events.html: Added.
2833 * ManualTests/inspector/resources/crypto-md5.js: Added.
2835 2014-03-20 Zan Dobersek <zdobersek@igalia.com>
2837 [GTK][CMake] Add support for building with Clang
2838 https://bugs.webkit.org/show_bug.cgi?id=130260
2840 Reviewed by Martin Robinson.
2842 * Source/PlatformGTK.cmake: Run the generate-gtkdoc script with the CFLAGS env set
2843 to the list C compiler flags as constructed by CMake.
2844 * Source/cmake/OptionsCommon.cmake: When building with Clang, use the -Qunused-arguments
2845 compiler option to suppress verbose warnings about arguments that went unused by the driver.
2846 * Source/cmake/OptionsGTK.cmake: Use -fno-omit-frame-pointer for both GCC and Clang.
2847 -fno-tree-dce should be used only for GCC.
2848 * Source/cmake/gtest/CMakeLists.txt: When building with Clang the GTest framework
2849 should be built with GTEST_HAS_TR1_TUPLE macro defined to 0 to avoid build failures.
2851 2014-03-20 Commit Queue <commit-queue@webkit.org>
2853 Unreviewed, rolling out r165962.
2854 https://bugs.webkit.org/show_bug.cgi?id=130512
2856 It broke the build (Requested by Ossy on #webkit).
2860 "[EFL][GTK] Get CMake to find Freetype2 properly"
2861 https://bugs.webkit.org/show_bug.cgi?id=130150
2862 http://trac.webkit.org/changeset/165962
2864 2014-03-20 Thiago de Barros Lacerda <thiago.lacerda@openbossa.org>
2866 [EFL][GTK] Get CMake to find Freetype2 properly
2867 https://bugs.webkit.org/show_bug.cgi?id=130150
2869 Reviewed by Csaba Osztrogonác.
2871 Newer versions of CMake are not able to find Freetype2 correctly.
2872 FindFreetype2.cmake checks for the version number in freetype.h header, since it seems that bug exists in
2873 freetype2 repo, because a completely different version number is found in freetype2.pc.
2875 * Source/cmake/FindFreetype2.cmake: Added.
2876 * Source/cmake/OptionsEfl.cmake:
2877 * Source/cmake/OptionsGTK.cmake:
2879 2014-03-17 Brendan Long <b.long@cablelabs.com>
2881 [GStreamer] human readable language code for tracks
2882 https://bugs.webkit.org/show_bug.cgi?id=124514
2884 Reviewed by Martin Robinson.
2886 * Source/autotools/FindDependencies.m4: Add gstreamer-tag-1.0.
2887 * Source/cmake/FindGStreamer.cmake: Same.
2888 * Source/cmake/OptionsEfl.cmake: Same.
2889 * Source/cmake/OptionsGTK.cmake: Same.
2891 2014-03-17 Martin Robinson <mrobinson@igalia.com>
2893 [GTK][CMake] Credential storage is not enabled
2894 https://bugs.webkit.org/show_bug.cgi?id=130149
2896 Reviewed by Philippe Normand.
2898 * Source/cmake/OptionsGTK.cmake: Add an ENABLE_CREDENTIAL_STORAGE option to the configuration
2899 and look libsecret when it's enabled.
2900 * Source/cmakeconfig.h.cmake: Expose the ENABLE_CREDENTIAL_STORAGE option to the build.
2902 2014-03-17 Martin Robinson <mrobinson@igalia.com>
2904 [GTK][CMake] Ensure that HAVE_GTK_UNIX_PRINTING is defined when appropriate
2905 https://bugs.webkit.org/show_bug.cgi?id=130155
2907 Reviewed by Philippe Normand.
2909 * Source/cmake/FindGTKUnixPrint.cmake: Added.
2910 * Source/cmake/OptionsGTK.cmake: Look for gtk+-unix-print and use it to turn on HAVE_GTK_UNIX_PRINTING.
2911 * Source/cmakeconfig.h.cmake: Add the HAVE_GTK_UNIX_PRINTING define.
2913 2014-03-16 Kim Byung Jun <bj1987.kim@samsung.com>
2915 [EFL] Enable TOUCH_SLIDER macro.
2916 https://bugs.webkit.org/show_bug.cgi?id=130186
2918 Reviewed by Gyuyoung Kim.
2920 * Source/cmake/OptionsEfl.cmake:
2922 2014-03-16 Zan Dobersek <zdobersek@igalia.com>
2924 [GTK][CMake] Build with -fno-rtti
2925 https://bugs.webkit.org/show_bug.cgi?id=130261
2927 Reviewed by Martin Robinson.
2929 * Source/cmake/OptionsCommon.cmake: List the -fno-exceptions, -fno-strict-aliasing
2930 and -fno-rtti options in the global CMAKE_C_FLAGS and CMAKE_CXX_FLAGS (-fno-rtti
2931 is only listed in the latter). Replace -std=gnu++0x with the official -std=c++11 option.
2932 * Source/cmake/WebKitHelpers.cmake: Stop -fno-exceptions and -fno-strict-aliasing
2933 from being set through the WEBKIT_SET_EXTRA_COMPILER_FLAGS macro, they are now listed
2934 in CMAKE_C_FLAGS and CMAKE_CXX_FLAGS.
2935 * Source/cmake/gtest/CMakeLists.txt: Build GTest code with GTEST_HAS_RTTI macro defined to 0.
2937 2014-03-16 Brendan Long <b.long@cablelabs.com>
2939 [GStreamer] CMake doesn't find the include path for gstreamer-base
2940 https://bugs.webkit.org/show_bug.cgi?id=130098
2942 Reviewed by Philippe Normand.
2944 * Source/cmake/FindGStreamer.cmake: Look for a header in gstreamer-base instead of looking for gst/gst.h twice.
2946 2014-03-14 Maciej Stachowiak <mjs@apple.com>
2948 Replace "Apple Computer, Inc." with "Apple Inc." in copyright headers
2949 https://bugs.webkit.org/show_bug.cgi?id=130276
2950 <rdar://problem/16266927>
2952 Reviewed by Simon Fraser.
2954 * ManualTests/NPN_Invoke/Info.plist:
2955 * ManualTests/NPN_Invoke/main.c:
2956 * ManualTests/accessibility/resources/AppletTest.java:
2958 2014-03-14 Zan Dobersek <zdobersek@igalia.com>
2960 [CMake] Remove -fno-tree-sra workaround for GCC 4.5
2961 https://bugs.webkit.org/show_bug.cgi?id=130258
2963 Reviewed by Martin Robinson.
2965 GCC compilers 4.7 and later are supported, so there's no need for disabling
2966 the -ftree-sra optimization which was causing problems when enabled on GCC 4.5.
2968 * Source/cmake/WebKitHelpers.cmake:
2970 2014-03-14 Landry Breuil <landry@openbsd.org>
2972 Add autotools boilerplate for proper os defines on OpenBSD/NetBSD/DragonFly
2973 https://bugs.webkit.org/show_bug.cgi?id=129966
2975 Reviewed by Andreas Kling.
2977 * Source/autotools/CheckSystemAndBasicDependencies.m4:
2978 * Source/autotools/SetupAutomake.m4:
2980 2014-03-13 Mario Sanchez Prada <mario.prada@samsung.com>
2982 [CMake] Failure to link with older installations of WebP
2983 https://bugs.webkit.org/show_bug.cgi?id=130195
2985 Reviewed by Gustavo Noronha Silva.
2987 Fix the issue by using a temporary variable as the output parameter
2988 to check_include_files(), setting WEBP_FOUND accordingly later.
2990 * Source/cmake/FindWebP.cmake: Avoid reusing the WEBP_FOUND
2991 variable in check_include_files(), as it will lead to misleading
2992 results (will always be FALSE). Use a temporary variable instead
2993 and explicitly set WEBP_FOUND to TRUE later if needed.
2995 2014-03-12 Martin Robinson <mrobinson@igalia.com>
2997 [CMake] Changes to the bindings generator Perl modules do not trigger regeneration of bindings
2998 https://bugs.webkit.org/show_bug.cgi?id=130170
3000 Reviewed by Daniel Bates.
3002 * Source/cmake/WebKitMacros.cmake: Add the Perl modules used in script generation to the dependency
3003 list. We must check whether or not the specific one exists first, because the InjectedBundle uses a
3004 fake "TestRunner" generator.
3006 2014-03-12 Carlos Garcia Campos <cgarcia@igalia.com>
3008 [GTK][CMAKE] Remove compile warnings about GTK+ deprecated API
3009 https://bugs.webkit.org/show_bug.cgi?id=130014
3011 Reviewed by Martin Robinson.
3013 Set GDK_VERSION_MIN_REQUIRED to GDK_VERSION_3_6.
3015 * Source/cmake/OptionsGTK.cmake:
3016 * Source/cmakeconfig.h.cmake:
3018 2014-03-12 Martin Robinson <mrobinson@igalia.com>
3020 [GTK][CMAKE] Too verbose build output
3021 https://bugs.webkit.org/show_bug.cgi?id=130076
3023 Reviewed by Carlos Garcia Campos.
3025 * Source/cmake/OptionsGTK.cmake: Generate a script which does the actual build. This
3026 works around an issue where cmake --build doesn't support ninja's pretty printing.
3028 2014-03-10 Mario Sanchez Prada <mario.prada@samsung.com>
3030 [GTK] Add support for Geoclue2
3031 https://bugs.webkit.org/show_bug.cgi?id=120185
3033 Reviewed by Carlos Garcia Campos.
3035 Patch by Anton Obzhirov <a.obzhirov@samsung.com> and Mario Sanchez Prada <mario.prada@samsung.com>
3037 Add support for Geoclue2 using autotools.
3039 * Source/autotools/FindDependencies.m4: Add support for handling
3040 both Geoclue 1.0 and 2.0.
3041 * Source/autotools/PrintBuildConfiguration.m4: Print the version
3042 of geoclue that is being used.
3043 * Source/autotools/SetupAutoconfHeader.m4: Define GEOCLUE_API_VERSION_2.
3044 * Source/autotools/SetupAutomake.m4: Likewise, for AM_CONDITIONAL.
3045 * Source/autotools/Versions.m4: Added minimum required version for Geoclue2.
3047 Add support for Geoclue2 using CMake.
3049 * Source/cmake/FindGeoClue2.cmake: Added.
3050 * Source/cmake/OptionsGTK.cmake: Add support for handling Geoclue 1.0 and 2.0.
3051 * Source/cmakeconfig.h.cmake: Define WTF_USE_GEOCLUE2.
3053 2014-03-10 Martin Robinson <mrobinson@igalia.com>
3055 [GTK][CMAKE] gtk-doc HTML documentation is generated by default when building with CMake
3056 https://bugs.webkit.org/show_bug.cgi?id=130016
3058 Reviewed by Carlos Garcia Campos.
3060 * Source/PlatformGTK.cmake: Add two gtkdoc targets, one which builds HTML and one which
3061 doesn't. Add the non-HTML version to the default target, but not the HTML version. The
3062 HTML version will still run when building the distribution tarball.
3064 2014-03-10 Martin Robinson <mrobinson@igalia.com>
3066 [GTK] [CMake] Clean up library linking
3067 https://bugs.webkit.org/show_bug.cgi?id=129782
3069 Reviewed by Philippe Normand.
3071 * Source/cmake/OptionsGTK.cmake: Add a macro to wrap all libraries in a list with --whole-archive
3072 so that unused symbols are not dropped. This is useful when building up shared libraries
3073 from convenience libraries.
3075 2014-03-08 Landry Breuil <landry@openbsd.org>
3077 Don't check for shm_open on librt on OpenBSD, lib doesnt exist.
3078 https://bugs.webkit.org/show_bug.cgi?id=129973
3080 Reviewed by Martin Robinson.
3082 * Source/autotools/FindDependencies.m4:
3084 2014-03-06 Anders Carlsson <andersca@apple.com>
3086 Build WebKit2 before building WebKit
3087 https://bugs.webkit.org/show_bug.cgi?id=129831
3088 <rdar://problem/15920020>
3090 Reviewed by Dan Bernstein.
3093 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
3094 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
3096 2014-03-06 Commit Queue <commit-queue@webkit.org>
3098 Unreviewed, rolling out r165193.
3099 http://trac.webkit.org/changeset/165193
3100 https://bugs.webkit.org/show_bug.cgi?id=129823
3102 Not specifying libc++ as the stdlib for Clang through CXXFLAGS
3103 env confuses libtool (Requested by zdobersek on #webkit).
3105 * Source/autotools/SetupCompilerFlags.m4:
3107 2014-03-06 Zan Dobersek <zdobersek@igalia.com>
3109 [GTK][Autotools] Default to libc++ when compiling with Clang
3110 https://bugs.webkit.org/show_bug.cgi?id=129798
3112 Reviewed by Anders Carlsson.
3114 * Source/autotools/SetupCompilerFlags.m4: Default to using libc++ when compiling with the Clang
3115 compiler. This is still overridable if -stdlib=* flag was set through CXXFLAGS, in case people
3116 would for some reason still prefer libstdc++ (i.e. on setups where a functional libc++ is not yet available).
3118 2014-03-05 Martin Robinson <mrobinson@igalia.com>
3120 [CMake] Ninja generator builds fail with "Argument list too long"
3121 https://bugs.webkit.org/show_bug.cgi?id=129771
3123 Reviewed by Daniel Bates.
3125 * Source/cmake/OptionsCommon.cmake: Work around a bug in the Ninja CMake generator,
3126 by forcing the use of response files.
3128 2014-03-05 Ryuan Choi <ryuan.choi@samsung.com>
3130 [CMake] Use thin archives if building on Linux for non-shared-core debug builds
3131 https://bugs.webkit.org/show_bug.cgi?id=108330
3133 Reviewed by Martin Robinson.
3135 In order to get non-shared debug builds, this patch applied T option for
3136 thin archives to the flags passed to ar when cmake based ports build on linux.
3137 In addition, applied u option which avoids adding a file twice.
3139 * Source/cmake/OptionsCommon.cmake: Moved archive options from OptionsGTK.cmake.
3140 * Source/cmake/OptionsEfl.cmake:
3141 Removed error messages for non-shared-core debug builds.
3142 * Source/cmake/OptionsGTK.cmake: Moved archive options to OptionsCommon.cmake.
3144 2014-03-04 Zan Dobersek <zdobersek@igalia.com>
3146 [GTK] Build the Udis86 disassembler
3147 https://bugs.webkit.org/show_bug.cgi?id=129679
3149 Reviewed by Michael Saboff.
3151 * GNUmakefile.am: Add the Udis86_nosources variable.
3152 * Source/cmake/OptionsGTK.cmake: Enable the Udis86 disassembler.
3154 2014-03-04 Martin Robinson <mrobinson@igalia.com>
3156 [GTK] Simplify the GObject DOM bindings API break check into one step
3157 https://bugs.webkit.org/show_bug.cgi?id=129571
3159 Reviewed by Carlos Garcia Campos.
3161 * Source/PlatformGTK.cmake: We don't need to run the API break check before gtkdoc generation.
3162 Add the check to 'make check.'
3164 2014-03-04 Martin Robinson <mrobinson@igalia.com>
3166 [GTK][CMake] ENABLE_NAVIGATOR_CONTENT_UTILS is mistakenly enabled for the CMake build
3167 https://bugs.webkit.org/show_bug.cgi?id=129502
3169 Reviewed by Carlos Garcia Campos.
3171 * Source/cmake/OptionsGTK.cmake: Disable the option for GTK+.
3173 2014-03-03 Jozsef Berta <jberta.u-szeged@partner.samsung.com>
3175 [cmake] *Names.cpp file should be regenerated after touching StaticString.pm
3176 https://bugs.webkit.org/show_bug.cgi?id=129031
3178 Reviewed by Csaba Osztrogonác.
3180 * Source/cmake/WebKitMacros.cmake: Added a call for make_names.pm dependencies in GENERATE_FONT_NAMES and GENERATE_DOM_NAMES macros.
3182 2014-03-03 Carlos Garcia Campos <cgarcia@igalia.com>
3184 [GTK] WebKit2WebExtension GIR can't be used in vala
3185 https://bugs.webkit.org/show_bug.cgi?id=127179
3187 Reviewed by Martin Robinson.
3189 Add a different pkg-config file for the web extensions API.
3191 * Source/cmake/OptionsGTK.cmake:
3194 2014-03-02 Dirkjan Ochtman <d.ochtman@activevideo.com>
3196 Support ENABLE_ENCRYPTED_MEDIA in cmake builds
3197 https://bugs.webkit.org/show_bug.cgi?id=129575
3199 Reviewed by Philippe Normand.
3201 * Source/cmake/OptionsEfl.cmake:
3202 Enabled ENABLE_ENCRYPTED_MEDIA{,_V2} usage.
3203 * Source/cmake/OptionsGTK.cmake:
3204 Enabled ENABLE_ENCRYPTED_MEDIA{,_V2} usage.
3205 * Source/cmake/WebKitFeatures.cmake:
3206 Enabled ENABLE_ENCRYPTED_MEDIA{,_V2} usage.
3207 * Source/cmakeconfig.h.cmake:
3208 Added ENABLE_ENCRYPTED_MEDIA{,_V2} flags.
3210 2014-02-27 Peter Molnar <pmolnar.u-szeged@partner.samsung.com>
3212 Enable support of X-Content-Type-Options: nosniff header for EFL
3213 https://bugs.webkit.org/show_bug.cgi?id=128673
3215 Reviewed by Gyuyoung Kim.
3217 * Source/cmake/OptionsEfl.cmake:
3218 Enabled NOSNIFF feature flag for EFL.
3220 2014-02-27 Koop Mast <kwm@FreeBSD.org>
3222 Fallback on checking for libz manualy if zlib.pc isn't available.
3223 https://bugs.webkit.org/show_bug.cgi?id=127061
3225 Reviewed by Gustavo Noronha Silva.
3227 * Source/autotools/FindDependencies.m4:
3229 2014-02-25 Sergio Villar Senin <svillar@igalia.com>
3231 [CSS Grid Layout] Add ENABLE flag
3232 https://bugs.webkit.org/show_bug.cgi?id=129153
3234 Reviewed by Simon Fraser.
3236 Added the ENABLE_CSS_GRID_LAYOUT feature flag to the cmake and
3237 autotools build systems. The feature is disabled by default for
3240 * Source/autotools/SetupWebKitFeatures.m4:
3241 * Source/cmake/OptionsEfl.cmake:
3242 * Source/cmake/OptionsGTK.cmake:
3243 * Source/cmake/WebKitFeatures.cmake:
3244 * Source/cmakeconfig.h.cmake:
3246 2014-02-24 Martin Robinson <mrobinson@igalia.com>
3248 [GTK] generate-gtkdoc should not generate documentation for source files for unbuilt source files
3249 https://bugs.webkit.org/show_bug.cgi?id=128417
3251 Reviewed by Carlos Garcia Campos.
3253 * Source/cmake/OptionsGTK.cmake: Define the paths to the pkgconfig files here, so that they
3254 may one day be used in the webkitdom config file generation.
3256 2014-02-18 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3258 [EFL][CMake] Fix javascriptcore test failings by the jsCStack branch merge
3259 https://bugs.webkit.org/show_bug.cgi?id=128961
3261 Reviewed by Ryosuke Niwa.
3263 Javascriptcore test on EFL port has been broken since the jsCStack branch merge.
3264 For now we can fix almost tests by using "-fno-tree-dce option". Unfortunately,
3265 EFL port needs not to check "uninitialized" build warning as error in order to
3266 adjust the option to EFL port. This patch don't take it as error temporarily.
3268 * Source/cmake/OptionsEfl.cmake:
3269 * Source/cmake/WebKitHelpers.cmake:
3271 2014-02-16 Martin Robinson <mrobinson@igalia.com>
3273 [GTK] [CMake] JavaScriptCore crashes in JSC::eval
3274 https://bugs.webkit.org/show_bug.cgi?id=128434
3276 Reviewed by Anders Carlsson.
3278 * Source/cmake/OptionsGTK.cmake: Add -fno-omit-frame-pointer to the GTK+ CMake
3279 port as well as -fno-tree-dce, like it is used in the autotools build.
3281 2014-02-17 ChangSeok Oh <changseok.oh@collabora.com>
3283 [GTK] MEDIA_CONTROLS_SCRIPT depends on VIDEO_TRACK
3284 https://bugs.webkit.org/show_bug.cgi?id=128799
3286 Reviewed by Philippe Normand.
3288 MEDIA_CONTROLS_SCRIPT has a dependency on VIDEO_TRACK. So it causes a build break
3289 if building with autotools. cmake system has enabled it as default. So I propose
3290 enabling VIDEO_TRACK as well.
3292 * Source/autotools/SetupWebKitFeatures.m4:
3294 2014-02-14 Commit Queue <commit-queue@webkit.org>
3296 Unreviewed, rolling out r164090.
3297 http://trac.webkit.org/changeset/164090
3298 https://bugs.webkit.org/show_bug.cgi?id=128807
3300 It broke the EFL build (Requested by Ossy on #webkit).
3302 * Source/cmake/OptionsCommon.cmake:
3303 * Source/cmake/OptionsEfl.cmake:
3305 2014-02-09 Martin Robinson <mrobinson@igalia.com>
3307 [GTK] [CMake] JavaScriptCore crashes in JSC::eval
3308 https://bugs.webkit.org/show_bug.cgi?id=128434
3310 Extend a fix for EFL to all ports that use GCC. Also include further fixes
3311 that were applied only to the autotools build.
3313 Reviewed by Gyuyoung Kim.
3315 * Source/cmake/OptionsCommon.cmake: Add -fno-omit-frame-pointer to all ports as well
3316 as -fno-tree-dce, which is necessary for GTK+.
3317 * Source/cmake/OptionsEfl.cmake: The GCC flag additions are now in the common options file.
3319 2014-02-04 Gustavo Noronha Silva <gns@gnome.org>
3321 [GTK][CMake] Generate GObject DOM bindings .symbols files
3322 https://bugs.webkit.org/show_bug.cgi?id=126210
3324 Reviewed by Martin Robinson.
3326 * Source/PlatformGTK.cmake: add checking DOM bindings API as a dependency
3327 for documentation generation.
3329 2014-02-13 Xabier Rodriguez Calvar <calvaris@igalia.com>
3331 [GTK] MEDIA_CONTROLS_SCRIPT support
3332 https://bugs.webkit.org/show_bug.cgi?id=123097
3334 Reviewed by Jer Noble.
3336 Part of the Autotools and CMake structure to build the media
3339 * Source/autotools/SetupWebKitFeatures.m4: Activated the media
3340 controls script by default.
3341 * Source/cmake/OptionsGTK.cmake: Activated the media controls
3343 * Source/cmake/WebKitFeatures.cmake: Created the option to
3344 activate the controls script.
3345 * Source/cmakeconfig.h.cmake: Created the define template the the
3346 media controls script.
3348 2014-02-12 Zan Dobersek <zdobersek@igalia.com>
3350 [GDB] Add .gdbinit to the list of files ignored by Git
3351 https://bugs.webkit.org/show_bug.cgi?id=128455
3353 Reviewed by Anders Carlsson.
3355 * .gitignore: Ignore the .gdbinit file which can be used to perform WebKit-specific GDB initialization
3356 when the debugger is launched in the repository's root directory. Also remove a Chromium-specific comment
3357 that covers already removed entries.
3359 2014-02-11 Oliver Hunt <oliver@apple.com>
3361 Make it possible to implement JS builtins in JS
3362 https://bugs.webkit.org/show_bug.cgi?id=127887
3364 Reviewed by Michael Saboff.
3367 * Source/cmake/gtest/CMakeLists.txt:
3369 2014-02-12 Ryan Lortie <desrt@desrt.ca>
3371 'ar T' is not portable and breaks the build on FreeBSD
3372 https://bugs.webkit.org/show_bug.cgi?id=128596
3374 Reviewed by Gustavo Noronha Silva.
3376 Create thin archives only if we are using GNU ar.
3378 * Source/autotools/SetupLibtool.m4:
3380 2014-02-10 Krzysztof Wolanski <k.wolanski@samsung.com>
3382 Add the CSS_SHAPE_INSIDE to CMake feature list
3383 https://bugs.webkit.org/show_bug.cgi?id=128530
3385 Reviewed by Gyuyoung Kim.
3387 CSS_SHAPE_INSIDE flag was added in r163333,
3388 this patch is adding this flag to CMake feature list.
3390 * Source/cmake/WebKitFeatures.cmake:
3391 * Source/cmakeconfig.h.cmake:
3393 2014-02-09 Carlos Garnacho <carlosg@gnome.org>
3395 [GTK] Enable touch features
3396 https://bugs.webkit.org/show_bug.cgi?id=98931
3398 Reviewed by Carlos Garcia Campos.
3400 * Source/autotools/SetupWebKitFeatures.m4:
3401 * Source/cmake/OptionsGTK.cmake: set ENABLE_TOUCH_EVENTS to 1 if building with GTK+.
3403 2014-02-06 Andreas Kling <akling@apple.com>
3405 Remove unused ENABLE(REPAINT_THROTTLING) flag.
3406 <https://webkit.org/b/128329>
3408 Reviewed by Antti Koivisto.
3410 * Source/cmake/WebKitFeatures.cmake:
3411 * Source/cmakeconfig.h.cmake:
3413 2014-02-06 Joseph Pecoraro <pecoraro@apple.com>
3415 [iOS] make should build WebKit2
3416 https://bugs.webkit.org/show_bug.cgi?id=128351
3418 Reviewed by Daniel Bates.
3422 2014-02-05 Andreas Kling <akling@apple.com>
3424 Remove ENABLE(DIRECTORY_UPLOAD).
3425 <https://webkit.org/b/128275>
3427 Rubber-stamped by Ryosuke Niwa.
3429 * Source/autotools/SetupWebKitFeatures.m4:
3430 * Source/cmake/WebKitFeatures.cmake:
3432 2014-02-05 Csaba Osztrogonác <ossy@webkit.org>
3434 Remove ENABLE(SVG) guards
3435 https://bugs.webkit.org/show_bug.cgi?id=127991
3437 Reviewed by Sam Weinig.
3439 * Source/autotools/FindDependencies.m4:
3440 * Source/autotools/PrintBuildConfiguration.m4:
3441 * Source/autotools/ReadCommandLineArguments.m4:
3442 * Source/autotools/SetupAutomake.m4:
3443 * Source/autotools/SetupWebKitFeatures.m4:
3444 * Source/cmake/OptionsEfl.cmake:
3445 * Source/cmake/OptionsGTK.cmake:
3446 * Source/cmake/WebKitFeatures.cmake:
3447 * Source/cmakeconfig.h.cmake:
3449 2014-02-04 Andreas Kling <akling@apple.com>
3451 Remove <iframe seamless> support.
3452 <https://webkit.org/b/128213>
3454 Rubber-stamped by Antti Koivisto.
3456 * Source/autotools/SetupWebKitFeatures.m4:
3457 * Source/cmake/WebKitFeatures.cmake:
3458 * Source/cmakeconfig.h.cmake:
3460 2014-01-31 Benjamin Poulain <bpoulain@apple.com>
3462 Remove LEGACY_VIEWPORT_ADAPTION
3463 https://bugs.webkit.org/show_bug.cgi?id=128028
3465 Reviewed by Anders Carlsson.
3467 * Source/cmake/WebKitFeatures.cmake:
3468 * Source/cmakeconfig.h.cmake:
3470 2014-01-31 Oliver Hunt <oliver@apple.com>
3472 Rollout r163195 and related patches
3475 * Source/cmake/gtest/CMakeLists.txt:
3477 2014-01-29 Oliver Hunt <oliver@apple.com>
3479 Make it possible to implement JS builtins in JS
3480 https://bugs.webkit.org/show_bug.cgi?id=127887
3482 Reviewed by Michael Saboff.
3486 * Source/cmake/gtest/CMakeLists.txt:
3488 2014-01-30 Martin Robinson <mrobinson@igalia.com>
3490 [GTK] [CMake] Add support for building against GTK+ 2
3491 https://bugs.webkit.org/show_bug.cgi?id=127959
3493 Reviewed by Anders Carlsson.
3495 * Source/cmake/OptionsGTK.cmake: Add a new option to use GTK 2 and make a variable holding the
3496 library API version. When using GTK 2 do not build WebKit 2.
3498 2014-01-30 Martin Robinson <mrobinson@igalia.com>
3500 [GTK] [CMake] Add a "make dist" target
3501 https://bugs.webkit.org/show_bug.cgi?id=116378
3503 Reviewed by Gustavo Noronha Silva.
3505 * Source/PlatformGTK.cmake: A CMake support for executing the make-dist
3506 script and then turning the tarfile into a LZMA compressed file.
3508 2014-01-30 Zan Dobersek <zdobersek@igalia.com>
3510 [GTK] Only disable -ftree-dce optimization when compiling with GCC
3511 https://bugs.webkit.org/show_bug.cgi?id=127911
3513 Reviewed by Carlos Garcia Campos.
3515 * Source/autotools/SetupAutomake.m4: Define the COMPILER_GCC and COMPILER_CLANG Automake macros.
3516 These can be used when compiler-specific flags have to be used. The latter one is not actually needed
3517 at the moment, but is added for the sake of completeness.
3519 2014-01-30 Csaba Osztrogonác <ossy@webkit.org>
3521 [EFL] Fix the regression caused by the jsCStack branch merge
3522 https://bugs.webkit.org/show_bug.cgi?id=127898
3524 Reviewed by Zoltan Herczeg.
3526 * Source/cmake/OptionsEfl.cmake: Build with -fno-omit-frame-pointer.
3528 2014-01-29 Csaba Osztrogonác <ossy@webkit.org>
3530 Remove ENABLE(JAVASCRIPT_DEBUGGER) leftovers
3531 https://bugs.webkit.org/show_bug.cgi?id=127845
3533 Reviewed by Joseph Pecoraro.
3535 * Source/autotools/SetupWebKitFeatures.m4:
3537 2014-01-29 Csaba Osztrogonác <ossy@webkit.org>
3539 Remove ENABLE(JAVASCRIPT_DEBUGGER) guards
3540 https://bugs.webkit.org/show_bug.cgi?id=127840
3542 Reviewed by Mark Lam.
3544 * Source/cmake/WebKitFeatures.cmake:
3545 * Source/cmakeconfig.h.cmake:
3547 2014-01-25 Darin Adler <darin@apple.com>
3549 Get rid of ICU_UNICODE and WCHAR_UNICODE remnants
3550 https://bugs.webkit.org/show_bug.cgi?id=127623
3552 Reviewed by Anders Carlsson.
3554 * Source/cmake/OptionsEfl.cmake: Removed ICU_UNICODE and WCHAR_UNICODE flags.
3555 * Source/cmake/OptionsGTK.cmake: Ditto.
3556 * Source/cmake/OptionsWinCE.cmake: Ditto.
3558 2014-01-23 Max Vujovic <mvujovic@adobe.com>
3560 Remove CSS Custom Filters code and tests
3561 https://bugs.webkit.org/show_bug.cgi?id=127382
3563 Reviewed by Simon Fraser.
3565 * Source/autotools/FindDependencies.m4:
3566 * Source/autotools/SetupWebKitFeatures.m4:
3567 * Source/cmake/WebKitFeatures.cmake:
3568 * Source/cmakeconfig.h.cmake:
3570 2014-01-22 Martin Robinson <mrobinson@igalia.com>
3572 [GTK][CMake] Add support for building the NetworkProcess
3573 https://bugs.webkit.org/show_bug.cgi?id=127195
3575 Reviewed by Daniel Bates.
3577 * Source/cmake/OptionsGTK.cmake: Turn on the network process and give it
3578 a name like the WebProcess.
3580 2014-01-20 Ryuan Choi <ryuan.choi@samsung.com>
3582 [CMAKE] Remove Nix from CMake scripts
3583 https://bugs.webkit.org/show_bug.cgi?id=127264
3585 Reviewed by Anders Carlsson.
3588 * Source/CMakeLists.txt:
3589 * Source/cmake/FindEGL.cmake:
3590 * Source/cmake/OptionsCommon.cmake:
3592 2014-01-18 Anders Carlsson <andersca@apple.com>
3594 Remove ENABLE_THREADED_HTML_PARSER defines everywhere
3595 https://bugs.webkit.org/show_bug.cgi?id=127225
3597 Reviewed by Andreas Kling.
3599 This concludes the removal of over 8.8 million lines of threaded parser code.
3601 * Source/autotools/SetupWebKitFeatures.m4:
3602 * Source/cmake/WebKitFeatures.cmake:
3603 * Source/cmakeconfig.h.cmake:
3605 2014-01-18 Lauro Neto <lauro.neto@openbossa.org>
3607 Remove Nix files from WebCore
3608 https://bugs.webkit.org/show_bug.cgi?id=127176
3610 Reviewed by Anders Carlsson.
3612 * Source/cmake/OptionsNix.cmake: Removed.
3614 2014-01-18 Zan Dobersek <zdobersek@igalia.com>
3616 [GTK] Bump the minimum required Clang version to 3.3
3617 https://bugs.webkit.org/show_bug.cgi?id=127178
3619 Reviewed by Martin Robinson.
3621 * Source/autotools/CheckSystemAndBasicDependencies.m4: Require Clang 3.3 or later when using the Clang compiler to
3622 build the GTK port. Building with Clang 3.2 doesn't work anymore and there's no point in fixing that, as we should
3623 support the latest two versions of Clang (3.3 and 3.4), just like we do with GCC (4.7 and 4.8).
3625 2014-01-14 Dan Bernstein <mitz@apple.com>
3627 Only use color in make output when it’s going to a terminal.
3629 Reviewed by Mark Rowe.
3633 2014-01-13 Martin Robinson <mrobinson@igalia.com>
3635 [CMake] Mark all dependency include paths and libraries as advanced variables
3636 https://bugs.webkit.org/show_bug.cgi?id=126504
3638 Reviewed by Daniel Bates.
3640 * Source/cmake/FindATK.cmake: Mark result variable as advanced.
3641 * Source/cmake/FindCairo.cmake: Ditto.
3642 * Source/cmake/FindEGL.cmake: Ditto.
3643 * Source/cmake/FindEnchant.cmake: Ditto.
3644 * Source/cmake/FindGLIB.cmake: Ditto.
3645 * Source/cmake/FindGStreamer.cmake: Ditto.
3646 * Source/cmake/FindHarfBuzz.cmake: Ditto.
3647 * Source/cmake/FindLibSoup.cmake: Ditto.
3649 2014-01-13 Martin Robinson <mrobinson@igalia.com>
3651 [GTK][CMake] Add a 'check' target
3652 https://bugs.webkit.org/show_bug.cgi?id=126770
3654 Reviewed by Daniel Bates.
3656 * Source/PlatformGTK.cmake: Add a 'check' target that calls run-gtk-tests.
3658 2014-01-13 Carlos Garcia Campos <cgarcia@igalia.com>
3660 Unreviewed. Update NEWS and Versions.m4 for 2.3.4 release.
3662 * Source/autotools/Versions.m4: Bump version numbers.
3664 2014-01-12 Sergio Correia <sergio.correia@openbossa.org>
3666 [EFL][WK2] Make API tests work again
3667 https://bugs.webkit.org/show_bug.cgi?id=126769
3669 Reviewed by Gyuyoung Kim.
3671 The EFL and WK2 test binaries are currently being generated at *TestWebKitAPI/
3672 [E]WebKit2, respectively, and this causes problems because the logic to find
3673 where WebProcess is to look in the same directory of the running process and
3674 then proceed to use LIBEXECDIR (typically /usr/loca/bin).
3676 This patch introduces a WEBKIT_EXEC_PATH environment variable, inspired in the
3677 Gtk port, which allows us to look for WebProcess initially in this directory,
3680 * Source/cmake/OptionsEfl.cmake: Define WEBKIT_EXEC_PATH, to be used by
3683 2014-01-11 Dan Bernstein <mitz@apple.com>
3685 [Mac] xcodebuild color output is suppressed when using make
3686 https://bugs.webkit.org/show_bug.cgi?id=126815
3688 Reviewed by Anders Carlsson.
3690 WHen using make, xcodebuild’s output is piped through a filter, which causes it not to
3691 format its output with color and emphasis.
3693 * Makefile.shared: Pass COLOR_DIAGNOSTICS=YES to xcodebuild to force color output on. Due to
3694 xcodebuild limitations, this restores some of the formatting, but not all of it.
3696 2014-01-10 Benjamin Poulain <bpoulain@apple.com>
3698 Remove the BlackBerry port from trunk
3699 https://bugs.webkit.org/show_bug.cgi?id=126715
3701 Reviewed by Anders Carlsson.
3704 * Source/cmake/OptionsCommon.cmake:
3706 2014-01-10 Tamas Gergely <tgergely.u-szeged@partner.samsung.com>
3708 [EFL][JSC] Enable udis86 disassembler on efl.
3709 https://bugs.webkit.org/show_bug.cgi?id=125502
3711 Reviewed by Michael Saboff.
3713 Enable udis86 disassembler on efl and fix build warnings.
3715 * Source/cmake/OptionsEfl.cmake:
3716 Enable udis86 disassembler.
3718 2014-01-10 Benjamin Poulain <bpoulain@apple.com>
3720 Remove the BlackBerry port from trunk
3721 https://bugs.webkit.org/show_bug.cgi?id=126715
3723 Reviewed by Anders Carlsson.
3727 2014-01-09 Benjamin Poulain <bpoulain@apple.com>
3729 Remove the BlackBerry files outside WebCore
3730 https://bugs.webkit.org/show_bug.cgi?id=126715
3732 Reviewed by Anders Carlsson.
3734 * ManualTests/blackberry: Removed.
3735 * Source/cmake/OptionsBlackBerry.cmake: Removed.
3737 2014-01-08 Martin Robinson <mrobinson@igalia.com>
3739 [GTK] [CMake] Specify the executable and library output locations in the build
3740 https://bugs.webkit.org/show_bug.cgi?id=126671
3742 Reviewed by Gustavo Noronha Silva.
3744 * Source/cmake/OptionsGTK.cmake: Explicitly specify the output locations.
3746 2014-01-08 Dániel Bátyai <dbatyai.u-szeged@partner.samsung.com>
3748 [EFL] Make FTL buildable
3749 https://bugs.webkit.org/show_bug.cgi?id=125777
3751 Reviewed by Csaba Osztrogonác.
3753 * Source/cmake/OptionsEfl.cmake:
3754 * Source/cmakeconfig.h.cmake:
3756 2014-01-08 Alberto Garcia <berto@igalia.com>
3758 REGRESSION(r160304): [GTK] Disable libtool fast install
3759 https://bugs.webkit.org/show_bug.cgi?id=126381
3761 Reviewed by Gustavo Noronha Silva.
3763 Don't disable the libtool fast-install mode unconditionally by
3766 If the fast-install mode is disabled, binaries are generated ready
3767 to use the libraries directly from the build tree. If we use the
3768 GNU linker, those binaries are then relinked when they are
3771 However, libtool fails to do it properly when an installation
3772 prefix is set with DESTDIR, and ends up installing the libtool
3773 wrappers instead of the actual binaries.
3775 * Source/autotools/SetupLibtool.m4:
3777 2014-01-07 Gustavo Noronha Silva <gustavo.noronha@collabora.com>
3779 Unreviewed GTK/CMake build fix: use the correct location for docs-build.stamp
3780 in output and dependencies declarations, so docs are not built needlessly
3783 * Source/PlatformGTK.cmake:
3785 2014-01-04 Carlos Garcia Campos <cgarcia@igalia.com>
3787 [GTK] Move all GTK/GObject unit tests to Tools/TestWebKitAPI
3788 https://bugs.webkit.org/show_bug.cgi?id=126342
3790 Reviewed by Gustavo Noronha Silva.
3792 * GNUmakefile.am: Remove unused variable.
3793 * Source/PlatformGTK.cmake: No longer include the old unit tests directories.
3795 2014-01-06 Zan Dobersek <zdobersek@igalia.com>
3797 [GTK] configure errors out when building with libc++
3798 https://bugs.webkit.org/show_bug.cgi?id=126431
3800 Reviewed by Martin Robinson.
3802 Ease up the Clang and libstdc++ combination test to only fail if libstdc++ < 4.8.1 is actually used.
3803 This allows for libc++ to be used as well. The test is moved into SetupCompilerFlags.m4 and is done
3804 after the CXXFLAGS variable is properly set up, that is when all the C++ compiler options are determined.
3806 * Source/autotools/CheckSystemAndBasicDependencies.m4:
3807 * Source/autotools/SetupCompilerFlags.m4:
3809 2014-01-06 Martin Robinson <mrobinson@igalia.com>
3811 [CMake] [GTK] Fix the build for the WebKitGTK+ developer configuration
3812 https://bugs.webkit.org/show_bug.cgi?id=126505
3814 Reviewed by Gustavo Noronha Silva.
3816 * Source/cmake/FindGLIB.cmake: Add support for finding the gio-unix include directory location.
3817 * Source/cmake/FindGUdev.cmake: Added.
3818 * Source/cmake/FindGeoClue.cmake: Added.
3819 * Source/cmake/OptionsGTK.cmake: When gamepad is enabled look for gio-unix and GUdev. When
3820 geolocation is enabled look for GeoClue.
3822 2014-01-06 Zan Dobersek <zdobersek@igalia.com>
3824 [GTK] Use libc++ for C++11 on darwin
3825 https://bugs.webkit.org/show_bug.cgi?id=126325
3827 Reviewed by Martin Robinson.
3829 * Source/autotools/SetupCompilerFlags.m4: Don't default to libstdc++ when compiling with Clang.
3830 Instead, the compiler should determine itself what standard library to use, except on Darwin,
3831 where libc++ should be enforced. The standard library of user's choosing can still be enforced
3832 through the CXXFLAGS environment variable.
3834 2014-01-05 Martin Robinson <mrobinson@igalia.com>
3836 [GTK] [CMake] Ensure that the autotools build and the CMake install the same files
3837 https://bugs.webkit.org/show_bug.cgi?id=116379
3839 Reviewed by Gustavo Noronha Silva.
3841 * Source/PlatformGTK.cmake: Install the documentation.
3842 * Source/cmake/OptionsCommon.cmake: Add a LIBEXEC variable for WebKit2 executables, and
3843 don't use the default locations on GTK+. We will get them from the CMake-provided GNU installation
3845 * Source/cmake/OptionsGTK.cmake: Setup the installation variables using the ones provided
3846 by CMake's GNU installation directory support. Fix the definition of DATADIR. Always install
3849 2014-01-05 Carlos Garcia Campos <cgarcia@igalia.com>
3851 [GTK] Stop installing WebKit2 C API headers
3852 https://bugs.webkit.org/show_bug.cgi?id=126489
3854 Reviewed by Martin Robinson.