1 2015-04-01 Gwang Yoon Hwang <yoon@igalia.com>
3 Use colored diagnostics when building with cmake + ninja + clang
4 https://bugs.webkit.org/show_bug.cgi?id=143297
6 Reviewed by Žan Doberšek.
8 Because that ninja sets subprocess stdout/stderr to a pipe, clang
9 disables colored output.
10 This patch forces clang to use colored diagnostics when we are using
13 * Source/cmake/OptionsCommon.cmake:
15 2015-03-29 Gyuyoung Kim <gyuyoung.kim@samsung.com>
17 [CMake] Update old CMakeList.txt in gtest
18 https://bugs.webkit.org/show_bug.cgi?id=143192
20 Reviewed by Darin Adler.
22 CMake ports have used cmake/gtest/CMakeLists.txt instead of ThirdParty/test/CMakeLists.txt
23 in order to build gtest. However it looks ThirdParty/test/CMakeLists.txt won't be used anymore.
24 So this patch moves cmake/gtest/CMakeLists.txt to ThirdPart/test/CMakeLists.txt, and use it.
26 * Source/CMakeLists.txt:
27 * Source/cmake/gtest/CMakeLists.txt: Removed.
29 2015-03-27 Gyuyoung Kim <gyuyoung.kim@samsung.com>
31 [CMake] Remove unnecessary INCLUDE_IF_EXISTS macro
32 https://bugs.webkit.org/show_bug.cgi?id=143138
34 Reviewed by Csaba Osztrogonác.
36 INCLUDE_IF_EXISTS isn't used except for 2 places. However those uses can
37 be replaced with WEBKIT_INCLUDE_CONFIG_FILES_IF_EXISTS.
39 * Source/cmake/OptionsWindows.cmake:
40 Set "PORT" instead of "PORT_FALLBACK" because there is no benefit to define PORT_FALLBACK.
41 * Source/cmake/WebKitMacros.cmake:
43 2015-03-27 Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
45 [GStreamer] share GL context in pipeline, part 2
46 https://bugs.webkit.org/show_bug.cgi?id=143049
48 Reviewed by Carlos Garcia Campos.
50 * Source/cmake/OptionsGTK.cmake: USE_GSTREAMER_GL is set only if
51 OpenGL/ES2 is found and GLX/EGL is found too.
53 2015-03-26 Alex Christensen <achristensen@webkit.org>
55 Progress towards CMake on Mac.
56 https://bugs.webkit.org/show_bug.cgi?id=143112
58 Reviewed by Chris Dumez.
60 * Source/cmake/OptionsMac.cmake:
62 2015-03-24 Csaba Osztrogonác <ossy@webkit.org>
64 [EFL] Add OpenWebRTC in jhbuild
65 https://bugs.webkit.org/show_bug.cgi?id=142778
67 Reviewed by Gyuyoung Kim.
69 Original patch by Philippe Normand <pnormand@igalia.com>
71 * Source/cmake/OptionsEfl.cmake: Look for OpenWebRTC library if
72 mediastream build is enabled.
74 2015-03-23 Carlos Garcia Campos <cgarcia@igalia.com>
76 [GTK] Add a configure option to build without Redirected XComposite Window
77 https://bugs.webkit.org/show_bug.cgi?id=142865
79 Reviewed by Žan Doberšek.
81 The Redirected XComposite Window was added to support some
82 features like GtkOverlay, but in cases where we don't need such
83 features, it's more efficient to use the XID of the WebKitWebView
84 window as the native surface handle for the accelerated
85 compositing. This patch adds USE_REDIRECTED_XCOMPOSITE_WINDOW,
86 that is enabled by default for X11 target when OpenGL is enabled.
88 * Source/cmake/OptionsGTK.cmake:
90 2015-03-20 Zan Dobersek <zdobersek@igalia.com>
92 [GTK] Search for the Wayland dependency when enabling Wayland target
93 https://bugs.webkit.org/show_bug.cgi?id=142876
95 Reviewed by Carlos Garcia Campos.
97 * Source/cmake/OptionsGTK.cmake: The Wayland dependency isn't a public
98 requirement of either the GTK+ or GDK pkg-config files, so we have to
99 search for it ourselves when WebKitGTK+ has been configured to support
100 the Wayland windowing target.
102 2015-03-20 Csaba Osztrogonác <ossy@webkit.org>
104 Unreviewed, kick the GTK bots to regenerate makefile.
105 https://bugs.webkit.org/show_bug.cgi?id=137394
107 * Source/cmake/OptionsEfl.cmake: Revert my last accidenatal change.
108 * Source/cmake/OptionsGTK.cmake: Really kick the GTK bots.
110 2015-03-20 Csaba Osztrogonác <ossy@webkit.org>
112 Unreviewed, kick the GTK bots to regenerate makefile.
113 https://bugs.webkit.org/show_bug.cgi?id=137394
115 * Source/cmake/OptionsEfl.cmake:
117 2015-03-19 Csaba Osztrogonác <ossy@webkit.org>
119 [GTK] Fix inspector userinterface related incremental build issue
120 https://bugs.webkit.org/show_bug.cgi?id=142849
122 Reviewed by Carlos Garcia Campos.
124 * Source/cmake/OptionsGTK.cmake: Revert r181733.
126 2015-03-18 Csaba Osztrogonác <ossy@webkit.org>
128 Unreviewed, kick the GTK bots to regenerate makefile.
130 * Source/cmake/OptionsGTK.cmake:
132 2015-03-17 Ryuan Choi <ryuan.choi@navercorp.com>
134 [EFL] Expose JavaScript binding interface through ewk_extension
135 https://bugs.webkit.org/show_bug.cgi?id=142033
137 Reviewed by Gyuyoung Kim.
139 * Source/cmake/OptionsEfl.cmake: Added HEADER_INSTALL_DIR variable.
141 2015-03-17 Philippe Normand <pnormand@igalia.com>
143 [GTK] basic OpenWebRTC build support
144 https://bugs.webkit.org/show_bug.cgi?id=142393
146 Reviewed by Carlos Garcia Campos.
148 * Source/cmake/FindOpenWebRTC.cmake: Added.
149 * Source/cmake/OptionsGTK.cmake: Look for OpenWebRTC library if
150 mediastream build is enabled.
152 2015-03-17 Gyuyoung Kim <gyuyoung.kim@samsung.com>
154 [CMake][EFL] Build test tools only for developer mode
155 https://bugs.webkit.org/show_bug.cgi?id=142761
157 Reviewed by Csaba Osztrogonác.
159 Do not build EFL MiniBrowser, WebKitTestRunner, and ImageDiff on production mode.
161 * Source/cmake/OptionsEfl.cmake:
162 * Source/cmake/OptionsGTK.cmake: Move ENABLE_MINIBROWSER to common place.
163 * Source/cmake/WebKitFeatures.cmake: Define ENABLE_MINIBROWSER variable.
164 * Source/cmakeconfig.h.cmake:
166 2015-03-16 Ryosuke Niwa <rniwa@webkit.org>
168 Enable ES6 classes by default
169 https://bugs.webkit.org/show_bug.cgi?id=142774
171 Reviewed by Gavin Barraclough.
173 * Source/cmake/WebKitFeatures.cmake:
175 2015-03-16 Gyuyoung Kim <gyuyoung.kim@samsung.com>
177 [CMake][EFL] Rearrange OptionEFL.cmake to improve readability
178 https://bugs.webkit.org/show_bug.cgi?id=142722
180 Reviewed by Csaba Osztrogonác.
182 Categorize to define cmake variables, to find necessary packages,
183 use upper case for "glib_conponents" cmake variable name, re-arrange
184 wrong alphabet sorting, and so on.
186 * CMakeLists.txt: Remove WinCE port.
187 * Source/cmake/OptionsEfl.cmake:
189 2015-03-14 Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
191 [GStreamer] share GL context in pipeline
192 https://bugs.webkit.org/show_bug.cgi?id=142693
194 Reviewed by Philippe Normand.
196 Add search of gstreamer-gl library in the GStreamer installation. If
197 it is found, WTF_USE_GSTREAMER_GL macro is defined.
199 * Source/cmake/FindGStreamer.cmake:
200 * Source/cmake/OptionsGTK.cmake:
202 2015-03-13 Alex Christensen <achristensen@webkit.org>
204 Progress towards CMake on Mac.
205 https://bugs.webkit.org/show_bug.cgi?id=142680
207 Reviewed by Gyuyoung Kim.
210 * Source/PlatformMac.cmake: Added stub.
211 * Source/cmake/OptionsMac.cmake:
212 Change defines to get CMake working.
214 2015-03-11 Carlos Garcia Campos <cgarcia@igalia.com>
216 [GTK] Add an option to enable MiniBrowser for non developer builds and always install it
217 https://bugs.webkit.org/show_bug.cgi?id=126688
219 Reviewed by Gustavo Noronha Silva.
221 Add ENABLE_MINIBROWSER option, enabled by default for development
222 builds and disabled for production builds unless explicilty enabled.
224 * Source/cmake/OptionsGTK.cmake:
226 2015-03-11 Carlos Garcia Campos <cgarcia@igalia.com>
228 [GTK] Do not look for child processes in the UI process binary path
229 https://bugs.webkit.org/show_bug.cgi?id=135752
231 Reviewed by Gustavo Noronha Silva.
233 * Source/cmake/OptionsGTK.cmake: Add -DDEVELOPMENT_BUILD=1 to the
234 build for development builds.
236 2015-03-10 Carlos Garcia Campos <cgarcia@igalia.com> and José Dapena Paz <jdapena@igalia.com>
238 [GTK] Add a configure option to build with OpenGL ES 2
239 https://bugs.webkit.org/show_bug.cgi?id=142498
241 Reviewed by Martin Robinson.
243 Add ENABLE_GLES2 option. It's disabled by default, but if passed
244 GLES2 is required and OpenGL is not even searched. Otherwise we
245 search for OpenGL as usual, using it only if present.
247 * Source/cmake/OptionsGTK.cmake:
249 2015-03-10 Csaba Osztrogonác <ossy@webkit.org>
251 [cmake] Handle unused parameter warnings as build errors except in WebKit2
252 https://bugs.webkit.org/show_bug.cgi?id=142338
254 Reviewed by Gyuyoung Kim.
256 * Source/cmake/WebKitHelpers.cmake:
258 2015-03-03 Daniel Bates <dabates@apple.com>
260 Convert ManualTests/svg-tooltip.svg to a DRT test
261 https://bugs.webkit.org/show_bug.cgi?id=140480
263 Reviewed by Alex Christensen.
265 * ManualTests/svg-tooltip.svg: Removed.
267 2015-03-02 Debarshi Ray <debarshir@gnome.org>
269 REGRESSION(r179409): [GTK] Undefined symbol prevents web extensions from being loaded
270 https://bugs.webkit.org/show_bug.cgi?id=142165
272 Reviewed by Carlos Garcia Campos.
274 * Source/cmake/gtksymbols.filter:
276 2015-02-26 Csaba Osztrogonác <ossy@webkit.org>
278 [EFL] Remove unnecessary comment after r179110
279 https://bugs.webkit.org/show_bug.cgi?id=142042
281 Reviewed by Gyuyoung Kim.
283 * Source/cmake/OptionsEfl.cmake:
285 2015-02-23 Tomas Popela <tpopela@redhat.com>
287 [GTK] Fails to compile with cmake 3.2.x
288 https://bugs.webkit.org/show_bug.cgi?id=141796
290 With cmake 3.2.x we have to explicitly ask for X11 otherwise the
291 X11_X11_LIB variable won't be set thus the X11 linker flags won't be
292 added and the build will fail.
294 Reviewed by Martin Robinson.
296 * Source/cmake/OptionsGTK.cmake:
298 2015-02-20 Alexey Proskuryakov <ap@apple.com>
300 Remove svn:keywords property.
302 As far as I can tell, the property had no effect on any of these files, but also,
303 when it has effect it's likely harmful.
305 * ManualTests/animation-with-transition.html: Removed property svn:keywords.
306 * ManualTests/blur-filter-timing.html: Removed property svn:keywords.
307 * ManualTests/compositing/caret-in-compositing-frame.html: Removed property svn:keywords.
308 * ManualTests/compositing/font-smoothing.html: Removed property svn:keywords.
309 * ManualTests/compositing/missing-iframe-contents.html: Removed property svn:keywords.
310 * ManualTests/compositing/requires-backing-change.html: Removed property svn:keywords.
311 * ManualTests/compositing/resources/composited-subframe.html: Removed property svn:keywords.
312 * ManualTests/compositing/resources/editable-compositing-subframe.html: Removed property svn:keywords.
313 * ManualTests/frames/nested-iframe-blit-on-scroll.html: Removed property svn:keywords.
314 * ManualTests/frames/resources/blit-on-scroll-subframe.html: Removed property svn:keywords.
315 * ManualTests/frames/resources/blit-on-scroll-subsubframe.html: Removed property svn:keywords.
316 * ManualTests/plugins/plugin-paint-causes-layout.html: Removed property svn:keywords.
317 * ManualTests/screen-availLeft.html: Removed property svn:keywords.
318 * ManualTests/transition-accelerated.html: Removed property svn:keywords.
320 2015-02-17 Gyuyoung Kim <gyuyoung.kim@samsung.com>
322 [CMAKE] Remove CMakeLists.txt in WK1 port
323 https://bugs.webkit.org/show_bug.cgi?id=141617
325 Reviewed by Anders Carlsson.
327 Nobody uses CMake in WK1 port. Remove it.
331 2015-02-13 Csaba Osztrogonác <ossy@webkit.org>
333 Unreviewed, remove empty directories.
335 * ManualTests/qt: Removed.
337 2015-02-11 Carlos Alberto Lopez Perez <clopez@igalia.com>
339 [CMake] Don't set flag fuse-ld on the C/C++ compiler flags, but on the linker flags.
340 https://bugs.webkit.org/show_bug.cgi?id=141481
342 Reviewed by Csaba Osztrogonác.
344 * Source/cmake/OptionsCommon.cmake: Move -fuse-ld=gold to the linker flags.
346 2015-02-11 Gyuyoung Kim <gyuyoung.kim@samsung.com>
348 [EFL][GTK] Use bmalloc instead of tcmalloc
349 https://bugs.webkit.org/show_bug.cgi?id=140162
351 Reviewed by Carlos Garcia Campos.
353 Add bmalloc directory to build list.
355 * CMakeLists.txt: Define BMALLOC_DIR directory.
356 * Source/CMakeLists.txt: Add bmalloc path to sub-directories list.
358 2015-02-11 Carlos Garcia Campos <cgarcia@igalia.com>
360 [GTK] Add default color chooser implementation using GtkColorChooserDialog
361 https://bugs.webkit.org/show_bug.cgi?id=141392
363 Reviewed by Gustavo Noronha Silva.
365 Enable INPUT_TYPE_COLOR by default for GTK+ port.
367 * Source/cmake/OptionsGTK.cmake:
369 2015-02-09 Sergio Villar Senin <svillar@igalia.com>
371 ASSERTION FAILED: resolvedInitialPosition <= resolvedFinalPosition in WebCore::GridSpan::GridSpan
372 https://bugs.webkit.org/show_bug.cgi?id=141328
374 Reviewed by Darin Adler.
376 Added as manual test because it involves a huge grid allocation
377 which is very slow on Debug bots, the only ones capable to trigger
380 * ManualTests/css-grid-layout-item-with-huge-span-crash.html: Added.
382 2015-02-05 Youenn Fablet <youenn.fablet@crf.canon.fr> and Xabier Rodriguez Calvar <calvaris@igalia.com>
384 [Streams API] Implement a barebone ReadableStream interface
385 https://bugs.webkit.org/show_bug.cgi?id=141045
387 Reviewed by Benjamin Poulain.
389 * Source/cmake/WebKitFeatures.cmake:
390 * Source/cmakeconfig.h.cmake: Made streams API compilation on by default.
392 2015-02-02 Filip Pizlo <fpizlo@apple.com>
394 Revert accidental change in r179490.
398 2015-02-02 Filip Pizlo <fpizlo@apple.com>
400 Unreviewed, revert accidental change to Makefile.shared in r179478
404 2015-01-28 Carlos Alberto Lopez Perez <clopez@igalia.com>
406 [CMake] Minimum python version should be 2.7.
407 https://bugs.webkit.org/show_bug.cgi?id=140997
409 Reviewed by Csaba Osztrogonác.
413 2015-01-26 Nikos Andronikos <nikos.andronikos-webkit@cisra.canon.com.au>
415 Apply feTurbulence spec change to fix zero length vector generation
416 https://bugs.webkit.org/show_bug.cgi?id=140812
418 Reviewed by Darin Adler.
420 Recently a bug with the turbulence algorithm was corrected in the
421 Filter Effects specification.
422 For some seed values this bug allowed zero length vectors to be generated.
423 This resulted in large solid color squares being present in the generated image.
424 The feTurbulence algorithm was updated to reject zero length vectors. This patch
425 applies that change in WebCore.
427 Test: svg/filters/feTurbulence_bad_seeds.html
429 * platform/graphics/filters/FETurbulence.cpp:
430 (WebCore::FETurbulence::initPaint):
431 Added rejection sampling during vector generation to avoid zero length vectors.
433 2015-01-26 Csaba Osztrogonác <ossy@webkit.org>
435 [cmake] Remove compiler version calculate cruft
436 https://bugs.webkit.org/show_bug.cgi?id=140885
438 Reviewed by Darin Adler.
440 * Source/cmake/WebKitHelpers.cmake:
442 2015-01-26 Csaba Osztrogonác <ossy@webkit.org>
444 [cmake] Stop compiling with -Wno-error=uninitialized and -Wno-error=literal-suffix
445 https://bugs.webkit.org/show_bug.cgi?id=140886
447 Reviewed by Žan Doberšek.
449 * Source/cmake/WebKitHelpers.cmake:
451 2015-01-26 Michael Catanzaro <mcatanzaro@igalia.com>
453 [GTK] gtkdoc does not appear in DevHelp
454 https://bugs.webkit.org/show_bug.cgi?id=139369
456 Reviewed by Philippe Normand.
458 Expect the gtkdoc to be generated in folders named with the API version.
460 * Source/PlatformGTK.cmake:
462 2015-01-26 Zan Dobersek <zdobersek@igalia.com>
464 [EFL][GTK] Stop compiling with fno-omit-frame-pointer, -fno-tree-dce
465 https://bugs.webkit.org/show_bug.cgi?id=140609
467 Reviewed by Csaba Osztrogonác.
469 The latest releases of GCC versions 4.7, 4.8 and 4.9 all compile and
470 run JSC tests fine without the -fno-tree-dce and -fno-omit-frame-pointer
471 compilation flags. Those were added after the jsCStack branch merge, but
472 can now be removed since the -ftree-dce issues were fixed in GCC, and
473 changes in r173282 and r173298 again enable compiling with -fomit-frame-pointer.
475 * Source/cmake/OptionsEfl.cmake:
476 * Source/cmake/OptionsGTK.cmake:
478 2015-01-26 Commit Queue <commit-queue@webkit.org>
480 Unreviewed, rolling out r179107.
481 https://bugs.webkit.org/show_bug.cgi?id=140880
483 The GCC in the bots doesn't support the AsyncTask
484 implementation (Requested by KaL on #webkit).
488 "[GTK] Enable IndexedDB"
489 https://bugs.webkit.org/show_bug.cgi?id=98932
490 http://trac.webkit.org/changeset/179107
492 2015-01-25 Carlos Garcia Campos <cgarcia@igalia.com>
494 [GTK] Enable IndexedDB
495 https://bugs.webkit.org/show_bug.cgi?id=98932
497 Reviewed by Žan Doberšek.
499 * Source/cmake/OptionsGTK.cmake: Enable DATABASE_PROCESS and INDEXED_DATABASE.
500 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_DATABASE_PROCESS.
502 2015-01-23 Carlos Garcia Campos <cgarcia@igalia.com>
504 [GTK] Add initial database process support
505 https://bugs.webkit.org/show_bug.cgi?id=139491
507 Reviewed by Sergio Villar Senin.
509 * Source/cmake/OptionsGTK.cmake: Set WebKit2_DatabaseProcess_OUTPUT_NAME.
511 2015-01-22 Ryosuke Niwa <rniwa@webkit.org>
513 Add a build flag for ES6 class syntax
514 https://bugs.webkit.org/show_bug.cgi?id=140760
516 Reviewed by Michael Saboff.
518 * Source/cmake/WebKitFeatures.cmake:
519 * Source/cmakeconfig.h.cmake:
521 2015-01-21 Csaba Osztrogonác <ossy@webkit.org>
523 [EFL][WK2] EFL MiniBrowser doesn't run because shared library is not found
524 https://bugs.webkit.org/show_bug.cgi?id=140049
526 Reviewed by Gyuyoung Kim.
528 * Source/cmake/OptionsCommon.cmake:
530 2015-01-21 Csaba Osztrogonác <ossy@webkit.org>
532 Remove ENABLE(INSPECTOR) ifdef guards
533 https://bugs.webkit.org/show_bug.cgi?id=140668
535 Reviewed by Darin Adler.
537 * Source/PlatformEfl.cmake:
538 * Source/cmake/OptionsEfl.cmake:
539 * Source/cmake/OptionsGTK.cmake:
540 * Source/cmake/OptionsMac.cmake:
541 * Source/cmake/WebKitFeatures.cmake:
542 * Source/cmakeconfig.h.cmake:
544 2015-01-20 Carlos Garcia Campos <cgarcia@igalia.com>
546 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.4 release.
548 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
550 2015-01-19 Gyuyoung Kim <gyuyoung.kim@samsung.com>
552 [CMAKE] Fix cmake warning
553 https://bugs.webkit.org/show_bug.cgi?id=140497
555 Reviewed by Gustavo Noronha Silva.
557 r173155 already tried to fix cmake warning though, the warning is still exist.
558 CMAKE_LINK_INTERFACE_LIBRARIES seems to cause this warning. Individual target is
559 already set for their libraries though, INTERFACE_LINK_LIBRARIES contains the list
560 of transitive link dependencies, and CMAKE_LINK_INTERFACE_LIBRARIES can override
561 the INTERFACE_LINK_LIBRARIES property when CMP0022 is not set. CMake warns this override.
562 To avoid it, EFL port doesn't set CMAKE_LINK_INTERFACE_LIBRARIES.
566 2015-01-19 Michael Catanzaro <mcatanzaro@igalia.com>
568 [GTK] Generate the make dist manifest from a CMake template file
569 https://bugs.webkit.org/show_bug.cgi?id=139387
571 Reviewed by Martin Robinson.
573 Generate manifest.txt from manifest.txt.in. Only expose the dist and
574 distcheck targets for developer builds, as they won't work when
575 building from a tarball because the manifest is not distributed.
577 * Source/PlatformGTK.cmake:
579 2015-01-15 Csaba Osztrogonác <ossy@webkit.org>
581 Remove ENABLE(SQL_DATABASE) guards
582 https://bugs.webkit.org/show_bug.cgi?id=140434
584 Reviewed by Darin Adler.
586 * Source/cmake/OptionsMac.cmake:
587 * Source/cmake/WebKitFeatures.cmake:
588 * Source/cmakeconfig.h.cmake:
590 2015-01-11 Sam Weinig <sam@webkit.org>
592 Remove support for SharedWorkers
593 https://bugs.webkit.org/show_bug.cgi?id=140344
595 Reviewed by Anders Carlsson.
597 * Source/cmake/OptionsEfl.cmake:
598 * Source/cmake/OptionsGTK.cmake:
599 * Source/cmake/OptionsMac.cmake:
600 * Source/cmake/WebKitFeatures.cmake:
601 * Source/cmakeconfig.h.cmake:
603 2015-01-10 Dan Bernstein <mitz@apple.com>
605 [Xcode, iOS] Files are recompiled when alternating between using make and the Xcode IDE
606 https://bugs.webkit.org/show_bug.cgi?id=140339
608 Reviewed by Mark Rowe.
610 * Makefile.shared: Run xcodebuild with the same PATH with which the Xcode IDE runs. This
611 prevents unnecessary rebuilding due to PATH differences.
613 2015-01-07 Gwang Yoon Hwang <yoon@igalia.com>
615 [GTK][ThreadedCompositor] Add support for threaded compositor.
616 https://bugs.webkit.org/show_bug.cgi?id=118265
618 Reviewed by Martin Robinson.
620 Added the ENABLE_THREADED_COMPOSITOR feature flag to the cmake and
621 autotools build systems. The feature is disabled by default.
622 And remove deprecated the WTF_USE_TILED_BACKING_STORE feature flag
623 from the feature flags.
625 * Source/cmake/OptionsEfl.cmake:
626 * Source/cmake/OptionsGTK.cmake:
627 * Source/cmake/WebKitFeatures.cmake:
628 * Source/cmakeconfig.h.cmake:
630 2014-12-23 Alexey Proskuryakov <ap@apple.com>
632 Simplify building with ASan
633 https://bugs.webkit.org/show_bug.cgi?id=139916
635 Reviewed by Mark Rowe.
637 * Makefile.shared: Invoke set-webkit-configuration to store ASan choice as appropriate.
639 2014-12-16 Carlos Garcia Campos <cgarcia@igalia.com>
641 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.3 release.
643 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
645 2014-12-10 Jon Honeycutt <jhoneycutt@apple.com>
647 Null dereference performing a "TapAndAHalf" gesture in Google search field
649 <https://bugs.webkit.org/show_bug.cgi?id=139506>
650 <rdar://problem/19028828>
652 Reviewed by Darin Adler.
654 * ManualTests/ios/tap-and-a-half-gesture-in-empty-text-field.html: Added.
656 2014-12-10 Dean Jackson <dino@apple.com>
658 Blur filter performance test doesn't provide results
659 https://bugs.webkit.org/show_bug.cgi?id=139462
661 Reviewed by Sam Weinig.
663 This can't currently work under our performance test
664 infrastructure. Move it to a manual test to avoid
665 putting FAILures into the results.
667 * ManualTests/blur-filter-timing.html: Renamed from PerformanceTests/Interactive/blur-filter-timing.html.
669 2014-12-09 Gustavo Noronha Silva <gustavo.noronha@collabora.com>
671 [GTK][WK2] Add HTML5 Notifications support
672 https://bugs.webkit.org/show_bug.cgi?id=61140
674 Reviewed by Carlos Garcia Campos.
676 * Source/cmake/FindLibNotify.cmake: Added.
677 * Source/cmake/OptionsGTK.cmake: add option to enable notifications, look for
678 libnotify and use it for a default implementation when found.
680 2014-12-09 Bem Jones-Bey <bjonesbe@adobe.com>
682 REGRESSION(r155906): Page content disappears on Tuaw article after loading
683 https://bugs.webkit.org/show_bug.cgi?id=138100
685 Reviewed by Simon Fraser.
687 DRT causes an extra paint which makes it impossible to test this with
690 * ManualTests/float-layer-not-painting.html: Added.
692 2014-12-07 Alberto Garcia <berto@igalia.com>
694 [GTK] WebKit has a new required dependency on GnuTLS
695 https://bugs.webkit.org/show_bug.cgi?id=136158
697 Reviewed by Martin Robinson.
699 Detect if GnuTLS is installed and enable or disable subtle crypto
702 * Source/cmake/OptionsGTK.cmake:
704 2014-12-07 Carlos Garcia Campos <cgarcia@igalia.com>
706 [GTK] Missing API detected in GObject DOM bindings after r176630
707 https://bugs.webkit.org/show_bug.cgi?id=139201
709 Reviewed by Gustavo Noronha Silva.
711 Change GENERATE_BINDINGS macro to receive a list of optional
712 additional dependencies, so that we can add more dependecies
713 without having to change the macro.
715 * Source/cmake/WebKitMacros.cmake:
717 2014-12-05 Simon Fraser <simon.fraser@apple.com>
719 Programmatic scrolling and content changes are not always synchronized
720 https://bugs.webkit.org/show_bug.cgi?id=139245
721 rdar://problem/18833612
723 Reviewed by Anders Carlsson.
725 Manual test that tries to sync layout with programmatic scrolling.
727 * ManualTests/programmatic-scroll-flicker.html: Added.
729 2014-12-04 Alberto Garcia <berto@igalia.com>
731 can not find cairo-gl.h when build webkit with gtk on ubuntu 14.04
732 https://bugs.webkit.org/show_bug.cgi?id=136576
734 Reviewed by Carlos Garcia Campos.
736 CMake should complain if Accelerated 2D Canvas is explicitly
737 enabled but cairo-gl is not found.
739 * Source/cmake/OptionsGTK.cmake:
741 2014-12-03 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
743 [EFL] Add subtle crypto to the build system
744 https://bugs.webkit.org/show_bug.cgi?id=138612
746 Reviewed by Csaba Osztrogonác.
748 * Source/cmake/OptionsEfl.cmake:
750 2014-12-01 Gyuyoung Kim <gyuyoung.kim@samsung.com>
752 [EFL] Add a ENABLE_CSS_SCROLL_SNAP macro to CMake build system
753 https://bugs.webkit.org/show_bug.cgi?id=139085
755 Reviewed by Andreas Kling.
757 * Source/cmake/OptionsEfl.cmake: Add ENABLE_CSS_SCROLL_SNAP.
758 * Source/cmake/WebKitFeatures.cmake: ditto.
759 * Source/cmakeconfig.h.cmake: ditto.
761 2014-11-30 Ryuan Choi <ryuan.choi@navercorp.com>
763 [EFL] Drop support for the EFL 1.7
764 https://bugs.webkit.org/show_bug.cgi?id=139114
766 Reviewed by Gyuyoung Kim.
768 * Source/cmake/EFLHelpers.cmake: Removed.
769 * Source/cmake/FindEcore.cmake: Removed.
770 * Source/cmake/FindEdje.cmake: Removed.
771 * Source/cmake/FindEet.cmake: Removed.
772 * Source/cmake/FindEeze.cmake: Removed.
773 * Source/cmake/FindEfreet.cmake: Removed.
774 * Source/cmake/FindEina.cmake: Removed.
775 * Source/cmake/FindElementary.cmake: Removed.
776 * Source/cmake/FindEvas.cmake: Removed.
777 * Source/cmake/OptionsEfl.cmake:
779 2014-11-28 Philippe Normand <pnormand@igalia.com>
781 [CMake] Build failure against GStreamer git master
782 https://bugs.webkit.org/show_bug.cgi?id=138872
784 Reviewed by Csaba Osztrogon.
786 * Source/cmake/FindGStreamer.cmake: Simplified the
787 FIND_GSTREAMER_COMPONENT macro. Trust pkg-config for include
788 headers lookup, there's no need to do this manually. Also
789 explicitely check the version specified in GStreamer_FIND_VERSION.
791 2014-11-27 Ryuan Choi <ryuan.choi@navercorp.com>
793 [EFL] Remove E_Dbus dependency
794 https://bugs.webkit.org/show_bug.cgi?id=136355
796 Reviewed by Gyuyoung Kim.
798 * Source/cmake/FindE_DBus.cmake: Removed.
799 * Source/cmake/OptionsEfl.cmake:
801 2014-11-24 Carlos Garcia Campos <cgarcia@igalia.com>
803 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.1 release.
805 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
807 2014-11-20 Csaba Osztrogonác <ossy@webkit.org>
809 [CMake] Use ld.gold if it is available to speedup builds
810 https://bugs.webkit.org/show_bug.cgi?id=137953
812 Reviewed by Carlos Garcia Campos.
814 * Source/cmake/OptionsCommon.cmake:
816 2014-11-19 Akos Kiss <akiss@inf.u-szeged.hu>
818 Fix the detection of toolchain support for Cortex-A53 erratum 835769 workaround
819 https://bugs.webkit.org/show_bug.cgi?id=138840
821 Reviewed by Csaba Osztrogonác.
823 * Source/cmake/OptionsCommon.cmake:
825 2014-11-13 Csaba Osztrogonác <ossy@webkit.org>
827 Remove Source/Platform cruft
828 https://bugs.webkit.org/show_bug.cgi?id=138658
830 Reviewed by Anders Carlsson.
833 * Source/Platform: Removed.
835 2014-11-10 Akos Kiss <akiss@inf.u-szeged.hu>
837 Enable Cortex-A53-specific code paths by default if core is detected.
838 https://bugs.webkit.org/show_bug.cgi?id=138499
840 Reviewed by Csaba Osztrogonác.
842 On ARM64/Linux, check /proc/cpuinfo for CPU part 0xd03 (signaling
843 Cortex-A53) and set the initial value of WTF_CPU_ARM64_CORTEXA53 to true
846 Since on ARM64/Linux the part number that cpuinfo reports depends on
847 the core the query is run on, the check is bound to and executed on the
848 available cores one by one.
850 * Source/cmake/OptionsCommon.cmake:
852 2014-11-10 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
854 [EFL] Remove unnecessary version check from OptionsEfl.cmake
855 https://bugs.webkit.org/show_bug.cgi?id=138498
857 Reviewed by Csaba Osztrogonác.
859 * Source/cmake/OptionsEfl.cmake:
861 2014-11-07 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
863 [EFL] Require at least EFL 1.9 if ENABLE(ACCESSIBILITY) after r175098
864 https://bugs.webkit.org/show_bug.cgi?id=138465
866 Reviewed by Gyuyoung Kim.
868 * Source/cmake/OptionsEfl.cmake:
870 2014-11-03 Dean Jackson <dino@apple.com>
872 Add ENABLE_FILTERS_LEVEL_2 feature guard.
873 https://bugs.webkit.org/show_bug.cgi?id=138362
875 Reviewed by Tim Horton.
877 Add a new feature define for Level 2 of CSS Filters.
878 http://dev.w3.org/fxtf/filters-2/
880 * Source/cmake/OptionsEfl.cmake:
881 * Source/cmake/OptionsGTK.cmake:
882 * Source/cmake/OptionsMac.cmake:
883 * Source/cmake/WebKitFeatures.cmake:
884 * Source/cmakeconfig.h.cmake:
886 2014-11-03 Akos Kiss <akiss@inf.u-szeged.hu>
888 Workaround for Cortex-A53 erratum 835769
889 https://bugs.webkit.org/show_bug.cgi?id=138315
891 Reviewed by Filip Pizlo.
893 This patch introduces CMake variable and preprocessor macro
894 WTF_CPU_ARM64_CORTEXA53 with the aim of enabling Cortex-A53-specific
895 code paths, if set true.
897 * Source/cmake/OptionsCommon.cmake:
898 Add -mfix-cortex-a53-835769 to the compiler flags if compiler supports
900 * Source/cmakeconfig.h.cmake:
901 #cmakedefine01 for WTF_CPU_ARM64_CORTEXA53
903 2014-11-02 Akos Kiss <akiss@inf.u-szeged.hu>
905 [GTK] Fix the build of FTL JIT
906 https://bugs.webkit.org/show_bug.cgi?id=138298
908 Reviewed by Carlos Garcia Campos.
910 * Source/cmake/OptionsGTK.cmake:
911 Remove the need for the LIBCXXABI package.
913 2014-11-01 Carlos Garcia Campos <cgarcia@igalia.com>
915 REGRESSION(CMake): Make it possible to build without introspection
916 https://bugs.webkit.org/show_bug.cgi?id=138006
918 Reviewed by Philippe Normand.
920 Add ENABLE_INTROSPECTION option.
922 * Source/PlatformGTK.cmake: Dot not add gir global target if
923 introspection is disabled.
924 * Source/cmake/OptionsGTK.cmake: Do not add gir individual targets if
925 introspection is disabled.
927 2014-10-31 Adrian Perez de Castro <aperez@igalia.com>
929 [GTK] Support script message handlers WebKitUserContentManager
930 https://bugs.webkit.org/show_bug.cgi?id=133730
932 Reviewed by Carlos Garcia Campos.
934 Support user script message handlers in WebKitUserContentManager.
935 This needs building with ENABLE_USER_MESSAGE_HANDLERS, for which
936 an option is added to the CMake build files. The option is disabled
937 globally by default, and the WebKitGTK port enables it. On the API
938 level, two new methods to register and unregister names are provided
939 in the "window.webkit" namespace, and on message reception the
940 "WebKitUserContentManager::script-message-received" signal is
941 emitted, using the registered names as signal detail.
943 * Source/cmake/OptionsGTK.cmake: For the GTK port, enable the
944 ENABLE_USER_MESSAGE_HANDLERS feature by default.
945 * Source/cmake/WebKitFeatures.cmake: Add feature description for
946 ENABLE_USER_MESSAGE_HANDLERS, disabled by default.
948 2014-10-29 Raphael Kubo da Costa <rakuco@FreeBSD.org>
950 [GTK] Bump libsoup's minimum version to 2.42.0.
951 https://bugs.webkit.org/show_bug.cgi?id=138086
953 Reviewed by Martin Robinson.
955 The SOUP_CHECK_VERSION macro was added in libsoup 2.41.1, and the
956 soup-version.h header was added to soup.h in 2.41.4, which then becomes
957 the minimum version required to build the port these days.
959 In addition, since the autotools build system required 2.42.0 before
960 being retired, require the same version here. Version 2.42.0 was also
962 https://lists.webkit.org/pipermail/webkit-gtk/2013-March/001387.html.
964 * Source/cmake/OptionsGTK.cmake:
966 2014-10-28 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
968 [EFL] Remove unnecessary defines from OptionsEfl.cmake
969 https://bugs.webkit.org/show_bug.cgi?id=138132
971 Reviewed by Csaba Osztrogonác.
973 * Source/cmake/OptionsEfl.cmake:
975 2014-10-28 Carlos Garcia Campos <cgarcia@igalia.com>
977 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.7.1 release.
979 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
981 2014-10-21 Ryuan Choi <ryuan.choi@gmail.com>
983 [EFL] Remove unnecessary ENABLE_3D_RENDERING definition from OptionsEfl.cmake
984 https://bugs.webkit.org/show_bug.cgi?id=137946
986 Reviewed by Gyuyoung Kim.
988 ENABLE_3D_RENDERING is already enabled as WEBKIT_OPTION_DEFAULT_PORT_VALUE since r135813.
990 * Source/cmake/OptionsEfl.cmake:
992 2014-10-21 Dániel Bátyai <dbatyai.u-szeged@partner.samsung.com>
994 Fix FTL Native Inlining for EFL
995 https://bugs.webkit.org/show_bug.cgi?id=137774
997 Reviewed by Michael Saboff.
999 Updated CMake for FTL Native Inlining.
1002 * Source/cmake/FindClang.cmake: Added.
1003 * Source/cmake/OptionsEfl.cmake:
1004 * Source/cmakeconfig.h.cmake:
1006 2014-10-20 Joseph Pecoraro <pecoraro@apple.com>
1008 Web Inspector: Generate all Inspector domains together in JavaScriptCore
1009 https://bugs.webkit.org/show_bug.cgi?id=137748
1011 Reviewed by Brian Burg.
1013 * Source/PlatformEfl.cmake:
1015 2014-10-20 Carlos Garcia Campos <cgarcia@igalia.com>
1017 [GTK] Add initial gestures support
1018 https://bugs.webkit.org/show_bug.cgi?id=137812
1020 Reviewed by Sergio Villar Senin.
1022 Check if the GTK+ version supports gestures or not.
1024 * Source/cmake/FindGTK3.cmake:
1025 * Source/cmake/OptionsGTK.cmake:
1027 2014-10-16 Carlos Garcia Campos <cgarcia@igalia.com>
1029 REGRESSION(CMake): [GTK] WebKitSettings:enable-smooth-scrolling does nothing
1030 https://bugs.webkit.org/show_bug.cgi?id=137781
1032 Reviewed by Martin Robinson.
1034 We used to enable smooth scrolling unconditionally in autotools
1035 (via WebKitFeatures.m4), but since the switch to CMake it's
1036 unconditionally disabled, so changing the setting doesn't have any
1039 * Source/cmake/OptionsGTK.cmake: Enable smooth scrolling.
1041 2014-10-16 Pascal Jacquemart <p.jacquemart@samsung.com>
1043 Removing CUSTOM_PROTOCOLS guard
1044 https://bugs.webkit.org/show_bug.cgi?id=137741
1046 Reviewed by Benjamin Poulain.
1048 * Source/cmake/OptionsEfl.cmake:
1050 2014-10-11 KwangHyuk Kim <hyuki.kim@samsung.com>
1052 [EFL] Enable WebP support.
1053 https://bugs.webkit.org/show_bug.cgi?id=136156
1055 Reviewed by Gyuyoung Kim.
1057 Add WebP package finding rule.
1059 * Source/cmake/OptionsEfl.cmake:
1061 2014-10-07 Pascal Jacquemart <p.jacquemart@samsung.com>
1063 [EFL] Enable custom URI schemes with CustomProtocols
1064 https://bugs.webkit.org/show_bug.cgi?id=128177
1066 Reviewed by Gyuyoung Kim.
1068 Fixing ewk_context_url_scheme_register() ewebkit2 API
1069 rely on r162449 - CustomProtocols implementation from Carlos Garcia Campos
1071 * Source/cmake/OptionsEfl.cmake: Forcing CUSTOM_PROTOCOLS flag
1073 2014-10-01 Michael Catanzaro <mcatanzaro@igalia.com>
1075 Bump version to 2.7.0
1076 https://bugs.webkit.org/show_bug.cgi?id=137301
1078 Rubber-stamped by Carlos Garcia Campos.
1080 * Source/cmake/OptionsGTK.cmake: Bump version numbers
1082 2014-09-30 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1084 [EFL] Rename TEST_THEME_DIR macro
1085 https://bugs.webkit.org/show_bug.cgi?id=137244
1087 Reviewed by Csaba Osztrogonác.
1089 * Source/cmake/OptionsEfl.cmake: Rename TEST_THEME_DIR to DEFAULT_THEME_DIR.
1091 2014-09-27 Dan Bernstein <mitz@apple.com>
1093 WebKit top of tree sources won't build in 10.9 w/ Xcode 6.0.1
1094 https://bugs.webkit.org/show_bug.cgi?id=137053
1096 Reviewed by Mark Rowe.
1098 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
1099 In the build pre-action, pass the --wksi and --llvm options to
1100 copy-webkitlibraries-to-product-directory.
1101 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme: Ditto.
1103 2014-09-26 Carlos Garcia Campos <cgarcia@igalia.com>
1105 [GTK] Enable CSS_IMAGE_SET in production builds
1106 https://bugs.webkit.org/show_bug.cgi?id=137142
1108 Reviewed by Alejandro G. Castro.
1110 This is required by the inspector to show some of the icons that
1111 has a HiDPI variant.
1113 * Source/cmake/OptionsGTK.cmake:
1115 2014-09-25 Carlos Garcia Campos <cgarcia@igalia.com>
1117 [Gtk] build.sh needs a -- before make options when the build command is cmake --build
1118 https://bugs.webkit.org/show_bug.cgi?id=136377
1120 Reviewed by Philippe Normand.
1122 * Source/cmake/OptionsGTK.cmake: Only create the build.sh script
1123 for CMake versions less than 3.
1125 2014-09-25 Csaba Osztrogonác <ossy@webkit.org>
1127 Remove WinCE port from trunk
1128 https://bugs.webkit.org/show_bug.cgi?id=136951
1130 Reviewed by Alex Christensen.
1132 * Source/cmake/OptionsWinCE.cmake: Removed.
1133 * Source/cmake/WebKitPackaging.cmake:
1135 2014-09-17 Renato Nagy <rnagy@inf.u-szeged.hu>
1137 [EFL][GTK] Remove WebKit1 related codes
1138 https://bugs.webkit.org/show_bug.cgi?id=136853
1140 Reviewed by Csaba Osztrogonác.
1142 Gtk and EFL WebKit1 ports no longer exist. Webkit1 related codes were deleted
1145 * Source/PlatformGTK.cmake:
1147 2014-09-16 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
1150 https://bugs.webkit.org/show_bug.cgi?id=136820
1152 Reviewed by Csaba Osztrogonác.
1154 * Source/cmake/FindICU.cmake:
1156 2014-09-15 Zan Dobersek <zdobersek@igalia.com>
1158 [CMake] Remove FIND_PACKAGE_HANDLE_STANDARD_ARGS call for WAYLAND_EGL in FindWayland.cmake
1159 https://bugs.webkit.org/show_bug.cgi?id=136814
1161 Reviewed by Philippe Normand.
1163 * Source/cmake/FindWayland.cmake: This line was committed by mistake.
1164 We bundle the wayland-egl dependency with wayland-client and wayland-server
1165 and store the resulting variables with the WAYLAND_ prefix. Because of this
1166 this line wasn't exporting anything useful.
1168 2014-09-12 Csaba Osztrogonác <ossy@webkit.org>
1170 URTBF after r173574.
1172 * Source/cmake/WebKitMacros.cmake:
1174 2014-09-11 László Langó <llango.u-szeged@partner.samsung.com>
1176 [JavaScriptCore] Fix FTL on platform EFL.
1177 https://bugs.webkit.org/show_bug.cgi?id=133571
1179 Reviewed by Filip Pizlo.
1183 * Source/cmake/FindLIBCXXABI.cmake: Removed.
1184 * Source/cmake/OptionsEfl.cmake:
1186 2014-09-08 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
1189 https://bugs.webkit.org/show_bug.cgi?id=136571
1191 Reviewed by Darin Adler.
1193 * Source/cmake/OptionsEfl.cmake:
1194 * Source/cmake/OptionsGTK.cmake:
1195 * Source/cmake/OptionsMac.cmake:
1196 * Source/cmake/WebKitFeatures.cmake:
1197 * Source/cmakeconfig.h.cmake:
1199 2014-09-04 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
1201 Remove CSS_FILTERS flag
1202 https://bugs.webkit.org/show_bug.cgi?id=136529
1204 Reviewed by Dirk Schulze.
1206 * Source/cmake/OptionsEfl.cmake:
1207 * Source/cmake/OptionsGTK.cmake:
1208 * Source/cmake/OptionsMac.cmake:
1209 * Source/cmake/WebKitFeatures.cmake:
1210 * Source/cmakeconfig.h.cmake:
1212 2014-09-01 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1214 [CMAKE] Build warning by INTERFACE_LINK_LIBRARIES
1215 https://bugs.webkit.org/show_bug.cgi?id=136194
1217 Reviewed by Csaba Osztrogonác.
1219 Set the LINK_INTERFACE_LIBRARIES target property on the top level CMakeLists.txt.
1223 2014-08-29 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
1225 [EFL] Remove non Coordinated Graphics code path from cmake build system after r142169
1226 https://bugs.webkit.org/show_bug.cgi?id=135560
1228 Reviewed by Gyuyoung Kim.
1230 * Source/cmake/OptionsEfl.cmake: Removed TILED_BACKING_STORE guard.
1232 2014-08-28 Brian J. Burg <burg@cs.washington.edu>
1234 WebInspectorUI.framework is not built for the "All Source" Xcode scheme
1235 https://bugs.webkit.org/show_bug.cgi?id=136343
1237 Reviewed by David Kilzer.
1239 The "build" and "run" actions in Xcode should copy over the latest Inspector resources.
1241 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
1242 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
1244 2014-08-27 Krzysztof Czech <k.czech@samsung.com>
1246 [EFL] Share fast/speechsynthesis/ with other ports
1247 https://bugs.webkit.org/show_bug.cgi?id=136224
1249 Reviewed by Chris Fleizach.
1251 Enable WebSpeech for EFL.
1253 * Source/cmake/OptionsEfl.cmake:
1255 2014-08-26 Krzysztof Czech <k.czech@samsung.com>
1257 [EFL] Utilize espeak as a synthesizer back-end for WebSpeech
1258 https://bugs.webkit.org/show_bug.cgi?id=136127
1260 Reviewed by Gyuyoung Kim.
1262 Add build support for espeak.
1264 * Source/cmake/FindEspeak.cmake: Added.
1265 * Source/cmake/OptionsEfl.cmake: Add Espeak dependency.
1267 2014-08-26 Ryuan Choi <ryuan.choi@samsung.com>
1269 [EFL] Build break using clang
1270 https://bugs.webkit.org/show_bug.cgi?id=136245
1272 Reviewed by Gyuyoung Kim.
1274 * Source/cmake/OptionsEfl.cmake:
1275 Disable ENABLE_WERROR when compiler is Clang as workaround because there are too many warnings.
1276 Some warnings are from system libraries.
1278 2014-08-25 Alberto Garcia <berto@igalia.com>
1280 [GTK] Unify webkitgtk and webkit2gtk directories
1281 https://bugs.webkit.org/show_bug.cgi?id=136209
1283 Reviewed by Carlos Garcia Campos.
1285 Use webkit2gtk-X.X both for the process binaries and the injected
1288 * Source/cmake/OptionsGTK.cmake:
1290 2014-08-24 Ryuan Choi <ryuan.choi@samsung.com>
1292 [EFL] Move Efl specific code from Source/CMakeLists.txt
1293 https://bugs.webkit.org/show_bug.cgi?id=136206
1295 Reviewed by Gyuyoung Kim.
1297 WebKit/Efl only uses ENABLE_WERROR so it can be moved into OptionsEfl.cmake.
1298 Inaddition, renamed ADDITIONAL_FLAGS to ADDITIONAL_COMPILER_FLAGS.
1300 * Source/CMakeLists.txt:
1301 * Source/cmake/OptionsEfl.cmake:
1303 2014-08-24 Ryuan Choi <ryuan.choi@samsung.com>
1305 [EFL] Introduce DEVELOPER_MODE
1306 https://bugs.webkit.org/show_bug.cgi?id=135884
1308 Reviewed by Gyuyoung Kim.
1310 Like GTK port, DEVELOPER_MODE can be good solution for developing, debugging and testing
1311 instead of SHARED_CORE.
1312 SHARED_CORE can reduce link time and memory consumption but it is slightly different
1313 from release binary.
1315 * Source/cmake/OptionsEfl.cmake:
1316 * Source/cmake/WebKitHelpers.cmake:
1317 Moved fvisibility=hidden to OptionsEfl.cmake
1319 2014-08-22 KwangHyuk Kim <hyuki.kim@samsung.com>
1321 [EFL] Turn on ENABLE_GAMEPAD_DEPRECATED option.
1322 https://bugs.webkit.org/show_bug.cgi?id=136110
1324 Reviewed by Gyuyoung Kim.
1326 Turn on ENABLE_GAMEPAD_DEPRECATED option for the WK2 Efl.
1328 * Source/cmake/OptionsEfl.cmake:
1330 2014-08-22 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1332 [EFL] Apply eflsymbols.filter to WebKit2
1333 https://bugs.webkit.org/show_bug.cgi?id=136148
1335 Reviewed by Csaba Osztrogonác.
1337 eflsymbol filter hasn't been applied to WK2 port. Additionally clean up WK1 symbol
1338 in the eflsymbols.filter.
1340 * Source/cmake/OptionsEfl.cmake:
1341 * Source/cmake/eflsymbols.filter:
1343 2014-08-21 Zalan Bujtas <zalan@apple.com>
1345 Enable SATURATED_LAYOUT_ARITHMETIC.
1346 https://bugs.webkit.org/show_bug.cgi?id=136106
1348 Reviewed by Simon Fraser.
1350 SATURATED_LAYOUT_ARITHMETIC protects LayoutUnit against arithmetic overflow.
1351 (No measurable performance regression on Mac.)
1353 * Source/cmake/OptionsMac.cmake:
1354 * Source/cmake/WebKitFeatures.cmake:
1355 * Source/cmakeconfig.h.cmake:
1357 2014-08-19 Zalan Bujtas <zalan@apple.com>
1359 Remove ENABLE(SUBPIXEL_LAYOUT).
1360 https://bugs.webkit.org/show_bug.cgi?id=136077
1362 Reviewed by Simon Fraser.
1364 Remove compile time flag SUBPIXEL_LAYOUT. All ports have it enabled for a while now.
1366 * Source/cmake/OptionsEfl.cmake:
1367 * Source/cmake/OptionsGTK.cmake:
1368 * Source/cmake/OptionsMac.cmake:
1369 * Source/cmake/WebKitFeatures.cmake:
1370 * Source/cmakeconfig.h.cmake:
1372 2014-08-17 Zan Dobersek <zdobersek@igalia.com>
1374 [CMake] Optimization-disabling compiler flags should be appended to CMAKE_C(XX)_FLAGS_RELEASE
1375 https://bugs.webkit.org/show_bug.cgi?id=135980
1377 Reviewed by Martin Robinson.
1379 CMAKE_C(XX)_FLAGS_RELEASE variables usually contain the -On flag which
1380 overrides any other disabled optimization that was prepended to these
1381 variables or was added to the CMAKE_C(XX)_FLAGS variables which CMake
1382 lists first in the final list of compilation flags.
1384 To avoid -On re-enabling optimizations that we'd like to keep disabled,
1385 the specific compiler flags must be appended to CMAKE_C(XX)_FLAGS_RELEASE.
1387 * Source/cmake/OptionsCommon.cmake:
1388 * Source/cmake/OptionsEfl.cmake: Also do the appending with CMAKE_SHARED_LINKER_FLAGS_RELEASE.
1389 * Source/cmake/OptionsGTK.cmake:
1391 2014-08-15 Carlos Garcia Campos <cgarcia@igalia.com>
1393 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.5.3 release.
1395 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1397 2014-08-15 Ting-Wei Lan <lantw44@gmail.com>
1399 [GTK] Disable memory sampler on non-Linux system
1400 https://bugs.webkit.org/show_bug.cgi?id=134483
1402 Reviewed by Philippe Normand.
1404 Source/WebKit2/Shared/linux/WebMemorySamplerLinux.cpp only works on
1405 Linux because it uses many Linux-specific features, so we should disable
1406 memory sampler on other systems by default.
1408 * Source/cmake/OptionsGTK.cmake:
1410 2014-08-15 Carlos Garcia Campos <cgarcia@igalia.com>
1412 [GTK] HTML API documentation should also be installed versioned
1413 https://bugs.webkit.org/show_bug.cgi?id=135970
1415 Reviewed by Philippe Normand.
1417 * Source/PlatformGTK.cmake: Append -${WEBKITGTK_API_VERSION} to
1420 2014-08-14 Tomas Popela <tpopela@redhat.com>
1422 Add support for ppc, ppc64, ppc64le, s390, s390x into the CMake build
1423 https://bugs.webkit.org/show_bug.cgi?id=135937
1425 Reviewed by Carlos Garcia Campos.
1429 2014-08-14 Carlos Garcia Campos <cgarcia@igalia.com>
1431 [GTK] REGRESSION(r171598, CMake): Introspection files are installed at the wrong path
1432 https://bugs.webkit.org/show_bug.cgi?id=135934
1434 Reviewed by Gustavo Noronha Silva.
1436 Since r171598 gir files are installed under $datadir/webkitgtk-4.0/gir-1.0/.
1437 The gir files should installed in $datadir/gir-1.0/ together with all other
1438 gir files. We don't need to install introspection files in a versioned
1439 directory because their filenames already contain the binary version. But before
1440 r171598, the files were only installed to the right directory if the
1441 gobject-instrospection pkg-config file was in the same prefix than the one we
1442 wanted to install, because the gir and typelibs directories were extracted from
1443 the pkg-config file. We should define INTROSPECTION_INSTALL_GIRDIR and
1444 INTROSPECTION_INSTALL_TYPELIBDIR in OptionsGTK.cmake based on $datadir and $libdir
1445 like we do in the autotools build.
1447 * Source/cmake/FindGObjectIntrospection.cmake: Do not define
1448 INTROSPECTION_INSTALL_GIRDIR and INTROSPECTION_INSTALL_TYPELIBDIR.
1449 * Source/cmake/OptionsGTK.cmake: Define
1450 INTROSPECTION_INSTALL_GIRDIR and INTROSPECTION_INSTALL_TYPELIBDIR.
1452 2014-08-14 Carlos Garcia Campos <cgarcia@igalia.com>
1454 [GTK] WebKit DOM documentation (webkitdomgtk) not installed after make install
1455 https://bugs.webkit.org/show_bug.cgi?id=135836
1457 Reviewed by Philippe Normand.
1459 * Source/PlatformGTK.cmake: Add install command to also install
1460 the GObject DOM bindings API docs.
1462 2014-08-14 Zan Dobersek <zdobersek@igalia.com>
1464 Unreviewed. In r165709 I mistakenly appended the -fno-exceptions
1465 and -fno-strict-aliasing compiler flags to CMAKE_CXX_FLAGS and then
1466 re-set CMAKE_C_FLAGS with the new string. The two flags should really
1467 be appended to CMAKE_C_FLAGS and the same variable re-set with the
1470 * Source/cmake/OptionsCommon.cmake:
1472 2014-08-13 Alex Christensen <achristensen@webkit.org>
1474 Progress towards CMake on Mac.
1475 https://bugs.webkit.org/show_bug.cgi?id=135819
1477 Reviewed by Laszlo Gombos.
1479 * Source/cmake/OptionsMac.cmake:
1480 Disable some more features temporarily to get CMake working.
1481 * Source/cmake/WebKitMacros.cmake:
1482 Added an extension parameter to GENERATE_BINDINGS to allow ObjC bindings to generate .mm files.
1484 2014-08-12 Eduardo Lima Mitev <elima@igalia.com>
1486 [GTK] Subtle-crypto feature off by default and add a new configure flag to enable it
1487 https://bugs.webkit.org/show_bug.cgi?id=135798
1489 Reviewed by Philippe Normand.
1491 * Source/cmake/OptionsGTK.cmake: Makes SUBTLE_CRYPTO flag off by default.
1493 2014-08-12 Eduardo Lima Mitev <elima@igalia.com>
1494 [GTK] Adds dependency on GnuTLS 3.0+ for the implementation of subtle crypto algorithms
1495 https://bugs.webkit.org/show_bug.cgi?id=133317
1497 GnuTLS is already an indirect dependency through libsoup -> glib-networking.
1499 Reviewed by Philippe Normand.
1501 No new tests since no new functionality has been added.
1503 * Source/cmake/OptionsGTK.cmake: Adds search for required GnuTLS package
1505 2014-08-11 Commit Queue <commit-queue@webkit.org>
1507 Unreviewed, rolling out r172393.
1508 https://bugs.webkit.org/show_bug.cgi?id=135796
1510 discussion needed about GnuTLS version bump on the bots
1511 (Requested by philn on #webkit).
1515 https://bugs.webkit.org/show_bug.cgi?id=133317
1516 http://trac.webkit.org/changeset/172393
1518 2014-08-11 Eduardo Lima Mitev <elima@igalia.com>
1519 [GTK] Adds dependency on GnuTLS 3.0+ for the implementation of subtle crypto algorithms
1520 https://bugs.webkit.org/show_bug.cgi?id=133317
1522 GnuTLS is already an indirect dependency through libsoup -> glib-networking.
1524 Reviewed by Philippe Normand.
1526 No new tests since no new functionality has been added.
1528 * Source/cmake/OptionsGTK.cmake: Adds search for required GnuTLS package
1530 2014-08-11 Eduardo Lima Mitev <elima@igalia.com>
1532 [GTK] Adds stubs for all subtle crypto algorithm implemntations
1533 https://bugs.webkit.org/show_bug.cgi?id=133316
1535 Reviewed by Philippe Normand.
1537 * Source/cmake/OptionsGTK.cmake: Add ENABLE_SUBTLE_CRYPTO option
1538 * Source/cmake/WebKitFeatures.cmake: Add ENABLE_SUBTLE_CRYPTO option
1539 * Source/cmakeconfig.h.cmake: Define ENABLE_SUBTLE_CRYPTO
1541 2014-08-11 Carlos Garcia Campos <cgarcia@igalia.com>
1543 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.5.2 release.
1545 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1547 2014-08-10 Carlos Garcia Campos <cgarcia@igalia.com>
1549 [GTK] REGRESSION(r166239): The ld version script is not being used
1550 https://bugs.webkit.org/show_bug.cgi?id=135694
1552 Reviewed by Martin Robinson.
1554 Move the symbols filter file from Tools/gtk to Source/cmake and rename
1555 it as gtksymbols.filter. Also updated it, since some of the symbols
1556 exported were renamed.
1558 * Source/cmake/OptionsGTK.cmake:
1559 * Source/cmake/gtksymbols.filter: Renamed from Tools/gtk/symbols.filter.
1561 2014-08-10 Carlos Garcia Campos <cgarcia@igalia.com>
1563 [GTK] Child processes should be installed in a versioned directory
1564 https://bugs.webkit.org/show_bug.cgi?id=135754
1566 Reviewed by Gustavo Noronha Silva.
1568 Define LIBEXEC_INSTALL_DIR as
1569 ${CMAKE_INSTALL_FULL_LIBEXECDIR}/webkitgtk-${WEBKITGTK_API_VERSION}
1570 so that the child processes are installed in $libexec/webkitgtk-4.0.
1571 This makes it possible to install 2.6 in parallel to older versions.
1573 * Source/cmake/OptionsGTK.cmake:
1575 2014-08-08 Alex Christensen <achristensen@webkit.org>
1577 Progress towards using CMake on Mac.
1578 https://bugs.webkit.org/show_bug.cgi?id=135662
1580 Reviewed by Laszlo Gombos.
1583 Mavericks has a flex version of "flex 2.5.35 Apple(flex-31)" which CMake doesn't like on Mac.
1584 * Source/cmake/WebKitFeatures.cmake:
1585 * Source/cmakeconfig.h.cmake:
1586 Added features that are needed by the Mac port.
1587 * Source/cmake/OptionsMac.cmake:
1588 Enable CSS_IMAGE_SET based on FeatureDefines.h.
1589 Disable the FTL with CMake for now.
1590 * Source/cmake/OptionsEFL.cmake:
1591 * Source/cmake/OptionsGTK.cmake:
1592 Enable subpixel layout to not conflict with FeatureDefines.h
1594 2014-08-08 Simon Fraser <simon.fraser@apple.com>
1596 Undo some erroneous changes to the Xcode scheme files from r172259.
1598 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
1599 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
1601 2014-08-08 Zan Dobersek <zdobersek@igalia.com>
1603 [CMake] Drop the required version of CMake down to 2.8.8
1604 https://bugs.webkit.org/show_bug.cgi?id=135713
1606 Reviewed by Alex Christensen.
1608 * CMakeLists.txt: Require CMake 2.8.8.
1610 2014-08-07 Benjamin Poulain <bpoulain@apple.com>
1612 Get rid of INPUT_SPEECH
1613 https://bugs.webkit.org/show_bug.cgi?id=135672
1615 Reviewed by Andreas Kling.
1617 * Source/cmake/OptionsMac.cmake:
1618 * Source/cmake/WebKitFeatures.cmake:
1619 * Source/cmakeconfig.h.cmake:
1621 2014-08-07 Csaba Osztrogonác <ossy@webkit.org>
1623 [GTK] Disable IndexedDB
1624 https://bugs.webkit.org/show_bug.cgi?id=135692
1626 Reviewed by Carlos Garcia Campos.
1628 * Source/cmake/OptionsGTK.cmake:
1630 2014-08-06 Dean Jackson <dino@apple.com>
1632 ENABLE_CSS_TRANSFORMS_ANIMATIONS_UNPREFIXED is not used anywhere. Remove it.
1633 https://bugs.webkit.org/show_bug.cgi?id=135675
1635 Reviewed by Sam Weinig.
1637 * Source/cmake/OptionsGTK.cmake:
1638 * Source/cmake/OptionsMac.cmake:
1639 * Source/cmake/WebKitFeatures.cmake:
1640 * Source/cmakeconfig.h.cmake:
1642 2014-08-06 David Farler <dfarler@apple.com>
1644 Unreviewed build fix: Make includes semicolon in assignment.
1646 * Makefile.shared: Remove a ;
1648 2014-08-06 David Farler <dfarler@apple.com>
1650 Set DSYMUTIL_NUM_THREADS to the number of logical cores
1651 https://bugs.webkit.org/show_bug.cgi?id=135655
1653 Reviewed by Mark Rowe.
1655 * Makefile.shared: Export DSYMUTIL_NUM_THREADS.
1657 2014-08-06 Carlos Garcia Campos <cgarcia@igalia.com>
1659 [GTK] Be able to disable gtk2 dependency
1660 https://bugs.webkit.org/show_bug.cgi?id=135505
1662 Reviewed by Gustavo Noronha Silva.
1664 Add ENABLE_PLUGIN_PROCESS_GTK2 compile option. GTK+2 is only
1665 required when it's enabled. It's enabled by default.
1667 * Source/cmake/OptionsGTK.cmake:
1669 2014-08-05 Alex Christensen <achristensen@webkit.org>
1672 https://bugs.webkit.org/show_bug.cgi?id=135620
1674 Reviewed by Laszlo Gombos.
1676 * Source/cmake/OptionsMac.cmake:
1677 Use UDIS86 by default on Mac.
1679 2014-08-04 Benjamin Poulain <benjamin@webkit.org>
1681 Add a flag for the CSS Selectors level 4 implementation
1682 https://bugs.webkit.org/show_bug.cgi?id=135535
1684 Reviewed by Andreas Kling.
1686 * Source/cmake/OptionsEfl.cmake:
1687 * Source/cmake/OptionsGTK.cmake:
1688 * Source/cmake/WebKitFeatures.cmake:
1689 * Source/cmakeconfig.h.cmake:
1691 2014-08-04 Alex Christensen <achristensen@webkit.org>
1693 Progress towards CMake on Mac.
1694 https://bugs.webkit.org/show_bug.cgi?id=135528
1696 Reviewed by Gyuyoung Kim.
1698 * Source/cmake/OptionsMac.cmake:
1699 Made options list based on FeatureDefines.xcconfig files.
1701 2014-08-04 Zan Dobersek <zdobersek@igalia.com>
1703 [GTK] Windowing target support should reflect the support in the GTK+ dependency
1704 https://bugs.webkit.org/show_bug.cgi?id=134736
1706 Reviewed by Martin Robinson.
1708 * Source/cmake/FindGTK3.cmake: Don't error out if the GTK+ dependency doesn't
1709 support the X11 or Wayland windowing targets -- instead, if there's no support
1710 the specific target is disabled, and an error is thrown only if neither of the
1711 backends is enabled at the end..
1712 For now the X11 target remains enabled by default, and the Wayland target is
1713 kept disabled. Once it's possible to have both targets enabled at runtime in
1714 WebKit, the Wayland target will be enabled as well and we'll leave it to the
1715 GTK+ dependency to determine which targets can be enabled.
1717 2014-08-04 Zan Dobersek <zdobersek@igalia.com>
1719 [CMake] Add FindWayland.cmake
1720 https://bugs.webkit.org/show_bug.cgi?id=135540
1722 Reviewed by Martin Robinson.
1724 * Source/cmake/FindWayland.cmake: Added. Enables finding the Wayland
1725 dependency. For now bundles the wayland-client, wayland-server and
1726 wayland-egl pkg-config targets into one dependency, but these could
1727 be split in the future if necessary.
1729 2014-08-03 Ryuan Choi <ryuan.choi@samsung.com>
1731 [EFL] Move DATA_INSTALL_DIR to ewebkit2-0
1732 https://bugs.webkit.org/show_bug.cgi?id=135553
1734 Reviewed by Gyuyoung Kim.
1736 Since WebKit1/Efl is dropped, we don't need to use ewebkit-1 and ewebkit2-1.
1737 And removed WebKit_OUTPUT_NAME variable which is not used anymore on the EFL port.
1739 * Source/cmake/OptionsEfl.cmake:
1741 2014-08-01 Bear Travis <betravis@adobe.com>
1743 [Feature Queries] Enable Feature Queries on EFL/GTK
1744 https://bugs.webkit.org/show_bug.cgi?id=134902
1746 Reviewed by Benjamin Poulain.
1748 Enable CSS Feature Queries by default on the EFL and GTK
1751 * Source/cmake/OptionsEfl.cmake:
1752 * Source/cmake/OptionsGTK.cmake:
1754 2014-08-01 Alex Christensen <achristensen@webkit.org>
1756 Progress towards cmake on Windows.
1757 https://bugs.webkit.org/show_bug.cgi?id=135484
1759 Reviewed by Martin Robinson.
1762 Added Mac to list of ports, even though it is not done yet.
1763 Changed minimum bison version to version installed on Macs.
1764 * Source/cmake/OptionsAppleWin.cmake:
1765 Added some definitions.
1766 * Source/cmake/OptionsEfl.cmake:
1767 * Source/cmake/OptionsGTK.cmake:
1768 Set WTF_LIBRARY_TYPE to STATIC to not change WTF linking on EFL or GTK ports.
1769 * Source/cmake/OptionsMac.cmake: Added blank for now.
1770 * Source/cmake/OptionsWinCairo.cmake:
1771 * Source/cmake/OptionsWindows.cmake:
1772 Added some definitions.
1773 Removed /WX (warnings treated as error while compiling).
1774 Copied warnings to ignore from WebKitLibraries/win/tools/vsprops/common.props.
1776 2014-08-01 Carlos Garcia Campos <cgarcia@igalia.com>
1778 [CMake] GTK and EFL are using PROJECT_VERSION_PATCH to define the micro version
1779 https://bugs.webkit.org/show_bug.cgi?id=135501
1781 Reviewed by Gyuyoung Kim.
1783 Use PROJECT_VERSION_MICRO instead.
1785 * Source/cmake/OptionsEfl.cmake:
1786 * Source/cmake/OptionsGTK.cmake:
1787 * Source/cmake/WebKitHelpers.cmake:
1789 2014-07-31 Ryuan Choi <ryuan.choi@samsung.com>
1791 [EFL] Bump ewebkit version to 1.11
1792 https://bugs.webkit.org/show_bug.cgi?id=135487
1794 Reviewed by Gyuyoung Kim.
1796 * Source/cmake/OptionsEfl.cmake: Bump version numbers.
1798 2014-07-31 Carlos Alberto Lopez Perez <clopez@igalia.com>
1800 [EFL] Add support for building with Geoclue2.
1801 https://bugs.webkit.org/show_bug.cgi?id=135455
1803 Reviewed by Gyuyoung Kim.
1805 * Source/cmake/OptionsEfl.cmake: Add gio-unix if ENABLE_GEOLOCATION
1808 2014-07-31 Carlos Garcia Campos <cgarcia@igalia.com>
1810 Unreviewed. Update OptionsGTK.cmake and NEWS for 2.5.1 release.
1812 * Source/cmake/OptionsGTK.cmake: Bump version numbers.
1814 2014-07-31 Carlos Garcia Campos <cgarcia@igalia.com>
1816 [GTK] Bump binary version for 2.6
1817 https://bugs.webkit.org/show_bug.cgi?id=133724
1819 Reviewed by Philippe Normand.
1821 * Source/cmake/OptionsGTK.cmake: Bump binary version to 4.0 and
1822 update library version numbers.
1824 2014-07-30 Zan Dobersek <zdobersek@igalia.com>
1826 [CMake] Bump the minimum required version
1827 https://bugs.webkit.org/show_bug.cgi?id=135382
1829 Reviewed by Gyuyoung Kim.
1831 * CMakeLists.txt: Bump the minimum required version to 2.8.11 after
1832 we introduced usage of target_include_directories().
1834 2014-07-29 Hunseop Jeong <hs85.jeong@samsung.com>
1836 [EFL][GTK] Remove ACCELERATED_COMPOSITING compile flag
1837 https://bugs.webkit.org/show_bug.cgi?id=135376
1839 Reviewed by Gyuyoung Kim.
1841 ACCELERATED_COMPOSITING was changed to the mandatory code after r163079.
1843 * Source/cmake/OptionsEfl.cmake:
1844 * Source/cmake/OptionsGTK.cmake:
1846 2014-07-25 Michael Catanzaro <mcatanzaro@igalia.com>
1848 [GTK] CMake tries to install JavaScriptCore-3.0.gir outside of install prefix
1849 https://bugs.webkit.org/show_bug.cgi?id=135288
1851 Reviewed by Martin Robinson.
1853 * Source/cmake/FindGObjectIntrospection.cmake: pass correct libdir and
1854 datadir to pkgconfig
1855 * Source/cmake/OptionsGTK.cmake: define install directories early
1856 enough to be used in FindGObjectIntrospection.cmake
1858 2014-07-23 Bem Jones-Bey <bjonesbe@adobe.com>
1860 Remove CSS_EXCLUSIONS compile flag and leftover code
1861 https://bugs.webkit.org/show_bug.cgi?id=135175
1863 Reviewed by Zoltan Horvath.
1865 At this point, the CSS_EXCLUSIONS flag guards nothing but some useless
1866 stubs. This removes the flag and the useless code.
1868 * Source/cmake/WebKitFeatures.cmake:
1869 * Source/cmakeconfig.h.cmake:
1871 2014-07-22 Adrian Perez de Castro <aperez@igalia.com>
1873 [GStreamer] [GTK] WebKit does not build with GStreamer 1.4
1874 https://bugs.webkit.org/show_bug.cgi?id=135114
1876 Fix build with GStreamer 1.4
1878 Reviewed by Philippe Normand.
1880 * Source/cmake/FindGStreamer.cmake: Check version 1.4.0 for the
1881 gst-mpegts component instead of the unstable 1.3.x verstions.
1883 2014-07-21 Carlos Garcia Campos <cgarcia@igalia.com>
1885 [GTK] Simplify make-dist command line arguments
1886 https://bugs.webkit.org/show_bug.cgi?id=134832
1888 Reviewed by Martin Robinson.
1890 * Source/PlatformGTK.cmake: Use --version instead of
1891 --tarball-root when running make-dist.py.
1893 2014-07-18 Jon Honeycutt <jhoneycutt@apple.com>
1895 Add a manual test for r135044
1897 <https://bugs.webkit.org/show_bug.cgi?id=135044>
1899 Rubber-stamped by Andy Estes.
1901 * ManualTests/ios/typing-in-field-that-clears-on-keyup.html: Added.
1903 2014-07-18 Dana Burkart <dburkart@apple.com>
1905 Add a new 'analyze' target to the makefile. This will make use of a new
1906 'PATH_TO_SCAN_BUILD' which, if set will wrap xcodebuild in the clang
1908 https://bugs.webkit.org/show_bug.cgi?id=135057
1909 <rdar://problem/10193187>
1911 Reviewed by David Kilzer.
1917 2014-07-15 Ryuan Choi <ryuan.choi@samsung.com>
1919 [CMAKE] ENABLE_ENCRYPTED_MEDIA_V2 should depend on ENABLE_VIDEO
1920 https://bugs.webkit.org/show_bug.cgi?id=134963
1922 Reviewed by Gyuyoung Kim.
1924 ENCRYPTED_MEDIA_V2 requires VIDEO enabled.
1926 * Source/cmake/WebKitFeatures.cmake: Added the dependency for ENABLE_ENCRYPTED_MEDIA_V2.
1928 2014-07-14 Daniel Bates <dabates@apple.com>
1930 [iOS] Add tests to ensure CSS :active and :hover are applied when processing touch events
1931 https://bugs.webkit.org/show_bug.cgi?id=134905
1932 <rdar://problem/16602779>
1934 Reviewed by Simon Fraser.
1936 Add a manual test to ensure that styles for CSS pseudo-class :hover aren't temporarily cleared
1937 on the tapped element when processing a touchend as a result of finger pressing and releasing
1938 on the same element that is initially positioned outside the visible content area.
1940 * ManualTests/ios/touchstart-touchend-on-same-element-should-not-clear-hover.html: Added.
1942 2014-07-11 Carlos Garcia Campos <cgarcia@igalia.com>
1944 [GTK] Enable VIDEO_TRACK by default
1945 https://bugs.webkit.org/show_bug.cgi?id=134801
1947 Reviewed by Philippe Normand.
1949 * Source/cmake/OptionsGTK.cmake:
1951 2014-07-10 Carlos Garcia Campos <cgarcia@igalia.com>
1953 [GTK][CMake] Add a 'distcheck' target
1954 https://bugs.webkit.org/show_bug.cgi?id=130675
1956 Reviewed by Gustavo Noronha Silva.
1958 * Source/PlatformGTK.cmake: Add distcheck target.
1960 2014-07-10 Carlos Garcia Campos <cgarcia@igalia.com>
1962 [GTK] Use the same default options for production builds that previous stable releases
1963 https://bugs.webkit.org/show_bug.cgi?id=134589
1965 Reviewed by Martin Robinson.
1967 Change the default value of some features to match our stable releases.
1968 Add FindCairoGL to find cairo-gl libraries and make accelearetd 2D
1969 canvas depend on whether cairo-gl is found.
1971 * Source/cmake/FindCairoGL.cmake: Added.
1972 * Source/cmake/OptionsGTK.cmake:
1974 2014-07-08 Sun-woo Nam <sunny.nam@samsung.com>
1976 [EFL] Support Encrypted Media Extensions.
1977 https://bugs.webkit.org/show_bug.cgi?id=134750
1979 Reviewed by Gyuyoung Kim.
1981 Webkit needs to play encrypted media contents when media player
1982 is played by Media source extensions and normal video procedure.
1984 * Source/cmake/OptionsEfl.cmake: Turn on ENABLE_ENCRYPTED_MEDIA_V2
1986 2014-07-08 Alex Christensen <achristensen@webkit.org>
1988 Steps towards CMake on Windows.
1989 https://bugs.webkit.org/show_bug.cgi?id=134716
1991 Reviewed by Martin Robinson.
1994 Added AppleWin and WinCairo to list of CMake ports.
1995 * Source/cmake/OptionsAppleWin.cmake: Added.
1996 * Source/cmake/OptionsWinCairo.cmake: Added.
1997 * Source/cmake/OptionsWindows.cmake:
1998 Windows needs to use the system malloc. Other options to come.
2000 2014-07-04 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2002 [EFL] Support Geolocation
2003 https://bugs.webkit.org/show_bug.cgi?id=134439
2005 Reviewed by Antonio Gomes.
2007 * Source/cmake/OptionsEfl.cmake: Turn on ENABLE_GEOLOCATION.
2009 2014-07-03 Ryuan Choi <ryuan.choi@samsung.com>
2011 Broken build with build-webkit --no-video
2012 https://bugs.webkit.org/show_bug.cgi?id=134587
2014 Reviewed by Darin Adler.
2016 MEDIA_CONTROLS_SCRIPT requires VIDEO enabled.
2018 * Source/cmake/WebKitFeatures.cmake: Added the dependency for ENABLE_MEDIA_CONTROLS_SCRIPT.
2020 2014-07-03 Carlos Garcia Campos <cgarcia@igalia.com>
2022 [GTK] The list of features shown by cmake is not accurate
2023 https://bugs.webkit.org/show_bug.cgi?id=134588
2025 Reviewed by Gustavo Noronha Silva.
2027 The problem is that some options might change after the feature
2028 list has been printed.
2030 * Source/cmake/OptionsGTK.cmake: Find package dependencies before
2031 setting the default values of features and set WEBGL value
2032 depending on the dependencies, and API_TEST depending on whether
2033 developer mode is enabled or not.
2035 2014-07-03 Ryuan Choi <ryuan.choi@samsung.com>
2037 [CMAKE] Add WEBKIT_OPTION_DEPEND macro to resolve macro dependency
2038 https://bugs.webkit.org/show_bug.cgi?id=134578
2040 Reviewed by Gyuyoung Kim.
2042 Some options depend on another option such as ENABLE_VIDEO_TRACK and ENABLE_VIDEO.
2043 This patch adds WEBKIT_OPTION_DEPEND to check the depending option and
2044 disable related option if it is not ON.
2046 * Source/cmake/OptionsEfl.cmake: Removed hack for option dependency.
2047 * Source/cmake/OptionsGTK.cmake: Ditto.
2048 * Source/cmake/WebKitFeatures.cmake: Added WEBKIT_OPTION_DEPEND macro.
2050 2014-07-02 Carlos Garcia Campos <cgarcia@igalia.com>
2052 [GTK] make dist is broken
2053 https://bugs.webkit.org/show_bug.cgi?id=134542
2055 Reviewed by Martin Robinson.
2057 * Source/PlatformGTK.cmake: Remove ENABLE_WEBKIT check.
2059 2014-07-01 Zan Dobersek <zdobersek@igalia.com>
2061 [CMake] Add necessary support for building for the Wayland target
2062 https://bugs.webkit.org/show_bug.cgi?id=134160
2064 Reviewed by Darin Adler.
2066 * Source/cmake/FindGTK3.cmake: Check for the gtk+-x11-3.0 package if the X11 target
2067 is enabled, and that its version matches the version of the generic package. Same
2068 for the gtk+-wayland-3.0 package and the Wayland target.
2069 * Source/cmake/OptionsCommon.cmake: Don't add the -DXP_UNIX definition here.
2070 * Source/cmake/OptionsEfl.cmake: Add -DXP_UNIX here for the EFL port, under the same
2071 condition as in OptionsCommon.cmake. ENABLE_X11_TARGET is enabled by default for EFL
2072 so they keep building the TestNetscapePlugin target.
2073 * Source/cmake/OptionsGTK.cmake: Enable the X11 target and disable the Wayland target
2074 by default. Group all the X11-specific macro definitions (WTF_PLATFORM_X11, MOZ_X11,
2075 XP_UNIX) and only add them if the X11 target is enabled. Similar goes for the Wayland
2076 target and WTF_PLATFORM_WAYLAND. The Wayland target requires GTK+ 3.12.0, so that's
2077 the minimum required version as soon as that target is enabled. Only search for GLX
2078 if the X11 target is enabled.
2080 2014-06-29 Yoav Weiss <yoav@yoav.ws>
2082 Add support for HTMLImageElement's sizes attribute
2083 https://bugs.webkit.org/show_bug.cgi?id=133620
2085 Reviewed by Dean Jackson.
2087 Added an ENABLE_PICTURE_SIZES compile flag.
2089 * Source/cmake/WebKitFeatures.cmake:
2090 * Source/cmakeconfig.h.cmake:
2092 2014-06-26 Daniel Bates <dabates@apple.com>
2094 [iOS][WK2] Distant focusable element may not be scrolled into view when focused using keyboard
2095 https://bugs.webkit.org/show_bug.cgi?id=134309
2096 <rdar://problem/17427385>
2098 Reviewed by Darin Adler.
2100 Add a manual test to ensure that we scroll to a distant focused text field when it's focused
2103 * ManualTests/ios/scroll-to-distant-keyboard-focused-text-field.html: Added.
2105 2014-06-25 Laszlo Gombos <l.gombos@samsung.com>
2107 Remove build guard for progress element
2108 https://bugs.webkit.org/show_bug.cgi?id=134292
2110 Reviewed by Benjamin Poulain.
2112 The build flag is no longer needed as it is always on.
2114 * Source/cmake/WebKitFeatures.cmake:
2115 * Source/cmakeconfig.h.cmake:
2117 2014-06-23 Krzysztof Czech <k.czech@samsung.com>
2119 [EFL] Platform support for WebSpeech feature.
2120 https://bugs.webkit.org/show_bug.cgi?id=116438
2122 Reviewed by Csaba Osztrogonác.
2124 Add ENABLE_SPEECH_SYNTHESIS flag to have Speech Synthesis in EFL.
2126 * Source/cmake/OptionsEfl.cmake:
2127 * Source/cmake/WebKitFeatures.cmake:
2129 2014-06-23 Philippe Normand <pnormand@igalia.com>
2131 Unreviewed, GTK build fix after r170266.
2133 * Source/cmake/OptionsGTK.cmake: Geoclue also requires gio-unix.
2135 2014-06-22 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2137 Disable gamepad feature on EFL and GTK ports by default
2138 https://bugs.webkit.org/show_bug.cgi?id=134169
2140 Reviewed by Brady Eidson.
2142 * Source/cmake/OptionsEfl.cmake: Disable ENABLE_GAMEPAD_DEPRECATED.
2144 2014-06-21 Brady Eidson <beidson@apple.com>
2146 Gamepad API - Deprecate the existing implementation
2147 https://bugs.webkit.org/show_bug.cgi?id=134108
2149 Reviewed by Timothy Hatcher.
2151 -Add new "GAMEPAD_DEPRECATED" build flag, moving the existing implementation to use it
2152 -Add the "Deprecated" suffix to some implementation files
2154 * Source/cmake/OptionsEfl.cmake:
2155 * Source/cmake/OptionsGTK.cmake:
2156 * Source/cmake/WebKitFeatures.cmake:
2157 * Source/cmakeconfig.h.cmake:
2159 2014-06-21 Commit Queue <commit-queue@webkit.org>
2161 Unreviewed, rolling out r170244.
2162 https://bugs.webkit.org/show_bug.cgi?id=134157
2164 GTK/EFL bindings generator works differently, making this
2165 patch not work there. Will fix entire patch after a rollout.
2166 (Requested by bradee-oh on #webkit).
2170 "Gamepad API - Deprecate the existing implementation"
2171 https://bugs.webkit.org/show_bug.cgi?id=134108
2172 http://trac.webkit.org/changeset/170244
2174 2014-06-21 Brady Eidson <beidson@apple.com>
2176 Gamepad API - Deprecate the existing implementation
2177 https://bugs.webkit.org/show_bug.cgi?id=134108
2179 Reviewed by Timothy Hatcher.
2181 -Add new "GAMEPAD_DEPRECATED" build flag, moving the existing implementation to use it
2182 -Add the "Deprecated" suffix to some implementation files
2184 * Source/cmake/OptionsEfl.cmake:
2185 * Source/cmake/OptionsGTK.cmake:
2186 * Source/cmake/WebKitFeatures.cmake:
2187 * Source/cmakeconfig.h.cmake:
2189 2014-06-21 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
2191 Removing PAGE_VISIBILITY_API compile guard.
2192 https://bugs.webkit.org/show_bug.cgi?id=133844
2194 Reviewed by Gavin Barraclough.
2196 * Source/cmake/OptionsEfl.cmake:
2197 * Source/cmake/OptionsGTK.cmake:
2198 * Source/cmake/WebKitFeatures.cmake:
2199 * Source/cmakeconfig.h.cmake:
2201 2014-06-19 Ryuan Choi <ryuan.choi@samsung.com>
2203 [EFL][CMAKE] Disable WebKit1 build as a default
2204 https://bugs.webkit.org/show_bug.cgi?id=134093
2206 Reviewed by Gyuyoung Kim.
2208 Disable WebKit1 build and enable WebKit2 build for the EFL port.
2210 * Source/cmake/OptionsEfl.cmake:
2212 2014-06-19 Dániel Bátyai <dbatyai.u-szeged@partner.samsung.com>
2214 Remove ENABLE(LLINT) and ENABLE(LLINT_C_LOOP) guards
2215 https://bugs.webkit.org/show_bug.cgi?id=130389
2217 Reviewed by Mark Lam.
2219 Removed ENABLE(LLINT) since we always build with it, and changed ENABLE(LLINT_C_LOOP)
2220 into !ENABLE(JIT) since they are mutually exclusive.
2222 * Source/cmake/OptionsEfl.cmake:
2223 * Source/cmake/OptionsGTK.cmake:
2224 * Source/cmake/WebKitFeatures.cmake:
2225 * Source/cmakeconfig.h.cmake:
2227 2014-06-17 Zan Dobersek <zdobersek@igalia.com>
2229 Remove the USE_GTK2=1 branch in OptionsGTK.cmake. This used to determine
2230 GTK+ and GDK libraries and include directories for the GTK+ 2 dependency,
2231 but we now only support GTK+ 3. The GTK+ 2 dependency is still required
2232 by the plugin process, but it is searched and utilized separately.
2234 Rubber-stamped by Carlos Garcia Campos.
2236 * Source/cmake/OptionsGTK.cmake:
2238 2014-06-16 Commit Queue <commit-queue@webkit.org>
2240 Unreviewed, rolling out r170003.
2241 https://bugs.webkit.org/show_bug.cgi?id=133938
2243 This patch broke GTK build (Requested by kczech on #webkit).
2247 "[EFL] Platform support for WebSpeech feature."
2248 https://bugs.webkit.org/show_bug.cgi?id=116438
2249 http://trac.webkit.org/changeset/170003
2251 2014-06-16 Krzysztof Czech <k.czech@samsung.com>
2253 [EFL] Platform support for WebSpeech feature.
2254 https://bugs.webkit.org/show_bug.cgi?id=116438
2256 Reviewed by Gyuyoung Kim.
2258 Add ENABLE_SPEECH_SYNTHESIS flag to have Speech Synthesis in EFL.
2260 * Source/cmake/OptionsEfl.cmake:
2261 * Source/cmake/WebKitFeatures.cmake:
2263 2014-06-14 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2265 [EFL] Remove duplicated compiler flag
2266 https://bugs.webkit.org/show_bug.cgi?id=133838
2268 Reviewed by Anders Carlsson.
2270 In r169798, literal-suffix was added for EFL port in order to fix build break. However,
2271 it added to common compiler options. So, it is duplicated.
2273 * Source/cmake/WebKitHelpers.cmake:
2275 2014-06-11 Commit Queue <commit-queue@webkit.org>
2277 Unreviewed, rolling out r169877.
2278 https://bugs.webkit.org/show_bug.cgi?id=133784
2280 rollout wrong build fix approach for EFL port (Requested by
2281 gyuyoung on #webkit).
2285 "Unreviewed, EFL build fix since r169869."
2286 http://trac.webkit.org/changeset/169877
2288 2014-06-11 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2290 Unreviewed, EFL build fix since r169869.
2292 Additionally literal-suffix is removed in EFL compile flag, because it is duplicated.
2294 * Source/cmake/WebKitHelpers.cmake: Treat undef error as build warning.
2296 2014-06-11 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2298 Unreviewed, EFL build fix. Treat literal-suffix error as build warning.
2300 * Source/cmake/WebKitHelpers.cmake:
2302 2014-05-28 Carlos Garcia Campos <cgarcia@igalia.com>
2304 [GTK] Make it possible to build with FTL enabled
2305 https://bugs.webkit.org/show_bug.cgi?id=133219
2307 Reviewed by Philippe Normand.
2309 Add LLVM and LIBCXXABI as dependencies when building with FTL enabled.
2311 * Source/cmake/OptionsGTK.cmake:
2313 2014-05-28 Jaehun Lim <ljaehun.lim@samsung.com>
2315 [CMake] Clean up FAST_MOBILE_SCROLLING
2316 https://bugs.webkit.org/show_bug.cgi?id=133342
2318 Reviewed by Gyuyoung Kim.
2320 FAST_MOBILE_SCROLLING was removed in r168726.
2322 * Source/cmake/OptionsEfl.cmake:
2323 * Source/cmake/OptionsGTK.cmake:
2324 * Source/cmake/WebKitFeatures.cmake:
2325 * Source/cmakeconfig.h.cmake:
2327 2014-05-27 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
2330 https://bugs.webkit.org/show_bug.cgi?id=132863
2332 Reviewed by Csaba Osztrogonác.
2334 * Source/cmake/OptionsEfl.cmake:
2335 * Source/cmake/OptionsGTK.cmake:
2336 * Source/cmake/WebKitFeatures.cmake:
2337 * Source/cmakeconfig.h.cmake:
2339 2014-05-27 Zsolt Borbely <zsborbely.u-szeged@partner.samsung.com>
2341 Allow building CMake based ports with WEB_REPLAY
2342 https://bugs.webkit.org/show_bug.cgi?id=133154
2344 Reviewed by Csaba Osztrogonác.
2346 * Source/cmake/WebKitFeatures.cmake:
2347 * Source/cmakeconfig.h.cmake:
2349 2014-05-21 Zsolt Borbely <zsborbely.u-szeged@partner.samsung.com>
2351 [EFL] Add include path of compact_unwind_encoding.h if FTL JIT is enabled
2352 https://bugs.webkit.org/show_bug.cgi?id=132907
2354 Reviewed by Gyuyoung Kim.
2356 * Source/cmake/FindLIBCXXABI.cmake: Added.
2357 * Source/cmake/OptionsEfl.cmake:
2359 2014-05-21 Michał Pakuła vel Rutka <m.pakula@samsung.com>
2361 [EFL] Turn on ENABLE_CSS_FILTERS
2362 https://bugs.webkit.org/show_bug.cgi?id=133153
2364 Reviewed by Gyuyoung Kim.
2366 * Source/cmake/OptionsEfl.cmake: Enable CSS_FILTERS as default option value.
2368 2014-05-16 Martin Robinson <mrobinson@igalia.com>
2370 [CMake] Improve handling of LIB_INSTALL_DIR, EXEC_INSTALL_DIR, and LIBEXEC_INSTALL_DIR
2371 https://bugs.webkit.org/show_bug.cgi?id=132819
2373 Reviewed by Carlos Garcia Campos.
2375 * CMakeLists.txt: Hard-code CMAKE_ARCHIVE_OUTPUT_DIRECTORY etc, so that we can accept absolute paths for LIB_INSTALL_DIR
2377 * Source/cmake/OptionsCommon.cmake: Get rid of LIB_SUFFIX and try to make all path variables absolute. Also set
2378 CMAKE_ARCHIVE_OUTPUT_DIRECTORY, etc using the last path component of LIB_INSTALL_DIR, etc, so that absolute paths
2380 * Source/cmake/OptionsGTK.cmake: Ditto. Also get rid of all pkg-config specific variables.
2382 2014-05-20 Gustavo Noronha Silva <gns@gnome.org>
2384 [CMake] Support building with Debug Fission
2385 https://bugs.webkit.org/show_bug.cgi?id=131177
2387 Reviewed by Philippe Normand.
2389 * Source/cmake/OptionsCommon.cmake: add a DEBUG_FISSION option to enable usage
2390 of http://gcc.gnu.org/wiki/DebugFission.
2392 2014-05-20 Carlos Garcia Campos <cgarcia@igalia.com>
2394 [GTK] Rename translation domain as WebKit2GTK-3.0
2395 https://bugs.webkit.org/show_bug.cgi?id=132953
2397 Reviewed by Gustavo Noronha Silva.
2399 * Source/cmake/OptionsGTK.cmake:
2401 2014-05-18 Rik Cabanier <cabanier@adobe.com>
2403 support for navigator.hardwareConcurrency
2404 https://bugs.webkit.org/show_bug.cgi?id=132588
2406 Reviewed by Filip Pizlo.
2408 * Source/cmake/OptionsEfl.cmake:
2409 * Source/cmake/OptionsGTK.cmake:
2410 * Source/cmake/WebKitFeatures.cmake:
2411 * Source/cmakeconfig.h.cmake:
2413 2014-05-14 Tibor Meszaros <tmeszaros.u-szeged@partner.samsung.com>
2415 Remove CSS_STICKY_POSITION guards
2416 https://bugs.webkit.org/show_bug.cgi?id=132676
2418 Reviewed by Simon Fraser.
2420 * Source/cmake/OptionsEfl.cmake:
2421 * Source/cmake/OptionsGTK.cmake:
2422 * Source/cmake/WebKitFeatures.cmake:
2423 * Source/cmakeconfig.h.cmake:
2425 2014-05-12 Carlos Garcia Campos <cgarcia@igalia.com>
2427 Unreviewed. Bump version numbers.
2429 * Source/cmake/OptionsGTK.cmake:
2431 2014-05-10 Martin Robinson <mrobinson@igalia.com>
2433 [GTK][CMake] Unable to do make install
2434 https://bugs.webkit.org/show_bug.cgi?id=130188
2436 Reviewed by Carlos Garcia Campos.
2438 Only try to install the HTML documentation if the build is configured to generate it via
2439 the new ENABLE_GTKDOC option. We cannot conditionally install something, so this allows us
2440 to keep the HTML documentation directory as an installation source.
2442 * Source/PlatformGTK.cmake: The gtkdoc target now always builds HTML documentation, but
2443 is only added to the default target when ENABLE_GTKDOC is turned on. gtkdoc-no-html is
2444 now only added to the default target when DEVELOPER_MODE is true and ENABLE_GTKDOC is
2445 false. When both ENABLE_GTKDOC and DEVELOPER_MODE are false, documentation isn't built at all.
2446 * Source/cmake/OptionsGTK.cmake: Add an ENABLE_GTKDOC option to the build.
2448 2014-05-09 Anders Carlsson <andersca@apple.com>
2450 Rename WebKit2.framework to WebKit.framework
2451 https://bugs.webkit.org/show_bug.cgi?id=132743
2452 <rdar://problem/15920046>
2454 Reviewed by Dan Bernstein.
2457 Build WebKit.xcodeproj before WebKit2.xcodeproj.
2459 * WebKit.xcworkspace/xcshareddata/xcschemes/:
2462 2014-05-06 David Kilzer <ddkilzer@apple.com>
2464 Add Makefile targets for copying static libraries (LLVM and WKSI)
2465 <http://webkit.org/b/132619>
2467 Reviewed by Mark Rowe.
2470 (MODULES): Add WebKitLibraries.
2472 2014-05-06 Commit Queue <commit-queue@webkit.org>
2474 Unreviewed, rolling out r168304.
2475 https://bugs.webkit.org/show_bug.cgi?id=132607
2477 Broke the build (Requested by KaL on #webkit).
2481 "[GTK][CMake] Unable to do make install"
2482 https://bugs.webkit.org/show_bug.cgi?id=130188
2483 http://trac.webkit.org/changeset/168304
2485 2014-05-05 Martin Robinson <mrobinson@igalia.com>
2487 [GTK][CMake] Unable to do make install
2488 https://bugs.webkit.org/show_bug.cgi?id=130188
2490 Reviewed by Carlos Garcia Campos.
2492 Only try to install the HTML documentation if the build is configured to generate it via
2493 the new ENABLE_GTKDOC option. We cannot conditionally install something, so this allows us
2494 to keep the HTML documentation directory as an installation source.
2496 * Source/PlatformGTK.cmake: The gtkdoc target now always builds HTML documentation, but
2497 is only added to the default target when ENABLE_GTKDOC is turned on. gtkdoc-no-html is
2498 never added to the default target, but will be triggered by build-webkit, so that
2499 when ENABLE_GTKDOC is off and build-webkit isn't used, documentation isn't built at all.
2500 * Source/cmake/OptionsGTK.cmake: Add an ENABLE_GTKDOC option to the build.
2502 2014-05-03 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
2504 [CMake] Define SHOULD_INSTALL_JS_SHELL before including ports Options files.
2505 https://bugs.webkit.org/show_bug.cgi?id=132525
2507 Reviewed by Martin Robinson.
2509 * CMakeLists.txt: If OPTION() is called after Options${PORT}.cmake is included, it will
2510 override whatever value a port may have set for it. The GTK+ port, for example, tries to set
2511 it to SHOULD_INSTALL_JS_SHELL to ON by default, even though it did not happen before.
2513 2014-05-01 David Kilzer <ddkilzer@apple.com>
2515 Really remove ENABLE_PLUGIN_PROXY_FOR_VIDEO
2516 <http://webkit.org/b/132432>
2518 Reviewed by Tim Horton.
2520 * Source/cmake/WebKitFeatures.cmake:
2521 * Source/cmakeconfig.h.cmake:
2522 - Remove ENABLE_PLUGIN_PROXY_FOR_VIDEO as build option.
2524 2014-04-30 Simon Fraser <simon.fraser@apple.com>
2526 Make sure the "All" targets build WebKitLegacy, rather than WebKit.
2528 Reviewed by Dan Bernstein/Anders Carlsson.
2530 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
2531 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
2533 2014-04-30 Simon Fraser <simon.fraser@apple.com>
2535 Let Xcode have its way with the WebKit workspace.
2537 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
2538 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
2540 2014-04-29 Martin Robinson <mrobinson@igalia.com>
2542 [GTK] Make it easier to run CMake for downstreams
2543 https://bugs.webkit.org/show_bug.cgi?id=132370
2545 Reviewed by Carlos Garcia Campos.
2547 * Source/cmake/OptionsGTK.cmake: Turn PRODUCTION_MODE into DEVELOPER_MODE.
2549 2014-04-27 Joonghun Park <jh718.park@samsung.com>
2551 [EFL] Remove indexedDB's dependency on leveldb and disable indexedDB
2552 https://bugs.webkit.org/show_bug.cgi?id=132176
2554 Reviewed by Gyuyoung Kim.
2556 EFL port will use sqlite to support indexedDB. So, this patch removes levelDB dependency for now.
2558 * Source/cmake/OptionsEfl.cmake:
2560 2014-04-22 Alex Christensen <achristensen@webkit.org>
2562 Removed old stdbool and inttypes headers.
2563 https://bugs.webkit.org/show_bug.cgi?id=131966
2565 Reviewed by Brent Fulgham.
2567 * Source/cmake/OptionsWindows.cmake:
2568 * Source/cmake/WebKitPackaging.cmake:
2569 Removed references to os-win32 directory.
2571 2014-04-22 Zan Dobersek <zdobersek@igalia.com>
2573 Fix a typo in WebKitFeatures.cmake -- INITALVALUE -> INITIALVALUE.
2575 Rubber-stamped by Carlos Garcia Campos.
2577 * Source/cmake/WebKitFeatures.cmake:
2579 2014-04-18 Jon Honeycutt <jhoneycutt@apple.com>
2581 Empty RenderInline objects should not be line break objects.
2583 https://bugs.webkit.org/show_bug.cgi?id=131861
2584 <rdar://problem/15663617>
2586 Reviewed by David Hyatt.
2588 * ManualTests/empty-inline-as-line-break-position.html: Added.
2589 This issue wouldn't reproduce in WebKitTestRunner.
2591 2014-04-19 Brent Fulgham <bfulgham@apple.com>
2593 Revert unintended workspace change in my last commit.
2595 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme: Set the
2596 Scheme type back to Debug.
2598 2014-04-18 Philippe Normand <pnormand@igalia.com>
2600 Remove NETWORK_INFO support
2601 https://bugs.webkit.org/show_bug.cgi?id=131841
2603 Reviewed by Gyuyoung Kim.
2605 * Source/cmake/OptionsEfl.cmake:
2606 * Source/cmake/OptionsGTK.cmake:
2607 * Source/cmake/WebKitFeatures.cmake:
2608 * Source/cmakeconfig.h.cmake:
2610 2014-04-17 Darin Adler <darin@apple.com>
2612 Try to fix EFL and GTK builds.
2614 * Source/cmake/OptionsEfl.cmake: Add INDEXED_DATABASE_IN_WORKERS.
2615 * Source/cmake/OptionsGTK.cmake: Ditto.
2616 * Source/cmakeconfig.h.cmake: Ditto.
2618 2014-04-16 Brendan Long <b.long@cablelabs.com>
2620 [GTK][CMAKE] build-webkit doesn't detect when the build fails
2621 https://bugs.webkit.org/show_bug.cgi?id=130148
2623 Reviewed by Martin Robinson.
2625 * 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.
2627 2014-04-16 Carlos Garcia Campos <cgarcia@igalia.com>
2629 REGRESSION(r166779): [GTK] Printing doesn't work since r166779
2630 https://bugs.webkit.org/show_bug.cgi?id=131725
2632 Reviewed by Philippe Normand.
2634 * Source/cmake/OptionsGTK.cmake: Check GTK_UNIX_PRINT_FOUND
2635 instead of GTK_UNIX_PRINTING_FOUND and set the macro
2636 HAVE_GTK_UNIX_PRINTING to 1 when found.
2638 2014-04-11 Brian J. Burg <burg@cs.washington.edu>
2640 Web Replay: memoize nondeterministic attributes of the Navigator interface
2641 https://bugs.webkit.org/show_bug.cgi?id=131340
2643 Reviewed by Timothy Hatcher.
2645 * ManualTests/inspector/replay-window-navigator-basic.html: Added.
2647 2014-04-09 Brendan Long <b.long@cablelabs.com>
2649 [GStreamer] Expose MPEG-TS metadata
2650 https://bugs.webkit.org/show_bug.cgi?id=122001
2652 Reviewed by Eric Carlson.
2654 * Source/cmake/FindGStreamer.cmake: Look for gstreamer-mpegts >= 1.3.0.
2655 * Source/cmake/OptionsEfl.cmake: Same.
2656 * Source/cmake/OptionsGTK.cmake: Same.
2658 2014-04-08 Brian J. Burg <burg@cs.washington.edu>
2660 Web Replay: memoize nondeterministic attributes of the Screen interface
2661 https://bugs.webkit.org/show_bug.cgi?id=131339
2663 Reviewed by Timothy Hatcher.
2665 * ManualTests/inspector/replay-window-screen.html: Added.
2667 2014-04-08 Martin Robinson <mrobinson@igalia.com>
2669 [GTK] Remove the WebKitGTK+ WebKit 1 code
2670 https://bugs.webkit.org/show_bug.cgi?id=131399
2672 Reviewed by Anders Carlsson.
2674 * Source/PlatformGTK.cmake: Remove WebKit1 dependency from dist target.
2675 * Source/cmake/OptionsGTK.cmake: Remove option to compile with GTK+2 or with WebKit2 disabled.
2677 2014-04-08 Dan Bernstein <mitz@apple.com>
2679 Added bmalloc to the WebKit workspace.
2680 https://bugs.webkit.org/show_bug.cgi?id=131362
2682 Reviewed by Geoff Garen.
2684 * WebKit.xcworkspace/contents.xcworkspacedata:
2685 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
2686 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
2688 2014-04-08 Geoffrey Garen <ggaren@apple.com>
2690 Build bmalloc on iOS too
2691 https://bugs.webkit.org/show_bug.cgi?id=131381
2693 Reviewed by Andreas Kling.
2695 * Source/Makefile: Build it.
2697 2014-04-07 Geoffrey Garen <ggaren@apple.com>
2699 Build bmalloc on Mac
2700 https://bugs.webkit.org/show_bug.cgi?id=131333
2702 Reviewed by Mark Rowe.
2705 * WebKitBuild: Added.
2706 * WebKitBuild/Debug: Added.
2708 2014-04-07 Ryuan Choi <ryuan.choi@samsung.com>
2710 [EFL] Turn on ENABLE_MEDIA_CONTROLS_SCRIPT
2711 https://bugs.webkit.org/show_bug.cgi?id=131257
2713 Reviewed by Gyuyoung Kim.
2715 * Source/cmake/OptionsEfl.cmake: Enable MEDIA_CONTROLS_SCRIPT
2717 2014-04-06 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
2719 [GTK] Stop trying to install WebKit1 documentation
2720 https://bugs.webkit.org/show_bug.cgi?id=131278
2722 Reviewed by Martin Robinson.
2724 * Source/PlatformGTK.cmake: Remove install() call since the WebKit1 documentation is not
2725 built anymore since r166584. This fixes `make install'.
2727 2014-04-04 Brian J. Burg <burg@cs.washington.edu>
2729 Web Replay: capture and replay wheel events and scroll commands
2730 https://bugs.webkit.org/show_bug.cgi?id=129402
2732 Reviewed by Timothy Hatcher.
2734 * ManualTests/inspector/replay-wheel-events.html: Added.
2736 2014-04-04 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
2738 [GTK][CMake] Remove FindXt.cmake.
2739 https://bugs.webkit.org/show_bug.cgi?id=131227
2741 Reviewed by Anders Carlsson.
2743 Xt is already detected by CMake's own FindX11.cmake, so there is no need to keep a custom FindXt.cmake around.
2745 * Source/cmake/FindXt.cmake: Removed.
2746 * Source/cmake/OptionsGTK.cmake:
2748 2014-04-04 Tamas Gergely <tgergely.u-szeged@partner.samsung.com>
2750 [EFL] Build error due to changed path of generated js files.
2751 https://bugs.webkit.org/show_bug.cgi?id=131215
2753 Reviewed by Gyuyoung Kim.
2755 r166648 fixed the generation of some .js files on GTK. Due to some
2756 changes in the paths it causes a build error on EFL.
2758 * Source/PlatformEfl.cmake:
2759 Replaced path for two derived source files.
2761 2014-04-02 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
2763 [GTK][CMake] Look for glx.h in OPENGL_INCLUDE_DIR.
2764 https://bugs.webkit.org/show_bug.cgi?id=131095
2766 Reviewed by Martin Robinson.
2768 One needs to take into account OpenGL's include directory found via
2769 find_package() when looking for glx.h, since if the former is a
2770 non-standard location the latter will also be. If this is not it is
2771 possible that OpenGL is found but GLX support is not properly detected.
2773 * Source/cmake/OptionsGTK.cmake:
2775 2014-04-02 Martin Robinson <mrobinson@igalia.com>
2777 REGRESSION(r165704): [GTK] Inspector resources not correctly generated
2778 https://bugs.webkit.org/show_bug.cgi?id=130343
2780 Reviewed by Gustavo Noronha Silva.
2782 * CMakeLists.txt: Add a variable which points to the directory to store WebInspectorUI
2784 * Source/cmake/WebKitFS.cmake: Generate WebInspectorUI derived sources directories.
2786 2014-04-01 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
2788 [CMake] Drop port check from FindEGL.cmake.
2789 https://bugs.webkit.org/show_bug.cgi?id=131091
2791 Reviewed by Gyuyoung Kim.
2793 There is no reason to mark some variables as advanced only for the
2796 * Source/cmake/FindEGL.cmake: Mark EGL_INCLUDE_DIR and EGL_LIBRARY
2797 as advanced regardless of the port.
2799 2014-04-01 Dániel Bátyai <dbatyai.u-szeged@partner.samsung.com>
2801 Fix the !ENABLE(BATTERY_STATUS) build
2802 https://bugs.webkit.org/show_bug.cgi?id=130183
2804 Reviewed by Anders Carlsson.
2806 * Source/cmake/OptionsEfl.cmake:
2808 2014-03-31 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
2810 [CMake][GTK] Do not expand variables twice in if() checks.
2811 https://bugs.webkit.org/show_bug.cgi?id=130964
2813 Reviewed by Martin Robinson.
2815 In CMake, `if (${foo})' causes $foo to be evaluated first and its value
2816 to be checked by the if clause. This is not what we want, and
2817 configuration fails when, say, GLX support wasn't found as the if
2818 clause is actually evaluated as `if (TRUE AND (OR TRUE))'.
2820 * Source/cmake/OptionsGTK.cmake: Pass if (FOO) instead of if (${FOO})
2823 2014-03-31 Martin Robinson <mrobinson@igalia.com>
2825 [GTK] Remove scripts code only applicable to autotools
2826 https://bugs.webkit.org/show_bug.cgi?id=130841
2828 Reviewed by Anders Carlsson.
2830 * Source/cmake/WebKitPackaging.cmake: No longer need to consider autotools files.
2832 2014-03-31 Martin Robinson <mrobinson@igalia.com>
2834 [GTK] Use PROJECT_VERSION_* instead of WEBKIT_*_VERSION
2835 https://bugs.webkit.org/show_bug.cgi?id=130936
2837 Reviewed by Carlos Garcia Campos.
2839 * Source/cmake/OptionsGTK.cmake: No longer emulate the Autotools macro names.
2841 2014-03-31 Carlos Garcia Campos <cgarcia@igalia.com>
2843 [GTK] Add support for GTK3 plugins
2844 https://bugs.webkit.org/show_bug.cgi?id=130599
2846 Reviewed by Martin Robinson.
2848 * Source/cmake/OptionsGTK.cmake:
2850 2014-03-28 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2852 [EFL] Bump glib version from 2.36 to 2.38
2853 https://bugs.webkit.org/show_bug.cgi?id=130886
2855 Reviewed by Csaba Osztrogonác.
2857 * Source/cmake/OptionsEfl.cmake: Required glib-2.38 version.
2859 2014-03-26 Zoltan Horvath <zoltan@webkit.org>
2861 [CSS Shapes] Remove shape-inside support
2862 https://bugs.webkit.org/show_bug.cgi?id=130698
2864 Reviewed by David Hyatt.
2866 * Source/cmake/WebKitFeatures.cmake:
2867 * Source/cmakeconfig.h.cmake:
2869 2014-03-25 Martin Robinson <mrobinson@igalia.com>
2871 [GTK] Remove the autotools build
2872 https://bugs.webkit.org/show_bug.cgi?id=130717
2874 Reviewed by Anders Carlsson.
2876 * .gitignore: Remove references to autotools files.
2877 * GNUmakefile.am: Removed.
2878 * Source/autotools/CheckSystemAndBasicDependencies.m4: Removed.
2879 * Source/autotools/CustomMacros.m4: Removed.
2880 * Source/autotools/FindDependencies.m4: Removed.
2881 * Source/autotools/PrintBuildConfiguration.m4: Removed.
2882 * Source/autotools/ReadCommandLineArguments.m4: Removed.
2883 * Source/autotools/SetupAutoconfHeader.m4: Removed.
2884 * Source/autotools/SetupAutomake.m4: Removed.
2885 * Source/autotools/SetupCompilerFlags.m4: Removed.
2886 * Source/autotools/SetupLibtool.m4: Removed.
2887 * Source/autotools/SetupWebKitFeatures.m4: Removed.
2888 * Source/autotools/Versions.m4: Removed.
2889 * Source/autotools/acinclude.m4: Removed.
2890 * Source/autotools/dolt.m4: Removed.
2891 * Source/autotools/gsettings.m4: Removed.
2892 * Source/cmake/OptionsGTK.cmake:
2893 * autogen.sh: Removed.
2894 * configure.ac: Removed.
2896 2014-03-25 Gabor Rapcsanyi <rgabor@webkit.org>
2898 [EFL] Add ARM64 build support
2899 https://bugs.webkit.org/show_bug.cgi?id=130506
2901 Rubber stamped by Gyuyoung Kim.
2903 * CMakeLists.txt: Set WTF_CPU_ARM64 when aarch64 is defined.
2905 2014-03-25 Michał Pakuła vel Rutka <m.pakula@samsung.com>
2907 [EFL][WK2] Add NETWORK_PROCESS build option
2908 https://bugs.webkit.org/show_bug.cgi?id=130131
2910 Reviewed by Gyuyoung Kim.
2912 Add option to build EFL port with NETWORK_PROCESS set on. By default NETWORK_PROCESS is
2915 * Source/cmake/OptionsEfl.cmake:
2917 2014-03-24 Brian Burg <bburg@apple.com>
2919 Web Replay: capture and replay keyboard events
2920 https://bugs.webkit.org/show_bug.cgi?id=130314
2922 Reviewed by Joseph Pecoraro.
2924 * ManualTests/inspector/replay-keyboard-events.html: Added.
2926 2014-03-24 Sangyong Park <sy302.park@gmail.com>
2928 [EFL] Inspector page is not loaded.
2929 https://bugs.webkit.org/show_bug.cgi?id=130661
2931 Reviewed by Gyuyoung Kim.
2933 Inspector page is not loaded, because some javascript files are not installed.
2934 (InspectorJSBackendCommands.js, InspectorWebBackendCommands.js)
2936 * Source/PlatformEfl.cmake:
2938 2014-03-20 Thiago de Barros Lacerda <thiago.lacerda@openbossa.org>
2940 [EFL][GTK] Get CMake to find Freetype2 properly
2941 https://bugs.webkit.org/show_bug.cgi?id=130150
2943 Reviewed by Martin Robinson.
2945 Newer versions of CMake are not able to find Freetype2 correctly.
2946 FindFreetype2.cmake checks for the version number in freetype.h header, since it seems that bug exists in
2947 freetype2 repo, because a completely different version number is found in freetype2.pc.
2949 * Source/cmake/FindFreetype2.cmake: Added.
2950 * Source/cmake/OptionsEfl.cmake:
2951 * Source/cmake/OptionsGTK.cmake:
2953 2014-03-20 Brian Burg <bburg@apple.com>
2955 Web Replay: capture and replay mouse events
2956 https://bugs.webkit.org/show_bug.cgi?id=129395
2958 Reviewed by Joseph Pecoraro.
2960 Create a manual test for capture/replay of mouse events.
2961 Copy over the crypto-md5.js library from SunSpider.
2963 * ManualTests/inspector/replay-mouse-events.html: Added.
2964 * ManualTests/inspector/resources/crypto-md5.js: Added.
2966 2014-03-20 Zan Dobersek <zdobersek@igalia.com>
2968 [GTK][CMake] Add support for building with Clang
2969 https://bugs.webkit.org/show_bug.cgi?id=130260
2971 Reviewed by Martin Robinson.
2973 * Source/PlatformGTK.cmake: Run the generate-gtkdoc script with the CFLAGS env set
2974 to the list C compiler flags as constructed by CMake.
2975 * Source/cmake/OptionsCommon.cmake: When building with Clang, use the -Qunused-arguments
2976 compiler option to suppress verbose warnings about arguments that went unused by the driver.
2977 * Source/cmake/OptionsGTK.cmake: Use -fno-omit-frame-pointer for both GCC and Clang.
2978 -fno-tree-dce should be used only for GCC.
2979 * Source/cmake/gtest/CMakeLists.txt: When building with Clang the GTest framework
2980 should be built with GTEST_HAS_TR1_TUPLE macro defined to 0 to avoid build failures.
2982 2014-03-20 Commit Queue <commit-queue@webkit.org>
2984 Unreviewed, rolling out r165962.
2985 https://bugs.webkit.org/show_bug.cgi?id=130512
2987 It broke the build (Requested by Ossy on #webkit).
2991 "[EFL][GTK] Get CMake to find Freetype2 properly"
2992 https://bugs.webkit.org/show_bug.cgi?id=130150
2993 http://trac.webkit.org/changeset/165962
2995 2014-03-20 Thiago de Barros Lacerda <thiago.lacerda@openbossa.org>
2997 [EFL][GTK] Get CMake to find Freetype2 properly
2998 https://bugs.webkit.org/show_bug.cgi?id=130150
3000 Reviewed by Csaba Osztrogonác.
3002 Newer versions of CMake are not able to find Freetype2 correctly.
3003 FindFreetype2.cmake checks for the version number in freetype.h header, since it seems that bug exists in
3004 freetype2 repo, because a completely different version number is found in freetype2.pc.
3006 * Source/cmake/FindFreetype2.cmake: Added.
3007 * Source/cmake/OptionsEfl.cmake:
3008 * Source/cmake/OptionsGTK.cmake:
3010 2014-03-17 Brendan Long <b.long@cablelabs.com>
3012 [GStreamer] human readable language code for tracks
3013 https://bugs.webkit.org/show_bug.cgi?id=124514
3015 Reviewed by Martin Robinson.
3017 * Source/autotools/FindDependencies.m4: Add gstreamer-tag-1.0.
3018 * Source/cmake/FindGStreamer.cmake: Same.
3019 * Source/cmake/OptionsEfl.cmake: Same.
3020 * Source/cmake/OptionsGTK.cmake: Same.
3022 2014-03-17 Martin Robinson <mrobinson@igalia.com>
3024 [GTK][CMake] Credential storage is not enabled
3025 https://bugs.webkit.org/show_bug.cgi?id=130149
3027 Reviewed by Philippe Normand.
3029 * Source/cmake/OptionsGTK.cmake: Add an ENABLE_CREDENTIAL_STORAGE option to the configuration
3030 and look libsecret when it's enabled.
3031 * Source/cmakeconfig.h.cmake: Expose the ENABLE_CREDENTIAL_STORAGE option to the build.
3033 2014-03-17 Martin Robinson <mrobinson@igalia.com>
3035 [GTK][CMake] Ensure that HAVE_GTK_UNIX_PRINTING is defined when appropriate
3036 https://bugs.webkit.org/show_bug.cgi?id=130155
3038 Reviewed by Philippe Normand.
3040 * Source/cmake/FindGTKUnixPrint.cmake: Added.
3041 * Source/cmake/OptionsGTK.cmake: Look for gtk+-unix-print and use it to turn on HAVE_GTK_UNIX_PRINTING.
3042 * Source/cmakeconfig.h.cmake: Add the HAVE_GTK_UNIX_PRINTING define.
3044 2014-03-16 Kim Byung Jun <bj1987.kim@samsung.com>
3046 [EFL] Enable TOUCH_SLIDER macro.
3047 https://bugs.webkit.org/show_bug.cgi?id=130186
3049 Reviewed by Gyuyoung Kim.
3051 * Source/cmake/OptionsEfl.cmake:
3053 2014-03-16 Zan Dobersek <zdobersek@igalia.com>
3055 [GTK][CMake] Build with -fno-rtti
3056 https://bugs.webkit.org/show_bug.cgi?id=130261
3058 Reviewed by Martin Robinson.
3060 * Source/cmake/OptionsCommon.cmake: List the -fno-exceptions, -fno-strict-aliasing
3061 and -fno-rtti options in the global CMAKE_C_FLAGS and CMAKE_CXX_FLAGS (-fno-rtti
3062 is only listed in the latter). Replace -std=gnu++0x with the official -std=c++11 option.
3063 * Source/cmake/WebKitHelpers.cmake: Stop -fno-exceptions and -fno-strict-aliasing
3064 from being set through the WEBKIT_SET_EXTRA_COMPILER_FLAGS macro, they are now listed
3065 in CMAKE_C_FLAGS and CMAKE_CXX_FLAGS.
3066 * Source/cmake/gtest/CMakeLists.txt: Build GTest code with GTEST_HAS_RTTI macro defined to 0.
3068 2014-03-16 Brendan Long <b.long@cablelabs.com>
3070 [GStreamer] CMake doesn't find the include path for gstreamer-base
3071 https://bugs.webkit.org/show_bug.cgi?id=130098
3073 Reviewed by Philippe Normand.
3075 * Source/cmake/FindGStreamer.cmake: Look for a header in gstreamer-base instead of looking for gst/gst.h twice.
3077 2014-03-14 Maciej Stachowiak <mjs@apple.com>
3079 Replace "Apple Computer, Inc." with "Apple Inc." in copyright headers
3080 https://bugs.webkit.org/show_bug.cgi?id=130276
3081 <rdar://problem/16266927>
3083 Reviewed by Simon Fraser.
3085 * ManualTests/NPN_Invoke/Info.plist:
3086 * ManualTests/NPN_Invoke/main.c:
3087 * ManualTests/accessibility/resources/AppletTest.java:
3089 2014-03-14 Zan Dobersek <zdobersek@igalia.com>
3091 [CMake] Remove -fno-tree-sra workaround for GCC 4.5
3092 https://bugs.webkit.org/show_bug.cgi?id=130258
3094 Reviewed by Martin Robinson.
3096 GCC compilers 4.7 and later are supported, so there's no need for disabling
3097 the -ftree-sra optimization which was causing problems when enabled on GCC 4.5.
3099 * Source/cmake/WebKitHelpers.cmake:
3101 2014-03-14 Landry Breuil <landry@openbsd.org>
3103 Add autotools boilerplate for proper os defines on OpenBSD/NetBSD/DragonFly
3104 https://bugs.webkit.org/show_bug.cgi?id=129966
3106 Reviewed by Andreas Kling.
3108 * Source/autotools/CheckSystemAndBasicDependencies.m4:
3109 * Source/autotools/SetupAutomake.m4:
3111 2014-03-13 Mario Sanchez Prada <mario.prada@samsung.com>
3113 [CMake] Failure to link with older installations of WebP
3114 https://bugs.webkit.org/show_bug.cgi?id=130195
3116 Reviewed by Gustavo Noronha Silva.
3118 Fix the issue by using a temporary variable as the output parameter
3119 to check_include_files(), setting WEBP_FOUND accordingly later.
3121 * Source/cmake/FindWebP.cmake: Avoid reusing the WEBP_FOUND
3122 variable in check_include_files(), as it will lead to misleading
3123 results (will always be FALSE). Use a temporary variable instead
3124 and explicitly set WEBP_FOUND to TRUE later if needed.
3126 2014-03-12 Martin Robinson <mrobinson@igalia.com>
3128 [CMake] Changes to the bindings generator Perl modules do not trigger regeneration of bindings
3129 https://bugs.webkit.org/show_bug.cgi?id=130170
3131 Reviewed by Daniel Bates.
3133 * Source/cmake/WebKitMacros.cmake: Add the Perl modules used in script generation to the dependency
3134 list. We must check whether or not the specific one exists first, because the InjectedBundle uses a
3135 fake "TestRunner" generator.
3137 2014-03-12 Carlos Garcia Campos <cgarcia@igalia.com>
3139 [GTK][CMAKE] Remove compile warnings about GTK+ deprecated API
3140 https://bugs.webkit.org/show_bug.cgi?id=130014
3142 Reviewed by Martin Robinson.
3144 Set GDK_VERSION_MIN_REQUIRED to GDK_VERSION_3_6.
3146 * Source/cmake/OptionsGTK.cmake:
3147 * Source/cmakeconfig.h.cmake:
3149 2014-03-12 Martin Robinson <mrobinson@igalia.com>
3151 [GTK][CMAKE] Too verbose build output
3152 https://bugs.webkit.org/show_bug.cgi?id=130076
3154 Reviewed by Carlos Garcia Campos.
3156 * Source/cmake/OptionsGTK.cmake: Generate a script which does the actual build. This
3157 works around an issue where cmake --build doesn't support ninja's pretty printing.
3159 2014-03-10 Mario Sanchez Prada <mario.prada@samsung.com>
3161 [GTK] Add support for Geoclue2
3162 https://bugs.webkit.org/show_bug.cgi?id=120185
3164 Reviewed by Carlos Garcia Campos.
3166 Patch by Anton Obzhirov <a.obzhirov@samsung.com> and Mario Sanchez Prada <mario.prada@samsung.com>
3168 Add support for Geoclue2 using autotools.
3170 * Source/autotools/FindDependencies.m4: Add support for handling
3171 both Geoclue 1.0 and 2.0.
3172 * Source/autotools/PrintBuildConfiguration.m4: Print the version
3173 of geoclue that is being used.
3174 * Source/autotools/SetupAutoconfHeader.m4: Define GEOCLUE_API_VERSION_2.
3175 * Source/autotools/SetupAutomake.m4: Likewise, for AM_CONDITIONAL.
3176 * Source/autotools/Versions.m4: Added minimum required version for Geoclue2.
3178 Add support for Geoclue2 using CMake.
3180 * Source/cmake/FindGeoClue2.cmake: Added.
3181 * Source/cmake/OptionsGTK.cmake: Add support for handling Geoclue 1.0 and 2.0.
3182 * Source/cmakeconfig.h.cmake: Define WTF_USE_GEOCLUE2.
3184 2014-03-10 Martin Robinson <mrobinson@igalia.com>
3186 [GTK][CMAKE] gtk-doc HTML documentation is generated by default when building with CMake
3187 https://bugs.webkit.org/show_bug.cgi?id=130016
3189 Reviewed by Carlos Garcia Campos.
3191 * Source/PlatformGTK.cmake: Add two gtkdoc targets, one which builds HTML and one which
3192 doesn't. Add the non-HTML version to the default target, but not the HTML version. The
3193 HTML version will still run when building the distribution tarball.
3195 2014-03-10 Martin Robinson <mrobinson@igalia.com>
3197 [GTK] [CMake] Clean up library linking
3198 https://bugs.webkit.org/show_bug.cgi?id=129782
3200 Reviewed by Philippe Normand.
3202 * Source/cmake/OptionsGTK.cmake: Add a macro to wrap all libraries in a list with --whole-archive
3203 so that unused symbols are not dropped. This is useful when building up shared libraries
3204 from convenience libraries.
3206 2014-03-08 Landry Breuil <landry@openbsd.org>
3208 Don't check for shm_open on librt on OpenBSD, lib doesnt exist.
3209 https://bugs.webkit.org/show_bug.cgi?id=129973
3211 Reviewed by Martin Robinson.
3213 * Source/autotools/FindDependencies.m4:
3215 2014-03-06 Anders Carlsson <andersca@apple.com>
3217 Build WebKit2 before building WebKit
3218 https://bugs.webkit.org/show_bug.cgi?id=129831
3219 <rdar://problem/15920020>
3221 Reviewed by Dan Bernstein.
3224 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
3225 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
3227 2014-03-06 Commit Queue <commit-queue@webkit.org>
3229 Unreviewed, rolling out r165193.
3230 http://trac.webkit.org/changeset/165193
3231 https://bugs.webkit.org/show_bug.cgi?id=129823
3233 Not specifying libc++ as the stdlib for Clang through CXXFLAGS
3234 env confuses libtool (Requested by zdobersek on #webkit).
3236 * Source/autotools/SetupCompilerFlags.m4:
3238 2014-03-06 Zan Dobersek <zdobersek@igalia.com>
3240 [GTK][Autotools] Default to libc++ when compiling with Clang
3241 https://bugs.webkit.org/show_bug.cgi?id=129798
3243 Reviewed by Anders Carlsson.
3245 * Source/autotools/SetupCompilerFlags.m4: Default to using libc++ when compiling with the Clang
3246 compiler. This is still overridable if -stdlib=* flag was set through CXXFLAGS, in case people
3247 would for some reason still prefer libstdc++ (i.e. on setups where a functional libc++ is not yet available).
3249 2014-03-05 Martin Robinson <mrobinson@igalia.com>
3251 [CMake] Ninja generator builds fail with "Argument list too long"
3252 https://bugs.webkit.org/show_bug.cgi?id=129771
3254 Reviewed by Daniel Bates.
3256 * Source/cmake/OptionsCommon.cmake: Work around a bug in the Ninja CMake generator,
3257 by forcing the use of response files.
3259 2014-03-05 Ryuan Choi <ryuan.choi@samsung.com>
3261 [CMake] Use thin archives if building on Linux for non-shared-core debug builds
3262 https://bugs.webkit.org/show_bug.cgi?id=108330
3264 Reviewed by Martin Robinson.
3266 In order to get non-shared debug builds, this patch applied T option for
3267 thin archives to the flags passed to ar when cmake based ports build on linux.
3268 In addition, applied u option which avoids adding a file twice.
3270 * Source/cmake/OptionsCommon.cmake: Moved archive options from OptionsGTK.cmake.
3271 * Source/cmake/OptionsEfl.cmake:
3272 Removed error messages for non-shared-core debug builds.
3273 * Source/cmake/OptionsGTK.cmake: Moved archive options to OptionsCommon.cmake.
3275 2014-03-04 Zan Dobersek <zdobersek@igalia.com>
3277 [GTK] Build the Udis86 disassembler
3278 https://bugs.webkit.org/show_bug.cgi?id=129679
3280 Reviewed by Michael Saboff.
3282 * GNUmakefile.am: Add the Udis86_nosources variable.
3283 * Source/cmake/OptionsGTK.cmake: Enable the Udis86 disassembler.
3285 2014-03-04 Martin Robinson <mrobinson@igalia.com>
3287 [GTK] Simplify the GObject DOM bindings API break check into one step
3288 https://bugs.webkit.org/show_bug.cgi?id=129571
3290 Reviewed by Carlos Garcia Campos.
3292 * Source/PlatformGTK.cmake: We don't need to run the API break check before gtkdoc generation.
3293 Add the check to 'make check.'
3295 2014-03-04 Martin Robinson <mrobinson@igalia.com>
3297 [GTK][CMake] ENABLE_NAVIGATOR_CONTENT_UTILS is mistakenly enabled for the CMake build
3298 https://bugs.webkit.org/show_bug.cgi?id=129502
3300 Reviewed by Carlos Garcia Campos.
3302 * Source/cmake/OptionsGTK.cmake: Disable the option for GTK+.
3304 2014-03-03 Jozsef Berta <jberta.u-szeged@partner.samsung.com>
3306 [cmake] *Names.cpp file should be regenerated after touching StaticString.pm
3307 https://bugs.webkit.org/show_bug.cgi?id=129031
3309 Reviewed by Csaba Osztrogonác.
3311 * Source/cmake/WebKitMacros.cmake: Added a call for make_names.pm dependencies in GENERATE_FONT_NAMES and GENERATE_DOM_NAMES macros.
3313 2014-03-03 Carlos Garcia Campos <cgarcia@igalia.com>
3315 [GTK] WebKit2WebExtension GIR can't be used in vala
3316 https://bugs.webkit.org/show_bug.cgi?id=127179
3318 Reviewed by Martin Robinson.
3320 Add a different pkg-config file for the web extensions API.
3322 * Source/cmake/OptionsGTK.cmake:
3325 2014-03-02 Dirkjan Ochtman <d.ochtman@activevideo.com>
3327 Support ENABLE_ENCRYPTED_MEDIA in cmake builds
3328 https://bugs.webkit.org/show_bug.cgi?id=129575
3330 Reviewed by Philippe Normand.
3332 * Source/cmake/OptionsEfl.cmake:
3333 Enabled ENABLE_ENCRYPTED_MEDIA{,_V2} usage.
3334 * Source/cmake/OptionsGTK.cmake:
3335 Enabled ENABLE_ENCRYPTED_MEDIA{,_V2} usage.
3336 * Source/cmake/WebKitFeatures.cmake:
3337 Enabled ENABLE_ENCRYPTED_MEDIA{,_V2} usage.
3338 * Source/cmakeconfig.h.cmake:
3339 Added ENABLE_ENCRYPTED_MEDIA{,_V2} flags.
3341 2014-02-27 Peter Molnar <pmolnar.u-szeged@partner.samsung.com>
3343 Enable support of X-Content-Type-Options: nosniff header for EFL
3344 https://bugs.webkit.org/show_bug.cgi?id=128673
3346 Reviewed by Gyuyoung Kim.
3348 * Source/cmake/OptionsEfl.cmake:
3349 Enabled NOSNIFF feature flag for EFL.
3351 2014-02-27 Koop Mast <kwm@FreeBSD.org>
3353 Fallback on checking for libz manualy if zlib.pc isn't available.
3354 https://bugs.webkit.org/show_bug.cgi?id=127061
3356 Reviewed by Gustavo Noronha Silva.
3358 * Source/autotools/FindDependencies.m4:
3360 2014-02-25 Sergio Villar Senin <svillar@igalia.com>
3362 [CSS Grid Layout] Add ENABLE flag
3363 https://bugs.webkit.org/show_bug.cgi?id=129153
3365 Reviewed by Simon Fraser.
3367 Added the ENABLE_CSS_GRID_LAYOUT feature flag to the cmake and
3368 autotools build systems. The feature is disabled by default for
3371 * Source/autotools/SetupWebKitFeatures.m4:
3372 * Source/cmake/OptionsEfl.cmake:
3373 * Source/cmake/OptionsGTK.cmake:
3374 * Source/cmake/WebKitFeatures.cmake:
3375 * Source/cmakeconfig.h.cmake:
3377 2014-02-24 Martin Robinson <mrobinson@igalia.com>
3379 [GTK] generate-gtkdoc should not generate documentation for source files for unbuilt source files
3380 https://bugs.webkit.org/show_bug.cgi?id=128417
3382 Reviewed by Carlos Garcia Campos.
3384 * Source/cmake/OptionsGTK.cmake: Define the paths to the pkgconfig files here, so that they
3385 may one day be used in the webkitdom config file generation.
3387 2014-02-18 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3389 [EFL][CMake] Fix javascriptcore test failings by the jsCStack branch merge
3390 https://bugs.webkit.org/show_bug.cgi?id=128961
3392 Reviewed by Ryosuke Niwa.
3394 Javascriptcore test on EFL port has been broken since the jsCStack branch merge.
3395 For now we can fix almost tests by using "-fno-tree-dce option". Unfortunately,
3396 EFL port needs not to check "uninitialized" build warning as error in order to
3397 adjust the option to EFL port. This patch don't take it as error temporarily.
3399 * Source/cmake/OptionsEfl.cmake:
3400 * Source/cmake/WebKitHelpers.cmake:
3402 2014-02-16 Martin Robinson <mrobinson@igalia.com>
3404 [GTK] [CMake] JavaScriptCore crashes in JSC::eval
3405 https://bugs.webkit.org/show_bug.cgi?id=128434
3407 Reviewed by Anders Carlsson.
3409 * Source/cmake/OptionsGTK.cmake: Add -fno-omit-frame-pointer to the GTK+ CMake
3410 port as well as -fno-tree-dce, like it is used in the autotools build.
3412 2014-02-17 ChangSeok Oh <changseok.oh@collabora.com>
3414 [GTK] MEDIA_CONTROLS_SCRIPT depends on VIDEO_TRACK
3415 https://bugs.webkit.org/show_bug.cgi?id=128799
3417 Reviewed by Philippe Normand.
3419 MEDIA_CONTROLS_SCRIPT has a dependency on VIDEO_TRACK. So it causes a build break
3420 if building with autotools. cmake system has enabled it as default. So I propose
3421 enabling VIDEO_TRACK as well.
3423 * Source/autotools/SetupWebKitFeatures.m4:
3425 2014-02-14 Commit Queue <commit-queue@webkit.org>
3427 Unreviewed, rolling out r164090.
3428 http://trac.webkit.org/changeset/164090
3429 https://bugs.webkit.org/show_bug.cgi?id=128807
3431 It broke the EFL build (Requested by Ossy on #webkit).
3433 * Source/cmake/OptionsCommon.cmake:
3434 * Source/cmake/OptionsEfl.cmake:
3436 2014-02-09 Martin Robinson <mrobinson@igalia.com>
3438 [GTK] [CMake] JavaScriptCore crashes in JSC::eval
3439 https://bugs.webkit.org/show_bug.cgi?id=128434
3441 Extend a fix for EFL to all ports that use GCC. Also include further fixes
3442 that were applied only to the autotools build.
3444 Reviewed by Gyuyoung Kim.
3446 * Source/cmake/OptionsCommon.cmake: Add -fno-omit-frame-pointer to all ports as well
3447 as -fno-tree-dce, which is necessary for GTK+.
3448 * Source/cmake/OptionsEfl.cmake: The GCC flag additions are now in the common options file.
3450 2014-02-04 Gustavo Noronha Silva <gns@gnome.org>
3452 [GTK][CMake] Generate GObject DOM bindings .symbols files
3453 https://bugs.webkit.org/show_bug.cgi?id=126210
3455 Reviewed by Martin Robinson.
3457 * Source/PlatformGTK.cmake: add checking DOM bindings API as a dependency
3458 for documentation generation.
3460 2014-02-13 Xabier Rodriguez Calvar <calvaris@igalia.com>
3462 [GTK] MEDIA_CONTROLS_SCRIPT support
3463 https://bugs.webkit.org/show_bug.cgi?id=123097
3465 Reviewed by Jer Noble.
3467 Part of the Autotools and CMake structure to build the media
3470 * Source/autotools/SetupWebKitFeatures.m4: Activated the media
3471 controls script by default.
3472 * Source/cmake/OptionsGTK.cmake: Activated the media controls
3474 * Source/cmake/WebKitFeatures.cmake: Created the option to
3475 activate the controls script.
3476 * Source/cmakeconfig.h.cmake: Created the define template the the
3477 media controls script.
3479 2014-02-12 Zan Dobersek <zdobersek@igalia.com>
3481 [GDB] Add .gdbinit to the list of files ignored by Git
3482 https://bugs.webkit.org/show_bug.cgi?id=128455
3484 Reviewed by Anders Carlsson.
3486 * .gitignore: Ignore the .gdbinit file which can be used to perform WebKit-specific GDB initialization
3487 when the debugger is launched in the repository's root directory. Also remove a Chromium-specific comment
3488 that covers already removed entries.
3490 2014-02-11 Oliver Hunt <oliver@apple.com>
3492 Make it possible to implement JS builtins in JS
3493 https://bugs.webkit.org/show_bug.cgi?id=127887
3495 Reviewed by Michael Saboff.
3498 * Source/cmake/gtest/CMakeLists.txt:
3500 2014-02-12 Ryan Lortie <desrt@desrt.ca>
3502 'ar T' is not portable and breaks the build on FreeBSD
3503 https://bugs.webkit.org/show_bug.cgi?id=128596
3505 Reviewed by Gustavo Noronha Silva.
3507 Create thin archives only if we are using GNU ar.
3509 * Source/autotools/SetupLibtool.m4:
3511 2014-02-10 Krzysztof Wolanski <k.wolanski@samsung.com>
3513 Add the CSS_SHAPE_INSIDE to CMake feature list
3514 https://bugs.webkit.org/show_bug.cgi?id=128530
3516 Reviewed by Gyuyoung Kim.
3518 CSS_SHAPE_INSIDE flag was added in r163333,
3519 this patch is adding this flag to CMake feature list.
3521 * Source/cmake/WebKitFeatures.cmake:
3522 * Source/cmakeconfig.h.cmake:
3524 2014-02-09 Carlos Garnacho <carlosg@gnome.org>
3526 [GTK] Enable touch features
3527 https://bugs.webkit.org/show_bug.cgi?id=98931
3529 Reviewed by Carlos Garcia Campos.
3531 * Source/autotools/SetupWebKitFeatures.m4:
3532 * Source/cmake/OptionsGTK.cmake: set ENABLE_TOUCH_EVENTS to 1 if building with GTK+.
3534 2014-02-06 Andreas Kling <akling@apple.com>
3536 Remove unused ENABLE(REPAINT_THROTTLING) flag.
3537 <https://webkit.org/b/128329>
3539 Reviewed by Antti Koivisto.
3541 * Source/cmake/WebKitFeatures.cmake:
3542 * Source/cmakeconfig.h.cmake:
3544 2014-02-06 Joseph Pecoraro <pecoraro@apple.com>
3546 [iOS] make should build WebKit2
3547 https://bugs.webkit.org/show_bug.cgi?id=128351
3549 Reviewed by Daniel Bates.
3553 2014-02-05 Andreas Kling <akling@apple.com>
3555 Remove ENABLE(DIRECTORY_UPLOAD).
3556 <https://webkit.org/b/128275>
3558 Rubber-stamped by Ryosuke Niwa.
3560 * Source/autotools/SetupWebKitFeatures.m4:
3561 * Source/cmake/WebKitFeatures.cmake:
3563 2014-02-05 Csaba Osztrogonác <ossy@webkit.org>
3565 Remove ENABLE(SVG) guards
3566 https://bugs.webkit.org/show_bug.cgi?id=127991
3568 Reviewed by Sam Weinig.
3570 * Source/autotools/FindDependencies.m4:
3571 * Source/autotools/PrintBuildConfiguration.m4:
3572 * Source/autotools/ReadCommandLineArguments.m4:
3573 * Source/autotools/SetupAutomake.m4:
3574 * Source/autotools/SetupWebKitFeatures.m4:
3575 * Source/cmake/OptionsEfl.cmake:
3576 * Source/cmake/OptionsGTK.cmake:
3577 * Source/cmake/WebKitFeatures.cmake:
3578 * Source/cmakeconfig.h.cmake:
3580 2014-02-04 Andreas Kling <akling@apple.com>
3582 Remove <iframe seamless> support.
3583 <https://webkit.org/b/128213>
3585 Rubber-stamped by Antti Koivisto.
3587 * Source/autotools/SetupWebKitFeatures.m4:
3588 * Source/cmake/WebKitFeatures.cmake:
3589 * Source/cmakeconfig.h.cmake:
3591 2014-01-31 Benjamin Poulain <bpoulain@apple.com>
3593 Remove LEGACY_VIEWPORT_ADAPTION
3594 https://bugs.webkit.org/show_bug.cgi?id=128028
3596 Reviewed by Anders Carlsson.
3598 * Source/cmake/WebKitFeatures.cmake:
3599 * Source/cmakeconfig.h.cmake:
3601 2014-01-31 Oliver Hunt <oliver@apple.com>
3603 Rollout r163195 and related patches
3606 * Source/cmake/gtest/CMakeLists.txt:
3608 2014-01-29 Oliver Hunt <oliver@apple.com>
3610 Make it possible to implement JS builtins in JS
3611 https://bugs.webkit.org/show_bug.cgi?id=127887
3613 Reviewed by Michael Saboff.
3617 * Source/cmake/gtest/CMakeLists.txt:
3619 2014-01-30 Martin Robinson <mrobinson@igalia.com>
3621 [GTK] [CMake] Add support for building against GTK+ 2
3622 https://bugs.webkit.org/show_bug.cgi?id=127959
3624 Reviewed by Anders Carlsson.
3626 * Source/cmake/OptionsGTK.cmake: Add a new option to use GTK 2 and make a variable holding the
3627 library API version. When using GTK 2 do not build WebKit 2.
3629 2014-01-30 Martin Robinson <mrobinson@igalia.com>
3631 [GTK] [CMake] Add a "make dist" target
3632 https://bugs.webkit.org/show_bug.cgi?id=116378
3634 Reviewed by Gustavo Noronha Silva.
3636 * Source/PlatformGTK.cmake: A CMake support for executing the make-dist
3637 script and then turning the tarfile into a LZMA compressed file.
3639 2014-01-30 Zan Dobersek <zdobersek@igalia.com>
3641 [GTK] Only disable -ftree-dce optimization when compiling with GCC
3642 https://bugs.webkit.org/show_bug.cgi?id=127911
3644 Reviewed by Carlos Garcia Campos.
3646 * Source/autotools/SetupAutomake.m4: Define the COMPILER_GCC and COMPILER_CLANG Automake macros.
3647 These can be used when compiler-specific flags have to be used. The latter one is not actually needed
3648 at the moment, but is added for the sake of completeness.
3650 2014-01-30 Csaba Osztrogonác <ossy@webkit.org>
3652 [EFL] Fix the regression caused by the jsCStack branch merge
3653 https://bugs.webkit.org/show_bug.cgi?id=127898
3655 Reviewed by Zoltan Herczeg.
3657 * Source/cmake/OptionsEfl.cmake: Build with -fno-omit-frame-pointer.
3659 2014-01-29 Csaba Osztrogonác <ossy@webkit.org>
3661 Remove ENABLE(JAVASCRIPT_DEBUGGER) leftovers
3662 https://bugs.webkit.org/show_bug.cgi?id=127845
3664 Reviewed by Joseph Pecoraro.
3666 * Source/autotools/SetupWebKitFeatures.m4:
3668 2014-01-29 Csaba Osztrogonác <ossy@webkit.org>
3670 Remove ENABLE(JAVASCRIPT_DEBUGGER) guards
3671 https://bugs.webkit.org/show_bug.cgi?id=127840
3673 Reviewed by Mark Lam.
3675 * Source/cmake/WebKitFeatures.cmake:
3676 * Source/cmakeconfig.h.cmake:
3678 2014-01-25 Darin Adler <darin@apple.com>
3680 Get rid of ICU_UNICODE and WCHAR_UNICODE remnants
3681 https://bugs.webkit.org/show_bug.cgi?id=127623
3683 Reviewed by Anders Carlsson.
3685 * Source/cmake/OptionsEfl.cmake: Removed ICU_UNICODE and WCHAR_UNICODE flags.
3686 * Source/cmake/OptionsGTK.cmake: Ditto.
3687 * Source/cmake/OptionsWinCE.cmake: Ditto.
3689 2014-01-23 Max Vujovic <mvujovic@adobe.com>
3691 Remove CSS Custom Filters code and tests
3692 https://bugs.webkit.org/show_bug.cgi?id=127382
3694 Reviewed by Simon Fraser.
3696 * Source/autotools/FindDependencies.m4:
3697 * Source/autotools/SetupWebKitFeatures.m4:
3698 * Source/cmake/WebKitFeatures.cmake:
3699 * Source/cmakeconfig.h.cmake:
3701 2014-01-22 Martin Robinson <mrobinson@igalia.com>
3703 [GTK][CMake] Add support for building the NetworkProcess
3704 https://bugs.webkit.org/show_bug.cgi?id=127195
3706 Reviewed by Daniel Bates.
3708 * Source/cmake/OptionsGTK.cmake: Turn on the network process and give it
3709 a name like the WebProcess.
3711 2014-01-20 Ryuan Choi <ryuan.choi@samsung.com>
3713 [CMAKE] Remove Nix from CMake scripts
3714 https://bugs.webkit.org/show_bug.cgi?id=127264
3716 Reviewed by Anders Carlsson.
3719 * Source/CMakeLists.txt:
3720 * Source/cmake/FindEGL.cmake:
3721 * Source/cmake/OptionsCommon.cmake:
3723 2014-01-18 Anders Carlsson <andersca@apple.com>
3725 Remove ENABLE_THREADED_HTML_PARSER defines everywhere
3726 https://bugs.webkit.org/show_bug.cgi?id=127225
3728 Reviewed by Andreas Kling.
3730 This concludes the removal of over 8.8 million lines of threaded parser code.
3732 * Source/autotools/SetupWebKitFeatures.m4:
3733 * Source/cmake/WebKitFeatures.cmake:
3734 * Source/cmakeconfig.h.cmake:
3736 2014-01-18 Lauro Neto <lauro.neto@openbossa.org>
3738 Remove Nix files from WebCore
3739 https://bugs.webkit.org/show_bug.cgi?id=127176
3741 Reviewed by Anders Carlsson.
3743 * Source/cmake/OptionsNix.cmake: Removed.
3745 2014-01-18 Zan Dobersek <zdobersek@igalia.com>
3747 [GTK] Bump the minimum required Clang version to 3.3
3748 https://bugs.webkit.org/show_bug.cgi?id=127178
3750 Reviewed by Martin Robinson.
3752 * Source/autotools/CheckSystemAndBasicDependencies.m4: Require Clang 3.3 or later when using the Clang compiler to
3753 build the GTK port. Building with Clang 3.2 doesn't work anymore and there's no point in fixing that, as we should
3754 support the latest two versions of Clang (3.3 and 3.4), just like we do with GCC (4.7 and 4.8).
3756 2014-01-14 Dan Bernstein <mitz@apple.com>
3758 Only use color in make output when it’s going to a terminal.
3760 Reviewed by Mark Rowe.
3764 2014-01-13 Martin Robinson <mrobinson@igalia.com>
3766 [CMake] Mark all dependency include paths and libraries as advanced variables
3767 https://bugs.webkit.org/show_bug.cgi?id=126504
3769 Reviewed by Daniel Bates.
3771 * Source/cmake/FindATK.cmake: Mark result variable as advanced.
3772 * Source/cmake/FindCairo.cmake: Ditto.
3773 * Source/cmake/FindEGL.cmake: Ditto.
3774 * Source/cmake/FindEnchant.cmake: Ditto.
3775 * Source/cmake/FindGLIB.cmake: Ditto.
3776 * Source/cmake/FindGStreamer.cmake: Ditto.
3777 * Source/cmake/FindHarfBuzz.cmake: Ditto.
3778 * Source/cmake/FindLibSoup.cmake: Ditto.
3780 2014-01-13 Martin Robinson <mrobinson@igalia.com>
3782 [GTK][CMake] Add a 'check' target
3783 https://bugs.webkit.org/show_bug.cgi?id=126770
3785 Reviewed by Daniel Bates.
3787 * Source/PlatformGTK.cmake: Add a 'check' target that calls run-gtk-tests.
3789 2014-01-13 Carlos Garcia Campos <cgarcia@igalia.com>
3791 Unreviewed. Update NEWS and Versions.m4 for 2.3.4 release.
3793 * Source/autotools/Versions.m4: Bump version numbers.
3795 2014-01-12 Sergio Correia <sergio.correia@openbossa.org>
3797 [EFL][WK2] Make API tests work again
3798 https://bugs.webkit.org/show_bug.cgi?id=126769
3800 Reviewed by Gyuyoung Kim.
3802 The EFL and WK2 test binaries are currently being generated at *TestWebKitAPI/
3803 [E]WebKit2, respectively, and this causes problems because the logic to find
3804 where WebProcess is to look in the same directory of the running process and
3805 then proceed to use LIBEXECDIR (typically /usr/loca/bin).
3807 This patch introduces a WEBKIT_EXEC_PATH environment variable, inspired in the
3808 Gtk port, which allows us to look for WebProcess initially in this directory,
3811 * Source/cmake/OptionsEfl.cmake: Define WEBKIT_EXEC_PATH, to be used by
3814 2014-01-11 Dan Bernstein <mitz@apple.com>
3816 [Mac] xcodebuild color output is suppressed when using make
3817 https://bugs.webkit.org/show_bug.cgi?id=126815
3819 Reviewed by Anders Carlsson.
3821 WHen using make, xcodebuild’s output is piped through a filter, which causes it not to
3822 format its output with color and emphasis.
3824 * Makefile.shared: Pass COLOR_DIAGNOSTICS=YES to xcodebuild to force color output on. Due to
3825 xcodebuild limitations, this restores some of the formatting, but not all of it.
3827 2014-01-10 Benjamin Poulain <bpoulain@apple.com>
3829 Remove the BlackBerry port from trunk
3830 https://bugs.webkit.org/show_bug.cgi?id=126715
3832 Reviewed by Anders Carlsson.
3835 * Source/cmake/OptionsCommon.cmake:
3837 2014-01-10 Tamas Gergely <tgergely.u-szeged@partner.samsung.com>
3839 [EFL][JSC] Enable udis86 disassembler on efl.
3840 https://bugs.webkit.org/show_bug.cgi?id=125502
3842 Reviewed by Michael Saboff.
3844 Enable udis86 disassembler on efl and fix build warnings.
3846 * Source/cmake/OptionsEfl.cmake:
3847 Enable udis86 disassembler.
3849 2014-01-10 Benjamin Poulain <bpoulain@apple.com>
3851 Remove the BlackBerry port from trunk
3852 https://bugs.webkit.org/show_bug.cgi?id=126715
3854 Reviewed by Anders Carlsson.
3858 2014-01-09 Benjamin Poulain <bpoulain@apple.com>
3860 Remove the BlackBerry files outside WebCore
3861 https://bugs.webkit.org/show_bug.cgi?id=126715
3863 Reviewed by Anders Carlsson.
3865 * ManualTests/blackberry: Removed.
3866 * Source/cmake/OptionsBlackBerry.cmake: Removed.
3868 2014-01-08 Martin Robinson <mrobinson@igalia.com>
3870 [GTK] [CMake] Specify the executable and library output locations in the build
3871 https://bugs.webkit.org/show_bug.cgi?id=126671
3873 Reviewed by Gustavo Noronha Silva.
3875 * Source/cmake/OptionsGTK.cmake: Explicitly specify the output locations.
3877 2014-01-08 Dániel Bátyai <dbatyai.u-szeged@partner.samsung.com>
3879 [EFL] Make FTL buildable
3880 https://bugs.webkit.org/show_bug.cgi?id=125777
3882 Reviewed by Csaba Osztrogonác.
3884 * Source/cmake/OptionsEfl.cmake:
3885 * Source/cmakeconfig.h.cmake:
3887 2014-01-08 Alberto Garcia <berto@igalia.com>
3889 REGRESSION(r160304): [GTK] Disable libtool fast install
3890 https://bugs.webkit.org/show_bug.cgi?id=126381
3892 Reviewed by Gustavo Noronha Silva.
3894 Don't disable the libtool fast-install mode unconditionally by
3897 If the fast-install mode is disabled, binaries are generated ready
3898 to use the libraries directly from the build tree. If we use the
3899 GNU linker, those binaries are then relinked when they are
3902 However, libtool fails to do it properly when an installation
3903 prefix is set with DESTDIR, and ends up installing the libtool
3904 wrappers instead of the actual binaries.
3906 * Source/autotools/SetupLibtool.m4:
3908 2014-01-07 Gustavo Noronha Silva <gustavo.noronha@collabora.com>
3910 Unreviewed GTK/CMake build fix: use the correct location for docs-build.stamp
3911 in output and dependencies declarations, so docs are not built needlessly
3914 * Source/PlatformGTK.cmake:
3916 2014-01-04 Carlos Garcia Campos <cgarcia@igalia.com>
3918 [GTK] Move all GTK/GObject unit tests to Tools/TestWebKitAPI
3919 https://bugs.webkit.org/show_bug.cgi?id=126342
3921 Reviewed by Gustavo Noronha Silva.
3923 * GNUmakefile.am: Remove unused variable.
3924 * Source/PlatformGTK.cmake: No longer include the old unit tests directories.
3926 2014-01-06 Zan Dobersek <zdobersek@igalia.com>
3928 [GTK] configure errors out when building with libc++
3929 https://bugs.webkit.org/show_bug.cgi?id=126431
3931 Reviewed by Martin Robinson.
3933 Ease up the Clang and libstdc++ combination test to only fail if libstdc++ < 4.8.1 is actually used.
3934 This allows for libc++ to be used as well. The test is moved into SetupCompilerFlags.m4 and is done
3935 after the CXXFLAGS variable is properly set up, that is when all the C++ compiler options are determined.
3937 * Source/autotools/CheckSystemAndBasicDependencies.m4:
3938 * Source/autotools/SetupCompilerFlags.m4:
3940 2014-01-06 Martin Robinson <mrobinson@igalia.com>
3942 [CMake] [GTK] Fix the build for the WebKitGTK+ developer configuration
3943 https://bugs.webkit.org/show_bug.cgi?id=126505
3945 Reviewed by Gustavo Noronha Silva.
3947 * Source/cmake/FindGLIB.cmake: Add support for finding the gio-unix include directory location.
3948 * Source/cmake/FindGUdev.cmake: Added.
3949 * Source/cmake/FindGeoClue.cmake: Added.
3950 * Source/cmake/OptionsGTK.cmake: When gamepad is enabled look for gio-unix and GUdev. When
3951 geolocation is enabled look for GeoClue.
3953 2014-01-06 Zan Dobersek <zdobersek@igalia.com>
3955 [GTK] Use libc++ for C++11 on darwin
3956 https://bugs.webkit.org/show_bug.cgi?id=126325
3958 Reviewed by Martin Robinson.
3960 * Source/autotools/SetupCompilerFlags.m4: Don't default to libstdc++ when compiling with Clang.
3961 Instead, the compiler should determine itself what standard library to use, except on Darwin,
3962 where libc++ should be enforced. The standard library of user's choosing can still be enforced
3963 through the CXXFLAGS environment variable.
3965 2014-01-05 Martin Robinson <mrobinson@igalia.com>
3967 [GTK] [CMake] Ensure that the autotools build and the CMake install the same files
3968 https://bugs.webkit.org/show_bug.cgi?id=116379
3970 Reviewed by Gustavo Noronha Silva.
3972 * Source/PlatformGTK.cmake: Install the documentation.
3973 * Source/cmake/OptionsCommon.cmake: Add a LIBEXEC variable for WebKit2 executables, and
3974 don't use the default locations on GTK+. We will get them from the CMake-provided GNU installation
3976 * Source/cmake/OptionsGTK.cmake: Setup the installation variables using the ones provided
3977 by CMake's GNU installation directory support. Fix the definition of DATADIR. Always install
3980 2014-01-05 Carlos Garcia Campos <cgarcia@igalia.com>
3982 [GTK] Stop installing WebKit2 C API headers
3983 https://bugs.webkit.org/show_bug.cgi?id=126489
3985 Reviewed by Martin Robinson.
3989 2014-01-04 Martin Robinson <mrobinson@igalia.com>
3991 [GTK] [CMake] Improve the way we locate gobject-introspection
3992 https://bugs.webkit.org/show_bug.cgi?id=126452
3994 Reviewed by Philippe Normand.
3996 * Source/cmake/FindGObjectIntrospection.cmake: Added.
3997 * Source/cmake/OptionsGTK.cmake: Load the new FindGObjectIntrospection file.
3999 2014-01-04 Martin Robinson <mrobinson@igalia.com>
4001 [GTK] [CMake] Fix the video and audio build
4002 https://bugs.webkit.org/show_bug.cgi?id=126464
4004 Reviewed by Philippe Normand.
4006 * Source/cmake/OptionsGTK.cmake: GStreamer files look for USE(GSTREAMER) and USE(WEBAUDIO_GSTREAMER),
4007 so define those when appropriate. Web audio is one by default in autotools, so turn it on for cmake
4010 2014-01-03 Martin Robinson <mrobinson@igalia.com>
4012 [CMake] The forwarding headers generated by WebKitMacros.m4 are incompatible with the headers generated by generate-forwarding-headers.pl
4013 https://bugs.webkit.org/show_bug.cgi?id=126361
4015 Reviewed by Philippe Normand.
4017 Make the forwarding headers generated by WebKitMacros.m4 compatible with the headers
4018 generated by the WebKit2 forwarding headers generation script.
4020 * Source/cmake/WebKitMacros.cmake: Try to convert absolute paths in the forwarding headers
4021 to ones that are relative to the Source directory.
4023 2014-01-02 Carlos Garcia Campos <cgarcia@igalia.com>
4025 REGRESSION(r160304): [GTK] Disable libtool fast install
4026 https://bugs.webkit.org/show_bug.cgi?id=126381
4028 Reviewed by Martin Robinson.
4030 After r160304 we are building some of our binaries that are
4031 installed with the -no-fast-install ld flag. This makes that the
4032 binaries are installed with the source code path hardcoded in
4033 binary RPATH. Disabling fast install globally, the libtool script
4034 always relinks the binaries right before being installed.
4036 * Source/autotools/SetupLibtool.m4: Add AC_DISABLE_FAST_INSTALL.
4038 2014-01-02 Jaehun Lim <ljaehun.lim@samsung.com>
4040 [CMake][EFL] Fix some typos in OptionsEfl.cmake
4041 https://bugs.webkit.org/show_bug.cgi?id=126376
4043 Reviewed by Gyuyoung Kim.
4045 * Source/cmake/WebKitFeatures.cmake: Correct a wrong word and remove comma(,).
4047 2013-12-30 Martin Robinson <mrobinson@igalia.com>
4049 [CMake] [GTK] Add support for GObject introspection
4050 https://bugs.webkit.org/show_bug.cgi?id=126162
4052 Reviewed by Daniel Bates.
4054 * Source/PlatformGTK.cmake: Add a 'gir' target that builds all GIR files.
4055 * Source/cmake/OptionsGTK.cmake: Add a macro for propagating typelib
4056 targets to the Source level of the build.
4058 2013-12-29 Martin Robinson <mrobinson@igalia.com>
4060 [GTK][CMake] Translations must be built
4061 https://bugs.webkit.org/show_bug.cgi?id=125513
4063 Reviewed by Gustavo Noronha Silva.
4065 * Source/PlatformGTK.cmake: Add the po subdirectory.
4067 2013-12-28 Giovanni Campagna <gcampagna@src.gnome.org>
4069 [GTK] Fix release builds with NetworkProcess enabled
4070 https://bugs.webkit.org/show_bug.cgi?id=126247
4072 Reviewed by Carlos Garcia Campos.
4074 * Source/autotools/symbols.filter:
4076 2013-12-26 Martin Robinson <mrobinson@igalia.com>
4078 [GTK] [CMake] Add a production build type
4079 https://bugs.webkit.org/show_bug.cgi?id=126179
4081 Reviewed by Daniel Bates.
4083 * Source/PlatformGTK.cmake: When the API tests are enabled compile the WebKit GObject
4084 API unit tests. The inclusion of these build files was inadvertently removed in an earlier
4086 * Source/cmake/OptionsGTK.cmake: When in production mode turn off all tools and tests and
4087 use the autotools linker script.
4089 2013-12-25 Martin Robinson <mrobinson@igalia.com>
4091 [GTK] [CMake] Properly name the JavaScriptCore library
4092 https://bugs.webkit.org/show_bug.cgi?id=126220
4094 Reviewed by Gustavo Noronha Silva.
4096 * Source/cmake/OptionsGTK.cmake: Set the JSC library name properly.
4098 2013-12-25 Martin Robinson <mrobinson@igalia.com>
4100 [GTK] [CMake] Clean up generated sources directories
4101 https://bugs.webkit.org/show_bug.cgi?id=126216
4103 Reviewed by Gustavo Noronha Silva.
4105 * Source/cmake/OptionsGTK.cmake: Pre-define the main derived sources directories
4106 so that they definitions can be shared easily throughout the build system.
4108 2013-12-23 Jinwoo Song <jinwoo7.song@samsung.com>
4110 [EFL][CMAKE] Case insensitive string comparison of build type
4111 https://bugs.webkit.org/show_bug.cgi?id=126153
4113 Reviewed by Daniel Bates.
4115 Compare CMAKE_BUILD_TYPE with "debug" ignoring case.
4117 * Source/cmake/OptionsEfl.cmake:
4119 2013-12-23 Gustavo Noronha Silva <gns@gnome.org>
4121 [GTK] [CMake] Add support for generating gtkdoc
4122 https://bugs.webkit.org/show_bug.cgi?id=116376
4124 Reviewed by Martin Robinson.
4126 * Source/PlatformGTK.cmake: Added. New custom target that depends on a custom command
4127 which calls our generate-gtkdoc script. It uses a docs-build.stamp for simplicity,
4128 like the autotools build.
4130 2013-12-23 Martin Robinson <mrobinson@igalia.com>
4132 [GTK] [CMake] Build the WebKit2 GObject API tests
4133 https://bugs.webkit.org/show_bug.cgi?id=125683
4135 Reviewed by Daniel Bates.
4137 * Source/PlatformGTK.cmake: Load the WebKit2 tests file if necessary.
4138 * Source/cmake/FindATSPI.cmake: Added.
4139 * Source/cmake/OptionsGTK.cmake: Look for AT-SPI, but don't fail if it isn't found.
4141 2013-12-23 Martin Robinson <mrobinson@igalia.com>
4143 [GTK] [CMake] Build the WebKit1 GObject API tests
4144 https://bugs.webkit.org/show_bug.cgi?id=125684
4146 Reviewed by Daniel Bates.
4148 * Source/PlatformGTK.cmake: Added.
4150 2013-12-22 Martin Robinson <mrobinson@igalia.com>
4152 https://bugs.webkit.org/show_bug.cgi?id=125511
4154 [GTK][CMake] libtool-compatible soversion calculation
4155 Reviewed by Gustavo Noronha Silva.
4157 * Source/cmake/OptionsGTK.cmake: Specify the appropriate libtool triples and use
4158 the CALCULATE_LIBRARY_VERSIONS_FROM_LIBTOOL_TRIPLE macro to specify the library-specific
4159 version information.
4160 * Source/cmake/WebKitHelpers.cmake: Add some helpful macros.
4162 2013-12-23 Gustavo Noronha Silva <gns@gnome.org>
4164 [GTK] [CMake] Generate pkg-config files
4165 https://bugs.webkit.org/show_bug.cgi?id=125685
4167 Reviewed by Martin Robinson.
4169 * Source/cmake/OptionsGTK.cmake: set variables used for filling in the values in the
4172 2013-12-23 Carlos Garcia Campos <cgarcia@igalia.com>
4174 [GTK] Build with network process unconditionally
4175 https://bugs.webkit.org/show_bug.cgi?id=126128
4177 Reviewed by Martin Robinson.
4179 * Source/autotools/SetupAutomake.m4: Remove network process
4180 conditional for Makefiles.
4181 * Source/autotools/SetupWebKitFeatures.m4: Remove network process
4184 2013-12-18 Gustavo Noronha Silva <gns@gnome.org>
4186 [GTK][CMake] make libjavascriptcoregtk a public shared library again
4187 https://bugs.webkit.org/show_bug.cgi?id=125512
4189 Reviewed by Martin Robinson.
4191 * CMakeLists.txt: make JavaScriptCore always be a shared library for the GTK+ port.
4192 * Source/cmake/WebKitHelpers.cmake: make -fvisibility=hidden not be applied for GTK+,
4193 visibility of some symbols is required for threading to be initialized properly by
4194 WebKit2 processes, and we will rely on a linker script that will be added later on,
4195 for production builds.
4197 2013-12-16 Martin Robinson <mrobinson@igalia.com>
4199 [GTK] [CMake] Add support for building WebKit1
4200 https://bugs.webkit.org/show_bug.cgi?id=116377
4202 Reviewed by Gustavo Noronha Silva.
4204 * Source/cmake/OptionsGTK.cmake: Turn off some features that do not build properly
4205 for WebKit1 and stop using the version script which we haven't implemented yet. Turn
4208 2013-12-18 Gustavo Noronha Silva <gns@gnome.org>
4210 [GTK][CMake] Use thin archives if building on Linux, only way to get non-shared-core debug builds
4211 https://bugs.webkit.org/show_bug.cgi?id=125951
4213 Reviewed by Martin Robinson.
4215 * Source/cmake/OptionsGTK.cmake: append T for thin archives to the flags passed to ar,
4216 also use u, which is used in the autotools build (it avoids adding a file twice).
4218 2013-12-18 Gustavo Noronha Silva <gns@gnome.org>
4220 [GTK][CMake] Remove binary size optimizations we do not use in the autotools build
4221 https://bugs.webkit.org/show_bug.cgi?id=125947
4223 Reviewed by Martin Robinson.
4225 * Source/cmake/OptionsGTK.cmake: remove the relevant flags.
4227 2013-12-18 Carlos Garcia Campos <cgarcia@igalia.com>
4229 Unreviewed. Update NEWS and Versions.m4 for 2.3.3 release.
4231 * Source/autotools/Versions.m4: Bump version numbers.
4233 2013-12-12 Martin Robinson <mrobinson@igalia.com>
4235 [GTK] [CMake] Build the plugin process against GTK+ 2
4236 https://bugs.webkit.org/show_bug.cgi?id=116374
4238 Reviewed by Gustavo Noronha Silva.
4240 * Source/cmake/FindGDK2.cmake: Added.
4241 * Source/cmake/FindGTK2.cmake: Added.
4242 * Source/cmake/OptionsGTK.cmake: Look for GTK2 and GDK2.
4243 * Source/cmake/WebKitMacros.cmake: Abstract WebKit2 IPC generation here so it
4244 can be shared between the WebKit2 library and the plugin process.
4246 2013-12-17 Simon Pena <simon.pena@samsung.com>
4248 [NIX] Enable full debug builds by having ar creating thin archives
4249 https://bugs.webkit.org/show_bug.cgi?id=125850
4251 Reviewed by Csaba Osztrogonác.
4253 By default, CMake uses ar to generate libWebCore.a with cr parameters
4254 (do not warn if the library has to be created, and replace existing
4255 files in the archive). That results in a very large file, and ar fails
4256 with sizes over 4GB.
4258 Previously, debug builds on NIX were overriding CFLAGS in order to reduce
4259 the size of the WebCore library. Once that ar creates thin archives, overriding
4260 CFLAGS is no longer needed.
4262 * Source/cmake/OptionsNix.cmake: Remove CFLAGS override for debug builds.
4264 2013-12-13 Joseph Pecoraro <pecoraro@apple.com>
4266 [GTK] Remove Warnings in building about duplicate INSPECTOR variables
4267 https://bugs.webkit.org/show_bug.cgi?id=125710
4269 Reviewed by Tim Horton.
4273 2013-12-13 Joseph Pecoraro <pecoraro@apple.com>
4275 Web Inspector: Add Inspector Code Generation to JavaScriptCore for Runtime Domain
4276 https://bugs.webkit.org/show_bug.cgi?id=125595
4278 Reviewed by Timothy Hatcher.
4282 2013-12-13 Zan Dobersek <zdobersek@igalia.com>
4284 [GTK] Remove the -Wno-c++11-extensions compiler option for Clang builds
4285 https://bugs.webkit.org/show_bug.cgi?id=125639
4287 Reviewed by Anders Carlsson.
4289 * Source/autotools/SetupCompilerFlags.m4: The -Wno-c++11-extensions compiler option was in use
4290 when building with Clang. It is now removed as the C++11 standard is enabled throughout the project.
4292 2013-12-11 Martin Robinson <mrobinson@igalia.com> and Danilo Cesar Lemes de Paula <danilo.cesar@collabora.co.uk>
4294 Adding a .ycm_extra_conf file for webkitGtk
4295 https://bugs.webkit.org/show_bug.cgi?id=119618
4297 Reviewed by Gustavo Noronha Silva.
4299 Added a YouCompleteMe flag discovery script for Vim and the GTK+ port. The script
4300 read the GTK+ build files to determine dynamically what flags to compile a source
4301 file with. This allows Vim to provide auto-complete for C++/C language. See
4302 https://github.com/Valloric/YouCompleteMe for how to use this file.
4304 * .gitignore: Ignore the YCM symlinks in the tree.
4306 2013-12-12 Zan Dobersek <zdobersek@igalia.com>
4308 Use of ar T option not supported by older binutils
4309 https://bugs.webkit.org/show_bug.cgi?id=118732
4311 Reviewed by Gustavo Noronha Silva.
4313 * Source/autotools/SetupLibtool.m4: Make the AR_FLAGS value usable inside makefiles as an Automake variable.
4315 2013-12-11 Javier Fernandez <jfernandez@igalia.com>
4317 Arithmetic overflow when computing max-height CSS property with subpixel layout
4318 https://bugs.webkit.org/show_bug.cgi?id=119273
4320 Reviewed by Martin Robinson.
4322 Enabled SATURATED_LAYOUT_ARITHMETIC for the gtk+ port.
4324 * Source/autotools/SetupWebKitFeatures.m4:
4326 2013-12-10 Tamas Gergely <tgergely.u-szeged@partner.samsung.com>
4328 [CMAKE] Remove code that disables C++0x compat warnings for gcc-4.6 and above.
4329 https://bugs.webkit.org/show_bug.cgi?id=125492
4331 Reviewed by Zoltan Herczeg.
4333 Remove the code that disables these warnings for GCC >= 4.6.0
4335 * Source/cmake/WebKitHelpers.cmake:
4337 2013-12-10 Martin Robinson <mrobinson@igalia.com>
4339 Various fixes for the CMake GTK+ build
4341 Reviewed by Gustavo Noronha.
4343 * Source/cmake/OptionsGTK.cmake: Disable Quota support to maintain consistency with
4346 2013-12-09 Brian Holt <brian.holt@samsung.com>
4348 [WK2][Gtk] Add support for ENABLE_NETWORK_PROCESS to the build system
4349 https://bugs.webkit.org/show_bug.cgi?id=118231
4351 Reviewed by Martin Robinson.
4353 Original patch by Kwang Yul Seo <skyul@company100.net>.
4355 Disabled ENABLE_NETWORK_PROCESS by default.
4357 * Source/autotools/SetupAutomake.m4:
4358 * Source/autotools/SetupWebKitFeatures.m4:
4360 2013-12-06 Alberto Garcia <berto@igalia.com>
4362 [GTK] Enable web audio by default
4363 https://bugs.webkit.org/show_bug.cgi?id=124888
4365 Reviewed by Martin Robinson.
4367 When building with ./configure, enable_web_audio defaults to
4368 "no". However the basic functionality has been working for months
4369 so it's safe to enable it now.
4371 * Source/autotools/ReadCommandLineArguments.m4:
4373 2013-12-04 Ryosuke Niwa <rniwa@webkit.org>
4375 Enable HTMLTemplateElement by default
4376 https://bugs.webkit.org/show_bug.cgi?id=123851
4378 Reviewed by Antti Koivisto.
4380 * Source/autotools/SetupWebKitFeatures.m4:
4381 * Source/cmake/WebKitFeatures.cmake:
4383 2013-12-04 László Langó <lango@inf.u-szeged.hu>
4385 Allow --cloop option to work correctly in case of EFL.
4386 https://bugs.webkit.org/show_bug.cgi?id=125217
4388 Reviewed by Zoltan Herczeg.
4390 * Source/cmake/OptionsEfl.cmake:
4391 * Source/cmake/WebKitFeatures.cmake:
4392 * Source/cmakeconfig.h.cmake:
4394 2013-12-03 Ryuan Choi <ryuan.choi@samsung.com>
4396 [EFL] Disable RTTI for release build
4397 https://bugs.webkit.org/show_bug.cgi?id=125138
4399 Reviewed by Gyuyoung Kim.
4401 Binary size will be reduced about 1M bytes without RTTI.
4402 ewebkit.so : 43,449,275 -> 42,510,224
4403 ewebkit2.so: 46,715,870 -> 45,653,989
4405 * Source/cmake/OptionsEfl.cmake: Added -fno-rtti option to CMAKE_CXX_FLAGS_RELEASE.
4407 2013-12-02 Adrian Bunk <bunk@stusta.de>
4409 [GTK] Remove unneeded autoconf macros
4410 https://bugs.webkit.org/show_bug.cgi?id=125044
4412 Compilers that do not support const/inline/volatile and
4413 systems with pre-C89-headers are anyway not supported.
4415 Reviewed by Gustavo Noronha Silva.
4417 * Source/autotools/CheckSystemAndBasicDependencies.m4:
4419 2013-11-29 Laszlo Vidacs <lac@inf.u-szeged.hu>
4421 [cmake] Fix cmake warning: Argument not separated from preceding token by whitespace
4422 https://bugs.webkit.org/show_bug.cgi?id=124899
4424 Reviewed by Gyuyoung Kim.
4426 * Source/cmake/FindCairo.cmake:
4427 * Source/cmake/FindGStreamer.cmake:
4429 2013-11-28 Antti Koivisto <antti@apple.com>
4431 Remove feature: CSS variables
4432 https://bugs.webkit.org/show_bug.cgi?id=114119
4434 Reviewed by Andreas Kling.
4436 * Source/cmakeconfig.h.cmake:
4438 2013-11-27 László Langó <lango@inf.u-szeged.hu>
4440 [EFL] The remote inspector does not show the base page.
4441 https://bugs.webkit.org/show_bug.cgi?id=124942
4443 Reviewed by Gyuyoung Kim.
4445 On EFL the remote inspector does not show the base page about
4446 which pages are available for debug. This should be fixed for
4447 further inspector development.
4449 * Source/PlatformEfl.cmake:
4451 2013-11-26 Marcelo Lira <marcelo.lira@openbossa.org>
4453 Nix upstreaming - Adding build files and supporting scripts
4454 https://bugs.webkit.org/show_bug.cgi?id=118367
4456 Reviewed by Ryosuke Niwa.
4459 * Source/CMakeLists.txt:
4460 * Source/cmake/FindEGL.cmake:
4461 * Source/cmake/FindOpenGLES2.cmake: Added.
4462 * Source/cmake/OptionsCommon.cmake:
4463 * Source/cmake/OptionsNix.cmake: Added.
4465 2013-11-25 Ryuan Choi <ryuan.choi@samsung.com>
4467 [EFL] E_DBus should be an optional
4468 https://bugs.webkit.org/show_bug.cgi?id=124881
4470 Reviewed by Gyuyoung Kim.
4472 * Source/cmake/OptionsEfl.cmake:
4473 Checked E_DBus when only ENABLE_BATTERY_STATUS is on.
4475 2013-11-25 Ryuan Choi <ryuan.choi@samsung.com>
4477 [EFL] Use Config mode of find_package for EFL 1.8
4478 https://bugs.webkit.org/show_bug.cgi?id=124555
4480 Reviewed by Gyuyoung Kim.
4482 EFL 1.8 changed VERSION macro so it's difficult to use tricky approach
4483 which parses header files to know the version. Instead, EFL 1.8 supports
4484 FooConfig.cmake such as EinaConfig.cmake.
4486 This patch tries to use a config mode if it is available.
4487 If config mode is not available with Eo, FindFoo.cmake will be used without
4488 version requirement.
4490 * Source/cmake/FindEo.cmake: Removed.
4491 EoConfig.cmake is only preffered for EFL 1.8.
4492 * Source/cmake/OptionsEfl.cmake:
4494 2013-11-23 Xabier Rodriguez Calvar <calvaris@igalia.com>
4496 [GStreamer] Remove 0.10 codepath
4497 https://bugs.webkit.org/show_bug.cgi?id=124534
4499 Reviewed by Philippe Normand.
4501 * Source/cmake/OptionsEfl.cmake: Removed GST_API_VERSION_1
4504 2013-11-22 Manuel Rego Casasnovas <rego@igalia.com>
4506 [GTK] Review enabled/disabled CSS features for release builds
4507 https://bugs.webkit.org/show_bug.cgi?id=124791
4509 Reviewed by Martin Robinson.
4511 Enable and disable some CSS features according to what last versions of
4514 * Source/autotools/SetupWebKitFeatures.m4: Enable ENABLE_CSS_REGIONS and
4515 ENABLE_CSS_STICKY_POSITION. Disable ENABLE_CSS_EXCLUSIONS and
4518 2013-11-21 Peter Molnar <pmolnar.u-szeged@partner.samsung.com>
4520 Remove ENABLE_WORKERS
4521 https://bugs.webkit.org/show_bug.cgi?id=105784
4523 Reviewed by Darin Adler.
4525 * Source/autotools/SetupWebKitFeatures.m4:
4526 * Source/cmake/WebKitFeatures.cmake:
4527 * Source/cmakeconfig.h.cmake:
4529 2013-11-20 Commit Queue <commit-queue@webkit.org>
4531 Unreviewed, rolling out r159496.
4532 http://trac.webkit.org/changeset/159496
4533 https://bugs.webkit.org/show_bug.cgi?id=124641
4535 It caused warning and build break with cmake lower than 2.8.8
4536 (Requested by ryuan on #webkit).
4538 * Source/cmake/OptionsEfl.cmake:
4540 2013-11-19 Ryuan Choi <ryuan.choi@samsung.com>
4542 [EFL] Use Config mode of find_package for EFL 1.8
4543 https://bugs.webkit.org/show_bug.cgi?id=124555
4545 Reviewed by Gyuyoung Kim.
4547 EFL 1.8 changed VERSION macro so it's difficult to use tricky approach
4548 which parses header file to know the version. Instead, EFL 1.8 supports
4549 Config mode of find_package using XXXConfig.cmake such as EinaConfig.cmake.
4551 This patch tries to use Config mode if it is available after checking Eo.
4553 * Source/cmake/OptionsEfl.cmake:
4555 2013-11-18 Carlos Garcia Campos <cgarcia@igalia.com>
4557 Unreviewed. Update NEWS and Versions.m4 for 2.3.2 release.
4559 * Source/autotools/Versions.m4: Bump version numbers.
4561 2013-11-06 Krzysztof Czech <k.czech@samsung.com>
4563 [EFL] Change required version of ATK to 2.10.0
4564 https://bugs.webkit.org/show_bug.cgi?id=123883
4566 Reviewed by Mario Sanchez Prada.
4568 Changing a required version of ATK to 2.10.0
4570 * Source/cmake/OptionsEfl.cmake:
4572 2013-11-05 Zalan Bujtas <zalan@apple.com>
4574 Widget's position change should not initiate layout, only when its size changes.
4575 https://bugs.webkit.org/show_bug.cgi?id=123860
4577 Reviewed by Andreas Kling.