1 2015-03-20 Zan Dobersek <zdobersek@igalia.com>
3 [GTK] Search for the Wayland dependency when enabling Wayland target
4 https://bugs.webkit.org/show_bug.cgi?id=142876
6 Reviewed by Carlos Garcia Campos.
8 * Source/cmake/OptionsGTK.cmake: The Wayland dependency isn't a public
9 requirement of either the GTK+ or GDK pkg-config files, so we have to
10 search for it ourselves when WebKitGTK+ has been configured to support
11 the Wayland windowing target.
13 2015-03-20 Csaba Osztrogonác <ossy@webkit.org>
15 Unreviewed, kick the GTK bots to regenerate makefile.
16 https://bugs.webkit.org/show_bug.cgi?id=137394
18 * Source/cmake/OptionsEfl.cmake: Revert my last accidenatal change.
19 * Source/cmake/OptionsGTK.cmake: Really kick the GTK bots.
21 2015-03-20 Csaba Osztrogonác <ossy@webkit.org>
23 Unreviewed, kick the GTK bots to regenerate makefile.
24 https://bugs.webkit.org/show_bug.cgi?id=137394
26 * Source/cmake/OptionsEfl.cmake:
28 2015-03-19 Csaba Osztrogonác <ossy@webkit.org>
30 [GTK] Fix inspector userinterface related incremental build issue
31 https://bugs.webkit.org/show_bug.cgi?id=142849
33 Reviewed by Carlos Garcia Campos.
35 * Source/cmake/OptionsGTK.cmake: Revert r181733.
37 2015-03-18 Csaba Osztrogonác <ossy@webkit.org>
39 Unreviewed, kick the GTK bots to regenerate makefile.
41 * Source/cmake/OptionsGTK.cmake:
43 2015-03-17 Ryuan Choi <ryuan.choi@navercorp.com>
45 [EFL] Expose JavaScript binding interface through ewk_extension
46 https://bugs.webkit.org/show_bug.cgi?id=142033
48 Reviewed by Gyuyoung Kim.
50 * Source/cmake/OptionsEfl.cmake: Added HEADER_INSTALL_DIR variable.
52 2015-03-17 Philippe Normand <pnormand@igalia.com>
54 [GTK] basic OpenWebRTC build support
55 https://bugs.webkit.org/show_bug.cgi?id=142393
57 Reviewed by Carlos Garcia Campos.
59 * Source/cmake/FindOpenWebRTC.cmake: Added.
60 * Source/cmake/OptionsGTK.cmake: Look for OpenWebRTC library if
61 mediastream build is enabled.
63 2015-03-17 Gyuyoung Kim <gyuyoung.kim@samsung.com>
65 [CMake][EFL] Build test tools only for developer mode
66 https://bugs.webkit.org/show_bug.cgi?id=142761
68 Reviewed by Csaba Osztrogonác.
70 Do not build EFL MiniBrowser, WebKitTestRunner, and ImageDiff on production mode.
72 * Source/cmake/OptionsEfl.cmake:
73 * Source/cmake/OptionsGTK.cmake: Move ENABLE_MINIBROWSER to common place.
74 * Source/cmake/WebKitFeatures.cmake: Define ENABLE_MINIBROWSER variable.
75 * Source/cmakeconfig.h.cmake:
77 2015-03-16 Ryosuke Niwa <rniwa@webkit.org>
79 Enable ES6 classes by default
80 https://bugs.webkit.org/show_bug.cgi?id=142774
82 Reviewed by Gavin Barraclough.
84 * Source/cmake/WebKitFeatures.cmake:
86 2015-03-16 Gyuyoung Kim <gyuyoung.kim@samsung.com>
88 [CMake][EFL] Rearrange OptionEFL.cmake to improve readability
89 https://bugs.webkit.org/show_bug.cgi?id=142722
91 Reviewed by Csaba Osztrogonác.
93 Categorize to define cmake variables, to find necessary packages,
94 use upper case for "glib_conponents" cmake variable name, re-arrange
95 wrong alphabet sorting, and so on.
97 * CMakeLists.txt: Remove WinCE port.
98 * Source/cmake/OptionsEfl.cmake:
100 2015-03-14 Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
102 [GStreamer] share GL context in pipeline
103 https://bugs.webkit.org/show_bug.cgi?id=142693
105 Reviewed by Philippe Normand.
107 Add search of gstreamer-gl library in the GStreamer installation. If
108 it is found, WTF_USE_GSTREAMER_GL macro is defined.
110 * Source/cmake/FindGStreamer.cmake:
111 * Source/cmake/OptionsGTK.cmake:
113 2015-03-13 Alex Christensen <achristensen@webkit.org>
115 Progress towards CMake on Mac.
116 https://bugs.webkit.org/show_bug.cgi?id=142680
118 Reviewed by Gyuyoung Kim.
121 * Source/PlatformMac.cmake: Added stub.
122 * Source/cmake/OptionsMac.cmake:
123 Change defines to get CMake working.
125 2015-03-11 Carlos Garcia Campos <cgarcia@igalia.com>
127 [GTK] Add an option to enable MiniBrowser for non developer builds and always install it
128 https://bugs.webkit.org/show_bug.cgi?id=126688
130 Reviewed by Gustavo Noronha Silva.
132 Add ENABLE_MINIBROWSER option, enabled by default for development
133 builds and disabled for production builds unless explicilty enabled.
135 * Source/cmake/OptionsGTK.cmake:
137 2015-03-11 Carlos Garcia Campos <cgarcia@igalia.com>
139 [GTK] Do not look for child processes in the UI process binary path
140 https://bugs.webkit.org/show_bug.cgi?id=135752
142 Reviewed by Gustavo Noronha Silva.
144 * Source/cmake/OptionsGTK.cmake: Add -DDEVELOPMENT_BUILD=1 to the
145 build for development builds.
147 2015-03-10 Carlos Garcia Campos <cgarcia@igalia.com> and José Dapena Paz <jdapena@igalia.com>
149 [GTK] Add a configure option to build with OpenGL ES 2
150 https://bugs.webkit.org/show_bug.cgi?id=142498
152 Reviewed by Martin Robinson.
154 Add ENABLE_GLES2 option. It's disabled by default, but if passed
155 GLES2 is required and OpenGL is not even searched. Otherwise we
156 search for OpenGL as usual, using it only if present.
158 * Source/cmake/OptionsGTK.cmake:
160 2015-03-10 Csaba Osztrogonác <ossy@webkit.org>
162 [cmake] Handle unused parameter warnings as build errors except in WebKit2
163 https://bugs.webkit.org/show_bug.cgi?id=142338
165 Reviewed by Gyuyoung Kim.
167 * Source/cmake/WebKitHelpers.cmake:
169 2015-03-03 Daniel Bates <dabates@apple.com>
171 Convert ManualTests/svg-tooltip.svg to a DRT test
172 https://bugs.webkit.org/show_bug.cgi?id=140480
174 Reviewed by Alex Christensen.
176 * ManualTests/svg-tooltip.svg: Removed.
178 2015-03-02 Debarshi Ray <debarshir@gnome.org>
180 REGRESSION(r179409): [GTK] Undefined symbol prevents web extensions from being loaded
181 https://bugs.webkit.org/show_bug.cgi?id=142165
183 Reviewed by Carlos Garcia Campos.
185 * Source/cmake/gtksymbols.filter:
187 2015-02-26 Csaba Osztrogonác <ossy@webkit.org>
189 [EFL] Remove unnecessary comment after r179110
190 https://bugs.webkit.org/show_bug.cgi?id=142042
192 Reviewed by Gyuyoung Kim.
194 * Source/cmake/OptionsEfl.cmake:
196 2015-02-23 Tomas Popela <tpopela@redhat.com>
198 [GTK] Fails to compile with cmake 3.2.x
199 https://bugs.webkit.org/show_bug.cgi?id=141796
201 With cmake 3.2.x we have to explicitly ask for X11 otherwise the
202 X11_X11_LIB variable won't be set thus the X11 linker flags won't be
203 added and the build will fail.
205 Reviewed by Martin Robinson.
207 * Source/cmake/OptionsGTK.cmake:
209 2015-02-20 Alexey Proskuryakov <ap@apple.com>
211 Remove svn:keywords property.
213 As far as I can tell, the property had no effect on any of these files, but also,
214 when it has effect it's likely harmful.
216 * ManualTests/animation-with-transition.html: Removed property svn:keywords.
217 * ManualTests/blur-filter-timing.html: Removed property svn:keywords.
218 * ManualTests/compositing/caret-in-compositing-frame.html: Removed property svn:keywords.
219 * ManualTests/compositing/font-smoothing.html: Removed property svn:keywords.
220 * ManualTests/compositing/missing-iframe-contents.html: Removed property svn:keywords.
221 * ManualTests/compositing/requires-backing-change.html: Removed property svn:keywords.
222 * ManualTests/compositing/resources/composited-subframe.html: Removed property svn:keywords.
223 * ManualTests/compositing/resources/editable-compositing-subframe.html: Removed property svn:keywords.
224 * ManualTests/frames/nested-iframe-blit-on-scroll.html: Removed property svn:keywords.
225 * ManualTests/frames/resources/blit-on-scroll-subframe.html: Removed property svn:keywords.
226 * ManualTests/frames/resources/blit-on-scroll-subsubframe.html: Removed property svn:keywords.
227 * ManualTests/plugins/plugin-paint-causes-layout.html: Removed property svn:keywords.
228 * ManualTests/screen-availLeft.html: Removed property svn:keywords.
229 * ManualTests/transition-accelerated.html: Removed property svn:keywords.
231 2015-02-17 Gyuyoung Kim <gyuyoung.kim@samsung.com>
233 [CMAKE] Remove CMakeLists.txt in WK1 port
234 https://bugs.webkit.org/show_bug.cgi?id=141617
236 Reviewed by Anders Carlsson.
238 Nobody uses CMake in WK1 port. Remove it.
242 2015-02-13 Csaba Osztrogonác <ossy@webkit.org>
244 Unreviewed, remove empty directories.
246 * ManualTests/qt: Removed.
248 2015-02-11 Carlos Alberto Lopez Perez <clopez@igalia.com>
250 [CMake] Don't set flag fuse-ld on the C/C++ compiler flags, but on the linker flags.
251 https://bugs.webkit.org/show_bug.cgi?id=141481
253 Reviewed by Csaba Osztrogonác.
255 * Source/cmake/OptionsCommon.cmake: Move -fuse-ld=gold to the linker flags.
257 2015-02-11 Gyuyoung Kim <gyuyoung.kim@samsung.com>
259 [EFL][GTK] Use bmalloc instead of tcmalloc
260 https://bugs.webkit.org/show_bug.cgi?id=140162
262 Reviewed by Carlos Garcia Campos.
264 Add bmalloc directory to build list.
266 * CMakeLists.txt: Define BMALLOC_DIR directory.
267 * Source/CMakeLists.txt: Add bmalloc path to sub-directories list.
269 2015-02-11 Carlos Garcia Campos <cgarcia@igalia.com>
271 [GTK] Add default color chooser implementation using GtkColorChooserDialog
272 https://bugs.webkit.org/show_bug.cgi?id=141392
274 Reviewed by Gustavo Noronha Silva.
276 Enable INPUT_TYPE_COLOR by default for GTK+ port.
278 * Source/cmake/OptionsGTK.cmake:
280 2015-02-09 Sergio Villar Senin <svillar@igalia.com>
282 ASSERTION FAILED: resolvedInitialPosition <= resolvedFinalPosition in WebCore::GridSpan::GridSpan
283 https://bugs.webkit.org/show_bug.cgi?id=141328
285 Reviewed by Darin Adler.
287 Added as manual test because it involves a huge grid allocation
288 which is very slow on Debug bots, the only ones capable to trigger
291 * ManualTests/css-grid-layout-item-with-huge-span-crash.html: Added.
293 2015-02-05 Youenn Fablet <youenn.fablet@crf.canon.fr> and Xabier Rodriguez Calvar <calvaris@igalia.com>
295 [Streams API] Implement a barebone ReadableStream interface
296 https://bugs.webkit.org/show_bug.cgi?id=141045
298 Reviewed by Benjamin Poulain.
300 * Source/cmake/WebKitFeatures.cmake:
301 * Source/cmakeconfig.h.cmake: Made streams API compilation on by default.
303 2015-02-02 Filip Pizlo <fpizlo@apple.com>
305 Revert accidental change in r179490.
309 2015-02-02 Filip Pizlo <fpizlo@apple.com>
311 Unreviewed, revert accidental change to Makefile.shared in r179478
315 2015-01-28 Carlos Alberto Lopez Perez <clopez@igalia.com>
317 [CMake] Minimum python version should be 2.7.
318 https://bugs.webkit.org/show_bug.cgi?id=140997
320 Reviewed by Csaba Osztrogonác.
324 2015-01-26 Nikos Andronikos <nikos.andronikos-webkit@cisra.canon.com.au>
326 Apply feTurbulence spec change to fix zero length vector generation
327 https://bugs.webkit.org/show_bug.cgi?id=140812
329 Reviewed by Darin Adler.
331 Recently a bug with the turbulence algorithm was corrected in the
332 Filter Effects specification.
333 For some seed values this bug allowed zero length vectors to be generated.
334 This resulted in large solid color squares being present in the generated image.
335 The feTurbulence algorithm was updated to reject zero length vectors. This patch
336 applies that change in WebCore.
338 Test: svg/filters/feTurbulence_bad_seeds.html
340 * platform/graphics/filters/FETurbulence.cpp:
341 (WebCore::FETurbulence::initPaint):
342 Added rejection sampling during vector generation to avoid zero length vectors.
344 2015-01-26 Csaba Osztrogonác <ossy@webkit.org>
346 [cmake] Remove compiler version calculate cruft
347 https://bugs.webkit.org/show_bug.cgi?id=140885
349 Reviewed by Darin Adler.
351 * Source/cmake/WebKitHelpers.cmake:
353 2015-01-26 Csaba Osztrogonác <ossy@webkit.org>
355 [cmake] Stop compiling with -Wno-error=uninitialized and -Wno-error=literal-suffix
356 https://bugs.webkit.org/show_bug.cgi?id=140886
358 Reviewed by Žan Doberšek.
360 * Source/cmake/WebKitHelpers.cmake:
362 2015-01-26 Michael Catanzaro <mcatanzaro@igalia.com>
364 [GTK] gtkdoc does not appear in DevHelp
365 https://bugs.webkit.org/show_bug.cgi?id=139369
367 Reviewed by Philippe Normand.
369 Expect the gtkdoc to be generated in folders named with the API version.
371 * Source/PlatformGTK.cmake:
373 2015-01-26 Zan Dobersek <zdobersek@igalia.com>
375 [EFL][GTK] Stop compiling with fno-omit-frame-pointer, -fno-tree-dce
376 https://bugs.webkit.org/show_bug.cgi?id=140609
378 Reviewed by Csaba Osztrogonác.
380 The latest releases of GCC versions 4.7, 4.8 and 4.9 all compile and
381 run JSC tests fine without the -fno-tree-dce and -fno-omit-frame-pointer
382 compilation flags. Those were added after the jsCStack branch merge, but
383 can now be removed since the -ftree-dce issues were fixed in GCC, and
384 changes in r173282 and r173298 again enable compiling with -fomit-frame-pointer.
386 * Source/cmake/OptionsEfl.cmake:
387 * Source/cmake/OptionsGTK.cmake:
389 2015-01-26 Commit Queue <commit-queue@webkit.org>
391 Unreviewed, rolling out r179107.
392 https://bugs.webkit.org/show_bug.cgi?id=140880
394 The GCC in the bots doesn't support the AsyncTask
395 implementation (Requested by KaL on #webkit).
399 "[GTK] Enable IndexedDB"
400 https://bugs.webkit.org/show_bug.cgi?id=98932
401 http://trac.webkit.org/changeset/179107
403 2015-01-25 Carlos Garcia Campos <cgarcia@igalia.com>
405 [GTK] Enable IndexedDB
406 https://bugs.webkit.org/show_bug.cgi?id=98932
408 Reviewed by Žan Doberšek.
410 * Source/cmake/OptionsGTK.cmake: Enable DATABASE_PROCESS and INDEXED_DATABASE.
411 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_DATABASE_PROCESS.
413 2015-01-23 Carlos Garcia Campos <cgarcia@igalia.com>
415 [GTK] Add initial database process support
416 https://bugs.webkit.org/show_bug.cgi?id=139491
418 Reviewed by Sergio Villar Senin.
420 * Source/cmake/OptionsGTK.cmake: Set WebKit2_DatabaseProcess_OUTPUT_NAME.
422 2015-01-22 Ryosuke Niwa <rniwa@webkit.org>
424 Add a build flag for ES6 class syntax
425 https://bugs.webkit.org/show_bug.cgi?id=140760
427 Reviewed by Michael Saboff.
429 * Source/cmake/WebKitFeatures.cmake:
430 * Source/cmakeconfig.h.cmake:
432 2015-01-21 Csaba Osztrogonác <ossy@webkit.org>
434 [EFL][WK2] EFL MiniBrowser doesn't run because shared library is not found
435 https://bugs.webkit.org/show_bug.cgi?id=140049
437 Reviewed by Gyuyoung Kim.
439 * Source/cmake/OptionsCommon.cmake:
441 2015-01-21 Csaba Osztrogonác <ossy@webkit.org>
443 Remove ENABLE(INSPECTOR) ifdef guards
444 https://bugs.webkit.org/show_bug.cgi?id=140668
446 Reviewed by Darin Adler.
448 * Source/PlatformEfl.cmake:
449 * Source/cmake/OptionsEfl.cmake:
450 * Source/cmake/OptionsGTK.cmake:
451 * Source/cmake/OptionsMac.cmake:
452 * Source/cmake/WebKitFeatures.cmake:
453 * Source/cmakeconfig.h.cmake:
455 2015-01-20 Carlos Garcia Campos <cgarcia@igalia.com>
457 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.4 release.
459 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
461 2015-01-19 Gyuyoung Kim <gyuyoung.kim@samsung.com>
463 [CMAKE] Fix cmake warning
464 https://bugs.webkit.org/show_bug.cgi?id=140497
466 Reviewed by Gustavo Noronha Silva.
468 r173155 already tried to fix cmake warning though, the warning is still exist.
469 CMAKE_LINK_INTERFACE_LIBRARIES seems to cause this warning. Individual target is
470 already set for their libraries though, INTERFACE_LINK_LIBRARIES contains the list
471 of transitive link dependencies, and CMAKE_LINK_INTERFACE_LIBRARIES can override
472 the INTERFACE_LINK_LIBRARIES property when CMP0022 is not set. CMake warns this override.
473 To avoid it, EFL port doesn't set CMAKE_LINK_INTERFACE_LIBRARIES.
477 2015-01-19 Michael Catanzaro <mcatanzaro@igalia.com>
479 [GTK] Generate the make dist manifest from a CMake template file
480 https://bugs.webkit.org/show_bug.cgi?id=139387
482 Reviewed by Martin Robinson.
484 Generate manifest.txt from manifest.txt.in. Only expose the dist and
485 distcheck targets for developer builds, as they won't work when
486 building from a tarball because the manifest is not distributed.
488 * Source/PlatformGTK.cmake:
490 2015-01-15 Csaba Osztrogonác <ossy@webkit.org>
492 Remove ENABLE(SQL_DATABASE) guards
493 https://bugs.webkit.org/show_bug.cgi?id=140434
495 Reviewed by Darin Adler.
497 * Source/cmake/OptionsMac.cmake:
498 * Source/cmake/WebKitFeatures.cmake:
499 * Source/cmakeconfig.h.cmake:
501 2015-01-11 Sam Weinig <sam@webkit.org>
503 Remove support for SharedWorkers
504 https://bugs.webkit.org/show_bug.cgi?id=140344
506 Reviewed by Anders Carlsson.
508 * Source/cmake/OptionsEfl.cmake:
509 * Source/cmake/OptionsGTK.cmake:
510 * Source/cmake/OptionsMac.cmake:
511 * Source/cmake/WebKitFeatures.cmake:
512 * Source/cmakeconfig.h.cmake:
514 2015-01-10 Dan Bernstein <mitz@apple.com>
516 [Xcode, iOS] Files are recompiled when alternating between using make and the Xcode IDE
517 https://bugs.webkit.org/show_bug.cgi?id=140339
519 Reviewed by Mark Rowe.
521 * Makefile.shared: Run xcodebuild with the same PATH with which the Xcode IDE runs. This
522 prevents unnecessary rebuilding due to PATH differences.
524 2015-01-07 Gwang Yoon Hwang <yoon@igalia.com>
526 [GTK][ThreadedCompositor] Add support for threaded compositor.
527 https://bugs.webkit.org/show_bug.cgi?id=118265
529 Reviewed by Martin Robinson.
531 Added the ENABLE_THREADED_COMPOSITOR feature flag to the cmake and
532 autotools build systems. The feature is disabled by default.
533 And remove deprecated the WTF_USE_TILED_BACKING_STORE feature flag
534 from the feature flags.
536 * Source/cmake/OptionsEfl.cmake:
537 * Source/cmake/OptionsGTK.cmake:
538 * Source/cmake/WebKitFeatures.cmake:
539 * Source/cmakeconfig.h.cmake:
541 2014-12-23 Alexey Proskuryakov <ap@apple.com>
543 Simplify building with ASan
544 https://bugs.webkit.org/show_bug.cgi?id=139916
546 Reviewed by Mark Rowe.
548 * Makefile.shared: Invoke set-webkit-configuration to store ASan choice as appropriate.
550 2014-12-16 Carlos Garcia Campos <cgarcia@igalia.com>
552 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.3 release.
554 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
556 2014-12-10 Jon Honeycutt <jhoneycutt@apple.com>
558 Null dereference performing a "TapAndAHalf" gesture in Google search field
560 <https://bugs.webkit.org/show_bug.cgi?id=139506>
561 <rdar://problem/19028828>
563 Reviewed by Darin Adler.
565 * ManualTests/ios/tap-and-a-half-gesture-in-empty-text-field.html: Added.
567 2014-12-10 Dean Jackson <dino@apple.com>
569 Blur filter performance test doesn't provide results
570 https://bugs.webkit.org/show_bug.cgi?id=139462
572 Reviewed by Sam Weinig.
574 This can't currently work under our performance test
575 infrastructure. Move it to a manual test to avoid
576 putting FAILures into the results.
578 * ManualTests/blur-filter-timing.html: Renamed from PerformanceTests/Interactive/blur-filter-timing.html.
580 2014-12-09 Gustavo Noronha Silva <gustavo.noronha@collabora.com>
582 [GTK][WK2] Add HTML5 Notifications support
583 https://bugs.webkit.org/show_bug.cgi?id=61140
585 Reviewed by Carlos Garcia Campos.
587 * Source/cmake/FindLibNotify.cmake: Added.
588 * Source/cmake/OptionsGTK.cmake: add option to enable notifications, look for
589 libnotify and use it for a default implementation when found.
591 2014-12-09 Bem Jones-Bey <bjonesbe@adobe.com>
593 REGRESSION(r155906): Page content disappears on Tuaw article after loading
594 https://bugs.webkit.org/show_bug.cgi?id=138100
596 Reviewed by Simon Fraser.
598 DRT causes an extra paint which makes it impossible to test this with
601 * ManualTests/float-layer-not-painting.html: Added.
603 2014-12-07 Alberto Garcia <berto@igalia.com>
605 [GTK] WebKit has a new required dependency on GnuTLS
606 https://bugs.webkit.org/show_bug.cgi?id=136158
608 Reviewed by Martin Robinson.
610 Detect if GnuTLS is installed and enable or disable subtle crypto
613 * Source/cmake/OptionsGTK.cmake:
615 2014-12-07 Carlos Garcia Campos <cgarcia@igalia.com>
617 [GTK] Missing API detected in GObject DOM bindings after r176630
618 https://bugs.webkit.org/show_bug.cgi?id=139201
620 Reviewed by Gustavo Noronha Silva.
622 Change GENERATE_BINDINGS macro to receive a list of optional
623 additional dependencies, so that we can add more dependecies
624 without having to change the macro.
626 * Source/cmake/WebKitMacros.cmake:
628 2014-12-05 Simon Fraser <simon.fraser@apple.com>
630 Programmatic scrolling and content changes are not always synchronized
631 https://bugs.webkit.org/show_bug.cgi?id=139245
632 rdar://problem/18833612
634 Reviewed by Anders Carlsson.
636 Manual test that tries to sync layout with programmatic scrolling.
638 * ManualTests/programmatic-scroll-flicker.html: Added.
640 2014-12-04 Alberto Garcia <berto@igalia.com>
642 can not find cairo-gl.h when build webkit with gtk on ubuntu 14.04
643 https://bugs.webkit.org/show_bug.cgi?id=136576
645 Reviewed by Carlos Garcia Campos.
647 CMake should complain if Accelerated 2D Canvas is explicitly
648 enabled but cairo-gl is not found.
650 * Source/cmake/OptionsGTK.cmake:
652 2014-12-03 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
654 [EFL] Add subtle crypto to the build system
655 https://bugs.webkit.org/show_bug.cgi?id=138612
657 Reviewed by Csaba Osztrogonác.
659 * Source/cmake/OptionsEfl.cmake:
661 2014-12-01 Gyuyoung Kim <gyuyoung.kim@samsung.com>
663 [EFL] Add a ENABLE_CSS_SCROLL_SNAP macro to CMake build system
664 https://bugs.webkit.org/show_bug.cgi?id=139085
666 Reviewed by Andreas Kling.
668 * Source/cmake/OptionsEfl.cmake: Add ENABLE_CSS_SCROLL_SNAP.
669 * Source/cmake/WebKitFeatures.cmake: ditto.
670 * Source/cmakeconfig.h.cmake: ditto.
672 2014-11-30 Ryuan Choi <ryuan.choi@navercorp.com>
674 [EFL] Drop support for the EFL 1.7
675 https://bugs.webkit.org/show_bug.cgi?id=139114
677 Reviewed by Gyuyoung Kim.
679 * Source/cmake/EFLHelpers.cmake: Removed.
680 * Source/cmake/FindEcore.cmake: Removed.
681 * Source/cmake/FindEdje.cmake: Removed.
682 * Source/cmake/FindEet.cmake: Removed.
683 * Source/cmake/FindEeze.cmake: Removed.
684 * Source/cmake/FindEfreet.cmake: Removed.
685 * Source/cmake/FindEina.cmake: Removed.
686 * Source/cmake/FindElementary.cmake: Removed.
687 * Source/cmake/FindEvas.cmake: Removed.
688 * Source/cmake/OptionsEfl.cmake:
690 2014-11-28 Philippe Normand <pnormand@igalia.com>
692 [CMake] Build failure against GStreamer git master
693 https://bugs.webkit.org/show_bug.cgi?id=138872
695 Reviewed by Csaba Osztrogon.
697 * Source/cmake/FindGStreamer.cmake: Simplified the
698 FIND_GSTREAMER_COMPONENT macro. Trust pkg-config for include
699 headers lookup, there's no need to do this manually. Also
700 explicitely check the version specified in GStreamer_FIND_VERSION.
702 2014-11-27 Ryuan Choi <ryuan.choi@navercorp.com>
704 [EFL] Remove E_Dbus dependency
705 https://bugs.webkit.org/show_bug.cgi?id=136355
707 Reviewed by Gyuyoung Kim.
709 * Source/cmake/FindE_DBus.cmake: Removed.
710 * Source/cmake/OptionsEfl.cmake:
712 2014-11-24 Carlos Garcia Campos <cgarcia@igalia.com>
714 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.1 release.
716 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
718 2014-11-20 Csaba Osztrogonác <ossy@webkit.org>
720 [CMake] Use ld.gold if it is available to speedup builds
721 https://bugs.webkit.org/show_bug.cgi?id=137953
723 Reviewed by Carlos Garcia Campos.
725 * Source/cmake/OptionsCommon.cmake:
727 2014-11-19 Akos Kiss <akiss@inf.u-szeged.hu>
729 Fix the detection of toolchain support for Cortex-A53 erratum 835769 workaround
730 https://bugs.webkit.org/show_bug.cgi?id=138840
732 Reviewed by Csaba Osztrogonác.
734 * Source/cmake/OptionsCommon.cmake:
736 2014-11-13 Csaba Osztrogonác <ossy@webkit.org>
738 Remove Source/Platform cruft
739 https://bugs.webkit.org/show_bug.cgi?id=138658
741 Reviewed by Anders Carlsson.
744 * Source/Platform: Removed.
746 2014-11-10 Akos Kiss <akiss@inf.u-szeged.hu>
748 Enable Cortex-A53-specific code paths by default if core is detected.
749 https://bugs.webkit.org/show_bug.cgi?id=138499
751 Reviewed by Csaba Osztrogonác.
753 On ARM64/Linux, check /proc/cpuinfo for CPU part 0xd03 (signaling
754 Cortex-A53) and set the initial value of WTF_CPU_ARM64_CORTEXA53 to true
757 Since on ARM64/Linux the part number that cpuinfo reports depends on
758 the core the query is run on, the check is bound to and executed on the
759 available cores one by one.
761 * Source/cmake/OptionsCommon.cmake:
763 2014-11-10 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
765 [EFL] Remove unnecessary version check from OptionsEfl.cmake
766 https://bugs.webkit.org/show_bug.cgi?id=138498
768 Reviewed by Csaba Osztrogonác.
770 * Source/cmake/OptionsEfl.cmake:
772 2014-11-07 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
774 [EFL] Require at least EFL 1.9 if ENABLE(ACCESSIBILITY) after r175098
775 https://bugs.webkit.org/show_bug.cgi?id=138465
777 Reviewed by Gyuyoung Kim.
779 * Source/cmake/OptionsEfl.cmake:
781 2014-11-03 Dean Jackson <dino@apple.com>
783 Add ENABLE_FILTERS_LEVEL_2 feature guard.
784 https://bugs.webkit.org/show_bug.cgi?id=138362
786 Reviewed by Tim Horton.
788 Add a new feature define for Level 2 of CSS Filters.
789 http://dev.w3.org/fxtf/filters-2/
791 * Source/cmake/OptionsEfl.cmake:
792 * Source/cmake/OptionsGTK.cmake:
793 * Source/cmake/OptionsMac.cmake:
794 * Source/cmake/WebKitFeatures.cmake:
795 * Source/cmakeconfig.h.cmake:
797 2014-11-03 Akos Kiss <akiss@inf.u-szeged.hu>
799 Workaround for Cortex-A53 erratum 835769
800 https://bugs.webkit.org/show_bug.cgi?id=138315
802 Reviewed by Filip Pizlo.
804 This patch introduces CMake variable and preprocessor macro
805 WTF_CPU_ARM64_CORTEXA53 with the aim of enabling Cortex-A53-specific
806 code paths, if set true.
808 * Source/cmake/OptionsCommon.cmake:
809 Add -mfix-cortex-a53-835769 to the compiler flags if compiler supports
811 * Source/cmakeconfig.h.cmake:
812 #cmakedefine01 for WTF_CPU_ARM64_CORTEXA53
814 2014-11-02 Akos Kiss <akiss@inf.u-szeged.hu>
816 [GTK] Fix the build of FTL JIT
817 https://bugs.webkit.org/show_bug.cgi?id=138298
819 Reviewed by Carlos Garcia Campos.
821 * Source/cmake/OptionsGTK.cmake:
822 Remove the need for the LIBCXXABI package.
824 2014-11-01 Carlos Garcia Campos <cgarcia@igalia.com>
826 REGRESSION(CMake): Make it possible to build without introspection
827 https://bugs.webkit.org/show_bug.cgi?id=138006
829 Reviewed by Philippe Normand.
831 Add ENABLE_INTROSPECTION option.
833 * Source/PlatformGTK.cmake: Dot not add gir global target if
834 introspection is disabled.
835 * Source/cmake/OptionsGTK.cmake: Do not add gir individual targets if
836 introspection is disabled.
838 2014-10-31 Adrian Perez de Castro <aperez@igalia.com>
840 [GTK] Support script message handlers WebKitUserContentManager
841 https://bugs.webkit.org/show_bug.cgi?id=133730
843 Reviewed by Carlos Garcia Campos.
845 Support user script message handlers in WebKitUserContentManager.
846 This needs building with ENABLE_USER_MESSAGE_HANDLERS, for which
847 an option is added to the CMake build files. The option is disabled
848 globally by default, and the WebKitGTK port enables it. On the API
849 level, two new methods to register and unregister names are provided
850 in the "window.webkit" namespace, and on message reception the
851 "WebKitUserContentManager::script-message-received" signal is
852 emitted, using the registered names as signal detail.
854 * Source/cmake/OptionsGTK.cmake: For the GTK port, enable the
855 ENABLE_USER_MESSAGE_HANDLERS feature by default.
856 * Source/cmake/WebKitFeatures.cmake: Add feature description for
857 ENABLE_USER_MESSAGE_HANDLERS, disabled by default.
859 2014-10-29 Raphael Kubo da Costa <rakuco@FreeBSD.org>
861 [GTK] Bump libsoup's minimum version to 2.42.0.
862 https://bugs.webkit.org/show_bug.cgi?id=138086
864 Reviewed by Martin Robinson.
866 The SOUP_CHECK_VERSION macro was added in libsoup 2.41.1, and the
867 soup-version.h header was added to soup.h in 2.41.4, which then becomes
868 the minimum version required to build the port these days.
870 In addition, since the autotools build system required 2.42.0 before
871 being retired, require the same version here. Version 2.42.0 was also
873 https://lists.webkit.org/pipermail/webkit-gtk/2013-March/001387.html.
875 * Source/cmake/OptionsGTK.cmake:
877 2014-10-28 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
879 [EFL] Remove unnecessary defines from OptionsEfl.cmake
880 https://bugs.webkit.org/show_bug.cgi?id=138132
882 Reviewed by Csaba Osztrogonác.
884 * Source/cmake/OptionsEfl.cmake:
886 2014-10-28 Carlos Garcia Campos <cgarcia@igalia.com>
888 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.1 release.
890 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
892 2014-10-21 Ryuan Choi <ryuan.choi@gmail.com>
894 [EFL] Remove unnecessary ENABLE_3D_RENDERING definition from OptionsEfl.cmake
895 https://bugs.webkit.org/show_bug.cgi?id=137946
897 Reviewed by Gyuyoung Kim.
899 ENABLE_3D_RENDERING is already enabled as WEBKIT_OPTION_DEFAULT_PORT_VALUE since r135813.
901 * Source/cmake/OptionsEfl.cmake:
903 2014-10-21 Dániel Bátyai <dbatyai.u-szeged@partner.samsung.com>
905 Fix FTL Native Inlining for EFL
906 https://bugs.webkit.org/show_bug.cgi?id=137774
908 Reviewed by Michael Saboff.
910 Updated CMake for FTL Native Inlining.
913 * Source/cmake/FindClang.cmake: Added.
914 * Source/cmake/OptionsEfl.cmake:
915 * Source/cmakeconfig.h.cmake:
917 2014-10-20 Joseph Pecoraro <pecoraro@apple.com>
919 Web Inspector: Generate all Inspector domains together in JavaScriptCore
920 https://bugs.webkit.org/show_bug.cgi?id=137748
922 Reviewed by Brian Burg.
924 * Source/PlatformEfl.cmake:
926 2014-10-20 Carlos Garcia Campos <cgarcia@igalia.com>
928 [GTK] Add initial gestures support
929 https://bugs.webkit.org/show_bug.cgi?id=137812
931 Reviewed by Sergio Villar Senin.
933 Check if the GTK+ version supports gestures or not.
935 * Source/cmake/FindGTK3.cmake:
936 * Source/cmake/OptionsGTK.cmake:
938 2014-10-16 Carlos Garcia Campos <cgarcia@igalia.com>
940 REGRESSION(CMake): [GTK] WebKitSettings:enable-smooth-scrolling does nothing
941 https://bugs.webkit.org/show_bug.cgi?id=137781
943 Reviewed by Martin Robinson.
945 We used to enable smooth scrolling unconditionally in autotools
946 (via WebKitFeatures.m4), but since the switch to CMake it's
947 unconditionally disabled, so changing the setting doesn't have any
950 * Source/cmake/OptionsGTK.cmake: Enable smooth scrolling.
952 2014-10-16 Pascal Jacquemart <p.jacquemart@samsung.com>
954 Removing CUSTOM_PROTOCOLS guard
955 https://bugs.webkit.org/show_bug.cgi?id=137741
957 Reviewed by Benjamin Poulain.
959 * Source/cmake/OptionsEfl.cmake:
961 2014-10-11 KwangHyuk Kim <hyuki.kim@samsung.com>
963 [EFL] Enable WebP support.
964 https://bugs.webkit.org/show_bug.cgi?id=136156
966 Reviewed by Gyuyoung Kim.
968 Add WebP package finding rule.
970 * Source/cmake/OptionsEfl.cmake:
972 2014-10-07 Pascal Jacquemart <p.jacquemart@samsung.com>
974 [EFL] Enable custom URI schemes with CustomProtocols
975 https://bugs.webkit.org/show_bug.cgi?id=128177
977 Reviewed by Gyuyoung Kim.
979 Fixing ewk_context_url_scheme_register() ewebkit2 API
980 rely on r162449 - CustomProtocols implementation from Carlos Garcia Campos
982 * Source/cmake/OptionsEfl.cmake: Forcing CUSTOM_PROTOCOLS flag
984 2014-10-01 Michael Catanzaro <mcatanzaro@igalia.com>
986 Bump version to 2.7.0
987 https://bugs.webkit.org/show_bug.cgi?id=137301
989 Rubber-stamped by Carlos Garcia Campos.
991 * Source/cmake/OptionsGTK.cmake: Bump version numbers
993 2014-09-30 Gyuyoung Kim <gyuyoung.kim@samsung.com>
995 [EFL] Rename TEST_THEME_DIR macro
996 https://bugs.webkit.org/show_bug.cgi?id=137244
998 Reviewed by Csaba Osztrogonác.
1000 * Source/cmake/OptionsEfl.cmake: Rename TEST_THEME_DIR to DEFAULT_THEME_DIR.
1002 2014-09-27 Dan Bernstein <mitz@apple.com>
1004 WebKit top of tree sources won't build in 10.9 w/ Xcode 6.0.1
1005 https://bugs.webkit.org/show_bug.cgi?id=137053
1007 Reviewed by Mark Rowe.
1009 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
1010 In the build pre-action, pass the --wksi and --llvm options to
1011 copy-webkitlibraries-to-product-directory.
1012 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme: Ditto.
1014 2014-09-26 Carlos Garcia Campos <cgarcia@igalia.com>
1016 [GTK] Enable CSS_IMAGE_SET in production builds
1017 https://bugs.webkit.org/show_bug.cgi?id=137142
1019 Reviewed by Alejandro G. Castro.
1021 This is required by the inspector to show some of the icons that
1022 has a HiDPI variant.
1024 * Source/cmake/OptionsGTK.cmake:
1026 2014-09-25 Carlos Garcia Campos <cgarcia@igalia.com>
1028 [Gtk] build.sh needs a -- before make options when the build command is cmake --build
1029 https://bugs.webkit.org/show_bug.cgi?id=136377
1031 Reviewed by Philippe Normand.
1033 * Source/cmake/OptionsGTK.cmake: Only create the build.sh script
1034 for CMake versions less than 3.
1036 2014-09-25 Csaba Osztrogonác <ossy@webkit.org>
1038 Remove WinCE port from trunk
1039 https://bugs.webkit.org/show_bug.cgi?id=136951
1041 Reviewed by Alex Christensen.
1043 * Source/cmake/OptionsWinCE.cmake: Removed.
1044 * Source/cmake/WebKitPackaging.cmake:
1046 2014-09-17 Renato Nagy <rnagy@inf.u-szeged.hu>
1048 [EFL][GTK] Remove WebKit1 related codes
1049 https://bugs.webkit.org/show_bug.cgi?id=136853
1051 Reviewed by Csaba Osztrogonác.
1053 Gtk and EFL WebKit1 ports no longer exist. Webkit1 related codes were deleted
1056 * Source/PlatformGTK.cmake:
1058 2014-09-16 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
1061 https://bugs.webkit.org/show_bug.cgi?id=136820
1063 Reviewed by Csaba Osztrogonác.
1065 * Source/cmake/FindICU.cmake:
1067 2014-09-15 Zan Dobersek <zdobersek@igalia.com>
1069 [CMake] Remove FIND_PACKAGE_HANDLE_STANDARD_ARGS call for WAYLAND_EGL in FindWayland.cmake
1070 https://bugs.webkit.org/show_bug.cgi?id=136814
1072 Reviewed by Philippe Normand.
1074 * Source/cmake/FindWayland.cmake: This line was committed by mistake.
1075 We bundle the wayland-egl dependency with wayland-client and wayland-server
1076 and store the resulting variables with the WAYLAND_ prefix. Because of this
1077 this line wasn't exporting anything useful.
1079 2014-09-12 Csaba Osztrogonác <ossy@webkit.org>
1081 URTBF after r173574.
1083 * Source/cmake/WebKitMacros.cmake:
1085 2014-09-11 László Langó <llango.u-szeged@partner.samsung.com>
1087 [JavaScriptCore] Fix FTL on platform EFL.
1088 https://bugs.webkit.org/show_bug.cgi?id=133571
1090 Reviewed by Filip Pizlo.
1094 * Source/cmake/FindLIBCXXABI.cmake: Removed.
1095 * Source/cmake/OptionsEfl.cmake:
1097 2014-09-08 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
1100 https://bugs.webkit.org/show_bug.cgi?id=136571
1102 Reviewed by Darin Adler.
1104 * Source/cmake/OptionsEfl.cmake:
1105 * Source/cmake/OptionsGTK.cmake:
1106 * Source/cmake/OptionsMac.cmake:
1107 * Source/cmake/WebKitFeatures.cmake:
1108 * Source/cmakeconfig.h.cmake:
1110 2014-09-04 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
1112 Remove CSS_FILTERS flag
1113 https://bugs.webkit.org/show_bug.cgi?id=136529
1115 Reviewed by Dirk Schulze.
1117 * Source/cmake/OptionsEfl.cmake:
1118 * Source/cmake/OptionsGTK.cmake:
1119 * Source/cmake/OptionsMac.cmake:
1120 * Source/cmake/WebKitFeatures.cmake:
1121 * Source/cmakeconfig.h.cmake:
1123 2014-09-01 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1125 [CMAKE] Build warning by INTERFACE_LINK_LIBRARIES
1126 https://bugs.webkit.org/show_bug.cgi?id=136194
1128 Reviewed by Csaba Osztrogonác.
1130 Set the LINK_INTERFACE_LIBRARIES target property on the top level CMakeLists.txt.
1134 2014-08-29 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
1136 [EFL] Remove non Coordinated Graphics code path from cmake build system after r142169
1137 https://bugs.webkit.org/show_bug.cgi?id=135560
1139 Reviewed by Gyuyoung Kim.
1141 * Source/cmake/OptionsEfl.cmake: Removed TILED_BACKING_STORE guard.
1143 2014-08-28 Brian J. Burg <burg@cs.washington.edu>
1145 WebInspectorUI.framework is not built for the "All Source" Xcode scheme
1146 https://bugs.webkit.org/show_bug.cgi?id=136343
1148 Reviewed by David Kilzer.
1150 The "build" and "run" actions in Xcode should copy over the latest Inspector resources.
1152 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
1153 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
1155 2014-08-27 Krzysztof Czech <k.czech@samsung.com>
1157 [EFL] Share fast/speechsynthesis/ with other ports
1158 https://bugs.webkit.org/show_bug.cgi?id=136224
1160 Reviewed by Chris Fleizach.
1162 Enable WebSpeech for EFL.
1164 * Source/cmake/OptionsEfl.cmake:
1166 2014-08-26 Krzysztof Czech <k.czech@samsung.com>
1168 [EFL] Utilize espeak as a synthesizer back-end for WebSpeech
1169 https://bugs.webkit.org/show_bug.cgi?id=136127
1171 Reviewed by Gyuyoung Kim.
1173 Add build support for espeak.
1175 * Source/cmake/FindEspeak.cmake: Added.
1176 * Source/cmake/OptionsEfl.cmake: Add Espeak dependency.
1178 2014-08-26 Ryuan Choi <ryuan.choi@samsung.com>
1180 [EFL] Build break using clang
1181 https://bugs.webkit.org/show_bug.cgi?id=136245
1183 Reviewed by Gyuyoung Kim.
1185 * Source/cmake/OptionsEfl.cmake:
1186 Disable ENABLE_WERROR when compiler is Clang as workaround because there are too many warnings.
1187 Some warnings are from system libraries.
1189 2014-08-25 Alberto Garcia <berto@igalia.com>
1191 [GTK] Unify webkitgtk and webkit2gtk directories
1192 https://bugs.webkit.org/show_bug.cgi?id=136209
1194 Reviewed by Carlos Garcia Campos.
1196 Use webkit2gtk-X.X both for the process binaries and the injected
1199 * Source/cmake/OptionsGTK.cmake:
1201 2014-08-24 Ryuan Choi <ryuan.choi@samsung.com>
1203 [EFL] Move Efl specific code from Source/CMakeLists.txt
1204 https://bugs.webkit.org/show_bug.cgi?id=136206
1206 Reviewed by Gyuyoung Kim.
1208 WebKit/Efl only uses ENABLE_WERROR so it can be moved into OptionsEfl.cmake.
1209 Inaddition, renamed ADDITIONAL_FLAGS to ADDITIONAL_COMPILER_FLAGS.
1211 * Source/CMakeLists.txt:
1212 * Source/cmake/OptionsEfl.cmake:
1214 2014-08-24 Ryuan Choi <ryuan.choi@samsung.com>
1216 [EFL] Introduce DEVELOPER_MODE
1217 https://bugs.webkit.org/show_bug.cgi?id=135884
1219 Reviewed by Gyuyoung Kim.
1221 Like GTK port, DEVELOPER_MODE can be good solution for developing, debugging and testing
1222 instead of SHARED_CORE.
1223 SHARED_CORE can reduce link time and memory consumption but it is slightly different
1224 from release binary.
1226 * Source/cmake/OptionsEfl.cmake:
1227 * Source/cmake/WebKitHelpers.cmake:
1228 Moved fvisibility=hidden to OptionsEfl.cmake
1230 2014-08-22 KwangHyuk Kim <hyuki.kim@samsung.com>
1232 [EFL] Turn on ENABLE_GAMEPAD_DEPRECATED option.
1233 https://bugs.webkit.org/show_bug.cgi?id=136110
1235 Reviewed by Gyuyoung Kim.
1237 Turn on ENABLE_GAMEPAD_DEPRECATED option for the WK2 Efl.
1239 * Source/cmake/OptionsEfl.cmake:
1241 2014-08-22 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1243 [EFL] Apply eflsymbols.filter to WebKit2
1244 https://bugs.webkit.org/show_bug.cgi?id=136148
1246 Reviewed by Csaba Osztrogonác.
1248 eflsymbol filter hasn't been applied to WK2 port. Additionally clean up WK1 symbol
1249 in the eflsymbols.filter.
1251 * Source/cmake/OptionsEfl.cmake:
1252 * Source/cmake/eflsymbols.filter:
1254 2014-08-21 Zalan Bujtas <zalan@apple.com>
1256 Enable SATURATED_LAYOUT_ARITHMETIC.
1257 https://bugs.webkit.org/show_bug.cgi?id=136106
1259 Reviewed by Simon Fraser.
1261 SATURATED_LAYOUT_ARITHMETIC protects LayoutUnit against arithmetic overflow.
1262 (No measurable performance regression on Mac.)
1264 * Source/cmake/OptionsMac.cmake:
1265 * Source/cmake/WebKitFeatures.cmake:
1266 * Source/cmakeconfig.h.cmake:
1268 2014-08-19 Zalan Bujtas <zalan@apple.com>
1270 Remove ENABLE(SUBPIXEL_LAYOUT).
1271 https://bugs.webkit.org/show_bug.cgi?id=136077
1273 Reviewed by Simon Fraser.
1275 Remove compile time flag SUBPIXEL_LAYOUT. All ports have it enabled for a while now.
1277 * Source/cmake/OptionsEfl.cmake:
1278 * Source/cmake/OptionsGTK.cmake:
1279 * Source/cmake/OptionsMac.cmake:
1280 * Source/cmake/WebKitFeatures.cmake:
1281 * Source/cmakeconfig.h.cmake:
1283 2014-08-17 Zan Dobersek <zdobersek@igalia.com>
1285 [CMake] Optimization-disabling compiler flags should be appended to CMAKE_C(XX)_FLAGS_RELEASE
1286 https://bugs.webkit.org/show_bug.cgi?id=135980
1288 Reviewed by Martin Robinson.
1290 CMAKE_C(XX)_FLAGS_RELEASE variables usually contain the -On flag which
1291 overrides any other disabled optimization that was prepended to these
1292 variables or was added to the CMAKE_C(XX)_FLAGS variables which CMake
1293 lists first in the final list of compilation flags.
1295 To avoid -On re-enabling optimizations that we'd like to keep disabled,
1296 the specific compiler flags must be appended to CMAKE_C(XX)_FLAGS_RELEASE.
1298 * Source/cmake/OptionsCommon.cmake:
1299 * Source/cmake/OptionsEfl.cmake: Also do the appending with CMAKE_SHARED_LINKER_FLAGS_RELEASE.
1300 * Source/cmake/OptionsGTK.cmake:
1302 2014-08-15 Carlos Garcia Campos <cgarcia@igalia.com>
1304 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.5.3 release.
1306 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1308 2014-08-15 Ting-Wei Lan <lantw44@gmail.com>
1310 [GTK] Disable memory sampler on non-Linux system
1311 https://bugs.webkit.org/show_bug.cgi?id=134483
1313 Reviewed by Philippe Normand.
1315 Source/WebKit2/Shared/linux/WebMemorySamplerLinux.cpp only works on
1316 Linux because it uses many Linux-specific features, so we should disable
1317 memory sampler on other systems by default.
1319 * Source/cmake/OptionsGTK.cmake:
1321 2014-08-15 Carlos Garcia Campos <cgarcia@igalia.com>
1323 [GTK] HTML API documentation should also be installed versioned
1324 https://bugs.webkit.org/show_bug.cgi?id=135970
1326 Reviewed by Philippe Normand.
1328 * Source/PlatformGTK.cmake: Append -${WEBKITGTK_API_VERSION} to
1331 2014-08-14 Tomas Popela <tpopela@redhat.com>
1333 Add support for ppc, ppc64, ppc64le, s390, s390x into the CMake build
1334 https://bugs.webkit.org/show_bug.cgi?id=135937
1336 Reviewed by Carlos Garcia Campos.
1340 2014-08-14 Carlos Garcia Campos <cgarcia@igalia.com>
1342 [GTK] REGRESSION(r171598, CMake): Introspection files are installed at the wrong path
1343 https://bugs.webkit.org/show_bug.cgi?id=135934
1345 Reviewed by Gustavo Noronha Silva.
1347 Since r171598 gir files are installed under $datadir/webkitgtk-4.0/gir-1.0/.
1348 The gir files should installed in $datadir/gir-1.0/ together with all other
1349 gir files. We don't need to install introspection files in a versioned
1350 directory because their filenames already contain the binary version. But before
1351 r171598, the files were only installed to the right directory if the
1352 gobject-instrospection pkg-config file was in the same prefix than the one we
1353 wanted to install, because the gir and typelibs directories were extracted from
1354 the pkg-config file. We should define INTROSPECTION_INSTALL_GIRDIR and
1355 INTROSPECTION_INSTALL_TYPELIBDIR in OptionsGTK.cmake based on $datadir and $libdir
1356 like we do in the autotools build.
1358 * Source/cmake/FindGObjectIntrospection.cmake: Do not define
1359 INTROSPECTION_INSTALL_GIRDIR and INTROSPECTION_INSTALL_TYPELIBDIR.
1360 * Source/cmake/OptionsGTK.cmake: Define
1361 INTROSPECTION_INSTALL_GIRDIR and INTROSPECTION_INSTALL_TYPELIBDIR.
1363 2014-08-14 Carlos Garcia Campos <cgarcia@igalia.com>
1365 [GTK] WebKit DOM documentation (webkitdomgtk) not installed after make install
1366 https://bugs.webkit.org/show_bug.cgi?id=135836
1368 Reviewed by Philippe Normand.
1370 * Source/PlatformGTK.cmake: Add install command to also install
1371 the GObject DOM bindings API docs.
1373 2014-08-14 Zan Dobersek <zdobersek@igalia.com>
1375 Unreviewed. In r165709 I mistakenly appended the -fno-exceptions
1376 and -fno-strict-aliasing compiler flags to CMAKE_CXX_FLAGS and then
1377 re-set CMAKE_C_FLAGS with the new string. The two flags should really
1378 be appended to CMAKE_C_FLAGS and the same variable re-set with the
1381 * Source/cmake/OptionsCommon.cmake:
1383 2014-08-13 Alex Christensen <achristensen@webkit.org>
1385 Progress towards CMake on Mac.
1386 https://bugs.webkit.org/show_bug.cgi?id=135819
1388 Reviewed by Laszlo Gombos.
1390 * Source/cmake/OptionsMac.cmake:
1391 Disable some more features temporarily to get CMake working.
1392 * Source/cmake/WebKitMacros.cmake:
1393 Added an extension parameter to GENERATE_BINDINGS to allow ObjC bindings to generate .mm files.
1395 2014-08-12 Eduardo Lima Mitev <elima@igalia.com>
1397 [GTK] Subtle-crypto feature off by default and add a new configure flag to enable it
1398 https://bugs.webkit.org/show_bug.cgi?id=135798
1400 Reviewed by Philippe Normand.
1402 * Source/cmake/OptionsGTK.cmake: Makes SUBTLE_CRYPTO flag off by default.
1404 2014-08-12 Eduardo Lima Mitev <elima@igalia.com>
1405 [GTK] Adds dependency on GnuTLS 3.0+ for the implementation of subtle crypto algorithms
1406 https://bugs.webkit.org/show_bug.cgi?id=133317
1408 GnuTLS is already an indirect dependency through libsoup -> glib-networking.
1410 Reviewed by Philippe Normand.
1412 No new tests since no new functionality has been added.
1414 * Source/cmake/OptionsGTK.cmake: Adds search for required GnuTLS package
1416 2014-08-11 Commit Queue <commit-queue@webkit.org>
1418 Unreviewed, rolling out r172393.
1419 https://bugs.webkit.org/show_bug.cgi?id=135796
1421 discussion needed about GnuTLS version bump on the bots
1422 (Requested by philn on #webkit).
1426 https://bugs.webkit.org/show_bug.cgi?id=133317
1427 http://trac.webkit.org/changeset/172393
1429 2014-08-11 Eduardo Lima Mitev <elima@igalia.com>
1430 [GTK] Adds dependency on GnuTLS 3.0+ for the implementation of subtle crypto algorithms
1431 https://bugs.webkit.org/show_bug.cgi?id=133317
1433 GnuTLS is already an indirect dependency through libsoup -> glib-networking.
1435 Reviewed by Philippe Normand.
1437 No new tests since no new functionality has been added.
1439 * Source/cmake/OptionsGTK.cmake: Adds search for required GnuTLS package
1441 2014-08-11 Eduardo Lima Mitev <elima@igalia.com>
1443 [GTK] Adds stubs for all subtle crypto algorithm implemntations
1444 https://bugs.webkit.org/show_bug.cgi?id=133316
1446 Reviewed by Philippe Normand.
1448 * Source/cmake/OptionsGTK.cmake: Add ENABLE_SUBTLE_CRYPTO option
1449 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_SUBTLE_CRYPTO option
1450 * Source/cmakeconfig.h.cmake: Define ENABLE_SUBTLE_CRYPTO
1452 2014-08-11 Carlos Garcia Campos <cgarcia@igalia.com>
1454 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.5.2 release.
1456 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1458 2014-08-10 Carlos Garcia Campos <cgarcia@igalia.com>
1460 [GTK] REGRESSION(r166239): The ld version script is not being used
1461 https://bugs.webkit.org/show_bug.cgi?id=135694
1463 Reviewed by Martin Robinson.
1465 Move the symbols filter file from Tools/gtk to Source/cmake and rename
1466 it as gtksymbols.filter. Also updated it, since some of the symbols
1467 exported were renamed.
1469 * Source/cmake/OptionsGTK.cmake:
1470 * Source/cmake/gtksymbols.filter: Renamed from Tools/gtk/symbols.filter.
1472 2014-08-10 Carlos Garcia Campos <cgarcia@igalia.com>
1474 [GTK] Child processes should be installed in a versioned directory
1475 https://bugs.webkit.org/show_bug.cgi?id=135754
1477 Reviewed by Gustavo Noronha Silva.
1479 Define LIBEXEC_INSTALL_DIR as
1480 ${CMAKE_INSTALL_FULL_LIBEXECDIR}/webkitgtk-${WEBKITGTK_API_VERSION}
1481 so that the child processes are installed in $libexec/webkitgtk-4.0.
1482 This makes it possible to install 2.6 in parallel to older versions.
1484 * Source/cmake/OptionsGTK.cmake:
1486 2014-08-08 Alex Christensen <achristensen@webkit.org>
1488 Progress towards using CMake on Mac.
1489 https://bugs.webkit.org/show_bug.cgi?id=135662
1491 Reviewed by Laszlo Gombos.
1494 Mavericks has a flex version of "flex 2.5.35 Apple(flex-31)" which CMake doesn't like on Mac.
1495 * Source/cmake/WebKitFeatures.cmake:
1496 * Source/cmakeconfig.h.cmake:
1497 Added features that are needed by the Mac port.
1498 * Source/cmake/OptionsMac.cmake:
1499 Enable CSS_IMAGE_SET based on FeatureDefines.h.
1500 Disable the FTL with CMake for now.
1501 * Source/cmake/OptionsEFL.cmake:
1502 * Source/cmake/OptionsGTK.cmake:
1503 Enable subpixel layout to not conflict with FeatureDefines.h
1505 2014-08-08 Simon Fraser <simon.fraser@apple.com>
1507 Undo some erroneous changes to the Xcode scheme files from r172259.
1509 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
1510 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
1512 2014-08-08 Zan Dobersek <zdobersek@igalia.com>
1514 [CMake] Drop the required version of CMake down to 2.8.8
1515 https://bugs.webkit.org/show_bug.cgi?id=135713
1517 Reviewed by Alex Christensen.
1519 * CMakeLists.txt: Require CMake 2.8.8.
1521 2014-08-07 Benjamin Poulain <bpoulain@apple.com>
1523 Get rid of INPUT_SPEECH
1524 https://bugs.webkit.org/show_bug.cgi?id=135672
1526 Reviewed by Andreas Kling.
1528 * Source/cmake/OptionsMac.cmake:
1529 * Source/cmake/WebKitFeatures.cmake:
1530 * Source/cmakeconfig.h.cmake:
1532 2014-08-07 Csaba Osztrogonác <ossy@webkit.org>
1534 [GTK] Disable IndexedDB
1535 https://bugs.webkit.org/show_bug.cgi?id=135692
1537 Reviewed by Carlos Garcia Campos.
1539 * Source/cmake/OptionsGTK.cmake:
1541 2014-08-06 Dean Jackson <dino@apple.com>
1543 ENABLE_CSS_TRANSFORMS_ANIMATIONS_UNPREFIXED is not used anywhere. Remove it.
1544 https://bugs.webkit.org/show_bug.cgi?id=135675
1546 Reviewed by Sam Weinig.
1548 * Source/cmake/OptionsGTK.cmake:
1549 * Source/cmake/OptionsMac.cmake:
1550 * Source/cmake/WebKitFeatures.cmake:
1551 * Source/cmakeconfig.h.cmake:
1553 2014-08-06 David Farler <dfarler@apple.com>
1555 Unreviewed build fix: Make includes semicolon in assignment.
1557 * Makefile.shared: Remove a ;
1559 2014-08-06 David Farler <dfarler@apple.com>
1561 Set DSYMUTIL_NUM_THREADS to the number of logical cores
1562 https://bugs.webkit.org/show_bug.cgi?id=135655
1564 Reviewed by Mark Rowe.
1566 * Makefile.shared: Export DSYMUTIL_NUM_THREADS.
1568 2014-08-06 Carlos Garcia Campos <cgarcia@igalia.com>
1570 [GTK] Be able to disable gtk2 dependency
1571 https://bugs.webkit.org/show_bug.cgi?id=135505
1573 Reviewed by Gustavo Noronha Silva.
1575 Add ENABLE_PLUGIN_PROCESS_GTK2 compile option. GTK+2 is only
1576 required when it's enabled. It's enabled by default.
1578 * Source/cmake/OptionsGTK.cmake:
1580 2014-08-05 Alex Christensen <achristensen@webkit.org>
1583 https://bugs.webkit.org/show_bug.cgi?id=135620
1585 Reviewed by Laszlo Gombos.
1587 * Source/cmake/OptionsMac.cmake:
1588 Use UDIS86 by default on Mac.
1590 2014-08-04 Benjamin Poulain <benjamin@webkit.org>
1592 Add a flag for the CSS Selectors level 4 implementation
1593 https://bugs.webkit.org/show_bug.cgi?id=135535
1595 Reviewed by Andreas Kling.
1597 * Source/cmake/OptionsEfl.cmake:
1598 * Source/cmake/OptionsGTK.cmake:
1599 * Source/cmake/WebKitFeatures.cmake:
1600 * Source/cmakeconfig.h.cmake:
1602 2014-08-04 Alex Christensen <achristensen@webkit.org>
1604 Progress towards CMake on Mac.
1605 https://bugs.webkit.org/show_bug.cgi?id=135528
1607 Reviewed by Gyuyoung Kim.
1609 * Source/cmake/OptionsMac.cmake:
1610 Made options list based on FeatureDefines.xcconfig files.
1612 2014-08-04 Zan Dobersek <zdobersek@igalia.com>
1614 [GTK] Windowing target support should reflect the support in the GTK+ dependency
1615 https://bugs.webkit.org/show_bug.cgi?id=134736
1617 Reviewed by Martin Robinson.
1619 * Source/cmake/FindGTK3.cmake: Don't error out if the GTK+ dependency doesn't
1620 support the X11 or Wayland windowing targets -- instead, if there's no support
1621 the specific target is disabled, and an error is thrown only if neither of the
1622 backends is enabled at the end..
1623 For now the X11 target remains enabled by default, and the Wayland target is
1624 kept disabled. Once it's possible to have both targets enabled at runtime in
1625 WebKit, the Wayland target will be enabled as well and we'll leave it to the
1626 GTK+ dependency to determine which targets can be enabled.
1628 2014-08-04 Zan Dobersek <zdobersek@igalia.com>
1630 [CMake] Add FindWayland.cmake
1631 https://bugs.webkit.org/show_bug.cgi?id=135540
1633 Reviewed by Martin Robinson.
1635 * Source/cmake/FindWayland.cmake: Added. Enables finding the Wayland
1636 dependency. For now bundles the wayland-client, wayland-server and
1637 wayland-egl pkg-config targets into one dependency, but these could
1638 be split in the future if necessary.
1640 2014-08-03 Ryuan Choi <ryuan.choi@samsung.com>
1642 [EFL] Move DATA_INSTALL_DIR to ewebkit2-0
1643 https://bugs.webkit.org/show_bug.cgi?id=135553
1645 Reviewed by Gyuyoung Kim.
1647 Since WebKit1/Efl is dropped, we don't need to use ewebkit-1 and ewebkit2-1.
1648 And removed WebKit_OUTPUT_NAME variable which is not used anymore on the EFL port.
1650 * Source/cmake/OptionsEfl.cmake:
1652 2014-08-01 Bear Travis <betravis@adobe.com>
1654 [Feature Queries] Enable Feature Queries on EFL/GTK
1655 https://bugs.webkit.org/show_bug.cgi?id=134902
1657 Reviewed by Benjamin Poulain.
1659 Enable CSS Feature Queries by default on the EFL and GTK
1662 * Source/cmake/OptionsEfl.cmake:
1663 * Source/cmake/OptionsGTK.cmake:
1665 2014-08-01 Alex Christensen <achristensen@webkit.org>
1667 Progress towards cmake on Windows.
1668 https://bugs.webkit.org/show_bug.cgi?id=135484
1670 Reviewed by Martin Robinson.
1673 Added Mac to list of ports, even though it is not done yet.
1674 Changed minimum bison version to version installed on Macs.
1675 * Source/cmake/OptionsAppleWin.cmake:
1676 Added some definitions.
1677 * Source/cmake/OptionsEfl.cmake:
1678 * Source/cmake/OptionsGTK.cmake:
1679 Set WTF_LIBRARY_TYPE to STATIC to not change WTF linking on EFL or GTK ports.
1680 * Source/cmake/OptionsMac.cmake: Added blank for now.
1681 * Source/cmake/OptionsWinCairo.cmake:
1682 * Source/cmake/OptionsWindows.cmake:
1683 Added some definitions.
1684 Removed /WX (warnings treated as error while compiling).
1685 Copied warnings to ignore from WebKitLibraries/win/tools/vsprops/common.props.
1687 2014-08-01 Carlos Garcia Campos <cgarcia@igalia.com>
1689 [CMake] GTK and EFL are using PROJECT_VERSION_PATCH to define the micro version
1690 https://bugs.webkit.org/show_bug.cgi?id=135501
1692 Reviewed by Gyuyoung Kim.
1694 Use PROJECT_VERSION_MICRO instead.
1696 * Source/cmake/OptionsEfl.cmake:
1697 * Source/cmake/OptionsGTK.cmake:
1698 * Source/cmake/WebKitHelpers.cmake:
1700 2014-07-31 Ryuan Choi <ryuan.choi@samsung.com>
1702 [EFL] Bump ewebkit version to 1.11
1703 https://bugs.webkit.org/show_bug.cgi?id=135487
1705 Reviewed by Gyuyoung Kim.
1707 * Source/cmake/OptionsEfl.cmake: Bump version numbers.
1709 2014-07-31 Carlos Alberto Lopez Perez <clopez@igalia.com>
1711 [EFL] Add support for building with Geoclue2.
1712 https://bugs.webkit.org/show_bug.cgi?id=135455
1714 Reviewed by Gyuyoung Kim.
1716 * Source/cmake/OptionsEfl.cmake: Add gio-unix if ENABLE_GEOLOCATION
1719 2014-07-31 Carlos Garcia Campos <cgarcia@igalia.com>
1721 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.5.1 release.
1723 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1725 2014-07-31 Carlos Garcia Campos <cgarcia@igalia.com>
1727 [GTK] Bump binary version for 2.6
1728 https://bugs.webkit.org/show_bug.cgi?id=133724
1730 Reviewed by Philippe Normand.
1732 * Source/cmake/OptionsGTK.cmake: Bump binary version to 4.0 and
1733 update library version numbers.
1735 2014-07-30 Zan Dobersek <zdobersek@igalia.com>
1737 [CMake] Bump the minimum required version
1738 https://bugs.webkit.org/show_bug.cgi?id=135382
1740 Reviewed by Gyuyoung Kim.
1742 * CMakeLists.txt: Bump the minimum required version to 2.8.11 after
1743 we introduced usage of target_include_directories().
1745 2014-07-29 Hunseop Jeong <hs85.jeong@samsung.com>
1747 [EFL][GTK] Remove ACCELERATED_COMPOSITING compile flag
1748 https://bugs.webkit.org/show_bug.cgi?id=135376
1750 Reviewed by Gyuyoung Kim.
1752 ACCELERATED_COMPOSITING was changed to the mandatory code after r163079.
1754 * Source/cmake/OptionsEfl.cmake:
1755 * Source/cmake/OptionsGTK.cmake:
1757 2014-07-25 Michael Catanzaro <mcatanzaro@igalia.com>
1759 [GTK] CMake tries to install JavaScriptCore-3.0.gir outside of install prefix
1760 https://bugs.webkit.org/show_bug.cgi?id=135288
1762 Reviewed by Martin Robinson.
1764 * Source/cmake/FindGObjectIntrospection.cmake: pass correct libdir and
1765 datadir to pkgconfig
1766 * Source/cmake/OptionsGTK.cmake: define install directories early
1767 enough to be used in FindGObjectIntrospection.cmake
1769 2014-07-23 Bem Jones-Bey <bjonesbe@adobe.com>
1771 Remove CSS_EXCLUSIONS compile flag and leftover code
1772 https://bugs.webkit.org/show_bug.cgi?id=135175
1774 Reviewed by Zoltan Horvath.
1776 At this point, the CSS_EXCLUSIONS flag guards nothing but some useless
1777 stubs. This removes the flag and the useless code.
1779 * Source/cmake/WebKitFeatures.cmake:
1780 * Source/cmakeconfig.h.cmake:
1782 2014-07-22 Adrian Perez de Castro <aperez@igalia.com>
1784 [GStreamer] [GTK] WebKit does not build with GStreamer 1.4
1785 https://bugs.webkit.org/show_bug.cgi?id=135114
1787 Fix build with GStreamer 1.4
1789 Reviewed by Philippe Normand.
1791 * Source/cmake/FindGStreamer.cmake: Check version 1.4.0 for the
1792 gst-mpegts component instead of the unstable 1.3.x verstions.
1794 2014-07-21 Carlos Garcia Campos <cgarcia@igalia.com>
1796 [GTK] Simplify make-dist command line arguments
1797 https://bugs.webkit.org/show_bug.cgi?id=134832
1799 Reviewed by Martin Robinson.
1801 * Source/PlatformGTK.cmake: Use --version instead of
1802 --tarball-root when running make-dist.py.
1804 2014-07-18 Jon Honeycutt <jhoneycutt@apple.com>
1806 Add a manual test for r135044
1808 <https://bugs.webkit.org/show_bug.cgi?id=135044>
1810 Rubber-stamped by Andy Estes.
1812 * ManualTests/ios/typing-in-field-that-clears-on-keyup.html: Added.
1814 2014-07-18 Dana Burkart <dburkart@apple.com>
1816 Add a new 'analyze' target to the makefile. This will make use of a new
1817 'PATH_TO_SCAN_BUILD' which, if set will wrap xcodebuild in the clang
1819 https://bugs.webkit.org/show_bug.cgi?id=135057
1820 <rdar://problem/10193187>
1822 Reviewed by David Kilzer.
1828 2014-07-15 Ryuan Choi <ryuan.choi@samsung.com>
1830 [CMAKE] ENABLE_ENCRYPTED_MEDIA_V2 should depend on ENABLE_VIDEO
1831 https://bugs.webkit.org/show_bug.cgi?id=134963
1833 Reviewed by Gyuyoung Kim.
1835 ENCRYPTED_MEDIA_V2 requires VIDEO enabled.
1837 * Source/cmake/WebKitFeatures.cmake: Added the dependency for ENABLE_ENCRYPTED_MEDIA_V2.
1839 2014-07-14 Daniel Bates <dabates@apple.com>
1841 [iOS] Add tests to ensure CSS :active and :hover are applied when processing touch events
1842 https://bugs.webkit.org/show_bug.cgi?id=134905
1843 <rdar://problem/16602779>
1845 Reviewed by Simon Fraser.
1847 Add a manual test to ensure that styles for CSS pseudo-class :hover aren't temporarily cleared
1848 on the tapped element when processing a touchend as a result of finger pressing and releasing
1849 on the same element that is initially positioned outside the visible content area.
1851 * ManualTests/ios/touchstart-touchend-on-same-element-should-not-clear-hover.html: Added.
1853 2014-07-11 Carlos Garcia Campos <cgarcia@igalia.com>
1855 [GTK] Enable VIDEO_TRACK by default
1856 https://bugs.webkit.org/show_bug.cgi?id=134801
1858 Reviewed by Philippe Normand.
1860 * Source/cmake/OptionsGTK.cmake:
1862 2014-07-10 Carlos Garcia Campos <cgarcia@igalia.com>
1864 [GTK][CMake] Add a 'distcheck' target
1865 https://bugs.webkit.org/show_bug.cgi?id=130675
1867 Reviewed by Gustavo Noronha Silva.
1869 * Source/PlatformGTK.cmake: Add distcheck target.
1871 2014-07-10 Carlos Garcia Campos <cgarcia@igalia.com>
1873 [GTK] Use the same default options for production builds that previous stable releases
1874 https://bugs.webkit.org/show_bug.cgi?id=134589
1876 Reviewed by Martin Robinson.
1878 Change the default value of some features to match our stable releases.
1879 Add FindCairoGL to find cairo-gl libraries and make accelearetd 2D
1880 canvas depend on whether cairo-gl is found.
1882 * Source/cmake/FindCairoGL.cmake: Added.
1883 * Source/cmake/OptionsGTK.cmake:
1885 2014-07-08 Sun-woo Nam <sunny.nam@samsung.com>
1887 [EFL] Support Encrypted Media Extensions.
1888 https://bugs.webkit.org/show_bug.cgi?id=134750
1890 Reviewed by Gyuyoung Kim.
1892 Webkit needs to play encrypted media contents when media player
1893 is played by Media source extensions and normal video procedure.
1895 * Source/cmake/OptionsEfl.cmake: Turn on ENABLE_ENCRYPTED_MEDIA_V2
1897 2014-07-08 Alex Christensen <achristensen@webkit.org>
1899 Steps towards CMake on Windows.
1900 https://bugs.webkit.org/show_bug.cgi?id=134716
1902 Reviewed by Martin Robinson.
1905 Added AppleWin and WinCairo to list of CMake ports.
1906 * Source/cmake/OptionsAppleWin.cmake: Added.
1907 * Source/cmake/OptionsWinCairo.cmake: Added.
1908 * Source/cmake/OptionsWindows.cmake:
1909 Windows needs to use the system malloc. Other options to come.
1911 2014-07-04 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1913 [EFL] Support Geolocation
1914 https://bugs.webkit.org/show_bug.cgi?id=134439
1916 Reviewed by Antonio Gomes.
1918 * Source/cmake/OptionsEfl.cmake: Turn on ENABLE_GEOLOCATION.
1920 2014-07-03 Ryuan Choi <ryuan.choi@samsung.com>
1922 Broken build with build-webkit --no-video
1923 https://bugs.webkit.org/show_bug.cgi?id=134587
1925 Reviewed by Darin Adler.
1927 MEDIA_CONTROLS_SCRIPT requires VIDEO enabled.
1929 * Source/cmake/WebKitFeatures.cmake: Added the dependency for ENABLE_MEDIA_CONTROLS_SCRIPT.
1931 2014-07-03 Carlos Garcia Campos <cgarcia@igalia.com>
1933 [GTK] The list of features shown by cmake is not accurate
1934 https://bugs.webkit.org/show_bug.cgi?id=134588
1936 Reviewed by Gustavo Noronha Silva.
1938 The problem is that some options might change after the feature
1939 list has been printed.
1941 * Source/cmake/OptionsGTK.cmake: Find package dependencies before
1942 setting the default values of features and set WEBGL value
1943 depending on the dependencies, and API_TEST depending on whether
1944 developer mode is enabled or not.
1946 2014-07-03 Ryuan Choi <ryuan.choi@samsung.com>
1948 [CMAKE] Add WEBKIT_OPTION_DEPEND macro to resolve macro dependency
1949 https://bugs.webkit.org/show_bug.cgi?id=134578
1951 Reviewed by Gyuyoung Kim.
1953 Some options depend on another option such as ENABLE_VIDEO_TRACK and ENABLE_VIDEO.
1954 This patch adds WEBKIT_OPTION_DEPEND to check the depending option and
1955 disable related option if it is not ON.
1957 * Source/cmake/OptionsEfl.cmake: Removed hack for option dependency.
1958 * Source/cmake/OptionsGTK.cmake: Ditto.
1959 * Source/cmake/WebKitFeatures.cmake: Added WEBKIT_OPTION_DEPEND macro.
1961 2014-07-02 Carlos Garcia Campos <cgarcia@igalia.com>
1963 [GTK] make dist is broken
1964 https://bugs.webkit.org/show_bug.cgi?id=134542
1966 Reviewed by Martin Robinson.
1968 * Source/PlatformGTK.cmake: Remove ENABLE_WEBKIT check.
1970 2014-07-01 Zan Dobersek <zdobersek@igalia.com>
1972 [CMake] Add necessary support for building for the Wayland target
1973 https://bugs.webkit.org/show_bug.cgi?id=134160
1975 Reviewed by Darin Adler.
1977 * Source/cmake/FindGTK3.cmake: Check for the gtk+-x11-3.0 package if the X11 target
1978 is enabled, and that its version matches the version of the generic package. Same
1979 for the gtk+-wayland-3.0 package and the Wayland target.
1980 * Source/cmake/OptionsCommon.cmake: Don't add the -DXP_UNIX definition here.
1981 * Source/cmake/OptionsEfl.cmake: Add -DXP_UNIX here for the EFL port, under the same
1982 condition as in OptionsCommon.cmake. ENABLE_X11_TARGET is enabled by default for EFL
1983 so they keep building the TestNetscapePlugin target.
1984 * Source/cmake/OptionsGTK.cmake: Enable the X11 target and disable the Wayland target
1985 by default. Group all the X11-specific macro definitions (WTF_PLATFORM_X11, MOZ_X11,
1986 XP_UNIX) and only add them if the X11 target is enabled. Similar goes for the Wayland
1987 target and WTF_PLATFORM_WAYLAND. The Wayland target requires GTK+ 3.12.0, so that's
1988 the minimum required version as soon as that target is enabled. Only search for GLX
1989 if the X11 target is enabled.
1991 2014-06-29 Yoav Weiss <yoav@yoav.ws>
1993 Add support for HTMLImageElement's sizes attribute
1994 https://bugs.webkit.org/show_bug.cgi?id=133620
1996 Reviewed by Dean Jackson.
1998 Added an ENABLE_PICTURE_SIZES compile flag.
2000 * Source/cmake/WebKitFeatures.cmake:
2001 * Source/cmakeconfig.h.cmake:
2003 2014-06-26 Daniel Bates <dabates@apple.com>
2005 [iOS][WK2] Distant focusable element may not be scrolled into view when focused using keyboard
2006 https://bugs.webkit.org/show_bug.cgi?id=134309
2007 <rdar://problem/17427385>
2009 Reviewed by Darin Adler.
2011 Add a manual test to ensure that we scroll to a distant focused text field when it's focused
2014 * ManualTests/ios/scroll-to-distant-keyboard-focused-text-field.html: Added.
2016 2014-06-25 Laszlo Gombos <l.gombos@samsung.com>
2018 Remove build guard for progress element
2019 https://bugs.webkit.org/show_bug.cgi?id=134292
2021 Reviewed by Benjamin Poulain.
2023 The build flag is no longer needed as it is always on.
2025 * Source/cmake/WebKitFeatures.cmake:
2026 * Source/cmakeconfig.h.cmake:
2028 2014-06-23 Krzysztof Czech <k.czech@samsung.com>
2030 [EFL] Platform support for WebSpeech feature.
2031 https://bugs.webkit.org/show_bug.cgi?id=116438
2033 Reviewed by Csaba Osztrogonác.
2035 Add ENABLE_SPEECH_SYNTHESIS flag to have Speech Synthesis in EFL.
2037 * Source/cmake/OptionsEfl.cmake:
2038 * Source/cmake/WebKitFeatures.cmake:
2040 2014-06-23 Philippe Normand <pnormand@igalia.com>
2042 Unreviewed, GTK build fix after r170266.
2044 * Source/cmake/OptionsGTK.cmake: Geoclue also requires gio-unix.
2046 2014-06-22 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2048 Disable gamepad feature on EFL and GTK ports by default
2049 https://bugs.webkit.org/show_bug.cgi?id=134169
2051 Reviewed by Brady Eidson.
2053 * Source/cmake/OptionsEfl.cmake: Disable ENABLE_GAMEPAD_DEPRECATED.
2055 2014-06-21 Brady Eidson <beidson@apple.com>
2057 Gamepad API - Deprecate the existing implementation
2058 https://bugs.webkit.org/show_bug.cgi?id=134108
2060 Reviewed by Timothy Hatcher.
2062 -Add new "GAMEPAD_DEPRECATED" build flag, moving the existing implementation to use it
2063 -Add the "Deprecated" suffix to some implementation files
2065 * Source/cmake/OptionsEfl.cmake:
2066 * Source/cmake/OptionsGTK.cmake:
2067 * Source/cmake/WebKitFeatures.cmake:
2068 * Source/cmakeconfig.h.cmake:
2070 2014-06-21 Commit Queue <commit-queue@webkit.org>
2072 Unreviewed, rolling out r170244.
2073 https://bugs.webkit.org/show_bug.cgi?id=134157
2075 GTK/EFL bindings generator works differently, making this
2076 patch not work there. Will fix entire patch after a rollout.
2077 (Requested by bradee-oh on #webkit).
2081 "Gamepad API - Deprecate the existing implementation"
2082 https://bugs.webkit.org/show_bug.cgi?id=134108
2083 http://trac.webkit.org/changeset/170244
2085 2014-06-21 Brady Eidson <beidson@apple.com>
2087 Gamepad API - Deprecate the existing implementation
2088 https://bugs.webkit.org/show_bug.cgi?id=134108
2090 Reviewed by Timothy Hatcher.
2092 -Add new "GAMEPAD_DEPRECATED" build flag, moving the existing implementation to use it
2093 -Add the "Deprecated" suffix to some implementation files
2095 * Source/cmake/OptionsEfl.cmake:
2096 * Source/cmake/OptionsGTK.cmake:
2097 * Source/cmake/WebKitFeatures.cmake:
2098 * Source/cmakeconfig.h.cmake:
2100 2014-06-21 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
2102 Removing PAGE_VISIBILITY_API compile guard.
2103 https://bugs.webkit.org/show_bug.cgi?id=133844
2105 Reviewed by Gavin Barraclough.
2107 * Source/cmake/OptionsEfl.cmake:
2108 * Source/cmake/OptionsGTK.cmake:
2109 * Source/cmake/WebKitFeatures.cmake:
2110 * Source/cmakeconfig.h.cmake:
2112 2014-06-19 Ryuan Choi <ryuan.choi@samsung.com>
2114 [EFL][CMAKE] Disable WebKit1 build as a default
2115 https://bugs.webkit.org/show_bug.cgi?id=134093
2117 Reviewed by Gyuyoung Kim.
2119 Disable WebKit1 build and enable WebKit2 build for the EFL port.
2121 * Source/cmake/OptionsEfl.cmake:
2123 2014-06-19 Dániel Bátyai <dbatyai.u-szeged@partner.samsung.com>
2125 Remove ENABLE(LLINT) and ENABLE(LLINT_C_LOOP) guards
2126 https://bugs.webkit.org/show_bug.cgi?id=130389
2128 Reviewed by Mark Lam.
2130 Removed ENABLE(LLINT) since we always build with it, and changed ENABLE(LLINT_C_LOOP)
2131 into !ENABLE(JIT) since they are mutually exclusive.
2133 * Source/cmake/OptionsEfl.cmake:
2134 * Source/cmake/OptionsGTK.cmake:
2135 * Source/cmake/WebKitFeatures.cmake:
2136 * Source/cmakeconfig.h.cmake:
2138 2014-06-17 Zan Dobersek <zdobersek@igalia.com>
2140 Remove the USE_GTK2=1 branch in OptionsGTK.cmake. This used to determine
2141 GTK+ and GDK libraries and include directories for the GTK+ 2 dependency,
2142 but we now only support GTK+ 3. The GTK+ 2 dependency is still required
2143 by the plugin process, but it is searched and utilized separately.
2145 Rubber-stamped by Carlos Garcia Campos.
2147 * Source/cmake/OptionsGTK.cmake:
2149 2014-06-16 Commit Queue <commit-queue@webkit.org>
2151 Unreviewed, rolling out r170003.
2152 https://bugs.webkit.org/show_bug.cgi?id=133938
2154 This patch broke GTK build (Requested by kczech on #webkit).
2158 "[EFL] Platform support for WebSpeech feature."
2159 https://bugs.webkit.org/show_bug.cgi?id=116438
2160 http://trac.webkit.org/changeset/170003
2162 2014-06-16 Krzysztof Czech <k.czech@samsung.com>
2164 [EFL] Platform support for WebSpeech feature.
2165 https://bugs.webkit.org/show_bug.cgi?id=116438
2167 Reviewed by Gyuyoung Kim.
2169 Add ENABLE_SPEECH_SYNTHESIS flag to have Speech Synthesis in EFL.
2171 * Source/cmake/OptionsEfl.cmake:
2172 * Source/cmake/WebKitFeatures.cmake:
2174 2014-06-14 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2176 [EFL] Remove duplicated compiler flag
2177 https://bugs.webkit.org/show_bug.cgi?id=133838
2179 Reviewed by Anders Carlsson.
2181 In r169798, literal-suffix was added for EFL port in order to fix build break. However,
2182 it added to common compiler options. So, it is duplicated.
2184 * Source/cmake/WebKitHelpers.cmake:
2186 2014-06-11 Commit Queue <commit-queue@webkit.org>
2188 Unreviewed, rolling out r169877.
2189 https://bugs.webkit.org/show_bug.cgi?id=133784
2191 rollout wrong build fix approach for EFL port (Requested by
2192 gyuyoung on #webkit).
2196 "Unreviewed, EFL build fix since r169869."
2197 http://trac.webkit.org/changeset/169877
2199 2014-06-11 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2201 Unreviewed, EFL build fix since r169869.
2203 Additionally literal-suffix is removed in EFL compile flag, because it is duplicated.
2205 * Source/cmake/WebKitHelpers.cmake: Treat undef error as build warning.
2207 2014-06-11 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2209 Unreviewed, EFL build fix. Treat literal-suffix error as build warning.
2211 * Source/cmake/WebKitHelpers.cmake:
2213 2014-05-28 Carlos Garcia Campos <cgarcia@igalia.com>
2215 [GTK] Make it possible to build with FTL enabled
2216 https://bugs.webkit.org/show_bug.cgi?id=133219
2218 Reviewed by Philippe Normand.
2220 Add LLVM and LIBCXXABI as dependencies when building with FTL enabled.
2222 * Source/cmake/OptionsGTK.cmake:
2224 2014-05-28 Jaehun Lim <ljaehun.lim@samsung.com>
2226 [CMake] Clean up FAST_MOBILE_SCROLLING
2227 https://bugs.webkit.org/show_bug.cgi?id=133342
2229 Reviewed by Gyuyoung Kim.
2231 FAST_MOBILE_SCROLLING was removed in r168726.
2233 * Source/cmake/OptionsEfl.cmake:
2234 * Source/cmake/OptionsGTK.cmake:
2235 * Source/cmake/WebKitFeatures.cmake:
2236 * Source/cmakeconfig.h.cmake:
2238 2014-05-27 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
2241 https://bugs.webkit.org/show_bug.cgi?id=132863
2243 Reviewed by Csaba Osztrogonác.
2245 * Source/cmake/OptionsEfl.cmake:
2246 * Source/cmake/OptionsGTK.cmake:
2247 * Source/cmake/WebKitFeatures.cmake:
2248 * Source/cmakeconfig.h.cmake:
2250 2014-05-27 Zsolt Borbely <zsborbely.u-szeged@partner.samsung.com>
2252 Allow building CMake based ports with WEB_REPLAY
2253 https://bugs.webkit.org/show_bug.cgi?id=133154
2255 Reviewed by Csaba Osztrogonác.
2257 * Source/cmake/WebKitFeatures.cmake:
2258 * Source/cmakeconfig.h.cmake:
2260 2014-05-21 Zsolt Borbely <zsborbely.u-szeged@partner.samsung.com>
2262 [EFL] Add include path of compact_unwind_encoding.h if FTL JIT is enabled
2263 https://bugs.webkit.org/show_bug.cgi?id=132907
2265 Reviewed by Gyuyoung Kim.
2267 * Source/cmake/FindLIBCXXABI.cmake: Added.
2268 * Source/cmake/OptionsEfl.cmake:
2270 2014-05-21 Michał Pakuła vel Rutka <m.pakula@samsung.com>
2272 [EFL] Turn on ENABLE_CSS_FILTERS
2273 https://bugs.webkit.org/show_bug.cgi?id=133153
2275 Reviewed by Gyuyoung Kim.
2277 * Source/cmake/OptionsEfl.cmake: Enable CSS_FILTERS as default option value.
2279 2014-05-16 Martin Robinson <mrobinson@igalia.com>
2281 [CMake] Improve handling of LIB_INSTALL_DIR, EXEC_INSTALL_DIR, and LIBEXEC_INSTALL_DIR
2282 https://bugs.webkit.org/show_bug.cgi?id=132819
2284 Reviewed by Carlos Garcia Campos.
2286 * CMakeLists.txt: Hard-code CMAKE_ARCHIVE_OUTPUT_DIRECTORY etc, so that we can accept absolute paths for LIB_INSTALL_DIR
2288 * Source/cmake/OptionsCommon.cmake: Get rid of LIB_SUFFIX and try to make all path variables absolute. Also set
2289 CMAKE_ARCHIVE_OUTPUT_DIRECTORY, etc using the last path component of LIB_INSTALL_DIR, etc, so that absolute paths
2291 * Source/cmake/OptionsGTK.cmake: Ditto. Also get rid of all pkg-config specific variables.
2293 2014-05-20 Gustavo Noronha Silva <gns@gnome.org>
2295 [CMake] Support building with Debug Fission
2296 https://bugs.webkit.org/show_bug.cgi?id=131177
2298 Reviewed by Philippe Normand.
2300 * Source/cmake/OptionsCommon.cmake: add a DEBUG_FISSION option to enable usage
2301 of http://gcc.gnu.org/wiki/DebugFission.
2303 2014-05-20 Carlos Garcia Campos <cgarcia@igalia.com>
2305 [GTK] Rename translation domain as WebKit2GTK-3.0
2306 https://bugs.webkit.org/show_bug.cgi?id=132953
2308 Reviewed by Gustavo Noronha Silva.
2310 * Source/cmake/OptionsGTK.cmake:
2312 2014-05-18 Rik Cabanier <cabanier@adobe.com>
2314 support for navigator.hardwareConcurrency
2315 https://bugs.webkit.org/show_bug.cgi?id=132588
2317 Reviewed by Filip Pizlo.
2319 * Source/cmake/OptionsEfl.cmake:
2320 * Source/cmake/OptionsGTK.cmake:
2321 * Source/cmake/WebKitFeatures.cmake:
2322 * Source/cmakeconfig.h.cmake:
2324 2014-05-14 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
2326 Remove CSS_STICKY_POSITION guards
2327 https://bugs.webkit.org/show_bug.cgi?id=132676
2329 Reviewed by Simon Fraser.
2331 * Source/cmake/OptionsEfl.cmake:
2332 * Source/cmake/OptionsGTK.cmake:
2333 * Source/cmake/WebKitFeatures.cmake:
2334 * Source/cmakeconfig.h.cmake:
2336 2014-05-12 Carlos Garcia Campos <cgarcia@igalia.com>
2338 Unreviewed. Bump version numbers.
2340 * Source/cmake/OptionsGTK.cmake:
2342 2014-05-10 Martin Robinson <mrobinson@igalia.com>
2344 [GTK][CMake] Unable to do make install
2345 https://bugs.webkit.org/show_bug.cgi?id=130188
2347 Reviewed by Carlos Garcia Campos.
2349 Only try to install the HTML documentation if the build is configured to generate it via
2350 the new ENABLE_GTKDOC option. We cannot conditionally install something, so this allows us
2351 to keep the HTML documentation directory as an installation source.
2353 * Source/PlatformGTK.cmake: The gtkdoc target now always builds HTML documentation, but
2354 is only added to the default target when ENABLE_GTKDOC is turned on. gtkdoc-no-html is
2355 now only added to the default target when DEVELOPER_MODE is true and ENABLE_GTKDOC is
2356 false. When both ENABLE_GTKDOC and DEVELOPER_MODE are false, documentation isn't built at all.
2357 * Source/cmake/OptionsGTK.cmake: Add an ENABLE_GTKDOC option to the build.
2359 2014-05-09 Anders Carlsson <andersca@apple.com>
2361 Rename WebKit2.framework to WebKit.framework
2362 https://bugs.webkit.org/show_bug.cgi?id=132743
2363 <rdar://problem/15920046>
2365 Reviewed by Dan Bernstein.
2368 Build WebKit.xcodeproj before WebKit2.xcodeproj.
2370 * WebKit.xcworkspace/xcshareddata/xcschemes/:
2373 2014-05-06 David Kilzer <ddkilzer@apple.com>
2375 Add Makefile targets for copying static libraries (LLVM and WKSI)
2376 <http://webkit.org/b/132619>
2378 Reviewed by Mark Rowe.
2381 (MODULES): Add WebKitLibraries.
2383 2014-05-06 Commit Queue <commit-queue@webkit.org>
2385 Unreviewed, rolling out r168304.
2386 https://bugs.webkit.org/show_bug.cgi?id=132607
2388 Broke the build (Requested by KaL on #webkit).
2392 "[GTK][CMake] Unable to do make install"
2393 https://bugs.webkit.org/show_bug.cgi?id=130188
2394 http://trac.webkit.org/changeset/168304
2396 2014-05-05 Martin Robinson <mrobinson@igalia.com>
2398 [GTK][CMake] Unable to do make install
2399 https://bugs.webkit.org/show_bug.cgi?id=130188
2401 Reviewed by Carlos Garcia Campos.
2403 Only try to install the HTML documentation if the build is configured to generate it via
2404 the new ENABLE_GTKDOC option. We cannot conditionally install something, so this allows us
2405 to keep the HTML documentation directory as an installation source.
2407 * Source/PlatformGTK.cmake: The gtkdoc target now always builds HTML documentation, but
2408 is only added to the default target when ENABLE_GTKDOC is turned on. gtkdoc-no-html is
2409 never added to the default target, but will be triggered by build-webkit, so that
2410 when ENABLE_GTKDOC is off and build-webkit isn't used, documentation isn't built at all.
2411 * Source/cmake/OptionsGTK.cmake: Add an ENABLE_GTKDOC option to the build.
2413 2014-05-03 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
2415 [CMake] Define SHOULD_INSTALL_JS_SHELL before including ports Options files.
2416 https://bugs.webkit.org/show_bug.cgi?id=132525
2418 Reviewed by Martin Robinson.
2420 * CMakeLists.txt: If OPTION() is called after Options${PORT}.cmake is included, it will
2421 override whatever value a port may have set for it. The GTK+ port, for example, tries to set
2422 it to SHOULD_INSTALL_JS_SHELL to ON by default, even though it did not happen before.
2424 2014-05-01 David Kilzer <ddkilzer@apple.com>
2426 Really remove ENABLE_PLUGIN_PROXY_FOR_VIDEO
2427 <http://webkit.org/b/132432>
2429 Reviewed by Tim Horton.
2431 * Source/cmake/WebKitFeatures.cmake:
2432 * Source/cmakeconfig.h.cmake:
2433 - Remove ENABLE_PLUGIN_PROXY_FOR_VIDEO as build option.
2435 2014-04-30 Simon Fraser <simon.fraser@apple.com>
2437 Make sure the "All" targets build WebKitLegacy, rather than WebKit.
2439 Reviewed by Dan Bernstein/Anders Carlsson.
2441 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
2442 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
2444 2014-04-30 Simon Fraser <simon.fraser@apple.com>
2446 Let Xcode have its way with the WebKit workspace.
2448 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
2449 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
2451 2014-04-29 Martin Robinson <mrobinson@igalia.com>
2453 [GTK] Make it easier to run CMake for downstreams
2454 https://bugs.webkit.org/show_bug.cgi?id=132370
2456 Reviewed by Carlos Garcia Campos.
2458 * Source/cmake/OptionsGTK.cmake: Turn PRODUCTION_MODE into DEVELOPER_MODE.
2460 2014-04-27 Joonghun Park <jh718.park@samsung.com>
2462 [EFL] Remove indexedDB's dependency on leveldb and disable indexedDB
2463 https://bugs.webkit.org/show_bug.cgi?id=132176
2465 Reviewed by Gyuyoung Kim.
2467 EFL port will use sqlite to support indexedDB. So, this patch removes levelDB dependency for now.
2469 * Source/cmake/OptionsEfl.cmake:
2471 2014-04-22 Alex Christensen <achristensen@webkit.org>
2473 Removed old stdbool and inttypes headers.
2474 https://bugs.webkit.org/show_bug.cgi?id=131966
2476 Reviewed by Brent Fulgham.
2478 * Source/cmake/OptionsWindows.cmake:
2479 * Source/cmake/WebKitPackaging.cmake:
2480 Removed references to os-win32 directory.
2482 2014-04-22 Zan Dobersek <zdobersek@igalia.com>
2484 Fix a typo in WebKitFeatures.cmake -- INITALVALUE -> INITIALVALUE.
2486 Rubber-stamped by Carlos Garcia Campos.
2488 * Source/cmake/WebKitFeatures.cmake:
2490 2014-04-18 Jon Honeycutt <jhoneycutt@apple.com>
2492 Empty RenderInline objects should not be line break objects.
2494 https://bugs.webkit.org/show_bug.cgi?id=131861
2495 <rdar://problem/15663617>
2497 Reviewed by David Hyatt.
2499 * ManualTests/empty-inline-as-line-break-position.html: Added.
2500 This issue wouldn't reproduce in WebKitTestRunner.
2502 2014-04-19 Brent Fulgham <bfulgham@apple.com>
2504 Revert unintended workspace change in my last commit.
2506 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme: Set the
2507 Scheme type back to Debug.
2509 2014-04-18 Philippe Normand <pnormand@igalia.com>
2511 Remove NETWORK_INFO support
2512 https://bugs.webkit.org/show_bug.cgi?id=131841
2514 Reviewed by Gyuyoung Kim.
2516 * Source/cmake/OptionsEfl.cmake:
2517 * Source/cmake/OptionsGTK.cmake:
2518 * Source/cmake/WebKitFeatures.cmake:
2519 * Source/cmakeconfig.h.cmake:
2521 2014-04-17 Darin Adler <darin@apple.com>
2523 Try to fix EFL and GTK builds.
2525 * Source/cmake/OptionsEfl.cmake: Add INDEXED_DATABASE_IN_WORKERS.
2526 * Source/cmake/OptionsGTK.cmake: Ditto.
2527 * Source/cmakeconfig.h.cmake: Ditto.
2529 2014-04-16 Brendan Long <b.long@cablelabs.com>
2531 [GTK][CMAKE] build-webkit doesn't detect when the build fails
2532 https://bugs.webkit.org/show_bug.cgi?id=130148
2534 Reviewed by Martin Robinson.
2536 * 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.
2538 2014-04-16 Carlos Garcia Campos <cgarcia@igalia.com>
2540 REGRESSION(r166779): [GTK] Printing doesn't work since r166779
2541 https://bugs.webkit.org/show_bug.cgi?id=131725
2543 Reviewed by Philippe Normand.
2545 * Source/cmake/OptionsGTK.cmake: Check GTK_UNIX_PRINT_FOUND
2546 instead of GTK_UNIX_PRINTING_FOUND and set the macro
2547 HAVE_GTK_UNIX_PRINTING to 1 when found.
2549 2014-04-11 Brian J. Burg <burg@cs.washington.edu>
2551 Web Replay: memoize nondeterministic attributes of the Navigator interface
2552 https://bugs.webkit.org/show_bug.cgi?id=131340
2554 Reviewed by Timothy Hatcher.
2556 * ManualTests/inspector/replay-window-navigator-basic.html: Added.
2558 2014-04-09 Brendan Long <b.long@cablelabs.com>
2560 [GStreamer] Expose MPEG-TS metadata
2561 https://bugs.webkit.org/show_bug.cgi?id=122001
2563 Reviewed by Eric Carlson.
2565 * Source/cmake/FindGStreamer.cmake: Look for gstreamer-mpegts >= 1.3.0.
2566 * Source/cmake/OptionsEfl.cmake: Same.
2567 * Source/cmake/OptionsGTK.cmake: Same.
2569 2014-04-08 Brian J. Burg <burg@cs.washington.edu>
2571 Web Replay: memoize nondeterministic attributes of the Screen interface
2572 https://bugs.webkit.org/show_bug.cgi?id=131339
2574 Reviewed by Timothy Hatcher.
2576 * ManualTests/inspector/replay-window-screen.html: Added.
2578 2014-04-08 Martin Robinson <mrobinson@igalia.com>
2580 [GTK] Remove the WebKitGTK+ WebKit 1 code
2581 https://bugs.webkit.org/show_bug.cgi?id=131399
2583 Reviewed by Anders Carlsson.
2585 * Source/PlatformGTK.cmake: Remove WebKit1 dependency from dist target.
2586 * Source/cmake/OptionsGTK.cmake: Remove option to compile with GTK+2 or with WebKit2 disabled.
2588 2014-04-08 Dan Bernstein <mitz@apple.com>
2590 Added bmalloc to the WebKit workspace.
2591 https://bugs.webkit.org/show_bug.cgi?id=131362
2593 Reviewed by Geoff Garen.
2595 * WebKit.xcworkspace/contents.xcworkspacedata:
2596 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
2597 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
2599 2014-04-08 Geoffrey Garen <ggaren@apple.com>
2601 Build bmalloc on iOS too
2602 https://bugs.webkit.org/show_bug.cgi?id=131381
2604 Reviewed by Andreas Kling.
2606 * Source/Makefile: Build it.
2608 2014-04-07 Geoffrey Garen <ggaren@apple.com>
2610 Build bmalloc on Mac
2611 https://bugs.webkit.org/show_bug.cgi?id=131333
2613 Reviewed by Mark Rowe.
2616 * WebKitBuild: Added.
2617 * WebKitBuild/Debug: Added.
2619 2014-04-07 Ryuan Choi <ryuan.choi@samsung.com>
2621 [EFL] Turn on ENABLE_MEDIA_CONTROLS_SCRIPT
2622 https://bugs.webkit.org/show_bug.cgi?id=131257
2624 Reviewed by Gyuyoung Kim.
2626 * Source/cmake/OptionsEfl.cmake: Enable MEDIA_CONTROLS_SCRIPT
2628 2014-04-06 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
2630 [GTK] Stop trying to install WebKit1 documentation
2631 https://bugs.webkit.org/show_bug.cgi?id=131278
2633 Reviewed by Martin Robinson.
2635 * Source/PlatformGTK.cmake: Remove install() call since the WebKit1 documentation is not
2636 built anymore since r166584. This fixes `make install'.
2638 2014-04-04 Brian J. Burg <burg@cs.washington.edu>
2640 Web Replay: capture and replay wheel events and scroll commands
2641 https://bugs.webkit.org/show_bug.cgi?id=129402
2643 Reviewed by Timothy Hatcher.
2645 * ManualTests/inspector/replay-wheel-events.html: Added.
2647 2014-04-04 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
2649 [GTK][CMake] Remove FindXt.cmake.
2650 https://bugs.webkit.org/show_bug.cgi?id=131227
2652 Reviewed by Anders Carlsson.
2654 Xt is already detected by CMake's own FindX11.cmake, so there is no need to keep a custom FindXt.cmake around.
2656 * Source/cmake/FindXt.cmake: Removed.
2657 * Source/cmake/OptionsGTK.cmake:
2659 2014-04-04 Tamas Gergely <tgergely.u-szeged@partner.samsung.com>
2661 [EFL] Build error due to changed path of generated js files.
2662 https://bugs.webkit.org/show_bug.cgi?id=131215
2664 Reviewed by Gyuyoung Kim.
2666 r166648 fixed the generation of some .js files on GTK. Due to some
2667 changes in the paths it causes a build error on EFL.
2669 * Source/PlatformEfl.cmake:
2670 Replaced path for two derived source files.
2672 2014-04-02 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
2674 [GTK][CMake] Look for glx.h in OPENGL_INCLUDE_DIR.
2675 https://bugs.webkit.org/show_bug.cgi?id=131095
2677 Reviewed by Martin Robinson.
2679 One needs to take into account OpenGL's include directory found via
2680 find_package() when looking for glx.h, since if the former is a
2681 non-standard location the latter will also be. If this is not it is
2682 possible that OpenGL is found but GLX support is not properly detected.
2684 * Source/cmake/OptionsGTK.cmake:
2686 2014-04-02 Martin Robinson <mrobinson@igalia.com>
2688 REGRESSION(r165704): [GTK] Inspector resources not correctly generated
2689 https://bugs.webkit.org/show_bug.cgi?id=130343
2691 Reviewed by Gustavo Noronha Silva.
2693 * CMakeLists.txt: Add a variable which points to the directory to store WebInspectorUI
2695 * Source/cmake/WebKitFS.cmake: Generate WebInspectorUI derived sources directories.
2697 2014-04-01 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
2699 [CMake] Drop port check from FindEGL.cmake.
2700 https://bugs.webkit.org/show_bug.cgi?id=131091
2702 Reviewed by Gyuyoung Kim.
2704 There is no reason to mark some variables as advanced only for the
2707 * Source/cmake/FindEGL.cmake: Mark EGL_INCLUDE_DIR and EGL_LIBRARY
2708 as advanced regardless of the port.
2710 2014-04-01 Dániel Bátyai <dbatyai.u-szeged@partner.samsung.com>
2712 Fix the !ENABLE(BATTERY_STATUS) build
2713 https://bugs.webkit.org/show_bug.cgi?id=130183
2715 Reviewed by Anders Carlsson.
2717 * Source/cmake/OptionsEfl.cmake:
2719 2014-03-31 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
2721 [CMake][GTK] Do not expand variables twice in if() checks.
2722 https://bugs.webkit.org/show_bug.cgi?id=130964
2724 Reviewed by Martin Robinson.
2726 In CMake, `if (${foo})' causes $foo to be evaluated first and its value
2727 to be checked by the if clause. This is not what we want, and
2728 configuration fails when, say, GLX support wasn't found as the if
2729 clause is actually evaluated as `if (TRUE AND (OR TRUE))'.
2731 * Source/cmake/OptionsGTK.cmake: Pass if (FOO) instead of if (${FOO})
2734 2014-03-31 Martin Robinson <mrobinson@igalia.com>
2736 [GTK] Remove scripts code only applicable to autotools
2737 https://bugs.webkit.org/show_bug.cgi?id=130841
2739 Reviewed by Anders Carlsson.
2741 * Source/cmake/WebKitPackaging.cmake: No longer need to consider autotools files.
2743 2014-03-31 Martin Robinson <mrobinson@igalia.com>
2745 [GTK] Use PROJECT_VERSION_* instead of WEBKIT_*_VERSION
2746 https://bugs.webkit.org/show_bug.cgi?id=130936
2748 Reviewed by Carlos Garcia Campos.
2750 * Source/cmake/OptionsGTK.cmake: No longer emulate the Autotools macro names.
2752 2014-03-31 Carlos Garcia Campos <cgarcia@igalia.com>
2754 [GTK] Add support for GTK3 plugins
2755 https://bugs.webkit.org/show_bug.cgi?id=130599
2757 Reviewed by Martin Robinson.
2759 * Source/cmake/OptionsGTK.cmake:
2761 2014-03-28 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2763 [EFL] Bump glib version from 2.36 to 2.38
2764 https://bugs.webkit.org/show_bug.cgi?id=130886
2766 Reviewed by Csaba Osztrogonác.
2768 * Source/cmake/OptionsEfl.cmake: Required glib-2.38 version.
2770 2014-03-26 Zoltan Horvath <zoltan@webkit.org>
2772 [CSS Shapes] Remove shape-inside support
2773 https://bugs.webkit.org/show_bug.cgi?id=130698
2775 Reviewed by David Hyatt.
2777 * Source/cmake/WebKitFeatures.cmake:
2778 * Source/cmakeconfig.h.cmake:
2780 2014-03-25 Martin Robinson <mrobinson@igalia.com>
2782 [GTK] Remove the autotools build
2783 https://bugs.webkit.org/show_bug.cgi?id=130717
2785 Reviewed by Anders Carlsson.
2787 * .gitignore: Remove references to autotools files.
2788 * GNUmakefile.am: Removed.
2789 * Source/autotools/CheckSystemAndBasicDependencies.m4: Removed.
2790 * Source/autotools/CustomMacros.m4: Removed.
2791 * Source/autotools/FindDependencies.m4: Removed.
2792 * Source/autotools/PrintBuildConfiguration.m4: Removed.
2793 * Source/autotools/ReadCommandLineArguments.m4: Removed.
2794 * Source/autotools/SetupAutoconfHeader.m4: Removed.
2795 * Source/autotools/SetupAutomake.m4: Removed.
2796 * Source/autotools/SetupCompilerFlags.m4: Removed.
2797 * Source/autotools/SetupLibtool.m4: Removed.
2798 * Source/autotools/SetupWebKitFeatures.m4: Removed.
2799 * Source/autotools/Versions.m4: Removed.
2800 * Source/autotools/acinclude.m4: Removed.
2801 * Source/autotools/dolt.m4: Removed.
2802 * Source/autotools/gsettings.m4: Removed.
2803 * Source/cmake/OptionsGTK.cmake:
2804 * autogen.sh: Removed.
2805 * configure.ac: Removed.
2807 2014-03-25 Gabor Rapcsanyi <rgabor@webkit.org>
2809 [EFL] Add ARM64 build support
2810 https://bugs.webkit.org/show_bug.cgi?id=130506
2812 Rubber stamped by Gyuyoung Kim.
2814 * CMakeLists.txt: Set WTF_CPU_ARM64 when aarch64 is defined.
2816 2014-03-25 Michał Pakuła vel Rutka <m.pakula@samsung.com>
2818 [EFL][WK2] Add NETWORK_PROCESS build option
2819 https://bugs.webkit.org/show_bug.cgi?id=130131
2821 Reviewed by Gyuyoung Kim.
2823 Add option to build EFL port with NETWORK_PROCESS set on. By default NETWORK_PROCESS is
2826 * Source/cmake/OptionsEfl.cmake:
2828 2014-03-24 Brian Burg <bburg@apple.com>
2830 Web Replay: capture and replay keyboard events
2831 https://bugs.webkit.org/show_bug.cgi?id=130314
2833 Reviewed by Joseph Pecoraro.
2835 * ManualTests/inspector/replay-keyboard-events.html: Added.
2837 2014-03-24 Sangyong Park <sy302.park@gmail.com>
2839 [EFL] Inspector page is not loaded.
2840 https://bugs.webkit.org/show_bug.cgi?id=130661
2842 Reviewed by Gyuyoung Kim.
2844 Inspector page is not loaded, because some javascript files are not installed.
2845 (InspectorJSBackendCommands.js, InspectorWebBackendCommands.js)
2847 * Source/PlatformEfl.cmake:
2849 2014-03-20 Thiago de Barros Lacerda <thiago.lacerda@openbossa.org>
2851 [EFL][GTK] Get CMake to find Freetype2 properly
2852 https://bugs.webkit.org/show_bug.cgi?id=130150
2854 Reviewed by Martin Robinson.
2856 Newer versions of CMake are not able to find Freetype2 correctly.
2857 FindFreetype2.cmake checks for the version number in freetype.h header, since it seems that bug exists in
2858 freetype2 repo, because a completely different version number is found in freetype2.pc.
2860 * Source/cmake/FindFreetype2.cmake: Added.
2861 * Source/cmake/OptionsEfl.cmake:
2862 * Source/cmake/OptionsGTK.cmake:
2864 2014-03-20 Brian Burg <bburg@apple.com>
2866 Web Replay: capture and replay mouse events
2867 https://bugs.webkit.org/show_bug.cgi?id=129395
2869 Reviewed by Joseph Pecoraro.
2871 Create a manual test for capture/replay of mouse events.
2872 Copy over the crypto-md5.js library from SunSpider.
2874 * ManualTests/inspector/replay-mouse-events.html: Added.
2875 * ManualTests/inspector/resources/crypto-md5.js: Added.
2877 2014-03-20 Zan Dobersek <zdobersek@igalia.com>
2879 [GTK][CMake] Add support for building with Clang
2880 https://bugs.webkit.org/show_bug.cgi?id=130260
2882 Reviewed by Martin Robinson.
2884 * Source/PlatformGTK.cmake: Run the generate-gtkdoc script with the CFLAGS env set
2885 to the list C compiler flags as constructed by CMake.
2886 * Source/cmake/OptionsCommon.cmake: When building with Clang, use the -Qunused-arguments
2887 compiler option to suppress verbose warnings about arguments that went unused by the driver.
2888 * Source/cmake/OptionsGTK.cmake: Use -fno-omit-frame-pointer for both GCC and Clang.
2889 -fno-tree-dce should be used only for GCC.
2890 * Source/cmake/gtest/CMakeLists.txt: When building with Clang the GTest framework
2891 should be built with GTEST_HAS_TR1_TUPLE macro defined to 0 to avoid build failures.
2893 2014-03-20 Commit Queue <commit-queue@webkit.org>
2895 Unreviewed, rolling out r165962.
2896 https://bugs.webkit.org/show_bug.cgi?id=130512
2898 It broke the build (Requested by Ossy on #webkit).
2902 "[EFL][GTK] Get CMake to find Freetype2 properly"
2903 https://bugs.webkit.org/show_bug.cgi?id=130150
2904 http://trac.webkit.org/changeset/165962
2906 2014-03-20 Thiago de Barros Lacerda <thiago.lacerda@openbossa.org>
2908 [EFL][GTK] Get CMake to find Freetype2 properly
2909 https://bugs.webkit.org/show_bug.cgi?id=130150
2911 Reviewed by Csaba Osztrogonác.
2913 Newer versions of CMake are not able to find Freetype2 correctly.
2914 FindFreetype2.cmake checks for the version number in freetype.h header, since it seems that bug exists in
2915 freetype2 repo, because a completely different version number is found in freetype2.pc.
2917 * Source/cmake/FindFreetype2.cmake: Added.
2918 * Source/cmake/OptionsEfl.cmake:
2919 * Source/cmake/OptionsGTK.cmake:
2921 2014-03-17 Brendan Long <b.long@cablelabs.com>
2923 [GStreamer] human readable language code for tracks
2924 https://bugs.webkit.org/show_bug.cgi?id=124514
2926 Reviewed by Martin Robinson.
2928 * Source/autotools/FindDependencies.m4: Add gstreamer-tag-1.0.
2929 * Source/cmake/FindGStreamer.cmake: Same.
2930 * Source/cmake/OptionsEfl.cmake: Same.
2931 * Source/cmake/OptionsGTK.cmake: Same.
2933 2014-03-17 Martin Robinson <mrobinson@igalia.com>
2935 [GTK][CMake] Credential storage is not enabled
2936 https://bugs.webkit.org/show_bug.cgi?id=130149
2938 Reviewed by Philippe Normand.
2940 * Source/cmake/OptionsGTK.cmake: Add an ENABLE_CREDENTIAL_STORAGE option to the configuration
2941 and look libsecret when it's enabled.
2942 * Source/cmakeconfig.h.cmake: Expose the ENABLE_CREDENTIAL_STORAGE option to the build.
2944 2014-03-17 Martin Robinson <mrobinson@igalia.com>
2946 [GTK][CMake] Ensure that HAVE_GTK_UNIX_PRINTING is defined when appropriate
2947 https://bugs.webkit.org/show_bug.cgi?id=130155
2949 Reviewed by Philippe Normand.
2951 * Source/cmake/FindGTKUnixPrint.cmake: Added.
2952 * Source/cmake/OptionsGTK.cmake: Look for gtk+-unix-print and use it to turn on HAVE_GTK_UNIX_PRINTING.
2953 * Source/cmakeconfig.h.cmake: Add the HAVE_GTK_UNIX_PRINTING define.
2955 2014-03-16 Kim Byung Jun <bj1987.kim@samsung.com>
2957 [EFL] Enable TOUCH_SLIDER macro.
2958 https://bugs.webkit.org/show_bug.cgi?id=130186
2960 Reviewed by Gyuyoung Kim.
2962 * Source/cmake/OptionsEfl.cmake:
2964 2014-03-16 Zan Dobersek <zdobersek@igalia.com>
2966 [GTK][CMake] Build with -fno-rtti
2967 https://bugs.webkit.org/show_bug.cgi?id=130261
2969 Reviewed by Martin Robinson.
2971 * Source/cmake/OptionsCommon.cmake: List the -fno-exceptions, -fno-strict-aliasing
2972 and -fno-rtti options in the global CMAKE_C_FLAGS and CMAKE_CXX_FLAGS (-fno-rtti
2973 is only listed in the latter). Replace -std=gnu++0x with the official -std=c++11 option.
2974 * Source/cmake/WebKitHelpers.cmake: Stop -fno-exceptions and -fno-strict-aliasing
2975 from being set through the WEBKIT_SET_EXTRA_COMPILER_FLAGS macro, they are now listed
2976 in CMAKE_C_FLAGS and CMAKE_CXX_FLAGS.
2977 * Source/cmake/gtest/CMakeLists.txt: Build GTest code with GTEST_HAS_RTTI macro defined to 0.
2979 2014-03-16 Brendan Long <b.long@cablelabs.com>
2981 [GStreamer] CMake doesn't find the include path for gstreamer-base
2982 https://bugs.webkit.org/show_bug.cgi?id=130098
2984 Reviewed by Philippe Normand.
2986 * Source/cmake/FindGStreamer.cmake: Look for a header in gstreamer-base instead of looking for gst/gst.h twice.
2988 2014-03-14 Maciej Stachowiak <mjs@apple.com>
2990 Replace "Apple Computer, Inc." with "Apple Inc." in copyright headers
2991 https://bugs.webkit.org/show_bug.cgi?id=130276
2992 <rdar://problem/16266927>
2994 Reviewed by Simon Fraser.
2996 * ManualTests/NPN_Invoke/Info.plist:
2997 * ManualTests/NPN_Invoke/main.c:
2998 * ManualTests/accessibility/resources/AppletTest.java:
3000 2014-03-14 Zan Dobersek <zdobersek@igalia.com>
3002 [CMake] Remove -fno-tree-sra workaround for GCC 4.5
3003 https://bugs.webkit.org/show_bug.cgi?id=130258
3005 Reviewed by Martin Robinson.
3007 GCC compilers 4.7 and later are supported, so there's no need for disabling
3008 the -ftree-sra optimization which was causing problems when enabled on GCC 4.5.
3010 * Source/cmake/WebKitHelpers.cmake:
3012 2014-03-14 Landry Breuil <landry@openbsd.org>
3014 Add autotools boilerplate for proper os defines on OpenBSD/NetBSD/DragonFly
3015 https://bugs.webkit.org/show_bug.cgi?id=129966
3017 Reviewed by Andreas Kling.
3019 * Source/autotools/CheckSystemAndBasicDependencies.m4:
3020 * Source/autotools/SetupAutomake.m4:
3022 2014-03-13 Mario Sanchez Prada <mario.prada@samsung.com>
3024 [CMake] Failure to link with older installations of WebP
3025 https://bugs.webkit.org/show_bug.cgi?id=130195
3027 Reviewed by Gustavo Noronha Silva.
3029 Fix the issue by using a temporary variable as the output parameter
3030 to check_include_files(), setting WEBP_FOUND accordingly later.
3032 * Source/cmake/FindWebP.cmake: Avoid reusing the WEBP_FOUND
3033 variable in check_include_files(), as it will lead to misleading
3034 results (will always be FALSE). Use a temporary variable instead
3035 and explicitly set WEBP_FOUND to TRUE later if needed.
3037 2014-03-12 Martin Robinson <mrobinson@igalia.com>
3039 [CMake] Changes to the bindings generator Perl modules do not trigger regeneration of bindings
3040 https://bugs.webkit.org/show_bug.cgi?id=130170
3042 Reviewed by Daniel Bates.
3044 * Source/cmake/WebKitMacros.cmake: Add the Perl modules used in script generation to the dependency
3045 list. We must check whether or not the specific one exists first, because the InjectedBundle uses a
3046 fake "TestRunner" generator.
3048 2014-03-12 Carlos Garcia Campos <cgarcia@igalia.com>
3050 [GTK][CMAKE] Remove compile warnings about GTK+ deprecated API
3051 https://bugs.webkit.org/show_bug.cgi?id=130014
3053 Reviewed by Martin Robinson.
3055 Set GDK_VERSION_MIN_REQUIRED to GDK_VERSION_3_6.
3057 * Source/cmake/OptionsGTK.cmake:
3058 * Source/cmakeconfig.h.cmake:
3060 2014-03-12 Martin Robinson <mrobinson@igalia.com>
3062 [GTK][CMAKE] Too verbose build output
3063 https://bugs.webkit.org/show_bug.cgi?id=130076
3065 Reviewed by Carlos Garcia Campos.
3067 * Source/cmake/OptionsGTK.cmake: Generate a script which does the actual build. This
3068 works around an issue where cmake --build doesn't support ninja's pretty printing.
3070 2014-03-10 Mario Sanchez Prada <mario.prada@samsung.com>
3072 [GTK] Add support for Geoclue2
3073 https://bugs.webkit.org/show_bug.cgi?id=120185
3075 Reviewed by Carlos Garcia Campos.
3077 Patch by Anton Obzhirov <a.obzhirov@samsung.com> and Mario Sanchez Prada <mario.prada@samsung.com>
3079 Add support for Geoclue2 using autotools.
3081 * Source/autotools/FindDependencies.m4: Add support for handling
3082 both Geoclue 1.0 and 2.0.
3083 * Source/autotools/PrintBuildConfiguration.m4: Print the version
3084 of geoclue that is being used.
3085 * Source/autotools/SetupAutoconfHeader.m4: Define GEOCLUE_API_VERSION_2.
3086 * Source/autotools/SetupAutomake.m4: Likewise, for AM_CONDITIONAL.
3087 * Source/autotools/Versions.m4: Added minimum required version for Geoclue2.
3089 Add support for Geoclue2 using CMake.
3091 * Source/cmake/FindGeoClue2.cmake: Added.
3092 * Source/cmake/OptionsGTK.cmake: Add support for handling Geoclue 1.0 and 2.0.
3093 * Source/cmakeconfig.h.cmake: Define WTF_USE_GEOCLUE2.
3095 2014-03-10 Martin Robinson <mrobinson@igalia.com>
3097 [GTK][CMAKE] gtk-doc HTML documentation is generated by default when building with CMake
3098 https://bugs.webkit.org/show_bug.cgi?id=130016
3100 Reviewed by Carlos Garcia Campos.
3102 * Source/PlatformGTK.cmake: Add two gtkdoc targets, one which builds HTML and one which
3103 doesn't. Add the non-HTML version to the default target, but not the HTML version. The
3104 HTML version will still run when building the distribution tarball.
3106 2014-03-10 Martin Robinson <mrobinson@igalia.com>
3108 [GTK] [CMake] Clean up library linking
3109 https://bugs.webkit.org/show_bug.cgi?id=129782
3111 Reviewed by Philippe Normand.
3113 * Source/cmake/OptionsGTK.cmake: Add a macro to wrap all libraries in a list with --whole-archive
3114 so that unused symbols are not dropped. This is useful when building up shared libraries
3115 from convenience libraries.
3117 2014-03-08 Landry Breuil <landry@openbsd.org>
3119 Don't check for shm_open on librt on OpenBSD, lib doesnt exist.
3120 https://bugs.webkit.org/show_bug.cgi?id=129973
3122 Reviewed by Martin Robinson.
3124 * Source/autotools/FindDependencies.m4:
3126 2014-03-06 Anders Carlsson <andersca@apple.com>
3128 Build WebKit2 before building WebKit
3129 https://bugs.webkit.org/show_bug.cgi?id=129831
3130 <rdar://problem/15920020>
3132 Reviewed by Dan Bernstein.
3135 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
3136 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
3138 2014-03-06 Commit Queue <commit-queue@webkit.org>
3140 Unreviewed, rolling out r165193.
3141 http://trac.webkit.org/changeset/165193
3142 https://bugs.webkit.org/show_bug.cgi?id=129823
3144 Not specifying libc++ as the stdlib for Clang through CXXFLAGS
3145 env confuses libtool (Requested by zdobersek on #webkit).
3147 * Source/autotools/SetupCompilerFlags.m4:
3149 2014-03-06 Zan Dobersek <zdobersek@igalia.com>
3151 [GTK][Autotools] Default to libc++ when compiling with Clang
3152 https://bugs.webkit.org/show_bug.cgi?id=129798
3154 Reviewed by Anders Carlsson.
3156 * Source/autotools/SetupCompilerFlags.m4: Default to using libc++ when compiling with the Clang
3157 compiler. This is still overridable if -stdlib=* flag was set through CXXFLAGS, in case people
3158 would for some reason still prefer libstdc++ (i.e. on setups where a functional libc++ is not yet available).
3160 2014-03-05 Martin Robinson <mrobinson@igalia.com>
3162 [CMake] Ninja generator builds fail with "Argument list too long"
3163 https://bugs.webkit.org/show_bug.cgi?id=129771
3165 Reviewed by Daniel Bates.
3167 * Source/cmake/OptionsCommon.cmake: Work around a bug in the Ninja CMake generator,
3168 by forcing the use of response files.
3170 2014-03-05 Ryuan Choi <ryuan.choi@samsung.com>
3172 [CMake] Use thin archives if building on Linux for non-shared-core debug builds
3173 https://bugs.webkit.org/show_bug.cgi?id=108330
3175 Reviewed by Martin Robinson.
3177 In order to get non-shared debug builds, this patch applied T option for
3178 thin archives to the flags passed to ar when cmake based ports build on linux.
3179 In addition, applied u option which avoids adding a file twice.
3181 * Source/cmake/OptionsCommon.cmake: Moved archive options from OptionsGTK.cmake.
3182 * Source/cmake/OptionsEfl.cmake:
3183 Removed error messages for non-shared-core debug builds.
3184 * Source/cmake/OptionsGTK.cmake: Moved archive options to OptionsCommon.cmake.
3186 2014-03-04 Zan Dobersek <zdobersek@igalia.com>
3188 [GTK] Build the Udis86 disassembler
3189 https://bugs.webkit.org/show_bug.cgi?id=129679
3191 Reviewed by Michael Saboff.
3193 * GNUmakefile.am: Add the Udis86_nosources variable.
3194 * Source/cmake/OptionsGTK.cmake: Enable the Udis86 disassembler.
3196 2014-03-04 Martin Robinson <mrobinson@igalia.com>
3198 [GTK] Simplify the GObject DOM bindings API break check into one step
3199 https://bugs.webkit.org/show_bug.cgi?id=129571
3201 Reviewed by Carlos Garcia Campos.
3203 * Source/PlatformGTK.cmake: We don't need to run the API break check before gtkdoc generation.
3204 Add the check to 'make check.'
3206 2014-03-04 Martin Robinson <mrobinson@igalia.com>
3208 [GTK][CMake] ENABLE_NAVIGATOR_CONTENT_UTILS is mistakenly enabled for the CMake build
3209 https://bugs.webkit.org/show_bug.cgi?id=129502
3211 Reviewed by Carlos Garcia Campos.
3213 * Source/cmake/OptionsGTK.cmake: Disable the option for GTK+.
3215 2014-03-03 Jozsef Berta <jberta.u-szeged@partner.samsung.com>
3217 [cmake] *Names.cpp file should be regenerated after touching StaticString.pm
3218 https://bugs.webkit.org/show_bug.cgi?id=129031
3220 Reviewed by Csaba Osztrogonác.
3222 * Source/cmake/WebKitMacros.cmake: Added a call for make_names.pm dependencies in GENERATE_FONT_NAMES and GENERATE_DOM_NAMES macros.
3224 2014-03-03 Carlos Garcia Campos <cgarcia@igalia.com>
3226 [GTK] WebKit2WebExtension GIR can't be used in vala
3227 https://bugs.webkit.org/show_bug.cgi?id=127179
3229 Reviewed by Martin Robinson.
3231 Add a different pkg-config file for the web extensions API.
3233 * Source/cmake/OptionsGTK.cmake:
3236 2014-03-02 Dirkjan Ochtman <d.ochtman@activevideo.com>
3238 Support ENABLE_ENCRYPTED_MEDIA in cmake builds
3239 https://bugs.webkit.org/show_bug.cgi?id=129575
3241 Reviewed by Philippe Normand.
3243 * Source/cmake/OptionsEfl.cmake:
3244 Enabled ENABLE_ENCRYPTED_MEDIA{,_V2} usage.
3245 * Source/cmake/OptionsGTK.cmake:
3246 Enabled ENABLE_ENCRYPTED_MEDIA{,_V2} usage.
3247 * Source/cmake/WebKitFeatures.cmake:
3248 Enabled ENABLE_ENCRYPTED_MEDIA{,_V2} usage.
3249 * Source/cmakeconfig.h.cmake:
3250 Added ENABLE_ENCRYPTED_MEDIA{,_V2} flags.
3252 2014-02-27 Peter Molnar <pmolnar.u-szeged@partner.samsung.com>
3254 Enable support of X-Content-Type-Options: nosniff header for EFL
3255 https://bugs.webkit.org/show_bug.cgi?id=128673
3257 Reviewed by Gyuyoung Kim.
3259 * Source/cmake/OptionsEfl.cmake:
3260 Enabled NOSNIFF feature flag for EFL.
3262 2014-02-27 Koop Mast <kwm@FreeBSD.org>
3264 Fallback on checking for libz manualy if zlib.pc isn't available.
3265 https://bugs.webkit.org/show_bug.cgi?id=127061
3267 Reviewed by Gustavo Noronha Silva.
3269 * Source/autotools/FindDependencies.m4:
3271 2014-02-25 Sergio Villar Senin <svillar@igalia.com>
3273 [CSS Grid Layout] Add ENABLE flag
3274 https://bugs.webkit.org/show_bug.cgi?id=129153
3276 Reviewed by Simon Fraser.
3278 Added the ENABLE_CSS_GRID_LAYOUT feature flag to the cmake and
3279 autotools build systems. The feature is disabled by default for
3282 * Source/autotools/SetupWebKitFeatures.m4:
3283 * Source/cmake/OptionsEfl.cmake:
3284 * Source/cmake/OptionsGTK.cmake:
3285 * Source/cmake/WebKitFeatures.cmake:
3286 * Source/cmakeconfig.h.cmake:
3288 2014-02-24 Martin Robinson <mrobinson@igalia.com>
3290 [GTK] generate-gtkdoc should not generate documentation for source files for unbuilt source files
3291 https://bugs.webkit.org/show_bug.cgi?id=128417
3293 Reviewed by Carlos Garcia Campos.
3295 * Source/cmake/OptionsGTK.cmake: Define the paths to the pkgconfig files here, so that they
3296 may one day be used in the webkitdom config file generation.
3298 2014-02-18 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3300 [EFL][CMake] Fix javascriptcore test failings by the jsCStack branch merge
3301 https://bugs.webkit.org/show_bug.cgi?id=128961
3303 Reviewed by Ryosuke Niwa.
3305 Javascriptcore test on EFL port has been broken since the jsCStack branch merge.
3306 For now we can fix almost tests by using "-fno-tree-dce option". Unfortunately,
3307 EFL port needs not to check "uninitialized" build warning as error in order to
3308 adjust the option to EFL port. This patch don't take it as error temporarily.
3310 * Source/cmake/OptionsEfl.cmake:
3311 * Source/cmake/WebKitHelpers.cmake:
3313 2014-02-16 Martin Robinson <mrobinson@igalia.com>
3315 [GTK] [CMake] JavaScriptCore crashes in JSC::eval
3316 https://bugs.webkit.org/show_bug.cgi?id=128434
3318 Reviewed by Anders Carlsson.
3320 * Source/cmake/OptionsGTK.cmake: Add -fno-omit-frame-pointer to the GTK+ CMake
3321 port as well as -fno-tree-dce, like it is used in the autotools build.
3323 2014-02-17 ChangSeok Oh <changseok.oh@collabora.com>
3325 [GTK] MEDIA_CONTROLS_SCRIPT depends on VIDEO_TRACK
3326 https://bugs.webkit.org/show_bug.cgi?id=128799
3328 Reviewed by Philippe Normand.
3330 MEDIA_CONTROLS_SCRIPT has a dependency on VIDEO_TRACK. So it causes a build break
3331 if building with autotools. cmake system has enabled it as default. So I propose
3332 enabling VIDEO_TRACK as well.
3334 * Source/autotools/SetupWebKitFeatures.m4:
3336 2014-02-14 Commit Queue <commit-queue@webkit.org>
3338 Unreviewed, rolling out r164090.
3339 http://trac.webkit.org/changeset/164090
3340 https://bugs.webkit.org/show_bug.cgi?id=128807
3342 It broke the EFL build (Requested by Ossy on #webkit).
3344 * Source/cmake/OptionsCommon.cmake:
3345 * Source/cmake/OptionsEfl.cmake:
3347 2014-02-09 Martin Robinson <mrobinson@igalia.com>
3349 [GTK] [CMake] JavaScriptCore crashes in JSC::eval
3350 https://bugs.webkit.org/show_bug.cgi?id=128434
3352 Extend a fix for EFL to all ports that use GCC. Also include further fixes
3353 that were applied only to the autotools build.
3355 Reviewed by Gyuyoung Kim.
3357 * Source/cmake/OptionsCommon.cmake: Add -fno-omit-frame-pointer to all ports as well
3358 as -fno-tree-dce, which is necessary for GTK+.
3359 * Source/cmake/OptionsEfl.cmake: The GCC flag additions are now in the common options file.
3361 2014-02-04 Gustavo Noronha Silva <gns@gnome.org>
3363 [GTK][CMake] Generate GObject DOM bindings .symbols files
3364 https://bugs.webkit.org/show_bug.cgi?id=126210
3366 Reviewed by Martin Robinson.
3368 * Source/PlatformGTK.cmake: add checking DOM bindings API as a dependency
3369 for documentation generation.
3371 2014-02-13 Xabier Rodriguez Calvar <calvaris@igalia.com>
3373 [GTK] MEDIA_CONTROLS_SCRIPT support
3374 https://bugs.webkit.org/show_bug.cgi?id=123097
3376 Reviewed by Jer Noble.
3378 Part of the Autotools and CMake structure to build the media
3381 * Source/autotools/SetupWebKitFeatures.m4: Activated the media
3382 controls script by default.
3383 * Source/cmake/OptionsGTK.cmake: Activated the media controls
3385 * Source/cmake/WebKitFeatures.cmake: Created the option to
3386 activate the controls script.
3387 * Source/cmakeconfig.h.cmake: Created the define template the the
3388 media controls script.
3390 2014-02-12 Zan Dobersek <zdobersek@igalia.com>
3392 [GDB] Add .gdbinit to the list of files ignored by Git
3393 https://bugs.webkit.org/show_bug.cgi?id=128455
3395 Reviewed by Anders Carlsson.
3397 * .gitignore: Ignore the .gdbinit file which can be used to perform WebKit-specific GDB initialization
3398 when the debugger is launched in the repository's root directory. Also remove a Chromium-specific comment
3399 that covers already removed entries.
3401 2014-02-11 Oliver Hunt <oliver@apple.com>
3403 Make it possible to implement JS builtins in JS
3404 https://bugs.webkit.org/show_bug.cgi?id=127887
3406 Reviewed by Michael Saboff.
3409 * Source/cmake/gtest/CMakeLists.txt:
3411 2014-02-12 Ryan Lortie <desrt@desrt.ca>
3413 'ar T' is not portable and breaks the build on FreeBSD
3414 https://bugs.webkit.org/show_bug.cgi?id=128596
3416 Reviewed by Gustavo Noronha Silva.
3418 Create thin archives only if we are using GNU ar.
3420 * Source/autotools/SetupLibtool.m4:
3422 2014-02-10 Krzysztof Wolanski <k.wolanski@samsung.com>
3424 Add the CSS_SHAPE_INSIDE to CMake feature list
3425 https://bugs.webkit.org/show_bug.cgi?id=128530
3427 Reviewed by Gyuyoung Kim.
3429 CSS_SHAPE_INSIDE flag was added in r163333,
3430 this patch is adding this flag to CMake feature list.
3432 * Source/cmake/WebKitFeatures.cmake:
3433 * Source/cmakeconfig.h.cmake:
3435 2014-02-09 Carlos Garnacho <carlosg@gnome.org>
3437 [GTK] Enable touch features
3438 https://bugs.webkit.org/show_bug.cgi?id=98931
3440 Reviewed by Carlos Garcia Campos.
3442 * Source/autotools/SetupWebKitFeatures.m4:
3443 * Source/cmake/OptionsGTK.cmake: set ENABLE_TOUCH_EVENTS to 1 if building with GTK+.
3445 2014-02-06 Andreas Kling <akling@apple.com>
3447 Remove unused ENABLE(REPAINT_THROTTLING) flag.
3448 <https://webkit.org/b/128329>
3450 Reviewed by Antti Koivisto.
3452 * Source/cmake/WebKitFeatures.cmake:
3453 * Source/cmakeconfig.h.cmake:
3455 2014-02-06 Joseph Pecoraro <pecoraro@apple.com>
3457 [iOS] make should build WebKit2
3458 https://bugs.webkit.org/show_bug.cgi?id=128351
3460 Reviewed by Daniel Bates.
3464 2014-02-05 Andreas Kling <akling@apple.com>
3466 Remove ENABLE(DIRECTORY_UPLOAD).
3467 <https://webkit.org/b/128275>
3469 Rubber-stamped by Ryosuke Niwa.
3471 * Source/autotools/SetupWebKitFeatures.m4:
3472 * Source/cmake/WebKitFeatures.cmake:
3474 2014-02-05 Csaba Osztrogonác <ossy@webkit.org>
3476 Remove ENABLE(SVG) guards
3477 https://bugs.webkit.org/show_bug.cgi?id=127991
3479 Reviewed by Sam Weinig.
3481 * Source/autotools/FindDependencies.m4:
3482 * Source/autotools/PrintBuildConfiguration.m4:
3483 * Source/autotools/ReadCommandLineArguments.m4:
3484 * Source/autotools/SetupAutomake.m4:
3485 * Source/autotools/SetupWebKitFeatures.m4:
3486 * Source/cmake/OptionsEfl.cmake:
3487 * Source/cmake/OptionsGTK.cmake:
3488 * Source/cmake/WebKitFeatures.cmake:
3489 * Source/cmakeconfig.h.cmake:
3491 2014-02-04 Andreas Kling <akling@apple.com>
3493 Remove <iframe seamless> support.
3494 <https://webkit.org/b/128213>
3496 Rubber-stamped by Antti Koivisto.
3498 * Source/autotools/SetupWebKitFeatures.m4:
3499 * Source/cmake/WebKitFeatures.cmake:
3500 * Source/cmakeconfig.h.cmake:
3502 2014-01-31 Benjamin Poulain <bpoulain@apple.com>
3504 Remove LEGACY_VIEWPORT_ADAPTION
3505 https://bugs.webkit.org/show_bug.cgi?id=128028
3507 Reviewed by Anders Carlsson.
3509 * Source/cmake/WebKitFeatures.cmake:
3510 * Source/cmakeconfig.h.cmake:
3512 2014-01-31 Oliver Hunt <oliver@apple.com>
3514 Rollout r163195 and related patches
3517 * Source/cmake/gtest/CMakeLists.txt:
3519 2014-01-29 Oliver Hunt <oliver@apple.com>
3521 Make it possible to implement JS builtins in JS
3522 https://bugs.webkit.org/show_bug.cgi?id=127887
3524 Reviewed by Michael Saboff.
3528 * Source/cmake/gtest/CMakeLists.txt:
3530 2014-01-30 Martin Robinson <mrobinson@igalia.com>
3532 [GTK] [CMake] Add support for building against GTK+ 2
3533 https://bugs.webkit.org/show_bug.cgi?id=127959
3535 Reviewed by Anders Carlsson.
3537 * Source/cmake/OptionsGTK.cmake: Add a new option to use GTK 2 and make a variable holding the
3538 library API version. When using GTK 2 do not build WebKit 2.
3540 2014-01-30 Martin Robinson <mrobinson@igalia.com>
3542 [GTK] [CMake] Add a "make dist" target
3543 https://bugs.webkit.org/show_bug.cgi?id=116378
3545 Reviewed by Gustavo Noronha Silva.
3547 * Source/PlatformGTK.cmake: A CMake support for executing the make-dist
3548 script and then turning the tarfile into a LZMA compressed file.
3550 2014-01-30 Zan Dobersek <zdobersek@igalia.com>
3552 [GTK] Only disable -ftree-dce optimization when compiling with GCC
3553 https://bugs.webkit.org/show_bug.cgi?id=127911
3555 Reviewed by Carlos Garcia Campos.
3557 * Source/autotools/SetupAutomake.m4: Define the COMPILER_GCC and COMPILER_CLANG Automake macros.
3558 These can be used when compiler-specific flags have to be used. The latter one is not actually needed
3559 at the moment, but is added for the sake of completeness.
3561 2014-01-30 Csaba Osztrogonác <ossy@webkit.org>
3563 [EFL] Fix the regression caused by the jsCStack branch merge
3564 https://bugs.webkit.org/show_bug.cgi?id=127898
3566 Reviewed by Zoltan Herczeg.
3568 * Source/cmake/OptionsEfl.cmake: Build with -fno-omit-frame-pointer.
3570 2014-01-29 Csaba Osztrogonác <ossy@webkit.org>
3572 Remove ENABLE(JAVASCRIPT_DEBUGGER) leftovers
3573 https://bugs.webkit.org/show_bug.cgi?id=127845
3575 Reviewed by Joseph Pecoraro.
3577 * Source/autotools/SetupWebKitFeatures.m4:
3579 2014-01-29 Csaba Osztrogonác <ossy@webkit.org>
3581 Remove ENABLE(JAVASCRIPT_DEBUGGER) guards
3582 https://bugs.webkit.org/show_bug.cgi?id=127840
3584 Reviewed by Mark Lam.
3586 * Source/cmake/WebKitFeatures.cmake:
3587 * Source/cmakeconfig.h.cmake:
3589 2014-01-25 Darin Adler <darin@apple.com>
3591 Get rid of ICU_UNICODE and WCHAR_UNICODE remnants
3592 https://bugs.webkit.org/show_bug.cgi?id=127623
3594 Reviewed by Anders Carlsson.
3596 * Source/cmake/OptionsEfl.cmake: Removed ICU_UNICODE and WCHAR_UNICODE flags.
3597 * Source/cmake/OptionsGTK.cmake: Ditto.
3598 * Source/cmake/OptionsWinCE.cmake: Ditto.
3600 2014-01-23 Max Vujovic <mvujovic@adobe.com>
3602 Remove CSS Custom Filters code and tests
3603 https://bugs.webkit.org/show_bug.cgi?id=127382
3605 Reviewed by Simon Fraser.
3607 * Source/autotools/FindDependencies.m4:
3608 * Source/autotools/SetupWebKitFeatures.m4:
3609 * Source/cmake/WebKitFeatures.cmake:
3610 * Source/cmakeconfig.h.cmake:
3612 2014-01-22 Martin Robinson <mrobinson@igalia.com>
3614 [GTK][CMake] Add support for building the NetworkProcess
3615 https://bugs.webkit.org/show_bug.cgi?id=127195
3617 Reviewed by Daniel Bates.
3619 * Source/cmake/OptionsGTK.cmake: Turn on the network process and give it
3620 a name like the WebProcess.
3622 2014-01-20 Ryuan Choi <ryuan.choi@samsung.com>
3624 [CMAKE] Remove Nix from CMake scripts
3625 https://bugs.webkit.org/show_bug.cgi?id=127264
3627 Reviewed by Anders Carlsson.
3630 * Source/CMakeLists.txt:
3631 * Source/cmake/FindEGL.cmake:
3632 * Source/cmake/OptionsCommon.cmake:
3634 2014-01-18 Anders Carlsson <andersca@apple.com>
3636 Remove ENABLE_THREADED_HTML_PARSER defines everywhere
3637 https://bugs.webkit.org/show_bug.cgi?id=127225
3639 Reviewed by Andreas Kling.
3641 This concludes the removal of over 8.8 million lines of threaded parser code.
3643 * Source/autotools/SetupWebKitFeatures.m4:
3644 * Source/cmake/WebKitFeatures.cmake:
3645 * Source/cmakeconfig.h.cmake:
3647 2014-01-18 Lauro Neto <lauro.neto@openbossa.org>
3649 Remove Nix files from WebCore
3650 https://bugs.webkit.org/show_bug.cgi?id=127176
3652 Reviewed by Anders Carlsson.
3654 * Source/cmake/OptionsNix.cmake: Removed.
3656 2014-01-18 Zan Dobersek <zdobersek@igalia.com>
3658 [GTK] Bump the minimum required Clang version to 3.3
3659 https://bugs.webkit.org/show_bug.cgi?id=127178
3661 Reviewed by Martin Robinson.
3663 * Source/autotools/CheckSystemAndBasicDependencies.m4: Require Clang 3.3 or later when using the Clang compiler to
3664 build the GTK port. Building with Clang 3.2 doesn't work anymore and there's no point in fixing that, as we should
3665 support the latest two versions of Clang (3.3 and 3.4), just like we do with GCC (4.7 and 4.8).
3667 2014-01-14 Dan Bernstein <mitz@apple.com>
3669 Only use color in make output when it’s going to a terminal.
3671 Reviewed by Mark Rowe.
3675 2014-01-13 Martin Robinson <mrobinson@igalia.com>
3677 [CMake] Mark all dependency include paths and libraries as advanced variables
3678 https://bugs.webkit.org/show_bug.cgi?id=126504
3680 Reviewed by Daniel Bates.
3682 * Source/cmake/FindATK.cmake: Mark result variable as advanced.
3683 * Source/cmake/FindCairo.cmake: Ditto.
3684 * Source/cmake/FindEGL.cmake: Ditto.
3685 * Source/cmake/FindEnchant.cmake: Ditto.
3686 * Source/cmake/FindGLIB.cmake: Ditto.
3687 * Source/cmake/FindGStreamer.cmake: Ditto.
3688 * Source/cmake/FindHarfBuzz.cmake: Ditto.
3689 * Source/cmake/FindLibSoup.cmake: Ditto.
3691 2014-01-13 Martin Robinson <mrobinson@igalia.com>
3693 [GTK][CMake] Add a 'check' target
3694 https://bugs.webkit.org/show_bug.cgi?id=126770
3696 Reviewed by Daniel Bates.
3698 * Source/PlatformGTK.cmake: Add a 'check' target that calls run-gtk-tests.
3700 2014-01-13 Carlos Garcia Campos <cgarcia@igalia.com>
3702 Unreviewed. Update NEWS and Versions.m4 for 2.3.4 release.
3704 * Source/autotools/Versions.m4: Bump version numbers.
3706 2014-01-12 Sergio Correia <sergio.correia@openbossa.org>
3708 [EFL][WK2] Make API tests work again
3709 https://bugs.webkit.org/show_bug.cgi?id=126769
3711 Reviewed by Gyuyoung Kim.
3713 The EFL and WK2 test binaries are currently being generated at *TestWebKitAPI/
3714 [E]WebKit2, respectively, and this causes problems because the logic to find
3715 where WebProcess is to look in the same directory of the running process and
3716 then proceed to use LIBEXECDIR (typically /usr/loca/bin).
3718 This patch introduces a WEBKIT_EXEC_PATH environment variable, inspired in the
3719 Gtk port, which allows us to look for WebProcess initially in this directory,
3722 * Source/cmake/OptionsEfl.cmake: Define WEBKIT_EXEC_PATH, to be used by
3725 2014-01-11 Dan Bernstein <mitz@apple.com>
3727 [Mac] xcodebuild color output is suppressed when using make
3728 https://bugs.webkit.org/show_bug.cgi?id=126815
3730 Reviewed by Anders Carlsson.
3732 WHen using make, xcodebuild’s output is piped through a filter, which causes it not to
3733 format its output with color and emphasis.
3735 * Makefile.shared: Pass COLOR_DIAGNOSTICS=YES to xcodebuild to force color output on. Due to
3736 xcodebuild limitations, this restores some of the formatting, but not all of it.
3738 2014-01-10 Benjamin Poulain <bpoulain@apple.com>
3740 Remove the BlackBerry port from trunk
3741 https://bugs.webkit.org/show_bug.cgi?id=126715
3743 Reviewed by Anders Carlsson.
3746 * Source/cmake/OptionsCommon.cmake:
3748 2014-01-10 Tamas Gergely <tgergely.u-szeged@partner.samsung.com>
3750 [EFL][JSC] Enable udis86 disassembler on efl.
3751 https://bugs.webkit.org/show_bug.cgi?id=125502
3753 Reviewed by Michael Saboff.
3755 Enable udis86 disassembler on efl and fix build warnings.
3757 * Source/cmake/OptionsEfl.cmake:
3758 Enable udis86 disassembler.
3760 2014-01-10 Benjamin Poulain <bpoulain@apple.com>
3762 Remove the BlackBerry port from trunk
3763 https://bugs.webkit.org/show_bug.cgi?id=126715
3765 Reviewed by Anders Carlsson.
3769 2014-01-09 Benjamin Poulain <bpoulain@apple.com>
3771 Remove the BlackBerry files outside WebCore
3772 https://bugs.webkit.org/show_bug.cgi?id=126715
3774 Reviewed by Anders Carlsson.
3776 * ManualTests/blackberry: Removed.
3777 * Source/cmake/OptionsBlackBerry.cmake: Removed.
3779 2014-01-08 Martin Robinson <mrobinson@igalia.com>
3781 [GTK] [CMake] Specify the executable and library output locations in the build
3782 https://bugs.webkit.org/show_bug.cgi?id=126671
3784 Reviewed by Gustavo Noronha Silva.
3786 * Source/cmake/OptionsGTK.cmake: Explicitly specify the output locations.
3788 2014-01-08 Dániel Bátyai <dbatyai.u-szeged@partner.samsung.com>
3790 [EFL] Make FTL buildable
3791 https://bugs.webkit.org/show_bug.cgi?id=125777
3793 Reviewed by Csaba Osztrogonác.
3795 * Source/cmake/OptionsEfl.cmake:
3796 * Source/cmakeconfig.h.cmake:
3798 2014-01-08 Alberto Garcia <berto@igalia.com>
3800 REGRESSION(r160304): [GTK] Disable libtool fast install
3801 https://bugs.webkit.org/show_bug.cgi?id=126381
3803 Reviewed by Gustavo Noronha Silva.
3805 Don't disable the libtool fast-install mode unconditionally by
3808 If the fast-install mode is disabled, binaries are generated ready
3809 to use the libraries directly from the build tree. If we use the
3810 GNU linker, those binaries are then relinked when they are
3813 However, libtool fails to do it properly when an installation
3814 prefix is set with DESTDIR, and ends up installing the libtool
3815 wrappers instead of the actual binaries.
3817 * Source/autotools/SetupLibtool.m4:
3819 2014-01-07 Gustavo Noronha Silva <gustavo.noronha@collabora.com>
3821 Unreviewed GTK/CMake build fix: use the correct location for docs-build.stamp
3822 in output and dependencies declarations, so docs are not built needlessly
3825 * Source/PlatformGTK.cmake:
3827 2014-01-04 Carlos Garcia Campos <cgarcia@igalia.com>
3829 [GTK] Move all GTK/GObject unit tests to Tools/TestWebKitAPI
3830 https://bugs.webkit.org/show_bug.cgi?id=126342
3832 Reviewed by Gustavo Noronha Silva.
3834 * GNUmakefile.am: Remove unused variable.
3835 * Source/PlatformGTK.cmake: No longer include the old unit tests directories.
3837 2014-01-06 Zan Dobersek <zdobersek@igalia.com>
3839 [GTK] configure errors out when building with libc++
3840 https://bugs.webkit.org/show_bug.cgi?id=126431
3842 Reviewed by Martin Robinson.
3844 Ease up the Clang and libstdc++ combination test to only fail if libstdc++ < 4.8.1 is actually used.
3845 This allows for libc++ to be used as well. The test is moved into SetupCompilerFlags.m4 and is done
3846 after the CXXFLAGS variable is properly set up, that is when all the C++ compiler options are determined.
3848 * Source/autotools/CheckSystemAndBasicDependencies.m4:
3849 * Source/autotools/SetupCompilerFlags.m4:
3851 2014-01-06 Martin Robinson <mrobinson@igalia.com>
3853 [CMake] [GTK] Fix the build for the WebKitGTK+ developer configuration
3854 https://bugs.webkit.org/show_bug.cgi?id=126505
3856 Reviewed by Gustavo Noronha Silva.
3858 * Source/cmake/FindGLIB.cmake: Add support for finding the gio-u